@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');

@font-face {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  src: url("//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Fonts/fontawesome-webfont%20%281%29.eot") format("embedded-opentype"), 
    url("//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Fonts/FontAwesome.woff") format("woff"), 
    url("//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Fonts/FontAwesome.ttf") format("truetype"),
    url("//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Fonts/FontAwesome.otf") format("otf");
}
@font-face {
  font-family: "33535gillsansmt";
  font-style: normal;
  font-weight: normal;
  src: url("//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Fonts/GillSansMT.eot") format("embedded-opentype"), 
    url("//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Fonts/GillSansMT.woff") format("woff"), 
    url("//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Fonts/GillSansMT.ttf") format("truetype"),
    url("//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Fonts/GillSansMT.otf") format("otf");
}

/* =============== @import, @font-face, and CSS File Includes =============== */

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


/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */



/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden !important;
} 

body {
  background: #fff;
  color: #000;
  font-family: 'Source Sans Pro', 'Arial', 'Helvetica', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1356px;
  padding-left: 10px;
  padding-right:10px;
  margin: 0 auto;
}

.container-fluid .testimonial-section .row-fluid .page-center{
  float: none;
  max-width: 830px !important;
  padding-left: 10px;
  padding-right:10px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #39f;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #39f ;
  text-shadow: none;
}
.hs-feature-layout ::-moz-selection {
  color: #fff;
  background: #000;
  text-shadow: none;
}
.hs-feature-layout ::selection {
  color: #fff;
  background: #000 ;
  text-shadow: none;
}

/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.65em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 48px;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 30px;
  font-weight: 400;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}

/* Anchor Links */
a { color: #049cdb; text-decoration: underline;}
a:hover, a:focus { color: #049cdb; }

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.custom-header-group {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100% !important;
  padding: 5px 0 10px;
  min-height:100px !important;
}

/* --- Start Thank you page update --- */

.thank_you_page .custom-header-group{
  background-color: #0D4eb5;
  padding: 10px 0 !important;
  min-height: 40px !important;
  margin-top: 0px;
  margin-bottom: 5px;
}
.thank_you_page .custom-menu-primary .hs-menu-wrapper > ul > li > a,
.thank_you_page .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #fff;
}
.thank_you_page .custom-banner-group h1 {
  font-size: 50px;
  margin-bottom: 0;
}
.thank_you_page .custom-banner-group p {
  font-size: 30px;
  margin: 0;
  color: #fff;
}
.thank_you_page .custom-banner-group:before{
  background: none;
}
.thank_you_page .custom-banner-group .page-center > div{
  display: inline-block;
  vertical-align: middle;
  width: 49%;
}
.thank_you_page .custom-banner-group {
  padding: 131px 0 0;
}
.thank_you_page .custom-banner-image{

}
.thank_you_page .custom-banner-image img{
  margin: 0 0 0 139px;
}
.thank_you_page .main_thanks_cont h3{
  font-size: 26px;
  font-weight: bold;
}
.thank_you_page .main_thanks_cont a{
  text-decoration: none;
}
.thank_you_page .main_thanks_cont li{
  color: #049cdb;
  line-height: 2;
}
.thank_you_page .main_thanks_cont li span{
  color: #000;
}
.thank_you_page .main_thanks_cont.right_cont{
  text-align: center;
}
.thank_you_page .mobile-icon {
  width: 40px;
  height: 40px;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

@media (max-width: 1390px){
  .thank_you_page .custom-banner-image img{
    margin: 0;
  }   
  .thank_you_page .custom-banner-image {
    text-align: right;
  }
}
@media (max-width: 767px){
  .thank_you_page.show-mobile-nav .mobile-icon{
    position: absolute;
  }
  .thank_you_page .main_thanks_cont{
    text-align: center;
  }
  .thank_you_page .main_thanks_cont ul{
    display: inline-block;
    text-align: left;
  }
  .thank_you_page .custom-banner-group .page-center > div {
    display: block;
    width: 100%;
    text-align: center;
  }   
  .thank_you_page .custom-banner-content{
    margin: 0 0 25px 0;
  }
  .thank_you_page .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #000;
  }
  .thank_you_page .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #049cdb;
  }
}

@media (max-width: 479px){
  .custom-logo img {
    max-width: 230px;
  }
}

/* --- End Thank you page update --- */

.custom-header-group .page-center {
  padding: 0 12px;
}

.custom-banner-group {
  overflow: hidden;
  position: relative;
  padding: 133px 0 92px;
  background-position: 0 0;
  background-size: cover;
  margin-top: -1px;
  
}
.custom-banner-group:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(to bottom, rgba(235,236,238,1) 0%,rgba(0,0,0,0) 100%);
}
.body-container .custom-banner-group .page-center {
  padding: 0 10px;
}

.custom-banner-group h1 {
  font-size: 48px;
  color: #0d4eb5;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 8px;
  margin-top: 0;
}

/* Custom Landing page */

.body-container .hero-section .page-center{
  padding: 0!important;
}

.hero-section{
  background-color: #00ffff;
  background-image: -webkit-linear-gradient(bottom, #e6e6e6, #f8f8f8);
  background-image: -moz-linear-gradient(bottom, #e6e6e6, #f8f8f8);
  background-image: -o-linear-gradient(bottom, #e6e6e6, #f8f8f8);
  background-image: -ms-linear-gradient(bottom, #e6e6e6, #f8f8f8);
  background-image: linear-gradient(to top, #e6e6e6, #f8f8f8);
  height: 550px;
}

.hero-content{
  background-position: -175px 0px;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  height: 550px;
  padding: 60px 0 0 20px;
}

.hero-content .section-header h1{
  color: #0d4eb5;
  font-weight: 700;
  font-size: 43px;
  line-height: 46px;
  margin: 0;
}

.hero-content .section-header p{
  color: #222222;
  font-weight: 300;
  font-size: 25px;
  line-height: 31px;
  padding: 15px 0 0 0;
  margin: 0;
}

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

.hero-section .hs_cos_wrapper_type_form {
  display: block;
  position: relative;
  padding: 20px 25px;
  background-color: #0d4eb5;
  border-radius: 10px;
  margin: 0;
}

.hero-section .hs_cos_wrapper_type_form form{
  display: block;
  position: relative;
  padding: 0;
}

.hero-section .hs_cos_wrapper_type_form h3.form-title{
  display: none;
  margin: 0;
}

/* Form Field */
.hero-section .hs_cos_wrapper_type_form .hs-form-field {
  margin: 0 0 15px 0;
}

/* Descriptions */
.hero-section .hs_cos_wrapper_type_form .hs-field-desc {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  font-family: inherit;
  margin-bottom: 2px;
  display: block;
}

/* Labels */
.hero-section .hs_cos_wrapper_type_form label {
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  font-family: inherit;
  text-transform: uppercase;
}
.hero-section .hs_cos_wrapper_type_form .hs-form-field > label {
}

/* One Line Inputs */
.hero-section .hs_cos_wrapper_type_form input[type="text"],
.hero-section .hs_cos_wrapper_type_form input[type="password"], 
.hero-section .hs_cos_wrapper_type_form input[type="datetime"], 
.hero-section .hs_cos_wrapper_type_form input[type="datetime-local"], 
.hero-section .hs_cos_wrapper_type_form input[type="date"], 
.hero-section .hs_cos_wrapper_type_form input[type="month"], 
.hero-section .hs_cos_wrapper_type_form input[type="time"], 
.hero-section .hs_cos_wrapper_type_form input[type="week"], 
.hero-section .hs_cos_wrapper_type_form input[type="number"], 
.hero-section .hs_cos_wrapper_type_form input[type="email"], 
.hero-section .hs_cos_wrapper_type_form input[type="url"], 
.hero-section .hs_cos_wrapper_type_form input[type="search"], 
.hero-section .hs_cos_wrapper_type_form input[type="tel"], 
.hero-section .hs_cos_wrapper_type_form input[type="color"],
.hero-section .hs_cos_wrapper_type_form input[type="file"],
.hero-section .hs_cos_wrapper_type_form textarea,
.hero-section .hs_cos_wrapper_type_form select {
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  background-color: #ffffff;
  color: #2a2a2a;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 3px;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  line-height: 20px;
  height: 40px;
  padding: 5px 10px;
  margin: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hero-section .hs_cos_wrapper_type_form input[type="text"]:focus,
.hero-section .hs_cos_wrapper_type_form input[type="password"]:focus, 
.hero-section .hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hero-section .hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hero-section .hs_cos_wrapper_type_form input[type="date"]:focus, 
.hero-section .hs_cos_wrapper_type_form input[type="month"]:focus, 
.hero-section .hs_cos_wrapper_type_form input[type="time"]:focus, 
.hero-section .hs_cos_wrapper_type_form input[type="week"]:focus, 
.hero-section .hs_cos_wrapper_type_form input[type="number"]:focus, 
.hero-section .hs_cos_wrapper_type_form input[type="email"]:focus, 
.hero-section .hs_cos_wrapper_type_form input[type="url"]:focus, 
.hero-section .hs_cos_wrapper_type_form input[type="search"]:focus, 
.hero-section .hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hero-section .hs_cos_wrapper_type_form input[type="color"]:focus,
.hero-section .hs_cos_wrapper_type_form input[type="file"]:focus,
.hero-section .hs_cos_wrapper_type_form textarea:focus,
.hero-section .hs_cos_wrapper_type_form select:focus {
  border: 0;
  outline: 0;
}

/* Separate Styles for Multiple Line Inputs */
.hero-section .hs_cos_wrapper_type_form textarea {
  resize: none;
  overflow: auto;
  height: 80px;
}
.hero-section .hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hero-section .hs_cos_wrapper_type_form select {
  height: 40px;
}
.hero-section .hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hero-section .hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.hero-section .hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li {
  margin: 0
}

.hero-section .hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {
  font-size: 12px;
  color: #525252;
  letter-spacing: normal;
  line-height: 18px;
  padding: 10px 0;
  text-align: left;
  text-transform: none;
  font-family: inherit;
}
.hero-section .hs_cos_wrapper_type_form input[type="radio"] {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  width: 16px;
  margin: 0 5px 0 0;
  padding: 0;
  display: inline-block;
  height: 32px;
  vertical-align: middle;
  position: relative;
}
.hero-section .hs_cos_wrapper_type_form input[type="checkbox"] {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  width: 16px;
  margin: 0 5px 0 0;
  padding: 0;
  display: inline-block;
  height: 32px;
  vertical-align: middle;
  position: relative;
}


.hero-section .hs_cos_wrapper_type_form .hs-button.primary.large {
  background-image: none;
  text-transform: uppercase;
  border-color: #f6820c;
  border-width: 0;
  border-style: solid;
  background-color: #ff9800;
  color: #ffffff;
  border-radius: 3px;
  top: 0;
  left: 0;
  width: 100% !important;
  font-size: 15px;
  font-weight: 400;
  font-family: inherit;
  line-height: 47px;
  height: auto;
  padding: 0 !important;
  margin: 0 auto;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  letter-spacing: 1px;
  word-wrap: break-word;
  white-space: normal;
  text-shadow: none;
  box-shadow: none;
  text-align: center;
}
.hero-section .hs_cos_wrapper_type_form .hs-button.primary.large:hover {
  background-color: #ff9800;
  color: #ffffff;
}
.hero-section .hs_cos_wrapper_type_form .hs-button.primary.large:focus {
  background-color: #ff9800;
  color: #ffffff;
}


/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.body-container .row-fluid .page-center,
.header-container .row-fluid .page-center{
  max-width:1190px !important;
}
.header-container .row-fluid .page-center{
  padding-left:12px;
  padding-right:12px;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.custom-banner {
  margin-top: -1px;
  background-repeat: no-repeat;
  padding: 133px 0 92px;
  background-position: 0 0;
  background-size: cover;
}
.body-container .page-center{
  padding-top:30px ;
  padding-bottom:30px;
}
.body-container .pricing-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
/**************** Page Styling ***************/

.custom-accordion-faq-group.open-link .custom-accordion-faq-content {
  display: block;
}
.custom-accordion-faq-group.open-link.active .custom-accordion-faq-content {
  display: none;
}
.active .custom-accordion-faq-group .custom-accordion-faq-content {
  display: block;
}
.custom-accordion-faq-content{
  display:none;
}
.custom-accordion-faq-content ul li p {
  margin: 0;
}

.custom-accordion-faq-content ul {
  list-style: initial;
  margin: initial;
  padding: 0 0 0 40px;
}
.custom-accordion-faq-content img {
  float: none;
  display: block;
}
.custom-accordion-faq-content ul li {
  padding-left: 10px;
  margin-bottom: 4px;
}
.custom-accordion-faq-content {
  padding: 0 27px;
}

/******************* Lp Layout Page **************/

.custom-get-free-header-group {
  padding: 25px 0;
}

.custom-get-free-header-group .custom-logo {
  padding: 0 3px;
}
.hs-lp-layout{

  font-family: 'Open Sans', sans-serif;
}
.hs-row1-get-lp-group {
  padding: 3.5% 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.hs-lp-layout .hs-row1-get-lp-group  h1 {
  font-size: 45px;
  color: #0d4eb5;
  font-weight: bold;
  padding: 0 0 20px;
  line-height:49px;
  margin: 0;
}

.hs-row1-get-lp-group .page-center {
  padding: 0 !important;
}

.hs-row1-get-lp-group p {
  display: block;
  font-size: 27px;
  color: #000;
  margin: 0 0 10px;
  line-height:38px;
  font-weight: 300;
}

.hs-row1-get-lp-group p span {
  font-weight: bold;
  display: block;
  padding:10px 0;
}

.hs-row1-get-lp-group .hs_cos_wrapper_type_rich_text {
  max-width: 58%;
  padding: 0 15px;
}
a.custom-btn {
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 20px;
  color: #fff;
  background: #ff902C;
  border-radius: 5px;
  text-decoration: none;
  line-height: 30px;
}

a.custom-btn:hover {
  color: #23527c;
}
.hs-row2-get-lp-group h1 {
  text-transform: uppercase;
  text-align: center;
  display: table;
  margin: 0 auto 20px auto;
  font-size: 27px;
  border-bottom: 1px solid #C8C6C6;
  padding: 0 0 10px;
  font-weight:500;
  line-height:30px;
}
.custom-five-col-group ul {
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
}

.custom-six-client-col-group ul {
  list-style: none;
  padding: 0;
  margin: 5px 0 0;
}

.custom-six-client-col-group ul li{
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 0 25px;
}

.custom-five-col-group ul li {
  /*width: 19%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;*/
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 0 25px;
}
.hs-row2-get-lp-group .page-center {
  padding-top: 25px;
}
.hs-row3-get-lp-group {
  padding: 90px 0;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: cover;
}

.hs-row3-get-lp-group .hs_cos_wrapper_type_rich_text {
  max-width: 487px;
  padding: 0 10px;
}

.hs-row3-get-lp-group p {
  font-size: 29px;
  color: #fff;
  font-weight: 100;
  line-height: 41px;
  margin: 0 0 10px;
}

.hs-row3-get-lp-group a.custom-btn {
  margin-top: 0;
}
.hs-row4-get-lp-group {
  background: #0d4eb5;
  padding: 40px 0;
}

.hs-row4-get-lp-group h1 {
  text-align: center;
  color: #222222;
  font-size: 35px;
  margin: 0px;
  font-weight: 500;
}

.hs-row4-get-lp-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.hs-row4-get-lp-group .custom-two-col-group {
  background: transparent;
  padding: 0;
}

.hs-row4-get-lp-group .custom-two-col-group ul li a {
  text-decoration: none;
  background: url('//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Images/reasons_section_content_icon.png') no-repeat left center;
  padding: 7px 0 7px 40px;
  display: block;
  font-size: 20px;
  line-height:29px;
  color: #222222;
  font-weight: 100;
}

.hs-row4-get-lp-group .custom-two-col-group ul {
  padding: 25px 0;
  display: table;25px 0
  margin:;
  margin: auto;
}

.hs-row4-get-lp-group .custom-two-col-inner.left ul li,
.hs-row4-get-lp-group .custom-two-col-inner.right ul li {
  padding: 0;
  margin: 0;
  text-align: left;
}

.hs-row4-get-lp-group h2 {
  text-align: center;
  color: #0d4eb5;
  font-size: 29px;
  margin: 0px;
  font-weight: bold;
}
.hs-row5-get-lp-group h1 {
  color: #0d4eb5;
  font-size: 35px;
  margin: 0px;
  font-weight: 500;
  line-height: 1.1;
}

.hs-row5-get-lp-group p {
  font-weight: 100;
  margin: 0;
  padding: 10px 0 0 0;
}

a.custom-btn.blue {
  background: #0d4eb5;
  font-weight: 100;
  font-size: 18px;
  margin-top: 18px;
  cursor:pointer;
}

a.custom-btn.grey {
  background: #ecf0f5;
  font-weight: 100;
  font-size: 18px;
  margin-top: 18px;
  cursor:pointer;
  color: #0d4eb5;
}

a.custom-btn.grey:hover {
  background: #ffffff;
  color: #0d4eb5;
}

a.custom-btn.blue:hover {
  color: #23527c;
}

.hs-get-free-row5-col2 {
  text-align: right;
}
.hs-row6-get-lp-group {
  background: #ECF0F5;
  padding: 35px 0;
}

.hs-row6-get-lp-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.custom-full-width-team-testi-group {
  overflow: hidden;
}

.custom-full-width-team-testi-image {
  width: 16.66666667%;
  float: left;
  padding: 0 10px;
}

.custom-full-width-team-testi-content {
  width: 83.33333333%;
  float: left;
  text-align: left;
  padding-right: 100px;
}

.custom-full-width-team-testi-content p {
  font-weight: 100;
  font-style: italic;
  margin: 0 0 10px;
  color: #222222;
  font-size: 20px;
  line-height: 29px;
}

.custom-full-width-team-testi-content h2 {
  font-size: 20px;
  color: #222222;
  margin: 0;
  font-weight: 100;
}

.hs-row7-get-lp-group {
  padding:42px 0 45px;
  background: #0d4eb5;
  text-align: center;
}

.hs-row7-get-lp-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.hs-row7-get-lp-group h4 {
  margin: 0px;
  padding: 0 0 10px;
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 39px;
  font-weight: 400;
}

a.custom-btn.white {
  color: #0d4eb5;
  background: #fff;
  border-radius: 3px;
  font-size: 18px;
  margin: 16px 0 0 0;
  font-weight: 100;
  line-height: 25.73px;
}
.custom-get-free-footer-group {
  background: #E6E6E6;
  padding: 45px 0;
  text-align: center;
}

.custom-get-free-copyright img {
  max-width: 250px;
  padding: 0 0 10px;
}

.custom-get-free-copyright p {
  font-weight: 100;
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 20px;
}

.footer-links ul{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.footer-links ul li{
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  font-weight: 400;
  display: inline-block;
  padding-right: 10px;
  font-family: "33535gillsansmt";
}

.footer-links ul li:last-child{
  padding-right: 0px;
}

.footer-links ul li a{
  color: #0d4eb5;
  text-decoration: none;
  font-family: "33535gillsansmt";
}

a.custom-btn.white:hover {
  color: #23527c;
}
.image-pop-up-container {
  max-width: 857px;
  height: auto;
  position: fixed;
  top: 50px;
  left: 0;
  opacity: 1;
  overflow: visible;
  right: 0;
  margin: 0 auto;
  z-index: 8030;
}

.image-pop-up-inner {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  padding: 15px;
  background: #f9f9f9;
  border-radius: 4px;
  overflow-y: scroll;
  height:600px;
}

.image-pop-up-content img {
  max-width: 100%;
  display: block;
}

a.fancybox-item.fancybox-close {
  background-image: url(//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Images/fancybox_sprite.png);
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.image-pop-up-overlay {
  position: absolute;
  top: 0;left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Images/fancybox_overlay.png);

}

.open-image-popup .image-pop-up-overlay {
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  width: auto;
  height: auto;
}

.image-pop-up-container h4 {
  text-align: center;
  margin-top: 5px;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

/**************** Register Page ****************/

.custom-register-header-group {
  padding: 58px 0 10px;
  text-align: center;
}

.custom-register-header-group .custom-logo img {
  max-width: 483px;
  min-height: 58px;
}

.hs-register-layout .main-content.right ul li {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-bottom: 30px;
}

.hs-register-layout .left h2 {
  margin-top: 30px;
}

.hs-register-layout .main-content.right ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 430px;
}

.hs-register-layout .main-content.right ul li:nth-child(even) {
  text-align: right;
}

.hs-register-layout h2 {
  color: #0d4eb5;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-align: center;
  max-width: 430px;
  margin: 0 auto 50px;
}

.hs-register-layout .main-content.left {
  padding: 78px 69px 78px 69px;
  border: 1px solid #b7b8b8;
  border-radius: 10px;
  box-shadow: 4px 6px 25px rgba(18,18,18,.2);
}

.hs-register-layout .main-content.left h3 {
  color: #0d4eb5;
  letter-spacing: -.01em;
  font-weight: 600;
  text-align: center;
  font-size: 40px;
  margin-top: 0;
}

.hs-register-layout .main-content.left form .hs-form-field > label {
  display: none;
}

.hs-register-layout .main-content.left form .hs-input {
  padding: 26px 24px;
  border: 1px solid #b7b8b8;
  font-size: 24px;
  color: #000;
  font-family: inherit;
  border-radius: 6px;
  max-width: 100%;
}

.hs-register-layout .main-content.left form .hs-button {
  padding: 0px 15px !important;
  background: #fb7c36;
  border: none;
  font-size: 28px;
  line-height: 85px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  opacity: 1;
  border-radius: 6px;
  width: 100% !important;
  margin-bottom: 30px;
}
.hs-register-layout .main-content.left form .hs-input::-webkit-input-placeholder {
  color:#000;
} 
.hs-register-layout .main-content.left form .hs-input:-moz-placeholder {
  color:#000;
} 
.hs-register-layout .main-content.left form .hs-input::-moz-placeholder {
  color:#000;
} 
.hs-register-layout .main-content.left form .hs-input:-ms-input-placeholder {
  color:#000;
}
.hs-register-row1-group {
  padding: 27px 0 0;
}

.hs-register-layout .main-content.right {
  padding: 80px 0 0;
}

.hs-register-layout .main-content.left form {
  padding: 47px 0 0;
}

/************ About Layout ****************/


.hs-about-layout .custom-banner-group h1 {
  font-weight: 600;
}

a.custom-orange-btn {
  max-width: 436px;
  line-height: 69px;
  margin: 0 auto;
  padding: 0 15px;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  transition: opacity .9s;
  background-color: #fb7c36;
  text-decoration: none;
  border-radius: 8px;
  display: block;
  margin-top: 54px;
}
.hs-about-layout .custom-banner-group{
  padding:125px 0 92px;
}
a.custom-orange-btn:hover {
  border: none;
  background-color: #fb7c36;
  opacity: .8;
}
.custom-tabber-heading {
  background-color: #026b9c;
  padding: 20px;
}

.custom-tabber-heading h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  margin: 0;
  display: block;
  cursor: pointer;
  border: 2px solid transparent;
  text-decoration: none;
  transition: border .4s;
  padding: 10px;
  position: relative; 
}

.custom-tabber-heading h1:hover {
  border-color: #026b9c;
}

.custom-tabber-content {
  background-color: #e6e7e9;
  text-align: center;
}

.custom-tabber-content h3 {
  margin: 0;
  font-weight: 600;
  text-align: center;
  margin-bottom: 74px;
}

.custom-two-col-group {
  background-color: #e6e7e9;
  overflow: hidden;
  padding-top: 20px;
}

.custom-two-col-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-two-col-group ul li {
  margin-bottom: 60px;
}

.custom-two-col-inner {
  vertical-align: top;
  float: left;
  width: 50%;
  text-align: center;
}

.custom-team-group {
  overflow: hidden;
  background-color: #e6e7e9;
  padding: 0 0 30px;
}

.custom-team-inner {
  max-width: 50%;
  float: left;
  text-align: center;
  padding: 0 30px;
}

.custom-team-inner h1 {
  margin-bottom: 16px;
  color: #0d4eb5;
  font-weight: 600;
  font-size: 30px; 
}

.custom-team-inner h2 {
  margin-bottom: 16px !important;
  color: #0d4eb5;
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 0;
  padding-top: 0 !important;
}

.custom-team-inner img {
  margin: 0 0 30px;
}

.ico-shield {
  background-image: url(//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Images/sprite.png);
  background-position: -324px -161px;
  width: 42px;
  height: 37px;
  display: block;
  vertical-align: middle;
  font-size: 0;
  text-align: center;
  margin: 20px auto 0;
}

.custom-tabber-content ul li {
  text-align: left;
  position: relative;
  padding-left: 32px;
  font-size: 20px;
  line-height: 1.8;
}
.custom-tabber-content p {
  margin: 11px 0 10px;
}
.custom-tabber-content h6 {
  margin: 74px 0 0;
  font-weight: 400;
  text-align: center;
  margin-bottom: 59px;
}
.hs-tab-description .socials {
  padding: 60px 0 0;
}

.custom-tabber-content ul {
  list-style: none outside none;
  padding-left:70px;
}
.customer-tabber .custom-two-col-group ul{
  padding-left:0;
}
.custom-tabber-content ul li:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0d4eb5;
}

.ico-lock {
  background-image: url(//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Images/sprite.png);
  background-position: -287px -161px;
  width: 33px;
  display:block;
  height: 48px;
  vertical-align: middle;
  font-size: 0;
  margin:15px auto 0;
}
p.blue-color {
  text-align: left;
  color: #0d4eb5;
}

p.blue-color a:hover {
  text-decoration: none;
}

.custom-tabber-content h5 {
  margin-bottom: 8px;
  color: #0d4eb5;
  font-weight: 600;
  font-size: 24px;
  margin-top: 27px;
}

address {
  font-style: normal;
}

.custom-tabber-content p a {
  color: #000;
  text-decoration: none;
}

.custom-tabber-content p a:hover {
  text-decoration: underline;
}

p.blue-color a {
  color: #0d4eb5;
  text-decoration: underline;
}

p.blue-color a:hover {
  text-decoration: none;
}
.custom-tabber-content .socials ul {
  list-style: none;
  padding: 0 0 30px;
  margin: 0;
}

.custom-tabber-content .socials ul li {
  display: inline-block;
  padding-left: 0;
  margin: 0 5px;
}
.custom-tabber-content h2 {
  margin: 0;
  font-weight: 600;
  text-align: center;
  margin-bottom: 54px;
  padding-top: 28px;
  font-size:30px;
}
.custom-tabber-content .socials ul li:before {
  content: none;
}

.custom-tabber-content .socials ul li span {
  font-size: 24px;
  color: #0d4eb5;
  font-weight: 600;
  margin-top: 6px;
  vertical-align: sub;
  display: inline-block;
  margin-right: 10px;
  letter-spacing: -0.02em;
}

.custom-tabber-content .socials ul li a {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: 1px solid #000;
  display: block;
  text-align: center;
  transition: all .3s;
  font-size: 22px;
  color: #000;
}

.custom-tabber-content .socials ul li a:hover {
  color: #0d4eb5;
  border: 1px solid #0d4eb5;
}

.fa-youtube-play:before {
  content: "\f16a";
}

.hs-about-row2-group h3 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 0;
}

.hs-about-row2-group .custom-orange-btn {
  margin-top: 35px;
}

.hs-about-row2-group {
  padding: 0 0 40px;
}



/***************** Feature Page ************************/

.custom-feature-heading-module {
  overflow: hidden;
  margin-bottom: -31px;
}

.accordion_price_table_titel {
  position: relative;
  z-index: 9;
  overflow: hidden;
  display: block;
  margin: 0;
  list-style: none;
  padding: 0;
}

.accordion_price_table_titel li {
  border-right: 1px solid #fff;
  border-radius: 10px 10px 0 0;
  float: left;
  overflow: hidden;
}

/* Edited by Flo */
.accordion_price_table_title {
  position: relative;
  z-index: 9;
  overflow: hidden;
  display: block;
  margin: 0;
  list-style: none;
  padding: 0;
}

.accordion_price_table_title li {
  border-right: 1px solid #fff;
  border-radius: 10px 10px 0 0;
  float: left;
  overflow: hidden;
}

.accordion_price_table_title li:last-child{
  border-right: 0px solid #fff;
}


.price_table_titel_striped {
  display: block;
  width: 49%;  
}

.price_table_title_striped {
  width: 35%; /*  Edited by Flo */
}

.price_table_titel_bg {
  background: #e3e2e2;
  display: block;
  height: 88px;
  width: 100%;
  overflow: hidden;
}

.price_table_titel_background {
  width: 17%;
}

.price_table_title_background {
  width: 13%; /*  Edited by Flo */
}

.price_table_titel_background h2 {
  padding: 30px 0 50px;
  line-height:33px;
  color: #fff;
  text-shadow: 2px 2px 2px #222;
  margin: 0;
  display: block;
  font-weight:500;
  text-align: center;
  font-size: 30px;
}

.price_table_title_background h2 { /*  Edited by Flo */
  padding: 30px 0 50px;
  line-height:33px;
  color: #fff;
  text-shadow: 2px 2px 2px #222;
  margin: 0;
  display: block;
  font-weight:500;
  text-align: center;
  font-size: 24px;
}

.hs-full-width-without-banner-layout .header-main .custom-menu-container {
  padding: 3px 0 5px;
}

.price_table_titel_silver {
  background: #18996b;
  background: -moz-linear-gradient(top,#18996b 0,#0d6544 100%);
  background: -webkit-linear-gradient(top,#18996b 0,#0d6544 100%);
  background: linear-gradient(to bottom,#18996b 0,#0d6544 100%);
}

.price_arrow_width {
  height: 46px;
  margin: -41px 0 0;
  overflow: hidden;
  position: relative;
}

.price_arrow_width .arrow-left {
  border-bottom: 150px solid #62a8de;
  border-right: 150px solid transparent;
  float: left;
  height: 0;
  left: 0;
  position: absolute;
  top: -44px;
  transform: rotate(-32deg);
  width: 0;
}

.price_arrow_width .arrow-right {
  border-bottom: 150px solid #62a8de;
  border-left: 150px solid transparent;
  float: right;
  height: 0;
  position: absolute;
  right: 0;
  top: -44px;
  transform: rotate(32deg);
  width: 0;
}

.price_table_titel_gold {
  background: #1c8fc7;
  background: -moz-linear-gradient(top,#1c8fc7 0,#045288 100%);
  background: -webkit-linear-gradient(top,#1c8fc7 0,#045288 100%);
  background: linear-gradient(to bottom,#1c8fc7 0,#045288 100%);
}

.price_table_titel_platinum {
  background: #5788bf;
  background: -moz-linear-gradient(top,#5788bf 0,#28649a 100%);
  background: -webkit-linear-gradient(top,#5788bf 0,#28649a 100%);
  background: linear-gradient(to bottom,#5788bf 0,#28649a 100%);
}

.price_table_title_entrepreneur {
  background: #18996b;
  background: -moz-linear-gradient(top,#c6e5ec 0,#42a8c1 100%);
  background: -webkit-linear-gradient(top,#c6e5ec 0,#42a8c1 100%);
  background: linear-gradient(to bottom,#c6e5ec 0%,#42a8c1 100%)
}

.price_table_title_basic {
  background: #18996b;
  background: -moz-linear-gradient(top,#c0e0be 0,#2d9928 100%);
  background: -webkit-linear-gradient(top,#c0e0be 0,#2d9928 100%);
  background: linear-gradient(to bottom,#c0e0be 0%,#2d9928 100%)
}

.price_table_title_standard {
  background: #18996b;
  background: -moz-linear-gradient(top,#b2ccc0 0,#00552e 100%);
  background: -webkit-linear-gradient(top,#b2ccc0 0,#00552e 100%);
  background: linear-gradient(to bottom,#b2ccc0 0%,#00552e 100%)
}

.price_table_title_professional {
  background: #18996b;
  background: -moz-linear-gradient(top,#b2d7ef 0,#0079ca 100%);
  background: -webkit-linear-gradient(top,#b2d7ef 0,#0079ca 100%);
  background: linear-gradient(to bottom,#b2d7ef 0%,#0079ca 100%)
}

.price_table_title_enterprise {
  background: #18996b;
  background: -moz-linear-gradient(top,#b8c4d0 0,#153b62 100%);
  background: -webkit-linear-gradient(top,#b8c4d0 0,#153b62 100%);
  background: linear-gradient(to bottom,#b8c4d0 0%,#153b62 100%)
}

.custom-feature-title-group h1 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  line-height: 1.3em;
}

.custom-feature-title-group {
  background: #65a9de;
  transition: .25s;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  display: block;
  position: relative;
}
.custom-js-import, .custom-js-import .row-fluid [class*="span"]{
  min-height:0 !important;
}

.bordered_price_table_titel {
  overflow: hidden;
  display: block;
  margin: 0;
  list-style: none;
  padding: 0;
}

.bordered_price_table_titel .price_table_bordered_striped1 {
  position: relative;
  z-index: 99;
}

.bordered_price_table_titel .price_table_bordered_striped1 {
  width: 49%;
  padding: 9px 0 8px 40px;
  overflow: hidden;
}

.bordered_price_table_titel li {
  float: left;
  border-right: 1px solid #fff;
  font-size: 22px;
}

.bordered_price_table_titel .price_table_bordered_background1 {
  width: 17%;
  height: 40px;
}

/* Edited by Flo */
.bordered_price_table_title {
  overflow: hidden;
  display: block;
  margin: 0;
  list-style: none;
  padding: 0;
}

.bordered_price_table_title .price_table_bordered_striped1 {
  position: relative;
  z-index: 99;
}

.bordered_price_table_title .price_table_bordered_striped1 {
  width: 35%;
  padding: 9px 0 8px 40px;
  overflow: hidden;
}

.bordered_price_table_title li {
  float: left;
  border-right: 1px solid #fff;
  font-size: 22px;
}

.bordered_price_table_title li:last-child{
  border-right: 0px solid #fff;
}

.bordered_price_table_title .price_table_bordered_background1 {
  width: 13%;
  height: 40px;
}

.custom-four-col-feature-accordion-group {
  overflow: hidden;
}

.custom-six-col-feature-accordion-group {
  overflow: hidden;
}

.accordion_content_pricing {
  background: #e3e2e2;
}

.accordion_content_pricing {
  margin: 0;
  display: block;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.accordion_content_pricing li {
  display: table;
  vertical-align: middle;
  height: 50px;
  float: left;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.accordion_content_pricing_six {
  background: #e3e2e2;
}

.accordion_content_pricing_six {
  margin: 0;
  display: block;
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.accordion_content_pricing_six li {
  display: table;
  vertical-align: middle;
  height: 50px;
  float: left;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.accordion_content_pricing_six li:last-child{
  border-right: 0px solid #fff;
}

.accordion_content_pricing_six li span {
  display: table-cell;
  vertical-align: middle;
}
.accordion_content_pricing_six li span {
  font-size: 14px;
}

.price_table_datatables1 {
  width: 49%;
}

/* Edited by Flo */
.price_table_datatables_1 {
  width: 35%;
}

.accordion_content_pricing_six li p {
  font-size: 15px;
  padding: 0 0 0 10px;
  margin: 0;
  display: table-cell;
  line-height: 21px;
  color: #333;
  vertical-align: middle;
}

.accordion_content_pricing li p {
  font-size: 15px;
  padding: 10px 0 11px 10px;
  margin: 0;
  display: table-cell;
  line-height: 21px;
  color: #333;
  vertical-align: middle;
}

.accordion_content_pricing1_panel2 {
  background: #b2d7e3;
}

.price_table_datatables2 {
  padding: 10px 0;
}

.price_table_datatables2 {
  width: 17.1%;
  text-align: center;
}

.hs-home-row1-group a.custom-bright-orange-btn.custom_btn{
  margin-left: 127px;
}

/* Edited by flo */
.price_table_datatables_2 {
  padding: 10px 0;
}

.price_table_datatables_2 {
  width: 13%;
  text-align: center;
}

.accordion_content_pricing_six.light-grey {
  background: #f3f2f2;
}

.accordion_content_pricing_six.light-grey .accordion_content_pricing1_panel2 {
  background: #deeef3;
}

.accordion_content_pricing_six.light-grey .accordion_content_pricing1_panel3 {
  background: #e0efeb;
}

.accordion_content_pricing li span {
  display: table-cell;
  vertical-align: middle;
}
.accordion_content_pricing li span {
  font-size: 14px;
}
.accordion_content_pricing1_panel3 {
  background: #b6dacf;
}
.accordion_content_pricing.light-grey {
  background: #f3f2f2;
}

.accordion_content_pricing.light-grey .accordion_content_pricing1_panel2 {
  background: #deeef3;
}

.accordion_content_pricing.light-grey .accordion_content_pricing1_panel3 {
  background: #e0efeb;
}
.hs-feature-layout .container-fluid .row-fluid .page-center {
  max-width: 1170px !important;
  padding-left:15px;
  padding-right:15px;
}
.feature-group .custom-logo img {
  max-width: 319px;
  height:auto;
  position: relative;
  top: -7px;
}

.feature-group.custom-header-group {
  position: relative;
  padding: 15px 0 0;
}

.feature-group .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-size: 15px;
  border: none;
  color: #231f20;
  line-height: 21.42px;
  font-family: '33535gillsansmt';
}
.feature-group .custom-menu-container {
  padding: 6px 0 0 ;
}
.feature-group .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  border: none;
  color: #0d4eb5;
}
.custom-feature-row1-group .hs_cos_wrapper_type_rich_text h1 {
  font-weight: 500;
  color:#333;
  font-size: 36px;
  margin: 0 0 17px;
}

.hs-feature-layout {
  font-family: '33535gillsansmt' ;
}

.custom-feature-row1-group .hs_cos_wrapper_type_rich_text {
  text-align: center;
}

.custom-feature-row1-group .hs_cos_wrapper_type_rich_text ul {
  margin: 10px 0;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0;
}
.custom-feature-row1-group .hs_cos_wrapper_type_rich_text ul li:first-child {
  list-style: none;
  margin-left: 0;
}
.custom-feature-row1-group .hs_cos_wrapper_type_rich_text ul li {
  margin-left: 35px;
  color:#333;
  line-height:29px;
}

.custom-feature-row1-group .hs_cos_wrapper_type_custom_widget {
  padding: 0;
}

.body-container .custom-feature-row1-group .page-center {
  padding-top: 11px;
}
a.custom-bright-orange-btn {
  text-transform: uppercase;
  min-width: 240px;
  border: 0;
  background: #fd5e2d;
  font-size: 22px;
  color: #fff;
  padding: 17px 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0 15px;
}

a.custom-blue-btn {
  text-transform: uppercase;
  min-width: 240px;
  border: 0;
  font-size: 22px;
  color: #fff;
  padding: 17px 0;
  text-align: center;
  background: #0d4eb5;
  display: inline-block;
  text-decoration: none;
}

.hs-feature-row2-group {
  text-align: center;
}
.custom-footer-group.feature-footer {
  background: #e6e6e6;
  padding: 56px 0;
}

.feature-footer .custom-social-icon ul li a:hover {
  color: #000;
  border-color: #000;
}

.feature-footer .custom-social-icon ul li {
  margin: 0 2px;
}

.feature-footer .custom-social-icon ul li span {
  font-weight: 500;
  font-size: 15px;
}

.feature-footer .custom-copyright ul li span {
  letter-spacing: normal;
}

.custom-copyright ul li {
  margin-left: 12px;
}

.feature-footer .custom-footer-logo img {
  max-width: 263px;
}
.custom-social-icon ul li a.youtube-open {
  border: none;
  height: 40px;
  width: 40px;
  display: block;
  background: url(//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Images/footer_sociat_media.png) no-repeat -204px center;
}
.feature-footer .custom-social-icon ul li a.youtube-open:hover {
  border: none;
}
.popup-content {
  border: 10px solid #fff;
  border-radius: 5px;
}

.popup-background {
  background: #000;
}
.popup.visible .popup-background {
  opacity: 0.65;
}
/************* Home Page Styling *************/

.hs-home-layout{
  font-weight:normal;
  font-size:14px;
  line-height:20px;
}
.hs-home-layout h1,
.hs-home-layout h2,
.hs-home-layout h3,
.hs-home-layout h4,
.hs-home-layout h5,
.hs-home-layout h6{
  font-weight: 500;
  line-height: 1.1;
}
.hs-home-layout h1,
.hs-home-layout h2,
.hs-home-layout h3{
  margin-top: 20px;
  margin-bottom: 10px;
}
.hs-home-layout h1{
  font-size: 36px;
  color:#333;
}
.hs-home-layout h2{
  font-size: 36px;
  margin-bottom: 15px;
  color: #333;
}

.hs-home-layout h2 + hr {
  background: #0d4eb5;
  margin: 10px auto;
  height: 5px;
  width: 90px;
  display: block;
}

.hs-home-layout h3{
  font-size: 30px;
}
.hs-home-layout h4{
  font-size: 14px;
}
.hs-home-row10-bottom {
  text-align: center;
}

.hs-home-row10-bottom p{
  color:#333;
}
a.custom-home-blue-btn {
  display: inline-block;
  min-width: 240px;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
  color: #fff;
  background: #0d4eb5;
  margin: 6px 0;
  padding: 17px 0;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

a.custom-home-blue-btn:hover {
  background: #FD5E2D;
  text-decoration: none;
  color: #fff;
}

.hs-home-row10-top {
  text-align: center;
}

.hs-home-row10-top h1 small {
  font-size: 65%;
  font-weight: normal;
  line-height: 1;
  color: #777;
  display: block;
  margin: 20px 0;
}
.hs-home-layout .custom-two-col-group {
  background: transparent;
}

.hs-home-two-col {
  text-align: center;
}

.hs-home-two-col h1 span {
  background: #0d4eb5;
  margin: 15px auto;
  height: 5px;
  width: 90px;
  display: block;
}

.hs-home-row9-group {
  background: #F7FAF1;
}

.hs-home-layout .custom-two-col-inner p {
  padding: 15px 0;
  display: block;
  margin: 0px;
  font-size: 20px;
  color: #010101;
  text-align: left;
  line-height: 29px;
}

.hs-home-layout .custom-two-col-inner .left{
  padding-right: 222px;
}

.hs-home-row8-group .page-center {
  padding-bottom: 0;
  padding-top: 5px;
}
.hs-home-row7-group .page-center{
  padding-top: 5px;
}
.hs-home-row6-group img,
.hs-home-row8-group img{
  max-width:100%;
  width:100% !important;
}
.hs-home-row6-group{
  position:relative;
}
.hs-home-layout .custom-two-col-inner {
  text-align: left;
}
.hs-home-layout .hs-home-two-col .custom-two-col-inner.right {
  padding-left: 210px;
}
.hs-home-row8-group {
  position: relative;
}

.hs-home-row8-group .testimonial-group,
.hs-home-row6-group .testimonial-group{
  position: absolute;
  top: 23%;
  width: 50%;
  margin: 0;
  padding: 0;
  background: rgba(2,32,62,0.8);
  color: #fff;
  right: 0;
  padding:0 15px;
}

.hs-home-row6-group .testimonial-group{
  right: auto;
  left: 0;
}
.testimonial-group a:hover {
  transition: all ease 0.5s;
  opacity: 1;
}
.testimonial-group a {
  text-decoration: none;
  font-size: 15px;
  text-transform: lowercase;
  margin-top: 5px;
  display: inline-block;
  color: #fff;
  opacity: 0.8;
}
.hs-home-row8-group .blockquote{
  background: url(//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Images/testimonial_content_icon3.png) no-repeat left top;
  float: left;
  margin: 15px 0 25px;
  padding: 0 0 0 50px;
}
.hs-home-layout .hs-home-row9-group h1 {
  margin-top: 0;
}

.hs-home-layout .hs-home-row9-group .custom-two-col-inner p {
  padding: 0;
}

.hs-home-layout .hs-home-row9-group .page-center {
  padding-bottom: 0;
}
.hs-home-row8-group .blockquote h2{
  background: url(//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Images/testimonial_content_icon4.png) no-repeat right bottom;
  padding:0 0 30px 0;
}

.hs-home-row8-group .testimonial-group h2 ,
.hs-home-row6-group .testimonial-group h2 {
  color: #fff;
  font-size: 20px;
  font-style: italic;
  margin-top:0;
  line-height: 28.57px;
}

.hs-home-row8-group .testimonial-group p ,
.hs-home-row6-group .testimonial-group p {
  font-size: 18px;
  margin:10px 0 0;
}

.hs-home-row8-group .testimonial-group p span ,
.hs-home-row6-group .testimonial-group p span {
  font-weight: bold;
}

.hs-home-row6-group .testimonial-group p {
  color: #fff;
}
.hs-home-row6-group .testimonial-group h2 {
  position: relative;
  background: url(//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Images/testimonial_content_icon4.png) no-repeat right bottom;
  padding: 0 0 30px 0;
}
.blockquote {
  overflow: hidden;
  max-width: 555px;
  float: right;
  position: relative;
}
.hs-home-row6-group .blockquote {
  background: url(//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Images/testimonial_content_icon3.png) no-repeat left top;
  padding: 0 0 0 50px;
  margin: 15px 0 25px;
}
.hs-home-row5-group .page-center {
  padding-bottom: 0;
}

.hs-home-row5-group h1 {
  text-align: center;
  color: #02213E;
  margin-top:6px;
}


.hs-home-row5-group h1 span {
  background: #0d4eb5;
  margin: 15px auto 0;
  height: 5px;
  width: 90px;
  display: block;
}
.hs-home-row4-group {
  background: #DAEBF3;
  padding: 15px 0;
  margin: 0;
}
ul.list-terms {
  margin-top: 11px;
  margin-bottom: 10px;
}
.hs-home-row4-group .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.hs-home-row4-col2 ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.hs-home-row4-col2 ul li {
  display: inline-block;
  width: 32.3%;
  vertical-align: top;
}

.custom-full-width-icon-content-group img {
  float: left;
  margin-right: 10px;
}

.custom-full-width-icon-content-group p {
  display: inline;
  margin: 0;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 18px;
  line-height:normal;
  color:#333;
}

.custom-full-width-icon-content-group a ,
.hs-home-row3-group a{
  color: #0d4eb5;
  text-decoration: none;
}

.custom-full-width-icon-content-group a:hover ,
.hs-home-row3-group a:hover{
  color: #23527c;
  text-decoration: underline;
}

.hs-home-row4-col2 ul li:last-child img {
  margin-top: -10px;
}

.custom-three-col-inner {
  width: 33.3%;
  float: left;
  text-align: center;
}

.custom-three-col-group {
  overflow: hidden;
  padding: 31px 0 20px;
  margin: 0 -10px;
}
.custom-three-col-inner.col2 h5,
.custom-three-col-inner.col3 h5 {
  margin-top: 25px;
  margin-bottom: 10px;
}
.hs-home-layout .hs-home-row3-group h1 {
  margin-top: 15px;
}
.custom-three-col-inner.col1 h5 {
  margin-bottom: 9px;
  margin-top:31px;
}
.custom-three-col-inner h5 {
  font-size: 22px;
  font-weight: bold;
  color:#333;
}

.custom-three-col-inner p {
  font-size: 22px;
  margin: 0px;
  line-height: normal;
  color:#333;
}

.hs-home-row3-group {
  text-align: center;
}

.hs-home-row3-group a.custom-home-blue-btn:hover {
  text-decoration: none;
}
.custom-three-col-inner {
  width: 33.3%;
  float: left;
  text-align: center;
}


.hs-home-row3-group a.custom-home-blue-btn {
  color: #fff;
  text-transform: uppercase;
  min-width: 280px;
  padding: 17px 15px;
  margin: 15px 0 6px;
}


.hs-home-row2-group ul {
  list-style: none;
  padding: 0;
  margin: 0 0 11px;
  display: table;
  width: 100%;
  text-align: center;/* Edited */
}

.hs-home-row2-group ul li {
  display: table-cell;
  vertical-align: middle;
}

.hs-home-row2-group {
  padding: 15px 0 15px;
  background: #F6F9FC;
}
.hs-home-row2-group .page-center{
  padding-top:0;
  padding-bottom:0;
}
.hs-home-row2-group p {
  text-transform: uppercase;
  margin-bottom:10px;
}
.hs-home-layout .feature-group.custom-header-group {
  position: absolute;
  background: url(//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Images/header_bg_home2.png) repeat center center;
  top: 35px;
}

.header-logo {
  margin: 0;
}
.hs-home-layout .feature-group .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  padding-right: 7px;
}

.hs-home-layout .feature-group .custom-menu-primary .hs-menu-wrapper > ul {
  margin-top: -2px;
}
.hs-home-layout .feature-group .custom-menu-primary .hs-menu-wrapper > ul  > li > a{
  padding:8px 13px;
}
.hs-home-row1-group {
  position: relative;
}
.hs-home-layout .custom-header-group{
  min-height: 80px !important;
}
.hs-home-capterra img{
  position: absolute;
  margin-top: -70px;
  right: 470px;
}

.hs-home-logo-bottom img{
  position: absolute;
  margin-top: -165px;
  right:0;
}
.hs-home-logo-bottom2 img{
  position: absolute;
  margin-top: -93px;
  right: 350px;
  z-index: 6;
}
.hs-home-row1-group .main-content {
  position: absolute;
  top: 120px;
  right: 0;
  left: 0;
}

.hs-home-row1-group .page-center {
  padding-top: 15px;
}
.hs-home-row1-group a.custom-bright-orange-btn{
  margin: 16px 15px 0 1px;
}
.hs-home-row1-group .main-content h1 {
  font-size: 60px;
  max-width: 560px;
  color: #0d4eb5;
  width: auto;
  text-transform: none;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

.hs-home-row1-group .main-content ul {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  margin-left: -15px;
}

.hs-home-row1-group .main-content ul li {
  background: url(https://2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/Images/checkmark-1.png) no-repeat 14px 14px transparent;
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 5px 1px 0px 60px;
  vertical-align: middle;
  color: #000;
  font-size: 30px;
  line-height: 42.85px;
}

.hs-home-row1-group .main-content ul li a {
  color: #000;
  text-decoration: none;
}

.hs-home-row1-group .main-content ul li a:hover {
  text-decoration: underline;
}
a.view-video-btn {
  font-size: 20px;
  vertical-align: middle;
  color: #0d4eb5;
  display: block;
  padding: 3px 0 0 35px;
  margin-top: 26px;
  border-radius: 8px;
  margin-left: 185px;
  background-color: #fff;
  text-decoration: none;
  border: none;
  box-shadow: none;
  transition: all 0.2s;
  max-width: 140px;
  height:39px;
}
a.view-video-btn:hover {
  color: #000;
}

a.view-video-btn img {
  width: 41px;
  height: 41px;
  margin-left: -55px;
  display: inline-block;
  margin-top: -3px;
  padding: 0;
  vertical-align: middle;
  margin-right: 5px;
}

.hs-home-row1-group .orange-hover:hover {
  background: rgb(255,140,13) !important;
}

.hs-home-row1-group .blue-hover:hover {
  background: #fd5e2d !important;
}

/* Start: Edits for the banner section */
.hs-home-top-banner {
  margin-top: -1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 730px;
  overflow: hidden;
}
.hs-home-top-banner img {
  width: 100% !important;
  /* display: none; */
}

@media only screen and (max-width: 1315px){
  .hs-home-top-banner{
    height: 615px!important;
  }
  #updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1>a{
    padding: 8px 13px !important;
  }
}
@media only screen and (max-width: 1100px){
  .hs-home-top-banner{
    /* height: 350px!important; */
  }
  .header-logo {
    padding-top: 0!important;
  }  
}
@media only screen and (max-width: 480px){
  .hs-home-top-banner{
    height: 200px!important;
  }
  #updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1>a{
    padding: 5px 0 16px 15px!important;
  }
}
/* End: Edits for the banner section */

.hs-home-row2-group .page-center {
  /* padding-left: 36px !important; */
}
.hs-faq-layout .header-main .custom-menu-container {
  padding: 8px 0 0;
}
.hs-faq-layout .body-container .main-content .input {
  display: flex;
  vertical-align: middle;
}

.hs-faq-layout .body-container .main-content  form .hs-button.primary {
  border: 3px solid #fff;
  text-decoration: none;
  background-color: #fff;
  font-size: 16px;
  padding: 2px 6px 3px;
  transition: border .3s;
  border-radius: 4px;
  margin-left:10px;
  background: transparent;
  font-weight: 600;
  line-height: 19px;
}
.hs-faq-layout .body-container .main-content  form .hs-button.primary:hover {
  border-color: #0d4eb5;
  background-color: #0d4eb5;
  color: white;
  transition: all 0.2s;
}
.hs-faq-layout .body-container .main-content  form .hs-input {
  font-size: 20px;
  font-family: 'Source Sans Pro', 'Arial', 'Helvetica', sans-serif;
}
.custom-home-pricing-group ul li.active .pricing_table_content_titel_top h3{
  padding-bottom: 9px;
}
.custom-home-pricing-group ul li.active .pricing_table_content_titel_top{
  height: 150px;
}
/*************** Pricing Table ***************/


.custom-full-width-icon-content-group {
  display: flex;
  align-items: center;
  justify-content:center;
}
.custom-full-width-icon-content-inner {
  padding-left: 15px;
}
.custom-home-pricing-heading-module ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-home-pricing-heading-module ul li {
  width: 16%;
  transition: all 0.6s ease;
  float: left;
  text-align: center;
}

.pricing_table_content_titel_top {
  overflow: hidden;
  height: 140px;
  text-align: center;
  background: #c6e5ec;
  background: -moz-linear-gradient(top, #c6e5ec 0%, #42a8c1 100%);
  background: -webkit-linear-gradient(top, #c6e5ec 0%,#42a8c1 100%);
  background: linear-gradient(to bottom, #c6e5ec 0%,#42a8c1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6e5ec', endColorstr='#42a8c1',GradientType=0 );
}

.custom-home-pricing-heading-module {
  position: relative;
  overflow: hidden;
}

.pricing_table_content_titel_top h1 {
  padding: 13px 0 8px;
  background: #42a8c1;
  color: #fff;
  margin: 0px;
  font-size: 18px;
  font-weight: normal;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

li.pricing_table_content_col1 .pricing_table_content_titel_top {
  background: #dcdbdb;
}

.pricing_table_content_titel_top h2 {
  text-shadow: 1px 2px 2px #2a2a2a;
  position: relative;
  color: #fff;
  margin: 0px;
  font-size: 40px;
  padding: 13px 0 6px;
  text-align: center;
}
.pricing_table_content_titel_top h2 span {
  position: relative;
  font-size: 22px;
  vertical-align: top;
  /* margin: 5px 0 0 -20px; */
  margin: 0;
  top: 2px;
}
.pricing_table_content_titel_top h2 span.month{
  font-size: 14px;
  margin-left: 0;
  left: -9px;
  top: 16px;
}
.pricing_table_content_col7 .pricing_table_content_titel_top h2 span {
  margin-left: 0 !important;
}
.pricing_table_content_col7 h2{
  font-size: 40px;
  padding-bottom: 14px;
}
.pricing_table_content_col7 h2 span.month{
  margin-left: 0!important;
}
.arrow_width {
  margin: -15px 0 0;
  position: relative;
  height: 46px;
  overflow: hidden;
}

.arrow_width .arrow-left {
  top: -40px;
  position: absolute;
  left: 0px;
  border-right: 150px solid transparent;
  border-bottom: 150px solid #c6e5ec;
  height: 0;
  float: left;
  width: 0;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.arrow_width .arrow-right {
  top: -40px;
  position: absolute;
  right: 0px;
  border-left: 150px solid transparent;
  border-bottom: 150px solid #c6e5ec;
  height: 0;
  width: 0;
  float: right;
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.custom-home-table-scoll {
  max-width: 100%;
  margin: 0 auto !important;
  float: none !important;
  padding-top: 10px;
}
.adjust-width .custom-home-table-scoll {
  max-width: 1130px;
}


li.pricing_table_content_col3 .pricing_table_content_titel_top h1 {
  background: #2d9928;
}

.pricing_table_content_col3 .pricing_table_content_titel_top {
  background: #c0e0be;
  background: -moz-linear-gradient(top, #c0e0be 0%, #2d9928 100%);
  background: -webkit-linear-gradient(top, #c0e0be 0%,#2d9928 100%);
  background: linear-gradient(to bottom, #c0e0be 0%,#2d9928 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0e0be', endColorstr='#2d9928',GradientType=0 );
}

.pricing_table_content_titel_top h3 {
  margin: -10px 0 0 0;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}

.pricing_table_content_col4 .pricing_table_content_titel_top {
  background: #1d96d1;
  background: -moz-linear-gradient(top, #b2ccc0 0%, #00552e 100%);
  background: -webkit-linear-gradient(top, #b2ccc0 0%,#00552e 100%);
  background: linear-gradient(to bottom, #b2ccc0 0%,#00552e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2ccc0', endColorstr='#00552e',GradientType=0 );
}

.pricing_table_content_col4 .pricing_table_content_titel_top h1 {
  background: #00552e;
}

.pricing_table_content_col5 .pricing_table_content_titel_top h1 {
  background: #0079ca;
}

.pricing_table_content_col5 .pricing_table_content_titel_top {
  background: #b2d7ef;
  background: -moz-linear-gradient(top, #b2d7ef 0%, #0079ca 100%);
  background: -webkit-linear-gradient(top, #b2d7ef 0%,#0079ca 100%);
  background: linear-gradient(to bottom, #b2d7ef 0%,#0079ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2d7ef', endColorstr='#0079ca',GradientType=0 );
}
.pricing_table_content_col6 .pricing_table_content_titel_top h1 {
  background: #153b62;
}
.pricing_table_content_col6 .pricing_table_content_titel_top {
  background: #b8c4d0;
  background: -moz-linear-gradient(top, #b8c4d0 0%, #153b62 100%);
  background: -webkit-linear-gradient(top, #b8c4d0 0%,#153b62 100%);
  background: linear-gradient(to bottom, #b8c4d0 0%,#153b62 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8c4d0', endColorstr='#153b62',GradientType=0 );
}
.pricing_table_content_col7 .pricing_table_content_titel_top h1 {
  background: #191b20;
}
.pricing_table_content_col7 .pricing_table_content_titel_top {
  background: #191b20;
  background: -moz-linear-gradient(top, #c1c1c1 0%, #191b20 100%);
  background: -webkit-linear-gradient(top, #c1c1c1 0%,#191b20 100%);
  background: linear-gradient(to bottom, #c1c1c1 0%,#191b20 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#191b20',GradientType=0 );
}
.pricing_table_content_col3 .arrow_width .arrow-left, 
.pricing_table_content_col3 .arrow_width .arrow-right {
  border-bottom-color: #d8ebd7;
}

.pricing_table_content_col4 .arrow_width .arrow-left, 
.pricing_table_content_col4 .arrow_width .arrow-right {
  border-bottom-color: #b2ccc0;
}
.pricing_table_content_col5 .arrow_width .arrow-right,
.pricing_table_content_col5 .arrow_width .arrow-left {
  border-bottom-color: #b2d7ef;
}
.pricing_table_content_col6 .arrow_width .arrow-right,
.pricing_table_content_col6 .arrow_width .arrow-left {
  border-bottom-color: #b8c4d0;
}
.pricing_table_content_col7 .arrow_width .arrow-right, .pricing_table_content_col7 .arrow_width .arrow-left {
  border-bottom-color: #b4b5b6;
}
.fa-check:before {
  content: "\f00c";
  font-size: 20px;
}
a.pricing_table_button_sign_up {
  display: block;
  vertical-align: middle;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background: #0766B7;
  margin: 6px auto;
  padding: 5px 0;
  max-width: 120px;
  text-decoration: none;
}

a.pricing_table_button_sign_up:hover {
  background: #FD5E2D;
  text-decoration: none;
  color: #fff;
}
.custom-home-pricing-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-home-pricing-group ul li {
  transition: all 0.6s ease;
  display: block;
  float: left;
  width: 13.3%;
  padding: 0 0 9px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: url(//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Images/pricing_table_content_col1_bg.png) no-repeat center bottom;
  overflow: hidden;
}
.pricing_table_content_titel_top {
  text-align: center;
}

.pricing_table_content_titel_background {
  display: block;
  width: 100%;
  background: #c6e5ec;
  height: 16px;
}

.custom-home-pricing-group ul li.pricing_table_content_col1 {
  width: 20%;
}

.pricing_table_content_col1_background {
  margin: 0 -0.5px;
  border: 1px solid #DCDADA;
  background: #e8e8e8;
  background: -moz-linear-gradient(top, #e8e8e8 0%, #b0adad 100%);
  background: -webkit-linear-gradient(top, #e8e8e8 0%,#b0adad 100%);
  background: linear-gradient(to bottom, #e8e8e8 0%,#b0adad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#b0adad',GradientType=0 );
}

.col_zero .pricing_table_content_titel_top {
  position: relative;
  background: #dcdbdb;
  background: -moz-linear-gradient(top, #dcdbdb 0%, #dcdbdb 100%);
  background: -webkit-linear-gradient(top, #dcdbdb 0%,#dcdbdb 100%);
  background: linear-gradient(to bottom, #dcdbdb 0%,#dcdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdbdb', endColorstr='#dcdbdb',GradientType=0 );
}

.key-feature {
  position: absolute;
  bottom: 0;
  padding: 15px;
  font-size: 24px;
  color: #0070DA;
  font-weight: normal;
  width: 100%;
  text-align: center;
}

.col_zero .pricing_table_content_text1 {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}

.pricing_table_content_text1.pricing_table_content_text_active {
  background: url(//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Images/pricing_table_content_text_active_2.png);
}

.pricing_table_content_text1 {
  padding: 0 15px;
  display: block;
  width: 100%;
  vertical-align: top;
  height: 44px;
}

.pricing_table_content_text1 p {
  vertical-align: middle;
  padding: 13px 0 0 0; /*was 10px*/
  color: #575757;
  font-size: 13px;
  margin: 0 0 10px;
  line-height: 13px;/*was 14px*/
}

.pricing_table_content_text1.f15 p{
  font-size: 15px;
  line-height: 15px;
}

.pricing_table2_content_background {
  margin: 0 -0.5px;
  border: 1px solid #dcdada;
  text-align: center;
  background: #c6e5ec;
}

.pricing_table_content_col3 .pricing_table2_content_background {
  background: #d8ebd7;
}

.pricing_table_content_col4 .pricing_table2_content_background {
  background: #b2ccc0;
}

.pricing_table_content_col5 .pricing_table2_content_background {
  background: #b2d7ef;
}

.pricing_table_content_col6 .pricing_table2_content_background {
  background: #b8c4d0;
}
.pricing_table_content_col7 .pricing_table2_content_background {
  background: #b4b5b6;
}
.pricing_table_content_text1 .fa-check {
  font-size: 20px;
  color: #42a8c1;
}

.pricing_table_content_col3 .pricing_table_content_text1 .fa-check {
  color: #2d9928;
}

.pricing_table_content_col4 .pricing_table_content_text1 .fa-check {
  color: #00552e;
}
.pricing_table_content_col5 .pricing_table_content_text1 .fa-check {
  color: #0079ca;
}
.pricing_table_content_col6 .pricing_table_content_text1 .fa-check {
  color: #153b62;
}
.pricing_table_content_col7 .pricing_table_content_text1 .fa-check {
  color: #181a1e;
}
.pricing_table_content_col3 .pricing_table_content_titel_background {
  background: #d8ebd7;
}
.pricing_table_content_col5 .pricing_table_content_titel_background {
  background: #b2d7ef;
}
.pricing_table_content_col6 .pricing_table_content_titel_background {
  background: #b8c4d0;
}
.pricing_table_content_col7 .pricing_table_content_titel_background {
  background: #b4b5b6;
}
.custom-home-pricing-group ul li.active {
  margin: -10px 0 0;
  -moz-transform: scale();
  -webkit-transform: scale();
  position: relative;
  z-index: 9;
  -o-transform: scale();
  -ms-transform: scale();
  transform: scale();
  box-shadow: 12px 0 15px -15px rgba(0, 0, 0, 0.8), -12px 0 8px -13px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 12px 0 15px -15px rgba(0, 0, 0, 0.8), -12px 0 8px -13px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 12px 0 15px -15px rgba(0, 0, 0, 0.8), -12px 0 8px -13px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0 0 0 -15px rgba(0, 0, 0, 0.8), -12px 0 8px -13px rgba(0, 0, 0, 0.8);
}
.hs-about-row1-group .hs_cos_wrapper_type_rich_text {
  text-align: center;
  background: #e6e7e9;
}

.custom-tabber-content a.register-link {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  margin: 30px 0 30px;
}

.custom-tabber-content a.register-link:hover {
  text-decoration: none;
}
.hs-feature-row2-group .page-center {
  padding-bottom: 10px;
}

.customer-tabber .custom-tabber-content ul li:before {
  content: none;
}

.customer-tabber .custom-tabber-content ul li {
  padding-left: 0;
  text-align: center;
}



/****************** Mobile Table Style ***************/

.mobile_table{
  display: none !important;
}
.mt_block{
  border-radius: 5px;
  background-color: #fff;
  padding: 0 0 30px 0;
  margin: 0 0 10px 0;
}
.hs-home-layout .mt_block{
  border: 1px solid #e0e0e0;
}
.pricing_body_page .mt_block{
  border: none;
}
.mt_header{
  border-radius: 5px;
  background-color: #e0e0e0;
  padding: 18px 0 18px 20px;
}
.hs-home-layout .mt_header h2{
  font-size:17px;
  font-weight: bold;
  color: rgb(34, 34, 34);
  text-transform: uppercase;
  margin: 0;
}
.mt_subheader_txt{
  padding: 0 0 7px 20px;
  font-size: 15px;
  font-weight: bold;
}
.mt_price{
  font-weight: normal;   
}
.mt_price span > p{
  margin: 24px 0 0;
  font-size: 33px;
  line-height: 1;
}
.mt_price span > p > sup{
  font-size: 18px;
}
.mt_price span > p > span{
  font-size: 18px;
}
.mt_list{
  padding: 0 20px;
}
.mt_list ul{
  list-style-image: url(https://2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/list_image.png);
  padding: 15px 0 0 25px;
  margin: 15px 0;
  border-top: 1px solid #ddd;
}
.mt_list ul li{
  font-size: 15px;
  line-height: 2;
}
.mt_cta{
  text-align: center;
}
.mt_cta a.cta_button{
  width: 200px;
  display: inline-block !important;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #ff9800;
  font-weight: bold;
  line-height: 50px;
  border-radius: 5px;
}

@media screen and (max-width:768px) {
  .mobile_table{
    display: block !important;
  }
  .desktop_table{
    display: none !important;
  }
  .pricing_body_page{
    background-color: #0d4eb5;
  }
  .pricing_body_page.hs-home-layout .feature-group.custom-header-group{
    background: #fff;
  }
  #pricing .hs-home-row10-top .hs_cos_wrapper_type_header h1 span{
    display: none !important;
  }
  .pricing_body_page.hs-home-layout h1 {
    font-size: 31px;
    color: #fff;
    margin: 85px 0 0 0;
  }
  .pricing_body_page #hs_cos_wrapper_widget_1505993597271{
    display: none !important;
  }
  .pricing_body_page #hs_cos_wrapper_widget_1505993620335 {
    font-size: 19px !important;
    color: #fff !important;
  }
  .pricing_body_page #hs_cos_wrapper_widget_1505993701543 {
    padding-top: 0px !important;
  }
  .pricing_body_page .hs-home-row10-bottom h2 {
    font-size: 27px;
    color: #fff;
  }
  .hs-home-row10-bottom p {
    color: #fff;
    font-size: 17px;
  }
  a.custom-home-blue-btn {
    background: #0d4eb5;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    padding: 16px 0;
    width: 280px;
  }

  .hs-home-row1-group a.custom-bright-orange-btn.custom_btn {
    margin-left: 0;
  }

}

































/****************** New Tabber Style ***************/

.hs-about-tabber-right {
  position: relative;
  display: table !important;
  background-color: #e6e7e9;
  width: 100% !important;
}

.hs-about-tabber-right:before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  min-width: 100vw;
  height: 100%;
  margin-right: -2px;
  background-color: #0d4eb5;
}

.hs-about-tabber-right:after {

}

ul.hs-tabber-tabs {
  position: relative;
  display: table-cell;
  width: 268px;
  min-width: 268px;
  padding: 128px 0 60px;
  background-color: #0d4eb5;
  vertical-align: top;
  list-style: none;
}

.hs-tabber-content {
  display: table-cell;
  width: 903px;
  padding: 88px 0 80px 30px;
  background-color: #e6e7e9;
  vertical-align: top;
}

.hs-about-tabber-group {
  background: #e6e7e9;
}

.hs-about-tabber-group .page-center {
  padding: 0;
}

ul.hs-tabber-tabs li a {
  margin-bottom: 8px;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  display: block;
  padding: 24px 40px 25px 15px;
  border: 2px solid transparent;
  text-decoration: none;
  transition: border .4s;
}

ul.hs-tabber-tabs li:hover a {
  border-color: #026b9c;
}

ul.hs-tabber-tabs li {
  margin-right: 4px;
}

ul.hs-tabber-tabs li a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  background-color: #026b9c;
  transition: width .2s;
}

ul.hs-tabber-tabs li a:after {
  content: '';
  visibility: hidden;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 23px;
  height: 40px;
  background: url(//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Images/ico-arrow-right-1.png) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-top: -20px;
  opacity: 0;
  transition: opacity .4s, visibility .4s;
}

ul.hs-tabber-tabs li.active a:after {
  visibility: visible;
  opacity: 1;
}

ul.hs-tabber-tabs li.active a:before {
  width: 100vw;
  transition: width 1s;
}

ul.hs-tabber-tabs li.active:hover a {
  border-color: transparent;
}
ul.hs-tabber-tabs li a span {
  position: relative;
  z-index: 2;
}

h3.tab-title {
  display: none;
}
.leadership-title h3.tab-title {
  display: block;
  position: absolute;
  max-width: 270px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 600;
}

.leadership-title {
  position: relative;
}

.custom-two-col-inner.left ul li {
  text-align: left;
  padding-left: 58px;
}

.custom-two-col-inner.right ul li {
  text-align: right;
  padding-right: 58px;
}
.custom-two-col-inner.right li {
  margin-bottom: 40px;
}
/**************** Pop Up ***************/



.popup-wrapper {
  max-width: 847px;
}

.popup-content {
  width: 847px !important;
  height:580px !important;
}
.custom-accordion-faq-content p {
  margin: 5px 0 10px;
}
a.popup-close-button {
  background: url('//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Images/fancybox_sprite.png');
  width: 36px;
  height: 36px;
  opacity: 1;
  right: -22px;
  top: -27px;
}
/************ Full With Without BAnner *************/

.hs-full-width-without-banner-layout{
  line-height:30px;
  color:#262626;
}
.hs-full-width-without-banner-layout .custom-footer-group .page-center {
  max-width: 1356px !important;
  padding: 0 10px;
}

.hs-full-width-without-banner-layout  .custom-footer-group {
  padding-left: 30px;
  padding-right: 30px;
}

.hs-full-width-without-banner-layout  .custom-copyright ul {
  font-family: helvetica;
}

.hs-full-width-without-banner-layout  .custom-copyright ul li span {
  letter-spacing: -0.06em;
}

.hs-full-width-without-banner-layout  .custom-copyright ul li {
  margin-left: 13px;
}

.hs-full-width-without-banner-layout  .custom-social-icon ul {
  font-family: helvetica;
}

.hs-full-width-without-banner-layout  .custom-social-icon ul li a {
  color: #0d4eb5;
}

.hs-full-width-without-banner-layout  .custom-social-icon ul li {
  margin: 0 5px;
}

.hs-full-width-without-banner-layout .container-fluid .row-fluid .page-center{
  max-width:1170px;
}
.hs-full-width-without-banner-layout .body-container{
  font-family:helvetica;
}
.hs-full-width-without-banner-layout .body-container h5{
  font-size:26px;
  line-height:29px;
}
.hs-full-width-without-banner-layout .custom-header-group {
  position: relative;
}

.hs-full-width-without-banner-layout .custom-header-group .page-center {
  padding: 0 12px;
}

.hs-full-width-without-banner-layout .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  /*color: #0d4eb5;*/
  /*font-family: helvetica;*/
}
.hs-full-width-without-banner-layout .body-container .page-center {
  padding: 21px 30px 30px;
}
.hs-full-width-without-banner-layout .body-container h2 {
  margin-top: 0;
  line-height:50px;
  font-size: 45px;
  margin-bottom: 24px;
}
.hs-full-width-without-banner-layout .body-container p{
  margin:0 0 10px;
}
.hs-full-width-without-banner-layout .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  /*text-decoration: underline;*/
  /*color: #00699b;*/
}
.hs-full-width-without-banner-layout .body-container a{
  color: #0d4eb5;
  text-decoration:none;
}
.hs-full-width-without-banner-layout .body-container a:hover{
  color: #00699b;
  text-decoration:underline;
}
ul.list-bullets li {
  margin-left: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 32px;
  font-size: 20px;
  line-height: 1.8;
}

ul.list-bullets {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.custom-accordion-faq-group h2 {
  position: relative;
  color: #049cdb;
  text-decoration: underline;
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  padding-left: 27px;
  cursor: pointer;
  margin: 6px 0 0;
}
.hs-faq-layout .main-content a {
  color: #000;
}

.hs-faq-layout .main-content a:hover {
  text-decoration: none;
}
.custom-accordion-faq-group h2:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #0d4eb5;
  position: absolute;
  top: 10px;
  left: 2px;
  border-radius: 100%;
}
.hs-faq-layout .main-content .hs_cos_wrapper_type_rich_text strong {
  margin-top: 10px;
  display: inline-block;
}
.custom-accodion-faq-title h2:hover {
  text-decoration: none;
}
.list-bullets li:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0d4eb5;
}
[class^="list-"] {
  list-style: none outside none;
  padding:0;
}
.list-terms li {
  margin-top: 10px;
  font-size: 22px;
  color: rgb(17, 85, 204);
}
.header-main .custom-menu-container{
  padding:8px 0 5px;
}
/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-social-icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align:center;
}

.custom-social-icon ul li {
  display: inline-block;
  margin: 0 7px;
  vertical-align: middle;
}
.custom-social-icon ul li span {
  letter-spacing: -0.02em;
  font-weight: 100;
  font-size: 18px;
  line-height:26px;
  position: relative;
  left: -10px;
}

.custom-social-icon ul li a {
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: 1px solid #000;
  display: block;
  text-align: center;
  transition: all .3s;
  font-size: 22px;
  color: #000;
}

.custom-social-icon ul li a i {
  position: relative;
  top: 5px;
  line-height: 27px !important;
}
.custom-copyright ul li:first-child {
  margin-left: 0;
}

.custom-copyright ul li span {
  letter-spacing: -0.06em;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-google:before {
  content: "\f1a0";
}
.fa-phone:before {
  content: "\f095";
}
.fa-user:before {
  content: "\f007";
}
.custom-social-icon ul li a:hover {
  color: #0d4eb5;
  border: 1px solid #0d4eb5;
}

.custom-copyright ul li a {
  color: #0d4eb5;
  text-decoration: none;
  font-size: 14px;
}

.custom-copyright ul li {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 14px;
}

.custom-copyright ul li a:hover {
  text-decoration: underline;
}

.custom-copyright ul {
  padding: 0;
  margin: 0;
  text-align:right;
  list-style: none;
}

.custom-footer-logo img {
  max-width: 230px;
}
.hs-full-width-without-banner-layout .custom-footer-group{
  padding-top: 65px ;
  padding-bottom:65px;
}
.custom-footer-group {
  background: #efefef;
  padding: 61px 0;
}




.hs-mac-pc .hs-home-layout .hs-home-row1-group .main-content h1{
  font-weight:bold;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}


.custom-menu-container {
  text-align: right;
  padding: 8px 0 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  /*font-size: 18px;*/
  padding: 8px 13px;
  /*border: 1px solid rgba(255, 255, 255, 0);*/
  /*color: #000;*/
  text-decoration: none;
  font-size: 15px;
  border: 0;
  color: #231f20;
  line-height: 21.42px;
  font-family: '33535gillsansmt';
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  /*border: 1px solid #000;*/
  border: 0;
  color: #0d4eb5;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  margin-right: -7px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul li{
  position: relative;
}


.hs-home-layout .feature-group .custom-menu-primary .hs-menu-wrapper > ul > li:first-child{
  /*display:none;*/
}
/* Fix menu disappearing on desktop after toggling mobile menu */


@media screen and (min-width:768px) {
  .header-main .custom-menu-primary .hs-menu-wrapper,
  .header-main .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}


/* ==========================================================================
Mobile Menu - Toggle Side Menu - Right
========================================================================== */


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



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

.mobile-icon {
  display: none;    /* Hide button on Desktop */
  cursor: pointer;  /* Mouse pointer type on hover */
  width: 40px;      /* Button width */
  height: 40px;     /* Button height */  
  margin: 10px; 
  position: absolute;
  top: 17px;
  z-index:9999;
  right: 3px;
}
.mobile-icon:hover {
  text-decoration: none; /* Removes link text underline on button */
}

/* Three line icon */
.mobile-icon span {
  margin: 0 auto;
  position: relative;
  top: 17px;

}
.mobile-icon  span:before, .mobile-icon span:after {
  position: absolute;
  content: '';
}
.mobile-icon  span, .mobile-icon  span:before, .mobile-icon  span:after {
  width: 25px; /* Icon line width */
  height: 3px; /* Icon line height */
  background-color: #000; /* Color of all three lines */
  -webkit-border-radius: 0px; /**********************************************/
  -moz-border-radius: 0px;    /* Border Radius - must be half of the height */
  border-radius: 0px;         /**********************************************/
  display: block;
  transition: all .3s linear;
}
.mobile-icon  span:before {
  margin-top: -6px; /* Position top line */
}
.mobile-icon  span:after {
  margin-top: 6px; /* Position bottom line */
}

.show-mobile-nav .mobile-icon  span{
  background:transparent;
}
.show-mobile-nav .mobile-icon  span:before,
.show-mobile-nav .mobile-icon  span:after {
  background: #e70000;
}
.show-mobile-nav .mobile-icon  span:before{
  -webkit-transform: rotate(45deg) translate(2.5px, 6px);
  -ms-transform: rotate(45deg) translate(2.5px, 6px);
  transform: rotate(45deg) translate(2.5px, 6px);
}
.show-mobile-nav .mobile-icon  span:after {
  -webkit-transform: rotate(-45deg) translate(2.5px, -6px);
  -ms-transform: rotate(-45deg) translate(2.5px, -6px);
  transform: rotate(-45deg) translate(2.5px, -6px);
}


/* Close Button
========================================================================== */  

.close-icon {
  display: none !important;
  cursor: pointer;
  margin: 27px 20px 10px;
  float: left;
  position: relative;
  height: 25px;
  width: 25px !important;
}
.close-icon:after,
.close-icon:before {
  content: "";
  width: 25px !important;
  height: 4px;
  background: ;
  position: absolute;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -ms-transform: rotate(45deg); 
  -webkit-transform: rotate(45deg); 
  transform: rotate(45deg);
}
.close-icon:before {
  -ms-transform: rotate(-45deg); 
  -webkit-transform: rotate(-45deg); 
  transform: rotate(-45deg);
}


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

@media (min-width: 768px) {

  /* Will prevent the '100% Height' script for the Main Menu to affect desktop */
  .custom-menu-primary {
    height: auto !important;
  }

}

@media (max-width: 767px) {

  body, html {
    height: 100%;
  }

  /* Show the Mobile and Close Icons */
  .mobile-icon,
  .close-icon {
    display: block !important;
  }

  /* Container added with js and is required for transforms to work */
  #site-wrapper{
    max-width: 100%;
    position: relative;
  }

  /* Provide room in header for the toggle button */ 
  .header-container-wrapper .page-center{

  }

  /* Provide spacing for the menu ul */
  .custom-menu-primary .hs-menu-flow-horizontal>ul {
    clear: both;

  }

  /* Mobile Nav is HIDDEN By Default */
  .custom-menu-primary {
    position: fixed;
    top: 0;
    right: -250px;
    margin-top: 0;
    width: 200px !important;
    padding: 10px;
    padding-top: 9px;
    background: #fff;
    height: 100vh;
    z-index: 100;
    transition: all .3s;
  }

  /* Set Link Colors */
  .custom-menu-primary a { 
    font-size: 17px; 

  }
  .custom-menu-primary a:hover {  }

  /* All Main Containers Display FULL Width By Default */
  .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {

  }
  .show-mobile-nav .custom-menu-primary{
    right: -10px;
  }
  /* All Main Containers Display PARTIAL Width On Icon Click */
  .show-mobile-nav .header-container-wrapper, .show-mobile-nav .body-container-wrapper, .show-mobile-nav .footer-container-wrapper{

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: inline-block !important;
  }
  .show-mobile-nav .mobile-icon {
    position: fixed;
  }

}

/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

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

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

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

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

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

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

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block !important;
  float: none;
  margin: 10px 0;
}

/* Read More Link */
a.more-link {}
.blog .body-container .blog-content a.more-link {
  display: inline-block;
  min-width: 130px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background: #0766b7;
  margin: 6px 0;
  padding: 6px 0;
  text-decoration: none;
}

.blog .body-container .blog-content a.more-link:hover,
.blog .body-container .blog-content a.more-link:focus{
  text-decoration: none;
  color: #ffffff;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
  padding:20px 0;
}
.section.post-header h1 {
  font-size: 22px;
  margin: 0 0 11px;
  font-weight: normal;
  color: #0d4eb5;
}
.blog-post-wrapper .post-body {
  font-size: 15px;
  line-height: 1.5;
  font-family: Arial;
}

/*** Edited by Flo - chaging ul li bullets ***/
.blog-post-wrapper .post-body ul li{
  position: relative;
  list-style: none;
  padding-bottom: 14px;
}
.blog-post-wrapper .post-body ul li:before{
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid rgba(0,0,0,0.8);
  background: #fff;
  position: absolute;
  top: 5px;
  left: -18px;
}

/*** Added Code by Flo - New badge img ***/
.award_badge img{
  position: absolute;
  right: 0;
  margin-top: -80px;
  z-index: 5;
}
.hs-home-logo-bottom img{
  position: absolute;
  margin-top: -93px;
  right: 175px;
  z-index: 6;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .hs-home-logo-bottom2 img, .award_badge img, .hs-home-logo-bottom img, {
    display: none;
  }
}
@media only screen and (max-width: 767px){
  .award_badge img{
    display: none;
  }
}


/* Blog Commments */
#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 a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

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

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

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  width: 100%!important;
  border: 1px solid #a4a4a4;
  padding: 1px 6px;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  display: block;
  margin-bottom: 20px;
  vertical-align: middle;
  border-radius:0;
  max-width: 343px;
  margin:0 0 20px;
}

.hs-form-required{
  color:#ff0000;
}
.hs-error-msgs label{
  color:#ff0000;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

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

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


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

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

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== 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"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

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

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

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


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: ;
  text-decoration: none !important;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  margin: 0 0 20px 0;
  color: #414141;
  font-size: 14px;
  padding: 3px 7px!important;
  margin-top: 10px;
  background: #fafafa;
  background: -moz-linear-gradient(top,#fafafa 0,#eaeaea 37%,#e0e0e0 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fafafa),color-stop(37%,#eaeaea),color-stop(100%,#e0e0e0));
  background: -webkit-linear-gradient(top,#fafafa 0,#eaeaea 37%,#e0e0e0 100%);
  background: -o-linear-gradient(top,#fafafa 0,#eaeaea 37%,#e0e0e0 100%);
  background: -ms-linear-gradient(top,#fafafa 0,#eaeaea 37%,#e0e0e0 100%);
  background: linear-gradient(to bottom,#fafafa 0,#eaeaea 37%,#e0e0e0 100%);
  width: auto!important;
}

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

.hs-button.primary:focus,
input[type="submit"]:focus,
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 {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

/***************** Homepage Ratings ***************/
.review-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}
.review-grid-item {
  list-style: none;
  flex-basis: 290px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 40px;
}
.review-img {
  max-width: 100%;
  margin: auto;
  Transition: 0.3s;
}
.rating-info {
  text-align: center;
  color: #949494;
  font-size: 24px;
}
.review-cat-desc {
  display: block;
  text-align: center;
  color: #000;
  font-size: 14px;
}
.seperator{
  color: #D7D7D7
}
.review-logo{
  margin-top: 20px;
}

div#hs_cos_wrapper_widget_1543878178100 {
  margin-top: 75px;
  margin-bottom: 52px;
}


/***************** CTA ***************/
.cta-styling {
  text-align: center;
  padding: 30px 0;
}
.cta-styling a#cta_button_2082317_b9e99491-1d8b-496d-bf58-a281a6ec5a18 {
  color: #fff !important;
}

/***************** Blog Styling ***************/
.post-header h2 {
  font-size: 22px;
  font-weight: normal;
  margin-top:10px;
}

.post-header h2 a {
  text-decoration: none;
  color: #0d4eb5;
}

.post-header h2 a:hover {
  color: #23527c;
  text-decoration: underline;
}

#hubspot-author_data {
  color: #aaa;
  font-size: 13px;
}

#hubspot-author_data a {
  color: #666;
  text-decoration: none;
}

#hubspot-author_data a:hover {
  color: #23527c;
  text-decoration: underline;
}

.hs-blog-social-share {
  padding: 0;
  border-top: 0;
  border-bottom: 0;
}

.custom-tag-comment-group {
  color: #666;
  font-size: 13px;
}

.custom-tag-comment-group a {
  color: #0d4eb5;
  text-decoration: none;
}
.custom-tag-comment-group div{
  display:inline;
}
.custom-tag-comment-group a:hover {
  color: #23527c;
  text-decoration: underline;
}

.blog-pagination a {
  color: #0d4eb5;
  text-decoration: none;
  font-size: 14px;
}

.blog-pagination a:hover {
  color: #23527c;
  text-decoration: underline;
}

.custom-blog-sidebar-search form .input {
  display: flex;
}

.custom-blog-sidebar-search form .hs-input {
  padding: 5px;
  border: 1px solid #ccc;
  background: #f6f6f6;
  line-height: normal;
  margin: 0;
}
.custom-blog-sidebar-search form .hs-button {
  border: 1px solid #ccc;
  background: #f6f6f6;
  margin: 0;
  line-height: normal;
}
.blog .blog-sidebar h3 {
  padding-bottom: 5px;
  margin-top: 25px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
  font-size: 24px;
}

.blog .blog-sidebar ul {
  list-style: none;
  padding: 0;
}

.blog .blog-sidebar ul li a {
  color: #0d4eb5;
  text-decoration: none;
  font-size: 14px;
  line-height: normal;
}
.blog .body-container .blog-content  a{
  color: #0d4eb5;
  text-decoration: none;
}
.blog .body-container .blog-content  a.topic-link{
  margin-bottom: 5px;
  display: inline-block;
}
.blog .body-container .blog-content a:hover{
  color: #23527c;
  text-decoration: underline;
}
.blog .blog-sidebar ul li a:hover {
  color: #23527c;
  text-decoration: underline;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
  font-family: Arial;
  font-size: 15px;
  line-height: normal;
}
.blog .header-container .row-fluid .page-center{
  max-width:1170px !important;
}
.blog .custom-logo {
  padding: 0 3px;
}

.blog .body-container .row-fluid .page-center {
  max-width: 1000px !important;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-related-post-group h3 {
  font-size: 9pt;
  font-weight: 700;
  margin: 0 0 1em 0;
  display: inline-block;
  position: relative;
}

.custom-related-post-group h3:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 30px;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0,0,0,.2);
  margin-bottom: 1em;
}
.related-post-item {
  width: 33%;
  float: left;
}

.custom-related-post-group {
  overflow: hidden;
  padding:10px 0 0;
}

.related-title a {
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
}

.related-date {
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  opacity: 0.6;
}

/*** Edited By Flo- Newly added AI Burst image on homepage ***/
.custom-main-inner{
  position: relative;
}
.ai_burst_img img{
  position: absolute;
  top: 28px;
  right: -20px;
}
.custom-main-inner p span.hs-cta-wrapper:first-child a.cta_button{
  margin: 16px 15px 0 1px;
}
.custom-main-inner p span.hs-cta-wrapper:first-child a.cta_button:hover{
  background: rgb(255,140,13) !important;
  color: rgb(255,255,255);
}
.custom-main-inner p span.hs-cta-wrapper:last-child a.cta_button{
  margin: 16px 0 0 0;
}
@media only screen and (max-width: 1100px){
  .ai_burst_img img {
    right: 10px;
    width: 20%!important;
  }
}
@media only screen and (max-width: 767px){
  .ai_burst_img img{
    top: -114px;
    right: 0;
    width: 22%!important;
  }
  .custom-main-inner p span.hs-cta-wrapper:first-child a.cta_button{
    margin: 16px 0 0 0;
    width: 100%!important;
  }
  .custom-main-inner p span.hs-cta-wrapper a.cta_button{
    width: 100%!important;
  }
}


/* Styles that do not fit into any of the available sections above can go here. */

/* Testimonials */
.testimonial-section .hs_cos_wrapper_type_custom_widget{
  display: block;
  width: 48.717948718%;
  border: 1px solid #0d4eb5;
  float: left;
  margin-left: 2.564102564%;
  margin-bottom: 2.564102564%;
}

.testimonial-section .hs_cos_wrapper_type_custom_widget:nth-child(2n+1){
  margin-left: 0%;
  clear: left;
}

.testimonial_block.regular{
  padding: 30px;
  display: flex;
  position: relative;
  height: auto;
  flex-direction: column;
  justify-content: center;
}

.testimonial_block.large{
  padding: 30px;
  display: flex;
  position: relative;
  height: auto;
  flex-direction: column;
  justify-content: center;
}

.test_info{
  background-image: url(//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/Images/quote_icon.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: initial;
  line-height: 24px;
  padding: 0 0 0 40px;
  text-align: left;
}

.test_detail{
  padding: 0 0 0 30px;
}

p.test_quote{
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: 500;
  margin: 0 0 20px 0;
  font-family: 'Source Sans Pro', 'Arial', 'Helvetica', sans-serif;
}

span.test_name{
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #009de6;
  font-weight: normal;
  font-family: "33535gillsansmt";
  text-align: left;
}

span.test_comp_title{
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  font-weight: normal;
  font-family: "33535gillsansmt";
  text-align: left;
}

.test_logo{}

.test_logo img{
  width: 120px;
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */


@media(min-width:1367px){
  .hs-home-row1-group .main-content h1{
    font-size:60px;
    line-height: 60px;
  }
}
@media (min-width: 768px){
  .hs-full-width-without-banner-layout .body-container.container-fluid .row-fluid .page-center,
  .hs-feature-layout .container-fluid .row-fluid .page-center{
    max-width: 750px !important;
  }
  .hs-lp-layout .container-fluid .row-fluid .page-center{
    max-width: 750px !important;
  }
}
@media (min-width: 992px){
  .hs-full-width-without-banner-layout .body-container.container-fluid .row-fluid .page-center,
  .hs-feature-layout .container-fluid .row-fluid .page-center{
    max-width: 970px !important;
  }
  .feature-group .custom-menu-primary .hs-menu-wrapper{ 
    display:block !important;
  }
  .hs-lp-layout .container-fluid .row-fluid .page-center{
    max-width: 970px !important;
  }

}
@media (min-width: 1200px){
  .hs-full-width-without-banner-layout .body-container.container-fluid .row-fluid .page-center,
  .hs-feature-layout .container-fluid .row-fluid .page-center{
    max-width: 1170px !important;
  }
  .hs-lp-layout .container-fluid .row-fluid .page-center{
    max-width: 1170px !important;
  }
}

@media(max-width:1315px){
  .custom-footer-group,
  .hs-full-width-without-banner-layout .custom-footer-group{
    padding:61px 10px;
  }
  .hs-full-width-without-banner-layout .custom-menu-primary .hs-menu-wrapper > ul {
    margin-right: 0;
  }
  .hs-home-row1-group .main-content h1,
  .hs-home-row1-group .main-content h2 {
    font-size: 45px;
    max-width: 500px;
    color: #0d4eb5;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }

  .hs-home-row1-group .main-content ul li {
    background: url(//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Images/checkmarkicon.png) no-repeat 12px 15px transparent;
    padding: 5px 1px 0px 35px;
    font-size: 22px;
    background-size: 16px;
    line-height: 32.42px;
  }
  .custom-main-inner {
    max-width: 941px !important;
    margin: 0 auto !important;
    float: none !important;
  }

  .hs-home-row1-group .page-center {
    padding-top: 0;
  }
}
@media(max-width:1200px) and (min-width:1100px){
  .hs-full-width-without-banner-layout .custom-copyright ul li,
  .hs-full-width-without-banner-layout .custom-copyright ul li a{
    font-size:12px;
  }
}
@media (max-width: 1199px){
  .accordion_content_pricing li p{
    padding: 0 0 0 10px;
  }
  .custom-main-inner {
    max-width: 745px !important;
  }
}
@media(max-width:1100px){
  .custom-footer-logo {
    width: 100% !important;
    text-align: center;
    margin-left: 0 !important;
    padding: 0 0 20px;
  }
  .hs-home-row2-group ul,
  .hs-home-row2-group ul li{
    display:block;
  }
  .custom-social-icon {
    text-align: center;
    margin-left: 0 !important;
    width: 50% !important;
  }

  .custom-copyright {
    text-align: center;
    margin-left: 0 !important;
    width: 50% !important;
  }
  .custom-copyright ul{
    text-align:center;
  }
  .custom-feature-row1-group .hs_cos_wrapper_type_rich_text ul li{
    font-size:16px;
  }
  .custom-main-inner {
    max-width: 100% !important;
  }
  .hs-home-row1-group .main-content h1,
  .hs-home-row1-group .main-content h2 {
    max-width: 400px;
    font-size: 35px;
    color: #0d4eb5;
    font-weight: bold;
    margin: 0;
    padding: 0;
  }

  .hs-home-row1-group .main-content ul li {
    font-size: 19px;
    background-size: 14px;
    background-position: 12px 12px;
  }

  .hs-home-row1-group .main-content {
    top: 113px;
  }
  .hs-home-layout .hs-home-two-col .custom-two-col-inner.right {
    padding-left: 120px;
  }
  .hs-home-row1-group .main-content {
    /* position: relative;
    top: 20px;
    bottom: auto;
    display: block; */
  }

  .hs-home-row1-group .main-content h1 {
    max-width: 100%;
  }

  .hs-home-row1-group .page-center {
    padding-bottom: 64px;
  }

  .hs-home-row2-group {
    text-align: center;
  }

  .hs-home-row2-group ul li {
    width: 100%;
    padding: 0 0 20px;
  }

  .custom-three-col-inner {
    width: 100%;
    padding: 0 0 10px;
  }

  .hs-home-row4-col1 {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
  }

  .hs-home-row4-col2 {
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
  }

  .hs-home-row4-col2 ul li {
    display: block;
    text-align: center;
    width: 100%;
    padding: 0 0 20px;
  }

  .custom-full-width-icon-content-group img {
    vertical-align: middle;
    float: left;
  }

  .hs-home-layout .custom-two-col-inner {
    width: 100%;
  }

  .hs-home-layout .custom-two-col-inner p img {
    margin: 0 auto !important;
    display: block;
    text-align: center !important;
    float: none !important;
  }

  .hs-home-layout .hs-home-two-col .custom-two-col-inner.right {
    padding-left: 0;
    padding-top: 40px;
  }

  .hs-home-layout .custom-two-col-inner img {}



}

@media(max-width:1070px){
  .custom-logo img {
    max-width: 413px;
  }
  .hs-home-row5-group h1{
    margin-top:11px;
  }
}

@media (max-width: 1024px) {
  .custom-logo img {
    max-width: 317px;
  }
  body {
    font-size: 18px;
  }
  h5{
    font-size:20px;
  }
  h3{
    font-size:26px;
  }
  .hs-full-width .body-container ul li a{
    font-size:18px;
  }
  .custom-header-group {
    padding: 23px 0 10px;
  }
  .custom-menu-container {
    padding: 2px 0 0;
  }
  .header-main .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 17px;
  }
  .custom-banner-group,
  .custom-banner{
    background-position: center center;
  }
  .custom-banner-group h1{
    font-size:40px;
    margin-bottom: 18px;
  }
  a.custom-orange-btn{
    margin-top: 51px;
  }
  .hs-about-layout .custom-banner-group {
    padding: 115px 0 92px;
  }
  .custom-header-group.header-main {
    padding: 25px 0 10px;
  }
  .header-main .custom-menu-container {
    padding: 2px 0 5px;
  }
  .hs-register-layout .main-content.left h3 {
    font-size: 28px;
  }

  .hs-register-layout h2 {
    font-size: 28px;
  }

  .hs-register-layout .main-content.left {
    padding: 78px 20px 100px;
  }

  .custom-register-header-group {
    padding: 25px 0 10px;
  }
  .pricing_table_content_titel_top h2 {
    font-size: 32px;
  }
  .arrow_width {
    height: 50px;
    margin: -5px 0 0;
  }
  .pricing_table_content_titel_background {
    height: 22px;
  }
  .custom-header-group {
    /*     overflow-x: hidden;
    overflow-y: visible; */
  }
}

@media(max-width:991px) {

  .feature-group .custom-menu-container {
    margin-top: 25px;
  }

  .hs-home-layout .hs-home-row5-group .custom-two-col-inner p {
    padding-bottom: 0;
  }

  .hs-home-row8-group{
    padding: 35px 0;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .hs-home-row6-group{
    background-position: right center;
    padding: 35px 0;
    background-repeat: no-repeat;
  }
  .hs-home-row6-group .testimonial-group {
    width: 100%;
  }
  .blockquote,
  .hs-home-row8-group .blockquote{
    overflow: hidden;
    max-width: 750px;
    float: none;
    position: relative;
    margin: 15px auto 25px!important;
  }
  .hs-home-layout .hs-home-row7-group .custom-two-col-inner p img,
  .hs-home-layout .hs-home-row9-group  .custom-two-col-inner p img{
    width: 100% !important;
  }
  .hs-home-layout .hs-home-row9-group .page-center {
    padding-bottom: 20px;
  }
  .hs-home-row8-group .testimonial-group, .hs-home-row6-group .testimonial-group {
    position: relative;
    top: auto;
    overflow:hidden;
    width:100%;
  }
  .price_table_datatables1,
  .price_table_titel_striped,
  .bordered_price_table_titel .price_table_bordered_striped1{
    width: 46%;
  }
  .feature-footer .custom-social-icon {
    width: 100% !important;
  }

  .feature-footer .custom-copyright {
    width: 100% !important;
  }
  .price_table_titel_background,
  .price_table_datatables2,
  .bordered_price_table_titel .price_table_bordered_background1{
    width: 18%;
  }

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

  .feature-group .custom-menu-primary .hs-menu-wrapper > ul > li li
  {
    position: relative;
  } 

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -65px;
    right: 5px;
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: transparent; /* Background color */
    border: none;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: transparent;
  }
  .mobile-open .mobile-trigger {
    top: -50px;
  }

  .feature-group .custom-logo img {
    margin: 13px 0 0 14px;
  }
  .custom-header-group.feature-group{
    /* Edited --> min-height: 95px !important;*/
    min-height: 81px !important;
  }
  .mobile-open .mobile-trigger i {
    background: url(//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Images/close.png) no-repeat right center;
  }

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

  .mobile-trigger i{
    background: url(//2082317.fs1.hubspotusercontent-na1.net/hubfs/2082317/ContractSafe%20July%202017%20Folder/Images/close1.png) no-repeat right center;
    width: 20px;
    height: 20px;
    display: block;
  }

  .feature-group .custom-menu-container {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0;
  }

  .feature-group.custom-header-group {
    padding: 12px 0 0;
  }


  .feature-group .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .feature-group .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    /*position: absolute; */
    top: 12px;             
    left: 0;      
    z-index:9999;
    padding: 0;
    box-shadow: 0 0 3px #ccc;
  }
  .feature-group .custom-menu-primary .hs-menu-wrapper{
    background-color:#fff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .feature-group .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }

  .feature-group .custom-menu-primary{
    width:100% !important;
  }
  .feature-group .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size:15px;
    line-height:21px;
    text-align:center;
  }
  .feature-group .custom-menu-primary .hs-menu-wrapper > ul > li{
    padding:5px 0;
    text-align:center;
  }

  .feature-group .page-center{
    padding:0 !important;
  }
  .feature-group .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 25px;
  }

  /* --- STYLES FOR TABLET --- */
  .accordion_content_pricing_six li:before{
    content: attr(data-label);
    float: left;
  }
  .price_table_datatables_2 {
    width: 100%;
    padding: 10px;
  }
  .accordion_content_pricing_six li span {
    float: right;
  }
  .price_table_datatables_1 {
    width: 100%;
  }
  .accordion_price_table_title {
    display: none;
  }
  .bordered_price_table_title .price_table_bordered_background1{
    display: none;
  }
  .bordered_price_table_title .price_table_bordered_background1{
    display: none;
  }
  .bordered_price_table_title .price_table_bordered_striped1 {
    width: 100%;
    padding: 9px 0;
    border: none;
    text-align: center;
  }
  .accordion_content_pricing_six li{
    border-right: 0;
  }
  .custom-feature-title-group{
    margin-top: 20px;
  }
}

@media(max-width:1023px){
  ul.hs-tabber-tabs li a {
    font-size: 18px;
    padding: 20px 40px 20px 10px;
  }
  .custom-tabber-content h2{
    font-size:26px;
  }
  ul.hs-tabber-tabs li a:after {
    width: 15px;
    height: 28px;
    margin-top: -14px;
  }
  .custom-tabber-content h6 {
    font-size: 18px;
  }

  .custom-tabber-content ul li {
    font-size: 16px;
  }

  .custom-tabber-content ul {
    padding-left: 0;
  }

  .custom-tabber-content h5 {
    font-size: 20px;
  }
  .custom-team-inner h1 {
    font-size: 26px;
  }

  .custom-team-inner p {
    font-size: 16px;
    line-height: 22px;
  }
  .custom-two-col-inner.left ul li {
    padding-left: 0;
  }

  .custom-two-col-inner.right ul li {
    padding-right: 0;
  }

}

@media(max-width:991px){
  .custom-get-free-header-group .custom-logo img {
    max-width: 270px;
  }

  .hs-row1-get-lp-group {
    padding: 0;
  }

  .hs-lp-layout .hs-row1-get-lp-group  h1 {
    font-size: 20px;
    line-height: 1.1;
    margin-top: 33px;
  }

  .hs-row1-get-lp-group p {
    font-size: 15px;
    line-height: 21px;
  }

  a.custom-btn {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 33px;
  }

  .hs-row1-get-lp-group .hs_cos_wrapper_type_rich_text {
    max-width: 100%;
  }

  .custom-five-col-group ul li {
    width: 100%;
    display: block;
    text-align: center;
    padding: 25px 0;
  }

  .custom-six-client-col-group ul li {
    width: 33%;
    display: block;
    text-align: center;
    padding: 10px 0;
    float: left;
  }

  .custom-six-client-col-group ul li img{
    height: 20px;
    width: auto;
  }

  .custom-five-col-group ul, .custom-six-client-col-group ul {
    margin: 5px 0;
  }

  .hs-row3-get-lp-group {
    padding: 30px 0;
    background: #0d4eb5 !important;
  }

  .hs-row3-get-lp-group p {
    font-size: 15px;
    line-height: 21px;
  }

  .hs-row3-get-lp-group .hs_cos_wrapper_type_rich_text {
    max-width: 100%;
  }

  .hs-row3-get-lp-group .page-center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hs-row3-get-lp-group a.custom-btn {
    margin-bottom: 0;
  }

  .hs-row4-get-lp-group h1 {
    font-size: 20px;
    margin: 0 0 25px;
  }

  .hs-row4-get-lp-group .custom-two-col-group ul {
    display: block;
    padding: 0;
  }

  .hs-row4-get-lp-group .custom-two-col-inner {
    width: 100%;
    float: none;
  }

  .hs-row4-get-lp-group .custom-two-col-group ul li a {
    font-size: 15px;
    line-height: 21px;
  }

  .hs-row4-get-lp-group h2 {
    font-size: 15px;
    margin: 25px 0 0;
  }

  .hs-row5-get-lp-group h1 {
    color: #0d4eb5;
    font-size: 20px;
  }

  .hs-row5-get-lp-group p {
    font-size: 15px;
    color: #222;
  }

  .hs-get-free-row5-col1,
  .hs-get-free-row5-col2 {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    text-align: left;
  }

  a.custom-btn.blue {
    margin-bottom: 0;
  }

  .custom-full-width-team-testi-image {
    width: 100%;
    float: none;
    text-align: center;
  }

  .custom-full-width-team-testi-content {
    padding: 0;
    width: 100%;
    text-align: center;
  }

  .custom-full-width-team-testi-image img {
    max-width: 100px;
  }

  .custom-full-width-team-testi-content p {
    font-size: 15px;
    line-height: 21px;
  }

  .custom-full-width-team-testi-content h2 {
    font-size: 15px;
    line-height: 21px;
  }

  .custom-menu-primary{
    display:none!important;
  }

  .custom-menu-primary.js-enabled{
    display:block!important;
  }

}


@media(max-width:991px) and (min-width:768px){
  .pricing_table_content_text1 {
    padding: 0 4px;
  }
  .pricing_table_content_titel_top h2{
    font-size: 34px;
  }
  .arrow_width {
    margin: 4px 0 0;
  }
  .image-pop-up-container {
    max-width: 637px;
  }
}
@media(max-width:870px) and (min-width:768px){
  .hs-full-width-without-banner-layout .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 8px 9px;
    font-size: 15px;
  }
}
@media(max-width:820px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 8px 11px;
    font-size:16px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .hero-section{
    height: auto;
  }

  .hero-content{
    background-image: none;
    padding: 40px 20px 40px 20px;
    height: auto;
  }

  .hero-content .section-header h1{font-size: 24px;line-height: 30px;}

  .hero-content .section-header p{font-size: 14px;line-height: 20px;}

  .hero-section .hs_cos_wrapper_type_form{
    margin-top: 20px;
  }

  .custom-six-client-col-group ul li {
    width: 33%;
    display: block;
    text-align: center;
    padding: 10px 0;
    float: left;
  }

  .custom-six-client-col-group ul li img{
    height: 20px;
    width: auto;
  }

  .footer-links ul{
    text-align: center;
    margin-top: 20px;
  }

  .hs-home-capterra img,
  .hs-home-logo-bottom img,
  .hs-home-logo-bottom2 img{
    display: none;
  }
  .custom-register-header-group {
    min-height: 65px !important;
  }
  .image-pop-up-inner{
    height:auto;
  }
  .custom-register-header-group .custom-logo img {
    max-width: 250px;
    min-height: 30px;
  }
  .fancybox-close {
    right: 0;
  }
  .hs-lp-layout .hs-row1-get-lp-group  h1{
    margin-top:25px;
  }
  .hs-register-row1-group {
    padding: 0;
  }

  .hs-register-layout .main-content.left {
    padding: 30px;
  }

  .hs-register-layout .main-content.left form {
    padding: 0;
  }

  .hs-register-layout .main-content.left form .hs-input {
    padding: 9px 14px;
    font-size: 18px;
  }

  .hs-register-layout .main-content.left form .hs-button {
    font-size: 18px;
    line-height: 40px;
  }

  .hs-register-layout .main-content.left h2 {
    margin-bottom: 0;
  }

  .hs-register-layout .main-content.right {
    padding: 40px 0 0;
  }

  .hs-register-layout .main-content.right ul li {
    width: 100%;
    display: block;
    margin: 0 auto 30px;
    text-align: center;
  }

  .hs-register-layout .main-content.right ul li:nth-child(even) {
    text-align: center;
  }
  .related-post-item {
    width: 100%;
    float: none;
  }
  .custom-two-col-inner.left ul li,
  .custom-two-col-inner.right ul li{
    text-align:center;
  }
  .hs-full-width-without-banner-layout .header-main .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 17px;
    line-height: 24px;
  }
  .hs-about-layout .custom-banner-group {
    padding: 115px 0 50px;
  }
  .blog .blog-content{
    padding:0 0 30px;
  }
  .custom-logo img {
    max-width: 250px;
  }
  .custom-feature-row1-group .hs_cos_wrapper_type_rich_text ul {
    display: block;
  }

  .custom-feature-row1-group .hs_cos_wrapper_type_rich_text ul li {
    list-style-position: inside;
    margin-left: 0;
  }
  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"],
  input[type="file"],
  textarea,
  select {
    max-width:100%;
  }
  .custom-accordion-faq-content,
  .custom-accordion-faq-group h2{
    font-size:16px;
    line-height:21px;
  }
  .custom-banner-group h1 {
    font-size: 30px;
  }

  .custom-banner-group {
    padding-bottom: 50px;
  }
  .custom-footer-logo img {
    display: block;
    margin: auto;
    padding: 0 0 20px;
    text-align: center;
    width: 230px;
  }

  .custom-footer-group ,
  .hs-full-width-without-banner-layout .custom-footer-group{
    padding: 20px 0 30px;
  }

  .custom-social-icon ul {
    text-align: center;
  }

  .custom-copyright ul {
    text-align: center;
    margin-top: 14px;
  }

  .custom-copyright ul li span {
    letter-spacing: -0.06em;
  }
  .custom-social-icon ul li {
    margin: 0 5px;
  }
  .custom-copyright ul li:first-child {
    margin-left: 0;
  }
  .custom-copyright ul li {
    margin-left: 15px;
  }
  .custom-social-icon,
  .custom-copyright{
    width:100% !important;
  }
  .custom-footer-logo {
    padding: 0;
  }
  ul.list-bullets li {
    margin-left: 20px;
    font-size:16px;
  }
  .hs-full-width-without-banner-layout .custom-copyright ul {
    text-align: center;
  }
  .hs-full-width-without-banner-layout .custom-logo {
    padding-left: 0px;
  }
  a.custom-orange-btn {
    line-height: 49px;
    padding: 0 30px;
    font-size: 18px;
    max-width: 100%;
  }
  .custom-two-col-inner {
    width: 100%;
    float:none;
  }

  .custom-team-inner {
    max-width: 100%;
    float: none;
    padding: 0 0 30px;
  }
  .custom-tabber-content a.register-link{
    font-size: 20px;
  }

  .custom-tabber-content .socials ul li:first-child {
    display: block;
    text-align: center;
  }
  .hs-about-row2-group h3 {
    font-size: 20px;
    margin-top: 0;
  }

  .hs-about-row2-group .custom-orange-btn {
    margin-top: 38px;
  }

  .custom-tabber-content .socials ul {
    padding-top: 0;
    padding-bottom:0;
  }

  .custom-tabber-content h5 {
    font-size: 20px;
  }

  .custom-team-inner h1 {
    font-size: 26px;
  }

  .custom-team-inner p {
    font-size: 16px;
    line-height: 1.4;
  }

  .custom-tabber-content h6 {
    font-size: 18px;
    margin: 0;
  }

  .custom-tabber-content h3 {
    margin-bottom: 30px;
  }

  .custom-tabber-content ul {
    padding: 0;
    font-size: 16px;
    line-height: 1.8;
    margin: 30px 0 0;
  }

  .custom-tabber-content ul li {
    font-size: 16px;
    line-height: 1.8;
  }
  .custom-tabber-heading h1 {
    font-size: 16px;
    padding: 10px;
  }

  .custom-tabber-heading {
    padding: 10px;
  }
  p.blue-color{
    text-align:center;
  }
  .custom-tabber-heading h1:after {
    width: 15px;
    height: 21px;
    margin-top: -13px;
  }
  .custom-home-pricing-group {
    overflow-x: scroll;
    padding-top: 10px;
  }
  .custom-home-pricing-group ul {
    display: table;
    width: 945px;
  }
  .custom-home-pricing-group ul li.pricing_table_content_col1 {
    width: 188px;
  }
  .custom-home-pricing-group ul li {
    width: 150px;
    display: table-cell;
    vertical-align: top;
    float: none;
  }
  .custom-home-pricing-group ul li.active{
    position: relative;
    top: -10px;
  }
  .custom-home-pricing-group ul li.active {
    padding-bottom: 8px;
  }
  .custom-home-pricing-group ul li{
    padding: 0;
    background:none;
  }
  .mobile-trigger{
    /*top: -41px;*/
  }
  .feature-group .custom-menu-primary.js-enabled .hs-menu-wrapper {
    /* Edited --> top: 0px;*/
    top: 18px;
  }
  .no-footer-nav .custom-copyright ul li{
    margin-left:0;
  }
  ul.hs-tabber-tabs {
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
  }

  .hs-about-tabber-right:before, .hs-about-tabber-right:after {
    content: none;
  }

  .hs-about-tabber-group .page-center {
    padding: 0 !important;
  }

  ul.hs-tabber-tabs li a {
    padding: 10px 15px;
    font-size: 16px;
  }

  ul.hs-tabber-tabs li {
    margin-right: 0;
  }

  ul.hs-tabber-tabs li:hover a:before {
    width: 100vw;
    transition: width .4s;
  }

  ul.hs-tabber-tabs li a:after {
    content: none;
  }

  .hs-tabber-content {
    display: block;
    width: 100%;
    padding: 30px 15px;
  }

  .leadership-title h3.tab-title {
    position: relative;
    max-width: 100%;
    margin: 0 0 20px;
  }
  ul.hs-tabber-tabs li:last-child a {
    margin-bottom: 0;
  }
  .custom-tabber-content h2  {  
    padding-top: 8px; 
  }    

  .hs-mac-pc .hs-home-layout .hs-home-row1-group .main-content{
    margin-left:3%;
    margin-right:3%;
  }

  .hs-mac-pc .hs-home-layout .hs-home-row1-group .main-content li{
    margin-left:25px;
  }

  .hs-home-layout .custom-two-col-inner .left{
    padding-right:0;
  }
  .test_logo{
    float: none !important;
  }
  .test_logo img{
    margin-bottom: 20px;
  }
  .testimonial-section .hs_cos_wrapper_type_custom_widget{
    width: 100%;
    float: none;
    margin-left: 0%;
  }
  .testimonial_block.large,
  .testimonial_block.regular{
    height: auto;
  }
  .testimonial_block .test_info, .testimonial_block .test_detail {
    height: auto !important;
  }
}  

@media(max-width:650px){
  .feature-group .custom-logo img {
    max-width: 260px;
    /* max-height: 31.78px; */
    max-height: 100%;
  }
  .hs-home-layout h1 {
    font-size: 23px;
  }
  a.custom-bright-orange-btn {
    margin-bottom: 10px;
  }
  .hs-home-row5-group h1 {
    font-size: 25px;
  }
  .hs-home-layout .custom-two-col-group {
    padding: 10px 0 0;
  }
}
@media(max-width:610px){
  .accordion_content_pricing li p {
    padding: 10px;
  }

  .accordion_content_pricing li {
    min-height: 160px;
  }

  .bordered_price_table_titel .price_table_bordered_background1 {
    min-height: 63px;
  }
  a.view-video-btn {
    margin-left: 24px;
  }
  .bordered_price_table_titel .price_table_bordered_striped1 {
    min-height: 63px;
  }

  .bordered_price_table_titel .price_table_bordered_striped1 {
    padding: 9px 10px;
  }
  .price_table_titel_background h2{
    font-size:13px;
  }
  .custom-feature-heading-module {
    margin-bottom: -25px;
  }
  .hs-home-row1-group a.custom-bright-orange-btn {
    margin: 16px 0 0;
    display: block;
  }

  .hs-home-row1-group a.custom-blue-btn {
    display: block;
    margin: 10px 0 0;
  }
  .custom-header-group.header-main {
    padding: 25px 0 10px;
  }

  .header-main .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 5px 11px;
  }
  .hs-full-width-without-banner-layout .body-container h2 {
    font-size: 40px;
    line-height: 44px;
  }

  .hs-full-width-without-banner-layout .body-container p {
    font-size: 20px;
    line-height: 30px;
  }
  .hs-home-row8-group .testimonial-group p, .hs-home-row6-group .testimonial-group p{
    font-size:15px;
  }
  .custom-full-width-icon-content-group {
    display: block;
    padding:0 0 15px;
  }
  .custom-full-width-icon-content-group img {
    float: none;
    margin: 0 auto;
    display: block;
  }
}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .custom-logo img{
    max-width: 230px;
  }
  .custom-social-icon ul li span {
    display: none;
  }

  .custom-copyright ul li {
    display: block;
    margin: 0;
  }
  .custom-three-col-inner p {
    font-size: 24px;
    line-height: normal;
    padding: 0 10px;
  }
  .hs_recaptcha.field.hs-form-field {
    overflow: auto;
  }
  .hs-lp-layout .hs-row1-get-lp-group h1 {
    margin-top: 13px;
  }
  a.custom-btn{
    margin-bottom: 13px;
  }
  .hs-lp-layout .container-fluid .row-fluid .page-center{
    padding-left:15px;
    padding-right:15px;
  }
  .hs-lp-layout .header-container.container-fluid .row-fluid .page-center {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media(max-width:340px){
  .feature-group .custom-logo img {
    max-width: 232px;
    max-height: 100%;
  }
}

#hs_menu_wrapper_module_157975963127404 > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul > li > a,
#hs_menu_wrapper_module_150114021791320 > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul > li > a,
.custom-menu-container .hs-menu-wrapper > ul  li.hs-menu-item.hs-menu-depth-1.hs-item-has-children li > a
{
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
  text-align: left;
  text-decoration: none;
  font-size: 15px;
}
#hs_menu_wrapper_module_157975963127404 > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul > li > a:hover,
#hs_menu_wrapper_module_150114021791320 > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul > li > a:hover,
.custom-menu-container .hs-menu-wrapper > ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children li > a:hover{
  background-color: #e0e0e0;
}
/*
#hs_menu_wrapper_module_157975963127404 > ul > li.hs-menu-depth-1:first-child > a{
background-color: #0d4eb5;
padding: 6px 16px !important;
border-radius: 5px;
border: 0px !important;
color: #fff !important;
margin-top: 5px;
}

#hs_menu_wrapper_module_157975963127404 > ul > li.hs-menu-depth-1:first-child > a:hover{
background-color: #fd5e2d;
color: #fff !important;;
border: 0px !important;
} */
*/
/*
===================================
Top Header Style - 2021
==================================
*/
#top_header_group{
  color: #000;
  /*background-color: #f6f6f6;*/
  margin: 0 0 20px 0;
  text-align: right;
  position: relative;
  /*z-index: 20;*/
}
#top_header_group ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  list-style-type: none;
  margin: 10px 0 10px 0;
  padding-bottom: 10px;
}
#top_header_group ul > li{
  margin-right: 20px;
}
#top_header_group ul > li:last-child{
  margin-right: 0px;
}
#top_header_group ul > li a{
  color: #000;
  text-decoration: none;
  font-family: '33535gillsansmt','Source Sans Pro','Arial','Helvetica',sans-serif;
  font-size: 14px;
}

#top_header_group ul > li a .fa{
  margin-right: 5px;
}
/*
===================================
Updated Header Style - 2018
==================================
*/

#updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1{
  padding: 0 26px 0 0;
}
#updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1:last-child{
  padding: 0 0 0 0;
}
#updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1 > a{
  padding: 5px 0 16px 0;
  border-top: 6px solid transparent;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  white-space: initial;
}
#updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1:hover > a,
#updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1.active > a,
#updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1.active-branch > a{
  border-color: #0d4eb5;
  color: #0d4eb5;
}
#updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  width: 250px;
  border-top: 3px solid #0d4eb5;
}
#updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul > li.hs-item-has-children:nth-child(2) ul li ul{
  left: -100%;
}
#updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li > a{
  color: #333;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  transition: all 200ms ease;
  white-space: initial;
  font-family: '33535gillsansmt';
}
#updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li > a:hover{
  background-color: #0d4eb5;
  color: #fff;
}
#updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children.active ul.hs-menu-children-wrapper > li.active > a,
#updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children.active-branch ul.hs-menu-children-wrapper > li.active-branch > a{
  background-color: #0d4eb5;
  color: #fff;
}
.hs-about-layout .body-container-wrapper .custom-banner-group{
  padding: 90px 0 0px !important;
}

@media only screen and (max-width: 990px){
  #updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul{
    padding: 4px 0 0;
    background-color: #0d4eb5;
  }    
  #updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1{
    padding: 0;
    text-align: left;
  }
  #updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1 a{
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.6)!important;
    display: block!important;
    text-align: left;
    padding-left: 15px;
    border-radius: 0px;
  }
  #updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1:last-child > a{
    border-bottom: none;
  }
  #updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children > a{
    position: relative;
  }
  #updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1:hover > a,
  #updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1.active > a,
  #updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-menu-depth-1.active-branch > a{
    border-color: transparent;
    color: #fff;
  }
  #updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children.active ul.hs-menu-children-wrapper > li.active > a,
  #updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children.active-branch ul.hs-menu-children-wrapper > li.active-branch > a{
    background-color: transparent;
    color: #fff;
  }    
  #updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    width: 100%;
    border-top: none;
    background: #0086c5;
    padding: 0 20px;
  }
  #updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li > a{
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.6);
    padding-left: 0;
  }
  #updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper > li:last-child > a{
    border-bottom: none!important;
  }
  #updated_header_wrapper .custom-menu-primary.js-enabled .hs-menu-wrapper{
    top: 30px;
  }

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 48px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    z-index: 1;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }    

  .features-subhead{
    width: 100%!important;
    height: auto!important;
  }
  .feature-submenu-blocks{
    width: 50%!important;
    height: auto!important;
  }
  .feature-submenu-links,
  .feature-active{
    padding-bottom: 30px!important;
    padding-top: 30px!important;
  }
  #updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper>li>a:hover{
    background: transparent;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: -200px;
  }
}

@media only screen and (max-width: 767px){
  #updated_header_wrapper .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 16px;
  }
  /* #hs_menu_wrapper_module_157975963127404>ul>li.hs-menu-depth-1:first-child>a{
  margin-top: 0px;
  padding: 12px 16px !important;
} */
  .features-subhead{
    width: 100%!important;
    height: auto!important;
  }
  .feature-submenu-blocks{
    width: 100%!important;
    height: auto!important;
  }
  .feature-submenu-links,
  .feature-active{
    padding-bottom: 30px!important;
    padding-top: 30px!important;
  }
}

/* Homepage - show video on click style */
.video_wrapper{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,0.86);    
  z-index: 50;
}
.video_wrapper video{
  max-width: 55%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  border: 5px solid #0d4eb5;
  border-radius: 10px;
}
.video_wrapper.active{
  display: block;
}
.video_wrapper span.icon{
  position: absolute;
  top: 4%;
  right: 2%;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

/* New Slider Logo's */
.logos_section .slick-list{
  margin-left: -45px!important;
}
.logos_section .slick-slide{
  margin-left: 45px!important;
}
.logos_section .slick-track{
  display: flex;
  align-items: center;
}
.logos_section .slick-prev:before,
.logos_section .slick-next:before{
  font-family: 'FontAwesome';
}
.logos_section .slick-prev:before{
  content: '\f104';
  font-size: 40px;
  color: #cecece;
}
.logos_section .slick-next:before{
  content: '\f105';
  font-size: 40px;
  color: #cecece;
}
.logos_section .slick-prev{
  left: -70px;
  top: 40%;
}
.logos_section .slick-next{
  right: -70px;
  top: 40%;
}

/* Run Test Version B */
.hs-home-layout-B .hs-home-top-banner img{
  display: none;
}

.hs-home-layout-B .hs-home-top-banner{
  /* background-position: right center; */
}

.hs-home-layout-B .custom-proof-inner{
  margin-top: 20px;
}

.hs-home-layout-B .custom-proof-inner .widget-type-custom_widget{
  width: auto !important;
  float: left;
}

.hs-home-layout-B .custom-proof-inner .widget-type-custom_widget img{

}

.hs-home-layout-B .hs-home-capterra img,
.hs-home-layout-B .hs-home-logo-bottom2 img,
.hs-home-layout-B .hs-home-logo-bottom img,
.hs-home-layout-B .award_badge img{
  display: none;
}

.hs-home-layout-B .hs-home-capterra img{
  left: 470px;
}

.hs-home-layout-B .hs-home-logo-bottom2 img{
  left: 350px;
}

.hs-home-layout-B .hs-home-logo-bottom img{
  left: 175px;
}

.hs-home-layout-B .award_badge img{
  left: 50px;
}

.hs-home-layout-B .hs-home-row2-group{
}

.hs-home-layout-B .hs-home-row2-group p{
  margin-top: 0px;
}

.hs-home-layout-B .hs-home-row3-group h2{
  margin-bottom: 30px;
  margin-top: 0px;
}

@media only screen and (max-width: 991px){
  .hs-home-layout-B .hs-home-top-banner{
    /* height: 550px !important; */
  }
  .hs-home-layout-B .hs-home-row1-group .main-content{
    position: absolute;
    top: 113px;
  }
}

@media only screen and (max-width: 768px){
  .hs-home-top-banner{
    height: 550px !important;
  }
  .hs-home-layout-B .custom-proof-inner .widget-type-custom_widget img{
    height: 55px !important;
    width: auto !important;
    margin: 0px 5px;
  }
}

@media only screen and (max-width: 767px){
  .hs-home-layout-B .hs-home-top-banner{
    height: 650px !important;
    opacity: .4;
    background-position: top;
  }
  .hs-home-layout-B .hs-home-row1-group .main-content{
    /*position: relative;
    top: 20px;*/
  }
  .hs-home-layout-B .custom-proof-inner .widget-type-custom_widget img{
    height: 68px !important;
    width: auto !important;
    margin: 0px 5px;
  }
}

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

  .hs-home-layout-B .hs-home-top-banner{
    height: 630px !important;
  }
  .hs-home-layout-B .custom-proof-inner{
    margin-bottom: 20px;
  }
  .hs-home-layout-B .hs-home-row1-group .page-center{
    padding-bottom: 30px;
  }
  .hs-home-layout-B .custom-proof-inner .widget-type-custom_widget img{
    height: 50px !important;
  }
}

@media only screen and (max-width: 375px){
  .hs-home-layout-B .hs-home-top-banner{
    height: 730px !important;
  }
}

@media only screen and (max-width: 320px){
  .hs-home-layout-B .custom-proof-inner .widget-type-custom_widget img{
    height: 40px !important;
  }
}

/* Homepage Banner Update */
.hs-home-row1-group .custom-main-inner p {
  max-width: 544px;
  text-align: center !important;
}
.hs-home-row1-group .custom-main-inner p a.view-video-btn {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1440px){
  .hs-home-row1-group .custom-main-inner p {
    max-width: 496px;
  }
}
@media only screen and (max-width: 1280px){
  .hs-home-row1-group .custom-main-inner p.b-variation {
    max-width: 378px;
  }
}
@media only screen and (max-width: 1024px){
  .hs-home-row1-group .custom-main-inner p.b-variation {
    max-width: 338px;
  }
}
@media only screen and (max-width: 990px){
  .video_wrapper video{
    max-width: 95%;
  }
}
@media only screen and (max-width: 767px){
  .logos_section .slick-list{
    margin-left: 0!important;
  }
  .logos_section .slick-slide{
    margin-left: 0!important;
  }
  .logos_section .slick-slide img{
    margin: 0 auto;
    padding: 0 50px;
  }

  .blog-post-wrapper .post-body img{
    max-width: 100%!important;
  }
}
@media only screen and (max-width: 480px) {
  .hs-home-row1-group .custom-main-inner p.b-variation {
    max-width: 100%;
  }
}

/* April 20, 2020 */
.cta-B{
  position: relative;
}
.cta-B a.cta_button:hover,
.cta-B a.cta_button:focus{
  background-color: #fd5e2d !important;
}
@media (max-width: 991px){
  .cta-B{
    position: absolute;
    top: 25px;
    right: 120px;
  }
  .hs-feature-layout .container-fluid .row-fluid .page-center {
    padding-left:40px;
    padding-right:40px;
    max-width: 991px !important;
  }
}
@media (max-width: 767px){
  .cta-B{
    right: 50px;
  }
}
@media (max-width: 600px){
  .cta-B{
    top: 20px;
  }
}
@media (max-width: 479px){
  .cta-B{
    top: 20px;
    right: 50px;
  }
  .feature-group .custom-logo img{
    max-width: 170px;
    margin-top: 22px;
  }
}
@media (max-width: 320px){
  .cta-B {
    right: 45px;
  }
  .feature-group .custom-logo img{
    max-width: 135px;
    margin-top: 23px;
  }
}

/* Page Update
* +++++++++++++++ */
.custom-logo.header-logo {
  padding-top: 9px;
}

@media (max-width: 1199px){
  #updated_header_wrapper .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1 {
    padding: 0 0 0 0;
  }
}
@media (max-width: 767px){
  .hs-home-layout .feature-group .custom-menu-primary .hs-menu-wrapper > ul {
    margin-top: -14px;
  }
}


/*
 * Jan 2024 Additions
 * */
.btn.btn-new {
    display: inline-flex;
    text-align: center;
    border-radius: 40px;
    color: #031723;
    border: 2px solid #031723;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 25px;
    text-decoration: none;
    margin: 20px auto;
}
h2.h3 {
    font-size: clamp(1.5rem, 20px, 3rem);
}
.center {
    margin: 0 auto;
}
.mw-800 {
    max-width: 800px;
    width: 100%;
}
.center-text {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.header-container {
  position: relative;
  z-index: 10000;
}