@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

/***********************************************/
/* 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    */
/*****************************************/

.rchilli-career-bg{background:#f8f8f8;}


.spacing-module{padding:30px 0px 10px 0px;}

.enterprises-section{background:#fff1d7;}

.RChilli-AI{background:#001521; padding:20px;}

.oracle-event-text {
    background: #fff;
    padding: 23px 20px;
    margin: 56px 0px;
    border-radius: 13px;
}

.hr-event{background:#7243d4;margin-top:-114px !important;}


.hr-tech-event-2023{
    background-image: url(https://2475003.fs1.hubspotusercontent-na1.net/hubfs/2475003/RChilli_2022/images/hr-tech-event-2023.jpg);
    background-position: center;
    text-align: center;
    background-repeat: no-repeat;
  padding:30px 0px;
}

.oracle-cloudworld-24{
    background-image: url(https://2475003.fs1.hubspotusercontent-na1.net/hubfs/2475003/RChilli_2022/images/Oracle-Cloudworld-2024.jpg);
    background-position: center;
    text-align: center;
    background-repeat: no-repeat;
  padding:30px 0px;
}


.hr-tech2023{background:#000;}

.available-on{border:0px solid #ccc;padding:0px 80px;margin:0px 0px;background:#6b919e;}

.hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    float: left;
    width: 100%;
}

.webinar-july .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field{    float: left;
    width: 50% !important;}

.data-migration-oracle-hcm{background:#3f3d55;}

.data-reprocessing{background:#fcf5f5;}

.ascend-bg{background: #fff8e0;}

.multilingual-parser{border: 1px solid #c1c1c1; padding: 20px 30px; background: #fff; border-radius: 8px;margin-top:30px;}

.social-icons p {
    float: left;
  margin-left:8px;
}

.social-icons .fa.fa-facebook {
    float: left;
    margin: 5px 0px 0px 0px;
}

.social-icons p {
    float: left;
}

.right-content-module{padding:20px;}

.resume-parser-ats-outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.resume-parser-ats-inner {
    background: #eee;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 #cbcaca;
    flex: 0 0 48%;
    margin: 15px 0;
    overflow: hidden;
}

.parse-match-enrich-section{margin-bottom:39px; padding-bottom:20px;}



.language-section-api {
    background-image: url(https://2475003.fs1.hubspotusercontent-na1.net/hubfs/2475003/RChilli_2022/images/language-globe.png);
    background-position: center;
    text-align: center;
    background-color:#00968b;
    background-repeat: no-repeat;
  margin-bottom:30px;
}

.trusted-partner-ats {
    background-image: url(https://2475003.fs1.hubspotusercontent-na1.net/hubfs/2475003/RChilli_2022/images/ats-api.png);
    background-position: center;
    text-align: center;
    background-color:#00968b;
    background-repeat: no-repeat;
}


.trusted-partner-job {
    background-image: url(https://2475003.fs1.hubspotusercontent-na1.net/hubfs/2475003/RChilli_2022/images/job.png);
    background-position: center;
    text-align: center;
    background-color:#00968b;
    background-repeat: no-repeat;
}


.trusted-partner-staffing {
    background-image: url(https://2475003.fs1.hubspotusercontent-na1.net/hubfs/2475003/RChilli_2022/images/ats-api.png);
    background-position: center;
    text-align: center;
   background-color:#00968b;
    background-repeat: no-repeat;
}

.trusted-partner-ats {
    float: left;
    width: 100%;
    padding: 8px 0px 32px 0px;
    border-radius: 11px;
    height:290px;
}

.trusted-partner-enterprises {
    background-image: url(https://2475003.fs1.hubspotusercontent-na1.net/hubfs/2475003/RChilli_2022/images/job.png);
    background-position: center;
    text-align: center;
   background-color:#00968b;
    background-repeat: no-repeat;
}

.trusted-partner-enterprises {
    float: left;
    width: 100%;
    padding: 8px 0px 32px 0px;
    border-radius: 11px;
    height:290px;
}

.trusted-partner-staffing {
    float: left;
    width: 100%;
    padding: 8px 0px 32px 0px;
    border-radius: 11px;
   height:290px;
}
.trusted-partner-job {
    float: left;
    width: 100%;
    padding: 8px 0px 32px 0px;
    border-radius: 11px;
   height:290px;
}

.resume-parser-api {
    background: #f6f6f6;
}


.Resume-Parser-Benefits{margin-top:-109px; padding-bottom:50px;}

.Resume-Parser-Benefits-Inner {
    background: #3f3d55;
    padding: 40px;
    text-align:center;
}

.grtsept{ background: #1f968f;padding:40px 0px;}

.footer-top-cta-grey {
    background: #e8e8e8;
    background: 
    padding: 30px;
    text-align: center;
  margin-top:90px;
}

.oracle-bg {
    box-shadow: rgb(0 0 0 / 12%) 0px 3px 10px 1px;
    margin-top: 50px;
    padding-left: 22px;
    margin-bottom: 64px;
}

.partner_page_outline {
    width: 100%;
    outline: 1px solid #ccc;
    margin-top: 50px;
}

.partner_page_outline_last {
    width: 100%;
    outline: 1px solid #ccc;
    margin-top: 50px;
  margin-bottom: 50px;
}

.growfast-case-study a {
  color: #111111;
text-decoration:none;}

.growfast-case-study a:hover {
  color: #c3262c;
text-decoration:none;}

img{
    height:auto;
}

body { 
    padding: 0;
    margin: 0;
     font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    color: #000000;
}

p, li {
    font-size: 1rem;
    line-height: 1.5;
}
div#hs-eu-policy-wording h2 {
    font-size: 20px;
}
.footer-top-cta {
    background: rgb(0,126,93);
    background: linear-gradient(90deg, rgba(0,126,93,1) 0%, rgba(74,120,181,1) 100%);
    padding:20px;
    text-align:center;
}
div#hs-eu-policy-wording, div#hs-eu-policy-wording * {
    margin-bottom: 0px !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    margin: 0px !important;
}
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    float: right;
    margin-top: -50px !important;
}
a.text-white {
    color: #fff!important;
    text-decoration: none;
}
a.text-white:hover {
    text-decoration: underline;
}
.section.post-header p {
    padding-top: 40px;
}
ul.social {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style:none;
}
.sol-banner .span6.right-image-banner img, .sol-banner .span5 .right-image-banner{
    max-width:100% !Important; 
}
.blog-subscribe h3{
 margin-top:0px; 
}

.blog-search {
    padding-top: 40px;
}
.blog-subscribe input.hs-button.primary.large {
    background: #3b7e5d;
    border: 0px;
    color: #fff;
    padding: 10px 15px;
    margin-top: 5px;
}
span.no-display {
    display: none;
}
.social li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}
.social a {
    font-size: 22px;
}
.white-paper .case-studyinnerimage {
    min-height: 180px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
span.text-red {
    color: #bf232d;
}
h4.fast-facts.mt-5 {
    max-width: 480px;
    margin: 0 auto;
    float: none;
    text-align: center;
}
h4.fast-facts.mt-5 {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.7;
}
.lang-switch {
    padding-top: 20px;
}

.blog-comment  ul.no-list.hs-error-msgs.inputs-list {
    list-style: none;
    padding-left: 0px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
}
.blog-comment input.hs-button.primary {
    background: #3b7e5d;
    border: 0px;
    color: #fff;
    padding: 12px 30px;
    margin-top: 20px;
    font-size: 16px;
    cursor: pointer;
}
.bullet-points ul {
    padding-left: 0px;
}
.bullet-points .trusted-partners .case-study-body li {
    position: relative;
    padding-left: 15px;
}
.bullet-points .trusted-partners .case-study-body li:before {
    content: "";
    background: #000;
    padding: 3px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 25px; 
}
.blog-post-stick .row-fluid-wrapper.row-depth-1.row-number-2{
    position: sticky;
    top: 10px;
}
ul.no-list.hs-error-msgs.inputs-list {
    list-style: none;
    padding-left: 0px;
    margin-top: 0px;
}
.form-box .input input {
    padding: 15px 10px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #000;
}
.form-box h3 {
    font-size: 26px !important;
    font-weight: bold !important;
}
.form-box input.hs-button.primary.large {
    line-height: 1.5em;
    border: 2px solid #4a78b5;
    color: #fff;
    margin-top: 20px;
    transition: 100ms ease-in-out;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 35px;
    border-radius: 4px;
    width: auto;
    font-size: 16px;
    background: #4a78b5;
}
.form-box label {
    color: #000;
    padding-bottom: 2px;
    display: inline-block;
}
.hs-banner-area-custom-module img {
    width: 100%;
    object-fit: cover;
  margin:0px;
}

.form-box .hs-form-field {
    padding-bottom: 10px;
}
.form-box .input textarea {
    padding: 15px 10px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #000;
  min-height:100px;
}
.blog-comment .hs-form-field>label {
    padding-bottom: 5px;
    display: inline-block;
}
.blog-comment input {
    border: 1px solid #ccc;
    min-height: 40px;
}
.blog-comment textarea {
    max-width: 100% !important;
    width: 98% !important;
    min-height: 180px;
    border: 1px solid #ccc;
}
.blog-comment fieldset {
    max-width: 100% !important;
    padding: 10px 0px !important;
}
.logo-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.globe_class:after {
    content: ' ';
    background-image: url(https://www.molocoads.com/hubfs/Polygon.png);
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 22px;
    right: -15px;
}

.jouneyabout-outer .page-center>div>div {
    display: flex;
    flex-wrap: wrap;
}

.lang_list_class:after, .lang_list_class:before{
 display:none; 
}
ul.lang_list_class li:first-child {
    display: none;
}
.lang_list_class li:nth-child(2) {
    padding-top: 10px;
}
.globe_class {
    background-image: none;
    width: 100%;
    height: 100%;
    padding-top: 13px;
}
.lang_list_class li {
    border: 0px !important;
    font-size: 13px;
    padding: 0px !important;
}

.lang_list_class li a:hover {
    color: #007e5d !important;
    background-color: rgb(248, 248, 248);
}
.lang_list_class li a {
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
    padding: 18px 14px;
    font-weight: 600;
    color: #333333;
    display: block;
      border-bottom: 1px solid #e9ecef;
}
.globe_class:before {
     font-size: 15px;
    font-weight: 600;
    color: #333333;
}
.globe_class.en-us:before,.globe_class.en:before {
  content: "En";
}
.globe_class.de:before {
  content: "De";
}
.globe_class.es:before {
  content: "Es";
}
.globe_class.fr:before {
  content: "Fr";
}
.globe_class.pt:before {
  content: "Pt";
}

.blog-pagination > div {
    display: inline-block;
    margin: 0 0 0 -4px;
}
.blog-pagination {
    text-align: center;
    margin-top: 40px;
}
.blog-pagination a.active,.blog-pagination a:hover {
    background-color: #007e5d;
    color: #fff;
    cursor: default;
    outline: 0 none;
}
.blog-pagination a {
    border: 1px solid #ddd;
    border-left-width: 0;
    float: left;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    line-height: 18px;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: capitalize;
    color: #007e5d;
}

.journey-section2 .page-center {
    background: #fff;
    margin-top: 40px;
    border-radius: 2px;
}
.top-journey-text p {
    color: #242424;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 0px 20px 0px;
    font-weight: 500;
}

.journey-video-text {
    background: #F6F4F4;
    padding: 20px;
}
.journey-video-text h2 {
    color: #183B6D;
    font-size: 24px;
    margin: 0px;
}
.journey-video-text>div>div {
    display: flex;
    flex-wrap: wrap;
}
.journey-video-text-right {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}
.journey-video-text-right img {
    border-radius: 5px;
}
.journey-video-text-right p {
    color: #6D6D6D;
    font-size: 14px;
    margin-bottom: 0px;
}


.journey-video-text-left {
    border-radius: 10px;
    overflow: hidden;
}

.journey-video-text h5 {
    font-size: 16px;
    margin: 0px;
    color: #626262;
    font-weight: 500;
    padding-top: 10px;
}
.journey-video-text {
    background: #F6F4F4;
    padding: 20px;
    margin: 20px 0px;
}
.logoInner {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding-right: 15px;
    padding-left: 15px;
}
.journey-quote {
    text-align: center;
    padding: 20px 0px;
}

.journey-quote p {
    color: #424242;
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
}


.journey-quote h3 {
    font-size: 26px;
    text-transform: uppercase;
    max-width: 835px;
    margin: 0 auto;
    padding: 40px 20px 60px 20px;
    line-height: 1.5;
    position: relative;
    background-image: url(https://pages.rchilli.com/hubfs/Layer%2056@1X_1.png);
    background-repeat: no-repeat;
}

.journey-quote h3:before {
    content: "";
    background-image: url(https://pages.rchilli.com/hubfs/CompositeLayer@1X_2.png);
    position: absolute;
    width: 100%;
    height: 100%;
    left: -40px;
    background-repeat: no-repeat;
    background-position: bottom left;
    top:0;
}

.journey-quote h3:after {
    content: "";
    background-image: url(https://pages.rchilli.com/hubfs/CompositeLayer@1X_4.png);
    position: absolute;
    width: 100%;
    height: 100%;
    right: -40px;
    background-repeat: no-repeat;
    background-position: top right;
    top: 0;
}

.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: 9999 !important; 
    left: 0;
}

.logoInner img {
/*     width: 200px; */
    padding: 25px 0px;
    height: 100px !important;
}
.logo-mod {
    background: #ebebeb;
}
.footer-top-content a {
    color: #fff;
    text-decoration: none;
}
.footer-top-content a:hover {
    text-decoration: underline;
}
.footer-top-cta1 {
    background: #007e5d;
}
.image-text-wrap {
    padding: 80px 0px;
}
.content h2 {
    margin-bottom: 0px;
    margin-bottom: 10px;
}
.content p {
    line-height: 1.7;
    font-size: 1.25rem;
    margin-top: 20px;
}

.core-section2 {
    padding: 40px 0px;
    text-align: center;
    background: #fff;
}

.core-section2 p {
    max-width: 880px;
    margin: 0 auto;
}
.core-section2 h5 {
    color: #222222;
    border-top: 6px solid #377657;
    max-width: 900px;
    margin: 30px auto 0px auto;
    padding: 20px 0px;
    background: #fff;
}
.core-section3-right p {
    margin-bottom: 0px;
    font-size: 14px;
}
.core-section2 h5 span {
    color: #377657;
    font-weight: 800;
}
.core-section4-header h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #000;
}
.core-section4 .bc-image-grid-item {
    flex-basis: 18%;
    text-align: center;
}
.core-section3 {
    background: #F5F5F5;
  padding:40px 0px
}
.core-section4{
    background: #fff;
  padding:40px 0px
}

.core-section3 .page-center>div>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.core-section3-right {
    background: #fff;
    padding: 20px 20px;
    margin: 5px 0px;
    border-radius: 5px;
}
.core-section3-right h2 {
    color: #006349;
    font-size: 19px;
    text-transform: uppercase;
  margin:0px;
}

.core-section2 h2 {
    font-size: 50px;
    text-transform: uppercase;
    color: #000;
    margin: 0px;
}
.core-section2 h4 {
    color: #007657;
    font-size: 30px;
    margin: 20px 0px;
}

a#cta_button_2475003_161bbcf2-2f6e-45e2-a833-f4b7df1d9fb9:hover, a#cta_button_2475003_bafdc638-9e04-461d-9d78-efd5dc549b15:hover,
a#cta_button_2475003_0a8433c3-0678-4b35-9cbc-c82d4147b962:hover{
    background-color: #dfefeb;
    border: 2px solid #007e5d;
    color: #007e5d;
}
.cta-content {
    max-width: 190px;
    text-align: center;
}
.cta-content1{
    max-width:100%; 
}
.image-content img {
    height: auto;
    width: auto !important;
/*     max-width: 350px !important; */
    margin: 0 auto !important;
    float: none !important;
}
.image-content {
    text-align: center;
}
.image-content1 img{
    max-width:100% !important;
}
.image-text-wrap1 {
    background: #d1f0e731;
    padding:50px  0px;
}
.form-wrap {
    padding: 50px 0px;
    text-align: center;
  margin-bottom:50px;
}

.form-wrapper {
    padding: 28px 0px 0px 0px;
    text-align: center;
  margin-bottom:55px;
  box-shadow:0px 0px 4px #a9a9a9;
  
}
.form-content {
    max-width: 500px;
    margin: 0 auto !important;
    float: none !important;
    text-align:left;
}
.form-content h3 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align:center
}
.form-content .hs-form-field span {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 600;
}
.form-content input {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 50px;
    border: 1px solid #444;
    margin-bottom: 20px;
}
.form-content input.hs-button.primary.large {
    background: #007e5d;
    border: 1px solid #007e5d;
    color: #fff;
    transition: 100ms ease-in-out;
    max-width: 250px;
    font-weight: 700;
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 4px;
    width: auto;
    font-size: 1.25rem;
    height: 60px !important;
    cursor: pointer;
    margin-top: 40px;
}
.form-content input.hs-button.primary.large:hover{
  background-color: #01644a;
}
.cust-wrap {
    padding: 50px 0px;
    background: #d1f0e731;
}

.header-wrap .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child {
/*     background: #007e5d;
    color: #fff;
    border-radius: 4px;
    margin-top: 5px; */
}
.header-wrap .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a {
/*     color: #fff;
    padding: 12px 15px; */
} 
/*
.header-wrap .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2){
    background: #007e5d;
    color: #fff;
    border-radius: 4px;
    margin-top: 5px;
      margin-right: 10px;
}
.header-wrap .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:nth-last-child(2) a {
    color: #fff;
    padding: 12px 15px;
} 
*/

body div#google_translate_element {
    padding-top: 0px !important;
}

.header {
    text-align: center;
    padding-bottom: 40px;
}
.header span {
    font-size: 2.5rem;
    font-weight: 700;
}
.cust-group {
    max-width: 900px;
    width: 100%;
    margin: 0 auto !important;
    float: none !important;
}
.cust-image img {

}
.cust-image {
/*     max-width: 75%; */
    width: 100%;
    margin: 0 auto 20px !important;
    float: none !important;
    
}
.cust-cont p {
    font-size: 1.15rem;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1rem;
}
.cta a {
    color: #007bff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
}
p.cta {
    padding: 25px 50px 0px;
    margin: 0px;
}
.solution-header div#hs_cos_wrapper_module_16022498775791203, .solution-header h2 {
    margin-bottom: 0px !important;
}
.cta a:hover{
    text-decoration:underline; 
}

.text-green {
    color: #007e5d;
}
.home-banner .case-study-banner h1 {
    font-size: 3.4rem;
} 
.trusted-partners  h3 {
    margin-top: 0;
} 

.solution-header{
 text-align:center; 
}
p#hubspot-topic_data a {
    color: #000;
    text-decoration: none;
      font-size: 14px;
}
.trusted-partners .case-study-body ul.blue-list li:before {
  color: #4a78b5;  
}
.trusted-partners .case-study-body ul.red-list li:before {
  color: #bf232d;  
}
.trusted-partners .case-study-body ul.yellow-list li:before {
  color: #f9a826;  
}
.bg-light-red .form-content input.hs-button.primary.large {
    background: #bf232d;
  border: 1px solid #bf232d;
}

.bg-light-yellow .form-content input.hs-button.primary.large {
    background: #f9a826;
  border: 1px solid #f9a826;
}

.bg-light-yellow {
    background-color: rgb(255 244 226);
}

.redact-template {
    background: #f3f3f3;
    padding-top: 50px;
   padding-bottom: 30px;
}


.card-body-image img {
    border-radius: 50%;
}
.bg-yellow {
    background-color: #f9a826;
}
.bg-red {
  background: #bf232d;
}
.bg-white{
   background: #fff;
}
.bg-blue{
  background: #4a78b5;
}
.bg-light-red {
    background-color: rgb(239 200 202 / 19%);
}

.trusted-partners .case-study-body li {
    list-style:none;
    padding-top: 15px;
    list-style: none;
    font-size: 1.15rem;
}
.trusted-partners .case-studyinnercard:hover .case-footer a {
    text-decoration: underline;
}
.trusted-partners .case-studyinnercard {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.trusted-partners  .case-study-body p {
    margin: 0;
    font-size: 1.15rem;
}
.blog-banner-content .post-item, .blog-main-content .post-item:first-child{
    display: none;
}
.blog-banner-content .post-item:first-child{
    display: flex !important;
    align-items: center;
}
.blog-banner {
    background: #f9a826;
    padding: 50px 0px;
    position:relative;
}
.blog-banner p#hubspot-topic_data {
    border-bottom: 4px solid #007e5d;
    display: inline-block;
    font-size: 1.3rem;
}
.blog-banner a.topic-link {
    color: #3f3d55;
    font-weight: 700!important;
    text-decoration: none;
}
.blog-banner .post-header h2 a {
    font-size: 3.5rem;
    text-decoration: none;
    color: #3f3d55;
}
.blog-banner .post-header {
    max-width: 650px;
    width: 100%;
    float: left;
}
.blog-banner .post-header, .blog-banner .clearfix {
    max-width: 50%;
    flex: 0 0 50%;
}
.blog-banner .hs-featured-image-wrapper {
    position: absolute;
    right: 0;
    top: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 0;
    padding: 300px;
}
.blog-banner div#hubspot-author_data, a.author-link {
    color: #3f3d55 !important;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.25rem;
}
.cust-image>div
{
  transition:all .2 ease;
}
.cust-image>div:hover
{
  transform: scale(1.1);
}
.blog-banner a.more-link {
    background: #007e5d;
    border: 1px solid #007e5d;
    color: #fff;
    transition: 100ms ease-in-out;
    font-weight: 700;
    text-decoration: none;
    padding: 18px 35px;
    border-radius: 4px;
    width: auto;
    font-size: 1.25rem;
    margin: 30px 0px 0px;
    display: inline-block;
}
.blog-banner a.more-link:hover {
    background-color: #01644a;
}
.blog-main-content .post-listing {
    display: flex;
    flex-wrap: wrap;
}
.blog-main-content .post-item {
    display: block !important;
    max-width: 30%;
    flex: 0 0 30%;
    margin: 0px 20px 20px;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    background: #fff;
    position: relative;
    min-height:600px;
}
.blog-main-content {
    background: #fbfcfc;
    padding: 20px 0px 50px 0px;
}
span.blog-header__author-avatar {
    width: 100px;
    height: 100px;
    display: block;
    background-position: center;
    border-radius: 50%;
    background-size: contain;
      float: left;
    margin-right: 20px;
}

.blog-main-content .hs-featured-image-wrapper {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    min-height: 214px;
    border-bottom: 7px solid #007e5d;
}
.blog-main-content .post-header {
    padding: 0px 20px;
}
.blog-main-content .post-header h2 a, .blog-main-content .post-header h2 {
    color: #3f3d55;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 28px !important;
    padding: 10px 0px;
    margin-bottom: .5rem;
    margin-top: 0;
}
.blog-main-content .post-item p {
    font-size: 1.15rem;
    line-height: 1.5;
}
.blog-main-content a.more-link {
    position: absolute;
    bottom: 10px;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    color: rgb(34, 145, 209);
    text-decoration: none;
    margin:20px 0px 0px;
}
.blog-main-content .post-item:hover a.more-link{
    text-decoration:underline; 
}
.blog-banner-content .content p {
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 700;
    margin: 20px 0px 0px;
}
.blog-post-content .post-header h1 {
    font-size: 2.5rem;
    color: #3f3d55;
    font-weight: 600;
}
.blog-post-content .post-header p {
    font-size: 1rem;
    color: #3f3d55;
    font-weight: 600;
}
.blog-post-content .post-body p {
    line-height: 1.7;
    font-size: 1.25rem;
    margin-top: 20px;
    font-weight: normal;
}
.blog-post-content .post-body a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.blog-post-content .post-body a:hover{
    text-decoration:underline; 
}
.blog-post-cta{
    border-radius:4px; 
}
.blog-post-cta h2 {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
}
.blog-post-cont .page-center .row-fluid {
    display: flex;

}
.post-video {
    padding-top: 30px;
}

.post-outer {
    border: 1px solid #dee2e6!important;
}
.blog-post-cont h2.recent-header {
    background-color: #d1f0e731;
    padding: 10px;
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0;
}
.blog-post-cont .post-item1 {
    border-top: 1px solid #dee2e6!important;
    padding: 10px;
}
.post-body1 .post-header a {
    color: #007bff !important;
    text-decoration: none;
    background-color: transparent;
}
.post-body1 .post-header {
    padding:0px;
}
.post-item1:hover .read-more {
    text-decoration: underline;
    color: #0056b3 !important;
}
.cta-section {
    background-color: #f9f9f9;
    padding: 30px 0px 0px;
    text-align: center;
}
.cta-content1 h2 {
    margin: 0;
    font-size: 30px;
}
.cta-content1 p {
    margin: 20px 0px;
}
.formWrap div#hs_form_target_module_1639484784375253 {
    padding: 30px;
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
    border-radius: 8px;
    max-width: 1060px;
    margin: 0 auto;
    z-index: 999;
    background-color: #fff;
}
.formWrap input, .formWrap textarea {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    min-height: 45px;
    width: 90%;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #ccc !important;
}
.formWrap textarea{
    min-height: 130px;
}
.formWrap .input {
    margin-bottom: 20px;
}
.formWrap .actions {
    display: flex;
    align-items: center;
    justify-content: end;
}
.formWrap input.hs-button.primary.large {
    background-color: #c42b31;
    color: #fff;
    border: 0;
    font-size: 18px;
    padding: 10px 30px;
    width: auto;
}
.formWrap ul.inputs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.formWrap .hs-form-booleancheckbox-display input {
    min-height: 0;
}
.formWrap span {
    color: #303030;
    font-size: 20px;
    font-weight: 500;
}
.formWrap fieldset.form-columns-2 {
    max-width: 100%;
}
.formWrap fieldset.form-columns-1:nth-child(4) {
    width: 100% !important;
    max-width: 100% !important;
}
.formWrap h3#hs_cos_wrapper_module_1639484784375253_title {
    text-align: center;
    font-size: 40px;
    color: #303030;
    margin: 0;
    padding-bottom: 40px;
}
.formWrap h3 span {
    font-size: 24px !important;
}
.formWrap {
    background-image: url(https://pages.rchilli.com/hubfs/WhatsApp%20Image%202021-12-14%20at%2012.12.03%20PM.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    padding: 100px 0px;
}
.logo-wrap {
    padding: 70px 0px;
    text-align: center;
    background-color: #3dafb7a6;
    background-image: url(https://pages.rchilli.com/hubfs/Shape%2066.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.logo-wrap .header span{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.logo-wrap .header{
    padding-bottom:30px;
}
.slider-top {
    padding-bottom: 40px;
}



@media (min-width: 768px){
    h2 {
        font-size: 2.2rem;
        font-weight: 700;
    }
     h3 {
        font-size: 1.15rem;
        font-weight: 700;
    } 
     .section-text p {
        line-height: 1.7;
        font-size: 1.15rem;
        margin-top: 20px;
    }

      .h5, h5 {
        font-size: 1.25rem;
    }
    
}



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


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

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

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

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

}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }




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


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

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

@media (max-width: 767px){
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    float: right;
    margin-top: 0px !important;
}
  .case-study-body ul {
    padding-left: 0px;
  }
  
    .case-studyitem {
        display: block;
    }
    .case-studyinner {
        max-width: 100% !important;
        width: 100%!important;
        flex: 0 0 100%!important;
    }
    .case-studyinnercard {
        margin: 0 0 40px;
    }
    .page-center {
      max-width: 100% !important;
      width: auto !important;
      padding: 0 15px !important;
      margin: 0 auto !important;
      float: none !important;
    }
    .span6.right-image-banner img {
        max-width: 100% !important;
  }
  .case-study-banner h1 {
    font-size: 2.6rem;
  }
  .footer-top-content h2 {
    font-size: 22px;
}
  
  
  
  /* Variables
     ========================================================================== */

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

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

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    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
     ========================================================================== */

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


  /* Change button when menu is open */



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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 32px; /* Icon line width */
    height: 5px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #007e5d; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -10px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 10px; /* Position bottom line */
  }
  



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

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

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

  .header-wrap .hs-item-has-children>a::after {
      display: none !important; 
  }

  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
  .custom-menu-primary.js-enabled {
      position: relative;
      padding-top: 0px;
      margin: 0px 0 0px 0;
      min-height: 0px !important;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#007e5d; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > 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-wrapper > 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-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > 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-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

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

.PPC-Pages-Container { 
    max-width: 1300px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-left: auto !important;
    float: none !important;
}


.page-center { 
    max-width: 1400px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-left: auto !important;
    float: none !important;
}

.header-container-wrapper  .page-center {
  max-width: 1400px!important;
}

.page-centered { 
    max-width: 1350px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-left: auto !important;
    float: none !important;
}
 
.header-container-wrapper .page-centered{ max-width: 1400px!important;}

 
.page-center-footer { 
    max-width: 1250px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto !important;
    float: none !important;
}

.header-wrap {
  padding: 0px 0;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  background-color: #fff; 
  border-bottom: 1px solid #ccc;
}


.header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { 
    font-size: 14px;
    padding: 40px 10px 30px; 
    font-weight: 600;
    color: #333333;
    text-transform: uppercase;
}

.header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {  
    background-color: #f2f3f4;
    color: #C11E23;
}

.header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li a {  
    padding: 8px 10px 8px;  
    font-size: 12px;
}

.header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li:first-child  a{  
   padding-top:15px;
}

.header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul ul li:last-child a {  
    padding-bottom:15px;
}

.translate-code {
    padding-top: 20px;
}

.header-wrap .logo img {
    width: 150px;
    margin-top: 20px;
}

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


.header-wrap .hs-item-has-children>a::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    max-width: 100%;
    width: auto;
}

.header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li {
    padding: 0px;
    background: #fff;
}

.header-wrap ul.hs-menu-children-wrapper {
    border: 1px solid #dee2e6;
}
.header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    float: right;
    margin-top: 0px;
}

.header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(6) ul.hs-menu-children-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 430px;
    width: 430px;
    left: -160px !important;
    background: #fff;
}

.header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(6) ul.hs-menu-children-wrapper li {
    padding: 0px;
    background: #fff;
    flex: 0 0 49.5%;
    max-width: 49.5%;
    border-right: 1px solid #dee2e6!important;
}
.header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(6) ul.hs-menu-children-wrapper li:nth-child(2n+2) {
    border-right: 0px solid #dee2e6!important;
}

.header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(1) ul.hs-menu-children-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 200px;
    width: 200px;
    left: 0px !important;
    background: #fff;
}

.header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(1) ul.hs-menu-children-wrapper li {
    padding: 0px;
    background: #fff;
    flex: 0 0 100%;
    max-width: 100%;
    border-right: 1px solid #dee2e6!important;
}

.header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(1) ul.hs-menu-children-wrapper li:nth-child(2n+2) {
    border-right: 0px solid #dee2e6!important;
}



.header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li ul.hs-menu-children-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 220px;
    width: 220px;
    left: 0px !important;
    background: #fff;
}
.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: 220px !important;
    top: 0;
}

.header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li ul.hs-menu-children-wrapper li {
    padding: 0px;
    background: #fff;
    flex: 0 0 100%;
    max-width: 100%;
    border-right: 1px solid #dee2e6!important;
}

.header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li ul.hs-menu-children-wrapper li:nth-child(2n+2) {
    border-right: 0px solid #dee2e6!important;
}




.header-wrap .small,.header-wrap small {
    font-size: 13px;
    font-weight: 400;
}

.header-wrap p {
   margin:0px !important;
}

.header-wrap  .hs-menu-children-wrapper  li:hover a{
    color: #007e5d !important;
    background-color: rgb(248, 248, 248);
}


.footer-wrap {
    background-color: #3d3c49;
    padding: 3rem 25px 3rem 25px;
    margin-top: auto;
    position: relative;
}

.footer-logo img {
    max-width: 150px ;
}

.footer-wrap h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 1rem!important;
}

.footer-wrap  address, .footer-wrap p {
    color: #fff;
}

.footer-wrap address {
    margin-top: 3rem;
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

.footer-wrap ul li a {
    display: block;
    padding: .5rem 0rem !important;
    color: #fff;
  font-weight: normal;

}
.footer-menu-wrap ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-menu-wrap ul li{
    flex:0 0 50%;
}

.footer-menu-wrap .hs-menu-wrapper.hs-menu-flow-vertical>ul {
    max-width: 350px;
}
.small-footer {
    background-color: #33313f;
    padding: 15px 10px 0;
    color: #fff;
    font-size: 1rem;
    text-align: center;
  font-weight:normal!important;
}
.cust-image {
    min-height: 110px!important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.case-inner-section2 .page-center>div>div ,.image-text-flex .page-center>div>div{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.case-inner-section2.noflex .page-center>div>div {
    display: block;
    align-items: center;
    flex-wrap: wrap;
}
.image-text-flex h2{
 margin-top:0px; 
}

.section {
    padding: 25px 20px 40px;
}

.pt-5, .py-5 {
    padding-top: 3rem!important;
}

.hs-responsive-embed-wrapper {
    background-color: #eee;
    border: 2px solid #007e5d;
    border-radius: 4px !important;
    padding: 2px !important;
}

.btn-primary.orange-outline {
    background-color: #ffe7cc;
    border: 2px solid #f19c3c;
    color: #f19c3c;
}
.btn {
    font-weight: 700;
    text-decoration: none;
    padding: 18px 35px;
    border-radius: 4px;
    width: auto;
    font-size: 1.25rem;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
    color: #3f3d54;
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important;
    display: inline-block;
}
.bg-light-grey{
      background-color: #F4F7FA;
}
.bg-light-blue{
  background-color: rgb(105 157 230 / 19%);
}
.text-center,.card-body-image{
 text-align:center; 
}
.section-text h2{
  margin-top:0px;
}

.card-body{
  margin-top: 3rem!important;
}

.bg-light-green {
    background-color: #d1f0e731;
}
.max-866
{
 max-width:866px;
 margin:0 auto !important;
  float:none !important;
  padding-bottom:40px;
}


.card-body p {
    font-size: 1.10rem;
}

.card-body h5 {
    margin-bottom: 0;
}

.card-body h5+p {
    margin-top: 0;
}

@media(max-width: 1080px){ 
  
  .footer-col1.span5 {
      width: 100% !important;
      padding-bottom: 30px !important;
  }
  
  .footer-col2.span3 {
      width: 33% !important;
      margin: 0px !important;
  }
  
  .footer-col3.span4 {
      width: 63% !important;
  }
  

}
 

@media(max-width:540px){
  
  .header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(6) ul.hs-menu-children-wrapper {
    display: unset;
  }
  
}
 .footer-menu-wrap ul {
    overflow: hidden !important;
}

@media(max-width:767px){
 .footer-menu-wrap  .hs-item-has-children ul {
    display: none;
}
  .translate-code {
      padding-top: 0px !important;
  }
  
  .footer-col2.span3 {
      width: 100% !important;
      margin: 0px !important;
  }
  
  .footer-col3.span4 {
      width: 100% !important;
      padding-top: 30px !important;
  }
  
  .footer-menu-wrap ul li {
      flex: 0 0 100%;
  }
  
  
  .iframe_wrapper {
      padding-top: 0px;
  }
  
 .journey-video-text{
   padding:10px;
  }
 .journey-quote h3 {
    font-size: 20px;
  }
  .journey-banner h1 {
    text-align: center !important;
}
  .journey-quote h3:before {   
    left: 0px;
  }
  .journey-quote h3:after{
   right:0px;    
  }
  .journey-about-inner {
    text-align: center;
    padding: 40px 20px;
  }
a#cta_button_2475003_4a2ecef8-cf92-4af3-82a9-88bc0fb063ee {
    padding: 10px 20px;
}
  .journey-video-text-right {
    text-align: center;
}
  .journey-video-text h2 {
    color: #183B6D;
    font-size: 20px;
    margin: 0px;
    padding-top: 20px;
}
  .journey-video-text h5 br {
    display: none;
}
  .journey-banner h1 {
    font-size: 30px;
  }
  .journey-video-text>div>div {
    display: block;
}.journey-video-text-left {
    padding-bottom: 20px;
}
  .journey-banner {
    background-position: 93% 100%;
}
  .journey-bannerbottom h2 {
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 34px !important;
    padding-bottom: 30px;
}
.footer-menu-wrap ul {
    display: block;
    flex-wrap: wrap;
}
  .core-section2 h2 {
    font-size: 36px;
  }
  .core-section3-right h2 {   
    font-size: 16px;  
}
  .core-section4-header h2 {   
    font-size: 24px;  
}
  .core-section4 .bc-image-grid-item {
    flex-basis: 42%;
    margin: 4%;
    text-align: center;
}
.header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 13px;
    padding: 0px 10px;
    font-weight: 600;
    color: #333;
    display: flex !important;
    flex-wrap: wrap;
      align-items: center;
}
  
  .header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li ul.hs-menu-children-wrapper { 
      max-width: 100%;
      width: 100%; 
  }
  
  .header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(6) ul.hs-menu-children-wrapper li {
      flex: 0 0 100%;
      max-width: 100%;
  }

  .header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(1) ul.hs-menu-children-wrapper { 
      max-width: 100%;
      width: 100%; 
  }
  
  .header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li ul.hs-menu-children-wrapper li {
      flex: 0 0 100%;
      max-width: 100%;
  }

  .header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(1) ul.hs-menu-children-wrapper li {
      flex: 0 0 100%;
      max-width: 100%;
  }

  .header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(6) ul.hs-menu-children-wrapper { 
      max-width: 100%;
      width: 100%;
      left: 0px !important; 
  }
  
  
   .case-study-banner {
      padding: 50px 20px;
      display: block;
      width: auto;
  }
  
  .span6.right-image-banner {
    padding-top: 50px;
  }
  .case-inner-section2 .page-center>div>div {
    display: block;
  }
  
  .section-texttight,.section-imageright{
   padding-top:40px; 
  }
 .home-banner .case-study-banner h1, .home-banner .case-study-banner span {
    font-size: 28px !important;   
}
  .header-wrap .logo img {
    width: 130px;
}
  h4.fast-facts.mt-5 {
    font-size: 1rem;
}
  h4.fast-facts.mt-5 {
    max-width: 100%;
}
  .logo-outer {
    margin-right: 0;
    margin-left: 0;
}
  .logoInner {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}
  .image-content {
    margin: 40px 0px;
}
  .header span {
    font-size: 2rem;
}
  .cust-image {
    max-width: 100%;
    width: 100%;
}
  .cust-image img {
    width: auto !important;
    height: auto !important;
  }
  p.cta {
    padding: 30px 0px;
}
  .aboutbanner .span6.right-image-banner img {
    max-width: 100% !important;
}
  .aboutbanner .case-study-banner h1 {
    font-size: 1.8rem;
    margin-bottom: .5rem;
    margin-top: 0rem;
}
  .blog-main-content .post-item {
    display: block !important;
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 0 30px;
  }
  .blog-banner-content .post-item:first-child {
    display: flex !important;
    align-items: center;
    flex-direction: column;
}
  .blog-banner .post-header, .blog-banner .clearfix {
    max-width: 100%;
    flex: 0 0 100%;
}
  .blog-banner .hs-featured-image-wrapper {
   position: initial;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 0;
    padding: 90px 170px;
    margin-top: 40px;
}
  .blog-post-cont .page-center .row-fluid {
    display: block;
    align-items: center;
}
  .post-outer {
    border: 1px solid #dee2e6 !important;
    max-width: 100%;
    margin-top: 30px;
}
.pricing-columns .wrapper-full{
      width: auto;
  }
  .plan {
    max-width: 100% !important;
    width: auto; 
}
  div#smaller-plans {
    display: block;
    
}
  .nav-bar {
    display: block;
  }
  .nav-bar nav {
    max-width: 100%;
  }
}