/* @import url('http://example.com/example_style.css'); */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

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










/** 
* Border Radius 
*
*  
*/




/** 
* Box Shadow  
*
*  
*/




/** 
* Transition
* 
*  
*/




/** 
* Transform
*
*  
*/



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

body { margin:0; padding:0; font-family:'Helvetica', sans-serif; font-size:17px; line-height:25px; font-weight:400; color:#000; background:#fff; overflow-x: hidden; }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:10px 0; margin:0; }

h1 { color:#4c5841; font-family:'Helvetica', sans-serif; font-size:41px; line-height:50px; font-weight:700; margin:0; padding:0; clear:both }
h2 { color:#4c5841; font-family:'Helvetica', sans-serif; font-size:39px; line-height:45px; font-weight:700; margin:0; padding:0; clear:both }
h3 { color:#000000; font-family:'Helvetica', sans-serif; font-size:35px; line-height:40px; font-weight:700; margin:0; padding:0; clear:both }
h4 { color:#000000; font-family:'Helvetica', sans-serif; font-size:30px; line-height:36px; font-weight:700; margin:0; padding:0; clear:both }
h5 { color:#4c5841; font-family:'Helvetica', sans-serif; font-size:20px; line-height:26px; font-weight:400; margin:0; padding:0; clear:both }
h6 { color:#4c5841; font-family:'Helvetica', sans-serif; font-size:16px; line-height:20px; font-weight:700; margin:0; padding:0; clear:both }

a { text-decoration:none; outline:none; color:#404040; -webkit-transition:all .4s ease-in-out; -moz-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out; }
a:hover { color:#7db036; }

input , button , textarea, select , 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"] { outline:none; color:#59595c; background:#fff; border-radius:5px; border:0; height:60px; padding:0 15px; font-size:14px; width:100%; border:0; height:48px; font-size:14px; color:rgba(0, 0, 0, 0.93); font-weight:300; font-family:'Oswald', sans-serif; }
input[type=checkbox] , input[type=radio] { width:auto; } 
textarea { padding:15px 20px; height:96px; min-width:100%; max-width:100%; resize:none; }
input[type=submit] , button { -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
-o-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);; cursor:pointer; background-image:url(//cdn2.hubspot.net/hubfs/2240956/Lobtec-2016/Image/blank.png); background-color:#7db036; padding:10px 15px; width:100%; max-width:100%; text-align:center; display:inline-block; color:#fff; font-weight:500; border-radius:30px; -webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-o-transition: all .4s ease;
-ms-transition: all .4s ease;
transition: all .4s ease;; font-size:14px; font-weight:600; border:0; text-transform:uppercase; width:auto; height:auto; } 
input[type=submit]:hover , button:hover { background-color:#f4f4f4; -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);;
-moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);;
-o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);;
-ms-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);;
box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);;; color:#7db036; } 

::-webkit-input-placeholder { font-size:14px !important; color:rgba(0, 0, 0, 0.93) !important; font-weight:300 !important; font-family:'Open Sans', sans-serif !important; opacity:1 !important; }
::-moz-placeholder { font-size:14px !important; color:rgba(0, 0, 0, 0.93) !important; font-weight:300 !important; font-family:'Open Sans', sans-serif !important; opacity:1 !important; }
:-ms-input-placeholder { font-size:14px !important; color:rgba(0, 0, 0, 0.93) !important; font-weight:300 !important; font-family:'Open Sans', sans-serif !important; opacity:1 !important; }
:-moz-placeholder { font-size:14px !important; color:rgba(0, 0, 0, 0.93) !important; font-weight:300 !important; font-family:'Open Sans', sans-serif !important; opacity:1 !important; }

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:12px; color:#f00; text-align:left; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 30px; }
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 13px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 13px 20px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 15px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 15px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:; color:; border-color:; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#000; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:; background:;  border-radius:100%; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{-webkit-transition: all 0.4s; border-radius: 5px;}

.row-fluid [class*="span"] { min-height:0; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }

.row-fluid .mblbgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .mblbg-img { display:none; }


/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-bold , .row-fluid .text-bold h1 , .row-fluid .text-bold h2 , .row-fluid .text-bold h3 , .row-fluid .text-bold h4 , .row-fluid .text-bold h5 , .row-fluid .text-bold h6 { font-weight:bold; }
.row-fluid .text-italic { font-style:italic; }
.row-fluid .fl100 { float:left; width:100%; } 

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:1; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:14px; }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:17px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:transparent; border:1px solid #7db036;  width:15px; height:15px; border-radius:100%; font-size:0; cursor:pointer; padding:0; box-shadow:none; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#7db036; }
/* ul.slick-dots li.slick-active button { height:10px; width:10px; box-shadow:1px 0px 1px rgba(0,0,0,0.15); } */

.row-fluid .btn-style1 a, .row-fluid a.btn-style1 { float:none; display:inline-block; position:relative; padding:21px 42px; color:#fff; font-weight:500; border-radius:30px; font-size:14px; line-height:18px; font-weight:600; letter-spacing:0.5px; -webkit-box-shadow: 0 10px 20px 0 rgba(13, 91, 2, 0.2);
-moz-box-shadow: 0 10px 20px 0 rgba(13, 91, 2, 0.2);
-o-box-shadow: 0 10px 20px 0 rgba(13, 91, 2, 0.2);
-ms-box-shadow: 0 10px 20px 0 rgba(13, 91, 2, 0.2);
box-shadow: 0 10px 20px 0 rgba(13, 91, 2, 0.2);; background:#098211; text-transform:uppercase; }
.row-fluid .btn-style1 a:hover, .row-fluid a.btn-style1:hover { background:#7db036; }

.row-fluid .btn-style2 a, .row-fluid a.btn-style2 { float:none; display:inline-block; position:relative; padding:21px 42px; color:#00930a; font-weight:500; border-radius:30px; font-size:14px; line-height:18px; font-weight:600; letter-spacing:0.5px; -webkit-box-shadow: 0 10px 20px 0 rgba(13, 91, 2, 0.2);
-moz-box-shadow: 0 10px 20px 0 rgba(13, 91, 2, 0.2);
-o-box-shadow: 0 10px 20px 0 rgba(13, 91, 2, 0.2);
-ms-box-shadow: 0 10px 20px 0 rgba(13, 91, 2, 0.2);
box-shadow: 0 10px 20px 0 rgba(13, 91, 2, 0.2);; background:#ffffff; text-transform:uppercase; }
.row-fluid .btn-style2 a:hover, .row-fluid a.btn-style2:hover { background:#7db036; color:#fff; }

.row-fluid .btn-style3 a, .row-fluid a.btn-style3 { float:none; display:inline-block; position:relative; padding:21px 42px; color:#fff; font-weight:500; border-radius:30px; font-size:14px; line-height:18px; font-weight:600; letter-spacing:0.5px; -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
-o-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
-ms-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);; background:#7db036; text-transform:uppercase; }
.row-fluid .btn-style3 a:hover, .row-fluid a.btn-style3:hover { -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);; background-color:#f4f4f4; color:#7db036; }

.row-fluid .font20 { font-size:20px; line-height:30px; }

.row-fluid .ulstyle ul { list-style:none; }
.row-fluid .blue-bg { background:#1d69ac; }

.row-fluid .wrapper { margin:0 auto !important; width:1120px; padding:0; float:none !important; max-width: 100%; } 

/* Page Wise Css */
/* Homepage */
.row-fluid .top { position:absolute; top:0; left:0; width:100%; z-index:1; padding-top:80px; }
.row-fluid .top .btn-style1 a { font-size:11px; line-height:16px; padding:11px 25px; float:right; }

.row-fluid .top-stripsec { background:#78c42f; padding:5px 0; position:relative; z-index: 9; }
.row-fluid .top-stripsec ul { float:right; width:auto; padding:0; margin:0; list-style-type:none; }
.row-fluid .top-stripsec ul li { list-style:none; display:inline-block; padding:0 10px; line-height:14px; border-right:2px solid #fff; }
.row-fluid .top-stripsec ul li:last-child { border:0; }
.row-fluid .top-stripsec ul li a { color:#fff; font-size:14px; font-weight:600; }

body.white_strip-body .row-fluid .top-stripsec { background:#fff; }
body.white_strip-body .row-fluid .top-stripsec ul li { border-color:#098211; }
body.white_strip-body .row-fluid .top-stripsec ul li a { color:#098211; }


.row-fluid .mainmenu .hs-menu-wrapper > ul { float:right; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:10px 25px; line-height:19px; color:#fff; font-size:16px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:hover { color:#404040; }

.row-fluid .hero-section { position:relative; padding:230px 0 165px 0; } 
.row-fluid .hero-section.home-herosec { padding-bottom:0; margin-bottom:110px; }
.row-fluid .hero-section:after { position:absolute; content:""; top:0; left:0; height:100%; width:100%; background:url('https://cdn2.hubspot.net/hubfs/4210479/WCS%20-%20Limelight%20Theme%202018/hero-curve.png'); background-size:100% 100% !important; background-repeat:no-repeat !important; z-index:-1; }
.row-fluid .hero-section > div { position:relative; }
.row-fluid .hero-section h1 { margin-bottom:20px; }
.row-fluid .hero-section .hero-subtext { margin-bottom:30px; }
.row-fluid .hero-section .left-cta { padding-right:10px; }
.row-fluid .hero-section .right-cta { padding-left:10px; }
.row-fluid .hero-section .left-cta, .row-fluid .hero-section .right-cta { width:auto; }
.row-fluid .trusted-text { margin-top:180px; margin-bottom:55px; font-size:28px; line-height:40px; font-weight:700; font-family:'Helvetica', sans-serif; }
.row-fluid .trusted-text i { color:#F0E68C; }
.row-fluid .image-frame-box { position:relative; /*overflow:hidden;*/ }
.row-fluid .image-frame { position:relative; }
.row-fluid .image-frame img { width:100% !important; -webkit-box-shadow: 0 10px 20px 0 rgba(13, 91, 2, 0.2);
-moz-box-shadow: 0 10px 20px 0 rgba(13, 91, 2, 0.2);
-o-box-shadow: 0 10px 20px 0 rgba(13, 91, 2, 0.2);
-ms-box-shadow: 0 10px 20px 0 rgba(13, 91, 2, 0.2);
box-shadow: 0 10px 20px 0 rgba(13, 91, 2, 0.2);; }
.row-fluid .image-frame-box iframe { width:100% !important; }
.row-fluid .image-frame-box .frame-img { position:absolute; top:35px; left:0; width:100%; height:100%; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; display:none; }
.row-fluid .image-frame-box .frame-video { position:absolute; top:35px; left:0; width:100%; height:100%; display:none; }
.row-fluid .image-frame-box .frame-innerbox.image .frame-video { display:none; }
.row-fluid .image-frame-box .frame-innerbox.video .frame-img { display:none; }
.row-fluid .iframe-wrap { position:relative; height:0; width:100%; float:left; padding:0 0 56.25%; -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);; }
.row-fluid .iframe-wrap:before, .row-fluid .image-wrap:before { position:absolute; content:""; height:31px; width:calc(100% + 1px); bottom:100%; left:0; background:url('//cdn2.hubspot.net/hubfs/4210479/WCS%20-%20Limelight%20Theme%202018/frame-strip.png'); background-size:cover !important; background-repeat:no-repeat !important;  border-radius:4px 4px 0 0; }
.row-fluid .image-wrap:before { width:100%; }
.row-fluid .iframe-wrap iframe { position:absolute; top:0; right:0; bottom:0; left:0; height:100%; }

.row-fluid .hero-section .image-wrap { height:380px; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; background-color:#fafafa !important; }
.row-fluid .hero-section .img-vidbox_wrap.video .image-wrap { display:none; }
.row-fluid .hero-section .img-vidbox_wrap.image .iframe-wrap { display:none; }

.row-fluid .logo-slider_raw { background:#fff; padding:80px 0 80px 20px; -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);; border-radius:5px; overflow:hidden; }
.row-fluid .logo-slider_raw > span.slick-initialized.slick-slider { margin-right:-110px; }
.row-fluid .logo-slider_raw .slider-img { height:90px; position:relative; overflow:hidden; }
.row-fluid .logo-slider_raw .slider-img img { position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; max-width:150px; }
.row-fluid .discover-cta { margin-top:30px; }
.row-fluid .discover-cta.btn-style3 a:hover { background:#fff; }

.row-fluid .section-titlebox { padding:150px 0 120px; background-image:linear-gradient(192deg, #f9f9f9, #ffffff); }
.row-fluid .section-titlebox .subtitle { color:#4c5841; letter-spacing:0.7px; text-transform:uppercase; font-weight:700; font-family:'Helvetica', sans-serif; }
.row-fluid .section-titlebox h2 { color:#000; margin-top:9px; }
.row-fluid .service-section .service-box { display:flex; align-items:center; margin-bottom:120px; }
.row-fluid .service-section .service-box .service-text { float:left; width:40%; }
.row-fluid .service-section .service-box .service-text .text { margin:18px 0 30px; }
.row-fluid .service-section .service-box .service-image { float:left; width:60%; position:relative; -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);; }
.row-fluid .service-section .service-box .service-image:before { position:absolute; content:""; height:41px; width:100%; bottom:100%; left:0; background:url('//cdn2.hubspot.net/hubfs/4210479/WCS%20-%20Limelight%20Theme%202018/service-frame_strip.png'); background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; border-radius:4px 4px 0 0; }
.row-fluid .service-section .service-box:nth-child(odd) .service-text { padding-right:150px; }
.row-fluid .service-section .service-box:nth-child(even) .service-text { padding-left:150px; }
.row-fluid .service-section .service-box .service-image .frame img { width:100% !important; }
.row-fluid .service-frame_image { float:left; width:100%; }
.row-fluid .service-frame_image img { width:100% !important; }

.row-fluid .ready-section { padding:160px 0 145px }
.row-fluid .ready-section h1 { margin-bottom:30px; }
.row-fluid .ready-section .btn-style1 a { padding:21px 67px; }

.row-fluid .webinar-section .left, .row-fluid .webinar-section .right { float:left; width:50%; margin:0; }
.row-fluid .webinar-section .right { background:#f4f4f4; }
.row-fluid .webinar-section .left-inner, .row-fluid .webinar-section .right-inner { padding:135px 0; }
.row-fluid .webinar-section .left-inner { font-weight:300; color:#000000; letter-spacing:0.5px; padding-right:90px; }
.row-fluid .webinar-section .web-title { color:#4c5841; margin-bottom:4px; }
.row-fluid .webinar-section .right-inner { float:none; display:inline-block; vertical-align:top; max-width:350px; width:100%; text-align:left; }
.row-fluid .webinar-section ul { list-style-type:none; padding-left:10px; margin:0; }
.row-fluid .webinar-section ul li { position:relative; padding-left:20px; }
.row-fluid .webinar-section ul li:before { position:absolute; content:"•"; color:#000; left:0; top:0; }
.row-fluid .webinar-section form .actions { text-align:center; }
.row-fluid .webinar-section form .actions input[type="submit"] { padding:20px 70px; }

.row-fluid .testimonial-section { padding:126px 0 125px; }
.row-fluid .testimonial-raw { float:none; display:inline-block; vertical-align:top; max-width:750px; width:100%; } 
.row-fluid .testimonial-wrap .testimonial-box { opacity:0; }
.row-fluid .testimonial-wrap .testimonial-box:nth-child(2) { opacity:1; }
.row-fluid .testimonial-box .title h4 { font-family:'Helvetica', sans-serif; margin-bottom:23px; }
.row-fluid .testimonial-box .text { font-size:22px; line-height:32px; font-style:italic; font-family:'Helvetica', sans-serif; }
.row-fluid .testimonial-box .details { margin:30px 0; font-size:18px; line-height:32px; }
.row-fluid .testimonial-section .client-image { float:none; display:inline-block; vertical-align:top; cursor:pointer; width:120px; height:120px; border-radius:100%; opacity:0.3; background-color:rgba(0, 0, 0, 0.1); background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; -webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;; -webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-o-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);; }
.row-fluid .testimonial-section .slider-nav { float:none; display:inline-block; vertical-align:top; max-width:350px; width:100%; }
.row-fluid .testimonial-section .client-image-wrap.slick-active.slick-center .client-image { -webkit-transform: scale(0.9);
-moz-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);; opacity:1; } 

.row-fluid .schedule-section { padding:130px 0 130px; position:relative; }
.row-fluid .schedule-section:before { position:absolute; content:""; height:160px; width:269px; left:0; top:0; background:url('https://cdn2.hubspot.net/hubfs/4210479/WCS%20-%20Limelight%20Theme%202018/pre-footer-background.svg'); background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .section-subtext { margin:20px 0 27px; }
.row-fluid .schedule-section .btn-style3 a:hover { background:#fff; }

/* Landing Page 1 */
.row-fluid .lp-herosection { padding-bottom:0; }
.row-fluid .lp-herosection p { padding:0 0 10px; }
.row-fluid .hero-roundimage { float:right; height:450px; width:450px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; border-radius:100%; }
.row-fluid .hero-formcol { float:none; display:inline-block; vertical-align:top; max-width:545px; width:100%; padding:70px 60px; background-image:linear-gradient(#225deg, #f9f9f9, #ffffff); margin-top:40px; }
.row-fluid .hero-formcol, .row-fluid .hero-formcol h4 { color:#000; }
.row-fluid .hero-formcol h4 { margin-bottom:15px; }
.row-fluid .hero-formcol form { margin-top:40px; }
.row-fluid .hero-formcol form .hs-form-required, .row-fluid .hero-formcol form .hs_error_rollup { display:none; }
.row-fluid .hero-formcol form input[type="text"], .row-fluid .hero-formcol form input[type="email"], .row-fluid .hero-formcol form input[type="tel"], .row-fluid .hero-formcol form textarea, .row-fluid .hero-formcol form select { border:1px solid #e7e7e7; }
fieldset.form-columns-1 .input { margin-right:0 !important; }
.row-fluid .hero-formcol form input[type="submit"] { padding:21px 34px; }

.row-fluid .landing-contact { float:none; display:inline-block; vertical-align:top; max-width:425px; width:100%; padding-bottom:120px; }
.row-fluid .landing-contact ul { float:left; width:100%; padding:0; margin:40px 0 0; list-style-type:none; } 
.row-fluid .landing-contact ul li { float:left; width:50%; position:relative; padding-left:22px; text-align:left; margin-bottom:8px; }
.row-fluid .landing-contact ul li a { color:#000; font-size:16px; font-family:'Helvetica', sans-serif; }
.row-fluid .landing-contact ul li a:hover { color:#7db036; }
.row-fluid .landing-contact ul li:before { position:absolute; content:""; height:16px; width:16px; left:0; top:7px; }
.row-fluid .landing-contact ul li:first-child:before { background:url('https://cdn2.hubspot.net/hubfs/4210479/WCS%20-%20Limelight%20Theme%202018/pin-map.png') no-repeat; }
.row-fluid .landing-contact ul li:nth-child(2):before { background:url('https://cdn2.hubspot.net/hubfs/4210479/WCS%20-%20Limelight%20Theme%202018/phone-icon.png') no-repeat; }
.row-fluid .landing-contact ul li:nth-child(3):before { background:url('https://cdn2.hubspot.net/hubfs/4210479/WCS%20-%20Limelight%20Theme%202018/email-icon.png') no-repeat; }
.row-fluid .landing-contact ul li:last-child:before { background:url('https://cdn2.hubspot.net/hubfs/4210479/WCS%20-%20Limelight%20Theme%202018/fax-icon.png') no-repeat; }
.row-fluid .landing-contact ul li:nth-child(odd) { width:60%; }
.row-fluid .landing-contact ul li:nth-child(even) { width:40%; }

.row-fluid .additional_text-section { padding:130px 0; background-image:linear-gradient(192deg, #f9f9f9, #ffffff); text-align:center; }   
.row-fluid .additional_text-section .richtext { float:none; display:inline-block; vertical-align:top; max-width:545px; width:100%; text-align:left; }
.row-fluid .additional_text-section .richtext ul { list-style-type:none; padding-left:15px; margin:0; }
.row-fluid .additional_text-section .richtext ul li { position:relative; padding-left:20px; }
.row-fluid .additional_text-section .richtext ul li:before { position:absolute; content:"•"; color:#000; left:0; top:0; }
.row-fluid .additional_text-section .download-cta { padding-top:20px; }

/* .row-fluid .footer-triangle { position:relative; }
.row-fluid .footer-triangle:before { position:absolute; content:""; height:160px; width:269px; left:0; top:0; background:url('https://cdn2.hubspot.net/hubfs/4210479/WCS%20-%20Limelight%20Theme%202018/pre-footer-background.svg'); background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; } */

/* Landing Page 2 */
.row-fluid .lp-hero2.hero-section { padding:170px 0 0; }
.row-fluid .lp-hero2 .hero-formcol { margin:0; }
.row-fluid .lp-hero2 .hero-left { padding-top:70px; }
.row-fluid .lp-hero2 .landing-contact ul { margin-top:0; }
.row-fluid .lp-hero2 .hero-formcol { padding:70px 60px 40px; }
.row-fluid .lp-hero2 .hero-formcol form fieldset:last-child .hs-form-field { padding-bottom:15px; }
.row-fluid .lp-hero2 .hero-formbox { background:#fff; }
.row-fluid .lp2-hero_subtext ul li { font-weight:700; }

.row-fluid .lp2-contentbox { color:#000; padding-top:60px; padding-bottom:35px; }   
.row-fluid .asset-ctaraw { padding-bottom:120px; }
.row-fluid .asset-ctaraw .btn-style3 a:hover { background:#fff; }

.row-fluid .news-itemwrap { padding-top:80px; float:none; width:auto; display:block; margin:0 -16px; }
.row-fluid .news-itemwrap .news-item { float:left; width:33.33%; padding:0 16px; text-align:left; font-size:16px; font-weight:300; color:#000; font-family:'Helvetica', sans-serif; }
.row-fluid .news-itemwrap .news-item .post-img { height:180px; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }
.row-fluid .news-itemwrap .news-item .post-title { margin:20px 0 0; }
.row-fluid .news-itemwrap .news-item .post-title a { font-size:20px; line-height:28px; color:#000; font-weight:700; }
.row-fluid .news-itemwrap .news-item .post-title a:hover { color:#7db036; }
.row-fluid .blog-cta { margin-top:80px; }

/* Error 404 Page */
.row-fluid .errorpage_blogsec { padding:72px 0 150px; }
.row-fluid .errorpage_blogsec .post-textbox { background:#fff; padding:5px 15px 20px; }
.row-fluid .errorpage_blogsec .blog-cta { margin-top:40px; }
.row-fluid .go-blogcta .blog-cta { margin:-100px 0 80px; }

/* Landing Page 3 */
.row-fluid .lp-hero2.hero-section.lp-hero3 { padding-bottom:180px; }

.row-fluid .quote-contentsection { position:relative; margin-top:-200px; padding-bottom:100px; }
.row-fluid .quote-contentbox { float:none; vertical-align:top; max-width:740px; width:100%; margin:0 auto !important; }
.row-fluid .quote-contentbox .quote-title h4 { font-weight:800; color:#000; }
.row-fluid .quote-contentbox .quote-text { font-size:22px; line-height:32px; color:#000; font-style:italic; margin:25px 0; font-family:'Helvetica', sans-serif; }
.row-fluid .quote-contentbox .quote-details { font-size:18px; line-height:32px; margin-bottom:25px; }
.row-fluid .quote-contentbox .client-quoteimg { float:none; display:inline-block; vertical-align:top; height:120px; width:120px; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; border-radius:100%; }

.row-fluid .demo-section { padding:0; position:relative; font-size:20px; line-height:25px; } 
.row-fluid .demo-section:after { position:absolute; content:""; height:160px; width:269px; left:0; top:100%; background:url('https://cdn2.hubspot.net/hubfs/4210479/WCS%20-%20Limelight%20Theme%202018/pre-footer-background.svg'); background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .demo-section:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; z-index:1; background-image:linear-gradient(to right, #78c42f, rgba(120, 196, 47, 0)); background:-moz-linear-gradient(left, rgba(120,196,47,1) 0%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(left, rgba(120,196,47,1) 45%,rgba(255,255,255,0) 100%); background: linear-gradient(to right, rgba(120,196,47,1) 45%,rgba(255,255,255,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78c42f', endColorstr='#00ffffff',GradientType=1 ); }
.row-fluid .demo-section > div { position:relative; }
.row-fluid .demo-section h1 span { display:block; font-weight:300; }
.row-fluid .demo-section ul { float:left; width:100%; list-style-type:none; padding-left:15px; }
.row-fluid .demo-section ul li { margin-bottom:10px; }
.row-fluid .demo-section .btn-style1 a { padding:21px 51px; }
.row-fluid .demo-section .left-inner { padding:70px 0; position:relative; z-index:1; }


/* Contact Us */
.row-fluid .contact-hero { padding:220px 0 125px; text-align:center; }

.row-fluid .contact-section .hero-formcol { margin:0; max-width:650px; background:#fff; padding:120px 60px 0; }
.row-fluid .contact-section .hero-formcol form input[type="submit"] { padding:21px 71px; }
.row-fluid .get-socialsection { padding:120px 0 100px; }
.row-fluid .get-socialsection h1 { color:#000; }
.row-fluid .get-socialsection .social-icon { margin-top:50px; }
.row-fluid .get-socialsection .social-icon a { float:none; display:inline-block; vertical-align:top; height:60px; width:60px; line-height:60px; border:0; color:#fff; font-size:25px; background:#7db036; margin-left:42px; }
.row-fluid .get-socialsection .social-icon a:first-child { margin:0; }
.row-fluid .get-socialsection .social-icon a:hover { background:rgb(120, 196, 47, 0.7); } 

.row-fluid .limelight-demosec { padding:0; }
.row-fluid .limelight-demosec.demo-section .left-inner { padding:100px 0; }
.row-fluid .limelight-demosec .btn-style1 a { margin-top:35px; padding:21px 64px; }

/* Privacy Policy Page */
.row-fluid .privacy-hero h1 span { font-weight:300; display:block; font-size:27px; line-height:37px; }

.row-fluid .privacy-section { padding:80px 0 90px; font-family:'Helvetica', sans-serif; }
.row-fluid .privacy-section .wrapper { width:710px; }
.row-fluid .privacy-section a { color:#7db036; }
.row-fluid .privacy-section a:hover { color:#404040; }
.row-fluid .privacy-section p { padding:0 0 15px; }
.row-fluid .privacy-section h4 { margin-top:40px; margin-bottom:30px; }
.row-fluid .privacy-section ul { margin:10px 0 18px; }
.row-fluid .privacy-section ul li { margin:0 0 12px; }
.row-fluid .privacy-section p img { text-align:center; }
.row-fluid .privacy-section h5 { color:#000; font-weight:700; margin:10px 0; }

.row-fluid .privacy-demosec { line-height:30px; padding:110px 0; }
.row-fluid .privacy-demosec h1 { margin-bottom:20px; }
.row-fluid .privacy-demosec .btn-style1 a { padding:21px 54px; }
.row-fluid .privacy-demosec:before { display:none; }
.row-fluid .privacy-demosec.demo-section:after { top:calc(100% - 1px); }

/* Get Into Limelight Page */
.row-fluid .about-limehero { padding:160px 0 100px; }

.row-fluid .customer-section { padding:128px 0 80px; }
.row-fluid .customer-section h2 { color:#000; }
.row-fluid .customer-section .subtext { padding:15px 0 80px; color:#4c5841; letter-spacing:0.7px; font-family:'Helvetica', sans-serif; }

.row-fluid .leader-section { background:#f4f4f4; padding:100px 0; }
.row-fluid .leader-section .hs_cos_wrapper_type_header h2 { color:#000; margin-bottom:70px; }
.row-fluid .leader-boxwrap .leader-box { display:flex; align-items:center; margin-bottom:70px; }  
.row-fluid .leader-boxwrap .leader-left { float:left; width:50%; display:flex; align-items:center; }
.row-fluid .leader-boxwrap .leader-right { float:left; width:50%; line-height:28px; padding-left:30px; }
.row-fluid .leader-boxwrap .leader-image { float:left; height:256px; width:256px; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; border-radius:100%; }
.row-fluid .leader-boxwrap .leader-designation { float:left; width:54%; font-size:18px; line-height:32px; color:#000; padding-left:30px; }
.row-fluid .leader-boxwrap .designation { margin:10px 0; }
.row-fluid .leader-boxwrap .leader-social a { float:left; height:38px; width:38px; line-height:38px; text-align:center; border:1px solid #7db036; border-radius:100%; font-size:20px; color:#7db036; margin-right:18px; }
.row-fluid .leader-boxwrap .leader-social a:last-child { margin:0; }
.row-fluid .leader-boxwrap .leader-social a:hover { color:#fff; background:#7db036; }
.row-fluid .leader-boxwrap .leader-box:last-child { margin-bottom:0; }

.row-fluid .excellent-section { padding:10px 0; }
.row-fluid .excellent-section .hs_cos_wrapper_type_header h2 { color:#000; margin-bottom:7px; }
.row-fluid .excellent-section .font20 { color:#4c5841; }
.row-fluid .accordion-boxwrap { float:none; display:inline-block; vertical-align:top; text-align:left; max-width:550px; width:100%; margin-top:35px; }
.row-fluid .accordion-boxwrap .accordion-box .click-box { cursor:pointer; font-size:16px; line-height:32px; color:#000; margin-top:50px; position:relative; padding-right:30px; }
.row-fluid .accordion-boxwrap .accordion-box .click-box:after { position:absolute; content:""; right:10px; top:0; height:25px; width:1px; background:#7db036; }
.row-fluid .accordion-boxwrap .accordion-box .click-box:before { position:absolute; content:""; right:0px; top:10px; height:2.5px; width:21px; background:#7db036; -webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-o-transition: all .5s ease;
-ms-transition: all .5s ease;
transition: all .5s ease;; }
.row-fluid .accordion-boxwrap .accordion-box .title h5 { color:#7db036; font-weight:700; margin-bottom:10px; }
.row-fluid .accordion-boxwrap .acc-content { display:none; margin-top:20px; }
.row-fluid .accordion-boxwrap .acc-content a { color:#7db036; }
.row-fluid .accordion-boxwrap .acc-content a:hover { color:#404040; }
.row-fluid .accordion-boxwrap .accordion-box .click-box.active:after { opacity:0; }  
.row-fluid .excellent-section .job-applycta { margin-top:80px; }
.row-fluid .excellent-section .job-applycta.btn-style3 a { padding:21px 63px; } 
.row-fluid .excellent-section .job-applycta.btn-style3 a:hover { background:#fff; }

.row-fluid .we-believesec .hs_cos_wrapper_type_header h1 { color:#000; margin-bottom:80px; }
.row-fluid .we-believesec .wrapper { padding-top:130px; border-top:2px solid #e7e7e7; }
.row-fluid .client-sliderwrap { float:none; display:inline-block; vertical-align:top; max-width:650px; width:100%; }
.row-fluid .client-sliderwrap .content { font-family:'Helvetica', sans-serif; font-size:22px; line-height:32px; color:#000; font-style:italic; }
.row-fluid .client-sliderwrap .slider-designation { margin:20px 0 30px; }
.row-fluid .client-sliderwrap .slider-clientImage { float:none; display:inline-block; vertical-align:top; height:120px; width:120px; border-radius:100%; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }

.row-fluid .get-logosec { padding:80px 0 120px; }
.row-fluid .get-logosec .logo-titlewrap { margin-top:40px; }
.row-fluid .get-logosec .logo-titlebox { float:none; display:inline-block; vertical-align:top; width:33.33%; margin:0 -2px 40px; }
.row-fluid .get-logosec .logo-imgbox { height:120px; position:relative; overflow:hidden; }
.row-fluid .get-logosec .logo-imgbox img { position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; }
.row-fluid .get-logosec .logo-titlecol { margin-top:38px; }
.row-fluid .get-logosec .logo-titlecol a {display:inline-block;}
.row-fluid .get-logosec .btn-style3 a { padding:21px 63px; margin-top:40px; } 
.row-fluid .get-logosec .btn-style3 a:hover { background:#fff; }

.row-fluid .getinto-news_sec { background:#f4f4f4; }
.row-fluid .getinto-news_sec .post-textbox { background:#fff; padding:5px 15px 20px;   }
.row-fluid .getinto-news_sec .btn-style3 a { padding:21px 56px; }
.row-fluid .news-itemwrap  .post-textbox{ width: calc(100% - 20px);    margin: -12px 10px 10px; background:#fff;     padding: 5px 15px 20px; } 

.row-fluid .contact-section.getinto-contactsec .hero-formcol form input[type="submit"] { padding:10px 23px; font-size:12px; }
.row-fluid .contact-section.getinto-contactsec .hs-form .hs-form-field { padding-bottom:15px; }
.row-fluid .contact-section.getinto-contactsec .landing-contact { max-width:530px; }

/* Blog Page */
.row-fluid .page-titlebox { padding:70px 0 45px; font-size:20px; line-height:30px; color:#000; font-family:'Helvetica', sans-serif; }
.row-fluid .page-titlebox h1 { color:#000; margin-bottom:15px; }

.row-fluid .post-filter_raw { padding:30px 0; border-top:2px solid #e7e7e7; text-align:center; }
.row-fluid .post-filter_raw ul { float:left; width:100%; padding:0; margin:0; list-style-type:none; }
.row-fluid .post-filter_raw ul li { float:none; display:inline-block; vertical-align:top; }
.row-fluid .post-filter_raw ul li a { font-size:12px; line-height:20px; color:#000; text-transform:uppercase; letter-spacing:0.43px; font-family:'Helvetica', sans-serif; padding:0 25px; }
.row-fluid .post-filter_raw ul li a:hover { color:#7db036; }
.row-fluid .post-filter_raw ul li a .filter-link-count { display:none; }

.row-fluid .blog-mainsection { padding-bottom:120px; }
.row-fluid .post-listing { float:none; display:block; width:auto; margin:0 -15px; }
.row-fluid .list-main .post-listing .post-item { display:none; }
.row-fluid .post-listing .post-item { float:left; width:33.33%; padding:15px 15px; margin-bottom:40px; font-family:'Helvetica', sans-serif; }
.row-fluid .post-listing .post-featured-image { height:180px; width:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; border-radius:4px; } 
.row-fluid .post-listing .post-contentbox { padding:20px 10px; border-bottom:2px solid #e7e7e7; background:#fff; width:calc(100% - 20px); margin:-12px 10px 10px; }
.row-fluid .post-listing .post-item .topic-box { margin-bottom:20px; } 
.row-fluid .post-listing .post-item a.topic-link { font-size:12px; line-height:20px; color:#000000; font-weight:700; text-transform:uppercase; }
.row-fluid .post-listing .post-item .title a { font-size:20px; line-height:30px; color:#000000; font-weight:700; margin-bottom:10px; display:block; } 
.row-fluid .post-listing .post-item a.topic-link:hover, .row-fluid .post-listing .post-item .title a:hover { color:#7db036; }
.row-fluid .post-listing .post-content { font-size:16px; line-height:26px; color:#000; font-weight:300; margin-bottom:100px; }
.row-fluid .post-listing .post-date { float:left; width:50%; font-size:14px; line-height:22px; letter-spacing:0.23px; font-weight:300; text-transform:uppercase; }
.row-fluid .post-listing .post-author { float:left width:50%; font-size:14px; line-height:22px; font-weight:300; }
.row-fluid .post-listing .post-author span { float:right; }
.row-fluid .post-listing .post-author a { color:#000; }
.row-fluid .post-listing .post-author a:hover { color:#7db036; }

.row-fluid .load_more a { font-size:11px; line-height:16px; color:#000; position:relative; text-transform:uppercase; display:inline-block; padding-bottom:50px; } 
.row-fluid .load_more a:after { position:absolute; content:""; height:49px; width:25px; bottom:-5px; left:50%; background:url('//cdn2.hubspot.net/hubfs/4210479/WCS%20-%20Limelight%20Theme%202018/arrow-down.png') no-repeat; -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);; background-size:23px 30px !important; }

.row-fluid .blog-emailsec { padding:30px 0; position:relative; }
.row-fluid .blog-emailsec:after { position:absolute; content:""; height:160px; width:269px; left:0; top:top:calc(100% - 1px);; background:url('https://cdn2.hubspot.net/hubfs/4210479/WCS%20-%20Limelight%20Theme%202018/pre-footer-background.svg'); background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .blog-emailsec .wrapper { max-width:810px; }
.row-fluid .blog-emailsec .wrapper > div > div { display:flex; align-items:center; }
.row-fluid .blog-emailsec .text { font-size:22px; line-height:32px; color:#fff; text-align:right; font-weight:700; font-family:'Helvetica', sans-serif; padding-right:10px; }
.row-fluid .blog-emailsec form > div > label { display:none; }  
.row-fluid form .hs_error_rollup { display:none; }
.row-fluid .blog-emailsec form { position:relative; }
.row-fluid .blog-emailsec form input[type="email"] { box-shadow: 0 8px 20px 0 rgba(13, 91, 2, 0.1); padding-right:100px; border:0; }
.row-fluid .blog-emailsec form .actions { position:absolute; top:5px; right:5px; }
.row-fluid .blog-emailsec form input[type="submit"] { width:auto; font-size:12px; padding:11px 14px; line-height:16px; height:auto; }
.row-fluid .blog-emailsec .hs-form .hs-form-field { padding:0; }

/* Blog Inner */
.row-fluid .blog-innersec { padding:80px 0; }
.row-fluid .inner-postheader { padding-bottom:65px; }
.row-fluid .blog-innersec h1 { color:#000; margin-bottom:24px; }
.row-fluid .blog-innersec a { font-size:17px; line-height:26px; color:#000; letter-spacing:0.5px; font-family:'Helvetica', sans-serif; }
.row-fluid .blog-innersec a:hover { color:#7db036; }
.row-fluid .post-authorname { float:none; display:inline-block; vertical-align:middle; }
.row-fluid .inner-topicbox { float:none; display:inline-block; vertical-align:middle; text-transform:uppercase; }
.row-fluid .inner-topicbox a { font-size:14px; }

.row-fluid .blog-innersec .post-featured-image { height:564px; width:100%; background-size:cover !important; background-position:center center !important; background-repeat:no-repeat !important; }

.row-fluid .inner-postbody { float:none; display:inline-block; vertical-align:top; max-width:740px; width:100%; text-align:left; }
.row-fluid .inner-postbody blockquote { padding-left:60px; margin:15px 0; background:#fff; font-size:20px; line-height:30px; font-style:italic; font-family:'Helvetica', sans-serif; border-left:2px solid #7db036; }
.row-fluid .inner-postbody h4 { padding-top:40px; padding-bottom:10px; }
.row-fluid .inner-postbody h5 { color:#000; font-weight:700; padding-top:15px; }
.row-fluid .inner-postbody a { color:#7db036 }
.row-fluid .inner-postbody a:hover { color:#404040 }
.row-fluid .inner-postbody ul li { margin-bottom:10px; }

.row-fluid .widget-type-blog_comments { display:none; }

.row-fluid .relative-postsec { padding:110px 0; background:#f4f4f4; }
.row-fluid .relative-postsec .relative-title h2 { color:#000; padding-bottom:50px; }
.row-fluid .relative-postsec .post-listing { text-align:center; }
.row-fluid .relative-postsec .post-listing .post-item { float:none; display:inline-block; vertical-align:top; margin:0 -2px; text-align:left; }
.row-fluid .relative-postsec .post-listing .post-contentbox { padding:20px 20px; }

/* Blog Author Page */
.row-fluid .author-nameraw { padding:80px 0; font-size:41px; line-height:52px; color:#000; font-weight:700; }
.row-fluid .author-nameraw label { display:block; font-size:20px; line-height:30px; font-weight:400; float:left; width:100%; margin-bottom:20px; }
body.author-Page .row-fluid .post-filter_raw { padding-bottom:45px; }

/* Blog Topic Page */
body.topic-Page .topic-titlesec { padding:35px 0 30px; font-size:30px; line-height:36px; font-weight:700; color:#000; font-family:'Helvetica', sans-serif; text-transform:capitalize; }

/* All Post Blog Page */
body.allpost-Page .row-fluid .page-titlebox { padding-bottom:42px; }
body.allpost-Page .row-fluid .post-filter_raw { display:none; }
body.allpost-Page .row-fluid .post-listing .post-item { display:block !important; }
body.allpost-Page .row-fluid .load_more { display:none; }

/* Blog Search */
.row-fluid .blog-search { text-align:center; padding-bottom:50px; }
.row-fluid .blog-search form { position:relative; float:none; display:inline-block; vertical-align:top; max-width:740px; width:100%; text-align:left; }
.row-fluid .blog-search form input[type="text"] { box-shadow:0px 0px 15px 0px rgba(0,0,0,0.20); border:none; height:50px; color:#727272; outline:0; } 
.row-fluid .blog-search .primary { position: absolute; width: 20px; height: 20px; right: 15px; top: 15px; background-image: url(//cdn2.hubspot.net/hubfs/4210479/AppVine-Apr2018/Images/search.gif); font-size:0; background-repeat: no-repeat; background-color: transparent; }

.row-fluid .search-results { display:none; }
body.blog_search-Page .list-main { display:none; }
body.blog_search-Page .load_more { display:none; }
body.blog_search-Page .page-titlebox { display:none; }
body.blog_search-Page .author-nameraw { display:none; }
body.blog_search-Page .topic-titlesec { display:none; } 
body.blog_search-Page .blog-search { display:none; text-align:center; }
body.blog_search-Page .row-fluid .search-results { display:block; padding:70px 0; text-align:center; font-size:41px; line-height:52px; color:#000; font-weight:700; font-family:'Helvetica', sans-serif; text-transform:capitalize; }
body.blog_search-Page .row-fluid .search-results label { float:left; width:100%; font-size:20px; line-height:30px; color:#000; margin-bottom:15px; text-transform:none; }

/* Who We Help */
.row-fluid .help-herosubtext { font-size:26px; line-height:30px; margin-top:7px; }

.row-fluid .who-helpsec.solutions-section { padding-bottom:112px; }
.row-fluid .case-studywrap { float:none; display:block; width:auto; margin:25px -16px 0; }
.row-fluid .case-studybox { float:left; width:33.33%; padding:0 16px; margin:16px 0; }
.row-fluid .case-studywrap .case-studycol { border-radius:4px; overflow:hidden; }
.row-fluid .case-studybox .whitebox { background:#fff; padding:30px 15px; }  
.row-fluid .case-studybox .whitebox .title h4 { font-size:18px; line-height:24px; color:#000; font-weight:700; margin-bottom:20px; } 
.row-fluid .case-studybox .color-box { padding:35px 25px; font-size:16px; line-height:26px; position:relative; background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .case-studybox .color-box:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; }
.row-fluid .case-studybox .color-box .content { text-align:left; }
.row-fluid .case-studybox .color-box > div { position:relative; }
.row-fluid .case-studybox .color-box .btn-style { margin-top:25px; }
.row-fluid .case-studybox .color-box .btn-style a { float:none; display:inline-block; padding:8px 51px; border-radius:30px; border:1px solid #fff; color:#fff; font-size:12px; line-height:20px; letter-spacing:0.4px; font-weight:600; background:transparent; text-transform:uppercase; }
.row-fluid .case-studybox .color-box .btn-style a:hover { background:#7db036; -webkit-box-shadow: 0 10px 20px 0 rgba(13, 91, 2, 0.2);
-moz-box-shadow: 0 10px 20px 0 rgba(13, 91, 2, 0.2);
-o-box-shadow: 0 10px 20px 0 rgba(13, 91, 2, 0.2);
-ms-box-shadow: 0 10px 20px 0 rgba(13, 91, 2, 0.2);
box-shadow: 0 10px 20px 0 rgba(13, 91, 2, 0.2);; border-color:#7db036; }

.row-fluid .industry-logo-section.who-logosec { padding-bottom:85px; }
.row-fluid .amazing-logowrap { margin-top:20px; }
.row-fluid .amazing-logobox { float:left; width:25%; text-align:center; }
.row-fluid .amazing-logobox .icon.icon-hover { float:none; width:100%; height:120px; }
.row-fluid .amazing-logobox .icon.icon-hover > img { position:absolute; top:0; right:0; bottom:0; left:0; margin:auto; }

/* Customer Success Story Section */
.row-fluid .success-storysec { padding:70px 0; }
.row-fluid .success-storysec .story-titlebox { margin-bottom:55px; }
.row-fluid .success-storysec .hs_cos_wrapper_type_header h2 { color:#000; margin-bottom:10px; }
.row-fluid .success-storysec .story-boxwrap { float:none; display:block; margin:0 -15px; }
.row-fluid .success-storysec .story-box { float:none; display:inline-block; vertical-align:top; width:33.33%; margin:0 -2px; padding:15px 15px; text-align:left; }
.row-fluid .success-storysec .story-col { border:1px solid #dddddd; }
.row-fluid .success-storysec .story-image { height:170px; background-size:45% !important; background-position:center center !important; background-repeat:no-repeat !important;}
.row-fluid .success-storysec .story-client_name { padding:30px 25px 70px; font-size:13pt; line-height:26px; font-weight:500; }
.row-fluid .success-storysec .story-button a { float:left; width:100%; padding:15px 25px; background:#f8f8f8; font-size:18px; line-height:22px; font-weight:600; }
.row-fluid .success-storysec .story-button a i { float:none; display:inline-block; vertical-align:middle; margin-right:10px; }


/* Tour Page */
.row-fluid .tour-herosec h1 { margin-bottom:28px; }

.row-fluid .tour-solsec.solutions-section { background:#fff; padding:80px 0 50px; }
.row-fluid .tour-solsec.solutions-section .services-boxes .single-box .thumb { height:100px; width:100px; }
.row-fluid .tour-solsec.solutions-section .services-boxes .single-box .thumb > img { max-width:100%; }
.row-fluid .tour-solsec.solutions-section .services-boxes .single-box .title { color:#7db036; }
.row-fluid .tour-solsec.solutions-section .services-boxes .single-box .thumb:hover > img:first-child { opacity:0; }
.row-fluid .tour-solsec.solutions-section .services-boxes .single-box .thumb:hover > img:last-child { opacity:1; }

.row-fluid .tourservice-section .section-titlebox .subtitle { text-transform:none; font-weight:400; margin-top:3px; }
.row-fluid .tour-service-wrap .service-box { display:inline-block; width:100%; margin:0; padding:160px 0 0px; }
.row-fluid .tour-service-wrap .service-box:first-child { padding-top:0; }
.row-fluid .tour-service-wrap .service-box:nth-child(even) { background:#f4f4f4; }
.row-fluid .tour-service-wrap .tourservice-col { display:flex; align-items:center; }
.row-fluid .service-section .tour-service-wrap .service-box .service-text .text { margin-top:11px; }
.row-fluid .service-threecolsec { padding-top:110px; }
.row-fluid .service-threecolwrap { float:none; display:inline-block; vertical-align:top; max-width:1120px; width:100%; }
.row-fluid .service-threecolwrap .col3 { float:none; display:inline-block; vertical-align:top; text-align:left; margin:30px -2px; width:33.33%; padding:0 30px; }
.row-fluid .service-threecolwrap .col3 .img { float:left; width:20%; margin-top:8px; }
.row-fluid .service-threecolwrap .col3 .rightbox { float:left; width:80%; font-size:16px; line-height:26px; font-weight:300; padding-left:10px; }
.row-fluid .service-threecolwrap .col3 .rightbox h5 { font-weight:700; color:#000; margin-bottom:10px; }
.row-fluid .service-threecolinner { float:none; display:block; width:auto; margin:0 -30px; }

.row-fluid .solution-herosec { position:relative; background-size: 44% !important; background-position:top right !important; text-align:left; }
/* .row-fluid .grey-overlay { position:relative;z-index:1;background-position:top right !important;}
.row-fluid .grey-overlay:before {z-index:-1;} */
.row-fluid .solution-herosec:before{ position:absolute; content:""; height:100%; width:100%; top:0; left:0; background:-webkit-linear-gradient(left, rgba(126,126,126,1) 0%,rgba(126,126,126,1) 58%,rgba(0,0,0,0) 100%); background: linear-gradient(to right, rgba(126,126,126,1) 0%,rgba(126,126,126,1) 58%,rgba(0,0,0,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e7e7e', endColorstr='#00000000',GradientType=1 ); } 
.row-fluid .solution-herosec > div { position:relative; }

/* Footer */
.row-fluid .footer { position:relative; }
.row-fluid .footer:after { position:absolute; content:""; height:160px; width:269px; right:0; bottom:0; background:url('https://cdn2.hubspot.net/hubfs/4210479/WCS%20-%20Limelight%20Theme%202018/footer-shape.svg'); background-size:cover !important; background-repeat:no-repreat !important; background-position:center center !important; }
.row-fluid .footer-raw { padding:140px 0 146px; border-top:2px solid #e7e7e7; font-size:16px; line-height:26px; color:#4c5841; font-weight:300; }
.row-fluid .footer-raw p { padding:0 0 35px; }
.row-fluid .footer-raw a { color:#4c5841; font-weight:400; }
.row-fluid .footer-raw a:hover { color:#7db036; }

.row-fluid .footer-logo { margin-top:35px; }    
.row-fluid .footer-logo img { max-width:150px; }

.row-fluid .footer-raw .hs-menu-wrapper.hs-menu-flow-vertical > ul li a { padding:0 0 17px; }

.row-fluid .footer-raw .social-icon { width:auto; float:right; margin-top:14px; }
.row-fluid .social-icon a { float:left; width:60px; height:38px; border:1px solid; line-height:38px; text-align:center; border-radius:100%; font-size:20px; margin-left:25px; }
.row-fluid .social-icon a:hover { background:#7db036; color:#fff; }

.row-fluid .footer-box4 .demo-title { padding-bottom:16px; }
.row-fluid .footer-box4 form > div > label { display:none; } { display:none; }   
.row-fluid .footer-box4 form { position:relative; }
.row-fluid .footer-box4 form input[type="email"] { box-shadow: 0 8px 20px 0 rgba(13, 91, 2, 0.1); padding-right:100px; border:0; }
.row-fluid .footer-box4 form .actions { position:absolute; top:5px; right:5px; }
.row-fluid .footer-box4 form input[type="submit"] { width:auto; font-size:12px; padding:11px 14px; line-height:16px; height:auto; }

.row-fluid .border0 .footer-raw { border:0; }


/* Industry Section */
.row-fluid .industry-section { padding: 50px 0 70px; }
.row-fluid .industry-section .industry-boxes { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.row-fluid .industry-section .industry-boxes .single-box { padding: 15px; width: 33.333%; }
.row-fluid .industry-section .industry-boxes .single-box .thumb { height: 130px; width: 130px; border-radius: 100%; margin: 0 auto 37px; }
.row-fluid .industry-section .industry-boxes .single-box .contain { padding: 0 0 0; }
.row-fluid .industry-section .industry-boxes .single-box .contain > h4 { margin: 0 0 12px; }
.row-fluid .industry-section .btn-wrapper > div > div > div { width: auto; }
.row-fluid .industry-section .btn-wrapper a.cta_button { padding: 21px 50px; min-width: 194px; text-align: center; }
.row-fluid .industry-section .btn-wrapper > div > div { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.row-fluid .industry-section .btn-wrapper { padding: 66px 0 0; }


/* WCS - Solutions */
.row-fluid .solutions-section { padding: 128px 0 92px; background: #f4f4f4; }
.row-fluid .solutions-section .widget-type-header { text-align: center; padding: 0 0 42px; }
.row-fluid .solutions-section .widget-type-header h3 { font-size: 39px; line-height: normal; }
.row-fluid .solutions-section .services-boxes { display: flex; flex-wrap: wrap; }
.row-fluid .solutions-section .services-boxes .single-box { width: 25%; padding: 41px 15px; text-align: center; }
.row-fluid .solutions-section .services-boxes .single-box .thumb { text-align: center; height: 74px; width: 74px; margin: 0 auto; position: relative; transition: all 0.3s ease; }
.row-fluid .solutions-section .services-boxes .single-box .thumb > img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 0.3s ease; max-width: 74px; }
.row-fluid .solutions-section .services-boxes .single-box .thumb > img:first-child { z-index: 1; }
.row-fluid .solutions-section .services-boxes .single-box .thumb > img:last-child { opacity: 0; }
.row-fluid .solutions-section .services-boxes .single-box a { display: inline-block; }
.row-fluid .solutions-section .services-boxes .single-box a:hover .thumb > img:first-child { opacity: 0; }
.row-fluid .solutions-section .services-boxes .single-box a:hover .thumb > img:last-child { opacity: 1; }
.row-fluid .solutions-section .services-boxes .single-box .title { font-size: 20px; font-weight: 700; color: #000000; padding: 23px 0 0; }
.row-fluid .solutions-section .services-boxes .single-box .title span { font-weight: 400; color: #78c42f; padding: 0 0 0 3px; }


/* */
.icon.icon-hover { position: relative; width: auto; display: inline-block; }
.icon.icon-hover > img { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.icon.icon-hover > img:last-child { position: absolute; left: 0; top: 0; z-index: -1; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
.icon.icon-hover:hover > img:last-child { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
.icon.icon-hover:hover > img:first-child { opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.row-fluid .heading-box { text-align: center; padding-top: 30px; }
.row-fluid .heading-box h3 { font-size: 30px; line-height: normal; }
.row-fluid .heading-box .widget-type-text { padding: 12px 0 22px; }
.row-fluid .heading-box a.cta_button { padding: 10px 24px; font-size: 12px; }

.row-fluid .industry-logo-section { padding: 91px 0 66px; }
.row-fluid .industry-logo-section .title { text-align: center; padding: 0 0 30px; }
.row-fluid .industry-logo-section .title h3 { font-size: 39px; }
.row-fluid .industry-logo-section .logos-strip { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -15px; }
.row-fluid .industry-logo-section .logos-strip .single-logo { padding: 31px 15px; width: 33.33%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; line-height:0px; }
.row-fluid .industry-logo-section .logos-wrapper { border-bottom: 1px solid #e7e7e7; padding-bottom: 130px; padding-top: 98px; }
.row-fluid .industry-logo-section .logos-strip.four .single-logo { width: 25%; }
.row-fluid .industry-logo-section .logos-wrapper.last { border: none; padding-bottom: 0; }

.row-fluid .industry-logo-section .logos-wrapper .lg-box { width: 55%; margin: 0; }
.row-fluid .industry-logo-section .logos-wrapper .heading-box { width: 45%; margin: 0; }
.row-fluid .industry-logo-section .logos-wrapper .heading-box + .lg-box { padding-left: 20px; }
.row-fluid .industry-logo-section .logos-wrapper .lg-box:first-child { padding-right: 20px; }

/* */
.row-fluid .library-section { padding:29px 0 115px; background: #ffffff; }
.row-fluid .library-section input.quicksearch { -webkit-box-shadow: 0 3px 10px 0 rgba(13, 91, 2, 0.1); -moz-box-shadow: 0 3px 10px 0 rgba(13, 91, 2, 0.1); box-shadow: 0 3px 10px 0 rgba(13, 91, 2, 0.1); padding-right: 40px; border: 0; background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAYAAABvVQZ0AAAAAXNSR0IArs4c6QAAAjVJREFUOBGlUz1MU1EUPve2tmhcupgYEoKLIWFQUhZfm1hwYYCR0Rimbq5SB32YCEwksnUxYXDqQMIEISoMrwOhAiYkBBfTpDFizIs/KA/0Hc/3ynteX5o2wl3euff7zvfuPec7ilqsh5vZq/6xX1DE3YCZVEOn9Nr0YO1DC3p0pKJIgvJm9sL7o19PmKiolHopMvUmrnqY+Y6Qy+nM9cd2f+XYzAvjSMx2rCtHfPhRDpbTmcy43b/2PSTha+8WLnuuu0Ck+tLq0pCdqx6YOOJAzN4dT3nuuy1SqjyT25qPk8x9yRm4z+w/u9aVTBUHaycmprHx3P0pedJeJyFwwcHtUQ7szaVRbNRInnbPBNrFKANykGvyNHn+bXnsq3iNTFI8BhcNQsdNLCmbbqnVaddMqFPMdXluYJ2QGdQs3Jz3C7EGMff8v5B4T8xs5mlK63Wx+DB8ZALtYnBhYkyFydMYEXl7WQxZMYF2McyLnPh4BTXr7Uo+klaPwJDtRICVnBvz0rAsxirOlR80F8bJ4x+vYV54Lm6V03Gq4KdiJSZWd2fz2y/CfHwjMWyaY7U/JQlFeC+yDBokdcXTVIIO/N80J9iJVnps2nqzglysf8SaR0SBs2Hmvz5qoFFhjSadgVli/4HghwlNw0+tnQ3kthQD0GmVnJvPpaMTMgmfSSXyM1Zt78xiNheSXtVdZKZRuVM9odk6sxhuPle9dfGT/3NVupGTGlbPJQbBybf5DH39tiRiX/4Aky/ZLRZWkxAAAAAASUVORK5CYII='); background-position: -webkit-calc(100% - 15px) center; background-position: -moz-calc(100% - 15px) center; background-position: calc(100% - 15px) center; background-repeat: no-repeat; max-width: 185px; }
.row-fluid .library-section .library-search-box { text-align: right; }
.row-fluid .library-section .resource-main-section { position: relative; }

.library-box-wrapper { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -15px; } 
.library-box { width: 33%; padding: 25px; color: #000000; }
.library-box .inner { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; overflow: hidden; }
.library-box .inner .cotnain { padding: 32px 20px 14px; background: #FFFFFF; }
.library-box .inner .rs-footer { background: #fff; text-align: left; padding: 31px 30px; }
.library-box .inner .rs-footer a { padding: 10px 63px; font-size: 12px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.library-box .inner .rs-footer img { height: 38px; width: auto; }
.library-box .inner .cotnain h4 { color: #000000; font-size: 16px; line-height: normal; }
.library-box .inner .cotnain .text { font-size: 14px; line-height: 18px; padding: 8px 0 55px; }
.library-box .inner .cotnain .topic { font-size: 15px; text-transform: uppercase; letter-spacing: 1px; position: absolute; bottom: 0; right: 0; }
.library-box .inner .cotnain .contain-inner { position: relative; }
.row-fluid .library-section .title { font-size: 30px; padding: 0 0 17px; }

.library-box.case_studies .inner .cotnain, .library-box.casestudies .inner .cotnain, .library-box.case_study .inner .cotnain { background: #FFFFFF; }
.library-box.whitepapers .inner .cotnain, .library-box.whitepaper .inner .cotnain { background: #FFFFFF; }
.library-box.ebooks .inner .cotnain, .library-box.ebook .inner .cotnain { background: #FFFFFF; }
.library-box.brochures .inner .cotnain, .library-box.brochure .inner .cotnain { background: #FFFFFF; }
.library-box.videos .inner .cotnain, .library-box.video .inner .cotnain { background: #FFFFFF; }
.library-box.webinars .inner .cotnain, .library-box.on-demand_webinar .inner .cotnain { background: #FFFFFF; }

.box-wrapper.no-data { display: none; }
.search-box-wrapper { text-align: right; }
.library-box{ }
.library-box.show{ display:block; }
.library-box.hidden{ display:none !important;}
.nodata-strip.hidden{ display:none; }
@-webkit-keyframes show {
  0% { -webkit-transform: scale(0); transform: scale(0); }
  100% { -webkit-transform: scale(1); transform: scale(1);}
}
@-moz-keyframes show {
  0% { -moz-transform: scale(0); transform: scale(0); }
  100% { -moz-transform: scale(1); transform: scale(1);}
}
@-o-keyframes show {
  0% { -o-transform: scale(0); transform: scale(0); }
  100% { -o-transform: scale(1); transform: scale(1);}
}
@keyframes show {
  0% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); }
  100% { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1);}
}

@-webkit-keyframes hide {
  0% { -webkit-transform: scale(1); transform: scale(1); }
  100% { -webkit-transform: scale(0); transform: scale(0);}
}

@-moz-keyframes hide {
  0% { -moz-transform: scale(1); transform: scale(1); }
  100% { -moz-transform: scale(0); transform: scale(0);}
}

@-o-keyframes hide {
  0% { -o-transform: scale(1); transform: scale(1); }
  100% { -o-transform: scale(0); transform: scale(0);}
}

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

.limelight-libraryRight .library-box-wrapper {
  margin: 0 -25px;
  justify-content: space-between;
}
.limelight-libraryRight .library-box {
  width: 50%;
  padding: 15px 25px;
}
.limelight-categoriesFilter .box-wrapper {
  padding: 0 15px;
}

.load-more-container { width: 100%; display: flex; flex-wrap: wrap; }
.load-more-btn-wrapper { text-align: center; padding: 8px 0 41px; }
.load-more-btn-wrapper img { display: block; margin: 0 auto; }
.load-more-btn-wrapper a.load-more { text-align: center; vertical-align: middle; text-transform: uppercase; font-size: 11px; letter-spacing: 0.4px; color: #000; }
.load-more-btn-wrapper a.load-more span { display: inline-block; vertical-align: middle; position: relative; }

.load-more-btn-wrapper a.load-more:after { }
.load-more-btn-wrapper a.load-more span:before { content: ''; position: absolute; height: 26px; width: 26px; top: 100%; left: 50%; transform: translateX(-50%); background-image: url(https://f.hubspotusercontent20.net/hubfs/4210479/arrowdown-green.png); background-repeat: no-repeat; background-position: center; background-size: contain; }
.row-fluid .library-section .title h3 { font-size: 30px;    text-transform: capitalize; }
.box-main-wrapper { margin: 0; }
.nomargin {margin: 0;}
.load-more-btn-wrapper a.load-more span:after { content: 'News'; padding-left: 4px; letter-spacing: 0.4px; }

/* .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li.hs-item-has-children > a:before {
content: "";
display: block !important;
width: 100%;
height: 60px;
position: absolute;
left: 0;
top: 0;
right: 0;
z-index: 1;
} */

.feature-box .load-more-btn-wrapper a.load-more span:after { content: 'Featured'; }
.Casestudy-box .load-more-btn-wrapper a.load-more span:after { content: 'Case Studies'; }
.whitepaper-box .load-more-btn-wrapper a.load-more span:after { content: 'Whitepapers'; }
.webinars-box .load-more-btn-wrapper a.load-more span:after { content: 'Webinars'; }
.ebook-box .load-more-btn-wrapper a.load-more span:after { content: 'Ebooks'; }
.brochurs-box .load-more-btn-wrapper a.load-more span:after { content: 'Brochures'; }
.video-box .load-more-btn-wrapper a.load-more span:after { content: 'videos'; }

.demo-section form {}
.demo-section form span.hs-form-required { display: none; }



/* ====== 22/12/2018 ========= */
.solutions-left .left-space {  width: 50%;  float: left;}
.solutions-left .right-part{ width: 50%;  float: left;margin-left:0px;}



.row-fluid .get-into_herosec { position:relative; text-align:left; background-size: 45% !important; background-position:top right !important; }
.row-fluid .get-into_herosec:before { position:absolute; content:""; height:100%; width:100%; top:0; left:0; background-image:linear-gradient(to right, #78c42f, rgba(120, 196, 47, 0)); background: -moz-linear-gradient(left, rgba(120,196,47,1) 0%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(left, rgba(120,196,47,1) 55%,rgba(255,255,255,0) 100%); background: linear-gradient(to right, rgba(120,196,47,1) 55%,rgba(255,255,255,0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78c42f', endColorstr='#00ffffff',GradientType=1 );  }

.custom-class .row-fluid .get-into_herosec:before{
  background: #ffffff; 

}

.custom-class .row-fluid .top {
  background: #89c546;
  background: -moz-linear-gradient(-45deg, #89c546 0%, #19b4d0 100%);
  background: -webkit-linear-gradient( -45deg , #89c546 0%,#19b4d0 100%);
  background: linear-gradient( 135deg , #89c546 0%,#19b4d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89c546', endColorstr='#19b4d0',GradientType=1 );
}
.custom-class .top-stripsec {
  position: relative;
  z-index: 99;
  background: #89c546;
  background: -moz-linear-gradient(-45deg, #89c546 0%, #19b4d0 100%);
  background: -webkit-linear-gradient( -45deg, #89c546 0%,#19b4d0 100%);
  background: linear-gradient( 135deg, #89c546 0%,#19b4d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89c546', endColorstr='#19b4d0',GradientType=1 );
}
.row-fluid .top {
  padding-bottom: 10px;
}

.row-fluid .get-into_herosec > div { position:relative; }

.solutions-header .top-stripsec { background: #7e7e7e; }

.blog-strip { background: #fff; }
.row-fluid .blog-strip .white-top .top { padding-top: 44px; }
.row-fluid .blog-strip .white-top .top-stripsec { background: #fff; }

.custom-class .row-fluid .blog-strip .white-top .top-stripsec  {
  position: relative;
  z-index: 99;
  background: #89c546;
  background: -moz-linear-gradient(-45deg, #89c546 0%, #19b4d0 100%);
  background: -webkit-linear-gradient( -45deg, #89c546 0%,#19b4d0 100%);
  background: linear-gradient( 135deg, #89c546 0%,#19b4d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89c546', endColorstr='#19b4d0',GradientType=1 );
}


.custom-class .blog-strip .logo { display: none;}
.blog-strip .logo_white{ display: none; }
.custom-class .blog-strip .logo_white{ display: block; }

.row-fluid .blog-strip .white-top .top-stripsec li a {  color: #000; }
.custom-class .row-fluid .blog-strip .white-top .top-stripsec li a {  color: #ffffff; }

.row-fluid .blog-strip .white-top .top-stripsec li a:hover { color: #098211; }
.row-fluid .blog-strip .white-top .top-stripsec li:after { content: "|"; position: absolute; right: -9px; }
.row-fluid .blog-strip .white-top .top-stripsec li:last-child:after { display: none; }
.row-fluid .blog-strip .white-top .top-stripsec li { position: relative; }

.row-fluid .story-button { position: absolute; bottom: 0; left: 0; }
.row-fluid  .story-colinner  { height: 100%; position: relative;}
.row-fluid .success-storysec .story-box { width:25%; }


/* menu css start */

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

  .limelightMenu .hs-menu-wrapper>ul > li>.hs-menu-children-wrapper {
    background-color: rgba(255,255,255,1.0);
    padding: 60px 150px;
    width: 100%;
    z-index: 99;
    flex-direction: inherit;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    left: 0;
    visibility: hidden !important;
    top: 100% !important;
    opacity: 0 !important;
    margin: 0 auto 0;
    right: 0;
    max-width: 1120px;
    border-radius: 0 !important;
    text-align: center;
  }
  .limelightMenu .hs-menu-wrapper>ul li>.hs-menu-children-wrapper li.hs-menu-item {
    max-width: 300px;
    width: 100%;
    border: none;
    line-height: normal;
    float: none !important;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    display: none;
  }
  .limelightMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.menu-active ul.hs-menu-children-wrapper li.hs-menu-item {
    display: inline-block;
  }


}
.limelightMenu .hs-menu-wrapper>ul > li>.hs-menu-children-wrapper:before {
  position: absolute;
  content: "";
  right: -100vw;
  width: 100vw;
  height: 100%;
  top: 0;
  background-color: rgba(255,255,255,1.0);
}
.limelightMenu .hs-menu-wrapper>ul> li>.hs-menu-children-wrapper:after {
  position: absolute;
  content: "";
  left: -100vw;
  width: 100vw;
  height: 100%;
  top: 0;
  background-color: rgba(255,255,255,1.0);
}
.limelightMenu .hs-menu-wrapper>ul> li>.hs-menu-children-wrapper li.hs-menu-item:hover {
  background: none;
}
.limelightMenu .hs-menu-wrapper>ul li>.hs-menu-children-wrapper li.hs-menu-item {
  max-width: 300px;
  flex: 0 0 300px;
  border: none;
  line-height: normal;
}
.limelightMenu .hs-menu-wrapper>ul> li>.hs-menu-children-wrapper li.hs-menu-item a {
  color: #8dc541;
  font-size: 16px;
  letter-spacing: -0.1px;
  line-height: normal;
  font-family: 'Helvetica', sans-serif;
  font-weight: normal;
  padding: 10px 0 0;
}
.limelightMenu .hs-menu-wrapper>ul> li>.hs-menu-children-wrapper li.hs-menu-item a span {
  color: rgba(5,27,53,0.7);
  font-size: 14.22px;
  letter-spacing: -0.09px;
  line-height: 21px;
  display: block;
  white-space: normal;
  min-height: 48px;
  font-family: 'Helvetica', sans-serif;
  padding-top: 5px;
}
.limelightMenu .hs-menu-wrapper>ul> li.menu-active>.hs-menu-children-wrapper {
  visibility: visible !important;
  opacity: 1 !important;
}
.limelightMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
  position: static;
}
.limelightMenu .hs-menu-wrapper>ul>li >a {
  position: relative;
}
.limelightMenu .hs-menu-wrapper>ul>li >a:before {
  right: 8px;
  width: 10px;
  height: auto;
  background-repeat: no-repeat;
  background-position: right;
  display: inline-block;
  position: absolute;
  z-index: 1;
  background-color: inherit;
  left: auto;
  top: auto;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f078";
  font-size: 10px;
}
.limelightMenu .hs-menu-wrapper>ul>li.menu-active >a:before {
  transform: rotate( 180deg);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
}
.limelightMenu .hs-menu-wrapper>ul li>.hs-menu-children-wrapper li.hs-menu-item a h4 {
  color: #000;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: bold;
}
.limelightMenu .hs-menu-wrapper>ul li>.hs-menu-children-wrapper li.hs-menu-item ul.hs-menu-children-wrapper {
  left: 0 !important;
  position: relative;
  visibility: visible;
  opacity: 1;
  background: no-repeat;
  box-shadow: none;
  min-width: 100%;
}
.custom-class .mainmenu.limelightMenu .hs-menu-wrapper>ul> li.menu-active >a {
  color: #fff !important;
}
.mainmenu.limelightMenu .hs-menu-wrapper>ul> li >a:hover {
  color: #404040 !important;
}
.custom-class div.mainmenu.limelightMenu .hs-menu-wrapper>ul> li >a:hover {
  color: #fff !important;
}
body.custom-class:before {
  content: "";
  -webkit-transition: .3s .2s ease-in-out;
  transition: .3s .2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 72%;
  /*background-color: rgba(5,27,53,0.5);*/
  background-color: #ffffff;
  -webkit-transition-delay: 180ms;
  transition-delay: 180ms;
  visibility: hidden;
  z-index: 1;
  position: fixed;
  width: 100%;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}
body.custom-class {
  overflow: hidden;
}
.custom-class .limelightMenu .hs-menu-wrapper>ul> li >a {
  color: rgba(255, 255, 255, 0.3) !important;
}
.limelightMenu span.fa.fa-angle-right {
  display: none;
}
span.cta_button {
  display: none;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
  padding-left: 90px;
  width: 100%;
}
.row-fluid .mainmenu .hs-menu-wrapper > ul li.hs-menu-item:last-child {
  float: right;
}
.row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-menu-item:last-child > a {
  padding: 0;
  box-shadow: 0 10px 20px 0 rgb(13 91 2 / 20%);
  border-radius: 95px;
}
span.cta_button {
  display: inline-block;
  position: relative;
  color: #fff;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: #098211;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16px;
  padding: 11px 25px;
  float: right;
}
span.cta_button:hover {
  background: #7db036;
}
.row-fluid .mainmenu .hs-menu-wrapper > ul li.hs-menu-item:last-child a::before {
  display: none;
}
.feature-box.box-wrapper.Featured .inner {
  height: 100%;
}


/* menu css end */

/* Media Query Start */

@media (min-width:1700px){


}

@media (min-width:1500px){
  /*   .row-fluid .service-frame_image { height: 534px; } */

}

@media (min-width:1930px){
  /*   .row-fluid .service-frame_image { height: 732px; } */

}


@media (min-width:1300px){
  .row-fluid .image-frame-box { margin-top:40px; }

  .row-fluid .tourservice-section .section-titlebox { padding:80px 0 80px; }

  .row-fluid .service-frame_imageP{ height: 484px; }




}

@media (max-width:1899px){

  .row-fluid .solution-herosec , .row-fluid .get-into_herosec { background-size: contain !important; }
}


@media (min-width: 1201px) and (max-width: 1340px){

}

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

  .limelightMenu .hs-menu-wrapper>ul > li>.hs-menu-children-wrapper:before, .limelightMenu .hs-menu-wrapper>ul> li>.hs-menu-children-wrapper:after {
    display: none;
  }
  div.limelightMenu .hs-menu-wrapper>ul>li >a:before {
    right: 0;
  }
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    padding-left: 0;
  }


}


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

  div.row-fluid .top .btn-style1 a {
    padding: 11px 10px;
  }
  div.row-fluid .mainmenu .hs-menu-wrapper > ul {
    float: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  div.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, div.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited {
    padding: 10px 18px 10px 9px;
    font-size: 14px;
  }
  div.limelightMenu .hs-menu-wrapper>ul > li>.hs-menu-children-wrapper {
    padding: 60px 20px;
  }
  .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    padding-left: 0;
  }
  span.cta_button {
    padding: 11px 12px;
  }

}
.limelightMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li span.fa.fa-angle-down {
  display: none;
}

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

  div.limelightMenu .hs-menu-wrapper>ul>li >a:before {
    display: none;
  }
  .limelightMenu .mobile-trigger {
    width: 42px;
    height: 2px;
    background-color: #098211;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 59px;
  }
  .limelightMenu .mobile-trigger i:before, .limelightMenu .mobile-trigger i:after {
    width: 42px;
    height: 2px;
    background-color: #098211;
    display: inline-block;
    content: "";
  }
  .limelightMenu .mobile-trigger i {
    position: relative;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
  }
  .limelightMenu .mobile-trigger i:after {
    position: relative;
    top: -5px;
  }
  .limelightMenu a.mobile-trigger {
    display: none !important;
  }
  .limelightMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li span.child-triggerm {
    display: none !important;
  }
  .limelightMenu .hs-menu-wrapper {
    display: none;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    min-height: 250px;
  }
  .mobile-open .limelightMenu .hs-menu-wrapper {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }
  .limelightMenu .hs-menu-wrapper>ul>li >a {
    position: relative;
    color: #000 !important;
    font-weight: normal !important;
    font-size: 16px !important;
    padding: 15px 20px !important;
  }
  .limelightMenu .child-trigger {
    background-image: url(https://f.hubspotusercontent20.net/hubfs/4210479/arrow-bottom-1.svg);
    display: block !important;
    cursor: pointer;
    position: absolute;
    transform: rotate(-90deg);
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 50px !important;
    padding: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    z-index: 2;
  }
  .limelightMenu .child-trigger.child-open {
    transform: none;
  }
  .limelightMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    position: relative;
  }
  .header-container-wrapper .widget-span.widget-type-custom_widget.logo {
    padding: 20px 0;
  }
  div.row-fluid .about-limehero {
    padding: 205px 0 95px;
  }
  .limelightMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper {
    background: #fff;
  }
  .limelightMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper .child-trigger {
    display: none !important;
  }
  .limelightMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper {
    display: block !important;
    left: 0 !important;
  }
  div.mainmenu .hs-menu-flow-horizontal > ul ul ul li a {
    text-indent: 0;
  }
  .limelightMenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
    height: 100% !important;
    overflow-x: hidden;
    padding-top: 65px;
    display: block !important;
  }
  .mainmenu.limelightMenu.js-enabled .hs-menu-flow-horizontal {
    position: fixed;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 999999;
    overflow-x: hidden;
  }
  .mobile-open .limelightMenu .mobile-trigger {
    width: 42px;
    height: 2px;
    background-color: #098211;
    display: inline-block;
    position: fixed;
    right: 20px;
    top: 35px;
    z-index: 99999999;
    transform: rotate( 45deg );
  }
  body.mobile-open {
    overflow: hidden;
  }
  .limelightMenu.mainmenu.js-enabled .hs-menu-flow-horizontal {
    background: #fff;
  }
  div.row-fluid .get-into_herosec:before {
    background: #78c42f;
  }
  .mobile-open .limelightMenu .mobile-trigger i:before {
    transform: rotate(  -90deg    );
    top: -13px;
    position: relative;
  }
  .mobile-open .limelightMenu .mobile-trigger i:after {
    display: none;
  }
  div.row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-menu-item:last-child > a {
    box-shadow: none;
    border-radius: 0;
  }
  span.cta_button {
    padding: 15px 12px;
    width: 100%;
    border-radius: 3px;
    font-size: 12px;
  }
  .row-fluid .mainmenu .hs-menu-wrapper > ul li.hs-menu-item:last-child {
    float: left;
  }


}

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

  div.limelight-categoriesFilter .box-wrapper {
    padding: 0;
  }

}

@media (min-width: 992px) and (max-width: 1200px){

  .row-fluid .wrapper {  width:920px; max-width: 100%; }

  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:10px 20px; }
  .row-fluid .image-frame-box { margin-top:40px; }

  .row-fluid .hero-section { padding:150px 0 100px 0; }
  .row-fluid .trusted-text { margin-top:100px; }

  .row-fluid .section-titlebox { padding-top:80px; }
  .row-fluid .service-section .service-box:nth-child(2n+1) .service-text { padding-right:80px; }
  .row-fluid .service-section .service-box:nth-child(2n) .service-text { padding-left:80px; }
  /*   .row-fluid .service-frame_image { height:390px; }  */

  /* Landing Page 2 */
  .row-fluid .landing-contact.landing2-contact { padding-bottom:60px; }
  .row-fluid .lp2-contentbox { padding-top:0; margin:0; }
  .row-fluid .asset-ctaraw { padding-bottom:70px; }
  .row-fluid .lp-hero2 .hero-left { padding-top:0; }

  /* Get Into Page */
  .row-fluid .leader-boxwrap .leader-image { height:200px; width:200px; }
  .row-fluid .leader-boxwrap .leader-designation { width:56%; }

  /* Blog Page */
  .row-fluid .post-filter_raw ul li a { padding:0 15px; }
  .row-fluid .post-listing .post-item .title a { font-size:17px; line-height:25px; }

  .row-fluid .inner-postbody { max-width:900px !important; } 
  .row-fluid .schedule-section:before{ opacity:0; }

  /* Tour Page */
  .row-fluid .service-threecolinner { margin:0; }
  .row-fluid .service-threecolwrap .col3 { padding:0 15px; }
  .row-fluid .tourservice-section.service-section .service-box:nth-child(2n+1) .service-text { padding-right:50px; }
  .row-fluid .tourservice-section.service-section .service-box:nth-child(2n) .service-text { padding-left:50px; }
  .row-fluid .service-threecolsec { padding-top:50px; }
  .row-fluid .tour-service-wrap .service-box { padding:120px 0 0px; }
  .library-box {
    width: 50%;
  }
}

@media (max-width:991px){
  .row-fluid .story-colinner {  padding-bottom: 50px; }
  .library-box {
    width: 50%;
  }

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

  .row-fluid .wrapper {  width:720px; max-width: 100%; }

  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { padding:10px 10px; font-size:14px; }
  .row-fluid .top .btn-style1 a { padding:11px 13px; font-size:11px; }

  .row-fluid .hero-section { padding:100px 0; text-align:center; }
  .row-fluid .hero-section h1 { text-align:left; }
  .row-fluid .hero-section .hero-left { width:100%; padding:0 75px; }
  .row-fluid .hero-section .image-frame-box { margin-top:80px; float:none; display:inline-block; max-width:570px; width:100%; } 
  .row-fluid .trusted-text { margin:30px 0; }
  .row-fluid .logo-slider_raw { padding:40px 0 40px 20px; margin:0; }
  .row-fluid .logo-slider_raw .slider-img img { max-width:100px; }
  .row-fluid .logo-slider_raw > span.slick-initialized.slick-slider { margin-right:-60px; }   
  .row-fluid .hero-bottomwrap { padding-bottom:60px; }
  .row-fluid .hero-section .left-cta, .row-fluid .hero-section .right-cta { float:none; display:inline-block; vertical-align:top; }
  .row-fluid .discover-cta { padding-bottom:50px; }
  .row-fluid .wrap { margin-left:0; }

  .row-fluid .service-wrap { text-align:center }
  .row-fluid .service-section .service-box { float:left; display:inline-block; padding:0 !important; float:none; display:inline-block; vertical-align:top; max-width:680px; width:100%; }
  .row-fluid .service-section .service-box .service-text { width:100%; padding:30px 20px 0 !important; float:none; display:inline-block; vertical-align:top; max-width:450px; width:100%; }
  .row-fluid .service-section .service-box .service-image { width:100%; }
  .row-fluid .service-section .service-box .service-image:before { display:none; }

  .row-fluid .webinar-section .left, .row-fluid .webinar-section .right { width:100%; height:auto !important; padding:0 20px !important; text-align:center; }
  .row-fluid .webinar-section .left-inner { padding-right:0; float:none; display:inline-block; vertical-align:top; max-width:350px; width:100%; text-align:left; }
  .row-fluid .webinar-section .left-inner h4 br { display:none; }
  .row-fluid .webinar-section .left-inner, .row-fluid .webinar-section .right-inner { padding:50px 0; }

  .row-fluid .testimonial-section { padding:60px 0 80px; }
  .row-fluid .testimonial-box .text { font-size:17px; line-height:28px; }
  .row-fluid .testimonial-box .details { margin:15px 0; font-size:16px; line-height:26px; }

  .row-fluid .schedule-section { padding:120px 0 70px; }
  .row-fluid .schedule-section:before { background:url('https://cdn2.hubspot.net/hubfs/4210479/WCS%20-%20Limelight%20Theme%202018/pre-footer-tablet.svg'); height:104px; width:173px; }

  /* Landing Page 1 */
  .row-fluid .lp-herosection.hero-section { text-align:center; padding-bottom:0px; }
  .row-fluid .lp-herosection.hero-section .hero-left { text-align:left; }
  .row-fluid .lp-herosection .font20 { font-size:20px; line-height:30px; }
  .row-fluid .hero-roundimage { float:none; display:inline-block; vertical-align:top; }
  .row-fluid .hero-formbox { margin:0; }
  .row-fluid .hero-formcol { padding:40px 20px; }
  .row-fluid .hero-formcol h4 { font-size:30px; line-height:40px; }
  .row-fluid .hero-right { width:100%; margin:0; }
  .row-fluid .hero-formcol { margin-top:70px; }

  .row-fluid .landing-contact { padding-bottom:100px; }

  .row-fluid .additional_text-section { padding:90px 0; }

  /* Landing Page 2 */
  .row-fluid .hero-right { width:100%; margin:0; }
  .row-fluid .landing2-contact { text-align:center; width:100%; max-width:100%; margin:0; padding-bottom:0; }
  .row-fluid .landing2-contact ul { float:none; display:inline-block; vertical-align:top; max-width:450px; width:100%; text-align:left; }
  .row-fluid .lp-hero2 .hero-formbox { background:transparent; }  
  .row-fluid .asset-ctaraw { padding-bottom:60px; }
  .row-fluid .lp2-contentbox { margin:0; }

  .row-fluid .lp2-blogsec .news-itemwrap { float:none; display:inline-block; vertical-align:top; max-width:352px; width:100%; }
  .row-fluid .lp2-blogsec .news-itemwrap .news-item { width:100%; padding:0 0 30px; }
  .row-fluid .lp2-blogsec .news-itemwrap .news-item:last-child { padding:0; } 
  .row-fluid .lp2-blogsec .news-itemwrap .news-item .post-title { height:auto !important; }
  .row-fluid .lp2-blogsec .news-itemwrap .news-item .post-title a { font-size:20px; line-height:26px; }

  /* Error 404 Page */
  .row-fluid .hero-section.error-hero .hero-left { padding:0; }

  .row-fluid .hero-section.error-hero .news-itemwrap { float:none; display:inline-block; vertical-align:top; max-width:352px; width:100%; }
  .row-fluid .hero-section.error-hero .news-itemwrap .news-item { width:100%; padding:0 0 30px; }
  .row-fluid .hero-section.error-hero .news-itemwrap .news-item:last-child { padding:0; } 
  .row-fluid .hero-section.error-hero .news-itemwrap .news-item .post-title { height:auto !important; }
  .row-fluid .hero-section.error-hero .news-itemwrap .news-item .post-title a { font-size:20px; line-height:26px; }

  /* Landing Page 3 */
  .row-fluid .quote-contentsection { margin:0; }
  .row-fluid .lp-hero2.hero-section.lp-hero3 { padding-bottom:0; padding-top:100px; text-align:center; }
  .row-fluid .lp-hero2.hero-section.lp-hero3 .hero-left { text-align:left; }
  .row-fluid .landing3-contact.landing-contact { padding-top:0; display:table; float:none !important; margin:0 auto !important; }

  /* Contact Us */
  .row-fluid .contact-hero { padding:120px 0 100px; }
  .row-fluid .contact-section .hero-formcol { padding:70px 60px 0; }
  .row-fluid .contact-section .hero-formbox { width:100%; }
  .row-fluid .contact-section .span6 { width:100%; margin:0; }
  .row-fluid .contact-section #map { height:700px !important; }  

  /* Get Into Limelight Page */
  .row-fluid .customer-section .subtext br { display:none; }
  .row-fluid .get-logosec br { display:none; }

  .row-fluid .leader-boxwrap .leader-image { height:150px; width:150px; }
  .row-fluid .leader-boxwrap .leader-designation { line-height:28px; }
  .row-fluid .leader-boxwrap .leader-designation .name h4 { font-size:24px; line-height:30px; }
  .row-fluid .leader-boxwrap .leader-designation { width:58%; }

  /* Blog Page */

  .row-fluid .post-listing .post-item { width:50%; }

  .row-fluid .blog-emailsec .text, .row-fluid .blog-emailsec .email-subscribe { width:auto; }

  .row-fluid .inner-postbody { max-width:650px !important; padding:50px 50px 0; }
  /* industry-Section */
  .row-fluid .industry-section .industry-boxes .single-box .contain > h4 { font-size: 22px; margin: 0 0 8px; }
  .row-fluid .industry-section .btn-wrapper { padding: 57px 0 0; }
  .row-fluid .industry-section { padding: 83px 0 100px; }

  .row-fluid .solutions-section .services-boxes .single-box { width: 33.33%; }
  .row-fluid .solutions-section .services-boxes { justify-content: center; }
  .row-fluid .solutions-section .widget-type-header { padding: 0 0 25px; }
  .row-fluid .industry-logo-section .logos-strip .single-logo { width: 50%; }
  .row-fluid .industry-logo-section .logos-strip.four .single-logo { width: 50%; }
  .row-fluid .solutions-section { padding: 98px 0 55px; }
  .row-fluid .industry-logo-section .title h3 { font-size: 39px; }
  .row-fluid .industry-logo-section { padding: 102px 0 66px; }
  .library-box .inner .cotnain h4 { font-size: 18px; }
  .library-box .inner .cotnain .text { font-size: 14px; line-height: 20px; }
  .library-box .inner .cotnain { padding: 32px 20px 14px; }
  .library-box { padding: 8px; }
  .library-box-wrapper { margin: 0 -8px; }
  .library-box .inner .rs-footer { padding: 20px 20px; }
  .library-box .inner .rs-footer a { padding: 10px 41px; }

  .row-fluid .schedule-section:before{ opacity:0; }


  /* Who We Help */
  .row-fluid .amazing-logobox { width:33.33%; }

  /* Customer Success Story Section */
  .row-fluid .success-storysec .story-box { width:50%; }
  .row-fluid .success-storysec .story-client_name { padding:30px 25px 40px; }

  /* Tour Page */
  .row-fluid .tour-service-wrap .tourservice-col { display:inline-block; width:100%; }
  .row-fluid .tourservice-section.service-section .service-box .service-text { max-width:100%; padding:0 0 30px !important; }
  .row-fluid .tourservice-section.service-section .tour-service-wrap .tourservice-col { padding-left:0 !important; }
  .row-fluid .service-threecolsec { padding-top:70px; }
  .row-fluid .service-threecolinner { margin:0 -10px; }
  .row-fluid .service-threecolwrap .col3 { text-align:center; padding:0 10px; }
  .row-fluid .service-threecolwrap .col3 .img { width:100%; margin:0 0 20px; min-height:50px; }
  .row-fluid .service-threecolwrap .col3 .rightbox { width:100%; padding-left:0; font-size:14px; line-height:24px; }
  .row-fluid .tourservice-section.service-section .service-box { max-width:100%; padding:80px 30px !important; } 
  .row-fluid .tourservice-section.service-section .service-box:first-child { padding-top:0 !important; }
  .row-fluid .tourservice-section.service-section .tour-service-wrap .tourservice-col { padding:0 !important; }


}

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

  .row-fluid .top { padding-top:50px; }
  .row-fluid .hero-section:after { background-size:cover !important; }	

  /* Landing Page 2 */
  .row-fluid .additional_text-section { padding:50px 0 80px; }

  .row-fluid .news-itemwrap { margin:0 -8px; }
  .row-fluid .news-itemwrap .news-item { padding:0 8px; }
  .row-fluid .news-itemwrap .news-item .post-title a { font-size:16px; line-height:22px; }
  .row-fluid .blog-cta { margin-top:40px; }

  /* Landing Page 3 */
  .row-fluid .demo-section:after { background:url('https://cdn2.hubspot.net/hubfs/4210479/WCS%20-%20Limelight%20Theme%202018/lp3-curve.png'); height:95px; width:158px; }
  .row-fluid .demo-section { margin-bottom:50px; }
  .row-fluid .demo-section .left-inner { padding:50px 0; }
  .row-fluid .demo-section .left-inner .hs_cos_wrapper_type_header h1 { font-size:32px; line-height:40px; }

  /* Get Into Limelight Page */
  .row-fluid .leader-section { padding:70px 0; } 

  .row-fluid .excellent-section { padding:80px 0; }

  .row-fluid .we-believesec .wrapper { padding-top:60px; }

  .row-fluid .get-logosec { padding:50px 0 80px; }	
  .row-fluid .get-logosec .logo-titlecol h4 { font-size:22px; line-height:30px; }

  /* Blog Page */
  .row-fluid .blog-emailsec .text { font-size:18px; line-height:28px; }
  .row-fluid .blog-emailsec:after { background:url('https://cdn2.hubspot.net/hubfs/4210479/WCS%20-%20Limelight%20Theme%202018/lp3-curve.png'); height:95px; width:158px; }

  .row-fluid .post-listing .post-date, .row-fluid .post-listing .post-author { font-size:12px; line-height:20px; }
  .row-fluid .post-listing .post-content { font-size:15px; }

  .row-fluid .blog-innersec .post-featured-image { height:450px; }

  /* Who We Help */
  .row-fluid .who-helpsec.solutions-section { padding:50px 0; }
  .row-fluid .case-studywrap { margin:25px -8px 0; }
  .row-fluid .case-studybox { padding:0 8px; }
  .row-fluid .case-studybox .whitebox { padding:20px 15px; }
  .row-fluid .case-studybox .color-box { padding:20px 20px; font-size:14px; line-height:22px; }

  .row-fluid .industry-logo-section.who-logosec { padding:80px 0; }

  /* Tour Page */
  .row-fluid .tour-solsec.solutions-section { padding:50px 0; }
  .row-fluid .tour-solsec.solutions-section .services-boxes .single-box { width:25%; }

  .row-fluid .tourservice-section.service-section .section-titlebox { padding:60px 0 80px; margin-bottom:100px; background:#f4f4f4; background-image:none; }

  .row-fluid .solution-herosec, .row-fluid .get-into_herosec { background-size:cover !important; background-position:center center !important; text-align:center; }

  /* Footer */
  .row-fluid .footer-raw { padding:80px 0 170px; font-size:14px; line-height:24px; }
  .row-fluid .footer-raw p { padding:0 0 25px; } 
  .row-fluid .social-icon a:first-child { margin-left:0; }
  .row-fluid .social-icon a { margin-left:15px; }

  .row-fluid .footer-box4 { padding-top:0; }
  .row-fluid .footer-box4 .hs-form .hs-form-field { padding:0; }
  .row-fluid .footer-box4 form input[type="email"] { box-shadow:none; padding-right:15px; text-align:center; }
  .row-fluid .footer-box4 form { box-shadow:0 8px 20px 0 rgba(13, 91, 2, 0.1); padding:10px 10px; float:none; display:inline-block; vertical-align:top; max-width:180px; width:100%; text-align:center; }
  .row-fluid .footer-box4 form .actions { position:relative; top:auto; left:auto; }
  .row-fluid .industry-logo-section .logos-wrapper { padding-bottom: 70px; padding-top: 58px; }

}

@media (min-width: 768px){

  a.mobile-trigger, span.child-triggerm {
    display: none !important; /* Hide button on Desktop */
  }

  .row-fluid .mainmenu .hs-menu-wrapper { 
    display: block !important;
  }

  .row-fluid .mainmenu ul > li > ul { width:auto; min-width:210px; background:#fff; /*box-shadow:0px 0px 4px rgba(0, 0, 0, 0.2);*/ }
  .row-fluid .mainmenu ul > li > ul > li { line-height:0; border-bottom:2px solid #F1F1F1; -webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-o-transition: all .4s ease;
-ms-transition: all .4s ease;
transition: all .4s ease;; }
  .row-fluid .mainmenu ul > li > ul > li:hover { background:#7db036; }
  .row-fluid .mainmenu ul > li > ul > li:last-child { border-bottom:0; }
  .row-fluid .mainmenu ul > li > ul > li > a { color:#000; font-size:16px; font-weight:600; text-transform:none; padding:12px 10px; line-height:22px; white-space:normal !important; -webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-o-transition: all .4s ease;
-ms-transition: all .4s ease;
transition: all .4s ease;; }
  .row-fluid .mainmenu ul > li > ul > li:hover > a { color:#fff; }


  .row-fluid .white-top .top { position:relative; }
  .row-fluid .white-top .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .white-top .mainmenu .hs-menu-wrapper > ul > li > a:visited { color:#000; }
  .row-fluid .white-top .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#7db036; }

  /* Blog Page */
  .row-fluid .inner-postbody { padding:50px 100px 0; margin-top:-35px; background:#fff; max-width:920px; }

} 

@media (min-width: 30px) and (max-width: 767px){

  /*   h1 { font-size:30px; line-height:36px; } */
  h2 { font-size:26px; line-height:36px; }
  h3 { font-size:24px; line-height:34px; }
  h4 { font-size:24px; line-height:28px; }
  h5 { font-size:24px; line-height:30px; }
  h6 { font-size:20px; line-height:26px; } 

  .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }

  .row-fluid .top { padding-top:35px; }
  .row-fluid .logo img { max-width:140px; }	
  .row-fluid .top-cta { float:left; width:100%; }
  .row-fluid .top-cta.btn-style1 a { font-size:17px; line-height:28px; color:#fff; padding:10px 20px; font-weight:700; float:left; width:100%; background:transparent; border-radius:0; text-transform:none; }
  .row-fluid .top-cta.btn-style1 a:hover { background:transparent; color:#7db036; }

  .row-fluid .top-cta + ul { float:left; width:100%;  }
  .row-fluid .top-cta + ul li { border:0; padding:0; border-top:1px dotted rgba(255,255,255,0.7) !important; background:#098211; }
  .row-fluid .top-cta + ul li:last-child { border-bottom:0 !important; }
  .row-fluid .top-cta + ul li a { font-size:17px; line-height:28px; color:#fff; padding:10px 20px; font-weight:700; float:left; width:100%; background:transparent; border-radius:0; text-transform:none; }


  .row-fluid .mainmenu .hs-menu-wrapper > ul { float:left; width:100%; } 
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li { float:left !important; }	
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:17px; line-height:28px; color:#fff; padding:10px 20px; font-weight:700; float:left; width:100%; } 
  .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul > li:hover > a { color:#7db036; }
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:first-child { border-top:0; }
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:last-child { border-bottom:1px dotted rgba(255,255,255,0.7); }
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li > ul { background:#075f0d; float:left; width:100%; padding:0 30px; }

  .row-fluid .hero-section { padding:100px 0; }
  .row-fluid .hero-section.home-herosec { margin-bottom:40px; text-align:center; }
  .row-fluid .hero-section.home-herosec h1 { font-size:39px; line-height:48px; }
  .row-fluid .hero-section.home-herosec .font20 { font-size:18px; line-height:30px; }
  .row-fluid .hero-section.home-herosec .btn-style1 a { min-width:205px; text-align:center; }
  .row-fluid .hero-section:after { background-size:cover !important; }
  .row-fluid .hero-section .left-cta, .row-fluid .hero-section .right-cta { text-align:center; padding:0 !important; width:100%; }
  .row-fluid .hero-section .left-cta { margin-bottom:20px; }
  .row-fluid .hero-section .image-frame-box { margin-top:60px; } 
  .row-fluid .trusted-text { margin:30px 0; }
  .row-fluid .trusted-text { font-size:24px; line-height:34px; }
  .row-fluid .logo-slider_raw { padding:40px 0 40px 20px; }
  .row-fluid .logo-slider_raw .slider-img img { max-width:100px; }
  .row-fluid .logo-slider_raw > span.slick-initialized.slick-slider { margin-right:-60px; }   
  .row-fluid .hero-bottomwrap { padding-bottom:60px; }

  .row-fluid .section-titlebox { padding:50px 0; }
  /*   .row-fluid .font20 { font-size:14px; line-height:24px; } */
  .row-fluid .section-titlebox h2 { font-size:30px; line-height:40px; }

  .row-fluid .service-section .service-box { float:left; display:inline-block; margin-bottom:50px; }
  .row-fluid .service-section .service-box .service-text { width:100%; padding:30px 20px 0 !important; text-align:center; }
  .row-fluid .service-section .service-box .service-image { width:100%; padding:0 10px; }
  /*   .row-fluid .service-frame_image { height:300px; background-size:contain !important; } */
  .row-fluid .service-section .service-box .service-image:before { display:none; }

  .row-fluid .ready-section { padding:100px 0 120px; }

  .row-fluid .webinar-section .left, .row-fluid .webinar-section .right { width:100%; height:auto !important; padding:0 20px !important; }
  .row-fluid .webinar-section .left-inner { padding-right:0; }
  .row-fluid .webinar-section .left-inner h4 { font-size:20px; line-height:26px; }
  .row-fluid .webinar-section .left-inner, .row-fluid .webinar-section .right-inner { padding:50px 0; }

  .row-fluid .testimonial-section { padding:60px 0 80px; }
  .row-fluid .testimonial-box .text { font-size:17px; line-height:28px; }
  .row-fluid .testimonial-box .details { margin:15px 0; font-size:16px; line-height:26px; }
  .row-fluid .testimonial-section .client-image { height:96px; width:96px; }

  .row-fluid .schedule-section { padding:80px 0; }
  .row-fluid .schedule-section h3 { font-size:35px; line-height:40px; }
  .row-fluid .schedule-section:before { background:url('//cdn2.hubspot.net/hubfs/4210479/WCS%20-%20Limelight%20Theme%202018/pre-footer-mobile.png'); height:52px; width:87px; }

  /* Landing Page 1 */
  .row-fluid .lp-herosection.hero-section { text-align:center; padding-bottom:0px; }
  .row-fluid .lp-herosection .font20 { font-size:20px; line-height:30px; }
  .row-fluid .hero-roundimage { float:none; display:inline-block; vertical-align:top; height:280px; width:280px; }
  .row-fluid .hero-formcol { padding:40px 20px; }
  .row-fluid .hero-formcol h4 { font-size:30px; line-height:40px; }

  .row-fluid .landing-contact.landing-contact1 { padding-left:10px; }
  .row-fluid .landing-contact ul { margin:20px 0 0; }
  .row-fluid .landing-contact ul li { width:100% !important; height:auto !important; }
  .row-fluid .landing-contact { padding-bottom:50px; }

  .row-fluid .additional_text-section { padding:50px 0; }
  .row-fluid .additional_text-section .font20 { font-size:20px; line-height:30px; }

  /* Landing Page 2 */
  .row-fluid .lp-hero2 .hero-left { padding-top:0; }
  .row-fluid .lp-hero2.lp-herosection.hero-section { text-align:left; }
  .row-fluid .lp-hero2 .hero-formcol { padding:40px 20px; }
  .row-fluid .landing-contact { padding-left:40px; padding-right:40px; padding-top:50px; }

  .row-fluid .lp2-contentbox { padding:60px 20px; }
  .row-fluid .lp2-contentbox .font20 { font-size:20px; line-height:30px; }

  .row-fluid .additional_text-section h2 { font-size:32px; line-height:40px; }
  .row-fluid .news-itemwrap { float:left; width:100%; margin:0; }
  .row-fluid .news-itemwrap .news-item { width:100%; padding:0 0 30px; }
  .row-fluid .news-itemwrap .news-item:last-child { padding:0; }
  .row-fluid .blog-cta { margin-top:30px; }

  .row-fluid .lp2-contentbox { padding:0 20px 30px 20px; }
  .row-fluid .lp2-contentbox br { display:none; }
  .row-fluid .asset-ctaraw { padding-bottom:60px; }
  .row-fluid .news-itemwrap { padding-top:45px; }

  /* Error 404 Page */
  .row-fluid .lp-herosection.hero-section.error-hero { text-align:left; }

  .row-fluid .errorpage_blogsec .hs_cos_wrapper_type_header h2 { font-size:39px; line-height:49px; }
  .row-fluid .errorpage_blogsec { padding:30px 0 70px; }
  .row-fluid .go-blogcta .blog-cta { margin-top:0; }

  /* Landing Page 3 */
  .row-fluid .quote-contentsection { margin:0; }
  .row-fluid .lp-hero2.hero-section.lp-hero3 { padding-bottom:0; padding-top:100px; text-align:center; }
  .row-fluid .lp-hero2.hero-section.lp-hero3 .hero-left { text-align:left; }
  .row-fluid .landing3-contact.landing-contact { padding-top:0; display:table; float:none !important; margin:0 auto !important; }

  .row-fluid .demo-section .left-space { padding-right:20px; height:auto !important; }
  .row-fluid .demo-section .bgimg-main { height:300px !important; }
  .row-fluid .demo-section:before { background-image: linear-gradient(to bottom, #78c42f, rgba(120, 196, 47, 0.2)); }
  .row-fluid .demo-section:after { display:none; }

  /* Contact Us */
  .row-fluid .contact-hero { padding:120px 0 100px; }
  .row-fluid .contact-section .hero-formcol { padding:50px 20px 0; }
  .row-fluid .contact-section #map { height:300px !important; }  

  .row-fluid .get-socialsection { padding:70px 0 80px; }
  .row-fluid .get-socialsection .social-icon a { height:50px; width:50px; line-height:50px; margin-left:20px; }

  .row-fluid .limelight-demosec { padding:0; text-align:center; }

  /* Privacy Policy Page */
  .row-fluid .privacy-section .wrapper { width:100%; }

  .row-fluid .privacy-section { padding:50px 0; }
  .row-fluid .privacy-section h4 { margin-top:10px; margin-bottom:25px; }
  .row-fluid .privacy-section ul { padding-left:20px; }

  .row-fluid .privacy-demosec { padding:70px 0; }
  .row-fluid .privacy-demosec br { display:none; }

  /* Get Into Limelight Page */
  .row-fluid .customer-section { padding:50px 0; }

  .row-fluid .leader-section { padding:50px 0; }
  .row-fluid .leader-boxwrap .leader-box { width:100%; display:inline-block; float:left; vertical-align:top; text-align:center; }
  .row-fluid .leader-boxwrap .leader-left { width:100%; display:inline-block; float:left; vertical-align:top; }
  .row-fluid .leader-section .hs_cos_wrapper_type_header h2 { margin-bottom:40px; }
  .row-fluid .leader-boxwrap .leader-designation { padding:30px 0 0; width:100%; }
  .row-fluid .leader-boxwrap .leader-image { float:none; display:inline-block; vertical-align:top; }
  .row-fluid .leader-boxwrap .leader-right { width:100%; padding:30px 0 0; }
  .row-fluid .leader-boxwrap .leader-social a { float:none; display:inline-block; vertical-align:top; margin-right:10px; }
  .row-fluid .leader-boxwrap .leader-box:last-child { margin-bottom:0; }

  .row-fluid .excellent-section { padding:60px 0; }
  .row-fluid .excellent-section .hs_cos_wrapper_type_header h2 { font-size:39px; line-height:45px; }

  .row-fluid .accordion-boxwrap { margin-top:20px; }
  .row-fluid .accordion-boxwrap .accordion-box .click-box { margin-top:20px; }
  .row-fluid .accordion-boxwrap .accordion-box .click-box:before { width:22px; top:10px; right:0; }
  .row-fluid .accordion-boxwrap .accordion-box .click-box:after { height:22px; top:0px; right:10px; }
  .row-fluid .accordion-boxwrap .accordion-box .title h5 { font-size:20px; line-height:26px; }
  .row-fluid .accordion-boxwrap .accordion-box ul { padding-left:20px; }

  .row-fluid .we-believesec .wrapper { padding-top:60px; }
  .row-fluid .we-believesec .hs_cos_wrapper_type_header h1 { margin-bottom:30px; }

  .row-fluid .get-logosec { padding:60px 0 80px; }
  .row-fluid .get-logosec .logo-titlebox { width:50%; }
  .row-fluid .get-logosec .logo-titlecol { margin-top:20px; }
  .row-fluid .get-logosec .logo-titlebox { margin:0 -2px 20px; }

  /* Blog Page */
  body.hs-blog-listing a.mobile-trigger i, body.hs-blog-listing a.mobile-trigger i:before, body.hs-blog-listing a.mobile-trigger i:after { background:#7db036; }
  body.hs-blog-post a.mobile-trigger i, body.hs-blog-post a.mobile-trigger i:before, body.hs-blog-post a.mobile-trigger i:after { background:#7db036; }
  body.hs-blog-listing.mobile-open a.mobile-trigger i, body.hs-blog-post.mobile-open a.mobile-trigger i { background:#fff; }

  .row-fluid .blog-mainsection { padding-bottom:40px; }

  .row-fluid .page-titlebox h1 { font-size:39px; margin:0; }
  .row-fluid .page-titlebox { padding:140px 0 80px; }

  .row-fluid .post-filter_raw { float:left; width:100%; padding:10px 0 50px; }
  .row-fluid .post-filter_raw ul li a { font-size:10px; line-height:18px; padding:0 10px; }

  .row-fluid .post-listing { margin:0; width:100%; float:left; }
  .row-fluid .post-listing .post-item { width:100%; padding:0 0 50px; margin:0; }
  .row-fluid .post-listing .post-item:last-child { padding:0; }
  .row-fluid .post-listing .post-item .title { height:auto !important; }  

  .row-fluid .blog-emailsec { text-align:center; }
  .row-fluid .blog-emailsec .wrapper { max-width:500px; float:none !important; display:inline-block; }
  .row-fluid .blog-emailsec:after { display:none; }
  .row-fluid .blog-emailsec .wrapper > div > div { display:inline-block; width:100%; }
  .row-fluid .blog-emailsec .text { text-align:center; font-size:18px; line-height:28px; margin-bottom:30px; padding:0; }

  .row-fluid .blog-innersec .post-featured-image { height:350px; }


  /* Blog Search */
  body.blog_search-Page .row-fluid .search-results { padding:100px 0 50px; }

  /* Who We Help */
  .row-fluid .solutions-section.who-helpsec .widget-type-header h3 { font-size:32px; }
  .row-fluid .solutions-section.who-helpsec .widget-type-header { padding:0; }
  .row-fluid .case-studywrap { margin:15px 0 0; }	
  .row-fluid .case-studybox { width:100%; margin:15px 0; padding:0; }
  .row-fluid .who-helpsec.solutions-section { padding-bottom:45px; }

  .row-fluid .who-logosec.industry-logo-section .title { padding:0; }
  .row-fluid .who-logosec.industry-logo-section .title h3 { font-size:30px; }
  .row-fluid .amazing-logobox { width:33.33%; }
  .row-fluid .industry-logo-section.who-logosec { padding-bottom:50px; }

  /* Customer Success Story Section */
  .row-fluid .success-storysec .story-boxwrap { float:left; width:100%; margin:0; }
  .row-fluid .success-storysec .story-box { width:100%; padding:0 0 30px; }
  .row-fluid .success-storysec .story-client_name { padding:30px 15px; font-size:18px; line-height:24px; } 
  .row-fluid .success-storysec .story-button a { padding:15px 15px; }

  /* Tour Page */
  .row-fluid .tour-herosec.contact-hero { padding-bottom:190px; background-position:bottom center !important; } 

  .row-fluid .tour-solsec.solutions-section { padding:50px 0; }
  .row-fluid .solutions-section .services-boxes { display:inline-block; text-align:center; width:100%; }
  .row-fluid .tour-solsec.solutions-section .services-boxes .single-box { padding-right:0; padding-left:0; float:none; display:inline-block; vertical-align:top; max-width:281px; width:100%; }
  .row-fluid .tour-solsec.solutions-section .services-boxes .single-box .thumb { float:none; display:inline-block; vertical-align:middle; margin-right:-3px; height:80px; width:80px; }
  .row-fluid .tour-solsec.solutions-section .services-boxes .single-box .title { float:none; display:inline-block; vertical-align:middle; margin-left:-3px; width:calc(100% - 80px); padding:0 0 0 15px; text-align:left; }

  .row-fluid .tour-service-wrap .tourservice-col { display:inline-block; width:100%; }
  .row-fluid .service-threecolwrap .col3 { width:100%; height:auto !important; padding:0; margin:20px 0; text-align:center; }
  .row-fluid .tourservice-section.service-section .service-box:first-child { padding-top:0; }
  .row-fluid .tourservice-section.service-section .service-box { padding:50px 20px; margin:0; }
  .row-fluid .tourservice-section.service-section .service-box .service-text { padding:0 !important; }

  .row-fluid .service-threecolsec { padding-top:60px; }
  .row-fluid .service-threecolinner { float:left; width:100%; margin:0; }
  .row-fluid .service-threecolwrap .col3 .img { width:100%; margin:0 0 20px; }
  .row-fluid .service-threecolwrap .col3 .rightbox { float:left; width:100%; padding-left:0; }

  /* Footer */
  .row-fluid .footer-raw { padding:50px 0 120px; text-align:center; }
  .row-fluid .footer-raw p { padding:0 0 15px; }
  .row-fluid .footer .hs-menu-wrapper.hs-menu-flow-vertical > ul { margin:0; }

  .row-fluid .footer-box4 { padding-top:40px; }
  .row-fluid .footer-box4 .hs-form .hs-form-field { padding:0; }
  .row-fluid .footer-box4 form input[type="email"] { box-shadow:none; padding-right:15px; text-align:center; }
  .row-fluid .footer-box4 form { box-shadow:0 8px 20px 0 rgba(13, 91, 2, 0.1); padding:10px 10px; float:none; display:inline-block; vertical-align:top; max-width:180px; width:100%; }
  .row-fluid .footer-box4 form .actions { position:relative; top:auto; left:auto; }

  .row-fluid .footer:after { background:url('//cdn2.hubspot.net/hubfs/4210479/WCS%20-%20Limelight%20Theme%202018/footer-bg-mobile.svg'); height:104px; width:173px; }

  .row-fluid .footer-raw .social-icon { float:left; width:100%; text-align:center; }
  .row-fluid .footer-raw .social-icon a { float:none; display:inline-block; vertical-align:top; margin-left:15px; }
  .row-fluid .footer-raw .social-icon a:first-child { margin-left:0; }
  .row-fluid .footer-logo { float:left; width:100%; margin-top:70px; }

  /**/
  .row-fluid .industry-section .industry-boxes .single-box { width: 100%; padding: 0; }
  .row-fluid .industry-section .industry-boxes .single-box .inner { max-width: 370px; margin: 0 auto; }
  .row-fluid .industry-section .industry-boxes .single-box + .single-box { padding-top: 50px; }
  .row-fluid .industry-section { padding: 70px 0px; }
  .row-fluid .industry-section .btn-wrapper { padding: 40px 0 0; }
  .row-fluid .industry-section .btn-wrapper > div > div > div { width: 100%; text-align: center; }
  .row-fluid .industry-section .btn-wrapper > div > div > div + div { padding: 20px 0 0; }
  .row-fluid .industry-section .btn-wrapper > div > div { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

  .row-fluid .heading-box { padding: 0 0 20px; }
  .row-fluid .industry-logo-section .logos-strip .single-logo { text-align: center; }
  .row-fluid .industry-logo-section .logos-strip.four .single-logo, .row-fluid .industry-logo-section .logos-strip.three .single-logo { width: 50%; }
  .row-fluid .industry-logo-section .logos-wrapper { padding-bottom: 40px; padding-top: 48px; }
  .row-fluid .industry-logo-section .logos-wrapper.payroll { }
  .row-fluid .industry-logo-section .logos-wrapper > div > div { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .row-fluid .industry-logo-section .logos-wrapper.payroll > div > div, .row-fluid .industry-logo-section .logos-wrapper.database > div > div { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
  .row-fluid .industry-logo-section .logos-wrapper > div > div > div { width: 100%; }
  .row-fluid .industry-logo-section .logos-strip { margin: 0; }
  .row-fluid .industry-logo-section .logos-wrapper.erp { padding-top: 0px; }
  .row-fluid .industry-logo-section { padding: 61px 0 26px; }


  .row-fluid .solutions-section .services-boxes .single-box { width: 100%; padding: 18px 15px; }
  .row-fluid .solutions-section { padding: 55px 0 45px; }
  .row-fluid .industry-logo-section .title h3 { font-size: 39px; }
  .row-fluid .industry-logo-section .title { padding: 0 0 66px; }
  .row-fluid .industry-logo-section .logos-wrapper { padding-bottom: 30px; padding-top: 56px; }

  .row-fluid .industry-logo-section .logos-wrapper .heading-box{ width:100%; }
  .row-fluid .industry-logo-section .logos-wrapper .lg-box{ width:100%;}
  .row-fluid .industry-logo-section .logos-wrapper .heading-box + .lg-box{ padding-left:0px;}
  .row-fluid .industry-logo-section .logos-wrapper .lg-box:first-child{padding-right:0px;}

  .library-box { width: 100%; }
  .library-box .inner .cotnain h4 { font-size: 18px; }
  .library-box .inner .cotnain .text { font-size: 14px; line-height: 20px; padding: 10px 0 92px; }
  .load-more-btn-wrapper { padding-top: 0; }
  .library-box { padding: 10px 0; }
  .library-box-wrapper { margin: 0; }
  .row-fluid .library-section { padding: 22px 0 45px; }
  .library-box .inner .rs-footer { padding: 21px 30px 21px 41px; }
  .library-box .inner .rs-footer a { padding: 10px 40px; }
  .box-main-wrapper { margin: 0; padding: 10px 0 0; }
  .row-fluid .library-section input.quicksearch { width: 100%; max-width: 100%; }
  .nodata-strip { padding: 20px 0 0; }

  .solutions-left .left-space{width: 100%;}
  .solutions-left .right-part{width: 100%;}

  .row-fluid .solution-herosec, .row-fluid .get-into_herosec { background-size:cover !important; background-position:center center !important; text-align:center; }


}

@media (max-width: 500px){
  .row-fluid .hero-formcol br { display:none; }
  .row-fluid .landing-contact ul { margin:0; }

  .row-fluid .customer-section br { display:none; }

  .row-fluid .get-logosec .logo-titlebox { width:100%; }
  .row-fluid .get-logosec .logo-imgbox { height:auto; }
  .row-fluid .get-logosec .logo-imgbox img { position:relative; top:auto; right:auto; bottom:auto; left:auto; }

  .row-fluid .blog-emailsec br { display:none; }

  /* Who We Help */
  .row-fluid .amazing-logobox { width:50%; }

}

@media (max-width: 480px){ 
  .row-fluid .hero-section .image-wrap { height:200px; }

  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding-right:0; }
  .row-fluid .hs-form fieldset.form-columns-2 .field { padding-left:0; }

  .row-fluid .blog-innersec .post-featured-image { height:250px; }
}

@media (max-width: 767px){}

@media (max-width: 767px){

  .mobile-open .row-fluid .top-stripsec{
    z-index: 1;
  }

  div#hs_cos_wrapper_module_1598302222634228 table td {
    width: 100% !important;
  }


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

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


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

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

  a.mobile-trigger {
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 10px;          /* Position Button at top right of screen  */
    right: 15px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    text-align:center;
    background:transparent;
    padding: 0;
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-transition:color .2s ease-in; 
    -moz-transition:color .2s ease-in;
    transition:color .2s ease-in;
    line-height:30px;
    text-align:left;
  }

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

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

  a.mobile-trigger span:before{
    position: absolute;
    content: 'Menu'; /* Change the text on the closed toggle button */
  }

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

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

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


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

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

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

  span.child-triggerm {
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 20px;
    width: auto !important; /* Button width */
    min-width: 20px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;

  }

  span.child-triggerm:after { position:absolute; content:"\f101"; font-family:Fontawesome; right:0; top:50%; color:#fff; font-size:26px; transform:translateY(-50%); }
  span.child-triggerm.child-open:after { content:"\f103"; }


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

  /*
  margin: 0 auto !important;
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
}
  span.child-triggerm span:after {
  position: absolute;
  content: '';
}
  span.child-triggerm span, span.child-triggerm span:after {
  width: 10px; 
  height: 1px; 
  background-color: #fff; 
  display: block;
}

  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }

  span.child-triggerm span:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
}
  span.child-triggerm.child-open span:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
}
  span.child-triggerm.child-open span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  transition-duration: .2s;
}*/


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


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

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal {
    position: absolute;
    top: 110px;
    left: 0px;
    width: 100%;
    height: 100vh;
  }
  .mainmenu .hs-menu-flow-horizontal{
    padding: 0; /* Padding to add room for close button */
    background-color: #098211; /* Menu background color set off global mobile-menuColor variable */
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

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

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

  /* Level 2 and Higher Menu List Styles */


  .mainmenu .hs-menu-flow-horizontal > ul ul li{
    text-align:center;
    float:left;
    width:100%;
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
    text-indent: 0; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
    line-height:20px;
    padding:10px 0;
    font-weight:700;
  }

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

  .row-fluid .blog-strip .white-top .top {padding: 12px 0; }

}