@import url('https://fonts.googleapis.com/css2?family=Cantata+One&family=Open+Sans:wght@400;600;700&display=swap');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

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

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

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

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

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

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




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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




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



@font-face {
  font-family: 'open_sansbold';
  src: url('//cdn2.hubspot.net/hub/150220/file-2156941702-eot/fonts/opensans-bold-webfont.eot');
  src: url('//cdn2.hubspot.net/hub/150220/file-2156941702-eot/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hub/150220/file-2156941697-woff2/fonts/opensans-bold-webfont.woff2') format('woff2'),
    url('//cdn2.hubspot.net/hub/150220/file-2155774706-woff/fonts/opensans-bold-webfont-1.woff') format('woff'),
    url('//cdn2.hubspot.net/hub/150220/file-2155774691-ttf/fonts/opensans-bold-webfont.ttf') format('truetype'),
    url('//cdn2.hubspot.net/hub/150220/file-2156921672-svg/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'Open Sans';
  src: url('//cdn2.hubspot.net/hub/150220/file-2156941702-eot/fonts/opensans-bold-webfont.eot');
  src: url('//cdn2.hubspot.net/hub/150220/file-2156941702-eot/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hub/150220/file-2156941697-woff2/fonts/opensans-bold-webfont.woff2') format('woff2'),
    url('//cdn2.hubspot.net/hub/150220/file-2155774706-woff/fonts/opensans-bold-webfont-1.woff') format('woff'),
    url('//cdn2.hubspot.net/hub/150220/file-2155774691-ttf/fonts/opensans-bold-webfont.ttf') format('truetype'),
    url('//cdn2.hubspot.net/hub/150220/file-2156921672-svg/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: bold;
  font-style: normal;

}

@font-face {
  font-family: 'open_sanslight';
  src: url('//cdn2.hubspot.net/hub/150220/file-2155809721-eot/fonts/opensans-light-webfont.eot');
  src: url('//cdn2.hubspot.net/hub/150220/file-2155809721-eot/fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hub/150220/file-2155809716-woff2/fonts/opensans-light-webfont.woff2') format('woff2'),
    url('//cdn2.hubspot.net/hub/150220/file-2152604273-woff/fonts/opensans-light-webfont.woff') format('woff'),
    url('//cdn2.hubspot.net/hub/150220/file-2156961732-ttf/fonts/opensans-light-webfont.ttf') format('truetype'),
    url('//cdn2.hubspot.net/hub/150220/file-2156961727-svg/fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'Open Sans';
  src: url('//cdn2.hubspot.net/hub/150220/file-2155809721-eot/fonts/opensans-light-webfont.eot');
  src: url('//cdn2.hubspot.net/hub/150220/file-2155809721-eot/fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hub/150220/file-2155809716-woff2/fonts/opensans-light-webfont.woff2') format('woff2'),
    url('//cdn2.hubspot.net/hub/150220/file-2152604273-woff/fonts/opensans-light-webfont.woff') format('woff'),
    url('//cdn2.hubspot.net/hub/150220/file-2156961732-ttf/fonts/opensans-light-webfont.ttf') format('truetype'),
    url('//cdn2.hubspot.net/hub/150220/file-2156961727-svg/fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
  font-weight: 300;
  font-style: normal;

}

@font-face {
  font-family: 'open_sansregular';
  src: url('//cdn2.hubspot.net/hub/150220/file-2155809741-eot/fonts/opensans-regular-webfont.eot');
  src: url('//cdn2.hubspot.net/hub/150220/file-2155809741-eot/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hub/150220/file-2152604283-woff2/fonts/opensans-regular-webfont.woff2') format('woff2'),
    url('//cdn2.hubspot.net/hub/150220/file-2152604298-woff/fonts/opensans-regular-webfont.woff') format('woff'),
    url('//cdn2.hubspot.net/hub/150220/file-2156961737-ttf/fonts/opensans-regular-webfont.ttf') format('truetype'),
    url('//cdn2.hubspot.net/hub/150220/file-2152604288-svg/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('//cdn2.hubspot.net/hub/150220/file-2155809741-eot/fonts/opensans-regular-webfont.eot');
  src: url('//cdn2.hubspot.net/hub/150220/file-2155809741-eot/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hub/150220/file-2152604283-woff2/fonts/opensans-regular-webfont.woff2') format('woff2'),
    url('//cdn2.hubspot.net/hub/150220/file-2152604298-woff/fonts/opensans-regular-webfont.woff') format('woff'),
    url('//cdn2.hubspot.net/hub/150220/file-2156961737-ttf/fonts/opensans-regular-webfont.ttf') format('truetype'),
    url('//cdn2.hubspot.net/hub/150220/file-2152604288-svg/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Open Sans", sans-serif;
}


/*header styling to remove search bar*/

.header-right{margin-right: 22px;display: block!important;float: right!important;}

/*Migrated Page Styling*/

.text-left{text-align: left;}


.text-align h4{text-align: left;}

/*Home Page Styling*/

.home-slider h1{max-width: 600px;margin-top: -77px;float: left;margin-left: -13px;}

.main-home .hs-cta-wrapper span {
  font-family: inherit !important;
}

.learn h2{
  line-height:34px!important;
}
.main-home .learn h2{
  line-height: 1.35 !important;
}


/*Divorce mediation*/

.divorce-circle1{background-image:url('//cdn2.hubspot.net/hub/150220/file-2304123371-jpg/custom-images/divorce-circle-1.jpg');
  background-repeat: no-repeat;
  padding:78px 0px;
  height: 333px;
  position:relative;
  max-width:385px;
  margin-top: -20px;
}

.divorce-circle1:after{position:absolute;
  content:"";
  width:20px;
  display:block;
  background:#000000;
  height:auto;

}


.divorce-circle1 h1{max-width:335px;text-align:center!important;}


.divorce-circle2{background-image:url('//cdn2.hubspot.net/hub/150220/file-2304123376-jpg/custom-images/divorce-circle-2.jpg');
  background-repeat: no-repeat;
  padding:78px 5px;
  height: 333px;
  max-width:385px;}

.divorce-circle2 h1{
  text-align: center!important;
  max-width: 335px;}

.divorce-circle3{background-image:url('//cdn2.hubspot.net/hub/150220/file-2304123381-jpg/custom-images/divorce-circle-3.jpg');
  background-repeat: no-repeat;
  padding:78px 0px;
  height: 333px;
  max-width:385px;}

.divorce-circle3 h1{
  text-align: center!important;
  color:#fff!important;
  max-width:335px;
}

.divorce-circle4{background-image:url('//cdn2.hubspot.net/hub/150220/file-2305798854-jpg/custom-images/divorce-circle-4.jpg');
  background-repeat: no-repeat;
  padding:78px 5px;
  height: 333px;
  max-width:385px;    
}

.divorce-circle4 h1{
  text-align: center!important;
  color:#fff!important;
  max-width: 335px;
  float:right;
}


.divorce-circle5{background-image:url('//cdn2.hubspot.net/hub/150220/file-2305803899-jpg/custom-images/divorce-circle-5.jpg');
  background-repeat: no-repeat;
  padding:78px 0px;
  height: 333px;
  max-width:385px;

}

.divorce-circle5 h1{
  text-align: center!important;
  color:#fff!important;

  max-width:335px;
}


/*End of divorce mediation*/

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

.ver-pad-8 p{padding-top:8px;}

.blue-block h1{
  font-size:40px;
  font-family: 'Open Sans';
  font-weight:300!important;
  padding:0px!important;
  text-align: center;
  color: #fff!important;
}



.no-margin-t{margin:0px!important;}


/*popup*/

#overlay {
  display:none;    
  position:fixed;  
  left:0px;        
  top:0px;         
  width:100%;      
  height:100%;     
  background:transparent; 
  opacity:0.5;     
  z-index:99999;   
}

#overlay1 {
  display:none;    
  position:fixed;  
  left:0px;        
  top:0px;         
  width:100%;      
  height:100%;     
  background:transparent; 
  opacity:0.5;     
  z-index:99999;   
}


#popup{
  display:none;
  position:absolute;
  /*left: 150px;*/
  /*top: -83px; */       
  max-width:380px;     

  margin-top:63px;
  margin-left:-336px;
  background:#d7f4ff ;
  border:4px solid #1aa5da;
  z-index:100000; 
  padding:30px;
  height:85px;
}


#popup a{
  color: #E82438;
  font-weight: bold;
}

.steps-section .hs_cos_wrapper_type_rich_text span[id] {
  color: #015d82 !important;
  text-decoration: underline;
  font-weight: 600 !important;
}


.empregos-body #popup h5{margin-bottom:0px;font-size:18px;color:#1fb69b;text-transform:uppercase;font-weight:400;}


#CloseBtn{background-color:transparent;background:url("//cdn2.hubspot.net/hub/150220/file-2222684318-png/custom-images/d-popup-close-icon.png") no-repeat;
  float:right;
  border:none;
  position:relative;
  text-indent:-9999px;
  width: 30px;
  outline: none;cursor:pointer;
  margin-left: 33px;
  margin-right: -23px;
  margin-top: -15px;}

#LearnMoreBtn{background: none;
  border: none;
  float: right;
  cursor: pointer;
  outline: none;}


.empregos-body #popup1 h5{margin-bottom:0px;font-size:18px;color:#1fb69b;text-transform:uppercase;font-weight:400;}


#popup1 a{
  color: #E82438;
  font-weight: bold;
}

#popup1{
  display:none;
  position:absolute;
  /*left: 150px;*/
  /*top: -83px; */       
  max-width:314px;     

  margin-top:-153px;
  margin-left:-316px;
  background:#d7f4ff ;
  border:4px solid #1aa5da;
  z-index:100000; 
  padding:30px;
  height:85px;
  text-align:left;
}


#CloseBtn1{background-color:transparent;background:url("//cdn2.hubspot.net/hub/150220/file-2222684318-png/custom-images/d-popup-close-icon.png") no-repeat;
  float:right;
  border:none;
  position:relative;
  text-indent:-9999px;
  width: 30px;
  outline: none;cursor:pointer;
  margin-top:-18px;
  margin-right:-25px;}

#LearnMoreBtn1{background: none;
  border: none;
  float: right;
  cursor: pointer;
  outline: none;}





.empregos-body #popup2 h5{margin-bottom:0px;font-size:18px;color:#1fb69b;text-transform:uppercase;font-weight:400;}


#popup2 a{
  color: #E82438;
  font-weight: bold;
}

#popup2{
  display:none;
  position:absolute;
  /*left: 150px;*/
  /*top: -83px; */       
  max-width:314px;     

  margin-top:-47px;
  margin-left:188px;
  background:#d7f4ff ;
  border:4px solid #1aa5da;
  z-index:100000; 
  padding:30px;
  height:85px;
  text-align:left;
}


#CloseBtn2{background-color:transparent;background:url("//cdn2.hubspot.net/hub/150220/file-2222684318-png/custom-images/d-popup-close-icon.png") no-repeat;
  float:left;
  border:none;
  position:relative;
  text-indent:-9999px;
  width: 30px;
  outline: none;cursor:pointer;
  margin-left: -17px;
  margin-right: -23px;
  margin-top: -19px;}

#LearnMoreBtn2{background: none;
  border: none;
  float: none;
  color: #1aa5da;
  cursor: pointer;
  outline: none;}



#popup3{
  display:none;
  position:absolute;
  /*left: 150px;*/
  /*top: -83px; */       
  max-width:380px;     

  margin-top: -81px;
  margin-left: -195px;
  background:#d7f4ff ;
  border:4px solid #1aa5da;
  z-index:100000; 
  padding:30px;
  height:85px;
}


#popup3 a{
  color: #E82438;
  font-weight: bold;
}




.empregos-body #popup3 h5{margin-bottom:0px;font-size:18px;color:#1fb69b;text-transform:uppercase;font-weight:400;}


#CloseBtn3{background-color:transparent;background:url("//cdn2.hubspot.net/hub/150220/file-2222684318-png/custom-images/d-popup-close-icon.png") no-repeat;
  float:right;
  border:none;
  position:relative;
  text-indent:-9999px;
  width: 30px;
  outline: none;cursor:pointer;margin-left: 33px;
  margin-right: -23px;
  margin-top: -15px;}

#LearnMoreBtn3{background: none;
  border: none;
  color: #1aa5da;
  float: none;
  cursor: pointer;
  outline: none;}



.empregos-body #popup4 h5{margin-bottom:0px;font-size:18px;color:#1fb69b;text-transform:uppercase;font-weight:400;}


#popup4 a{
  color: #E82438;
  font-weight: bold;
}

#popup4{
  display:none;
  position:absolute;
  /*left: 150px;*/
  /*top: -83px; */       
  max-width:314px;     

  margin-top:-98px;
  margin-left:133px;
  background:#d7f4ff ;
  border:4px solid #1aa5da;
  z-index:100000; 
  padding:30px;
  height:85px;
  text-align:left;
}


#CloseBtn4{background-color:transparent;background:url("//cdn2.hubspot.net/hub/150220/file-2222684318-png/custom-images/d-popup-close-icon.png") no-repeat;
  float:left;
  border:none;
  position:relative;
  text-indent:-9999px;
  width: 30px;
  outline: none;cursor:pointer;
  margin-left: -17px;
  margin-right: -23px;
  margin-top: -19px;}

#LearnMoreBtn4{background: none;
  border: none;
  float: none;
  color: #1aa5da;
  cursor: pointer;
  outline: none;}


.empregos-body #popup5 h5{margin-bottom:0px;font-size:18px;color:#1fb69b;text-transform:uppercase;font-weight:400;}


#popup5 a{
  color: #E82438;
  font-weight: bold;
}

#popup5{
  display:none;
  position:absolute;
  /*left: 150px;*/
  /*top: -83px; */       
  max-width:314px;     

  margin-top: -98px;
  margin-left: 273px;
  background:#d7f4ff ;
  border:4px solid #1aa5da;
  z-index:100000; 
  padding:30px;
  height:85px;
  text-align:left;
}


#CloseBtn5{background-color:transparent;background:url("//cdn2.hubspot.net/hub/150220/file-2222684318-png/custom-images/d-popup-close-icon.png") no-repeat;
  float:left;
  border:none;
  position:relative;
  text-indent:-9999px;
  width: 30px;
  outline: none;cursor:pointer;
  margin-left: -17px;
  margin-right: -23px;
  margin-top: -19px;}

#LearnMoreBtn5{background: none;
  border: none;
  float: none;
  color: #1aa5da;
  cursor: pointer;
  outline: none;}


.empregos-body #popup6 h5{margin-bottom:0px;font-size:18px;color:#1fb69b;text-transform:uppercase;font-weight:400;}


#popup6 a{
  color: #E82438;
  font-weight: bold;}


#popup6{
  display:none;
  position:absolute;
  /*left: 150px;*/
  /*top: -83px; */       
  max-width:314px;     

  margin-top: -50px;
  margin-left: 32px;
  background:#d7f4ff ;
  border:4px solid #1aa5da;
  z-index:100000; 
  padding:30px;
  height:85px;
  text-align:left;
}


#CloseBtn6{background-color:transparent;background:url("//cdn2.hubspot.net/hub/150220/file-2222684318-png/custom-images/d-popup-close-icon.png") no-repeat;
  float:left;
  border:none;
  position:relative;
  text-indent:-9999px;
  width: 30px;
  outline: none;cursor:pointer;
  margin-left: -17px;
  margin-right: -23px;
  margin-top: -19px;}

#LearnMoreBtn6{background: none;
  border: none;
  float: none;
  color: #1aa5da;
  cursor: pointer;
  outline: none;}



.empregos-body #popup7 h5{margin-bottom:0px;font-size:18px;color:#1fb69b;text-transform:uppercase;font-weight:400;}


#popup7 a{
  color: #E82438;
  font-weight: bold;}


#popup7{
  display:none;
  position:absolute;
  /*left: 150px;*/
  /*top: -83px; */       
  max-width:314px;     

  margin-top: -50px;
  margin-left: 32px;
  background:#d7f4ff ;
  border:4px solid #1aa5da;
  z-index:100000; 
  padding:30px;
  height:85px;
  text-align:left;
}


#CloseBtn7{background-color:transparent;background:url("//cdn2.hubspot.net/hub/150220/file-2222684318-png/custom-images/d-popup-close-icon.png") no-repeat;
  float:left;
  border:none;
  position:relative;
  text-indent:-9999px;
  width: 30px;
  outline: none;cursor:pointer;
  margin-left: -17px;
  margin-right: -23px;
  margin-top: -19px;}

#LearnMoreBtn7{background: none;
  border: none;
  float: none;
  color: #1aa5da;
  cursor: pointer;
  outline: none;}


.empregos-body #popup8 h5{margin-bottom:0px;font-size:18px;color:#1fb69b;text-transform:uppercase;font-weight:400;}


#popup8 a{
  color: #E82438;
  font-weight: bold;}


#popup8{
  display:none;
  position:absolute;
  /*left: 150px;*/
  /*top: -83px; */       
  max-width:314px;     

  margin-top: -50px;
  margin-left: 32px;
  background:#d7f4ff ;
  border:4px solid #1aa5da;
  z-index:100000; 
  padding:30px;
  height:85px;
  text-align:left;
}

#CloseBtn8{background-color:transparent;background:url("//cdn2.hubspot.net/hub/150220/file-2222684318-png/custom-images/d-popup-close-icon.png") no-repeat;
  float:left;
  border:none;
  position:relative;
  text-indent:-9999px;
  width: 30px;
  outline: none;cursor:pointer;
  margin-left: -17px;
  margin-right: -23px;
  margin-top: -19px;}

#LearnMoreBtn8{background: none;
  border: none;
  float: none;
  color: #015d82;
  cursor: pointer;
  outline: none;}


.empregos-body #popup9 h5{margin-bottom:0px;font-size:18px;color:#1fb69b;text-transform:uppercase;font-weight:400;}


#popup9 a{
  color: #E82438;
  font-weight: bold;}


#popup9{
  display:none;
  position:absolute;
  /*left: 150px;*/
  /*top: -83px; */       
  max-width:314px;     

  margin-top: -50px;
  margin-left: 32px;
  background:#d7f4ff ;
  border:4px solid #1aa5da;
  z-index:100000; 
  padding:30px;
  height:85px;
  text-align:left;
}


#CloseBtn9{background-color:transparent;background:url("//cdn2.hubspot.net/hub/150220/file-2222684318-png/custom-images/d-popup-close-icon.png") no-repeat;
  float:left;
  border:none;
  position:relative;
  text-indent:-9999px;
  width: 30px;
  outline: none;cursor:pointer;
  margin-left: -17px;
  margin-right: -23px;
  margin-top: -19px;}

#LearnMoreBtn9{background: none;
  border: none;
  float: none;
  color: #015d82;
  cursor: pointer;
  outline: none;}


.empregos-body #popup10 h5{margin-bottom:0px;font-size:18px;color:#1fb69b;text-transform:uppercase;font-weight:400;}


#popup10 a{
  color: #E82438;
  font-weight: bold;}


#popup10{
  display:none;
  position:absolute;
  /*left: 150px;*/
  /*top: -83px; */       
  max-width:314px;     

  margin-top: -50px;
  margin-left: 32px;
  background:#d7f4ff ;
  border:4px solid #1aa5da;
  z-index:100000; 
  padding:30px;
  height:85px;
  text-align:left;
}


#CloseBtn10{background-color:transparent;background:url("//cdn2.hubspot.net/hub/150220/file-2222684318-png/custom-images/d-popup-close-icon.png") no-repeat;
  float:left;
  border:none;
  position:relative;
  text-indent:-9999px;
  width: 30px;
  outline: none;cursor:pointer;
  margin-left: -17px;
  margin-right: -23px;
  margin-top: -19px;}

#LearnMoreBtn10{background: none;
  border: none;
  float: none;
  color: #015d82;
  cursor: pointer;
  outline: none;}

.empregos-body #popup11 h5{margin-bottom:0px;font-size:18px;color:#1fb69b;text-transform:uppercase;font-weight:400;}


#popup11 a{
  color: #E82438;
  font-weight: bold;}


#popup11{
  display:none;
  position:absolute;
  /*left: 150px;*/
  /*top: -83px; */       
  max-width:314px;     

  margin-top: -50px;
  margin-left: 32px;
  background:#d7f4ff ;
  border:4px solid #1aa5da;
  z-index:100000; 
  padding:30px;
  height:85px;
  text-align:left;
}


#CloseBtn11{background-color:transparent;background:url("//cdn2.hubspot.net/hub/150220/file-2222684318-png/custom-images/d-popup-close-icon.png") no-repeat;
  float:left;
  border:none;
  position:relative;
  text-indent:-9999px;
  width: 30px;
  outline: none;cursor:pointer;
  margin-left: -17px;
  margin-right: -23px;
  margin-top: -19px;}

#LearnMoreBtn11{background: none;
  border: none;
  float: none;
  color: #015d82;
  cursor: pointer;
  outline: none;}

.empregos-body #popup12 h5{margin-bottom:0px;font-size:18px;color:#1fb69b;text-transform:uppercase;font-weight:400;}


#popup12 a{
  color: #E82438;
  font-weight: bold;}


#popup12{
  display:none;
  position:absolute;
  /*left: 150px;*/
  /*top: -83px; */       
  max-width:314px;     

  margin-top: -50px;
  margin-left: 32px;
  background:#d7f4ff ;
  border:4px solid #1aa5da;
  z-index:100000; 
  padding:30px;
  height:85px;
  text-align:left;
}


#CloseBtn12{background-color:transparent;background:url("//cdn2.hubspot.net/hub/150220/file-2222684318-png/custom-images/d-popup-close-icon.png") no-repeat;
  float:left;
  border:none;
  position:relative;
  text-indent:-9999px;
  width: 30px;
  outline: none;cursor:pointer;
  margin-left: -17px;
  margin-right: -23px;
  margin-top: -19px;}

#LearnMoreBtn12{background: none;
  border: none;
  float: none;
  color: #015d82;
  cursor: pointer;
  outline: none;}

.empregos-body #popup13 h5{margin-bottom:0px;font-size:18px;color:#1fb69b;text-transform:uppercase;font-weight:400;}


#popup13 a{
  color: #E82438;
  font-weight: bold;}


#popup13{
  display:none;
  position:absolute;
  /*left: 150px;*/
  /*top: -83px; */       
  max-width:314px;     

  margin-top: -50px;
  margin-left: 32px;
  background:#d7f4ff ;
  border:4px solid #1aa5da;
  z-index:100000; 
  padding:30px;
  height:85px;
  text-align:left;
}


#CloseBtn13{background-color:transparent;background:url("//cdn2.hubspot.net/hub/150220/file-2222684318-png/custom-images/d-popup-close-icon.png") no-repeat;
  float:left;
  border:none;
  position:relative;
  text-indent:-9999px;
  width: 30px;
  outline: none;cursor:pointer;
  margin-left: -17px;
  margin-right: -23px;
  margin-top: -19px;}

#LearnMoreBtn13{background: none;
  border: none;
  float: none;
  color: #015d82;
  cursor: pointer;
  outline: none;}


.empregos-body #popup14 h5{margin-bottom:0px;font-size:18px;color:#1fb69b;text-transform:uppercase;font-weight:400;}


#popup14 a{
  color: #E82438;
  font-weight: bold;}


#popup14{
  display:none;
  position:absolute;
  /*left: 150px;*/
  /*top: -83px; */       
  max-width:314px;     

  margin-top: -50px;
  margin-left: 32px;
  background:#d7f4ff ;
  border:4px solid #1aa5da;
  z-index:100000; 
  padding:30px;
  height: 204px;
  text-align:left;
}


#CloseBtn14{background-color:transparent;background:url("//cdn2.hubspot.net/hub/150220/file-2222684318-png/custom-images/d-popup-close-icon.png") no-repeat;
  float:left;
  border:none;
  position:relative;
  text-indent:-9999px;
  width: 30px;
  outline: none;cursor:pointer;
  margin-left: -17px;
  margin-right: -23px;
  margin-top: -19px;}

#LearnMoreBtn14{background: none;
  border: none;
  float: none;
  color: #1aa5da;
  cursor: pointer;
  outline: none;}

.empregos-body #popup15 h5{margin-bottom:0px;font-size:18px;color:#1fb69b;text-transform:uppercase;font-weight:400;}


#popup15 a{
  color: #E82438;
  font-weight: bold;}


#popup15{
  display:none;
  position:absolute;
  /*left: 150px;*/
  /*top: -83px; */       
  max-width:314px;     

  margin-top: -50px;
  margin-left: 32px;
  background:#d7f4ff ;
  border:4px solid #1aa5da;
  z-index:100000; 
  padding:30px;
  height:85px;
  text-align:left;
}


#CloseBtn15{background-color:transparent;background:url("//cdn2.hubspot.net/hub/150220/file-2222684318-png/custom-images/d-popup-close-icon.png") no-repeat;
  float:left;
  border:none;
  position:relative;
  text-indent:-9999px;
  width: 30px;
  outline: none;cursor:pointer;
  margin-left: -17px;
  margin-right: -23px;
  margin-top: -19px;}

#LearnMoreBtn15{background: none;
  border: none;
  float: none;
  color: #015d82;
  cursor: pointer;
  outline: none;}

.empregos-body #popup16 h5{margin-bottom:0px;font-size:18px;color:#1fb69b;text-transform:uppercase;font-weight:400;}


#popup16 a{
  color: #E82438;
  font-weight: bold;}


#popup16{
  display:none;
  position:absolute;
  /*left: 150px;*/
  /*top: -83px; */       
  max-width:314px;     

  margin-top: -50px;
  margin-left: 32px;
  background:#d7f4ff ;
  border:4px solid #1aa5da;
  z-index:100000; 
  padding:30px;
  height:85px;
  text-align:left;
}


#CloseBtn16{background-color:transparent;background:url("//cdn2.hubspot.net/hub/150220/file-2222684318-png/custom-images/d-popup-close-icon.png") no-repeat;
  float:left;
  border:none;
  position:relative;
  text-indent:-9999px;
  width: 30px;
  outline: none;cursor:pointer;
  margin-left: -17px;
  margin-right: -23px;
  margin-top: -19px;}

#LearnMoreBtn16{background: none;
  border: none;
  float: none;
  color: #015d82;
  cursor: pointer;
  outline: none;}

.empregos-body #popup17 h5{margin-bottom:0px;font-size:18px;color:#1fb69b;text-transform:uppercase;font-weight:400;}


#popup17 a{
  color: #E82438;
  font-weight: bold;}


#popup17{
  display:none;
  position:absolute;
  /*left: 150px;*/
  /*top: -83px; */       
  max-width:314px;     

  margin-top: -50px;
  margin-left: 32px;
  background:#d7f4ff ;
  border:4px solid #1aa5da;
  z-index:100000; 
  padding:30px;
  height:85px;
  text-align:left;
}


#CloseBtn17{background-color:transparent;background:url("//cdn2.hubspot.net/hub/150220/file-2222684318-png/custom-images/d-popup-close-icon.png") no-repeat;
  float:left;
  border:none;
  position:relative;
  text-indent:-9999px;
  width: 30px;
  outline: none;cursor:pointer;
  margin-left: -17px;
  margin-right: -23px;
  margin-top: -19px;}

#LearnMoreBtn17{background: none;
  border: none;
  float: none;
  color: #015d82;
  cursor: pointer;
  outline: none;}

.empregos-body #popup18 h5{margin-bottom:0px;font-size:18px;color:#1fb69b;text-transform:uppercase;font-weight:400;}


#popup18 a{
  color: #E82438;
  font-weight: bold;}


#popup18{
  display:none;
  position:absolute;
  /*left: 150px;*/
  /*top: -83px; */       
  max-width:314px;     

  margin-top: -50px;
  margin-left: 32px;
  background:#d7f4ff ;
  border:4px solid #1aa5da;
  z-index:100000; 
  padding:30px;
  height:85px;
  text-align:left;
}


#CloseBtn18{background-color:transparent;background:url("//cdn2.hubspot.net/hub/150220/file-2222684318-png/custom-images/d-popup-close-icon.png") no-repeat;
  float:left;
  border:none;
  position:relative;
  text-indent:-9999px;
  width: 30px;
  outline: none;cursor:pointer;
  margin-left: -17px;
  margin-right: -23px;
  margin-top: -19px;}

#LearnMoreBtn18{background: none;
  border: none;
  float: none;
  color: #015d82;
  cursor: pointer;
  outline: none;}


#popup8,#popup11,#popup14,#popup15,#popup17,#popup16{
  left:250px;

}

#popup9{

  left:280px;
}

#popup18,#popup12{
  left:200px;
}

#popup17{
  left:182px;
}




.icon-i img{/*padding-right: 81px;*/
  padding-top: 5px;float:right!important;margin: 0px 0px!important;padding-right: 79px;}

.divorce-only-top{padding-top:4px;}


.popup-margin{margin-top: -16px;}


.popup-pad{padding-top:20px!important;}


.line-margin {margin-top: 18px;}

.line-margin-1 {margin-top:6px;}

.line-margi2 {margin-top: -3px;}

/*end of popup*/


/* Global Form  Styling*/


.global-form .form-title {
  font-size: 20px;
  color: #fff;
  background-color: #1aa5da;
  font-family: 'Open Sans'!important;
  font-weight:300;
  padding: 6px 20px;
  line-height: 30px!important;}

.global-form{background-color: #d7f4ff;max-width:400px;}

.text-center1{text-align:center;margin-top: -14px;}


/*Down-Arrow Style*/

.arrow {width: 0!important;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #1aa5da;;
  margin: 0 0 0 25px;
  position: absolute;
  margin-top: 72px;
  float: none!important;
  margin-left: 43px!important;
}

.global-form label{margin-top:13px;display:block;} /*Form Label Style*/

.global-form input[type="checkbox"]{margin-left: -12px;}  /*Form Checkbox Style*/

.global-form input[type="text"],.form-width input[type="email"]{background-color: #fff;border: 1px solid #1aa5da;margin:0px;} /*Form input Style*/

.global-form .hs-button{box-shadow:none;background:#f0802b!important;border:none;border-radius:none!important;text-shadow:none;color:#fff;} /*Form button Style*/

.global-form  .hs-form-field{padding: 0px 20px;}/* Form Inner-spacing */

.global-form ul{list-style-type: none;}


/*End of the form styling*/



/*Block quote*/
.blockquote_dark_bg{background-color: #015d82;
  border: medium none;
  display: block!important;
  float: none!important;
  margin: 30px auto!important;
  padding: 37px 30px 31px 41px;
  max-width: 765px;
  background-image: url("//cdn2.hubspot.net/hub/150220/file-2132845323-png/custom-images/blockquote-bg.png");
  background-repeat: no-repeat;
  background-position: 21px 16px;

}

.blockquote_dark_bg p{color:#fff!important;font-size: 25px;
  line-height: 28px;
  font-family: 'Open Sans';
  font-weight:300;text-align: left;}

.blockquote_dark_bg h4{float: right; font-size: 14px; font-weight: 300; color: #fff;margin-top: 0px;}

/*end of block quote*/


/*top menu*/

.contact-topmenu a{color: #c3c3c3!important;font-size: 12px;}


.pad-r-48{padding-right:48px;}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{display: block;
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;}

/*.widget-type-menu .hs-menu-children-wrapper li{margin: 0 0 9px;}*/

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .4s;
  position: absolute;
  z-index: 10;
  left: 0;}

.hs-menu-wrapper.hs-menu-flow-horizontal ul{list-style: none;}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{background-color:#fff!important;}


/*.menu-outer{margin:0px 0px 10px;} */


.top-menu{color: #c3c3c3!important;}

.custom-menu-primary{padding-top:0px!important;}

ul, li,  a, strong{
  color:#003d56;
  font-size:16px!important;
  font-family: 'Open Sans',sans-serif!important;
  line-height:24px!important;
  text-decoration: none!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  max-width: 100%!important;
  padding:0px 10px!important;
  font-weight:normal!important;
  border-left: 1px solid #c3c3c3!important;
  line-height: 15px!important;
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child a{
  border-right: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a{
  border-left: none!important;
}



.social-icons img{margin:0px 2px 0px 0px!important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{display: block;
  white-space: nowrap;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto!important;
  text-align: left;
  font-size: 13px;
  color: #6c7279!important;
  border-left: 1px solid #f4f4f5!important;
  border-right: 1px solid #f4f4f5!important;
  border-bottom: 1px solid #f4f4f5!important;
  padding: 7px 17px!important;}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{border-top:3px solid #0066b6!important;display:none;}



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

.section{padding: 60px 0;
  border-bottom: 0px dashed #CCC;
}
#penguin {
  padding-top: 0px;
} 
/*HubSpot support rep added lines 1245-1246 on October 24, 2017*/

.wrapper{
  max-width: 1190px;
  float: none !important;
  margin: 0 auto !important;
  position: relative;

  /*padding: 0 20px;*/
}

.margin-nt-17{margin-top:-26px;}

.margin-nt-21{margin-top:-21px;}

.margin-nt-2{margin-top:-2px;}
.margin-nt-27{margin-top:-27px;}

.pad-t-9{padding-top:9px;}

.pad-left{padding-left:22px;}

.margin-t-63{margin-top:3px!important;}

.margin-nt-47{margin-top:-47px!important;}

.margin-r-69{padding-right:69px!important;}

.search-box{
  max-width: 217px;
  float: right!important;
  margin-top: -11px;
  margin-right: 18px;
}

.google-srch .text input[type=text]{padding:4px!important;}

.header-client-login p{
  font-size:12px!important; 
  margin-top:20px!important;
  float:right!important;
}

.header-client-login a{
  color:#c3c3c3!important;
  text-decoration:none!important;
}

.about{margin-left:80px!important;}

.about ul{margin-top:0px;}


.schedule-free{background-color: #d7f4ff;}

.schedule-free-pad{padding:20px;}

.privacy-policy-color{color:#333!important;font-size:14px!important;padding-top:15px;margin-bottom:0px!important;}

.privacy-policy-color a{color:#333!important;}

.disclaimer-color{color:#333!important;font-size:14px!important;}

a#cta_button_150220_1bd868dc-ed62-4499-96a2-e40fe7016f07:hover{border: none!important;
  outline:none;
  box-shadow: none!important;}

.cta-free {margin: 0 auto;
  display: block;
  text-align: center;
  padding:0px!important;
  margin-bottom: -90px!important;
  margin-top: -38px;}

.vertical-pad{padding:20px!important;}



.footer-container p{margin-top:0px!important;}

.footer h3{font-size:25px;
  font-family: 'Open Sans';
  font-weight:300;color:#fff!important;font-weight:300;}

.footer ul{margin: 0 4px 30px!important;} 

.footer ul li a{line-height:31px!important;}

.disclaimer p{color: #333!important;
  font-size: 14px!important;text-align: center;} 

.links ul li{padding:0 48px!important;}

.addr {margin-top: 3px!important;
  margin-bottom: 33px;}

.icon-pad ul li{margin-top:20px;margin-right:0px;margin-bottom:-40px;}

.icon-pad ul{margin-left: 0px !important;}

.links h3{padding:0 96px!important;}

.font-18 a{font-size:18px!important; font-family: "Open Sans", sans-serif;}

.pad-b-60{padding-bottom:60px;}

.margin-nt-10{margin-top:-10px;}

.icons ul{list-style: none; float: right;}

.icon-pad ul li,.icons ul li{float:left}


/*end of top menu*/

/*pricing-page*/

.pad-vertical{padding-top: 82px!important;
  padding-bottom: 77px!important;}

.margin-nt-39{margin-top:-39px;}

.line h1{line-height:50px!important;}

.pricing-border{border-bottom: 1px solid #009fb2;
  margin-left:38%!important;
  text-align: center;
  width: 200px!important;
  margin-bottom: 20px;
}

.pricing-head h2{max-width:673px!important;}

.margin-nb-48{margin-bottom:-48px!important;}

.margin-nt-19{margin-top:-50px!important;}

.margin-nt-47{margin-top:-47px!important;}

.pricing-block h1{max-width: 1015px;
  display: block!important;
  margin: 0 auto!important;
  padding-top: 22px;
  line-height: 50px;
  padding-bottom: 7px;}

.margin-b-44{margin-bottom:44px;}


.margin-b-30{margin-bottom:30px;}

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

.pricing-pad{margin-top: 14px;
  margin-bottom: -37px;}

.pricing-cta{margin-bottom: -86px!important;}

.pricing-quest{padding-bottom: 47px;
  padding-top: 25px;
}

.margin-t-5{margin-top:5px;}

.pad-b-5{padding-bottom:5px;}

.margin-nt-15{margin-top:-13px;}

.pad-t-8{padding-top:8px;}

.cta-pad{padding-top: 39px!important;
  padding-bottom: 0px!important;}

.margin-b-25 p{margin-bottom:25px;}

.margin-nt-60{margin-top:-60px;}

.pad-b-0
{padding-bottom:0px;}

/*enf of pricing-page*/









body{font-family: 'Open Sans', sans-serif;}


h1{ font-size:40px; color:#015d82;
  font-family: 'Open Sans';
  font-weight:300;}


.section h1,
.container-body h1 {
  font-family: 'Cantata One', serif;
  font-weight: 600;
}

h2 {
  color: #015d82 !important;
  font-size: 25px;
  line-height: 24px;
  margin: 0 0 20px !important;
  text-align: left;
  font-family: 'Cantata One', serif;
  font-weight: 600;
}

.home-slider h2,
.light-blue-stripe h2,
.stripe-text h2,
.blue-block h2 {
  font-family: 'Open Sans';
  font-weight: 300;
  text-align: center;
}
.home-slider h2 {
  line-height: 1.25;
}

h3 {
  color: #015d82;
  font-size: 16px;
  line-height: 28px !important;
  margin-bottom: 10px !important;
  margin-top: 0 !important;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

p {
  color: #003d56;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

a {
  font-size: 16px;
  font-family: 'Open Sans';
  text-decoration: underline;
  color: #015d82;
  font-weight: 600;
}

/*Anchor Tag*/

.a-link{

  font-family: "Open Sans", sans-serif;
  font-weight: bold;

}

/*End Of Anchor Tag*/

ul {
  margin: 0 15px 30px;
  padding: 0;
  font-family: 'Open Sans';
  font-weight:300;
}


/**** Header Css Starts here ****/

/*.span12 {
overflow: visible;
/*padding: 8px 0;
}*/

.widget-type-simple_menu a {
  border: medium none !important;
  color: #666666;
}

.widget-type-google_search label {
  display: none;
}

.body-container .widget-type-simple_menu li {
  list-style-image: none !important;
}


.body-container-wrapper ul li{  list-style-image: none !important;}

body.hs-site-page .widget-type-menu .hs-menu-children-wrapper li {
  margin: 0;
}

.header .span12.widget-span.widget-type-menu {
  margin-top: -39px;
}

.widget-type-google_search .hs-button.primary {
  display: none !important;
}

.widget-type-simple_menu ul {
  float: right;
}

.widget-type-social_sharing span {
  float: right;
}

.widget-type-social_sharing img {
  margin-left: 14px !important;
  margin-right: 0 !important;
}

.widget-type-google_search form.hs-form {
  margin-right: 8px;
}

.footer-container .widget-type-menu li{
  list-style-image: none !important;
  margin: 0 0 0 20px;
}

.widget-type-google_search .hs-input {
  border: medium none;
  box-shadow: 1px 1px 1px 1px #c1c1c1 inset;
}

.body-container ul.hs-menu-children-wrapper {
  background-color: #fff;
  box-shadow: 0 6px 5px #4a4a4a;
  padding: 10px;
  z-index: 999999 !important;
  margin-top:17px !important;
}
.hs-menu-children-wrapper a {
  color: #666 !important;
}

.widget-type-menu ul {
  float: right;
}

.widget-type-menu a {
  border: 0 none !important;
  color:#686a6c;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}

.section-heading h1 {
  color: #fff;
  font-size: 40px;
  text-align: center;
}

.section-heading {
  background-color: #009fb2;
  padding: 65px 0;
}

.section .widget-type-header h1 {
  color: #015d82;
  font-size: 40px;
  padding: 10px;
  text-align: center;
}

.section .widget-type-header h3 {
  color: #015d82;
  font-size: 18px;
  text-align: center;
}

.content .right-content h2 {
  color: #015d82 !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  margin-top: 0 !important;
  text-align: left;
  text-transform: uppercase;
}

.content .right-content p {
  color: #015d82 !important;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
}

.content .span4 .row-fluid-wrapper.row-depth-1, .content .span4 .row-fluid-wrapper.row-depth-0 {
  min-height: 270px;
}

.section img {
  /*float: left; - commented out due to float overriding CTA alignment in blog post editor - HS Support 05/10/2016 */
  height: auto;
  margin: 0 14px 0 0;
  /*max-width: inherit !important; - commented out due to .gif CTA resizing to original 1200px size - HS Support 08/19/2016 */
}




.content .right-content {
  float: left;
  width: 262px;
}

.step2-items ul li{text-align: left;}

.step3-line img{margin-top:16px;}

.section .blockquote {
  background-color: #d7f4ff;
  border-left: 8px solid #1aa5da;
  padding: 15px 23px 10px 46px;
  text-align: left;
}

.blockquote-bg{
  background-image: url("//cdn2.hubspot.net/hub/150220/file-2132845323-png/custom-images/blockquote-bg.png");
  background-repeat: no-repeat;
  background-position: 21px 16px;
}

.blockquote p {
  font-size: 25px;
  line-height: 36px;
  margin: 0;
  font-family: 'Open Sans';
  font-weight:300;
}

.widget-type-cta {
  padding: 72px 0 72px !important;
}


.dv-widget-type-cta2 {
  padding: 58px 0 65px;
}

.widget-type-cta span {
  background-image: none !important;
  border: medium none !important;
  border-radius: 25px !important;
  display: table !important;
  margin: 0 auto !important;

}

.widget-type-cta span {
  font-size: 19px !important;
}
.steps-section h1 {
  /*margin: 0 0 15px;*/
  text-align: left;
}


body .steps-section li {
  font-size: 14px;
  list-style-image: url("//cdn2.hubspot.net/hub/150220/file-2155280999-jpg/dot-img.jpg") !important;
  margin-bottom: 5px;
}

.steps-section {
  float: none !important;
  margin: 0 auto !important;
  /*width: 83% !important;*/
  /* iosys  */
  width: 92% !important;

}



.steps-section .span5 {
  /* width: 44%; */
}
.steps-section .span2.steps-img {
  width: 5%;
}

.step1, .step2, .step3, .step4, .step5{ position:relative;padding-left:12px;padding-right:13px;}

.step1 h1 {
  text-align: center;
}
.step1 h1 span {
  font-weight: bold;
}

.steps-section .step1 .cell-wrapper.layout-widget-wrapper:after {
  background-image: url("//cdn2.hubspot.net/hub/150220/file-2137771425-jpg/custom-images/step1-img.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  content: "0";
  font-size: 0;
  height: 63px;
  position: absolute;
  /*right: 1px; */ 
  /*iosys */ 
  right: -14px;
  text-indent: -999999px;
  top:132px;
  width: 56px;
}
.steps-section .step1 .cell-wrapper.layout-widget-wrapper {
  background-color: #d7f4ff;
  border-radius: 50%;
  content: "";
  float: left;
  padding: 35px;

}





.step2 h2 {
  text-align: center;
  color:#fff;
}
.step2 h1 span {
  font-weight: bold;
}

.steps-section .step2 .cell-wrapper.layout-widget-wrapper:after {
  background-image: url("//cdn2.hubspot.net/hub/150220/file-2136327939-jpg/custom-images/step2-img.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  content: "0";
  font-size: 0;
  height: 55px;
  /*left: 8px;*/
  /*iosys*/
  left: -13px;
  position: absolute;
  text-indent: -999999px;
  top: 134px;
  width: 51px;
}


.steps-section .step2 .cell-wrapper.layout-widget-wrapper {
  background-color: #1aa5da;
  /*   margin-right:69px;*/
  margin-right:100px;
}


.step3 h1 {
  text-align: center;
  color:#fff;
}
.step3 h1 span {
  font-weight: bold;
}

.steps-section .step3 .cell-wrapper.layout-widget-wrapper:after {
  background-image: url("//cdn2.hubspot.net/hub/150220/file-2137771410-jpg/custom-images/step3-img.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  content: "0";
  font-size: 0;
  height: 63px;
  position: absolute;
  /*right: 1px; */ 
  /*iosys */ 
  right: -15px;
  text-indent: -999999px;
  top: 126px;
  width: 59px;
}


.steps-section .step3 .cell-wrapper.layout-widget-wrapper {
  background-color: #009fb0;


}

.step4 h1 {
  text-align: center;
  color:#fff;
}
.step4 h1 span {
  font-weight: bold;
}

.steps-section .step4 .cell-wrapper.layout-widget-wrapper:after {
  background-image: url("//cdn2.hubspot.net/hub/150220/file-2137771400-jpg/custom-images/step4-img.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  content: "0";
  font-size: 0;
  height: 63px;
  /*left: 8px;*/
  /*iosys*/
  left: -13px;
  position: absolute;
  text-indent: -999999px;
  top: 129px;
  width: 52px;
}

.steps-section .step4 .cell-wrapper.layout-widget-wrapper {
  background-color: #015d82;
  /*margin-right:69px;*/
  margin-right:100px;
}


.step5 h1 {
  text-align: center;
  color:#fff;
}
.step5 h1 span {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}


/* iosys*/
.step1-pad{
  padding-left:114px;  
}
.step2-pad{
  padding-left:83px;  
}

.step2-img{
  margin-right:0px !important;
  margin-left: 37px !important;
  margin-top:10px;
}



.steps-section .step5 .cell-wrapper.layout-widget-wrapper:after {
  background-image: url("//cdn2.hubspot.net/hub/150220/file-2137771405-jpg/custom-images/step5-img.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  content: "0";
  font-size: 0;
  height: 63px;
  position: absolute;
  /*right: 3px;*/
  /*iosys*/
  right: -14px;
  text-indent: -999999px;
  top: 127px;
  width: 57px;
}

.steps-section .step5 .cell-wrapper.layout-widget-wrapper {
  background-color: #f0802b;

}


.section .content-section .blockquote {
  background-color: #015d82;
  border: medium none;
  display: block;
  float: none;
  margin: 30px auto !important;
  /* padding: 20px 36px 20px 35px;
  max-width: 755px;*/
  /*iosys*/
  padding: 37px 30px 31px 41px;
  max-width: 765px;
}

.section .content-section .blockquote p{ color:#fff; font-size:25px; line-height:28px;}

.footer-container-wrapper {
  background-color: #015d82;
  float: left;
  width: 100%;
}

.footer-container .widget-type-header h1{
  color: #fff;
  font-size: 25px;
  line-height: 36px;
  text-align:left;
  padding:0 0 20px 0;
}

.footer-container p {
  color: #fff;
  font-family: 'Open Sans';
  font-weight:300;
  font-size: 19px;
  margin-bottom: 13px;
  margin-top: 12px;
}

.footer-container a {
  color: #fff;
  font-family: 'Open Sans'!important;
  font-weight:300;
  font-size: 18px;
  line-height:31px!important;

}

.widget-type-blog_subscribe h3 {
  color: #fff;
  font-family: 'Open Sans';
  font-weight:300;
  font-size: 25px;
  /*margin-top: 9px !important;*/
  text-transform:uppercase;
}

.footer-container label {
  color: #fff;
  margin: 0;
}

.footer-container .widget-type-social_sharing span {
  float: left;
}

.footer-container .widget-type-social_sharing img {
  margin-left: 0 !important;
  margin-right: 14px !important;
}

.footer-container .hs-input {
  border: medium none;
  margin: 0;
}

.footer-container .hs-menu-children-wrapper {
  display: none;
}
/*.footer-container li {
clear: both;
display:inline;
}*/

.footer-container img{margin:0 15px 0 0!important;}

.footer-container form.hs-form {
  margin-top: 20px;
}

.gen-button, .hs-button{
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
  background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color:#ededed;
  border-radius: 6px;
  text-indent:0;
  border:1px solid #dcdcdc;
  display:inline-block;
  color:#111;
  font-family:arial;
  font-size:15px;
  font-weight:bold;
  font-style:normal;
  height:50px;
  line-height:50px;
  max-width:300px;
  text-decoration:none;
  text-align:center;
  text-shadow:1px 1px 0px #ffffff;
  padding: 0 40px;
  display: block !important;
  margin: 20px auto!important;
}





.bann .container-1 {
  color: #ffffff;
  font-size: 30px;
  padding: 5% 20%;
  text-align: center;
  width:100%; 
  background:#009FB2;
}
.bann .container-1 h1{
  color: #ffffff;
  font-size: 30px;
  padding: 5% 20%;
  text-align: center;
  width:100%; 

}


.widget-type-cta a#cta_button_150220_8135a3a6-ffb7-41bc-9d2c-b0f87accb7f6 {
  background-image: none !important;
  border: medium none !important;
  border-radius: 25px !important;
  display: block !important;
  margin: 0 auto;
  padding: 20px !important;
  max-width: 310px;
}

.section-heading1 h1 {
  color: #015d82;
  font-size: 40px;
  text-align: center;
}

.section-heading1 {
  background-color: #d7f4ff;
  padding: 50px 0;
}


.story-section img {
  margin: 0 20px 24px 0;
}


.container-body .bottm-section .span4.widget-span.widget-type-cell {
  max-width: 304px;
}

.bottm-section {
  float: none !important;
  margin: 0 auto !important;
  max-width: 963px !important;
}

.container-body .top-section .span6.widget-span.widget-type-cell {
  margin: 0 23px;
  max-width: 271px;
}

.container-body .top-section {
  float: none !important;
  margin: 0 auto !important;
  width: 634px;
}

.section .widget-type-header h2{
  float: none !important;
  font-size: 18px;
  margin: 0 auto 50px !important;
  text-align: center;
  max-width: 471px;
}


.body-container .lisiting-section li {
  font-family: 'Open Sans';
  font-weight:300;
  font-size: 25px;
  list-style-image: url("//cdn2.hubspot.net/hub/150220/file-2155280999-jpg/dot-img.jpg") !important;
  margin: 0 0 8px;
}

.listing-middle {
  float: none !important;
  margin: 0 auto !important;
  max-width: 940px !important;
}

.listing-middle .right {
  max-width: 355px;
}

.listing-middle .left {
  max-width: 550px;
}




.pricing-table table {
  border-collapse: collapse;
}


.pricing-table h1 {
  font-size: 25px;
  line-height: 36px;
  color: #015d82;
}

.pricing-table td:first-child {
  background-color: transparent;
  text-align: left;
  vertical-align: middle;
  width: 350px;
}

.pricing-table td {
  /*background-color: #d7f4ff;*/
  border: medium none;
  line-height: 10px;
  padding: 10px;
  vertical-align: top;
  width: 186px;
}

.pricing-table tr:first-child {
  border-top: 0 none;
}

.pricing-table td:nth-child(2){background-color: #d7f4ff;border-right: 8px solid white;
}

.pricing-table td:nth-child(3){background-color: #d7f4ff;border-right: 8px solid white;}

.pricing-table td:nth-child(4){background-color: #d7f4ff;border-right: 8px solid white;}

.pricing-table tr {
  border-top: 1px solid #89bace;
}

.pricing-table h1 strong {
  color: #015d82;
  font-size: 25px;
}

.pricing-table tr.border-bottom {
  border-bottom: 3px solid #89bace;
  border-top: 0 none;
}

.pricing-table td.blue h1 strong {
  color: #fff;
}

.pricing-table td.blue h1 {
  color: #fff;
}
.pricing-table td.blue {
  background-color: #009fb2;
}
.pricing-table td.blue p {
  color: #fff;
}

.pricing-table img {
  float: none;
  vertical-align: top;
}

.pricing-table p {
  line-height: 19px;
}

.pricing-table a#cta_button_150220_93d3e420-2d55-41d6-8d58-9a3c9d882300{
  background-image: none !important;
  border: medium none !important;
  border-radius: 25px !important;
  display: block !important;
  margin: 0 auto;
  padding: 8px !important;
  width: 130px;
}

.pricing-table a#cta_button_150220_c24e5076-a3aa-454b-a2f6-19604b8cb1a4{
  background-image: none !important;
  border: medium none !important;
  border-radius: 25px !important;
  display: block !important;
  margin: 0 auto;
  padding: 8px !important;
  width: 150px;
}

.pricing-table a.cta_button span {
  font-size: 13px !important;
}

.footer-container .widget-type-menu ul {
  float: left;
}

.footer-container .span4.link-section .widget-type-text span {
  color: #fff;
  display: block;
  font-family: 'Open Sans';
  font-weight:300;
  font-size: 24px;
  margin-bottom: 5px;
  margin-left: 28px;
  text-transform: uppercase;
}

.footer-container .hs-menu-wrapper.hs-menu-flow-horizontal ul li a {
  line-height: 20px !important;
}


.footer-container h1 {
  color: #fff;
  font-size: 25px;
  line-height: 40px;
}

/* code For Mediation page*/

.margin-1{margin-left:1px!important;}

.use-sans{font-family: "Open Sans",sans-serif;}

.text-center{text-align:center;}

.pad-t-17{ padding-top:17px; }

.pad-t-9{padding-top:9px!important;}

.pad-t-42{padding-top:42px!important;}    

.pad-t-69{padding-top:69px;}

.pad-t-6{ padding-top:6px;}

.pad-t-14{padding-top:14px;}

.pad-t-30{padding-top:30px;}

.pad-t-20{padding-top:20px;}

.pad-t-40{ padding-top:34px;}

.pad-t-48{padding-top:48px;}

.pad-t-41{padding-top:40;}  

.pad-t-12{ padding-top:12px;}  

.pad-t-50{ padding-top:50px;}

.pad-t-38{ padding-top:38px;}

.pad-t-16{padding-top:16px;}

.pad-t-25{ padding-top:25px;}    

.pad-t-20{padding-top:20px;}       

.pad-t-35{padding-top:35px;}    

.pad-t-100{padding-top:100px; }  

.pad-t-10{padding-top:10px;}

.pad-t-38{ padding-top:38px;}

.pad-t-16{padding-top:16px;}

.pad-t-25{padding-top:25px;}    

.pad-t-20{padding-top:20px;}       

.pad-t-35{padding-top:35px;}  

.pad-t-41{padding-top:41px;}

.padding-t-6{padding-top:-6px!important;}

.padding-b-15{padding-bottom:-15px!important;}   

.pad-top-38{padding-top:38px!important;}

.margin-nt-26{margin-top:-26px;}

.margin-nt-40{margin-top:-40px;}

.margin-nt-5{margin-top:3px;}

.margin-nt-4{margin-top:-4px;}

.margin-nt-10{margin-top:-10px;}

.pad-b-8{padding-bottom:8px!important;}

.pad-b-6{padding-bottom:6px;}

.pad-b-13{padding-bottom:13px;}

.pad-b-25{ padding-bottom:25px;}

.pad-b-20{ padding-bottom:20px;}

.pad-t-0{padding-top:0px!important;}

.margin-nt-16{margin-top:-16px;}

.pad-b-40{padding-bottom:40px;}

.margin-t-46{margin-top:-42px;}  

.margin-t-15{margin-top:15px;} 

.margin-t-6{margin-top:6px;}

.margin-nt-7{margin-top:-7px;}

.margin-t-23{margin-top:23px;}    

.margin-t-10{margin-top:10px;}

.margin-t-24{margin-top:24px;}    

.margin-b-30{margin-bottom:30px;}

.margin-b-25{margin-bottom:25px!important;}  

.margin-t-35{margin-top:35px;}    

.margin-r-69{margin-right: 69px;}

.margin-nt-13{margin-top:-13px;}

.margin-nt-55{margin-top:-55px;}

.margin-t-16{margin-top:-16px;}

.margin-nt-15{margin-top:-15px;}

.pad-b-0{padding-bottom:0px!important;}

.pad-b-10{padding-bottom:10px!important;}

.mar-35{padding: 45px 0px 0px!important;}

.bq h1{max-width: 828px;
  display: block;
  margin: 0 auto;}

.pad-ct{padding-top:27px!important;
  padding-bottom:25px!important;}

.pad-ct1{padding-top:0px!important;
  padding-bottom:33px!important;
  margin-top:-24px!important;}

.pad-ct2{padding-top:0px!important;
  padding-bottom:50px!important;
  margin-top:-20px!important;}

.pad-ct3{padding-top:0px!important;
  padding-bottom:62px!important;
  margin-top:-30px!important;}

.about p{font-family: 'Open Sans',sans-serif!important;}

.pad-bq{padding-top: 25px!important;
  padding-bottom: 35px!important;}

.mar{margin-top:-7px;}

.pres{max-width: 250px;}

.vertical-pad-25{ padding-top:25px!important;} 

.vertical-pad-15{padding-top:15px;
  padding-bottom:25px!important;}

.margin-t{margin-top:-20px;}

.parent-width{max-width:236px;}

.pad-b-50{padding-bottom:50px;}

.pad-b-70{padding-bottom:70px;}

.uppercase{text-transform:uppercase;}

.vertical-pad-15{
  padding-top:16px;
  padding-bottom:16px;
}

.margin-60{margin-top:68px;}   

.margin-b-60{margin-bottom:-60px;}

.is-border-top{border-top:1px solid #009fb2;}

.is-border-width{width:218px!important;margin-left: 100px!important;
}

.vertical-pad-25{ padding-top:31px;}    

.pad-b-1000{  padding-bottom:100px;}

.no-margin{margin-top:0px;
  margin-bottom:0px;}

.top-heading-bg{  background-color: #009fb2;}    

.top-heading h1{
  /*background-color: #009fb2;*/
  padding-top: 60px;
  padding-bottom: 50px; 
  color:#fff!important;
  font-size: 40px;
  font-family: 'Open Sans';
  font-weight:300;
  text-align:center;
  max-width: 1100px;
  display: block;
  margin: 0 auto;
}  

.wrapper1{max-width:980px!important;
  margin:0 auto!important;
  float:none!important;
  display:block;}

.wrapper-pad{padding:0px 13px!important;}

.wrapper-img{padding:10px 15px!important;}

.wrapper-img1{padding:0px 15px!important;}

.pad-b-14{
  padding-top:10px;
  padding-bottom:14px;
} 


.pad-l-45{padding-left:45px;}


.pad-l-36{padding-left:36px;}

.pad-l-69{padding-top:69px;}

.st_width h1{width:423px;}

.save-left
{
  max-width: 94%!important;
  padding-left: 35px;
}

.save-right
{
  max-width: 94%!important;
  padding-left: 55px;
}

.save-right2{
  width: 90%;
}

.save
{
  max-width: 94%!important;
  margin: 0 auto!important;
}
.st h1{line-height:48px;
  padding-top:72px;
}

.no-margin-vert{
  margin-left:0px!important;
  margin-right:0px!important;
}
.st_head h1{
  max-width: 829px;
  text-align: center;
  display: block;
  margin: 0 auto;
}




step3-content{
  margin-top: -15px;
}
step4-content{
  margin-top: 8px;
}

step4-img{margin-top:8px}

.mid-white {
  background:white;
}

/*end of code for mediation page*/







/*----advance menu responsive-----*/
/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


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

@media (min-width: 768px){

  .hs-menu-wrapper.hs-menu-flow-horizontal{
    display:block !important;
  }

  a.mobile-trigger, a.child-trigger {
    display: none !important; /*hide menu on desktop*/
  }

}

@media (max-width: 767px){


  .res-menu {
    position: unset;
  }


  .custom-menu-primary ul li {
    float: left !important;
    margin: 0 !important;
    position: relative !important;
    padding: 15px 0px !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,.custom-menu-primary .hs-menu-flow-horizontal>ul>li a{color:#fff!important;}


  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    max-width: 290px!important;
    font-size: 13px!important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{margin-top:15px!important;} 

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

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


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


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

  a.mobile-trigger {
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top:-31px;          /* Position Button at top right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 12px 10px;

    background: #009FB2; /* Background color */
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    /*-webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;*/
    -webkit-transition:color .2s ease-in; 
    -moz-transition:color .2s ease-in;
    transition:color .2s ease-in;
  }

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

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

  a.mobile-trigger span:before{
    position: absolute;
    content: 'Menu'; /* Change the text on the closed toggle button */
    font-weight: bold;
    font-size: 14px;
    padding-right:5px;
    padding-top: 4px;


  }

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

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

  }

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


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

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

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

  a.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: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger:hover {
    text-decoration: none;
  }


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

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


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


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

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

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal{
    position: absolute; /**************************************************************/
    top:-60px;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/                                              
    width: 100%;   
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
    -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
    box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .custom-menu-primary .hs-menu-flow-horizontal{
    padding: 40px 0 0 0; /* Padding to add room for close button */
    background-color: #009FB2; /* Menu background color set off global mobile-menuColor variable */
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

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

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

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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

  .custom-menu-primary ul ul li a {
    width: 100% !important;
  }

}

.step1-right ul {
  display: inline-block;
}









/*----------  Responsive -------------*/


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

  .content-section
  {
    padding:0 20px;
  }
}

@media screen and (max-width: 1200px) {
  .header {

    padding: 0 20px; 
  }
  .content
  {

    padding:0 3% !important;
  }
  /***client testimonial--by rajbir--***/


  /*
  .wrapper .main-content .item{
  width:100% !important;
}
  */


  /***blog--by rajbir***/

  .section .wrapper .blog-post{
    width:100% !important;
  }
  .section .wrapper .blog-post .blog-section{
    width:100% !important;
    /*text-align:center;*/
  }
  .section .wrapper .blog-post .blog-section p{
    text-align:left;
  }
  .section .wrapper .sidebar{
    width:96% !important;
    margin-left:2%;
    text-align:center;
  }

  .section .wrapper .blog-post h1 {
    font-size: 30px !important;
    line-height: 35px !important;
    text-align: center;
  }
  .post-topic h3{
    text-align:center;
  }
  .widget-type-blog_subscribe h3{
    line-height:30px !important;
  }

}








@media screen and (max-width: 1024px){   
  .custom-menu-primary {

    margin: 0 !important;

  }
  /*.custom-menu-primary ul  {

  max-width: 100%;
}*/
  .custom-menu-primary ul li {

    /* margin: 0 3% !important;*/

  }
  .res-menu {
    position: absolute;
    right: 0 !important;
    top: 0 !important;
  }
  .res-logo img {
    /*padding: 0 35*/
    text-align: center !important;
    width: 51% !important;
  }
  .res-logo{
    width: 100% !important;

  }

  .res-menu ul {
    padding-top: 3%;
    width: 63%;
  }
  .res-content-blw {
    padding: 0 2%;
  }
  .res-cont {
    display: inline-block;
    text-align: center;
  }
  .section img {
    float: none;
    height: auto;
    margin: 0 14px 0 0;
    max-width: inherit !important;
  }
  .content .right-content {
    display: inline-block;
    float: none;
    min-height: 213px;
    width: 100%;
  }
  .content .right-content {
    float: none;
    width: 100%;
  }
  .step1 {
    float: left !important;

  }
  .step1-right {
    float: left !important;

  }

  .step1-right img{

    float:left;
  }


}

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

  .lisiting-section
  {


  }





}




@media screen and (max-width: 930px) {
  /*.steps-section
  {
  text-align:center;
}*/
  .step1 {
    width: 50% !important;
  }
  .step1-right {
    float: left !important;
    width: 100% !important;
    text-align:left;
  } 






}









@media screen and (max-width: 860px) {
  .res-cont{
    width: 100% !important;

  }
  .res-cont .row-fluid-wrapper {
    float: left;
    width: 44%;
    padding:0 3%;
  }
  .res-cont .row-fluid-wrapper img{
    padding:0 30%;
  }

  .step1 {
    width: 100% !important;
    margin-left:0px !important;
  }

  .steps-section .step1 .cell-wrapper.layout-widget-wrapper {
    float:none;
    display:inline-block;


  }

  .step1 .layout-widget-wrapper:after {
    background-image: none !important;
  }

  .step2 .layout-widget-wrapper, .step4 .layout-widget-wrapper{
    float:none !important;
  }

  .space-bott {
    border-bottom: 1px dotted;
    margin: 0 0 20px !important;
    padding: 0 0 20px;
  }

}






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


  .widget-type-cta a#cta_button_150220_0ef1fcb5-5096-4eb2-ada2-9db99cfbe943{padding:0px!important;
    max-width:246px;}

  .steps-section .step2 .cell-wrapper.layout-widget-wrapper:after{background-image:none;}


  .resp_footer{padding:10px 20px;}

  /***client testimonial--by rajbir***/

  .wrapper .main-content .block1 .text{
    padding:0 !important;
    width:100%;
    text-align:center;
  }

  .wrapper .main-content .item img{
    margin-bottom:15px;
  }
  .wrapper .main-content .block1 .border{
    width:100% !important;
    text-align:center;
    margin:0 !important;
  }
  .wrapper-bottom .content-bottom{
    padding:0 !important;
    width:100%;
    text-align:center;
  }
  /***blog--by rajbir***/

  .section .wrapper .blog-post{
    width:100% !important;
  }
  .section .wrapper .blog-post .blog-section{
    width:100% !important;}
  .section .wrapper .blog-post .blog-section p{text-align:left;}

  .section .wrapper .sidebar{
    width:96% !important;
    margin-left:2%;
    text-align:center;
  }

  .section .wrapper .blog-post h1 {
    font-size: 30px !important;
    line-height: 35px !important;
    text-align: center;
  }

  .post-topic h3{
    text-align:center;
  }

  .widget-type-blog_subscribe h3{
    line-height:30px !important;
  }



}

@media screen and (max-width: 360px) {
  .section .wrapper .sidebar img{
    width:100% !important;
  }
  .section .wrapper .blog-post .post-item{
    padding:0 !important;
    width:80% !important;
  }


}

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

  .res-cont{
    width: 100% !important;

  }
  .res-cont .row-fluid-wrapper {
    float: left;
    width: 100%;
    padding:0 3%;
  }
  .res-cont .row-fluid-wrapper img{
    padding:0 10%;
  }    

}




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

  .step1 .layout-widget-wrapper {
    height: 154px !important;
    padding: 25px !important;
    width: 158px !important;
  }

  .step1 .layout-widget-wrapper h1 {
    font-size: 34px;
    font-weight: bold;
    line-height: 38px;

  }
  /****--blog--by rajbir***/
  .section .wrapper .blog-post .post-item{
    padding:0 !important;
    width:80% !important;
  }


}


@media screen and (min-device-width : 768px) and (max-device-width : 906px){

  .custom-menu-primary ul li {
    display: inline-block;
    float:none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
  }


}



@media screen and (min-width: 860px) {
  .step2 .layout-widget-wrapper, .step4 .layout-widget-wrapper{
    float:right !important;
  }
  .step1 .cell-wrapper.layout-widget-wrapper:after{
    z-index:-1 !important;   
  }
}


.st-left img{

  position: absolute;
  right: 0;
  top: 14px;
}

.st-right img{

  position: absolute;
  left: 0;
  top: 24px;
}


.step1-right{
  position:relative;
}

.st-left {
  padding: 0 50px 0 0 !important;
}

.st-right {
  padding: 0 0 0 18px !important;
}




.step1 .layout-widget-wrapper{
  height: 254px;
  padding: 35px;
  width: 270px;
}

.widget-type-social_sharing {
  margin-left: 30px !important;
  margin-top: 10px !important;
}




@media(max-width:1100px){

  #popup{margin-left:-235px!important;}



}






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

  .divorce-icon{padding:0px 20px;}

  /*popup styling*/

  #popup{margin-top:-116px;margin-left: -320px;}

  #popup2{margin-left: 136px;}

  #popup3{margin-top: -106px;}

  #popup4{margin-top: -150px;}

  #popup5{margin-top: -124px;margin-left: 144px;}

  #popup6{margin-left: 0px;margin-right: -74px;}

  #popup14{height: 257px;}


  .step2-pad{padding:0 15px!important;}

  /*pricing style*/

  .left ul{padding-left:15px;}

  .pad-t-100{padding-left:15px;}

  .divorce-circle1{background-size: 298px;padding: 48px 2px;} 

  .divorce-circle1 h1{max-width:255px; font-size:30px;}

  .divorce-circle2 h1{ max-width: 255px;font-size:30px;float: none!important;margin: 0 auto;padding-left: 36px;}

  .divorce-circle2{padding:48px 2px; background-size: 298px;background-position: center 0}    

  .divorce-circle3{background-size: 298px;padding: 48px 2px;} 

  .divorce-circle3 h1{max-width:255px; font-size:30px;}

  .divorce-circle4{background-size: 298px;padding: 48px 2px;background-position: center 0} 

  .divorce-circle4 h1{max-width:255px;
    padding-left: 36px;
    font-size: 30px!important;
    display: block;
    float: none;
    margin: 0 auto; 
  }

  .divorce-circle5{background-size: 298px;padding: 48px 2px;} 

  .divorce-circle5 h1{max-width:255px; font-size:30px;}

  .margin-1{margin-left:7px!important;}

  .is-border-width{margin-left:18px!important;}

  .step2-pad{padding-left:0px;}

  .steps-section .step1 .cell-wrapper.layout-widget-wrapper{padding:20px;}

  .step1{width:48%!important;}

  .step1-pad{padding-left:0px;}

  .st-right{padding:0px!important;}

  /*.step1-right{width:39%!important;}*/

  .row-fluid .step1-right{margin-left:20px;}

  .margin-t-15{margin-left:0px!important;}

  .steps-section{width:100%!important;}

  .section img{max-width:none!important;}

  .wrapper-img,.wrapper-img1{padding:0px 0px!important;}

  .st_width h1{width:386px;}

  .steps-section .step2 .cell-wrapper.layout-widget-wrapper{ margin-right: 0px; }

  .about-img img {
    width: 100%!important;
    display: block!important;
    margin: 0 auto!important;

  }

  .wrapper-img,.wrapper-img1{padding:0px 0px!important;}

  .pad-l-45 {
    padding-left: 0px!important; 
  }

  .flc-wrapper{padding:10px;}

  .steps-section .step4 .cell-wrapper.layout-widget-wrapper {
    margin-right: 0px; 
  }

  .section .blockquote {margin-top: 30px;}

  .step3-line img{margin-top:16px;}

  .block{margin-top: 27px;
    padding: 10px 10px!important;
  }

  .wrapper .main-content .block1 .text p{margin-top:10px!important;}

  .wrapper .main-content .block3 .div1{margin-left:0px!important;}

  .wrapper .main-content .item img{width:100%!important;}

  .right-text{
    width: 34%!important;
    margin-left: 36px!important;
  }
  .right-text ul li,.right-text p {font-size: 20px!important;}

  .right-text ul{margin-top:12px!important;}

  .wrapper .main-content .r-item{width:60%!important;}

  .listing-middle{max-width:940px!important;}

  .listing-middle .left{max-width:550px;}

  .margin-nt-19{overflow-x:scroll!important;}

  .pricing-table td{max-width:186px;}

  .res-logo{width:79%!important;}    

  .search-box{margin-right:0px!important;margin-left:0px!important;}

  .links ul li{padding:0 20px!important;} 

  .links h3{padding:0 47px!important;} 

  /*.res-menu{margin-right:200px;}*/

  /*.custom-menu-primary ul li{float:none!important;}*/
  /*
  .custom-menu-primary ul{float:right!important;}

  .custom-menu-primary ul li{padding:0px 0px!important;}

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{width:100%!important;}*/

  .links h3 {
    margin-left:26px!important;
    display:block;
  }

  .about{padding:0px 0px!important;margin-left:21px!important;
    display:block;}

  .links h3{padding:0px 10px!important;}

  .schedule-free{margin-top:0px;}

  .margin-nt-60{margin-bottom:-8px;}

  /*header*/
  .res-logo img{width: 75%!important;}

  .row-fluid .span6 .contact-resp{width: 87.618785%;

    margin-left: -155px!important;
  }

  .search-box{margin-top: -6px;
    float:right!important;}


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


  /*End of header*/

  /*Footer*/

  .footer h3{font-size:21px!important;}

  .footer-pad{padding:0px 11px;}

  /*End of footer*/

  /*client page*/
  .wrapper .main-content .block1 .border{text-align: center!important;
    float: none!important;
    margin: 0 auto!important;width:200px!important;}

  .wrapper .main-content .block3 .div1{padding-left: 20px!important;
    padding-top: 20px!important;margin-top: 20px;}

  .wrapper .main-content .block3 .div2{margin-top: 20px;}

  .wrapper .main-content .block1 .text{padding-left:0px;float: none;
    margin: 0 auto!important;
    display: block!important;}

  /*End of client page*/


  /*divorce mediation page*/
  .steps-section .step1 .cell-wrapper.layout-widget-wrapper:after{background-image:none!important;}

  .steps-section .step2 .cell-wrapper.layout-widget-wrapper:after{left:68px!important;}

  .steps-section .step3 .cell-wrapper.layout-widget-wrapper:after{right:59px!important;}

  .steps-section .step4 .cell-wrapper.layout-widget-wrapper:after{left:68px!important;}

  .steps-section .step5 .cell-wrapper.layout-widget-wrapper:after{right:63px!important;}

  /*end of divorce mediation*/


  /*home page*/

  .blue-block h1{padding:0px!important;}

  .header-wrapper, .body-blocks, .body-inner-img{padding:0px 0px!important;}



}
/*

@media(max-width:800px){

.margin-1{margin-left:7px!important;}

.is-border-width{margin-left:18px!important;}

.step2-pad{padding-left:0px;}

.steps-section .step1 .cell-wrapper.layout-widget-wrapper{padding:20px;}


.step1{width:48%!important;}

.step1-pad{padding-left:0px;}

.st-right{padding:0px!important;}

.step1-right{width:39%!important;}

.st_width h1{width:386px;}

.steps-section{width:100%!important;}

.margin-t-15{margin-left:0px!important;}

.row-fluid .step1-right{margin-left:20px;}


}*/


@media(min-width:800px) and (max-width:1100px){

  .wrapper .main-content .block1 .text{padding-left:0px!important;float: none;
    margin: 0 auto!important;
    display: block!important;}

  .row-fluid .span6 .contact-resp{width: 87.618785%;margin-left: -167px!important;
  }

  #popup5{margin-left: 112px;}


}





@media(max-width:767px){

  .divorce-pad{padding:0 15px;}


  .divorce-circle1{background-size: 268px;background-position: center;margin-left: auto!important;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;max-width:275px;} 



  .divorce-circle1 h1{ font-size:35px!important;padding-right:24px;max-width:234px;float: none;display: block;margin: 0 auto;line-height: 40px;padding-top: 20px;}


  .divorce-circle2{ background-size: 268px;background-position: center;margin-left: auto!important;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;max-width:275px;}   


  .divorce-circle2 h1{padding-left: 24px;
    font-size:35px!important;
    max-width:234px;
    float:none!important;
    display: block;
    margin: 0 auto;
    line-height: 40px;
    padding-top: 20px;

  }

  .divorce-circle3{background-size: 268px;background-position: center;margin-left: auto!important;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;max-width:275px;} 

  .divorce-circle3 h1{ font-size:35px!important;padding-right:24px;max-width: 234px;float: none;display: block;margin: 0 auto;line-height: 40px;
    padding-top: 20px;}

  .divorce-circle4{background-size: 268px;background-position: center;margin-left: auto!important;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;max-width:275px;} 

  .divorce-circle4 h1{font-size: 35px!important;padding-left:24px;max-width:234px;float: none;display: block;margin: 0 auto;line-height: 40px;
    padding-top: 20px;}

  .divorce-circle5{background-size: 268px;background-position: center;margin-left: auto!important;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;max-width:275px;} 

  .divorce-circle5 h1{ font-size:35px!important;padding-right:24px;max-width: 234px;float: none;display: block;margin: 0 auto;line-height: 40px;
    padding-top: 20px;}

  .divorce-center img{display: block;float: none!important;margin: 0 auto;text-align: center;}

  .step2-pad{padding-left:0px;}

  .mob-center{text-align:center!important;}

  .step1-pad{padding-left:0px;}

  .content-section{padding:0px 0px;}

  .save-right{padding-left:0px;}
  .save-right{padding-left:0px;}

  .save-left{padding-left:0px;}

  .st-right{padding:0 0 0 0!important;}

  .st_width h1{width:269px;}

  .is-border-width{display: block!important;
    margin: 0 auto!important;}

  .steps-section .step4 .cell-wrapper.layout-widget-wrapper{margin-right:0px;}   

  .steps-section .step1 .cell-wrapper.layout-widget-wrapper{margin-right:0px;}   
  .steps-section .step2 .cell-wrapper.layout-widget-wrapper{margin-right:0px;}   
  .steps-section .step3 .cell-wrapper.layout-widget-wrapper{margin-right:0px;}   

  .steps-section .step5 .cell-wrapper.layout-widget-wrapper{margin-right:0px;}   

  .top{margin-top:20px!important;}

  .about-img img {width:100%!important;display: block!important;
    margin: 0 auto!important;
  }

  .section-icons img{ 
    margin: 0 auto!important;
    display: block!important;
  }
  .margin-1 h3{margin-top: 10px!important; }

  .pad-b-160 { padding-bottom: 30px;}

  .section .blockquote {margin-top: 30px;}

  .num-img{margin-top: 36px;}

  .line-img{margin-left: 209px!important;
    margin-top: -16px!important;
  }

  .circle{max-width:48%;margin-left:-19px!important;}



  .pad-0{padding:0 0px!important;}

  /* .line1{margin-left: -226px!important;}*/

  .section-icons{margin-top: 15px;}


  .section img{max-width:none!important;   }

  .pad-l-45{padding-left:0px;}

  .container-body .top-section{width:90%;}

  .flc-wrapper{padding:10px;}

  .r-pad-b-10{padding-bottom:10px!important;}
  .r-pad-b-50{padding-bottom:50px}

  .container-body .top-section .span6.widget-span.widget-type-cell{display:block;
    margin:0px;}

  .wrapper-img,.wrapper-img1{padding:0px 0px!important;}

  .block{margin-top: 27px;
    padding: 10px 10px!important;
  }

  .right-text p,.right-text ul li{margin-left:0px!important;}

  .wrapper .main-content .block1 .text p{margin-top:10px!important;}

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

  .pricing-border{
    max-width:200px!important;display:block!important;float:none!important;margin:0 auto!important;}

  .pricing-head{margin-top:20px!important;}

  .pricing-table td{max-width:186px;}

  .margin-nt-19{overflow-x:scroll!important;}

  .subscrribe{margin-top:20px!important;}  

  .search-box{display:none!important;}

  .social-icons{display:none!important;}

  .links ul li{padding:0 20px!important;}    

  .links h3{padding:0 0px!important;display:block;margin-left:12px!important;} 

  .about{padding:0px 0px!important;margin:0px 0px!important;}

  .res-menu{display:none!important;}

  .links{max-width:210px;}

  .schedule-free{margin-top:0px;}

  .privacy-policy-color{font-size: 13px!important;
    padding:15px;margin-bottom:0px!important;}

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{background-color:transparent!important;}

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{border-left:none!important;border-right:none!important;border-bottom:none!important;}

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{border-top:none!important;}

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:first-child a{
    border-left:1px solid #c3c3c3!important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{border-left:none!important;}

  /*popup*/

  #popup {
    margin-top: -109px;
    margin-left: -3px!important;
    padding: 26px;
    height: 102px;
    width: 214px;
  }
  #popup2{height: 162px;margin-left:0px;margin-top: -47px!important;margin-right:10px;}

  #popup3{height: 162px;;margin-left:0px;}

  #popup4{height: 102px;margin-left:0px;margin-top: -149px!important;margin-right:10px;}

  #popup5{height: 102px;margin-left:0px;margin-top: -125px!important;margin-right:10px;}

  #popup6{height: 102px;margin-left:0px;}

  #popup7{height: 160px;}

  #popup14{height: 446px;}

  /*end of popup*/

  /*footer*/

  .footer h3{margin-top: 20px!important;}

  .footer-pad{padding:0px 11px;}

  /*End of footer*/


  /*about*/

  .our-team{float:none!important;margin:0 auto!important;display:block!important;}

  /*end of about page*/

  /*mobile child menu*/
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{display:none!important;}

  a.child-trigger span, a.child-trigger span:after{display:none;}

  /*end of mobile child menu*/

  /*client-page*/
  .wrapper .main-content .block1 .border{text-align: center!important;
    float: none!important;
    margin: 0 auto!important;width:200px}

  .wrapper .main-content .block3 .div1{padding-left: 20px!important;
    padding-top: 20px!important;margin-top: 20px;}

  .wrapper .main-content .block3 .div2{margin-top: 20px;}

  .r-item{display:block!important;float:none!important;margin:0 auto!important;}

  .client-testimonials .client-img img{max-width: 200px!important;}

  /*end 0f client page*/

  /*Divorce mediation page*/

  .step2-img{margin-left:0px!important;text-align: -webkit-auto;}

  .circle1{float:none!important;}

  .steps-section .step2 .cell-wrapper.layout-widget-wrapper{margin-left:37px;}

  .steps-section .step4 .cell-wrapper.layout-widget-wrapper{margin-left:37px;}

  .step3-line img{margin-top:16px!important;}

  .circle-center{float:none!important;display:block!important;margin:0 auto!important;}

  /*End of Divorce mediation page*/

  .right-text ul{padding-left:20px;}

  .right-text p{padding-left:20px;}

  .item{padding:0px 20px!important;}

  .wrapper .main-content .block4 h1{margin-bottom:20px!important;}


  .about-pad{padding-left: 15px;
    padding-right: 15px;}

  /*Home Page Styling*/

  .blue-block h1{ padding: 0px!important; }

  .body-blocks{display:block;float:none!important;margin:0 auto;}

  .home-slider h1{float:none;font-size:15px;}

  .body-inner-img{max-width:100%;margin:0 auto;}


  .circle1{margin-top: -287px;}






}



.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper
{
  opacity: 1;
  visibility: visible;
  text-align: center;
  display: inherit;
}


@media(max-width: 767px){
  p{
    font-size:16px;
  } 
}


