/* @import url('http://example.com/example_style.css'); */
@import url("https://cdn.jsdelivr.net/animatecss/3.5.1/animate.css");
@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i';
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face {
    font-family: 'sun_sans-regular';
    src: url('https://info.steelcase.com/hubfs/fonts/steelcase/sunsans-regular-webfont.eot');
    src: url('https://info.steelcase.com/hubfs/fonts/steelcase/sunsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://info.steelcase.com/hubfs/fonts/steelcase/sunsans-regular-webfont.woff2') format('woff2'),
         url('https://info.steelcase.com/hubfs/fonts/steelcase/sunsans-regular-webfont.woff') format('woff'),
         url('https://info.steelcase.com/hubfs/fonts/steelcase/sunsans-regular-webfont.ttf') format('truetype'),
         url('https://info.steelcase.com/hubfs/fonts/steelcase/sunsans-regular-webfont.svg#sun_sans-regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('https://info.steelcase.com/hubfs/fonts/steelcase/proxima_nova_bold-webfont.eot');
    src: url('https://info.steelcase.com/hubfs/fonts/steelcase/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://info.steelcase.com/hubfs/fonts/steelcase/proxima_nova_bold-webfont.woff') format('woff'),
         url('https://info.steelcase.com/hubfs/fonts/steelcase/proxima_nova_bold-webfont.ttf') format('truetype'),
         url('https://info.steelcase.com/hubfs/fonts/steelcase/proxima_nova_bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_novalight';
    src: url('https://info.steelcase.com/hubfs/fonts/steelcase/proximanova-light-webfont.eot');
    src: url('https://info.steelcase.com/hubfs/fonts/steelcase/proximanova-light-webfont.eot') format('embedded-opentype'),
         url('https://info.steelcase.com/hubfs/fonts/steelcase/proximanova-light-webfont.woff') format('woff'),
         url('https://info.steelcase.com/hubfs/fonts/steelcase/proximanova-light-webfont.ttf') format('truetype'),
         url('https://info.steelcase.com/hubfs/fonts/steelcase/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('https://info.steelcase.com/hubfs/fonts/steelcase/helveticaneue.eot');
    src: url('https://info.steelcase.com/hubfs/fonts/steelcase/helveticaneue.eot?#iefix') format('embedded-opentype'),
         url('https://info.steelcase.com/hubfs/fonts/steelcase/helveticaneue.woff') format('woff'),
         url('https://info.steelcase.com/hubfs/fonts/steelcase/helveticaneue.ttf') format('truetype'),
         url('https://info.steelcase.com/hubfs/fonts/steelcase/helveticaneue.svg#HelveticaNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('https://info.steelcase.com/hubfs/fonts/steelcase/helvetica_neue_bold.eot');
    src: url('https://info.steelcase.com/hubfs/fonts/steelcase/helvetica_neue_bold.eot') format('embedded-opentype'),
         url('https://info.steelcase.com/hubfs/fonts/steelcase/helvetica_neue_bold.woff') format('woff'),
         url('https://info.steelcase.com/hubfs/fonts/steelcase/helvetica_neue_bold.ttf') format('truetype'),
         url('https://info.steelcase.com/hubfs/fonts/steelcase/helvetica_neue_bold.svg#HelveticaNeueBold') format('svg');
    font-weight: normal;
    font-style: normal;

}




 @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
* { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; list-style:none; outline:0; }
body { margin:0; padding:0; font-family: 'Open Sans', sans-serif; font-size:16px; line-height:24px;font-weight: 300; color:#252729; /* overflow-x:hidden;*/  }
.upload-form { background: #e9e9e9; }
.row-fluid .wrapper { margin:0 auto !important; width:1170px !important; float:none !important; }
img { border:0; }
hr { border-color:#ccc; clear:both; margin-top:30px }
.img-responsive2 { max-width:100%; height:auto }
.clear { clear:both }

h1 { font-size:65px; margin:0;  clear:both; font-weight:normal;}
h2 { font-size:44px; margin:0;  clear:both; }
h3 { font-size:60px; margin:0;  clear:both; font-family: 'proxima_nova_rgbold'; line-height:normal; }
h4{ font-size:28px; margin:0;   clear:both; }

.row-fluid .btn-effect a { line-height: 24px; z-index: 5; overflow: hidden; position: relative;
display: inline-block; padding: 10px 25px; background-color: #00a0ce; color: #fff; border-radius: 4px; margin: 5px 0 0; font-size: 18px; font-weight: 300; }
.row-fluid .btn-effect a:hover { background:#cccccc; }
.row-fluid .btn-effect a:after { content: ''; width: 0; transition: all .5s;
height: 100%; top: 0; left: 0; background-color: #cccccc; position:absolute; z-index:-1; }
.row-fluid .btn-effect a:hover:after { width:120%; }

a { text-decoration:none; outline:none; -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;
}
#comment-form { width:93%; }
#comment-form form { padding-top:40px; float:left; width:100%; }
#comment-form form > div { margin:15px 0; }
#comment-form form input[type="text"], #comment-form form input[type="email"], textarea { border:1px solid #c7c7c7; height:38px; height:40px; }
textarea { border:1px solid #c7c7c7; }
.row-fluid .banner-slider a { line-height: 24px; z-index: 5; overflow: hidden; position: relative; transition: all .4s ease-in-out;
display: inline-block; padding: 10px 25px; background-color: #00a0ce; color: #fff; border-radius: 4px; margin: 5px 0 0; font-size: 18px; font-weight: 300; }
.row-fluid .banner-slider a:hover { background:#fa652c; }
.row-fluid .banner-slider a:after { content: ''; width: 0; transition: all .3s;
height: 100%; top: 0; left: 0; background-color: #fa652c; position:absolute; z-index:-1; }
.row-fluid .banner-slider a:hover:after { width:120%; }
input[type="text"], input[type="email"], input[type="tel"], textarea, select { border:1px solid #dadadb; }
.hs-blog-post input[type="text"], .hs-blog-post input[type="email"], .hs-blog-post textarea, select { border:1px solid #dadadb; }
.hs-blog-post input[type=submit] { background:#86bd3b; color:#fff; padding: 8px 16px; margin:20px 0; }
/* http://ianlunn.github.io/Hover/ */

input[type="text"]:focus { border-bottom-color: #58bfe9; border-color: #58bfe9; box-shadow: 0 0 6px rgba(88,191,233,0.5); }
input, button, textarea { border:none; outline:none; }
input[type=submit], button { cursor:pointer; background:url(//cdn2.hubspot.net/hubfs/47398/paradise/image/blank-img.png) no-repeat left top; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
input[type="submit"]:hover { color:#fff; background:#1996ff; }
ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.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; }
.row-fluid [class*="span"] {
min-height:0;
}

::-webkit-input-placeholder {
   color: #a3a4a6;
}

:-moz-placeholder { /* Firefox 18- */
   color: #a3a4a6;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #a3a4a6;  
}

:-ms-input-placeholder {  
   color: #a3a4a6;  
}


.hidden-form { display: none !important; }

.box-overlay > .row-fluid-wrapper:nth-child(2) > .row-fluid { min-height:100vh; }
.box-overlay > .row-fluid-wrapper > .row-fluid { width: 100%;background:#E9E9E9;border-radius:4px;position:relative; }
.box-overlay .row-fluid .box-wrapper { height:100vh;overflow-y:auto;overflow-x:hidden; }
.box-overlay .row-fluid .box-wrapper-upload { height:100vh;overflow-y:auto;overflow-x:hidden; }
.box-overlay .row-fluid .box-wrapper > div:nth-child(1) { height:800px;display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-transform: scale(.9);transform: scale(.9); }
.box-overlay .row-fluid .box-wrapper .flow-section {  }

.box-overlay > .row-fluid-wrapper:nth-child(1) > .row-fluid { display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center; }
html .row-fluid .box-wrapper { display: none; }
html .row-fluid .turnstone-error { opacity: 0;text-align: center;padding: 50px 20px;width: 900px;margin: 0 auto !important;background: white;border-radius: 3px; }
.turnstone-error h3 { font-size: 40px; }
.turnstone-error .blue-cta { display: inline-block;color: #57c0e8;border: 1px solid #57c0e8;font-weight: 300;font-size: 14px;padding: 11px 23px;line-height: 16px;margin-top:20px; }
.turnstone-error .blue-cta:hover { background: #57c0e8;color: white; }

html .box-overlay .row-fluid .top-img img {
    width: 200px !important;height:auto !important;
}

.upload-form .body-container-wrapper { width: 1170px;max-width:100%; }
.upload-form .page-width { padding: 60px 120px; }
.upload-form .header-group { text-align: center;padding-bottom:50px; }
.upload-form h3 { padding-top: 30px;font-family: 'HelveticaNeueRegular';font-size: 40px; }
.upload-form .sub-title { font-size: 22px;padding-top: 8px;font-family: "Helvetica Neue",helvetica,arial,sans-serif;color: #7f8083;font-weight: 300; }
.upload-form .field { padding-bottom: 30px; }
.upload-form label { font-size: 28px; font-family: 'HelveticaNeueRegular';margin-bottom: 10px;display: block;line-height: normal; }
.upload-form .field input { border: 0;height: 55px; padding: 15px;font-size: 20px;color: #252729;font-family: 'HelveticaNeueRegular';border: 2px solid #fff; }
.upload-form .field input[name="floor_plan_upload"] { width: 100%;background:white; }
.upload-form .hs-error-msgs label { color: #f00;font-size:12px; }
.upload-form .field .invalid { border-color: #c20b0b;background: #fcdede;color: #c20b0b; }
.upload-form .hs-form-required { display: none; }
.upload-form .actions { text-align:center;padding-top: 30px; }
.upload-form .hs-button { background: #0096db;font-family: 'HelveticaNeueRegular';color: #fff;text-transform: uppercase;padding: 1px 2px 2px;height: 30px;line-height: 28px;width: 95px;font-size: 14px;display: inline-block; }
.upload-form .hs-button:hover {  background: #0096db;opacity: .6; }

html .upload-form .upload-ty { text-align: center;display: none; }

.full-form-page { display: -webkit-flex; display: flex;-webkit-align-items: center;align-items: center;-webkit-justify-content: center;justify-content: center;min-height: 100vh; }
.full-form-page .fancybox-overlay { display: block !important; }
.full-form-page .row-fluid .flow-section { display: block !important; }
.full-form-page .flow-section .section { width: 1150px; max-width: 100%; }


.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; z-index:0; }
.row-fluid .bg-img { display:none; }
.hs-error-msgs { list-style:none; margin:0 0 10px; padding:0; font-size:12px; }
.row-fluid .slick-slider1 button { position:absolute; top:50%; height:20px; width:20px; z-index:1; font-size:0; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.row-fluid .slick-slider1 .slick-prev { left:0px; background:url('//cdn2.hubspot.net/hubfs/2104682/JTurner-2016/Image/slick-left.png') center no-repeat; }
.row-fluid .slick-slider1 .slick-next { right:0px; background:url('//cdn2.hubspot.net/hubfs/2104682/JTurner-2016/Image/slick-right.png') center no-repeat; }

/*************header*************/

.row-fluid .top-section { padding:15px 0; }
.row-fluid .top-right,.row-fluid .search-me  { float:right; width:auto; margin:10px 0 0 0; }
.row-fluid .mainmenu { float:left; width:auto; }
.row-fluid .mainmenu div.hs-menu-wrapper > ul > li { font-size:16px; }
.row-fluid .mainmenu div.hs-menu-wrapper > ul > li > a { color:#252729; }
.row-fluid .mainmenu div.hs-menu-wrapper > ul > li > a:hover,.flow-section .locations .location-text0 a:hover { color:#5cc1e6;}

.row-fluid .search-me { margin:10px 0 0 14px; width:auto; position:relative; text-align:center; }
.row-fluid .search-me .fa-search { cursor:pointer; }
.row-fluid .search-me .input { display:none; position:absolute; right:0;  top:61px; width:150px; z-index:1; }
  
/*************contener***********/

.row-fluid .hero-main { position:relative; min-height:395px; text-align:center; }
.row-fluid .hero-content { position:absolute; top:50%; left:0; width:100%; -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);  }
.row-fluid .hero-main h1 { color:#fff; line-height:normal; }
.row-fluid .hero-main .section-subheader { color:#dedede; font-size:25px; margin-top:10px; float:left; width:100%; }

.row-fluid .schedule-section { padding:60px 0; }
.row-fluid .schedule-box { text-align:center; float:left; width:33.3%; margin:0; padding:10px 45px; }
.row-fluid .schedule-icon { width:40px; margin-bottom:30px; height:40px; line-height:43px; background:#ae0c60; float:none; display:inline-block; border-radius:2px; color:#fff; font-size:18px; text-align:center; }
.row-fluid .schedule-title { font-size:22px; text-transform:lowercase; color:#252729; }
.row-fluid .schedule-text { padding-top:15px; font-size:17px; }

.row-fluid .popup-text0 { text-align:center; font-size:17px; padding-top:24px; }
.row-fluid .popup-text0 a { color:#5cc1e6; }
.row-fluid .popup-text0 a:hover { color:#1c89b0; }

.fancybox-skin { background:#e9e9e9 !important; padding:0 !important; }

.flow-section .section { text-align:center; float:left; width:817px; padding:60px 75px 0 75px; }

.flow-section .section input {cursor:pointer; }
.flow-section .section h3 { padding-top:30px; font-family: 'HelveticaNeueRegular'; font-size:40px; }
.flow-section .sub-title { font-size:22px; padding-top:8px; font-family: "Helvetica Neue",helvetica,arial,sans-serif; color:#7f8083; font-weight:300; }
.flow-section .select-redio5 input { float:left; width:100%;  }

.radio-box0 { margin:0 0 25px 0; float:left; width:100%; }
.row-fluid .select-redio5 { float:none; display:inline-block; width:500px; padding:40px 0 60px; }
.radio-box0  input[type="radio"] { display:none; }
.radio-box0 label span { position:relative; float:left; width:100%; height:57px; line-height:57px; color:#2e3033; font-size:0;   font-family: 'HelveticaNeueRegular';  }
.radio-box0 label span:after { text-align:center; position:absolute; left:0; top:0; display:block; content: ""; font-family: 'FontAwesome';width:100%; height:100%;background:#fff;-webkit-transition: all .3s ease;transition:all .3s ease; }
.radio-section .radio-box0 label span:hover:after { box-shadow: 0px 0px 0px 3px #0095de inset; }
.radio-box0 input[type="radio"]:checked + span:after { /*content: "\f00c"; */ width:100%; height:100%; background:#0095de; } 
.radio-box0 input[type="radio"]:checked + span:before { color:#fff; } 
.people-budget .radio-box0 input[type="radio"]:checked + span:before { color:#2e3033; }


.flow-section { text-align:center; }
.flow-section .section { display: none; }
.flow-section .section.active { display: inline-block; float:none;  text-align:center; margin-right:-4px;}
.flow-section .section.office-types { padding-bottom:50px; }
.flow-section .section.office-types .floorplan-box0 { float:none; display:inline-block; width:44%; margin:0 -4px 0 0;  }
.flow-section .section.office-types .floorplan-box0:nth-child(3) { clear:left; }
.flow-section .section.office-types .sub-title { padding-bottom:70px; }

.flow-section .section.thank-you { padding-bottom:45px; }

.floorplan-box0 .radio-box0 label span { position:relative; float:left; width:100%; height:100%; border-radius:2px; color:#2e3033; font-size:0;  font-family: 'proxima_nova_rgbold';  }
.floorplan-box0 .radio-box0 label span img { cursor:pointer; position:relative; z-index:1; width:100%; }
.floorplan-box0 .radio-box0 input[type="radio"]:checked + span:after { /*content: "\f00c"; */ width:100%; height:100%; border:5px solid #1ca3fc; background:transparent; box-sizing:border-box; z-index:1; } 

.floorplan-box0 .radio-box0 input[type="checkbox"] { display:none; }
.floorplan-box0 .radio-box0 label span { position:relative; float:left; width:100%; height:100%; border-radius:2px; color:#2e3033; font-size:0;  font-family: 'proxima_nova_rgbold';  }
.floorplan-box0 .radio-box0 label span img { cursor:pointer; position:relative; z-index:1; width:100%; }
.floorplan-box0 .radio-box0 input[type="checkbox"] + span:after { /*content: "\f00c"; */ width:100%; height:100%; border:0px solid #1ca3fc; background:transparent; box-sizing:border-box; z-index:1;cursor:pointer; } 
.floorplan-box0 .radio-box0 input[type="checkbox"] + span:hover:after { /*content: "\f00c"; */  } 
.floorplan-box0 .radio-box0 input[type="checkbox"]:checked + span:after { /*content: "\f00c"; */ width:100%; height:100%; border:5px solid #1ca3fc; background:transparent; box-sizing:border-box; z-index:1; } 

.people-budget .radio-box0 label span { position:relative; float:left; width:100%; height:57px; line-height:57px; border-radius:2px; color:#2e3033; font-size:0; font-family: 'HelveticaNeueRegular'; }
.people-budget .radio-box0 input[type="radio"]:checked + span:after { /*content: "\f00c"; */ width:100%; height:57px; border:4px solid #1ca3fc; background:transparent; box-sizing:border-box; z-index:1; } 

.flow-section .typeofspace .radio-box0 label span:before,.flow-section .peoples .radio-box0 label span:before,.flow-section .budgets .radio-box0 label span:before  { font-size:28px; cursor:pointer; position:absolute; left:0; width:100%; text-align:center; height:100%; top:0; z-index:1; }
.flow-section .typeofspace .radio-box0.now label span:before { content:'Business';  }
.flow-section .typeofspace .radio-box0.soon label span:before { content:'Residential';  }
.flow-section .typeofspace .radio-box0.month label span:before { content:'Education';  }
.flow-section .typeofspace .radio-box0.other label span:before { content:'Other';  }


.flow-section .timings .radio-box0 label span:before,.flow-section .peoples .radio-box0 label span:before,.flow-section .budgets .radio-box0 label span:before  { font-size:28px; cursor:pointer; position:absolute; left:0; width:100%; text-align:center; height:100%; top:0; z-index:1; }
.flow-section .timings .radio-box0.now label span:before { content:'1 month';  }
.flow-section .timings .radio-box0.soon label span:before { content:'2 - 4 months';  }
.flow-section .timings .radio-box0.month label span:before { content:'6 + months';  }

.flow-section .peoples .radio-box0.now label span:before { content:'1 - 10';  }
.flow-section .peoples .radio-box0.soon label span:before { content:'11 - 30';  }
.flow-section .peoples .radio-box0.month label span:before { content:'30 +';  }

.flow-section .budgets .radio-box0.now label span:before { content:'0 - $10,000';  }
.flow-section .budgets .radio-box0.soon label span:before { content:'$10,001 - $30,000';  }
.flow-section .budgets .radio-box0.month label span:before { content:'$30,001 +';  }

.box-wrapper .direction-btn0 { padding-bottom:45px; float:left; width:100%; text-align:center; }
.box-wrapper .direction-btn0 .btn-03 { float:none; width:auto; text-align:center; margin:0; display:inline; }
.box-wrapper .direction-btn0 .btn-03 a { color:#fff; text-transform:uppercase; padding:1px 2px 2px; height:30px; line-height:28px; width:95px; font-size:14px; position:relative; display:inline-block; margin:0 15px; }
.box-wrapper .direction-btn0 .btn-03 a .fa-angle-double-left { position:absolute; top:4.5px; left:23px; transition:all .3s ease; }
.box-wrapper .direction-btn0 .btn-03 a:hover .fa-angle-double-left { left:19px; }
.box-wrapper .direction-btn0 .btn-03 a i { display:none; }


.box-wrapper .direction-btn0 .btn-03 a .fa-angle-double-right {  position:absolute; top:4.5px; right:23px; transition:all .3s ease;  }
.box-wrapper .direction-btn0 .btn-03 a:hover .fa-angle-double-right { right:19px; }
.box-wrapper .direction-btn0 .btn-03 a:hover { }

.box-wrapper .direction-btn0 .btn-03 a.next-btn,.box-wrapper .direction-btn0 .btn-03 a.submit-btn { background:#0096db; font-family: Arial, Helvetica, sans-serif;font-weight:bold; }
.box-wrapper .direction-btn0 .btn-03 a.back-btn { background:#c3c3c3; font-family: Arial, Helvetica, sans-serif;font-weight:bold;  }
.box-wrapper .direction-btn0 .btn-03 a.next-btn:hover { background:#0087C5; }
.box-wrapper .direction-btn0 .btn-03 a.back-btn:hover { background:#b9b9b9; }
.box-wrapper .direction-btn0 .btn-03 a.submit-btn { padding-right:0;background:#0096db; }
.box-wrapper .direction-btn0 .btn-03 a.submit-btn:hover { background:#0087C5; }

.row-fluid .state-title0 { font-family: 'proxima_nova_rgbold'; font-size:20px; color:#333333; padding:70px 0 15px; float:left; width:100%; }

.flow-section .location-text0 { float:none; width:400px; display:inline-block; padding-bottom:50px; font-family: 'proxima_novalight'; } 
.flow-section .space .location-text0 { padding-bottom:20px; }
.flow-section .location-text0 a { padding-left:22px; color:#333333; font-size:16px;  text-decoration:underline; margin-top:15px; display:inline-block; position:relative; }
.flow-section .location-text0 a:after { content:''; position:absolute; left:0; top:-1px; background:url('//info.steelcase.com/hubfs/Turnstone/target.svg')left no-repeat;     width: 22px;
    height: 25px;
    background-size: 15px; }
.flow-section .location-text0 input[type="number"] { color:#252729; border:2px solid #fff; height:55px; background:#fff; text-align:center; font-size:40px; font-family: 'proxima_novalight'; }


.flow-section .floorplan-box0 .radio-box0 { padding:0 20px; }
.flow-section .floorplan-title0 { font-size:20px; color:#2e3033; font-family: 'proxima_nova_rgbold'; padding-bottom:10px; display:none; }
.flow-section .space .floor-plans { padding-left:76px; padding-bottom:100px; }

.flow-section .form-fields { /*background:#5cc1e6; */float:left; width:100%; padding: 60px 120px 100px; margin-bottom:45px; }

.row-fluid .form-main0 { text-align:left; width:100%; position:relative;padding-top: 10px; }
.row-fluid .form_1 .form-main0:before,.row-fluid .form_2 .form-main0:before,.row-fluid .form_3 .form-main0:before,.row-fluid .form_4 .form-main0:before { display:none;  position:absolute; right:8px; bottom:13px; content: "\f054"; font-family:'fontawesome'; font-size:25px; cursor:pointer; }
.row-fluid .form-main0 label { /*color:#3f859e;*/ font-size:28px;font-family: 'HelveticaNeueRegular'; margin-bottom:10px; display:block; line-height:normal; }
.row-fluid .form-main0 input[type="text"], .row-fluid .form-main0 input[type="number"], .row-fluid .form-main0 input[type="tel"] { /*background:#50a7c7;*/ border:0; height:55px; padding:13px; font-size:20px; color:#252729; font-family: 'HelveticaNeueRegular';border: 2px solid white;display:block;-webkit-transition: all .3s ease; transition:all .3s ease; }

/*.row-fluid .form-main0 .fa.fa-chevron-right { display:none; }*/
.row-fluid .form-main0 a.next-btn { float:right; font-size:25px; position: absolute; right: 10px; bottom: 12px; color:#5b5b5b; }

.row-fluid .steps-count { float:right; width:auto; color:#2e3033; font-size:20px; font-family: 'Roboto Condensed',sans-serif; }
.row-fluid .location-error-msg .state-title0 { color:#c20b0b; }
.row-fluid .location-error-msg  input[type="number"] { border-color:#c20b0b; background:#fcdede; color:#c20b0b; }
.row-fluid .location-error-msg .location-text0 { position:relative; }
.row-fluid .location-error-msg .location-text0:after { position:absolute; right:20px; top:15px; color:#c20b0b; content: "\f071"; font-family:'fontAwesome'; }

/*************form bars*********/ 

.labels-wrapper {
    margin-top: 50px;
    height: 34px;
    overflow: hidden;
    position: relative;
}
.labels {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s linear;
    transition:all .3s linear;
}
.labels-wrapper h4 {
    font-size: 28px;
    line-height: 34px;
    font-family: 'HelveticaNeueRegular';
    text-align: left;
    font-weight: normal;
}
.labels-wrapper h4 span {
    color: #c20b0b;
}
.form-fields .form-main0 label {
    display: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.form-fields input:-webkit-autofill, .form-fields textarea:-webkit-autofill, .form-fields select:-webkit-autofill {
    border-color: rgb(250, 255, 189) !important;
}
html .row-fluid .form_1, html .row-fluid .form_2, html .row-fluid .form_3, html .row-fluid .form_4 {
    display: none;
}
html .row-fluid .show {
    display: block;
}
.progress-bar {
    width: 100%;
    height: 4px;
    background: #e2e2e2;
}
.progress-fill {
    width: 0;
    height: 4px;
    background: #5b5b5b;
    -webkit-transition: all .3s linear;
    transition:all .3s linear;
}
.p-25 {
    width: 25%;
}
.p-50 {
    width: 50%;
}
.p-75 {
    width: 75%;
}
.p-100 {
    width: 100%;
}
.steps-count {
    position: relative;
    padding-left: 20px;
    height: 24px;
    overflow: hidden;
}
.count-wrapper {
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 0;
    -webkit-transition: all .3s linear;
    transition:all .3s linear;
}
.count-wrapper > span {
    display: block;
}
html .row-fluid .form-main0 .input-error {
    border-color: #c20b0b;
    background: #fcdede;
    color: #c20b0b;
}

/*************inner page*********/ 
  
/*************footer*************/

.footer-container-wrapper { background:#1dafec; }
.row-fluid .hs-footer-company-copyright { text-align:center; width:100%; padding:12px 0; color:#fff; float:left; }

/*************file uploader form*************/

body > .hbspt-form {
    display: none;
}

.file-uploader-form {
    padding: 20px 0 50px;
}
html .flow-section .file-uploader-form h3 {
    padding: 0;
}
.file-uploader-form form {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.file-uploader-form form > div:nth-child(2) {
    display: none;
}
html .file-uploader-form .field > label {
    display: none;
}
html .file-uploader-form .hs_submit {
    display: none;
}
html .file-uploader-form .hs-form.stacked .actions {
    margin: 0;
    padding: 0;
}
html .file-uploader-form .hs-button {
    background: #58bfe9;
    width: 95px;
    color: white;
    font-size: 14;
    text-transform: uppercase;
    line-height: 26px;
    padding: 2px;
    border-radius: 0;
    border: none;
    text-shadow: none;
}
html .file-uploader-form .hs-button:hover {
    background: #58bfe9;
    opacity: .6;
    box-shadow: none !important;
    border: none !important;
}
html .file-uploader-form .hs-button:focus {
    background: #58bfe9;
    opacity: .6;
    box-shadow: none !important;
    border: none !important;
}
.ty-upload {
    display: none;
}
.fancybox-inner {
    overflow-x: hidden !important;
}


@media (min-width:1240px) {
    
    .flow-section { width:1150px; }

}
@media (max-width:1490px) and (min-width: 768px) {
    
    .box-overlay .row-fluid .box-wrapper > div:nth-child(1) { height: 600px; -webkit-transform: scale(.7);transform: scale(.7); }

}

 @media (min-width: 768px) and (max-width: 991px) {
     
   h3,.flow-section .form-fields h3 { font-size:40px; } 
  .row-fluid .search-me .input { top:51px; }
  .row-fluid .schedule-box { padding:10px; }
  .row-fluid .hero-main { min-height:270px; }
  .flow-section .section { width:728px !important; }
  .flow-section .sub-title { font-size:18px; padding-top:0; }
  .flow-section .timings .radio-box0.now label span::before,.flow-section .peoples .radio-box0.now label span::before ,.flow-section .timings .radio-box0 label span::before, .flow-section .peoples .radio-box0 label span::before, .flow-section .budgets .radio-box0 label span::before  { font-size:22px; line-height:45px; }
  .row-fluid .select-redio5 { width:350px; }
  .radio-box0 label span,.people-budget .radio-box0 label span,.people-budget .radio-box0 input[type="radio"]:checked + span::after,.flow-section .location-text0 input[type="number"] { height:45px; }
  .radio-box0 { margin-bottom:15px; }
  .row-fluid .state-title0 { padding-top:30px; font-size:18px; }
  .flow-section .location-text0 input[type="number"] { font-size:22px; }
  .flow-section .location-text0 { padding-bottom:80px; }
  .flow-section .floorplan-box0 { padding:10px 0; }

  .row-fluid .form-main0 label { font-size:22px; }
  .row-fluid .form-main0 { padding-top:10px; }
  .row-fluid .steps-count { font-size:15px; }
  .row-fluid .top-right{ margin-top:4px; }
  .row-fluid .search-me { margin-top:11px; }
  .flow-section .section.office-types .sub-title { padding-bottom:40px; }
  .row-fluid .location-error-msg .location-text0:after { top:10px; }
  .labels-wrapper h4 { font-size: 20px; }
}
 @media (max-width: 767px) {
     
    .box-overlay .row-fluid .box-wrapper > div:nth-child(1) { height:auto; }
    
    .upload-form .body-container-wrapper { width: 357px;max-width:95%; }
    .upload-form .page-width { padding: 50px 30px; }
    .upload-form .header-group { padding-bottom:40px; }
    .upload-form h3 { font-size: 32px; }
    .upload-form .sub-title { font-size: 16px; }
    .upload-form .field { padding-bottom: 30px; }
    .upload-form label { font-size: 17px; }
    .upload-form .field input { padding: 5px;font-size: 15px;height: 35px; }
    .upload-form .field input[name="floor_plan_upload"] { width: 100%;background:white; }
    .upload-form .hs-error-msgs label { color: #f00;font-size:12px; }
    .upload-form .actions { text-align:center;padding-top: 30px; }

   h3,.flow-section .form-fields h3 { font-size:27px; }     
  .row-fluid .wrapper { width:100% !important; }
  .row-fluid .logo { width:100%; text-align:center;  }
  .row-fluid .logo img { width:180px !important; }
  .row-fluid .mainmenu div.hs-menu-wrapper > ul > li { padding-right:0; }
  .row-fluid .mainmenu div.hs-menu-wrapper > ul > li > a { color:#fff; line-height:25px; }
  .row-fluid .mainmenu div.hs-menu-wrapper > ul > li > a:hover { color:#fff; text-indent:5px; }
  .row-fluid .search-me { display:none; }
  .row-fluid .hero-main { min-height:240px; }
  .row-fluid .hero-main h1 { font-size:34px; }
  .row-fluid .hero-main .section-subheader { font-size:20px; margin-top:0px; }
  .row-fluid .schedule-box { width:100%; text-align:center; padding:5px; margin:10px 0 20px; }
  .row-fluid .schedule-section { padding:30px 0; }
  .row-fluid .schedule-icon { margin-bottom:20px; }
  .flow-section .section,.row-fluid .select-redio5,.flow-section .location-text0 { width:100% !important; }
  .flow-section .section { padding: 40px 30px 0 30px; }
  .flow-section .sub-title { font-size:16px; padding-top:0; }
  .flow-section .timings .radio-box0.now label span::before,.flow-section .peoples .radio-box0.now label span::before ,.flow-section .timings .radio-box0 label span::before, .flow-section .peoples .radio-box0 label span::before, .flow-section .budgets .radio-box0 label span::before, .flow-section .typeofspace .radio-box0 label span::before  { font-size:15px; line-height:35px; }
  .radio-box0 label span,.people-budget .radio-box0 label span,.people-budget .radio-box0 input[type="radio"]:checked + span::after,.flow-section .location-text0 input[type="number"],.row-fluid .form-main0 input[type="text"], .row-fluid .form-main0 input[type="number"], .row-fluid .form-main0 input[type="tel"] { height:35px; }
  .radio-box0 { margin:0 0 15px; }
  .row-fluid .select-redio5 { padding:30px 0 15px; }
  .flow-section .direction-btn0 .btn-03 { width:100%; }
  .flow-section .direction-btn0 .btn-03 a { margin-bottom:5px; }
  .people-budget .radio-box0 input[type="radio"]:checked + span::after,.floorplan-box0 .radio-box0 input[type="radio"]:checked + span::after { border-width:2px; }
  .row-fluid .form-main0 input[type="text"], .row-fluid .form-main0 input[type="number"], .row-fluid .form-main0 input[type="tel"] { padding:5px; font-size:15px; }
  .flow-section .direction-btn0 { padding-bottom:10px; }
  .flow-section .direction-btn0 .btn-03 a { font-size:13px; }
  .flow-section .direction-btn0 .btn-03 a .fa-angle-double-left { left:25px; }
  .flow-section .direction-btn0 .btn-03 a .fa-angle-double-right { right:25px; }
  .flow-section .direction-btn0 .btn-03 a:hover .fa-angle-double-right { right:23px; }
  .flow-section .direction-btn0 .btn-03 a:hover .fa-angle-double-left { left:23px; }
  .row-fluid .state-title0 { padding-top:20px; }
  .flow-section .location-text0 input[type="number"] { font-size:18px; }
  .flow-section .location-text0 { padding-bottom:30px; }
  .flow-section .location-text0 a { font-size:14px; }
  .flow-section .floorplan-box0 { padding:27px 0 0; }
  .flow-section .section.office-types h3,.flow-section .section.space h3,.flow-section .section.form-fields h3 { padding-top:0; }
  .flow-section .floorplan-title0 { font-size:18px; }
  .flow-section .space .floor-plans { padding-left:13%; float:left; width:100%; }
  .flow-section .space .floor-plans { padding-bottom:35px; }
  .row-fluid .form-main0 { padding-top:5px; }
  .row-fluid .form-main0 label { font-size:17px; }
  .flow-section .section.form-fields { padding-bottom:30px;}
  .row-fluid .steps-count { font-size:13px; }
  .row-fluid .form_1 .form-main0::before { font-size:12px; bottom:5px; }
  .fancybox-inner { height:auto !important; }
  .flow-section .form-fields { margin-bottom:37px; }
  .mobile-open a.mobile-trigger { top:10px; }
  .row-fluid .hs-footer-company-copyright { font-size:14px; padding:8px 0; }
  .flow-section .section.office-types .floorplan-box0 { width:100%; text-align:center; }
  .flow-section .section.office-types .sub-title { padding-bottom:10px; }
  .flow-section .section h3 { font-size:32px; padding-top:20px; }
  .row-fluid .form-main0 a.next-btn { font-size:15px; bottom:5px; }
  
  html .flow-section .section { width: 410px !important;max-width:100% !important;margin-left: auto;margin-right:auto; }
  
  .flow-section .section .widget-type-linked_image { width:100px; margin:0 auto; }
  
  .row-fluid .location-error-msg .location-text0:after { top:5px; right:15px; }
  .labels-wrapper h4 { font-size: 15px;line-height:17px;height: 34px;display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center; }
}


 @media (min-width: 768px) {
 a.mobile-trigger, a.child-triggerm {
 display: none !important; /* Hide button on Desktop */
}
}
 @media (max-width: 767px) { /* Variables
     ========================================================================== */ {
% set menuColorMobile = "#455560" %
}   /* Set Mobile Menu Background Color */ {
% set aColorMobile = "#fff" %
}      /* Set Link Color */ {
% set aColorHoverMobile = "#fff" %
} /* 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 * {
 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: { {
aColorMobile
}
};
}


  /* Toggle Button
     ========================================================================== */

  a.mobile-trigger {
 display: inline-block !important; /* Hide button on Desktop */
 cursor: pointer; /* Mouse pointer type on hover */
 position: absolute; /*******************************************/
 top: 30px;          /* Position Button at top right of screen  */
 right: 10px;        /*******************************************/
 width: 35px; /* Button width */
 height: 31px; /* Button height */
 padding: 5px 4px 8px 8px;
 background:#1dafec; /**/ /* Background color */
 z-index: 999; /* Z-index to keep button on top of other layers */
 -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
 font-size: 16px;
 font-weight: normal;
 text-align: left;
 text-transform: uppercase;
 border-radius: 6px;
 -webkit-transition:color .2s ease-in;
 -moz-transition:color .2s ease-in;
 transition:color .2s ease-in;
}
 a.mobile-trigger:hover {
 text-decoration: none; /* Removes link text underline on button */
 color: { {
aColorHoverMobile
}
};
}
 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: { {
menuColorMobile
}
};
 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: 20px; /* Icon line width */
 height: 3px; /* Icon line height */
background-color: #fff;
 display: inline-block;
}
 a.mobile-trigger i:before {
 margin-top: -7px; /* 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: 7px; /* Position bottom line */
 -webkit-transition-property: margin, -webkit-transform;
 -webkit-transition-duration: .2s;
 -webkit-transition-delay: .2s, 0;
}
 .mobile-open a.mobile-trigger i {
 background-color: rgba(0, 0, 0, 0.0);
 -webkit-transition-delay: .2s;
 -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
 box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
}
 .mobile-open a.mobile-trigger i:before {
 margin-top: 0;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 -webkit-transition-delay: 0, .2s;
 -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
 box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
}
 .mobile-open a.mobile-trigger i:after {
 margin-top: 0;
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
 -webkit-transition-delay: 0, .2s;
 -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
 -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
 box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
}

  /* Child Toggle Button
     ========================================================================== */

  a.child-triggerm {
 display: block !important; /* Hide button on Desktop */
 cursor: pointer; /* Mouse pointer type on hover */
 position: absolute;
 top: 0px;
 right: 0px;
 width: 55px !important; /* Button width */
 min-width: 55px !important;
 height: 45px !important; /* Button height */
 padding: 0 !important;
 border-left: 1px dotted rgba(255, 255, 255, .20);
}
 a.child-triggerm:hover {
 text-decoration: none;
}


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-triggerm span {
 position: relative;
 top: 50%; /* Centers icon inside button */
 margin: 0 auto !important;
 -webkit-transition-duration: .2s;
 -moz-transition-duration: .2s;
 transition-duration: .2s;
}
 a.child-triggerm span:after {
 position: absolute;
 content: '';
}
 a.child-triggerm span, a.child-triggerm span:after {
 width: 10px; /* Icon line width */
 height: 1px; /* Icon line height */
 background-color: { {
aColorMobile
}
}; /* Icon color */
 display: block;
}
 .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover a.child-triggerm span:after {
background-color: #fff;
}
 a.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;
}
 a.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;
}
 a.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: 0px;             /* Positions the menu to drop from the very top of the screen */
 left: 0px;          /**************************************************************/
 width: 100%;
 -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
 -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
 box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65);
}
 .mainmenu .hs-menu-flow-horizontal {
 padding: 50px 0 0 0; /* Padding to add room for close button */
 background-color:#1dafec; /*;*/ /* 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: 15px; /* Font size of top level list items */
 line-height: 38px;
 overflow: visible;
}

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li {
 border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
}
 .mainmenu .hs-menu-flow-horizontal ul li {
 padding: 0 10px 0 0;
}
 .mainmenu .hs-menu-flow-horizontal ul li a:hover {
 color: { {
aColorHoverMobile
}
}; /* link hover color set by global mobile-aColorHover variable */
}

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li {
 background-color: rgba(255, 255, 255, .08);
}
 .mainmenu .hs-menu-flow-horizontal > ul ul li a {
 text-indent: 10px; /* Indent Child lists */
 font-size: 16px; /* Font size of child lists */
}

  /* Level 3 and Higher Menu List Styles */
  .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 */
}
}
