/* ==========================================================================
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 =============== */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@font-face {
  font-family: "Source Sans Pro Regular";
  src: url("//cdn2.hubspot.net/hubfs/4929179/WorkForce_March2019/Fonts/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4929179/WorkForce_March2019/Fonts/SourceSansPro-Regular.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4929179/WorkForce_March2019/Fonts/SourceSansPro-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Source Sans Pro Light";
  src: url("//cdn2.hubspot.net/hubfs/4929179/WorkForce_March2019/Fonts/SourceSansPro-Light.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4929179/WorkForce_March2019/Fonts/SourceSansPro-Light.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4929179/WorkForce_March2019/Fonts/SourceSansPro-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Source Sans Pro ExtraLight";
  src: url("//cdn2.hubspot.net/hubfs/4929179/WorkForce_March2019/Fonts/SourceSansPro-ExtraLight.eot?#iefix") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/4929179/WorkForce_March2019/Fonts/SourceSansPro-ExtraLight.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/4929179/WorkForce_March2019/Fonts/SourceSansPro-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* EX: @import url('http://example.com/example_style.css'); */

/* 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 {
  text-rendering: auto;
  color: #666666;
  background-color: #ffffff;
  font-size: 16px;
  font-family: "Source Sans Pro Regular",sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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


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

/* Basic text */
p {
  margin:0 0 15px;
} 
p:last-child {
  margin: 0px;
}
small {}
strong {
  font-weight: bold;
}
cite, em, var, address, dfn {
  font-style: italic;
}
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: inherit;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  margin:0 0 15px;
  color:#000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, {
  font-size: 50px;
  color: #000;
}
h1, .grve-h1 {
  font-size: 50px;
}
h2, .grve-h2 {
  font-size: 36px;
}
h3, .grve-h3 {
  font-size: 30px;
}
h4, .grve-h4 {
  font-size: 24px;
}
h5, .grve-h5 {
  font-size: 24px;
}
h6, .grve-h6 {
  font-size: 20px;
}

/* Anchor Links */
a {    
  color: #fd8e00;
}
a {
  text-decoration: none;
  outline: 0;
}
a:hover{
  color: #1e1e1e;
}
a:hover, a:focus, a:visited {
  text-decoration: none;
}
/* Lists */
ul, ol {
  margin: 0 0 28px;
  padding-left: 20px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  position: relative;
  padding-left: 20px;
  margin:0 0 30px;
  z-index:3;
}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  border-color: #e4e4e4;
}

.hs-rss-title {
  font-weight: bold !important;
  font-size: 18px;
}


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

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

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

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


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


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

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

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


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

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

.custom-header .page-center {
  max-width: 100% !important;
}
.widget-span.custom-header-col.col-left {
  width: 360px;
  padding: 15px 30px;
}
.widget-span.custom-header-col.col-right {
  width: calc(100% - 360px);
  padding-right: 65.03px;
  position: relative;
  z-index: 3;
}
.widget-span.custom-header-col {
  margin-left: 0;
}

ul.grve-header-options {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  /* text-align: left; */
  width: 65.03px;
}
ul.grve-header-options img {
  vertical-align: middle;
}
ul.grve-header-options li {
  display: inline-block;
  margin: 0 8px;
  position: relative;
}
ul.grve-header-options a {
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
ul.grve-header-options a img {
  vertical-align: top;
  margin-top: -14px;
}

.banner-area {
  min-height: 150px;
  position: relative;
  z-index: 3;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner-content {
  position: absolute;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.banner-content h1 {
  margin: 0px;
  line-height: 1;
  font-size: 70px;
  color: #fff !important;
}

.banner-content h2 {
  margin: 0px;
  line-height: 1;
  font-size: 60px;
  color: #000;
}

.grve-slider-caption-content.layer {
  display: inline-block;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  opacity:0;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}
.body-container .page-center.content-wrapper{
  padding-top:25px;
  padding-bottom:25px;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.custom-footer-bottom {
  font-size: 0.85em;
  padding: 20px 0px 10px 0px;
  background-color: #000000;
  color: #ffffff;
}
.custom-footer {
  background-color: #111010;
  color: #ffffff;
}
.custom-footer-top {
  padding-bottom: 30px;
  padding-top: 60px;
}
.custom-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-span.custom-footer-top-col {
  width: 33.33%;
  margin-left: 0;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-footer-top .page-center > div > div {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.custom-footer-top-col > div {
  margin-bottom: 30px;
}
.custom-footer h3 {
  font-size: 24px;
  margin-bottom: 1em;
  font-weight: 400;
  color: #ffffff;
}
.contact-content ul li {
  padding-bottom: 15px;
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #222222;
}
.contact-content ul li:before {
  position: absolute;
  font-family: FontAwesome;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  opacity: 0.2;
}
.contact-content ul  li.grve-address:before {
  content: "\f015";
}
.contact-content ul  li.grve-phone:before {
  content: "\f095";
}
.contact-content ul li.grve-fax:before {
  content: "\f02f";
}
.contact-content ul li.grve-email:before {
  content: "\f0e0";
}
.contact-content ul li.grve-web:before {
  content: "\f0c1";
}
.contact-content ul li:last-child {
  margin-bottom: 0;}
  
.contact-content ul li a {color: #e0922f !important; text-decoration: underline;}
  
.footer-social li {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.footer-social li a {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #222222;
  text-align: center;
  background-color: rgba(255,255,255,0.04);
  color: #ffffff;
}
.footer-social li a:hover {
  background-color: #fd8e00;
  color: #fff;
  opacity: 1;
}
.footer-recent-post .hs-rss-item {
  padding-left: 40px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #222;
  margin: 0 0 15px;
  font: inherit;
}
.footer-recent-post .hs-rss-item:last-child {
  margin-bottom: 0;
}
.footer-recent-post .hs-rss-item:before {
  content: "\f040";
  font-family: FontAwesome;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid;
}
.footer-recent-post .hs-rss-item:after {
  content: "\f040";
  font-family: FontAwesome;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid #222;
  background-color: rgba(255,255,255,0.04);
}
.footer-recent-post .hs-rss-item a.hs-rss-title {
  margin-bottom: 0px;
  font-size: 14px;
  vertical-align: top;
  line-height: 1.2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ffffff;
  position: relative;
  top: -4px;
  text-decoration: underline;
}
.footer-recent-post .hs-rss-byline {
  opacity: 1;
  font-size: 0.8em;
  opacity: 0.5;
  line-height: 1;
  margin-top: -3px;
  vertical-align: top;
}
.footer-recent-post .hs-rss-item a.hs-rss-title:hover {
  color: #fd8e00;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  float: right;
  display: block !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  display: block;
  line-height: inherit;
  padding: 0 30px 0 0;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  color: #a8a8a8;
}
.custom-header-col.col-right {
  line-height: 110px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #fd8e00;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: #fdfdfd;
  min-width: 200px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  display: block;
  position: relative;
  z-index: 100;
  border-top: 1px solid rgba(255,255,255, 0.05);
  border-bottom: 1px solid rgba(0,0,0, 0.05);
  line-height: 40px;
  padding: 0 15px;
  color: #a8a8a8;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {
}
.widget-span.custom-header-col.col-right {
  z-index: 10;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-menu-item > a {}
.custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children > a {
  background-position: 95% center;
  background-repeat: no-repeat;
  background-image: url(//cdn2.hubspot.net/hubfs/4929179/WorkForce_March2019/Images/arrow-right-dark.svg);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  color: #fd8e00;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child > ul {
  right: 0;
  left: auto !important;
}

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

  li.mob-trigg {
    display: none !important;
  }
  .mobile-trigger, .child-trigger{ 
    display: none; 
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>ul {
    text-align: right;
  }
}


/* =============== Mobile Toggle Menu =============== */
@media (max-width: 1280px){

  /* 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;
    left: auto;
    bottom: auto;
    -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;
    text-decoration: none;
  }

  /* ===== Mobile Toggle Button ===== */
  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper,
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .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 */
  }


}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

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

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

/* Blog Commments */
#comments-listing.no-comments {
  border: none;
}
#comments-listing {
  border: 1px solid #e4e4e4;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment.depth-0 {
  border-bottom: 1px solid #e4e4e4 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment.depth-0:last-child {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font: 400 14px Open Sans, Arial, Helvetica, sans-serif;
  color: #777777;
  line-height: 1.9;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date {
  color: #777777 !important;
  display: block !important;
  text-align: left;
}
.new-comments.no-comments {
  border: none !important;
}
.custom_listing_comments{
  border:1px solid #ccc;
  padding:15px;
  line-height:165%;
}

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

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

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

/* Labels and Legends */
label {}
.body-container .hs-form-field > label {
  display:block;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  width: 100%;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  padding: 10px;
  font-size: 0.85em;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
  box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
}
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea{
  -webkit-appearance: none;
}
.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
  outline: none;
}
.body-container .hs_error_rollup ul.hs-error-msgs.inputs-list {
  margin-bottom: 24px;
}
span.hs-form-required {
  color: #f00;
  margin-left: 3px;
}
.body-container ul.hs-error-msgs.inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #f00;
  font-size: 1em;
  font-weight: normal;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  height: 65px;
}
/* Separate Styles for Multiple Line Inputs */
.body-container textarea {
  height:172px;
}
.body-container textarea:focus {}

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  padding: 1em 2.692em;
  margin: 0px;
  display: inline-block;
  border: none;
  cursor: pointer;
  box-shadow: 0px 1px 0px rgba(255,255,255,0.25) inset, 0px 1px 3px rgba(0,0,0,0.2);
  border: 1px solid;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 12px ;
  font-family: "Source Sans Pro Regular", sans-serif;
  border-color: #fd8e00;
  background-color: #fd8e00;
  color: #fff;
  margin-bottom:24px;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  background-color: #1e1e1e;
  color: #fff;
  border-color: #1e1e1e;
}

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


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

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


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

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


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

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


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

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

.fluid-width-video-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
  padding-top: 56.2963%;
}
.fluid-width-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hs-blog-post-body .hs_cos_wrapper_type_rich_text > h3:first-child {
  padding-bottom: 30px;
}
.hs-blog-post-body table {
  border-spacing: 0;
  padding: 0;
  margin: 0;
  border: none;
}
.hs-blog-post-body table tr td {
  vertical-align: top;
}
.hs-blog-post-body table tr td {
  vertical-align: top;
  border: none;
  padding: 0;
  padding-bottom: 28px;
}
.hs-blog-post-body table tr td:first-child {
  width: 146px;
  line-height: 24px;
}
.hs-blog-post-body table strong,
.hs-blog-post-body strong {
  color: #000000;
}
.hs-blog-post-body figure {
  margin: 0 0 35px;
}
.custom-post-bottom-social-row {
  margin: 0 -15px;
}
.custom-post-bottom-social-row .custom-topic-column {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.custom-post-bottom-social-row .custom-social-column {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.custom-bottom-tags a {
  text-decoration: none;
  outline: 0;
  float: left;
  margin: 0px 2px 2px 0px;
  border: 1px solid;
  display: inline-block;
  font-size: 0.8em;
  line-height: 24px;
  padding: 0 8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #666666;
  border-color: #e4e4e4;
  background-color: #fff;
}
.custom-bottom-tags a:hover {
  background-color: #1e1e1e;
  color: #fff;
}
#comments-listing:empty {
  margin: 0;
  padding: 0;
  border: none;
}
.hs_cos_wrapper_type_blog_comments form {
  border: 1px solid #333;
  padding: 20px;
}
/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

.header-search-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  filter: alpha(opacity=80);
  z-index: 200;
  opacity:0;
  visibility:hidden;
}
.header-search-inner {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 200;
  cursor: auto;
}
.header-search-inner:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.header-search-mod > div {
  text-align: center;
  max-width: 800px;
  margin: 40px auto;
  position: relative;
  display: block;
  width: 100%;
}
.header-search-mod form {
  width: 100%;
  display: inline-block;
  position: relative;
}
.header-search-mod  input.hs-search-field__input {
  -webkit-appearance: none;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
  box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
  max-width: 100%;
  width: 100%;
  margin: 0;
  background: none;
  border: none;
  font-size: 70px;
  color: #fff;
  padding: 20px;
  font-weight: 400;
  font-family: "Source Sans Pro Regular";
}
button.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button.mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

button.grve-search-btn {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  right: 0;
  font-family: FontAwesome;
  border: none;
  font-size: 50px;
  top: 50%;
  margin-top: -25px;
  width: 55px;
  height: 50px;
  background: none !important;
  color: #fd8e00;
  outline:none;
}

.header-search-wrap.open-header-search {
  opacity: 1;
  visibility: visible;
}
.header-search {
  width: 100%;
}
.widget-span.header-search-mod {
  float: none;
}
.header-search-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-search-wrap.open-header-search  .header-search-mod>div {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.header-search-mod > div {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.header-search-wrap {
  background: #0b0b0b;
}
.header-search-mod input.hs-search-field__input:focus {
  outline: none;
}


@media (min-width:768px){
  .header-search-mod input.hs-search-field__input {
    padding-right: 60px;
  }
  .body-container input[type="text"],
  .body-container input[type="password"], 
  .body-container input[type="datetime"], 
  .body-container input[type="datetime-local"], 
  .body-container input[type="date"], 
  .body-container input[type="month"], 
  .body-container input[type="time"], 
  .body-container input[type="week"], 
  .body-container input[type="number"], 
  .body-container input[type="email"], 
  .body-container input[type="url"], 
  .body-container input[type="search"], 
  .body-container input[type="tel"], 
  .body-container input[type="color"],
  .body-container input[type="file"],
  .body-container textarea,
  .body-container select {
    max-width: 850px;
  }
}
@media (max-width:767px){
  .header-search-mod input.hs-search-field__input{
    font-size:30px;
    padding-left: 18px;
    padding-right: 47px;
  }
  button.grve-search-btn{
    font-size: 30px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    right: 15px;
  }
}



/* Blog */
.section-header-with-bg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(0,0,0,0.02);
  border-top: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  margin: 0;
  display: block;
}
.section-header-with-bg h2.grve-title {
  float: left;
  line-height: 1.2;
  font-size: 35px;
  margin: 0 25px 0 0;
  color: #000000;
}
.section-header-with-bg  .grve-sub-title {
  float: left;
  line-height: 1.2;
  font-size: 15px;
  overflow: hidden;
  margin-top: 14px;
}
.section-header-with-bg  .grve-page-title:after,
.section-header-with-bg  .grve-page-title:before {
  content: "";
  display: table;
  width: 100%;
}



/* ========= Blog Listing ========= */
.blog .body-container .page-center.content-wrapper {
  padding-top: 65px;
  padding-bottom: 0;
  margin-bottom: -1px;
}
.widget-span.blog-content,.widget-span.blog-sidebar {
  margin-left: 0;
}
.widget-span.blog-content {
  padding-right: 30px;
  width: 75.0%;
}
.widget-span.blog-sidebar {
  width: 25%;
  padding-left: 30px;
}
.hs-blog-listing .post-item {
  margin-bottom: 100px;
  position: relative;
  z-index: 3;
}
.hs-blog-post-content {
  padding-left: 110px;
  min-height: 80px;
  position: relative;
}
.hs-blog-post-content .hs-blog-post-author {
  position: absolute;
  width: 80px;
  text-align: center;
  left: 0;
  top: 0;
}
.hs-blog-post-content .hs-blog-post-author img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  max-width: 64px;
}
h5.hs-blog-post-title {
  margin-bottom: 0.278em;
  line-height: 1.2;
  overflow: hidden;
  display: inline-block;
  color: #000000;
}
.hs-blog-listing .post-item a:hover h5 {
  color: #fd8e00;
}
.hs-blog-post-meta {
  font-size: 0.8em;
  margin-bottom: 10px;
  line-height: 1.2;
}
span.hs-blog-post-date:before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 5.5px;
  font-size: 0.9em;
}
span.hs-blog-post-categories:before, 
.hs-blog-post-author-by:before {
  margin-left: 5px;
  margin-right: 5px;
  content: "/";
}
.hs-blog-listing .post-item p {
  margin-bottom: 28px;
}
a.hs-blog-read-more {
  float: left;
  margin-top: -20px;
  color: #fd8e00;
}
a.hs-blog-read-more:hover {
  color: #1e1e1e;
}
/* === Blog Sidebar ===*/
.blog-sidebar h1,
.blog-sidebar h2,
.blog-sidebar h3 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 1em;
}
.blog-sidebar .widget-module ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-sidebar > div {
  margin-bottom: 30px;
}
.blog-sidebar .widget-module ul > li {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
  vertical-align: top;
  line-height: 1.2;
  z-index: 3;
}
.blog-sidebar .widget-module ul > li > a {
  font-size: 14px;
}
.blog-sidebar .widget-module ul > li:last-child {
  margin-bottom: 0;
}
.blog-pagination {
  padding: 20px 0;
}
.blog-pagination a {
  display: inline-block;
  margin-left: 10px;
}
.blog-sidebar .sidebar-post-cat .widget-module ul > li > a {
  font-size: inherit;
}
.blog-sidebar .widget-module ul > li span.filter-link-count {
  display: none;
}


/* ================ Post Page ======================*/
.section-header-with-bg .hs-blog-post-post-meta {
  font-size: .8em;
  margin-bottom: 10px;
  line-height: 1.2;
}

.hs-blog-post .section-header-with-bg h2.grve-title {
  float: none;
  margin: 0;
}

.section-header-with-bg span.hs-blog-post-post-date:before {
  content: "";
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 5.5px;
  font-size: .9em;
  color: #fd8e00;
}

.feature-image-wrap {
  margin-bottom: 35px;
}

.hs-blog-post-social {
  text-align: right;
}

.hs-blog-post-social ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.hs-blog-post-social ul li {
  display: inline-block;
  vertical-align: top;
}

.hs-blog-post-social ul li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #e4e4e4;
  text-align: center;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  color: #666666;
}

.hs-blog-post-body {
  margin-bottom: 28px;
}

.hs-blog-post-social ul li a:hover {
  background-color: #1e1e1e !important;
  color: #fff !important;
}

.hs-blog-post-about-author {
  padding: 60px 0px 30px 0px;
  margin: 60px 0px 0px 0px;
  border-top: 1px solid #e4e4e4;
  line-height: 24px;
}

.hs-blog-post-about-author > img {
  float: left;
  width: auto;
  height: 80px;
  display: block;
  max-width: 84.5px;
  height: auto;
}

.hs-blog-post-author-info {
  overflow: hidden;
  padding-left: 25px;
  min-height: 80px;
}

.hs-blog-post-author-info h5 {
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 3px;
  display: block;
}

a.hs-blog-post-article-nav {
  position: fixed;
  display: table;
  width: 190px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff !important;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 10;
}
a.hs-blog-post-article-nav.hs-blog-post-prev-article {
  left: 0px;
  margin-left: -160px;
  padding-right: 30px;
}
a.hs-blog-post-article-nav i {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  top: 50%;
  margin-top: -15px;
}
a.hs-blog-post-article-nav.hs-blog-post-prev-article i {
  right: 0px;
}
a.hs-blog-post-article-nav span {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 10px;
  max-width: 100px;
}
a.hs-blog-post-article-nav:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
a.hs-blog-post-article-nav.hs-blog-post-prev-article:hover {
  margin-left: 0;
}
a.hs-blog-post-article-nav.hs-blog-post-next-article {
  right: 0px;
  margin-right: -160px;
  padding-left: 30px;
}
a.hs-blog-post-article-nav.hs-blog-post-next-article i {
  left: 0px;
}
a.hs-blog-post-article-nav.hs-blog-post-next-article:hover {
  margin-right: 0;
}

/* Related Post */
.rel-post-wrap {
  margin-top: 30px;
}
.rel-post-filter {
  margin-bottom: 35px;
  text-align: right;
  position: relative;
  padding: 10px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  z-index: 3;
}
h5.rel-post-title {
  position: absolute;
  line-height: 30px;
  top: 10px;
  left: 10px;
  white-space: nowrap;
  color: #000000;
}
ul.rel-post-ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.rel-post-ul li {
  display: inline-block;
  cursor: pointer;
  padding: 3px 10px;
  margin: 0 2px;
  border: 1px solid;
  font-size: 0.9em;
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  cursor: pointer;
  height: 30px;
  line-height: 28px;
  padding: 0px 0px 0px 30px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom;
  position: relative;
  -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  font-family: inherit;
  background: none !important;
  border: none;
  cursor: default;
  z-index:3;
}
ul.rel-post-ul li i {
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  text-align: center;
  left: 0px;
  position: absolute;
}
ul.rel-post-ul li.selected,
ul.rel-post-ul li:hover{
  color: #fd8e00;
}
.rel-post-cont {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0px -15px;
}
.rel-post-cont.grve-isotope-active {
  opacity: 1;
}
.rel-post-item {
  padding: 0px 15px;
  margin-bottom: 30px;
  width: 50% !important;
}
.rel-post-item a {
  border: 1px solid #e4e4e4;
  display: block;
  background-color: #fff;
}
.rel-post-item .grve-post-format {
  width: 50px;
  height: 50px;
  float: left;
  overflow: hidden;
}
.rel-post-item .grve-post-format:before,.rel-post-item .grve-post-format:after {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  text-align: center;
  position: relative;
  top: 0;
  float: left;
  -webkit-transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.rel-post-item .grve-post-format:before {
  content: "\f09e";
  font-family: FontAwesome;
}
.rel-post-item .grve-post-format:after {
  content: "\f09e";
  font-family: FontAwesome;
}
.rel-post-item a:hover .grve-post-format:before,
.rel-post-item a:hover .grve-post-format:after {
  top: -50px;
}
.rel-post-item a:hover .grve-post-format:after {
  background-color: #1e1e1e;
  color: #fff;

}
.rel-post-item .grve-post-content {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 8px;
  border-left: 1px solid #e4e4e4;
  height: 50px;
}
.rel-post-item  .grve-post-date {
  opacity: 0.5;
  font-size: 12px;
  margin-left: -3px;
  line-height: 1;
  vertical-align: top;
  color: #000;
}
.rel-post-item .grve-post-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 0px;
  vertical-align: top;
  line-height: 1.2;
  margin-top: -8px;
  color: #000000;
}
.rel-post-item grve-post-date:before {
  content: '';
  margin: 0px;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property:    -moz-transform, opacity;
  -ms-transition-property:     -ms-transform, opacity;
  -o-transition-property:      -o-transform, opacity;
  transition-property:         transform, opacity;
}
.isotope .isotope-item {
  -webkit-transition-property: top, left, opacity;
  -moz-transition-property: top, left, opacity;
  -ms-transition-property: top, left, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: top, left, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.widget-type-blog_comments {
  margin-bottom: 35px;
}



/* Error 404 */
.error-404-lay .body-container .page-center.content-wrapper {
  padding-top: 115px;
  padding-bottom: 0;
  text-align: center;
}
.error-404-content h1 {
  color: #000;
}
.error-404-content h4 {
  font-family: "Source Sans Pro Light",sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #000000;
  margin-bottom: 30px;
}
.error-search .hs-search-field {
  max-width: 270px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.error-search .hs-search-field input.hs-search-field__input {
  padding-right: 40px;
  position:relative;
  z-index:1;
}
.error-search {
  padding-bottom: 50px;
}
button.error-grve-search-btn {
  font-family: FontAwesome;
  border: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 38px;
  height: 38px;
  border-left: 1px solid #e4e4e4;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #666666;
  z-index: 2;
}

button.error-grve-search-btn:hover {
  background-color: #fd8e00 !important;
  color: #fff;
}
/* Styles that do not fit into any of the available sections above can go here. */
.our-services-lay .section-header-with-bg {
  margin-bottom: 65px;
}

h1.title {
  color: #000;
  margin-bottom: 45px;
}

.full-width-content-with-title-wrap {
  margin-bottom: 35px;
}

.our-services-wrap {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.our-services-col {
  width: 50.0%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.resource-item {
  padding: 20px;
  position: relative;
  background-color: #FFF;
  margin-bottom: 20px;
  z-index:3;
}
.resource-item:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0px;
  height: 100%;
  width: 3px;
  background-color: #fd8e00;
  color: #fff;
}

.resource-item h4.grve-callout-content {
  color: #000;
  margin-bottom: 5px;
}

.resource-item  p {
  margin: 0;
}

a.btn {
  padding: 1em 2.692em;
  margin: 0px;
  display: inline-block;
  border: none;
  cursor: pointer;
  box-shadow: 0px 1px 0px rgba(255,255,255,0.25) inset, 0px 1px 3px rgba(0,0,0,0.2) !important;
  border: 1px solid;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 1;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 12px;
  font-family: "Source Sans Pro Regular",sans-serif;
  background-color: #fd8e00;
  color: #fff;
  border-color: #fd8e00;
  margin-top: 35px;
  min-width: 185px;
  text-align: center;
  position: inherit;
  top: 0px;
  right: 0px;
  z-index: 1;
}
.resource-item a.btn{
  -webkit-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
a.btn:hover {
  background-color: #1e1e1e;
  color: #fff;
  border-color: #1e1e1e;
}
.full-width-feedback-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  color: #fff;
}
.full-width-feedback-wrap .content {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 2em;
  text-align: center;
}
.full-width-feedback-wrap .content * {
  display: inline-block;
  vertical-align: middle;
}
.full-width-feedback-wrap .content  span.grve-callout-title {
  margin: 0px 15px;
  display: inline-block;
  vertical-align: middle;
}
.full-width-feedback-wrap .content a.btn {
  margin: 0;
  border: 1px solid #fff;
  color: #fff;
  transform: none;
  padding: 0;
  min-width: 100px;
  margin-left: -7px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.full-width-feedback-wrap .content a.btn > span {
  padding: 1em 2.692em;
  display: block;
}
.full-width-feedback-wrap .content a.btn:before {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  z-index: -1;
  padding: 1em 0px !important;
  z-index: 1;
  content: attr(data-hover);
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  -o-transition: left 0.2s ease;
  -ms-transition: left 0.2s ease;
  transition: left 0.2s ease;
  text-align: center;
  background-color: #fff;
}
.full-width-feedback-wrap .content a.btn:hover:before {
  left: 0;
}
.full-width-feedback-wrap .content a.btn:hover {
  color: #fd8e00;
}
.resource-item:last-child {
  margin-bottom: 5px;
}
.our-services-group {
  margin-bottom: 30px;
}
.hs-content-id-8540579094 h1.title {
  color: #000;
  margin-bottom: 15px;
}
.our-services-group.resource-with-title a.btn {
  font-size: 10px;
}
.resource-item.left-col-resource-item {
  margin-top: 30px;
}
.our-services-group.resource-with-title .resource-item.resource-1 {
  margin-bottom: 30px;
}
.banner-area.time-management {
  /*margin-bottom: 65px;*/
}
.our-services-group.resorce-wrap-without-title .our-services-col > img {
  margin-bottom: 30px;
}
.our-services-group.resorce-wrap-without-title .resource-item a.btn {
  font-size: 10px;
}
.our-services-group.resorce-wrap-without-title .resource-item.resource-1 {
  margin-bottom: 30px;
}
.our-service-content {
  margin-bottom: 5px;
}

.section-description {
  margin-bottom: 35px;
}
.add-ons-service-group {padding: 40px 0px;}
.add-ons-service-group .add-ons-service-title h2 {
  margin-bottom: 0;
  color: #000;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 0;
}
.add-ons-service-group .add-ons-service-title h2:before {
  content: "";
  display: inline-block;
  position: relative;
  border-top: 1px solid #e4e4e4;
  vertical-align: middle;
  width: 80px;
  margin: 0 2% 0 -80px;
  left: 0;
}
.add-ons-service-group .add-ons-service-title h2:after {
  content: "";
  display: inline-block;
  position: relative;
  border-top: 1px solid #e4e4e4;
  vertical-align: middle;
  width: 80px;
  margin: 0 -80px 0 2%;
  left: 0;
}
.add-ons-service-group .add-ons-service-title {
  margin-bottom: 35px;
}
.addon-service-col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  width: 33.33333333%;
}
.addon-service-wrap:after,
.addon-service-wrap:after {
  content: "";
  display: table;
  width: 100%;
}
.add-one-service-wrap .grve-icon-box {
  padding: 20px;
  background-color: #fff;
  background-color: rgba(255,255,255,0.9);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  margin: 5px 0px;
  z-index: 2;
  position: relative;
  margin-bottom: 5px;
}
.service-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  left: 0px;
  top: 8px;
  line-height: 75px;
  text-align: center;
  font-size: 30px;
  border: 1px solid;
  position: relative;
  overflow: visible;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #fd8e00;
  color: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.add-one-service-wrap .service-icon:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  top: -1px;
  left: -1px;
  opacity: 0.8;
  border: 8px solid rgba(0,0,0,0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1.2);
  -moz-transition: scale(1.2);
  -o-transition: scale(1.2);
  transition: scale(1.2);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.add-one-service-wrap .grve-icon-box:hover .service-icon:after {
  border-color: #e4e4e4;
}
.add-one-service-wrap .grve-icon-box:hover .service-icon {
  -webkit-transform: scale(0.8);
  -moz-transition: scale(0.8);
  -o-transition: scale(0.8);
  transition: scale(0.8);
}
.add-one-service-wrap .grve-box-content {
  margin-top: 23px;
}
.add-one-service-wrap .grve-box-content h5 {
  margin: 15px 0px 10px 0px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.add-one-service-wrap .grve-icon-box:hover .grve-box-content h5 {
  color: #fd8e00;
}
.addon-service-wrap.addon-service-wrap-type-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.addon-service-wrap.addon-service-wrap-type-2:after {
  display: none;
}
.addon-service-wrap.addon-service-wrap-type-2 .grve-icon-box {
  margin-top: 0;
}
.add-one-service-wrap {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.add-ons-service-group.helpful-resources {
 padding: 40px 0px;
}

/* Resource Page =======*/
.resources-group {
  padding-top: 65px;
}
.resources-col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 50.0%;
}
.resources-wrap {
  margin-bottom: 65px;
  padding-top: 35px;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.resources-wrap h4 {
  color: #000;
}
.resources-col.col-left .resources-content {
  width: 50%;
  padding-left: 15px;
}
.resources-col.col-left .resources-content a {
  padding: 1em 2.692em;
  margin: 0px;
  display: inline-block;
  border: none;
  cursor: pointer;
  box-shadow: 0px 1px 0px rgba(255,255,255,0.25) inset, 0px 1px 3px rgba(0,0,0,0.2);
  border: 1px solid;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  line-height: 1;
  font-family: 'Source Sans Pro', sans-serif;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #000000;
  border-color: #000000;
  color: #fff;
  font-size: 10px;
  font-family: "Source Sans Pro Regular",sans-serif;
  margin: 0px;
}
.resources-col.col-left .resources-content p {
  margin-bottom: 10px;
}
.resources-col.col-left .resources-content a:hover {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.resources-right-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.resources-right-col {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.resources-item{
  margin: 0px 0px 30px 0px;
}
.resources-item+.resources-item {
  margin-bottom: 0;
}
.resources-right-col h5{
  color:#000;
}
.resources-right-col h5.resources-box-title {
  margin: 0px 0px 5px 0px;
  display: inline-block;
  padding-left: 35px;
}
.res-box-small {
  position: relative;
  z-index: 2;
}
.resource-icon {
  position: absolute;
  z-index: 1;
  color: #fd8e00;
  font-size: 25px;
  position: absolute;
  line-height: 1;
  top: 0;
  left: 0;
}
.resources-right-col .resources-item:hover h5{
  color: #fd8e00;
}
.full-width-title {
  /*margin-bottom: 60px;*/
  padding: 60px;
}
.full-width-title h2 {
  margin-bottom: 5px;
  color: #fff;
  text-align: center;
}

/* =========== Employee Page ===========*/
.employe-document-group {
  padding-top: 65px;
  padding-bottom: 60px;
}
.employe-document-wrap-out {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.employe-document-col {
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 33.33333333%;
  text-align: center;
}
.employe-document-item {
  position: relative;
  margin: 0px 0px 30px 0px;
  z-index: 2;
  padding-bottom: 20px;
}
.employe-document-item+.employe-document-item {
  margin-bottom: 5px;
}
.employe-box-content h5 {
  margin-top: 8px;
  margin: 23px 0px 10px 0px;
  display: inline-block;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.employe-icon-box:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  height: 1px;
  width: 0px;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #fd8e00;
  color: #fff;
  display: block;
  max-width: 100%;
}
.employe-icon-box {
  position: relative;
  z-index: 3;
}
.employe-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  left: 0px;
  top: 8px;
  line-height: 75px;
  text-align: center;
  font-size: 30px;
  border: 1px solid #e4e4e4;
  position: relative;
  overflow: visible;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #fd8e00;
}
.employe-icon:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  top: -1px;
  left: -1px;
  opacity: 0.8;
  border: 8px solid rgba(0,0,0,0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transition: scale(1.2);
  transform: scale(1.2);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  top: -9px;
  left: -9px;
  box-sizing: content-box;
}
.employe-document-item:hover .employe-icon:after {
  border: 8px solid #e4e4e4;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transition: scale(1);
  transform: scale(1);
}
.employe-document-item:hover .employe-box-content h5 {
  color: #fd8e00;
}
.employe-document-item:hover .employe-box-content:after {
  width: 150px;
  max-width: 100%;
}
.employe-document-item:hover .employe-icon-box:after {
  width: 150px;
}

.image-with-description-wrap {
  padding-top: 65px;
}
.image-descripon {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  margin-bottom: 30px;
}
.img-desc-col {
  width: 50%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.img-desc-col h3.img-desc-title {
  color: #000;
  text-align: center;
}
.img-desc-col a.btn {
  margin: 0;
  font-size: 10px;
  margin-bottom: 5px;
  box-shadow: none !important;
}
.img-desc-col ul {
  padding-bottom: 2px;
}
.img-desc-col p > strong {
  color: #000;
}

/* ===== Testimonial ====*/
.testimonial-gallery-wrap {
  padding-top: 65px;
  padding-bottom: 195px;
}
.grve-testimonial-content {
  padding: 0px 30px;
}
.grve-testimonial-content p {
  font-style: normal;
  margin: 0 0 10px;
  font-size: 20px;
  font-family: "Source Sans Pro ExtraLight",sans-serif;
  font-weight: normal;
}
.testimonial-gallery-wrap .page-center {
  padding-right: 15px;
}
.testimonial-gallery-wrap ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 20px;
  right: -31px;
  bottom: auto;
  width: 30px;
  z-index: 3;
}
.testimonial-gallery-wrap ul.slick-dots li {
  display: block;
  margin: 6px 0px;
  padding: 0;
  text-align: center;
}
.testimonial-gallery-wrap ul.slick-dots li button {
  background-color: rgba(255,255,255,0.1);
  width: 8px;
  height: 8px;
  display: inline-block;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.3);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.3);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  border: none;
}
.testimonial-gallery-wrap ul.slick-dots li.slick-active button,
.testimonial-gallery-wrap ul.slick-dots li button:hover{
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.3);
  box-shadow: 0 0 0 2px rgba(0,0,0,0.3);
}


/* ======== Registration Page ===========*/
.section-header-with-bg.company-registration-by-state {
  margin-bottom: 65px;
}
.full-width-lay .page-header.section-header {
  text-align: center;
  margin-bottom: 30px;
  max-width: 50%;
  margin: 0 auto 35px;
  padding: 0 15px;
}
.full-width-lay .page-header.section-header h1 {
  line-height: 24px;
  position: relative;
  margin-bottom: 29px;
  font-size: large;
  color: #000000;
  font-weight: bold;
}
.full-width-lay .page-header.section-header p {
  max-width: 570px;
  margin: 0 auto;
}
.registration-table {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  margin-bottom: 90px;
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  cursor: default;
  border-spacing: 0;
}
.registration-table tr {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  border-bottom: 1px solid #e4e4e4;
}
.registration-table td,.registration-table th {
  padding: 10px 20px 10px 20px;
  line-height: 1.5;
  border-right: 1px solid #e4e4e4;
  text-align: center;
  vertical-align: top;
}
.registration-table thead td {
  font-size: large;
  color: #000;
}


/* Stack Table */
.stacktable { width: 100%; }
.st-head-row { padding-top: 1em; }
.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }
.st-key { width: 49%; text-align: right; padding-right: 1%; }
.st-val { width: 49%; padding-left: 1%; }



/* RESPONSIVE EXAMPLE */

.stacktable.large-only { display: table; }
.stacktable.small-only { display: none; }

@media (max-width: 767px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
}


/* ======= partnership ======*/
.parnership-content-group {
  padding: 65px 0;
}
.widget-span.partnership-col.col-left {
  width: 50%;
}
.widget-span.partnership-col.col-center,.widget-span.partnership-col.col-right {
  width: 25%;
}
.widget-span.partnership-col {
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.parnership-content-group > div > div {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.icon-description-item {
  position: relative;
  z-index: 3;
  margin-bottom: 30px;
}
.icon-description-item.bottom-margin-0 {
  margin-bottom: 5px;
}
.icon-description-item:first-child {
  margin-bottom: 30px;
}
.icon-description-item h3.icon-width-box-title {
  font-size: 24px;
  color: #000000;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0px 0px 5px 0px;
  display: inline-block;
  padding-left: 35px;
}
.icon-description-item:hover h3.icon-width-box-title {
  color: #fd8e00;
}
.icon-description-item .icon {
  font-size: 25px;
  position: absolute;
  line-height: 1;
  top: 0;
  left: 0;
  color: #fd8e00;
}
.partner-callout-content {
  text-align: center;
  margin-bottom: 5px;
  font-size: 2em;
  text-align: center;
}
.partner-with-us-wrap {
  margin-bottom: 35px;
}
.partner-callout-content > * {
  display: inline-block;
  vertical-align: middle;
}
.partner-callout-content span.partner-callout-title {
  margin: 0px 15px;
}
span.partner-cta-wrap {
  margin-left: -6px;
}

/* Team Page */
.team-member-group {
  padding: 65px 0 106px;
}
.team-section-header {
  text-align: center;
  margin-bottom: 100px;
  overflow:hidden;
}
.team-section-header .team-subtitle {
  font-size: 1.8em;
  line-height: 1.2;
}
.team-section-header h2.team-title {
  color: #000000;
  font-family: "Source Sans Pro Light" , sans-serif;
  font-style: normal;
  font-weight: 200;
}
.team-section-header p {
  font-family: "Source Sans Pro Light";
  font-style: normal;
  font-weight: normal;
  margin: 0;
  line-height: 1.5;
  font-size: 1.8em;
}
.team-section-header h2.team-title:before,
.team-section-header h2.team-title:after {
  content: "";
  display: inline-block;
  margin: 0 -200% 0 0;
  position: relative;
  left: 0;
  border-top: 1px solid #e4e4e4;
  vertical-align: middle;
  width: 80px;
}
.team-section-header h2.team-title:before {
  margin: 0 2% 0 -80px;
}

.team-section-header h2.team-title:after {
  margin: 0 -80px 0 2%;
}
.our-team-row {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  margin-bottom: 30px;
}
.team-member-item {
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 25%;
}
.our-team-item {
  position: relative;
  margin: 0px 0px 30px 0px;
  z-index: 2;
}
.our-team-team-media {
  max-height: 270px;
  position: relative;
  overflow: hidden;
  z-index: 3;
  text-align: center;
}
.our-team-team-media img {
  position: relative;
  z-index: 2;
  top: 0;
  transition: top 0.25s ease-out;
}
.our-team-team-social {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #F6F6F6;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #e4e4e4;
}
.our-team-item-with-social:hover .our-team-team-media img {
  top: -45px;
}
.our-team-team-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.our-team-team-social ul li {
  display: inline-block;
  vertical-align: baseline;
}
.our-team-team-social ul li a {
  display: block;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 24px;
  margin: 9px 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.our-team-team-content {
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
  position: relative;
  z-index: 3;
}
.our-team-team-content > span {
  display: block;
}
.our-team-team-content span.our-team-team-name {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  color: #000000;
}
.our-team-team-content  span.our-team-team-description {
  margin-bottom: 15px;
}
.our-team-text {
  text-align: justify;
}
.our-team-team-content:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 1px;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 1px);
  transform: translate(-50%, 1px);
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #fd8e00 !important;
  color: #fff;
}
.our-team-item:hover .our-team-team-content:after {
  width: 100%;
}


/* ======== Contact Us ===*/
.three-col-contact-wrap {
  padding: 30px 0;
}
.three-col-contact-content {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.contact-col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333333%;
}
.contact-us-animated-item {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  margin: 0px 0px 5px 0px;
  z-index: 2;
}
.contact-us-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  left: 0px;
  top: 8px;
  line-height: 75px;
  text-align: center;
  font-size: 30px;
  border: 1px solid #e4e4e4;
  position: relative;
  overflow: visible;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #fd8e00;
}
.contact-us-icon:after {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  top: -1px;
  left: -1px;
  opacity: 0.8;
  border: 8px solid rgba(0,0,0,0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.contact-us-animated-item:hover .contact-us-icon:after {
  border-color: #e4e4e4 !important;
  border: 8px solid;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.contact-us-box-content {
  margin-top: 8px;
}
.contact-us-box-content h5.contact-us-box-title {
  margin: 15px 0px 10px 0px;
  display: inline-block;
}
.contact-us-box-content,.contact-us-box-content h5 {
  color: #fff;
}
.contact-us-box-content a:hover {
  color: inherit;
}
.contact-us-box-content:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 1px;
  width: 0px;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #fd8e00 !important;
  color: #fff;
  max-width: 100%;
}
.contact-us-animated-item:hover .contact-us-box-content:after {
  width: 150px;
}
.contact-row {
  padding: 60px 0 61px;
}
.contact-row .page-center > div > div {
  margin: 0 -15px;
  width: auto;
}
.widget-span.contact-col {
  width: 50%;
  margin-left: 0;
}
.widget-span.contact-col .hs-input {
  max-width: 100%;
}
.contact-col h4 {
  color: #000;
}
.contact-col .hs_cos_wrapper_type_rich_text p:last-child {
  margin-bottom: 30px;
}
iframe {
  max-width: 100%;
}
.our-loacation-map-wrap {
  margin-bottom: 35px;
}
.contact-form .hs-form-field > label span.hs-form-required {
  display: none;
}


/* ======= Sign Up =========*/
.sign-up-row {
  padding: 65px 0 48px;
}
.sign-up-row .page-center > div > div {
  margin: 0 -15px;
  width: auto;
}
.widget-span.sign-up-col {
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.widget-span.sign-up-col.col-right {
  width: 75%;
}
.widget-span.sign-up-col.col-left {
  width: 25%;
}
h3.form-title {
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em;
  color: #000;
  letter-spacing: 0;
  font-style: normal;
}
h3:empty {
  display: none;
  color: #000;
}
.sign-up-form {
  padding: 10px 0 10px 3%;
}
.sign-up-row {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: normal;
}
p.form-desclaim {
  text-align: right;
  text-align: right;
  font-size: 11px;
  padding-right: 4%;
  margin-top: 0px;
  line-height: normal;
}
p.form-desclaim span {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}
.body-container .sign-up-form .hs-form-field > label {
  margin-bottom: 3px;
}
.body-container .sign-up-form .hs-form-field {
  margin-bottom: 0;
  padding-bottom: 3%;
  min-height: 50px;
}
.body-container .sign-up-form  input[type="text"], 
.body-container .sign-up-form  input[type="password"], 
.body-container .sign-up-form  input[type="datetime"], 
.body-container .sign-up-form  input[type="datetime-local"], 
.body-container .sign-up-form  input[type="date"], 
.body-container .sign-up-form  input[type="month"], 
.body-container .sign-up-form  input[type="time"], 
.body-container .sign-up-form  input[type="week"], 
.body-container .sign-up-form  input[type="number"], 
.body-container .sign-up-form  input[type="email"], 
.body-container .sign-up-form  input[type="url"], 
.body-container .sign-up-form  input[type="search"], 
.body-container .sign-up-form  input[type="tel"], 
.body-container .sign-up-form  input[type="color"], 
.body-container .sign-up-form  input[type="file"], 
.body-container .sign-up-form  textarea, 
.body-container .sign-up-form  select {
  padding: 8px 0;
  text-indent: 2%;
  max-width: 96%;
}
.body-container .sign-up-form  .hs-form-field > label span.hs-form-required {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
  margin-left: 4px;
}
.sign-up-form  .hs_email_lists.hs-email_lists.hs-fieldtype-checkbox.field.hs-form-field > label {
  font-weight: bold;
  color: #000000;
}
.input > ul {
  margin: 0;
  padding: 2px 0 !important;
  list-style: none;
}
.input > ul > li {
  display: block;
  padding: 3px 0;
  margin: 0;
}
.input > ul > li .hs-input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 0;
  text-indent: 2%;
}
.body-container .sign-up-form  ul.hs-error-msgs.inputs-list {
  margin: 2px 0 1em 0;
  padding: 5px 0px !important;
}
.body-container .sign-up-form .hs-input.invalid.error{
  border-width:2px;
}



/* ========= Service ============*/
.service-row-one-content {
  padding-top: 65px;
  padding-bottom: 60px;
}
.service-row-one-content h4 {
  color: #000;
}
.learn-about-us-social ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.learn-about-us-social ul li {
  display: inline-block;
  margin: 0 5px;
}
.learn-about-us-social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: none;
  text-align: center;
  opacity: 0.5;
  background-color: transparent !important;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  color: #666;
}
.learn-about-us-social ul li a i {
  font-size: 40px;
}
.learn-about-us-social ul li a:hover {
  opacity: 1;
  background-color: transparent !important;
}
.learn-about-us-social ul li a:hover {
  color: #fd8e00;
}
.service-lay .full-width-content-with-title-wrap {
  border-top: 1px solid #e4e4e4;
  padding-top: 35px;
}
.service-lay .full-width-content-with-title-wrap .content {
  padding: 0 15px;
}
.service-lay .full-width-content-with-title-wrap .content h4 {
  color: #000;
}
.service-lay .full-width-content-with-title-wrap .content  .description {
  width: 50%;
}
.service-lay .full-width-content-with-title-wrap .content .description p {
  margin-bottom: 10px !important;
}
.service-lay .full-width-content-with-title-wrap .content .description a.ser-blk-btn {
  margin-top: 0;
  background-color: #000000;
  border-color: #000000;
  color: #fff;
  font-size: 10px;
  min-width: 100px;
}
.service-lay .full-width-content-with-title-wrap .content .description a.ser-blk-btn:hover {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.services-width-background-group {
  padding: 60px 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.grve-bg-image {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: auto !important;
  background-repeat: repeat-x;
  background-position: center center;
  z-index: 1;
}
.services-content-wrap {
  margin: 0 -15px;
  width: auto;
  position: relative;
  z-index: 2;
}
.services-content-col {
  float: left;
  width: 33.3333%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.services-content-icon-box {
  padding: 20px;
  background-color: #fff;
  background-color: rgba(255,255,255,0.9);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  margin: 5px 0px;
}
.grve-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  left: 0px;
  top: 8px;
  line-height: 75px;
  text-align: center;
  font-size: 30px;
  border: 1px solid;
  position: relative;
  overflow: visible;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #fd8e00 !important;
  color: #fff;
}
.services-content-icon-box .grve-icon:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  top: -1px;
  left: -2px;
  opacity: 0.8;
  border: 8px solid rgba(0,0,0,0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.services-content-icon-box:hover .grve-icon:after {
  border: 8px solid;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  border-color: #e4e4e4;
}
.services-content-icon-box:hover .grve-icon{
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.services-content-icon-box h5 {
  margin: 23px 0px 10px 0px;
  display: inline-block;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.services-content-icon-box:hover h5 {
  color: #fd8e00;
}
.services-content-icon-box h5 {
  margin: 23px 0px 10px 0px;
  display: inline-block;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.services-content-icon-box:hover h5 {
  color: #fd8e00;
}
.services-accordion-group {
  padding: 40px 0;
  margin-bottom: 65px;
}
.services-accordion-group ul.accordion-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.services-acc-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.services-accordion-group .acc-title {
  font-size: 1.077em;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.services-accordion-group .acc-title:before {
  content: "\f105";
  font-size: 10px;
  opacity: 0.5;
  font-family: FontAwesome;
  position: absolute;
  top: 0px;
  left: 1px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.services-accordion-group .acc-title.active:before {
  background-color: #fd8e00 !important;
  color: #fff;
  opacity: 1;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.services-accordion-group .acc-title.active{
  color:#000;
}
.services-accordion-group .acc-content {
  display: none;
  padding-left: 30px;
  margin-bottom: 15px;
}
.services-accordion-group li.active .acc-content {
  display: block;
}



/* About Us*/
.banner-area.welcome-to-our-company {
  min-height: 150px;
}
.welcome-to-our-company .banner-content h2 {
  color: #000000;
  font-size: 60px;
}
.three-col-content-with-link {
  padding-top: 65px;
  /*padding-bottom: 50px;
  border-bottom: 1px solid #e4e4e4;*/
}
.three-col-content-with-link .contact-us-box-content h5 {
  color: #000;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.three-col-content-with-link .contact-us-box-content {
  color: inherit;
}
.three-col-content-with-link .contact-us-animated-item:hover .contact-us-box-content h5 {
  color: #fd8e00;
}
.two-column-content-wrap {
  padding: 5px 0 85px;
}
.two-col-content {
  margin: 0 -15px;
  width: auto;
}
.content-col-two {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.content-col-two a.btn {
  margin-top: 0px;
  font-size: 10px;
  min-width: 50px;
}
.content-col-two h4 {
  color: #000;
}
.services-width-background-group.full-width-image-with-bg {
  padding-bottom: 5px;
}
.about-us-lay .team-member-group {
  padding-top: 60px;
  padding-bottom: 45px;
}
.about-us-lay .team-section-header h2.team-title {
  margin-bottom: 15px;
  line-height: 1.2;
  font-family: inherit;
  font-style: normal;
  font-weight: normal;
}
.about-us-lay .team-section-header {
  margin-bottom: 75px;
}
.about-us-lay .team-member-item {
  width: 33.3333%;
}
.about-us-lay .our-team-team-media {
  max-height: none;
}
.full-width-image-with-bg .image-wrap {
  padding: 0 15px;
}


/*Human Capital Management Layout */
.banner-area.human-capital-management {
  min-height: 150px;
}
.human-capital-management-lay .full-width-content-with-title-wrap {
  padding-top: 65px;
}
.human-capital-management-lay h1.title {
  margin-bottom: 35px;
  font-size: 40px;
}
.human-capital-management-lay .full-width-content-with-title-wrap .description img.imgright {
  float: right;
  margin-left: 10px;
}
.human-capital-management-outer {
  margin: 0 -15px;
  width: auto;
}
.human-capital-management-wrap {
  margin: 0 0 30px;
  padding:0 15px;
}
.human-capital-management-content-wrap {
  position:relative;
  z-index:3;
}
.human-capital-management-box-content {
  padding-left: 110px;
  min-height: 110px;
}
.human-capital-management-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  left: 0px;
  top: 8px;
  line-height: 75px;
  text-align: center;
  font-size: 45px;
  border: 2px solid;
  position: relative;
  overflow: visible;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border-color: fff;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 5px;
}
.human-capital-management-icon:after {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  content: '';
  position: absolute;
  width: 77px;
  height: 77px;
  top: 1px;
  left: 1px;
  opacity: 0.8;
  border: 8px solid rgba(0,0,0,0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.human-capital-management-content-wrap:hover .human-capital-management-icon:after {
  border: 8px solid #e4e4e4;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.human-capital-management-content-wrap:hover h5.human-capital-management-box-title {
  color: #fd8e00;
}
.human-capital-management-content-wrap h5.human-capital-management-box-title {
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.human-capital-management-box-content {
  margin-bottom: 5px;
}
.human-capital-management-box-content {
  margin-bottom: 5px;
}
h4.human-capital-managementtitle {
  margin-bottom: 35px;
}
.human-capital-management-lay .two-column-content-wrap {
  padding: 35px 0;
}

.human-capital-management-lay .image-with-description-wrap {
  padding-top: 0;
}
.human-capital-management-lay .image-descripon {
}
.human-capital-management-lay .image-with-description-wrap .page-center {
  padding: 0 15px;
}
.human-capital-management-lay .img-desc-col.col-left {
  padding-left: 0;
}
.human-capital-management-lay .img-desc-col.col-right {
  padding-right: 0;
}
.human-capital-management-lay .img-desc-col {
  float: none;
  display: inline-block;
  margin-right: -2px;
  vertical-align: middle;
  margin-bottom: 5px;
  color: #666666;
}
.human-capital-management-lay .img-desc-col .content > img {
  width: 100%;
  height: auto;
}
.human-capital-management-lay .img-desc-col a.btn.sol-btn {
  font-size: 13px;
  box-shadow: 0px 1px 0px rgba(255,255,255,0.25) inset, 0px 1px 3px rgba(0,0,0,0.2) !important;
  margin-bottom: 0;
}
.human-capital-management-lay .img-desc-col  p {
  margin-bottom: 10px;
}
.human-capital-management-lay .img-desc-col h3.img-desc-title {
  display: block;
}
.content-col-two strong {
  color: #000;
}


/* Home Page ========*/
.home-banner {
  min-height: 480px;
}
.banner-content h3 {
  margin: 0px;
  line-height: 1;
  font-size: 60px;
}
.home-page-full-content-wrap {
  /*margin-top: 65px;*/
  text-align: center;
  padding: 100px 0 105px;
  margin-bottom: 30px;
}
.home-page-full-content-wrap .home-subtitle {
  font-size: 1.8em;
  line-height: 1.2;
}
.home-page-full-content-wrap  h2.home-title {
  font-family: "Source Sans Pro Light",sans-serif;
  font-style: normal;
  font-weight: 200;
}
.home-page-full-content-wrap .content {
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 1.8em;
  font-family: "Source Sans Pro Light";
  font-style: normal;
  font-weight: normal;
}
a.btn.home-btn-green {
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  background-color: #8bc73e;
  border-color: #8bc73e;
  color: #fff;
  font-size: 16px;
}
a.btn.home-btn-green:hover {
  background-color: #6EA726;
  border-color: #6EA726;
  color: #fff;
}
.home-page-video-with-description {
  padding: 80px 0;
  margin-bottom: 30px;
}
.vid-with-desc {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.vid-with-desc-col {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom:5px;
}
.vid-with-desc-col h4 {
  color: #fd8e00;
}
.vid-with-desc-col p {
  margin-bottom: 15px;
  font-size: 1.8em;
  font-family: 'Source Sans Pro Light',sans-serif;
  line-height: 1.5;
}
.vid-with-desc-col a.btn.vd-btn {
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 16px;
}
.vid-with-desc-col > .video {
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
  padding-top: 56.2963%;
}
.vid-with-desc-col > .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-row-two {
  margin-bottom: 0;
  padding: 80px 0 15px;
  background: #f7f7f7;
}
.widget-span.home-row-two-col {
  width: 33.33333333%;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
}
.home-row-two .page-center > div > div {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.image-with-button-wrap {
  text-align: center;
}
.image-with-button-wrap a.btn.img-with-btn {
  margin-top: 0;
  font-size: 16px;
}
.image-with-button-wrap .image-wrap {
  margin-bottom: 30px;
}
.home-page-icon-group .icon-description-item h3.icon-width-box-title {
  padding-left: 0;
  margin-bottom: 10px;
}
.home-page-icon-group  .icon-width-box-content {
  padding-left: 110px;
  min-height: 110px;
}
.icon-posifadeInRight.home-page-icon-group .icon-width-box-content {
  padding-left: 0;
  padding-right: 110px;
  text-align: right;
}
.icon-posifadeInRight.home-page-icon-group  .icon-description-item .icon {
  position: absolute;
  top: 8px;
  left: 100%;
  margin-left: -85px;
}
.home-page-icon-group .icon-description-item .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  left: 0px;
  top: 8px;
  line-height: 75px;
  text-align: center;
  font-size: 30px;
  border: 1px solid #e4e4e4;
  overflow: visible;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  left: 5px;
}
.home-page-icon-group .icon-description-item .icon:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  top: -1px;
  left: -1px;
  opacity: 0.8;
  border: 8px solid rgba(0,0,0,0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.home-page-icon-group .icon-description-item .icon-width-icon-box-small:hover  .icon:after {
  border: 8px solid #e4e4e4;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.home-testimonial-gallery.testimonial-gallery-wrap {
  padding: 30px 0 46px;
  text-align: center;
  color: #fff;
}
.home-testimonial-gallery.testimonial-gallery-wrap .grve-testimonial-content p {
  font-family: "Source Sans Pro ExtraLight",sans-serif;
  color: #fff;
  font-weight: bold;
  con With Description Group - WorkForce_March2019
}
.home-testimonial-gallery.testimonial-gallery-wrap .grve-testimonial-content a {
  color: #fff;
  text-decoration: underline;
}
.testi-title-wrap {
  margin-bottom:30px
}
.testi-title-wrap p{
  color: #fff;
  font-size: 120%;
  font-weight: bold;
}



/* Animation CSS */
.grve-animated-item {
  opacity: 0;
}

.animated{
  -webkit-animation-fill-mode:both;
  -moz-animation-fill-mode:both;
  -ms-animation-fill-mode:both;
  -o-animation-fill-mode:both;
  animation-fill-mode:both;
  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  -ms-animation-duration:1s;
  -o-animation-duration:1s;
  animation-duration:1s;
  opacity: 1;
}

@-webkit-keyframes pulse {
  0% { -webkit-transform: scale(1); }	50% { -webkit-transform: scale(1.1); }
  100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
  0% { -moz-transform: scale(1); }
  50% { -moz-transform: scale(1.1); }
  100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
  0% { -o-transform: scale(1); }
  50% { -o-transform: scale(1.1); }
  100% { -o-transform: scale(1); }
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.pulse.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@-o-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn.animated {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp.animated {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown.animated {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft.animated {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight.animated {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes moveLeft {
  0% {
    -webkit-transform: translateX(0px);
  }

  60% {
    -webkit-transform: translateX(-10px);
  }

  80% {
    -webkit-transform: translateX(5px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes moveLeft {
  0% {
    -moz-transform: translateX(0px);
  }

  60% {
    -moz-transform: translateX(-10px);
  }

  80% {
    -moz-transform: translateX(5px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes moveLeft {
  0% {
    -o-transform: translateX(0px);
  }

  60% {
    -o-transform: translateX(-10px);
  }

  80% {
    -o-transform: translateX(5px);
  }

  100% {
    -o-transform: translateX(0);
  }
}

@keyframes moveLeft {
  0% {
    transform: translateX(0px);
  }

  60% {
    transform: translateX(-10px);
  }

  80% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}

.moveLeft.animated {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}


.section-header-with-bg .grve-page-title {
  opacity: 0;
}
.section-header-with-bg .grve-sub-title span.active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.section-header-with-bg .grve-sub-title span {
  display: block;
  -webkit-transform: translate(-110%, 0);
  transform: translate(-110%, 0);
  -webkit-transition: all 0.2s ease 0.4s;
  -moz-transition: all 0.2s ease 0.4s;
  -o-transition: all 0.2s ease 0.4s;
  transition: all 0.2s ease 0.4s;
}


/* ==== Search page ==========*/
.search-lay ul#hsresults {
  margin: 0px -15px;
  padding: 0;
}
.search-lay ul#hsresults li {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0px 15px;
  margin: 0 0 30px;
  margin-bottom: 30px;
}
.search-lay ul#hsresults li .grve-search-item-content{
  padding: 20px;
  background-color: #FFFFFF;
  border: 1px solid #e4e4e4;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);

}
.search-lay ul#hsresults:after,
.search-lay ul#hsresults:before {
  content: "";
  display: table;
  width: 100%;
}
.hs-search-results__pagination {
  line-height: 30px;
}
.search-lay .serach-row {
  padding: 65px 0 50px;
}
.search-lay .serach-row .hs-search-field {
  margin-bottom: 30px;
}
.search-lay ul#hsresults li a.hs-search-results__title {
  display: inline-block;
  margin-bottom: 10px;
  margin-bottom: 0.278em;
  line-height: 1.2;
  overflow: hidden;
  display: inline-block;
  font-size: 24px;
  color: #000000;
}
.search-lay ul#hsresults li a.hs-search-results__title:hover {
  color: #fd8e00;
}
.search-lay ul#hsresults li a.hs-search-results__title * {
  font-weight: normal;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
.hs-search-field {
  z-index: 3;
}
.hs-search-field ul.hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  max-width: 550px;
  background: #fff;
  top: 100%;
  text-align:left;
}
.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  padding: 15px;
}
.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions a:hover {
  background: transparent;
}
.hs-search-field ul.hs-search-field__suggestions li+li {
  margin-top: 10px;
}
.header-search-mod .hs-search-field--open .hs-search-field__suggestions {
  background: #fff;
  text-align: left;
  border: none;
  padding: 15px;
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 3;
  max-width: 100%;
}
.header-search-mod .hs-search-field--open .hs-search-field__suggestions li a:hover {
  background: transparent;
}
.header-search-mod .hs-search-field--open .hs-search-field__suggestions li {
  padding: 5px 0;
}
.contact-content a:hover {
  color: #fff;
}
.header-search-mod .hs-search-field--open .hs-search-field__suggestions li+li {
  margin-top: 0;
}
.registration-table.small-only > tbody > tr:first-child {
  display: none;
}
.registration-table.small-only > tbody > tr > th:before {
  content: "STATE : ";
}
.slick-slide:focus,
.testimonial-gallery-wrap:focus,
.testimonial-gallery-wrap ul.slick-dots li button:focus{
  outline:none;
}
.testimonial-gallery-wrap {
  overflow: hidden;
}
.body-container .sign-up-form ul.hs-error-msgs.inputs-list {
  color: #e85c41;
}
.vid-with-desc-col a.btn.vd-btn:hover {
  background-color: #DF8F00;
  border-color: #DF8F00;
  color: #fff;
}
.section-header-with-bg h2.topic-title {
  text-transform: capitalize;
}
.section-header-with-bg h2.author-title i {
  font-style: normal;
  color: #fd8e00;
}
.custom-menu-primary .hs-menu-wrapper > ul li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul li.active > a{
  color: #fd8e00 !important;
}
.grve-top-btn {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 95px;
  right: -100px;
  cursor: pointer;
  color: #ffffff;
  z-index: 100;
  background-color: rgba(0,0,0,0.5);
  background-image: url(//cdn2.hubspot.net/hubfs/4929179/WorkForce_March2019/Images/top.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.grve-top-btn.active {
  right: 25px;
}
input#hs-pwd-widget-password {
  display:block;
  margin:10px 0 25px !important;
}
.slick-slider{
  -webkit-touch-callout: initial;
  -khtml-user-select: initial;
  -ms-touch-action: initial;
  touch-action: initial;
  user-select: initial;
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
.hs-search-results__pagination a {
  color: #666666;
  background-color: #fff;
  line-height: 29px;
  text-align: center;
  border: 1px solid;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  border-color: #e4e4e4;
  padding: 0 10px;
}
.hs-search-results__pagination a:hover {
  background-color: #1e1e1e !important;
  color: #fff !important;
}
.banner-area{
  opacity:0;
}
ul.rel-post-ul li:not(.selected) {
  cursor: pointer;
}
.banner-area.welcome-to-our-company:before {
  background: #fff;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}
@media (min-width:1201px){
  .custom-header{
    position:fixed;
    top:0;
    left:0;
    width:100% !important;
    background:#fdfdfd;
    z-index:300;
  }
  .custom-header-outer{
    height:110px;
  }
}
/* =============== Screen sizes smaller than .page-center =============== */
@media screen and (max-width: 1224px){
  .container-fluid .row-fluid .page-center {
    max-width: 1024px;
  }
  .testimonial-gallery-wrap ul.slick-dots{
    right:-34px;
  }


}
@media screen and (max-width: 1023px) and (min-width:768px){
  .widget-span.custom-header-col.col-left {
    padding-bottom:14px;
  }
}
@media (min-width:768px){
  .full-width-lay .img-desc-col {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1200px){
  .container-fluid .row-fluid .page-center {
    max-width: 900px;
  }
  .widget-span.custom-footer-top-col {
    width: 50%;
  }
  .widget-span.blog-content{
    width:65%
  }
  .widget-span.blog-sidebar{
    width:35%;
  }
  .rel-post-item .grve-post-date, .rel-post-item .grve-post-title {
    padding-left: 0px;
  }
  .resources-col {
    width: 100%;
  }
  .resources-col.col-left {
    margin-bottom: 5px;
  }
  .resources-wrap {
    margin-bottom: 60px;
  }

  .testimonial-gallery-wrap ul.slick-dots{
    right:-37px;
  }
  .widget-span.partnership-col.col-left {
    width: 100%;
  }

  .widget-span.partnership-col.col-center, 
  .widget-span.partnership-col.col-right {
    width: 50%;
  }

  .partnership-col .hs_cos_wrapper_type_linked_image {
    text-align: center;
    display: block;
  }
  .parnership-content-group {
    padding: 65px 0 60px;
  }
  .team-member-item {
    width: 50%;
    margin-bottom:5px;
  }
  .our-team-team-media{
    max-height:none;
  }
  .team-member-item:nth-child(2n+1) {
    clear: left;
  }


  .widget-span.service-row-1-col.col-left {
    width: 100%;
  }
  .widget-span.service-row-1-col {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
  .service-row-one-content .page-center > div > div {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  .service-row-one-content {
    padding-bottom: 55px;
  }
  .services-accordion-group ul.accordion-wrapper {
    width: 100%;
  }
  .services-accordion-group {
    margin-bottom: 60px;
  }
  .welcome-to-our-company .banner-content h2 {
    font-size: 50px;
  }
  .content-col-two {
    width: 100%;
  }
  .content-col-two.col-left {
    margin-bottom: 5px;
  }
  .two-column-content-wrap {
    padding-bottom: 83px;
  }
  .about-us-lay .team-member-item {
    width: 50%;
  }
  .vid-with-desc-col {
    width: 100%;
  }
  .vid-with-desc-col.col-right {
    margin-bottom: 0;
  }
  .widget-span.home-row-two-col {
    width: 100%;
  }
  .home-row-two-col.col-center {
    margin-bottom: 65px;
  }
  .home-row-two-col.col-right {
    margin-bottom: 23px;
  }
  .home-testimonial-gallery.testimonial-gallery-wrap {
    padding-bottom: 16px;
  }
  .custom-header-outer {
    height: auto !important;
  }
  .human-capital-management-lay .full-width-content-with-title-wrap .description img.imgright {
    float: none;
    display: block;
  }
}
@media (max-width:1100px) and (min-width:1024px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    display: block;
    line-height: inherit;
    padding: 0 20px 0 0;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    color: #a8a8a8;
  }
  ul.grve-header-options {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
  }
  .widget-span.custom-header-col.col-right {
    padding-right: 50px;
  }
}

@media (max-width: 1280px) {
  ul.grve-header-options {
    width: 95.03px;
  }
  ul.grve-header-options li {
    display: inline-block;
    margin: 0 8px;
    position: relative;
    right:-3px;
  }
  ul.grve-header-options li.mob-trigg > a {
    background-color: #fd8e00 !important;
    color: #fff;
  }
  .widget-span.custom-header-col.col-right {
    width: 100%;
    padding-right: 0;
  }
  ul.grve-header-options {
    top: -109px;
    z-index: 10;
    right:3px;
  }
  ul.grve-header-options li:first-child {
    margin-right: 11px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    float: none !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    line-height: 50px;
    padding: 0 0 0 30px;
  }

  .child-trigger {
    position: absolute;
    display: block;
    top: 10px;
    right: 30px;
    width: 30px;
    height: 30px;
    z-index: 1;
    background-image: url(//cdn2.hubspot.net/hubfs/4929179/WorkForce_March2019/Images/arrows-dark.svg);
    background-position: 0 -60px;
    cursor: pointer;
    z-index: 999;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    background: no-repeat !important;
    line-height: 50px;
    padding: 0 40px;
  }

  .child-trigger.child-open {
    background-position: 0 -90px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul ul {
    margin-bottom: -1px;
  }
  .testimonial-gallery-wrap {
    padding-bottom: 165px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background: transparent;
  }
}
@media (max-width: 959px) {
  .container-fluid .row-fluid .page-center {
    max-width: 720px;
  }
  .copyright-text {
    padding: 0 8.5px;
  }
  
  .banner-area {
    min-height: 150px;
    text-align: center;
  }

  .widget-span.blog-content,
  .widget-span.blog-sidebar{
    width:100%;
    padding: 0;
  }
  .section-header-with-bg h2.grve-title {
    font-size: 24px;
    display: block;
    float: none;
    margin: 0;
  }

  .section-header-with-bg .grve-sub-title {
    display: block;
    float: none;
    margin-top: 5px;
  }

  .hs-blog-post-content {
    padding-left: 0;
  }

  .hs-blog-post-content .hs-blog-post-author {
    display: none;
  }

  .hs-blog-listing .post-item:last-child {
    margin-bottom: 99px;
  }

  .blog .body-container .page-center.content-wrapper {
    margin-bottom: 0;
  }
  .full-width-feedback-wrap .content span.grve-callout-title {
    margin-bottom: 25px;
  }
  .resource-item a.btn{
    -webkit-transform: none;
    transform: none;
  }
  .full-width-feedback-wrap .content a.btn {
    margin-left: 0;
  }
  .resources-col.col-left .resources-content {
    width: 100%;
    padding-left: 0;
  }
  .section-head-title-sec h2.grve-title {
    margin-bottom: 5px;
  }
  .testimonial-gallery-wrap {
    padding-bottom: 75px;
  }
  .testimonial-gallery-wrap ul.slick-dots {
    right: -39px;
  }

  .service-lay .full-width-content-with-title-wrap .content .description {
    width: 100%;
  }
  .service-lay .full-width-content-with-title-wrap .content {
    padding: 0;
  }
  .banner-area.welcome-to-our-company {
    min-height: 150px;
  }
  .welcome-to-our-company .banner-content h2 {
    font-size: 40px;
  }
  .two-column-content-wrap {
    padding-bottom: 77px;
  }
  .banner-area.human-capital-management {
    min-height: 150px;
  }
  .human-capital-management-lay .img-desc-col {
    display: block;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .banner-content h3 {
    font-size: 40px;
  }
  .home-testimonial-gallery .grve-testimonial-content{
    padding:0 15px;
  }
  .home-testimonial-gallery.testimonial-gallery-wrap{
    padding-bottom:34px;
  }
}

@media (max-width: 1200px) and (min-width:768px){
  .human-capital-management-lay .content-col-two{
    width:50%;
    margin-bottom: 0px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .custom-post-bottom-social-row .custom-social-column, .custom-post-bottom-social-row .custom-topic-column {
    width: 100%;
    float: none;
    display: block;
    overflow: hidden;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 420px;
  }
  .copyright-text {
    text-align:center;
  }
  .widget-span.custom-footer-top-col {
    width: 100%;
  }
  .copyright-text {
    padding: 0;
  }
  .widget-span.custom-header-col.col-left {
    width: 100%;
    text-align: center;
  }
  ul.grve-header-options {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: static;
    line-height: 50px;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  ul.grve-header-options li {
    margin: 0px 5px;
  }
  ul.grve-header-options li {
    margin: 0px 6.5px;
  }
  ul.grve-header-options li:first-child {
    margin-left: 0;
  }

  .banner-area {
    min-height: 150px;
    text-align: center;
  }
  .banner-content h2 {
    font-size: 30px;
    position: relative;
    top: 1px;
  }
  
   .banner-content h1 {
    font-size: 40px;
    position: relative;
    top: 1px;
  }

  .section-header-with-bg .grve-page-title {
    text-align: center;
  }

  .feature-image-wrap {
    margin-bottom: 30px;
  }

  .hs-blog-post-body {
    margin-bottom: 54px;
  }
  .hs-blog-post-about-author {
    padding: 30px 0px;
  }
  .hs-blog-post-about-author > img {
    float: none;
    display: block;
  }
  .hs-blog-post-author-info {
    overflow: visible;
    padding-left: 0px;
    margin-top: 20px;
    min-height: 25px;
  }


  .rel-post-item .grve-post-date,.rel-post-item .grve-post-title {
    padding-left: 0px;
  }

  .rel-post-filter {
    background: none !important;
    border: none;
    padding: 0px;
  }

  h5.rel-post-title {
    position: relative;
    text-align: left;
    top: 0px;
    left: 0px;
  }

  ul.rel-post-ul {
    display: block;
  }

  ul.rel-post-ul li {
    display: block;
    text-align: left;
    margin-bottom: 5px;
  }

  .rel-post-item {
    width: 100% !important;
  }
  .error-404-content h1 {
    font-size: 25px;
  }

  .error-404-content h4 {
    font-size: 16px;
  }
  h1 {
    font-size: 25px;
  }
  .our-services-col{
    float:none;
    width:100%;
  }
  .our-services-col{
    text-align:center;
  }
  .full-width-content-with-title-wrap {
    margin-bottom: 30px;
  }
  .our-services-col > img {
    margin-bottom: 30px;
  }
  h4 {
    font-size: 16px;
  }
  .resource-item p {
    margin-bottom: 15px;
  }

  .resource-item a.btn {
    width: 80%;
  }

  .resource-item:last-child ,
  .full-width-feedback-wrap .content{
    margin-bottom: 0;
  }

  .full-width-feedback-wrap .content span.grve-callout-title {
    margin-bottom: 15px;
  }

  .full-width-feedback-wrap .content a.btn {
    width: 80%;
    margin-left: 0;
  }
  .resource-item p br {
    display: block;
    line-height: 39px;
  }
  .resource-item.left-col-resource-item {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .our-service-content {
    text-align: left;
    margin-bottom: 30px;
  }
  .addon-service-col {
    float: none;
    width: 100%;
  }
  .addon-service-wrap.addon-service-wrap-type-2 {
    display: block;
  }
  h3 {
    font-size: 18px;
  }

  .section-description {
    margin-bottom: 30px;
  }

  .add-one-service-wrap .grve-icon-box {
    margin-bottom: 30px;
  }
  .resources-wrap {
    margin-bottom: 60px;
    padding-top: 31px;
  }
  .resources-col.col-left {
    margin-bottom: 30px;
  }
  .resources-right-col {
    float: none;
    width: 100%;
  }
  .resources-item+.resources-item {
    margin-bottom: 30px;
  }
  .full-width-title h3 {
    margin-bottom: 0;
  }
  .full-width-title {
    padding: 60px 15px;
  }
  .employe-document-col {
    float: none;
    width: 100%;
  }
  .employe-document-item+.employe-document-item {
    margin-bottom: 30px;
  }
  .employe-document-group {
    padding-top: 65px;
    padding-bottom: 30px;
  }
  .img-desc-col {
    width: 100%;
    float: none;
  }
  .img-desc-col.col-left {
    margin-bottom: 30px;
  }
  .img-desc-col a.btn {
    margin-bottom: 0;
  }
  .testimonial-gallery-wrap ul.slick-dots {
    right: -45px;
  }
  .full-width-lay .page-header.section-header {
    max-width: 68%;
    margin: 0 auto 62px;
  }
  .section-header-with-bg.company-registration-by-state {
    margin-bottom: 66px;
  }

  .icon-description-item.bottom-margin-0 {
    margin-bottom: 30px;
  }
  .partnership-col .hs_cos_wrapper_type_linked_image {
    margin-bottom: 30px;
  }
  .partner-callout-content > * {
    display: block;
  }
  .partner-callout-content span.partner-callout-title {
    margin: 0 0 15px;
  }
  .partner-callout-content {
    margin-bottom: 0;
  }
  .partner-with-us-wrap {
    margin-bottom: 30px;
  }
  .widget-span.partnership-col.col-center, 
  .widget-span.partnership-col.col-right {
    width: 100%;
  }
  span.partner-cta-wrap {
    margin: 0 auto;
    width: 80%;
  }
  a#cta_button_4929179_1f000718-1e72-45b0-bcc5-fb880f0784c9.partner-cta {
    box-shadow: none !important;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box !important;
  }
  .team-section-header h2.team-title, h2 {
    font-size: 22px;
  }
  .team-section-header {
    text-align: center;
    margin-bottom: 90px;
  }
  .team-member-item {
    margin-bottom: 30px;
    width: 100%;
  }
  .our-team-row {
    margin-bottom: 1px;
  }
  .team-member-group {
    padding: 65px 0 122px;
  }
  .contact-col {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-col.col-right {
    margin-bottom: 0;
  }
  .contact-col.col-right .contact-us-animated-item {
    margin-bottom: 0;
  }
  .widget-span.contact-col {
    width: 100%;
  }
  .body-container .contact-form .hs-button.primary {
    margin-bottom: -2px;
  }
  .widget-span.sign-up-col {
    width: 100% !important;
  }
  .widget-span.sign-up-col.col-left {
    margin-bottom: 30px;
  }
  h3.form-title {
    font-size: 22px;
  }

  .widget-span.service-row-1-col {
    width: 100%;
  }
  .service-row-one-content {
    padding-bottom: 60px;
  }
  .service-lay .full-width-content-with-title-wrap {
    padding-top: 30px;
  }
  .services-content-col {
    float: none;
    width: 100%;
    margin-bottom: 35px;
  }
  .services-content-col:last-child {
    margin-bottom: -5px;
  }

  .banner-area.welcome-to-our-company {
    min-height: 150px;
  }
  .welcome-to-our-company .banner-content h2 {
    font-size: 20px;
  }
  .two-column-content-wrap {
    padding-top: 60px;
    padding-bottom: 82px;
  }
  .content-col-two.col-left {
    margin-bottom: 30px;
  }
  .services-width-background-group.full-width-image-with-bg {
    padding-bottom: 0;
  }
  .about-us-lay .team-member-item {
    width: 100%;
    margin-bottom: 0;
  }
  .about-us-lay .team-member-group {
    padding-bottom: 70px;
  }
  .banner-area.human-capital-management {
    min-height: 150px;
  }



  .human-capital-management-lay .img-desc-col {
    display: block;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .human-capital-management-lay h1.title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .human-capital-management-box-content {
    margin-bottom: 0;
  }
  h4.human-capital-managementtitle {
    margin-bottom: 30px;
  }
  .human-capital-management-lay .two-column-content-wrap {
    padding: 30px 0;
  }
  .human-capital-management-lay .img-desc-col.col-left {
    margin-bottom: 0;
  }
  .human-capital-management-lay .img-desc-col.col-right {
    margin-bottom: 0;
  }
  .banner-area.human-capital-management {
    text-align: center;
  }
  .banner-content h3 {
    font-size: 20px;
    text-align: center;
  }
  .home-page-full-content-wrap {padding: 60px 0px;}
  .home-page-full-content-wrap .content {
    font-size: 1.5em;
  }
  .home-page-video-with-description {
  padding: 60px 0;
}
  .vid-with-desc-col p {
  font-size: 1.5em;
}
  .vid-with-desc-col.col-left {
    margin-bottom: 30px;
  }
  .home-row-two-col.col-center {
    margin-bottom: 90px;
  }
  .home-row-two-col.col-right {
    margin-bottom: 0;
  }
  .home-row-two {
    padding-bottom: 13px;
  }
    .grve-testimonial-content p {
  font-size: 18px;
}
  .home-testimonial-gallery.testimonial-gallery-wrap {
    padding-bottom: 30px;

  }
  .home-banner .banner-content h2 {
    top: 0;
    margin-top: 4px;
  }
  ul.grve-header-options li:first-child {
    margin-right: 6.5px;
  }
  .hs-blog-post-page-content-wrap img[style*="float"] {
    float: none !important;
    margin: 0px 0 15px !important;
  }
}  

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

@media (max-width: 600px) {
  .container-fluid .row-fluid .page-center {
    max-width: 300px;
  }
  .widget-span.custom-header-col.col-left {
    line-height: 110px;
    padding: 0px 30px;
  }

  .custom-header-col .widget-type-logo img {
    vertical-align: middle;
    padding: 10px 0;
    max-height: 110px;
    position: relative;
    top: -1px;
  }

  .custom-header-col .widget-type-logo a {
    display: block;
    font-size: 100%;
    font: inherit;
  }
  .registration-table td, .registration-table th {
    padding: 10px;
  }
  .human-capital-management-box-content {
    padding-left: 0;
  }
  .human-capital-management-icon {
    position: relative;
    margin-bottom: 20px;
    left: 0;
  }
  .home-page-full-content-wrap {padding: 40px 0px;}
  
.home-page-full-content-wrap .content {
    font-size: 1em;
  }

  .banner-content h3 {
    font-size: 20px;
  }
  
  .home-page-video-with-description {
  padding: 40px 0;
}
  
  .vid-with-desc-col p {
  font-size: 1em;
}
  
  .vid-with-desc-col.col-left {
    margin-bottom: 30px;
  }
  .home-row-two-col.col-center {
    margin-bottom: 90px;
  }
  .home-row-two-col.col-right {
    margin-bottom: 0;
  }
  .home-row-two {
    padding-bottom: 13px;
  }
  .home-testimonial-gallery.testimonial-gallery-wrap {
    padding-bottom: 30px;
  }
  .home-page-icon-group .icon-width-box-content {
    padding-left: 0;
  }
  .icon-posifadeInRight.home-page-icon-group .icon-width-box-content {
    padding-right: 0;
  }
  .icon-posifadeInRight.home-page-icon-group .icon-description-item .icon {
    position: relative;
    margin-bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 0 20px;
  }
  .icon-posifadeInRight.home-page-icon-group .icon-width-box-content {
    text-align: left;
  }
  .home-page-icon-group .icon-description-item .icon {
    position: relative;
    margin-bottom: 20px;
    margin-left: -5px;
    margin-right: 0;
  }
  .home-testimonial-gallery .grve-testimonial-content{
    padding:0;
  }
  .grve-testimonial-content p {
  font-size: 15px;
}
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }
  .subscribe-options label span {
    margin: 0;
    font-size: 13px;
  }
}

/*Begin Show/Hide depending on screen size*/

@media (max-width: 9968px) { 
  .show-desktop {
    display: block !important;
  }
  
}

@media (max-width: 968px) { 
  
  .hide-big-tablet {
    display: none !important;
  }
  
    .show-big-tablet {
    display: block !important;
  }

}

@media (max-width: 768px) { 
  
  .hide-tablet {
    display: none !important;
  }
  
    .show-tablet {
    display: block !important;
  }

}

@media (max-width: 600px) { 
  
  .hide-mobile {
    display: none !important;
  }
  
    .show-mobile {
    display: block !important;
  }

}

/*End Show/Hide depending on screen size*/



/* ==========================================================================
  Custom Style                                                    
   ========================================================================== */

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light li {
  color: #fff !important;
}
.text-light,
.text-light p,
.text-light span{
    color: #fff !important;
}

.text-light a {
  color: #fff !important;
  border-bottom: 1px solid #fff;
}

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

.smaller-text,
.smaller-text p,
.smaller-text span,
.smaller-text li{
    font-size: ;    
}

.horz-space-sm {
    display: block;
    height: 20px;
}

.horz-space-md {
    display: block;
    height: 40px;
}

.horz-space-lg {
    display: block;
    height: 60px;
}

.horz-space-xl {
    display: block;
    height: 100px;
}

.vert-space-hack {
    display: block; height: 1px;
}

@media (max-width: 479px) {
   .horz-space-md,
   .horz-space-lg,
   .horz-space-xl {
       display: block;
       height: 30px !important;
   }
}

.horz-rule {
    display: block;
    border-bottom: 1px solid #ddd;
    visibility: visible !important;
}

.horz-rule-20tb {
    display: block;
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
    visibility: visible !important;
}
.horz-rule-40tb {
    display: block;
    border-bottom: 1px solid #ddd;
    margin: 40px 0;
    visibility: visible !important;
}


/* Paddings */
.padding10tb { padding: 10px 0px; }
.padding20tb { padding: 20px 0px; }
.padding20all { padding: 20px; }
.padding40tb { padding: 40px 0px; }
.padding60tb { padding: 60px 0px; }
.padding80tb { padding: 80px 0px; }
.padding100tb { padding: 100px 0px; }

@media (max-width: 479px) {
    .padding40tb,
    .padding60tb,
    .padding80tb,
    .padding100tb 
    { padding: 30px 0px; } 
}

/*Custom H1 Styling*/