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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('//fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');


@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hubfs/2475003/Rchilli_Oct2016/FontAwesome/FontAwesome%5B2%5D.eot"), 
    url("//cdn2.hubspot.net/hubfs/2475003/Rchilli_Oct2016/FontAwesome/FontAwesome%5B2%5D.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/2475003/Rchilli_Oct2016/FontAwesome/FontAwesome.ttf") format("truetype")    
}
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #929292;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
}

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


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

/* Basic text */
p {
    margin: 0 0 9px;
}
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */

h1, h2, h3, h4, h5, h6 {
    font-family: Ubuntu, sans-serif;
    margin: 9px 0;
    line-height: 1.1;
    text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    background: url('//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/red-bar-1.jpg') no-repeat bottom left;
    color: #181717; 
    font-size: 36px;
    font-weight: 400; 
    line-height: 36px;
    padding-bottom: 29px;
    text-transform: none;
}
h2 {
    font: bold 26px/31px Roboto,sans-serif;
    color: #434141;
}
h3 {
    color: #434141;
    font: bold 23px/28px Roboto,sans-serif;
}
h4 {
    font: bold 20px/24px Roboto,sans-serif;
    color: #434141;
}
h5 {
    font: bold 18px/22px Roboto,sans-serif; 
}
h6 {
    color:#33b5e5;
    font-size: 16px;
    font-weight: 400; 
    line-height: 22px;  
}

/* Anchor Links */
a { 
    text-decoration: none;
    color:#33b5e5;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
a:hover, a:focus { 
    text-decoration:underline;
    color: #929292; 
}

/* Lists */
ul, ol {
    padding: 0;
    margin: 0 0 9px 25px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

.custom-header-top {
    background: #128469; 
    min-height: 51px !important;
}

.custom-header-top .page-center{
    position:relative;
}
.custom-logo {
    height: auto !important;
    left: 0;
    top: 0;
    position: absolute;
    width: 184px !important;
    z-index: 4444;
}
.custom-logo a {
    box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.2);
    display:block;
}

.custom-header-bottom {
    padding-bottom: 18px;
    position: relative;
    z-index: 99;
}

.custom-contact-nav { 
    padding: 18px 0 15px 224px;
}
.custom-contact-nav ul{ 
    display:block;
    list-style-type: none;
    margin: 0px;
    padding: 0;
} 
.custom-contact-nav ul li {
    list-style-type: none;
    float: left; 
    line-height: 18px;
} 
.custom-contact-nav ul li:first-child {
    font-size: 0;
}
.custom-contact-nav ul li a {
    color: #fff;
    display: block;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    padding: 0;
    text-decoration: none;
}
.custom-contact-nav .hs_cos_wrapper_type_rich_text>ul>li>a[href="http://rchilli.com/"],
.custom-contact-nav .hs_cos_wrapper_type_rich_text>ul>li:first-child{
    background: url("//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/home.jpg") no-repeat top center;
    color: transparent;
    width: 33px;
    height: 15px;
    cursor: default;
}
.custom-contact-nav ul li a:hover{
  color:#bc9f63;
}
.custom-phone-and-follow {
    padding:16px 0 0 232px;
}

.custom-phone-and-follow h3 {
    color: #000000;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    line-height: 18px;
    margin: 0px 0px 4px 0px;
}

.custom-phone-and-follow a {
    color: #bca064;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.custom-phone-and-follow a:hover {
    text-decoration: underline;
} 

.custom-live-chat {
    text-align: right;
    padding-top: 16px;
}

.custom-live-chat img {
    margin-right:-58px;
}


.custom-search-wrapper{
    padding-top:16px;
}

.custom-search-wrapper form {
    float: right;
    margin: 0;
}

.custom-search-wrapper form label {
    margin: 0;
}

.widget-type-google_search.custom-search-wrapper input[type="text"]{
    background: #ebebeb none repeat scroll 0 0;
    border: 1px solid #c6c6c6;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2) inset;
    color: #6d6b6b;
    float: left;
    font-family: "Ubuntu",sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    height: 38px;
    line-height: 17px;
    margin: 0 !important;
    padding: 4px 40px 4px 7px;
    position: relative;
    text-decoration: none;
    text-transform: none;
    max-width: 180px;
    width: 100% !important;
}

.widget-type-google_search.custom-search-wrapper .hs-button.primary {
    background: #bca064 url("//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/search.%20icon.png") no-repeat scroll 14px 10px;
    border: 0 none;
    border-radius: 0 3px 3px 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    float: left;
    font: 500 12px/1.2em "Roboto",sans-serif;
    height: 38px;
    margin: 0;
    outline: 0 none;
    padding: 5px;
    position: static;
    right: 0;
    text-decoration: none;
    text-indent: -9999px;
    text-shadow: none;
    text-transform: capitalize;
    top: 0;
    transition: none 0s ease 0s ;
    vertical-align: top;
    width: 44px;
    z-index: 100;
}

.custom-banner-wrapper {
    background-color: #fff;
    background-position: center center !important;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 272px !important;
    margin: 0 0 50px 0;
}

.blog .custom-banner-wrapper {
    background-position: 0px 20px;
    min-height: 267px!important;
}

.body-container .custom-banner-wrapper .hs_cos_wrapper.hs_cos_wrapper_widget { 
    margin-bottom: 0 !important;  
}
.custom-banner-wrapper h1{
    color: #910005;
    font-size: 60px;
    line-height: 1;
    padding: 100px 0;
    margin: 0;
    font-weight: bold; 
}




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

.body-container-wrapper {}

.body-container {
    background: url("//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/foooter-bg.jpg") no-repeat center bottom;
    background-size: 100% auto;
    padding: 0 0 33px 0;
}

.hs-banner-area-custom-module .img-wrapper {
   position: relative;
   top: 0;
   padding-top:20%;
}
.hs-banner-area-custom-module .img-wrapper img {
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
}
.hs-banner-area-custom-module .heading-wrapper h1.title-header {
   text-align: center;
   background: url('//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/red-bar.jpg') no-repeat bottom center;
   font-size: 30px;
   color: #181717;
   line-height: 34px;
   padding-bottom: 29px;
   margin: 65px 0 45px 0px;
   text-transform: none;
   font: 400 36px/36px 'Ubuntu', sans-serif;
   hyphens: none;
   -webkit-hyphens: none;
   -ms-hyphens: none;
   -moz-hyphens: none;
   -o-hyphens: none;
}

.body-container-wrapper p {
    line-height: 22px;
    font-size: 16px;
    color: #646464;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
}

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


/* Home Page Style */
.home-page .hs_cos_gallery_main.slick-slider {
    padding: 0;
    margin-bottom: 0;
}
.home-page .hs_cos_gallery_main.slick-slider .slick-arrow {
    display: none !important;
}
.home-page .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    display: block;
    margin: 0;
}
.home-page .hs_cos_gallery_main.slick-slider ul.slick-dots {
    margin: 0;
    bottom:9px !important;
    position: absolute;
}
.home-page .hs_cos_gallery_main.slick-slider ul.slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #252525 !important;
    margin: 20px 5px;
    padding:0;
}
.home-page .hs_cos_gallery_main.slick-slider ul.slick-dots li button{
    width: 10px !important;
    height: 10px !important;
    padding: 0 !important;
    background:#252525!important;
    border-radius: 10px !important;
}

.home-page .hs_cos_gallery_main.slick-slider ul.slick-dots li.slick-active button {
    background: #fff !important;
}
.home-page .white-bg-grp {
    background: url('//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/content-bg.jpg') no-repeat top center;
    background-size: 100% auto;
    padding-top: 19px;
}
.home-page .white-bg-grp .hs_cos_wrapper_type_header h1 {
    text-align: center;
    background: url('//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/red-bar-2.jpg') no-repeat center bottom;
    font-size: 36px;
    color: #181717;
    line-height: 36px;
    padding-bottom: 29px;
    margin: 72px 0 64px 0px;
    text-transform: none;
    font: 400 36px/36px 'Ubuntu', sans-serif;
}

.hs_cos_gallery_main .slick-slide img,.hs_cos_gallery_thumbnails .slick-slide img,.hs_cos_gallery_lightbox .slick-slide img {
  width: 100% !important; /* added by HS Support on 3 Jan 19*/
}

.slick-dots li button:before{
    content:none!important;
}
.hs-one-col-content-with-top-icon {
    box-shadow: -1px -1px 3px 0px rgba(0,0,0,0.1);
    padding: 30px;
    background: #ffffff;
    background: -moz-linear-gradient(-45deg, #ffffff 63%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(63%,#ffffff), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(-45deg, #ffffff 63%,#e8e8e8 100%);
    background: -o-linear-gradient(-45deg, #ffffff 63%,#e8e8e8 100%);
    background: -ms-linear-gradient(-45deg, #ffffff 63%,#e8e8e8 100%);
    background: linear-gradient(135deg, #ffffff 63%,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=1 );
    width: 23.1%;
    float: left;
    text-align: center;
    margin-left: 1.7%;
    min-height: 445px;
}
.hs_cos_wrapper_type_custom_widget:first-child .hs-one-col-content-with-top-icon {
    margin-left: 0;
}
.hs-one-col-content-with-top-icon figure.icon {
    margin: 0 0 16px;
}
.hs-one-col-content-with-top-icon .body-content h2.title {
    font-size: 18px;
    color: #252525;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    line-height: 18px;
    background: url('//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/grey-bar.jpg') no-repeat center bottom;
    padding-bottom: 16px;
    margin-bottom: 20px;
    margin-top: 0;
}
.hs-one-col-content-with-top-icon .body-content .body-text {
    line-height: 20px;
    font-size: 16px;
    color: #646464;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin-bottom: 29px;
}
.hs-one-col-content-with-top-icon .body-content .bt-wrapper .btn-primary {
    padding: 11px 25px;
    box-shadow: none;
}
.home-page .white-bg-grp .sec-one .page-center {
    padding: 0px 0 93px;
    background: url('//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/border-shadow.png') no-repeat center bottom;
    margin-bottom: 62px;
}
.home-page .white-bg-grp .sec-one .sec-one-flexi-col .hs_cos_wrapper_type_widget_container {
    display: block;
    margin: 0 -30px;
}
.home-page .white-bg-grp .sec-two .sec-two-header .hs_cos_wrapper_type_header h1 {
    line-height: 39px;
    padding-bottom: 24px;
    margin: 0 0 62px 0px;
    background: url('//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/border-rchilli.jpg') no-repeat center bottom;
}
.hs-abt-tab-cust-mod .inner-wrapper {
    border: 2px solid #900005;
    margin-bottom: 94px;
    display: table;
    width: 100%;
}
.hs-abt-tab-cust-mod .inner-wrapper .left-col {
    width: 27%;
    background: #900005;
    vertical-align: top;
    display: table-cell;
}
.hs-abt-tab-cust-mod .inner-wrapper .right-col {
    vertical-align: top;
    display: table-cell;
}
.hs-abt-tab-cust-mod .inner-wrapper .left-col .custom-list {
    padding: 56px 31px;
}
.hs-abt-tab-cust-mod .inner-wrapper .left-col .custom-list ul {
    margin: 0;
    list-style: none;
}
.hs-abt-tab-cust-mod .inner-wrapper .left-col .custom-list ul li {
    margin: 0 0 16px 0;
    background: url('//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/menu-arrow.png') no-repeat 0 10px;
    padding-left: 20px;
    position: relative;
}
.hs-abt-tab-cust-mod .inner-wrapper .left-col .custom-list ul li a {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
    line-height: 30px;
}
.hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper ul.nav.nav-tabs {
    border-bottom: 1px solid #e5e5e5 !important;
    padding-left: 47px;
    width: 100%;
    margin: 0;
    display: block;
    list-style: none;
}
.hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper ul.nav.nav-tabs:after,
.hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper ul.nav.nav-tabs:before {
    content:"";
    display: block;
    clear: both;
}
.hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper {
    padding: 1px 1px 8px;
}
.hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper ul.nav.nav-tabs li {
    width: 33%;
    float: left;
}
.hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper ul.nav.nav-tabs li a {
    font-size: 19px;
    line-height: 23px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    padding: 15px 10px;
    text-transform: uppercase;
    cursor: pointer;
    color: #bca064;
    transition: all 0.3s ease 0s;
    display: block;
    position: relative;
}
.hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper ul.nav.nav-tabs li.active a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #f8f8f7;
    bottom: -1px;
    left: 0;
    z-index: 10000;
}
.hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper ul.nav.nav-tabs li:first-child.active a:after {
    background: url('//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/ats-border.jpg') no-repeat;
}
.hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper ul.nav.nav-tabs li.active a[href="#tab-1"]:after {
    background: url('//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/job-board-1.jpg') no-repeat;
}
.hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper ul.nav.nav-tabs li.active a[href="#tab-2"]:after {
    background: url('//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/staff.jpg') no-repeat;
}
.hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper ul.nav.nav-tabs li a:hover,
.hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper ul.nav.nav-tabs li.active a {
    color: #545454;
    text-decoration: none;
}
.hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper .hs-tabber .hs-tab-cnt {
    padding: 26px 107px 0px 57px;
    display: none;
}
.hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper .hs-tabber .hs-tab-cnt p {
    line-height: 20px;
    font-size: 16px;
    color: #191919;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 21px;
}
.hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper .hs-tabber .hs-tab-cnt h2 {
    font-size: 20px;
    color: #191919;
    line-height: 24px;
    margin: 0 0 17px 0px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}
.hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper .hs-tabber .hs-tab-cnt.active {
    display: block;
}
.hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper .hs-tabber .hs-tab-cnt ul {
    margin: 0px;
    list-style-type: none;
}
.hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper .hs-tabber .hs-tab-cnt ul li {
    line-height: 20px;
    font-size: 16px;
    color: #191919;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    background: url('//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/black-bullet-1.png') no-repeat left 5px;
    padding-left: 20px;
    margin-bottom: 21px;
}
.hs-header-bg-img {
    background-repeat: no-repeat;
    background-position: top center;
	min-height: 292px;
}
.hs-header-bg-img h2 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    line-height: 45px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    padding: 80px 0 111px;
    margin: 0;
}
.hs-header-bg-img h2 span {
    font-size: 56px;
    font-weight: 500;
    display: inline-block;
}
.home-page .sec-three .sec-three-inner-group .sec-three-inner-flexi-col-one {
    padding: 0px 100px;
    margin-bottom: 82px;
}
.home-page .sec-three .sec-three-inner-group .sec-three-inner-flexi-col-one .one-col-img-wrapper .hs_cos_wrapper_type_linked_image {
    float: left;
    padding: 29px 38px 29px;
    border-bottom: 1px solid #dbdbdb;
    border-right: 1px solid #b7b7b7;
    width: 24.95%;
    display: block;
}
.home-page .sec-three .sec-three-inner-group .sec-three-inner-flexi-col-one .one-col-img-wrapper .hs_cos_wrapper_type_linked_image:last-child {
    border-right: 0;
}
.home-page .sec-three .sec-three-inner-group .sec-three-inner-flexi-col-one .hs_cos_wrapper_type_widget_container {
    display: block;
    margin-top: -49px;
}
.home-page .sec-three .sec-three-inner-group .sec-three-inner-flexi-col-one .one-col-img-wrapper .hs_cos_wrapper_type_linked_image img.hs-image-widget {
    vertical-align: middle;
}
.home-page .sec-three .sec-three-inner-group .sec-three-inner-flexi-col-one .one-col-img-wrapper:last-child .hs_cos_wrapper_type_linked_image {
    padding: 19px 38px 18px;
    border-bottom: 0;
}
.home-page .sec-three .sec-three-inner-group .sec-three-inner-flexi-col-two h4 {
    line-height: 39px;
    font-size: 36px;
    color: #1a1a1a;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 19px;
    background: url('//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/company-bar.jpg') no-repeat center bottom;
    margin: 0px 0 30px 0;
}
.home-page .sec-three .sec-three-inner-group .sec-three-inner-flexi-col-two p {
    text-align: center;
}
.home-page .sec-three .sec-three-inner-group .sec-three-inner-flexi-col-two {
    padding-bottom: 41px;
}


/* Customer  Page Style */
.full-width-layout .main-content-group {
    margin-bottom: 50px;
}

.full-width-layout .main-content-group .hs_cos_wrapper_type_linked_image {
    display: inline-block;
    max-width: 200px;
    vertical-align: middle;
    margin-right:0;
}
.full-width-layout .main-content-group .one-col-img-wrapper:first-child .hs_cos_wrapper_type_linked_image:first-child {
    max-width: 126px;
    margin:5px 24px 10px 0;
    vertical-align: top;
}

.full-width-layout .main-content-group .one-col-img-wrapper:nth-child(2), 
.full-width-layout .main-content-group .one-col-img-wrapper:nth-child(3) {
    margin-bottom: 18px;
}

.full-width-layout .main-content-group .one-col-img-wrapper:nth-child(4) .hs_cos_wrapper_type_linked_image:last-child {
    max-width: 180px;
}

/* Enhance your Recruiting systems with RChilli’s CV automation Tools */
.main-content-group ul {
    margin-bottom: 29px;
}

.main-content-group ul li {
    line-height: 22px;
    font-size: 16px;
    color: #646464;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

/* Events Page Style */
.hs_cos_wrapper_type_custom_widget:first-child .events_section {
    padding-top: 10px;
}
.events_section .events_section-inner {
    padding: 30px 0;
    border-bottom:2px solid #910005;
}
.events_section .event-content{
    padding-right: 100px;
    position: relative;
}
.events_section .events-title{
    margin: 0 0 12px;
    font: bold 26px/31px Roboto, sans-serif;
    color: #434141;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
}
.events_section .event-info {
    padding: 0;
    list-style: none;
    margin: 0;
}
.events_section .event-info li, 
.events_section .event-info li a {
    color: #919191;
    font-size: 18px;
    line-height: 22px;
    padding-left: 38px;
    margin-bottom: 19px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}
.events_section .event-info li a {
    padding: 0;
}
.events_section .event-info .date {
    background: url('//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/PDF/clander-icon.jpg') no-repeat left center;
}
.events_section .event-info .website {
    background: url('//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/PDF/web-icon.jpg') no-repeat left center;
}
.events_section .event-content .btn {
    background: #910005;
    border-radius: 0;
    /* font-size: 20px; */
    color: #ffffff;
    line-height: 26px;
    padding:13px 32px 12px;
    text-decoration: none;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
    box-shadow: none;
    outline: 0;
    text-shadow: none;
    font: 500 12px/1.2em 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    font-size: 20px;
}

/* Bulk Import Page Style */

.hs-tabber-wrap {
    border: 2px solid #900005;
    margin-bottom: 94px;
}
.hs-tabber-tabs {
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 47px;
    width: 100%;
    overflow: visible;
    z-index: 1000;
    list-style: none;
    margin-bottom: 29px;
    margin: 0;
    display: inline-block;
}
.hs-tabber-tabs li {
    line-height: 22px;
    font-size: 16px;
    color: #646464;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    position: relative;
    background: none;
    z-index: 100;
    float: left;
    text-align: center;
    border-left: 1px solid #f9fbf2;
    width: auto;
}
.hs-tabber-tabs li:first-child {
    border-left: 0;
}
.hs-tabber-tabs li a {
    font-size: 19px;
    color: #bca064;
    line-height: 23px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    text-align: left;
    padding: 15px 10px;
    text-transform: uppercase;
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hs-tabber-tabs li:hover a,
.hs-tabber-tabs li:focus a{
    color: #545454;
    text-decoration:none;
}
.hs-tabber-tabs li a:hover,
.hs-tabber-tabs li a:focus{
    text-decoration:none;
}
.hs-tabber-tabs li:first-child a {
    border-radius: 6px 0 0 0;
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
}

.hs-tabber-tabs li.hs-tab.col-3.active > a {
    color: #545454;
}

.hs-tabber-tabs li.active:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #f8f8f7;
    bottom: -1px;
    left: 0;
    z-index: 10000;
    display: block;
    height: 1px;
    background: url('//pages.rchilli.com/hubfs/Rchilli-November2017/Images/job-board.jpg') repeat;
}
.hs-tabber-content {
    padding: 22px 107px 57px 57px;
}
.hs-tabber-content ul {
    margin: 0 0 29px;
    padding:0;
    list-style:none;
}
.hs-tabber-content ul li {
    background: url('//pages.rchilli.com/hubfs/Rchilli-November2017/Images/black-bullet.png') no-repeat left 8px;
    background-size: 8px;
}
.hs-tabber-content ul li {
    line-height: 22px;
    font-size: 16px;
    color: #646464;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 20px;
}

/* Solutions Page Style */

.three-col-eq-custom-wrapper .hs_cos_wrapper_type_custom_widget {
    width:31.49171270%;
    float: left;
    margin-left:2.76243093%;
}
.three-col-eq-custom-wrapper .hs_cos_wrapper_type_custom_widget:first-child {
    margin-left: 0;
}
.img-wrapper {
    margin-bottom: 20px;
}
.content-wrapper h3.title {
    line-height: 22px;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin: 0;
}

a.btn.btn-primary {
    text-shadow: none;
    font: 500 12px/1.2em 'Roboto', sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 0px;
    box-shadow: none;
    text-transform: capitalize;
    display:inline-block;
    border-radius: 6px;
    background: #bca064;
    padding: 8px 17px;
    letter-spacing: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
/*    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;*/
}
a.btn.btn-primary:hover {
    background: #545454;
    box-shadow: 0 3px 0 #1f1f1f;
    -moz-box-shadow: 0 3px 0 #1f1f1f;
    -webkit-box-shadow: 0 3px 0 #1f1f1f;
    text-decoration: none;
    color: #fff;
}

/* Case Study Page Style*/
.hs-case-study-custom-module .inner-wrapper {
    margin-bottom: 42px;
}
.hs_cos_wrapper_type_custom_widget:last-child .hs-case-study-custom-module .inner-wrapper {
    margin-bottom: 0;
}
.hs-case-study-custom-module .img-wrapper {
    margin-bottom: 20px;
}
.hs-case-study-custom-module .img-wrapper.image-border img {
    background: none;
    padding: 0;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0 10px 0;
}
.hs-case-study-custom-module .content-wrapper p {
    color: #646464;
    margin-bottom:20px;
}
.pfd-wrapper{
    text-align:right;
}
.pfd-wrapper img {
    margin: 5px 0 10px 20px;
    display:inline-block;
}

/* Contact Us Page Style  */
.hs-contact-us .main-content-group {
    margin-bottom: 50px;
}
.hs-contact-us .sidbar-left-flexi-col h2 {
    font: bold 26px/31px Roboto;
    color: #434141;
    margin: 9px 0;
    text-transform: uppercase;
}
.hs-contact-us .sidbar-left-flexi-col address {
    display: block;
    margin-bottom: 18px;
    font-style: normal;
    line-height: 18px;
}
.hs-contact-us .main-content-flexi-col input, 
.hs-contact-us .main-content-flexi-col textarea {
    max-width: 500px;
    width: 90%;
}
.hs-contact-us .main-content-flexi-col form {
    padding:44px 10px 0;
    margin-bottom: 20px;
}
.hs-contact-us .main-content-flexi-col textarea {
    min-height: 47px;
}
.hs-contact-us .main-content-flexi-col .hs-button.primary, 
.hs-contact-us .main-content-flexi-col input[type="submit"], 
.hs-contact-us .main-content-flexi-col input[type="button"] {
    margin-top: 17px;
    margin-bottom: 18px;
    display: inline-block;
    width: auto;
}
.custom-contact-map {
    margin-bottom: 70px;
}
.hs-contact-us form.hs-form .hs-form-field ul.inputs-list {
    margin-top: -1px;
    padding-left: 5px;
    margin-bottom: 46px;
}
.hs-contact-us .invalid.error {
    border-color: #c87872;
    box-shadow: 0 0 3px rgba(171,41,32,0.25);
}

/* Testimonial Page Style  */

.testimonial-section {
    position: relative;
    padding: 30px;
    border: 1px solid #DDD;
    background: #f5f5f5;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.5em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 20px;
}
.testimonial-content-section {
    overflow: hidden;
    background: url('//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/PDF/quotes.png') no-repeat 0 0;
}
.testimonial-content-section .testimonial-content p{
    line-height: 22px;
    font-size: 16px;
    color: #646464;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}
.testimonial-section .testimonial-name-destination {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    padding: 12px 0 0;
    font-size: 10.2px;
    display: block;
    line-height: 18px;
    color: #999;
}
.testimonial-name-destination small {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 10.2px;
}
.testimonial-section small:before {
    content: '\2014 \00A0';
    font-size: 10.2px;
}

.full-width-layout .main-content-flexi-col .hs_cos_wrapper_type_rich_text:nth-child(5) ul {
    margin:0;
    list-style: none;
    text-align: center;
    float: left;
    width: 100%;
}
.full-width-layout .main-content-flexi-col .hs_cos_wrapper_type_rich_text:nth-child(5) ul li {
    line-height: 22px;
    font-size: 16px;
    color: #646464;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}
.full-width-layout .main-content-flexi-col .hs_cos_wrapper_type_rich_text:nth-child(5) ul li.previous {
    float: left;
}
.full-width-layout .main-content-flexi-col .hs_cos_wrapper_type_rich_text:nth-child(5) ul li.next {
    float: right;
}
.full-width-layout .main-content-flexi-col .hs_cos_wrapper_type_rich_text:nth-child(5) ul li a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.full-width-layout .main-content-flexi-col .hs_cos_wrapper_type_rich_text:nth-child(5) ul li a:focus,
.full-width-layout .main-content-flexi-col .hs_cos_wrapper_type_rich_text:nth-child(5) ul li a:hover{
    text-decoration: none;
    background-color: #f5f5f5;
}

/* Partners Page Style  */
.hs-partners .main-content-flexi-col blockquote {
    min-height: 20px;
    padding: 19px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    margin: 0 0 20px;
}
.hs-partners .main-content-flexi-col blockquote ul {
    margin: 0 0 9px 25px;
    padding: 0;
}
.hs-partners .main-content-flexi-col h2 {
    margin: 0;
}
.hs-partners .main-content-flexi-col h2+h2 {
    margin: 20px 0 0;
}
.hs-partners .main-content-flexi-col form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 31.623931623931625%;
    margin-left: 2.564102564102564%;
}
.hs-partners .main-content-flexi-col form.hs-form fieldset.form-columns-3 .hs-form-field:first-child {
    margin-left: 0;
}
.hs-partners .main-content-flexi-col .hs-form-field {
    margin-bottom: 20px;
    padding:0 !important;
}
.hs-partners .main-content-flexi-col .hs-form-field > label {
    display: none;
}
.hs-partners .main-content-flexi-col input,
.hs-partners .main-content-flexi-col textarea,
.hs-partners .main-content-flexi-col select{
    margin: 0;
    padding:6px 7px;
    width: 100%;
    height: 30px;
    line-height: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-transform: none;
    color: #929292;
    text-decoration: none;
    position: relative;
    border: 1px solid #c6c6c6;
    vertical-align: middle;
    background: none;
    display: inline-block;
    box-sizing: border-box;
    font-size: 14px;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 15px;
    box-shadow: none;
    margin-bottom: 0 !important;
    border-radius: 0;
}
.hs-partners .main-content-flexi-col textarea{
    padding-top:6px;
    height: 200px;
}
.hs-partners .main-content-flexi-col input:focus,
.hs-partners .main-content-flexi-col textarea:focus,
.hs-partners .main-content-flexi-col select:focus{
    border-color: #666666 !important;
    box-shadow:none;
}
.hs-partners .main-content-flexi-col .hs-form-required {
    display: none;
}
.hs-partners .main-content-flexi-col ul.hs-error-msgs.inputs-list {
    font-size: 16px;
}
.hs-partners .main-content-flexi-col ul.hs-error-msgs.inputs-list li label {
    padding: 4px 8px 2px !important;
    font-size: 1em;
    font-weight: normal;
    display: block;
    background: #F2DEDE !important;
    border: 1px solid #DDD !important;
    color: #B94A48 !important;
    font-family: Ubuntu, sans-serif;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.hs-partners .main-content-flexi-col .hs-button.primary, 
.hs-partners .main-content-flexi-col input[type="submit"], 
.hs-partners .main-content-flexi-col input[type="button"] {  
    text-shadow: none;
    font: 500 12px/1.2em 'Roboto', sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    border: none;
    line-height: 17px;
    margin-bottom: 0px;
    box-shadow: none;
    text-transform: capitalize;
    border-radius: 6px;
    padding: 8px 17px;
    letter-spacing: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #bca064;
    text-align: center;
    display: inline-block;
    width: auto;
    margin-bottom:20px !important;
    height: auto;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.hs-partners .main-content-flexi-col .hs-button.primary:hover, 
.hs-partners .main-content-flexi-col input[type="submit"]:hover, 
.hs-partners .main-content-flexi-col input[type="button"]:hover{ 
    background: #545454;
    box-shadow: 0 3px 0 #1f1f1f;
    -moz-box-shadow: 0 3px 0 #1f1f1f;
    -webkit-box-shadow: 0 3px 0 #1f1f1f;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

/* Billing Paypal Page Style */
.hs-billing-paypal .main-content-flexi-col h3 {
    font: bold 26px/31px Roboto, sans-serif;
    color: #434141;
}
.hs-billing-paypal h2 {
    margin-bottom: 0;
}
.hs-billing-paypal .main-content-flexi-col form{
    margin-bottom:50px;
}
.hs-billing-paypal .main-content-flexi-col .hs-form-field {
    clear: both;
    margin-bottom: 12px;
    float: left;
    width: 100%;
}
.hs-billing-paypal .main-content-flexi-col .hs-form-field > label {
    float: left;
    width: 30%;
    color: #929292;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding-top: 10px;
    margin-bottom: 0;
}
.hs-billing-paypal .main-content-flexi-col .hs_select_amount.field.hs-form-field label {
    padding-top: 7px;
}
.hs-billing-paypal .main-content-flexi-col .hs-form-required {
    color: #910000;
    margin-left: 4px;
}
.hs-billing-paypal .main-content-flexi-col input[type="text"],
.hs-billing-paypal .main-content-flexi-col input[type="email"],
.hs-billing-paypal .main-content-flexi-col input[type="tel"],
.hs-billing-paypal .main-content-flexi-col textarea{
    box-shadow:none;
    border-radius:0;
    width: 220px;
    margin-bottom:8px !important;
    padding:4px 7px;
}
.hs-billing-paypal .main-content-flexi-col select {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow:none;
    color: #555;
    cursor: pointer;
    padding: 4px 6px;
    margin-top: 2px !important;
    height: 28px;
    width: 206px;
    display: inline-block;
    vertical-align: middle;
}
.hs-billing-paypal .main-content-flexi-col input:focus,
.hs-billing-paypal .main-content-flexi-col textarea:focus,
.hs-billing-paypal .main-content-flexi-col select:focus{
    border-color: #666666 !important;
    box-shadow:none;
}
.hs-billing-paypal .main-content-flexi-col input[type="image"] {
    vertical-align: middle;
}
.hs-billing-paypal .body-container .invalid.error {
    border-color: #e9322d !important;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
}
.hs-billing-paypal .body-container ul.hs-error-msgs.inputs-list {
    margin: 0;
    display: inline-block !important;
    position: absolute;
    top: 110%;
    left: 32%;
    border:1px solid #aba7a7;
    z-index: 1;
    box-shadow: 0 2px 1px #c7c7c7;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.hs-billing-paypal .body-container ul.hs-error-msgs.inputs-list li {
    margin: 0;
    background-color: #fff;
    background-image: url('//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/error-mesz-style.png');
    background-repeat: no-repeat;
    padding:5px 15px 5px 40px;
    background-position: left 10px center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.hs-billing-paypal .body-container ul.hs-error-msgs.inputs-list li label{
    color: #414141;
    margin-bottom: 0;
}
.hs-billing-paypal .body-container ul.hs-error-msgs.inputs-list li:before {
    content: "";
    border-bottom: 8px solid #c7c7c7;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    top: -16px;
    left: 9px;
}
.hs-billing-paypal .body-container ul.hs-error-msgs.inputs-list li:after {
    content: "";
    border-bottom: 7px solid #fff;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    top: -14px;
    left: 10px;
}
.hs-billing-paypal .body-container .hs-form .field {
    position:relative;
}
.hs-billing-paypal .hs-richtext label {
    color: #929292;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    float: left;
    width: 100%;
}

/* Payment Online Page Style */

.hs-payments-online .main-content-flexi-col form {
    margin-top: -2px;
}
.hs-payments-online .main-content-flexi-col .form-title{
    margin:0;
    line-height:0;
}
.hs-payments-online .main-content-flexi-col .hs-button.primary, 
.hs-payments-online .main-content-flexi-col input[type="submit"], 
.hs-payments-online .main-content-flexi-col input[type="button"] {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5 !important;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)) !important;
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6) !important;
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6) !important;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6) !important;
    background-repeat: repeat-x !important;
    border: 1px solid #cccccc !important;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf !important;
    border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.25) !important;
    border-bottom-color: #b3b3b3 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 1px 6px;
    line-height: 22px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-top: 0 !important;
}
.hs-payments-online .main-content-flexi-col .hs-button.primary:hover, 
.hs-payments-online .main-content-flexi-col input[type="submit"]:hover, 
.hs-payments-online .main-content-flexi-col input[type="button"]:hover,
.hs-payments-online .main-content-flexi-col .hs-button.primary:focus, 
.hs-payments-online .main-content-flexi-col input[type="submit"]:focus, 
.hs-payments-online .main-content-flexi-col input[type="button"]:focus{
    display: inline-block;
    text-decoration: none;
    background-color: #6d6d6d !important;
    border-color: #777575 !important;
}


/* Large Enterprises */

.custom-hs-two-column-equal-with-bottom-pane-row3 .hs_cos_wrapper_type_rich_text:first-child {
    box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 0px 4px -1px rgba(0,0,0,0.2);
    border: 1px solid #e9e9e9;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    background: #ffffff;
    background: -moz-linear-gradient(-45deg, #ffffff 75%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(75%,#ffffff), color-stop(100%,#e6e6e6));
    background: -webkit-linear-gradient(-45deg, #ffffff 75%,#e6e6e6 100%);
    background: -o-linear-gradient(-45deg, #ffffff 75%,#e6e6e6 100%);
    background: -ms-linear-gradient(-45deg, #ffffff 75%,#e6e6e6 100%);
    background: linear-gradient(135deg, #ffffff 75%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=1 );
    margin-bottom:50px;
}

/* Two Column Right Page Style */
.two-column-right .main-content-group .top-heading h1 {
    text-align: center;
    background: url('//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/red-bar-2.jpg') no-repeat center bottom;
    font-size: 30px;
    color: #181717;
    line-height: 34px;
    padding-bottom: 29px;
    margin: 65px 0 45px 0px;
    text-transform: none;
    font: 400 36px/36px 'Ubuntu', sans-serif;
    hyphens: none;
}
.two-column-right .main-content-group .left-flexi-col {
    padding-top: 10px;
}
.two-column-right .main-content-group .left-flexi-col .hs_cos_wrapper_type_linked_image img.hs-image-widget {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin: 5px auto 10px;
}
.two-column-right .main-content-group .left-flexi-col .hs_cos_wrapper_type_header {
    margin-top: 29px;
}
.two-column-right .main-content-group .left-flexi-col .hs_cos_wrapper_type_header h1 {
    color: #800000;
    background: none;
    font: bold 30px/36px Roboto;
    padding: 0;
    color: #993300;
}
.two-column-right .main-content-group .left-flexi-col .hs_cos_wrapper_type_linked_image {
    padding-bottom: 1px;
}
.hs-hr-event-custom-module {
    padding-left: 25px;
}
.hs-hr-event-custom-module pre {
    margin-bottom: 20px !important;
    display: block;
    padding: 13px 8.5px 8px;
    margin: 0 0 9px;
    font-size: 15px;
    line-height: 18px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid rgba(0,0,0,0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    color: #333;
    font-weight: 400;
    white-space: normal;
    display: list-item !important;
    list-style: disc;
    color:#646464;
    overflow-x: initial;
}
.hs-hr-event-custom-module pre strong {
    font-size: 13px;
    color: #333;
}
.hs-hr-event-custom-module pre strong a {
    margin-right: 7px;
}
.hs-hr-event-custom-module pre strong .event-date {
    padding-left: 7px;
    display: inline-block;
}
.two-column-right .main-content-group .left-flexi-col .hs_cos_wrapper_type_header:nth-child(2) {
    margin-top: 0;
}
.two-column-right .main-content-group .left-flexi-col .hs_cos_wrapper_type_header:nth-child(2) h1 {
    color: #800000;
}
.two-column-right .main-content-group .right-sidebar-group {
    padding-top: 10px;
}

/* Meet Page Style */

.four-col-eq-custom-wrapper:first-child {
    padding-top: 10px;
}
.team-wrapper-inner {
    text-align: center;
    float: left;
    min-height: 1px;
    margin-right: 30px;
    width: 270px;
    position: relative;
    margin-bottom: 20px;
}

.hs_cos_wrapper_type_custom_widget:nth-child(4n) .team-wrapper .team-wrapper-inner {
    margin-right: 0;
}

.team-wrapper-inner h4 {
    text-align: center;
    font: bold 20px/24px Roboto, sans-serif;
    color: #434141;
    font-weight: normal;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
}
.team-wrapper-inner p {
    line-height: 22px;
    font-size: 14px;
    color: #646464;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-weight: normal;
    margin-bottom: 20px;
}
.team-wrapper-inner span.default,
.team-wrapper-inner span.hover{
    display: block;
    opacity: 1;
    transition: opacity .2s linear;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: center top;
}
.team-wrapper-inner span.hover {
    opacity: 0;
    display:none;
}
.team-wrapper-inner .img {
    position: relative;
    margin: 0 auto;
    max-width: 251px;
    height: 221px;
}
.team-wrapper-inner:hover span.default {
    display: none;
}
.team-wrapper-inner:hover span.hover {
    display: block;
    opacity: 1;
    transition: opacity .2s linear;
}
.team-wrapper-inner a.overlay {
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.team-wrapper-inner span.linkdin {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-position: center top;
    opacity: 0;
    z-index: 8;
}
.team-wrapper-inner:hover span.linkdin {
    opacity: 1;
}


/* =============== Footer =============== */

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

.custom-footer{
    background: #070707;
    border-top: 5px solid #128469;
    padding: 13px 0 60px;
    position: relative;
}
.custom-footer .page-center {
    padding:0;
} 

.custom-footer-link {
    margin-bottom: 18px;
}

.custom-footer-link h4 {
    color: #ebebeb;
    font-family: 'Open Sans',sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 26px 0 12px 0;
    text-transform: uppercase;
} 
.custom-footer-link ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
} 
.custom-footer-link ul li{
    display: block; 
    line-height: 18px;
}
.custom-footer-link ul li.active a{
    text-decoration: underline;
}
.custom-footer-link ul li a{
    color: #a1a1a1;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
} 

.custom-footer-link ul li a:hover {
    text-decoration: underline;
}
.custom-footer-contact-us p {
    color: #A1A1A1;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 18px 0;
    text-align: left;
}

.custom-footer-social {
    border-top: 1px dashed #525252;
    border-bottom: 1px dashed #525252;
    margin-top: 44px;
    padding: 15px 65px 11px 0;
    text-align: right;
} 

.custom-footer-social .label-one {
    font-size: 16px;
    color: #ebebeb;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; 
    display: inline-block;
    margin-top: 5px;
}
.social li {
    margin: 0 5px;
}
.social li .social_ico {
    width: 31px;
    height: 31px;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
}
.social li .social_ico img {
    text-indent: -9999px;
}
.social.social__row {
    display:block;
    float: right;
    list-style: none;
    margin: 0px;
    padding: 0 5px;
} 
.social__row li:first-child {
    margin-left: 0;
}
.social__row li {
    float: left;
    margin-left: 5px; 
    position: relative;
} 
.social li .social_link {
    max-height: 31px;
    line-height: 15px;
    padding: 0;
    transition: none;
    display: inline-block;
} 
.social li .social_link__facebook {
    background: url("//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/facebook.png") no-repeat 0 0px;
}
.social li .social_link__facebook:hover {
    background-position: 0 -31px;
}  
.social li .social_link__twitter {
    background: url("//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/twitter.png") no-repeat;
}
.social li .social_link__twitter:hover {
    background-position: 0 -31px;
} 
.social li .social_link__linkedin {
    background: url("//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/linkedin.png") no-repeat;
}
.social li .social_link__linkedin:hover {
    background-position: 0 -31px;
} 
.social li .social_link__pinterest {
    background: url("//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/pinterest.png") no-repeat;
}  
.social li .social_link__pinterest:hover {
    background-position: 0 -31px;
}

.social li .social_link__google {
    background: url("//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/google.png") no-repeat;
}
.social li .social_link__google:hover {
    background-position: 0 -31px;
}

li.social_li:hover span.tool-tip {
    display: block;
}
li.social_li span.tool-tip {
    background: #000;
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    left: -9999px;
    top:-38px;
    right: -9999px;
    display: none;
    font-size: 12px;
    width: 60px;
    padding: 10px 5px;
    text-align:center;
    font-family:arial, sans-serif;
    font-size: 11px;
    color: #fff;
    opacity: 0.8;
}
.custom-copyright{
    padding:9px 0 0 0;
}
.custom-copyright p,
.custom-copyright p a{
    color: #989898;
    display:inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
    margin:0;
    text-decoration:none;
}

.custom-horizontal-spacer{
    background: #fff;
    min-height: 18px !important;
}


.custom-back-top{
    position:relative;
}

#back-to-top{
    height: 50px;
    position: absolute;
    z-index: 999;
    top:-46px;
    left:4px;
    right: 0;
    margin: 0 auto;
    width: 50px;
    color: #bbb;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font: 11px/100% Arial,Helvetica,sans-serif;
}

.js-imports{
    min-height:0 !important;
}
.custom-popup-group {
    position: fixed;
    width: 345px !important;
    right: -314px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition:0.5s ease all;
    -moz-transition:0.5s ease all;
    -webkit-transition:0.5s ease all;
    z-index:9999;
}
.active-pop .custom-popup-group{
    right:0;
}
.custom-contact-btn-div {
    position: relative;
    top: 0;
    width: auto !important;
    z-index: 9999999;
}
.custom-contact-btn{
    height: auto !important;
    cursor: pointer;
    z-index: 20000;
    background-color: rgb(162, 178, 61);
    color: #fff;
    font-family: 'Source Sans Pro';
    text-shadow: 0px -1px 0px #131313;
    font-size: 16px;
    -webkit-text-stroke: 0.2px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: solid none solid solid;
    border-top-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 4px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 2px;
    text-align: center;
    -webkit-box-shadow: rgba(255, 255, 255, 0.247059) 1px 1px 1px inset, rgba(0, 0, 0, 0.498039) 0px 1px 2px;
    box-shadow: rgba(255, 255, 255, 0.247059) 1px 1px 1px inset, rgba(0, 0, 0, 0.498039) 0px 1px 2px;
    -mox-box-shadow: rgba(255, 255, 255, 0.247059) 1px 1px 1px inset, rgba(0, 0, 0, 0.498039) 0px 1px 2px;
    width: 31px;
}
.active-pop .custom-contact-btn-div {
    right: 30px;
}
.custom-popup-form {
    background-color: rgb(255, 255, 255);
    margin-top: 0;
    width: 345px !important;
    overflow-y: scroll !important;
    max-width: 100% !important;
    margin-left: 0px;
    padding: 10px 10px 0;
    -webkit-box-sizing: border-box;
    box-shadow: 1px 4px 19px 3px #888888;
    z-index: 1000;
    height: 448px !important;
    margin-left:31px !important;
    position: fixed;   
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.active-pop .custom-popup-form {
    margin-left: 0 !important;
}
.custom-popup-form h3 {
    font: bold 26px/31px Roboto,sans-serif;
    text-transform: uppercase;
    color: #434141;
    padding: 0 10px;
    margin-bottom: 20px;
}

.custom-popup-form .hs-button.primary, 
.custom-popup-form input[type="submit"], 
.custom-popup-formy input[type="button"] {
    margin: 35px 0;
}

.custom-popup-form .invalid.error {
    border-color: #c87872 !important;
    box-shadow: 0 0 3px rgba(171,41,32,0.25) !important;
}



/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
    float: right;
    line-height: 1.0; 
    margin:0;
    padding:18px 3px 15px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
    border-right: 1px solid #a18385;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px; 
    font-weight: 400 ;
    letter-spacing: -1px;
    line-height: 15px;
    position: relative;
    padding: 0px 15px 3px;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    -webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    -moz-text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    text-decoration:none;
    text-transform: none;
    transition: all 0.3s;
    color:#ffffff;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#bc9f63;
  text-decoration:none;
}
.custom-menu-primary .hs-menu-wrapper > ul >li:last-child {
    border-right: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul >li:last-child a {
    padding-right: 0px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
    color: #bc9f63;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    background: #910005;
    border-top:15px solid transparent;
    padding: 0 15px;
    width: 160px;
    z-index: 999999 !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul:before{
    background: url('//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/border-top.png') no-repeat top center;
    content: "";
    width: 160px;
    display: block;
    height: 10px;
    top: -7px;
    left: 0;
    position: absolute;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    background: url('//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/border-ul.png') no-repeat bottom center; 
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{   
    color: #eaf5f6; 
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    white-space: normal !important;
    padding: 14px 0px;
    text-decoration: none; 
    text-transform: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #bc9f63;
    text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li.active > a{
    color: #bc9f63;
}

/* 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,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
     .tinynav { 
        display: none; 
    }
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 767px){

  /* Menu 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:#fff;
  }

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* 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 */
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* 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: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #fff; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .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: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

  /* 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;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    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);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .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 */
  }

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


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


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

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

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

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

.blog .hs-banner-area-custom-module .img-wrapper{
    margin-bottom:0;
}

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */

.blog .hs-blog-header h1 {
    background: url(//cdn2.hubspot.net/hubfs/2475003/Rchilli_Oct2016/red-bar.jpg?t=1477570420295) no-repeat center bottom;
    font-family: Ubuntu;
    font-size: 36px;
    color: #181717;
    line-height: 36px;
    padding-bottom: 29px;
    margin: 20px 0 45px 0;
    text-transform: none;
    font-weight: 400;
    text-align: center;
}
.post-item .post-header h2 {
    color: #474747;
    font-family: Roboto, sans-serif;
    font-size: 23px;
    line-height: 1.2em;
    margin-top:8px;
    text-transform: uppercase;
}
.post-item .post-header h2 a{
    color: #474747;
    text-decoration:none;
} 

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

.custom-post-meta { 
    border-bottom: 1px solid #bebebe;
    margin-bottom: 20px;
    padding: 0 0 10px 0;
    float: left;
    width: 100%;
}

.hs-press-and-media .custom-post-meta{
    padding-bottom:9px;
}
.hs-press-and-media.hs-blog-listing .custom-post-meta{
    padding-bottom:10px;
}

.custom-post-meta div {
    border-top: 1px solid #bebebe;
    display: block;
    margin-top: 5px;
    padding: 9px 10px 1px 10px;
}

.hs-press-and-media .custom-post-meta div {
    margin-top: 10px;
    padding:9px 5px 0;
}

.hs-press-and-media.hs-blog-listing .custom-post-meta div {
    margin-top:5px;
}

.custom-post-category {
    font-size: .92em;
    color: #bebebe;
    padding-top: 6px !important;
} 
.custom-date:before {
    content: "\f073"; 
} 
.custom-post-category:before {
    content: "\f02e";
    position: relative;
    top: 0;
    margin-right: 21px;
    vertical-align: middle;
} 
.custom_listing_comments:before {
    content: "\f086";
}
.custom-date:before,
.custom-post-category:before,
.custom_listing_comments:before{ 
    margin-right: 13px;
    color: #ff4444;
    font-size: 15px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
} 
.custom-date,
.blog p#hubspot-topic_data a.topic-link{
    color: #bebebe;
    display: inline-block;
    font-size: .92em;
    line-height: 20px;
    vertical-align: middle;
}

.blog p#hubspot-topic_data {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1;
} 
.custom_listing_comments {
    vertical-align: middle;
    padding-top: 7px !important;
    padding-bottom: 2px !important;
    vertical-align: middle;
} 
.custom_listing_comments a {
    color: #929292;
    cursor: text;
    font: 14px/1.2em Arial,"Helvetica Neue",Helvetica,sans-serif;
    margin-right: 10px;
    text-decoration: none;
} 

.no-comments {
    display: none !important;
}

.post-body-content {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    margin: 0px 0 35px 0;
    float: left;
    width: 100%;
}
.blog-listing-wrapper .post-listing .post-item .post-body {
    overflow:hidden;
}
.hs-press-and-media .blog-listing-wrapper .post-listing .post-item .post-body {
    overflow: visible;
}
.blog-listing-wrapper .post-listing .post-item .post-body p {
    color: #929292;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 20px;
    line-height: 18px;
}

.hs-press-and-media .blog-listing-wrapper .post-listing .post-item .post-body p {
    line-height: 22px;
    font-family: 'Ubuntu',sans-serif;
    margin-bottom: 20px;
    font: normal 14px/18px Arial, Helvetica, sans-serif;
    color: #929292;
    font-weight: 400;
}

.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
    padding: 0;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin: 5px 20px 10px 0;
    width: 26.2%;
}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0;
}


/* Read More Link */

a.more-link {
    background: #bca064;
    border: none;
    border-radius: 6px;
    color: #ffffff;
    display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 17px;
    margin:1px 0 0;
    outline: none;
    padding: 8px 17px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease ;
}
a.more-link:hover {
    background: #545454;
    box-shadow: 0 3px 0 #1f1f1f;
    color: #fff;
    text-decoration: none;
}


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

.blog p#hubspot-topic_data {
    margin: 0;
    display: inline-block;
}

.blog .blog-sidebar span.filter-link-count {
    display: none;
}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0 0 20px;
    padding:10px 0 0;
    list-style: none!important;
}

.hs-blog-post .hs-blog-social-share {
    padding: 0;
    border-top: 0px solid #ccc;
    border-bottom: 0px solid #ccc;
    height: auto;
}

/* Blog Commments */
#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}


.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    color: ;
    display: block;
    font-family: ; 
    font-size: ; 
    line-height: ;
    padding: 0;
}

.comment-reply-to{
    margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.comment-date {
    color:  !important;
    display: block !important;
    text-align: left;
}


/* Pagination */
.blog-pagination{
    display: block;
    text-align: center;
    margin-bottom: 29px;
}

.hs-press-and-media .blog-pagination {
    font-style: italic;
}

.hs-press-and-media .blog-pagination a:first-of-type {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.hs-press-and-media .blog-pagination a:last-of-type {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.blog-pagination > div{ 
    display: inline-block;
    margin: 0 0 0 -4px; 
}

 
.blog-pagination-right{ 
    text-align: left;
}

.blog-pagination-right a:last-child {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.blog-pagination-left {
    border-left: 1px solid #ddd;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    text-align: right;
}

.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: 4px 12px;
    text-decoration: none;
    text-transform: capitalize;
}
.blog-pagination a:hover,
.blog-pagination a:focus{ 
    background-color: #f5f5f5;
    color: #929292;
    outline: 0 none;
}
 
.blog-pagination a.active{
    background-color: #f5f5f5;
    color: #999;
    cursor: default;
    outline: 0 none;
}
.blog-pagination a.next-link,
.blog-pagination a.prev-link{ 
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover{ 
}


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

.custom-related-inner {
    padding-bottom: 29px;
    margin: 0 0 2em;
}

.custom-related-post-item-wrapper h3 {
    color: #434141;
    font-size: 23px;
    line-height: 27.6px;
    margin: 30px 0 20px;
    text-transform: uppercase;
}


.related-post-item {
    float: left;
    margin:0 0 10px 4%;
    width: 21%;
}

.related-post-item:first-of-type {
    margin-left: 0;
}

.related-image {
    border: 1px solid rgba(0,0,0,0.1);
    margin: 0 0 10px 0;
    position: relative;
    float: left;
}
.related-title a {
    color: #33b5e5;
    display: inline-block;
    font: 14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-top: 15px;
    text-transform: uppercase;
}

.blog-main-content-wrapper .page-center {
    padding-top: 10px !important;
}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span,
.right-sidebar-group .widget-span{
    margin-bottom:21px;
}

.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .hs_cos_wrapper_type_google_search form.hs-form label,
.blog .post-item .post-header h2,
.blog .hs-blog-post .section.post-header h1 { 
    color: #434141; 
    font-family: Roboto;
    font-size: 23px; 
    line-height: 28px;  
    text-transform: uppercase; 
}
.blog .post-item .post-header h2 a  {   
    text-decoration:none;
}
.blog .post-item .post-header h2 a:hover  {  
    text-decoration:underline;
}

.custo-blog-email-subscription form {
    position: relative;
}

.custo-blog-email-subscription form label {
    display: none;
}
.custo-blog-email-subscription form .hs-error-msgs.inputs-list label {
    display: block;
} 



ul.hs-error-msgs.inputs-list {
    margin: 15px 0;
    color: #f00;
}

.custom-blog-email-subscription .hs-form-field {
    margin-bottom: 0;
}
.custom-blog-email-subscription .hs-form-required{
    display:none;
}
.custom-blog-email-subscription form .input input {
    padding: 5px 70px 5px 7px;
    font-size: 14px;
    line-height: 1.2em;
    text-transform: none;
    color: #929292;
    text-decoration: none;
    position: relative;
    border-radius: 0;
    border: 1px solid #c6c6c6;
    background: 0;
    box-shadow: none;
    outline: 0;
    display: inline-block;
    min-height: 20px;
    vertical-align: middle;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    margin: 0 0 1px !important;
}
.custom-blog-email-subscription form input.hs-button.primary.large {
    display: inline-block;
    padding:1px 7px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5 !important;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)) !important;
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6) !important;
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6) !important;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6) !important;
    background-repeat: repeat-x !important;
    border: 1px solid #cccccc !important;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf !important;
    border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.25) !important;
    border-bottom-color: #b3b3b3 !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    padding: 1px 6px;
    line-height: 22px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    margin-top:19px!important;
}

.custom-blog-email-subscription form input.hs-button.primary.large:focus,
.custom-blog-email-subscription form input.hs-button.primary.large:hover{
    display: inline-block;
    text-decoration: none;
    background-color: #6d6d6d !important;
    border-color: #777575 !important;
}
.blog-list-recent-post-list-item {
    padding-top: 1.5em;
}
.blog-list-recent-post-list-item:first-child {
    padding-top: 0;
}
.recent-image {
    background: none;
    padding: 0;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin: 5px 20px 10px 0;
    width:100px;
}

.recent-image img {
    width: 100%;
    height: 100%;
    float: none;
    max-width: 100%;
    margin: 0;
}

.recent-post-item-content {
    overflow: hidden;
    padding-bottom: 1.5em;
}

.custom-recent-post .custom-date:before {
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
}
.custom-recent-post .custom-date { 
    color: #929292;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
}

.custom-recent-title a {
    color: #33b5e5;
    display: inline-block;
    font-family: Roboto;
    font-size: 20px;
    font-weight: bold;
    margin:8px 0;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.custom-recent-title a:hover, 
.custom-recent-title a:focus {
    color: #929292;
    outline: 0;
    text-decoration: underline;
}

.custom-recruiting-brief a img {
    display: block;
    margin: 0 auto;
}
.custom-recruiting-brief div#bbc78 {
    text-align: center;
}


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

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

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

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

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

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


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


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

/* Form Field */
body .hs-form-field {
    margin-bottom: 18px;
}

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

/* Labels */
body label {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #414141;
    font-size: 13px;
    display: block;
    margin-bottom: 4px;
    line-height: 20px;
    font-weight: bold;
}
body .hs-form-field > label {}

.hs-form-required {
    color: red;
}

.invalid.error {
    border-color: #c87872;
    box-shadow: 0 0 3px rgba(171,41,32,0.25);
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    transition: border 0.2s linear,box-shadow 0.2s linear;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    width: 100%;
    padding: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-transform: none;
    text-decoration: none;
    display: block;
    position: relative;
    background: none;
    margin: 0 0 10px 0 !important;
    outline: none;
    vertical-align: middle;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    outline: none;
    border-color: rgba(82,168,236,0.8);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}

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

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder { 
   color:#999;
   opacity:1;
}
:-moz-placeholder {  
   color:#888; 
   opacity:0.6;
}
::-moz-placeholder {  
   color:#888;
   opacity:0.6;
}
:-ms-input-placeholder { 
   color:#999;  
   opacity:1;
}

.one-column input[type="text"],
.one-column input[type="password"], 
.one-column input[type="datetime"], 
.one-column input[type="datetime-local"], 
.one-column input[type="date"], 
.one-column input[type="month"], 
.one-column input[type="time"], 
.one-column input[type="week"], 
.one-column input[type="number"], 
.one-column input[type="email"], 
.one-column input[type="url"], 
.one-column input[type="search"], 
.one-column input[type="tel"], 
.one-column input[type="color"],
.one-column input[type="file"],
.one-column textarea,
.one-column select {
    margin:0 0 20px 0;
    width:50% !important;
}

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

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

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

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

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

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

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

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

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


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

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

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

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

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

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


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

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

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto;
margin-right: 10px;
}


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

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

/* Input */
.body-container .widget-type-google_search input[type="text"] {
    margin-bottom: 28px !important;
}
.widget-type-google_search input[type="focus"] {}


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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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

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




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


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    padding: 7px 18px 7px;
    position: relative;
    text-align: center;
    border: 0;
    vertical-align: top;
    min-height: 28px;
    font-family: Helvetica,Arial,sans-serif;
    color: #fff;
    text-shadow: 0 -1px 0 #3574e3;
    background-color: #3574e3;
    background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
    border-top: 1px solid #64baf0;
    border-bottom: 1px solid #1c4ed5;
    border-right: 1px solid #468ee6;
    border-left: 1px solid #468ee6;
    border-radius: 4px;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity .15s linear;
    margin-bottom:20px;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    text-decoration:none !important;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5),0 0 5px #3574e3;
    border-top: 1px solid #4db0ee;
    border-bottom-color: 1px solid #1946be;
    border-right-color: 1px solid #3080e3;
    border-left-color: 1px solid #3080e3;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
    text-decoration:none !important;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5),0 0 5px #3574e3;
    border-top: 1px solid #4db0ee;
    border-bottom: 1px solid #1946be;
    border-right: 1px solid #3080e3;
    border-left: 1px solid #3080e3;
}

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

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: rgba(218,218,218,0.3); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(218,218,218,0); 
}

body.error-template .body-container,
body.password-template .body-container, 
body.subscription-template .body-container {
    padding: 100px 0 50px 0;
} 

ul.hs-error-msgs.inputs-list li label {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: red;
    font-size: 13px;
    font-weight: normal;
}

.hs_subscribe ul{
    margin-left:0;
}

.subscribe-options label {
    margin-left: 0;
    color: #444;
}

.blog.hs-blog-post .body-container-wrapper .page-center {
    padding-top: 0;
}
.blog.hs-blog-post .custom-date {
   margin-top: 0 !important;
}

#captcha_wrapper {
    overflow: auto !important;
}

#hs-pwd-widget-password {
    height: auto!important;
    margin-bottom: 28px !important;
}

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


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

@media (max-width: 1350px) { 
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {
        left: auto !important;
        right: 0 !important;
    }
}

@media (max-width: 1300px) { 
    .related-post-item { 
        width: 21%;
    }
    .custom-contact-nav .hs_cos_wrapper_type_rich_text>ul>li>a[href="http://rchilli.com/"], .custom-contact-nav .hs_cos_wrapper_type_rich_text>ul>li:first-child>a {
        margin-right: -7px;
    }
    .home-page .white-bg-grp .sec-one .sec-one-flexi-col .hs_cos_wrapper_type_widget_container {
        margin: 0;
    }
}
@media (max-width: 1199px) { 
    .container-fluid .row-fluid .page-center { 
        max-width: 940px; 
    }
    
    .custom-logo { 
        left: 0; 
    } 
    .custom-contact-nav {
        padding: 18px 0 15px 225px;
    } 
    .custom-contact-nav ul { 
        margin: 0 -40px 0 0; 
    }
    .custom-contact-nav .hs_cos_wrapper_type_rich_text>ul>li>a[href="http://rchilli.com/"] { 
        width: 31px; 
    } 
    .custom-menu-primary .hs-menu-wrapper>ul { 
        margin: 0 3px 0 0; 
    } 
    .custom-phone-and-follow {
        padding: 16px 0 0 232px;
    } 
    .custom-phone-and-follow h3 { 
        font-size: 17px;
    }
    .phone-number {
        margin: 1px 0 0 0;
    }
    .custom-phone-and-follow a {
        font-size: 13px;
    } 
    .custom-search-wrapper {
        padding: 16px 4px 0 0; 
    }
    .widget-type-google_search.custom-search-wrapper .hs-button.primary {
        margin-right: -13px !important;
    }
    .custom-live-chat img {
        margin-right: -12px;
    }
    
    /* Home Page Style */
    .home-page .white-bg-grp {
        background-size: cover;
    }
    .hs-one-col-content-with-top-icon {
        min-height: 546px;
    }
    .hs-abt-tab-cust-mod .inner-wrapper .left-col .custom-list ul li a {
        line-height: 1.2em;
    }
    .hs-abt-tab-cust-mod .inner-wrapper .left-col .custom-list ul li {
        background: url(//cdn2.hubspot.net/hubfs/2475003/Rchilli-November2017/Images/menu-arrow.png?t=1511328696432) no-repeat 0 5px;
    }
    .home-page .sec-three .sec-three-inner-group .sec-three-inner-flexi-col-one .hs_cos_wrapper_type_widget_container {
        margin-top: -3px;
    }
    .home-page .sec-three .sec-three-inner-group .sec-three-inner-flexi-col-one .one-col-img-wrapper .hs_cos_wrapper_type_linked_image {
        padding: 29px 25px 29px;
        width: 23.9%;
    }
    .home-page .sec-three .sec-three-inner-group .sec-three-inner-flexi-col-one .one-col-img-wrapper:last-child .hs_cos_wrapper_type_linked_image {
        padding: 29px 25px 29px;
    }
    .hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper .hs-tabber .hs-tab-cnt {
        padding: 26px 107px 0px 41px;
    }
    
    /* Two Column Equal */
    .two-column-right .main-content-group .left-flexi-col p iframe {
        width: 100%;
    }
    .home-page .white-bg-grp .sec-one .sec-one-flexi-col .hs_cos_wrapper_type_widget_container {
        margin:0 -30px;
    }
    .team-wrapper-inner {
        width: 220px;
        margin-right: 20px;
    }
}

@media (max-width:1024px) {
    .custom-contact-nav .hs_cos_wrapper_type_rich_text>ul>li>a[href="http://rchilli.com/"], 
    .custom-contact-nav .hs_cos_wrapper_type_rich_text>ul>li:first-child>a {
        margin-right: -4px;
    }
    .home-page .white-bg-grp .sec-one .sec-one-flexi-col .hs_cos_wrapper_type_widget_container {
        margin:0;
    }
}

/* Landscape tablet and smaller devices
   ========================================================================== */

@media (max-width:979px) {
    
    .container-fluid .row-fluid .page-center { 
        max-width: 724px; 
    } 
    .custom-logo {
        left: 0;
        top: 0; 
    } 
    .widget-type-google_search.custom-search-wrapper .hs-button.primary{
        margin-right: 0 !important;
    }
    .custom-menu-primary .hs-menu-wrapper>ul {
        margin: 0;
    } 
    .custom-menu-primary .hs-menu-wrapper>ul>li>a { 
        font-size: 15px; 
        padding: 0 10px 3px; 
    } 
    
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul:before {
        transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
    }
    .custom-contact-nav {
        padding: 18px 0 15px 178px;
    } 
    .custom-contact-nav ul {
        margin: 0 -100px 0 0;
    } 
    .custom-contact-nav ul li a{
        padding-left:3px;
    }
    .phone-number {
        margin: 1px -100px 0 0;
    } 
    .search-form form { 
        margin: 0 0px 0 10px; 
    } 
    .custom-banner-wrapper,
    .blog .custom-banner-wrapper{
        background-position: center center; 
        background-size: cover; 
    }
    
    .custom-phone-and-follow {
        padding: 16px 0 0 190px;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        padding: 0 5px 3px;
    }
    .widget-type-google_search.custom-search-wrapper {
        float: right;
        width: 100% !important;
    }
    .custom-live-chat img {
        margin-right: 0;
    }
    .custom-search-wrapper {
        padding-top:34px;
    }
    .custom-phone-and-follow a {
        font-size: 15px;
    }
    .custom-live-chat {
        padding-top: 0;
    }
    
    /* Tabber */
    .hs-tabber-tabs {
        padding-left: 28px;
    }
    .hs-tabber-tabs li {
        padding: 0 10px;
    }
    .hs-tabber-tabs li a {
        font-size: 14px;
    }
    .hs-tabber-content {
        padding:22px 28px 57px 28px;
    }
    .hs-billing-paypal .main-content-flexi-col .input {
        width: 30%;
    }
    
    /* Home Page Style */
    .custom-footer-social {
        padding: 15px 18px 11px 0;
    }
    .hs-one-col-content-with-top-icon {
        min-height: 741px;
    }
    .home-page .white-bg-grp .sec-one .sec-one-flexi-col .hs_cos_wrapper_type_widget_container {
        margin:0;
    }
    .hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper .hs-tabber .hs-tab-cnt {
        padding: 26px 107px 0px 28px;
    }
    .hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper ul.nav.nav-tabs li a {
        font-size: 14px;
    }
    .hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper ul.nav.nav-tabs {
        padding-left: 28px;
    }
    .hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper ul.nav.nav-tabs li {
        width: 31%;
        float: left;
        padding: 0 10px;
    }
    .hs-abt-tab-cust-mod .inner-wrapper .left-col .custom-list {
        padding: 56px 25px;
    }
    .home-page .sec-three .sec-three-inner-group .sec-three-inner-flexi-col-one .one-col-img-wrapper .hs_cos_wrapper_type_linked_image {
        width: 24.8%;
    }
    
    /* Blog */
    .blog .custom-banner-wrapper {
        height: 30vh;
        min-height: 0 !important;
    }
    .custom-banner-wrapper{
        margin-bottom:48px;
    }
    .recent-post-item-content {
        overflow: visible;
    }
    .team-wrapper-inner {
        width: 166px;
    }
    .custom-right-content {
        padding-top: 34px;
    }
    .custom-right-content > div > div {
        display: table;
        width: 100% !important;
    }
    .custom-right-content .custom-live-chat,
    .custom-right-content .custom-search-wrapper{
        float: none !important;
        width: 100% !important;
        display: table-footer-group !important;
    }

}
@media (max-width: 767px) {
    #email-prefs-form .email-edit {
        width: 100%!important;
        max-width: 100%!important;
    }
   .container-fluid .row-fluid .page-center {
        padding: 0 20px;
        max-width:100%;
    }
    .custom-logo { 
        padding-top: 15px;
        position: static;
        text-align: center;
        width: 100% !important;
    }
    .landing-page  .custom-logo{
        padding: 15px 0; 
    }
    .custom-logo a {
        box-shadow: none; 
        margin-right: 10px;
        display:inline-block;
    } 
    .custom-contact-nav {
        padding: 15px 0 0;
        text-align: center;
    } 
    .custom-contact-nav ul { 
        margin: 0; 
        text-align: center;
    }
    .custom-contact-nav ul li { 
        float: none;
        display: inline-block; 
        vertical-align: middle;
    } 
    .custom-contact-nav ul li a {
        padding-left: 0;
    }
    
    .header-container .custom-menu-primary .hs-menu-flow-horizontal > ul {
      display: none !important; 
    }
    
    .custom-live-chat,
    .widget-type-google_search.custom-search-wrapper{
        display: none !important;
    }
    
    .custom-right-content{
        display:none !important;
    }
    
    .hs-banner-area-custom-module .img-wrapper {
        display: none !important;
    }
    
    .custom-menu-primary {
        padding:21px 0 5px;
    }  
    .tinynav {
        display: block;
        border: 1px solid #DDD;
        background-color: #e4e4e4;
        width: 100%;
        height: 30px;
        padding: 5px;
        margin: 0;
        cursor: pointer;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        outline: outline !important;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        box-shadow: none !important;
        border: 0 !important;
    }
    
    
    .custom-menu-primary  .tinynav option {
        padding: 5px;
        cursor: pointer;
        font-weight: normal;
        display: block;
        white-space: pre;
        min-height: 1.2em;
        font-size: 14px;
        font-family: Arial,Sans-Serif;
    }

    .custom-phone-and-follow {
        padding: 16px 0 0 0;
        text-align: center;
    } 
    .phone-number {
        margin: 2px 0 0;
    }
    .custom-phone-and-follow a {
        font-size: 13px;
        font-size: 15px;
    }
    
    .custom-footer { 
        padding:0 0 20px; 
    }
    .custom-footer-link h4 {
        margin: 39px 0 12px 0;
    }
    .custom-footer-social { 
        text-align: left;
        padding: 16px 65px 10px 0;
    } 
    
    .social.social__row {
        display: inline-block;
        float: none; 
        padding: 0 5px 0 1px;
        vertical-align: middle;
    }
    .custom-copyright {
        padding: 9px 0 0 0;
        text-align: center;
    } 
    
    .one-column input[type="text"],
    .one-column input[type="password"], 
    .one-column input[type="datetime"], 
    .one-column input[type="datetime-local"], 
    .one-column input[type="date"], 
    .one-column input[type="month"], 
    .one-column input[type="time"], 
    .one-column input[type="week"], 
    .one-column input[type="number"], 
    .one-column input[type="email"], 
    .one-column input[type="url"], 
    .one-column input[type="search"], 
    .one-column input[type="tel"], 
    .one-column input[type="color"],
    .one-column input[type="file"],
    .one-column textarea,
    .one-column select {
        width:100% !important;
    }
    .blog-sidebar {
        margin:0;
        padding: 0;
    }
    
    #back-top a{
        left:0;
    }
    
    .custom-contact-nav .hs_cos_wrapper_type_rich_text>ul>li>a[href="http://rchilli.com/"], 
    .custom-contact-nav .hs_cos_wrapper_type_rich_text>ul>li:first-child>a {
        margin-right: -1px;
    }
    
    /* Customers Page Style */
    .full-width-layout .main-content-group {
        margin-bottom: 17px;
    }
    
    .custom-right-content {
        min-height: 0 !important;
    }
        
    .full-width-layout .main-content-group .hs_cos_wrapper_type_linked_image,
    .full-width-layout .main-content-group .one-col-img-wrapper:first-child .hs_cos_wrapper_type_linked_image:first-child{
        width: 50%;
        max-width: none;
        text-align: center;
        padding: 0 10px;
    }
    .full-width-layout .main-content-group .one-col-img-wrapper:first-child .hs_cos_wrapper_type_linked_image:first-child{
        margin:0;
    }
    .full-width-layout .main-content-group .one-col-img-wrapper:nth-child(2), 
    .full-width-layout .main-content-group .one-col-img-wrapper:nth-child(3) {
        margin-bottom: 0;
    }
    
    /* Event */
    .events_section .events-title {
        font-size: 20px;
        line-height: 25px;
    }
    .events_section .event-content {
        padding-right: 0;
    }
    
    /* Tabber */
    .hs-tabber-wrap {
        margin-bottom: 50px;
    }
    .hs-tabber-tabs {
        padding-left: 0;
        padding-top: 30px;
    }
    .hs-tabber-tabs li {
        border: 0;
    }
    
    /* Solutions Page Style  */
    .three-col-eq-custom-wrapper .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        margin-left:0;
    }
    
    /* Contact Us Page Style */
    .sidbar-left-flexi-col {
        margin-bottom: 33px;
    }
    
    /* Testimonial */
    .testimonial-section {
        padding: 15px;
    }
    
    /* Partners */
    .hs-partners .main-content-flexi-col form.hs-form fieldset.form-columns-3 .hs-form-field {
        width: 100%;
        margin-left: 0;
    }
    
    .hs-billing-paypal .main-content-flexi-col .input,
    .hs-billing-paypal .main-content-flexi-col .hs-form-field > label{
        float: left;
        width: 100%;
    }
    .hs-billing-paypal .main-content-flexi-col .hs-button.primary, 
    .hs-billing-paypal .main-content-flexi-col input[type="submit"], 
    .hs-billing-paypal .main-content-flexi-col input[type="button"]{
        margin-left: 0;
    }
    
    /* Home Page */
    .home-page .home-page-img-slider {
        display: none;
    }
    .home-page .white-bg-grp .sec-one .sec-one-flexi-col .hs_cos_wrapper_type_widget_container {
        margin: 0;
    }
    .hs-one-col-content-with-top-icon {
        min-height: auto;
    }
    .hs-one-col-content-with-top-icon {
        min-height: auto;
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .home-page .white-bg-grp .sec-one {
        padding: 0 20px;
    }
    .home-page .white-bg-grp .sec-one .page-center {
        padding-bottom: 25px;
        margin-bottom: 50px;
    }
    .home-page .white-bg-grp .sec-two .sec-two-header .hs_cos_wrapper_type_header h1 {
        margin-bottom: 30px;
    }
    .hs-abt-tab-cust-mod .inner-wrapper {
        margin-bottom: 50px;
    }
    .hs-header-bg-img {
        min-height: 288px;
    }
    .home-page .sec-three .sec-three-full-width-flexi-col {
        padding: 0 20px;
    }
    .home-page .sec-three .sec-three-inner-group .sec-three-inner-flexi-col-one {
        padding: 0px;
        margin-bottom: 50px;
    }
    .home-page .sec-three .sec-three-inner-group .sec-three-inner-flexi-col-one .one-col-img-wrapper .hs_cos_wrapper_type_linked_image {
        width: 100%;
        float: none;
        text-align: center;
        padding: 15px 0px;
        border-right: 0;
    }
    .hs-header-bg-img h2 {
        font-size: 25px;
        padding: 105px 0 95px;
    }
    .hs-header-bg-img h2 span {
        font-size: 40px;
    }
    .hs-header-bg-img {
        min-height: auto;
    }
    .home-page .sec-three .sec-three-inner-group .sec-three-inner-flexi-col-one .one-col-img-wrapper:last-child .hs_cos_wrapper_type_linked_image {
        padding: 15px 38px 15px;
        border-bottom: 1px solid #b7b7b7;
    }
    .hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper .hs-tabber .hs-tab-cnt {
        padding: 26px 28px 0px 28px;
    }
    .hs-abt-tab-cust-mod .inner-wrapper {
        display: block;
    }
    .hs-abt-tab-cust-mod .inner-wrapper .left-col {
        display: block;
        width: 100%;
    }
    .hs-abt-tab-cust-mod .inner-wrapper .right-col {
        display: block;
    }
    .hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper ul.nav.nav-tabs {
        padding-left: 0;
    }
    .hs-abt-tab-cust-mod .inner-wrapper .right-col .tabs-wrapper ul.nav.nav-tabs li a {
        font-size: 12px;
        padding: 15px 5px;
    }
    
    /* Blog */
    .blog .custom-banner-wrapper{
        display:none !important;
    }
    .blog .hs-blog-header h1 {
        margin: 65px 0 45px 0px;
    }
    .recent-post-item-content {
        overflow: hidden;
    }
    
    .hs-blog-listing .custom-post-meta div {
        margin-top: 10px;
    }
    .hs-blog-listing .custom-post-category {
        margin-top: 5px !important;
    }
    .hs-blog-listing .custom_listing_comments {
        margin-top: 4px !important;
    }
    
    .related-post-item {
        margin: 0 4% 30px 0;
        width:48%;
    }
    .related-post-item:nth-child(2n+1) {
        margin-right: 0;
    }
    .custom-hs-two-column-equal-with-bottom-pane-row3 .hs_cos_wrapper_type_rich_text:first-child{
        margin-bottom:17px;
    }
    .team-wrapper-inner {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .hs_cos_wrapper_type_custom_widget:nth-child(1) ~ div .team-wrapper {
        padding-top: 0;
    }
    .hs-contact-us .main-content-flexi-col input, .hs-contact-us .main-content-flexi-col textarea {
        max-width: 100%;
        width: 100%;
    }
    #back-to-top {
        top: -28px;
    }
    table {
        width: 100%;
        display: block;
    }

    tr td {
        width: 100% !important;
        display: block;
    }
    .hs-billing-paypal .main-content-flexi-col input[type="image"],
    input[type="submit"], 
    input[type="reset"]{
        margin-top: 10px;
    }
    .hs-billing-paypal .main-content-flexi-col input[type="text"], 
    .hs-billing-paypal .main-content-flexi-col input[type="email"], 
    .hs-billing-paypal .main-content-flexi-col input[type="tel"], 
    .hs-billing-paypal .main-content-flexi-col textarea {
        box-shadow: none;
        border-radius: 0;
        width: 100%;
    }
    form.form-horizontal tbody, form.form-horizontal tr {
        width: 100%;
        display: block;
    }
} 

@media (max-width: 600px) {
    .hs-tabber-tabs {
        padding-top: 0;
    }
    .hs-tabber-tabs li {
        width:100%;
    }
    .hs-tabber-tabs li a {
        text-align: left;
    }
    .hs-billing-paypal .body-container ul.hs-error-msgs.inputs-list{
        left: 10%;
    }
    
    /* Hs Contact Us */
    .hs-contact-us .main-content-flexi-col input, .hs-contact-us .main-content-flexi-col textarea {
        max-width: 100%;
        width: 100%;
    }
    .custom-popup-group {
        position: fixed;
        width: 345px !important;
    }
    .custom-popup-form {
        width: 280px !important;
    }
    .active-pop .custom-popup-group {
        position: fixed;
        width: 280px !important;
    }

}

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

@media (max-width: 479px) {
    .full-width-layout .main-content-group .hs_cos_wrapper_type_linked_image, 
    .full-width-layout .main-content-group .one-col-img-wrapper:first-child .hs_cos_wrapper_type_linked_image:first-child,
    .full-width-layout .main-content-group .one-col-img-wrapper:nth-child(4) .hs_cos_wrapper_type_linked_image:last-child{
        width: 100%;
        max-width: none;
        text-align: center;
        padding: 0;
        margin-bottom: 10px;
    }
    .hs-featured-image-wrapper {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .blog-listing-wrapper .post-listing .post-item .post-body {
        overflow: visible;
    }
    .recent-image {
        margin: 0 0 20px;
        width: 100%;
    }
    .recent-post-item-content {
        overflow: visible;
    }
    .related-post-item {
        display: block;
        float: none; 
        margin:0 0 30px 0;
        width:100%;
    }
    .hs-header-bg-img h2 {
        padding: 25px 0;
    }
}

@media (max-width: 320px) {
     .custom-footer-social {
        text-align: left;
        padding-top: 16px;
    }
}