/* @import url('http://example.com/example_style.css'); */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/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: 'EffraMedium';
    src: url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/EffraMedium-Regular.eot');
    src: url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/EffraMedium-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/EffraMedium-Regular.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/EffraMedium-Regular.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/EffraMedium-Regular.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/EffraMedium-Regular.svg#EffraMedium-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EffraRegular';
    src: url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/Effra-Regular.eot');
    src: url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/Effra-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/Effra-Regular.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/Effra-Regular.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/Effra-Regular.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/Effra-Regular.svg#Effra-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EffraLight';
    src: url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/EffraLight-Regular.eot');
    src: url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/EffraLight-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/EffraLight-Regular.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/EffraLight-Regular.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/EffraLight-Regular.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/EffraLight-Regular.svg#EffraLight-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tiempo';
    src: url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/Tiempo-.eot');
    src: url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/Tiempo-.eot?#iefix') format('embedded-opentype'),
        url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/Tiempo-.woff2') format('woff2'),
        url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/Tiempo-.woff') format('woff'),
        url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/Tiempo-.ttf') format('truetype'),
        url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/fonts/Tiempo-.svg#Tiempo-') format('svg');
    font-weight: normal;
    font-style: normal;
}







/* 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:EffraLight; font-size:21px; line-height:30px; color:#001231; 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:15px 0; margin:0; }

h1 { color:#001231; font-family:EffraRegular; font-size:57px; margin:0; padding:15px 0 25px; line-height:64px; font-weight:normal; clear:both }
h2 { font-weight:normal; color:#001231; font-family:Tiempo; font-size:32px; line-height:40px; margin:0; padding:10px 0 10px; clear:both }
h3 { font-weight:500; color:#001231; font-family:EffraRegular; font-size:30px; line-height:36px; margin:0; padding:10px 0 10px; clear:both ; letter-spacing:-0.037em;}
h4 { font-weight:normal; color:#001231; font-family:EffraRegular; font-size:28px; line-height:34px; margin:0; padding:10px 0 10px; clear:both }
h5 { font-weight:normal; color:#001231; font-family:EffraRegular; font-size:24px; line-height:30px; margin:0; padding:10px 0 10px; clear:both; }
h6 { font-weight:400; color:#001231; font-family:EffraRegular; font-size:22px; margin:0; padding:10px 0; line-height:26px; clear:both }

a { text-decoration:none; outline:none; color:#001231; -webkit-transition: all  0.4s ease-in-out;
-moz-transition: all  0.4s ease-in-out;
-o-transition: all  0.4s ease-in-out;
-ms-transition: all  0.4s ease-in-out;
transition: all  0.4s ease-in-out;; }
a:hover { color:#43bead; }

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; border:1px solid #ccc; background:#fff; height:50px; padding:0 20px; font-family:EffraRegular; font-size:16px; width:100%; }
select { background:#fff url(https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/Images/arrow-down.svg) no-repeat right 10px center; -webkit-appearance:none; -moz-appearance:none; appearance:none; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; }
input[type=submit] , button { width:auto; height:auto; border:none; cursor:pointer; background:url(https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/Images/blank.png) no-repeat left top #001231; font-size:16px; line-height:24px; font-weight:700; padding:10px 40px; color:#fff; display:inline-block; -webkit-transition: all  0.4s ease-in-out;
-moz-transition: all  0.4s ease-in-out;
-o-transition: all  0.4s ease-in-out;
-ms-transition: all  0.4s ease-in-out;
transition: all  0.4s ease-in-out;; font-family:EffraMedium; }
input[type=submit]:hover , button:hover { background-color:#1ebeb2; }

input:focus , select:focus , textarea:focus { border-color:#001231; } 

ul.hs-error-msgs { margin:0; padding:0; list-style:none; color:#ff0000; float:left; width:100%; font-size:14px; line-height:18px; font-family:EffraMedium; }
.hs_error_rollup { display:none; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }`
.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 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 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: 0px 0px 15px 0px; font-size: 12px; 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:#333; color:#ffff; border-color:#333; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-24px; top:0; font-size:12px; 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:#333; background:#3333;  border-radius:100%; }

.row-fluid .hs-form-field .input { margin-right:0 !important; } 

/*Button Link Option*/
.row-fluid .link-style a , .row-fluid a.link-style , .hs_cos_wrapper_type_google_search a.hs-button { margin:5px 0 0; padding:10px 25px; cursor:pointer; font-size:24px; line-height:30px; z-index:5; overflow: hidden; position:relative; display:inline-block; background-color:#001231; color:#fff; border:0px solid #001231; font-family:EffraRegular; }
.row-fluid .link-style a:hover , .row-fluid a.link-style:hover , .hs_cos_wrapper_type_google_search a.hs-button:hover  { background:; color:; }

.row-fluid .link-style2 a , .row-fluid a.link-style2 { margin:5px 0 0; padding:10px 25px; cursor:pointer; font-size:24px; line-height:30px; z-index:5; overflow: hidden; position:relative; display:inline-block; background-color:#fff; color:#001231; border:1px solid #fff; font-family:EffraRegular; }
.row-fluid .link-style2 a:hover , .row-fluid a.link-style2:hover  { background:#43bead; color:#fff; }


@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {

    .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
    .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
    .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
    .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
    .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }

}

.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; }

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

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

.row-fluid .bgimg-main2 { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bgimg-main2 img { display:none }

.slick-arrow { cursor:pointer; z-index:5; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#fff; background:#333; width:35px; height:35px; font-size:0; text-index:-9999; 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:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#a1a1a1;  width:15px; height:15px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#fbb314; }

/*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-italic { font-style:italic; }
.fl100 { width:100%; float:left; }
.row-fluid .wrapper { margin:0 auto !important; width:1398px; float:none !important; } 

::-webkit-input-placeholder { color:#808285; opacity:1; }
::-moz-placeholder { color:#808285; opacity:1; }
:-ms-input-placeholder { color:#808285; opacity:1; }
:-moz-placeholder { color:#808285; opacity:1; }

body .fancybox-content { margin-top:60px; padding:10px; overflow:visible; }
body .fancybox-close-small { padding:0; top:-50px; color:#fff; }
body .fancybox-close-small:hover { background-color:transparent; }
body .fancybox-close-small svg { opacity:1; }

.dark_green_color { color:#0f5e62; }
.green_color { color:#43bead; }
.lime_color { color:#bfd730; } 

.row-fluid .dark_blurb { background:#003b43; }
.row-fluid .aqua_colour { background:#43bead; }
.row-fluid .navy_colour { background:#001231; }
.row-fluid .forest_colour { background:#003b43; }

.list_style ul { margin:0; padding:0; list-style-type:none; }
.list_style ul li { margin:5px 0; padding:0 0 0 15px; display:inline-block; width:100%; position:relative; }
.list_style ul li:before { content:''; width:6px; height:6px; background:#43bead; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;; position:absolute; top:11px; left:0; }



a.button_blue.button_blue_opaque.button_white { padding: 9px 40px; font-size: 16px; line-height: 21px; border: 1px solid #000; font-family: EffraMedium; display: inline-block; font-weight: 400; }

a.button_blue.button_white:hover {
    background: transparent;
    color: #000;
}

body { padding-top: 108px;}

body.body-padding { padding-top:88px; }
body.body-video-margin { padding-top:38px; }
body.body-parallax-margin { padding-top:0px; }

/** top **/
.row-fluid .top { margin:0; padding:0; background:#fff; width:100%; position:relative; border-bottom:1px solid #efeff0; position: fixed; top: 0; left: 0; z-index:9999; }
.row-fluid .top:before { content:''; width:100%; height:6px; position:absolute; top:0; left:0; background: linear-gradient(90deg,#001231 7%,#43bead 50%,#bfd730 93%); }
.row-fluid .logo { margin:39px 0 15px; padding-left:40px; } 

/*menu*/
.row-fluid .mainmenu { text-align:center; }
.row-fluid .mainmenu .hs-menu-wrapper > ul { vertical-align: top; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li { padding:35px 12px 34px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited , .row-fluid .mainmenu .hs-menu-wrapper ul li a { padding:7px 0; font-size:16px; line-height:24px; font-weight:400; color:#001231; vertical-align: top; font-family:EffraMedium; }


.row-fluid .top-cta { margin-top:34px; padding-right:15px; text-align:right; }
.row-fluid .top-cta .btn { width:auto; float:none; display:inline-block; }
.row-fluid .top-cta .btn a { padding:9px 20px; font-size:16px; line-height:21px; color:#808285; border:1px solid #000; font-family:EffraMedium; display:inline-block; }
.row-fluid .top-cta .btn a:hover { background:#43bead; color:#fff; }
.row-fluid .btnright { margin-left:18px; }

.row-fluid .hero_section_main  { position:relative; overflow:hidden; }
.row-fluid .hero_section { margin-bottom:4px; background-size:cover; background-position:center center; background-repeat:no-repeat; text-align:center; /*position:relative;*/ }
.row-fluid .hero_slider_main { position:absolute; top:0; left:0; width:100%; height:100%; display:flex; align-items:center; }
.row-fluid .hero_slider { width:100%; vertical-align: middle; padding:0px 0 15px; }
.row-fluid .hero_video { position:relative; z-index:-1;-webkit-transition: all  0.4s ease-in-out;
-moz-transition: all  0.4s ease-in-out;
-o-transition: all  0.4s ease-in-out;
-ms-transition: all  0.4s ease-in-out;
transition: all  0.4s ease-in-out;; background:#000; }
/* .row-fluid .hero_section.video { position:relative; }   */
.row-fluid .hero_section.video .hero_video { z-index:1; }
.row-fluid .hero_section_main .hero_section.video,
.row-fluid .hero_section_main .hero_video { position:unset; }

/* .row-fluid .hero_section.video .closebtn { width:20px; height:20px; position:absolute; left:5px; top:5px; } */

.closebtn { height: 25px; width: 25px; position: absolute; top:12px; left:12px; box-sizing: border-box; line-height: 50px; display: inline-block; font-size:0; line-height:0; }
.closebtn:before, .closebtn:after { transform: rotate(-45deg); content: ''; position: absolute; top: 10px; left: 0; margin-top:0; margin-left:0; display: block; height: 4px; width: 25px; background-color: #fff; transition: all 0.25s ease-out; }
.closebtn:after { transform: rotate(-135deg); }
.closebtn:hover:before, .closebtn:hover:after { transform: rotate(0deg); }
.hero_video .closebtn:hover:before { transform: rotate(-45deg); }
.hero_video .closebtn:hover:after { transform: rotate(-135deg); }

.row-fluid .hero_slider .hero_title span { padding:0 4px; font-size:57px; line-height:64px; color:#fff; display:inline-block; font-family:EffraRegular; cursor:pointer; -webkit-transition: all  0.4s ease-in-out;
-moz-transition: all  0.4s ease-in-out;
-o-transition: all  0.4s ease-in-out;
-ms-transition: all  0.4s ease-in-out;
transition: all  0.4s ease-in-out;; }

.row-fluid .hero_slider .hero_content { padding:20px 0; font-size:22px; line-height:30px; font-family:EffraRegular; }
.row-fluid .hero_slider .hero_content span { color:#fff; font-family:EffraRegular; display:none; }
.row-fluid .hero_slider .hero_content span.active { display:block; }

.row-fluid .videoplay { margin-top:30px; }
.row-fluid .videoplay a { width:85px; height:85px; font-size:34px; line-height:82px; border:3px solid #fff; border-radius:100px; display:inline-block; text-align:center; color:#fff; letter-spacing: -8px; } 
.row-fluid .videoplay a:hover { -webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);; }
.row-fluid .videoplay a { width: 120px; height: 120px;  line-height: 115px; font-size: 40px; }

.row-fluid .panel_box { border:2px solid #fff; width:33.33%; float:left; position:relative; min-height:467px; }
.row-fluid .panel_box.full  { width:66.67%; }
.row-fluid .panel_img { background-size:120%; background-position:center center; background-repeat:no-repeat; position:relative; -webkit-transition: all  0.4s ease-in-out;
-moz-transition: all  0.4s ease-in-out;
-o-transition: all  0.4s ease-in-out;
-ms-transition: all  0.4s ease-in-out;
transition: all  0.4s ease-in-out;; position:relative; overflow:hidden; }
.row-fluid .panel_img_main { position:absolute; top:0; left:0; -webkit-transform: scale(1.25);
-moz-transform: scale(1.25);
-o-transform: scale(1.25);
-ms-transform: scale(1.25);
transform: scale(1.25);; -webkit-transition: all  0.3s ease-in-out;
-moz-transition: all  0.3s ease-in-out;
-o-transition: all  0.3s ease-in-out;
-ms-transition: all  0.3s ease-in-out;
transition: all  0.3s ease-in-out;; }
.row-fluid .panel_img:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:linear-gradient(190deg,transparent 72%,#001231 120%); }
.row-fluid .panel_img:hover .panel_img_main { -webkit-transform: scale(1.20);
-moz-transform: scale(1.20);
-o-transform: scale(1.20);
-ms-transform: scale(1.20);
transform: scale(1.20);; }
.row-fluid .panel_img img { height: 100%; object-fit: contain; }

.row-fluid .panel_inner { padding:50px; }
.row-fluid .panel_inner .topic { margin:0 0 20px; font-size:16px; line-height:24px; font-family:EffraMedium; }
.row-fluid .panel_inner h2 { padding:0 0 70px; font-size:30px; line-height:45px; }
.row-fluid .panel_inner h2 a{ color:inherit; }
.row-fluid .panel_link { margin:20px 0 0; padding:0 50px; font-size:16px; line-height:24px; font-family:EffraMedium; position:absolute; bottom:40px; left:0; }
/* .row-fluid .panel_link a { border-bottom:1px solid; } */
.row-fluid .panel_link a:-webkit-any-link { border-bottom: 1px solid; }
.row-fluid .panel_img.instagram_feed , .row-fluid .panel_img.instagram_feed:hover { background-size:contain; }
.row-fluid .instagram_feed .panel_link { padding:20px 30px; font-size:12px; line-height:18px; left:0; bottom:0; background:#fff; color:#000; display:inline-block; text-transform:uppercase; }
.row-fluid .instagram_feed .panel_link:before { content:''; margin: -4px 10px 0 0; width:20px; height:20px; background:url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/Images/instagram.svg') no-repeat; display: inline-block; vertical-align: middle; }

/** Footer **/
.row-fluid .footer { margin-top:7px; padding:70px 0 90px; background:#efeff0; text-align:center; }

.row-fluid .footer_menu { padding:50px 0 20px; }
.row-fluid .footer_menu ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .footer_menu ul li { margin:0; padding:5px 20px; width:auto; display:inline-block; float:none; }
.row-fluid .footer_menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a { padding:5px 0; font-size:14px; line-height:20px; color:#808285; font-family:EffraMedium; position:relative; }
.row-fluid .footer_menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:after { content:''; width:100%; height:2px; position:absolute; bottom:0; left:0; background:#43bead; -webkit-transition: all  0.4s ease-in-out;
-moz-transition: all  0.4s ease-in-out;
-o-transition: all  0.4s ease-in-out;
-ms-transition: all  0.4s ease-in-out;
transition: all  0.4s ease-in-out;; opacity:0; }
.row-fluid .footer_menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li:hover a:after { bottom:3px; opacity:1; }

.row-fluid .footer_social ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .footer_social ul li { margin:0 10px; padding:0; display:inline-block; }
.row-fluid .footer_social ul li a { width:48px; height:48px; font-size: 24px; line-height:46px; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; border:1px solid #d1d3d4; display:inline-block; }
.row-fluid .footer_social ul li a:hover {background:#43bead; color:#fff; }

.row-fluid .copyright { margin-top:20px; font-size:13px; line-height:20px; color:#808285; }
.row-fluid .copyright a { color:#808285; }
.row-fluid .copyright a:hover { text-decoration:underline; }

.row-fluid .hero_slider_img { height:560px; width:100%; background-size:cover; background-position:center center; border:2px solid #fff; }
.row-fluid .hero_slider_box .box_in { width:100%; position:relative; }
.row-fluid .hero_slider .slick-arrow:before { display:none; }
.row-fluid .hero_slider .slick-arrow.slick-prev { left:110px; width:42px; height:42px; background:url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/Images/play-left.svg') no-repeat; background-size:42px; }
.row-fluid .hero_slider .slick-arrow.slick-next { right:110px; width:42px; height:42px; background:url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/Images/play-right.svg') no-repeat; background-size:42px; background-position:right center; }
.row-fluid .hero_slider_box h4 { font-weight: 500; font-family: 'EffraMedium'; color: #fff; padding: 2px 10px 7px; }
.row-fluid .hero_slider_box .content { position: absolute; bottom: 30px; width: 100%; left: 0px; z-index: 2; padding:0 30px; }
.row-fluid .product_inner-slider2 .hero_slider_img { position: relative; border-top:0; }
.row-fluid .product_inner-slider2 .hero_slider_img:before { content: ''; position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.0) 0%, rgba(0, 59, 67, 0.78) 100%); background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.0) 0%, rgba(0, 59, 67, 0.78) 100%); background: linear-gradient(to bottom, rgba(255, 255, 255, 0.0) 0%, rgba(0, 59, 67, 0.78) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#003b43', GradientType=0); }
.row-fluid .product_inner-slider2 .hero_slider_img.no-overlay:before { display:none; }

.row-fluid .projects_section { padding:0 0 100px; }

.row-fluid .projects_title { padding:25px 0 60px; }
.row-fluid .projects_title h1 { padding:0; font-size:74px; line-height:76px; }
.row-fluid .projects_title .projects_sub h1 { font-family:EffraLight; }

.row-fluid .projects_inner { margin:0 auto !important; padding:0 20px; width:100%; max-width:1100px; float:none; display:block; }
.row-fluid .projects_bar { padding:0 7% 0 0; }
.row-fluid .share_box , .row-fluid .size_box , .row-fluid .service_box {  }

.row-fluid .projects_box { padding:20px 0; border-bottom:1px solid #bbbdc2; }
.row-fluid .projects_box .title { font-size:12px; line-height:18px; color:#bbbdc2; text-transform:uppercase; letter-spacing:1px; font-family:EffraMedium; }
.row-fluid .projects_box ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .projects_box ul li { margin:0; padding:0; display:block; }

.row-fluid .share_box { border-top:1px solid #bbbdc2; }
.row-fluid ul.share-icons { margin:0; padding:0; list-style-type:none; }
.row-fluid ul.share-icons li { margin:0; padding:0; display:inline-block; }
.row-fluid ul.share-icons li a { margin:7px 7px 0 0; width:40px; height:40px; line-height:38px; border:1px solid #d1d3d4; display:inline-block; text-align:center; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; }
.row-fluid ul.share-icons li a:hover { background:#43bead; color:#fff; }

.row-fluid .projects_right { font-family:EffraRegular; }
.row-fluid .projects_right h3 { padding:0 0 15px; font-family:Tiempo; }

.row-fluid .cta_strip { margin:20px 0; }
.row-fluid .cta_strip_inner { padding:60px 50px; background:#001231; color:#fff; text-align:center; }
.row-fluid .cta_strip_inner h2 { color:#fff; }

.row-fluid .mb-0 .cta_strip { margin-bottom:0; }

.row-fluid .cta_title , .row-fluid .cta_button { margin:0; padding:0; display:inline-block; width:auto; float:none; vertical-align: middle; }
.row-fluid .cta_title h2 { padding:10px 50px; font-size:36px; line-height:42px; font-family:EffraLight; }
.row-fluid .cta_button a { margin:0; padding:19px 70px; }

.row-fluid .project-filters .option-combo { font-size:18px; line-height:24px; width:25%; border:1px solid #e8e8e8; position:relative; float:left; }
.row-fluid .project-filters .option-combo > span.title { padding:19px 20px; font-size:20px; line-height:28px; color:#001231; font-family:EffraMedium; display:inline-block; width:100%; position:relative; cursor:pointer; }
.row-fluid .project-filters .option-combo > span.title:after { content:'\f107'; height:100%; font-family:'fontAwesome'; font-size: 30px; display:inline-block; position:absolute; right:20px; top:0; display: flex; align-items: center; }
.row-fluid .project-filters .option-combo > span.title.active:after { content:"\f106"; }
.row-fluid .project-filters .option-combo > span.title strong { margin-right:15px; color: #d1d3d4; font-family:EffraMedium; font-weight:normal;}
.row-fluid .project-filters ul.option-set { margin:0; padding:0; max-height:486px; list-style-type:none; position:absolute; top:100%; left:0; width:100%; background:#fff; z-index:9; border-top:1px solid #e8e8e8; display:none; overflow-y: auto !important; }
.row-fluid .project-filters ul.option-set li { margin:0; font-family:EffraRegular; cursor:pointer; -webkit-transition: all  0.4s ease-in-out;
-moz-transition: all  0.4s ease-in-out;
-o-transition: all  0.4s ease-in-out;
-ms-transition: all  0.4s ease-in-out;
transition: all  0.4s ease-in-out;; }
.row-fluid .project-filters ul.option-set li a { padding:14px 15px; display:inline-block; width:100%; }
.row-fluid .project-filters ul.option-set li a:hover { background:#f6f6f6; }
.row-fluid .project-filters ul.option-set li a.selected { background:#f6f6f6; color:#d1d3d4; }

.row-fluid .project-box { width:25%; float:left; border:2px solid #fff; }
.row-fluid .project_box_inner { height:250px; position:relative; overflow: hidden; background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .project_box_inner:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:linear-gradient(190deg,transparent 70%,#001231 120%); }
.row-fluid .project_box_title { padding:30px 30px 20px; font-size:16px; line-height:24px; position:absolute; bottom:0; left:0; width:100%; color:#fff; font-family:EffraRegular; -webkit-transition: all  0.3s ease-in-out;
-moz-transition: all  0.3s ease-in-out;
-o-transition: all  0.3s ease-in-out;
-ms-transition: all  0.3s ease-in-out;
transition: all  0.3s ease-in-out;; z-index:1; }
.row-fluid .project_box_title:before { content:''; width:100%; position:absolute; top:100%; left:0; bottom:0; background:#001231; opacity:0.9; z-index:-1; -webkit-transition: all  0.3s ease-in-out;
-moz-transition: all  0.3s ease-in-out;
-o-transition: all  0.3s ease-in-out;
-ms-transition: all  0.3s ease-in-out;
transition: all  0.3s ease-in-out;; }
.row-fluid .project_box_title h3 { padding:0 0 10px; font-size:21px; line-height:26px; color:#fff; }
.row-fluid .project_box_title span.location { -webkit-transform: translateY(80px);
-moz-transform: translateY(80px);
-o-transform: translateY(80px);
-ms-transform: translateY(80px);
transform: translateY(80px);; position: relative; display: inline-block; width: 100%; -webkit-transition: all  0.3s ease-in-out;
-moz-transition: all  0.3s ease-in-out;
-o-transition: all  0.3s ease-in-out;
-ms-transition: all  0.3s ease-in-out;
transition: all  0.3s ease-in-out;; }

.row-fluid .project_box_inner:hover .project_box_title { padding:30px 30px 45px; }
.row-fluid .project_box_inner:hover .project_box_title:before { top:0; }
.row-fluid .project_box_inner:hover span.location { -webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);; }

.row-fluid .hero_careers_inner { padding:134px 125px 154px; background:#001231; }
.row-fluid .hero_careers_inner h1 { padding:0; color:#fff; font-size:74px; line-height:80px; }
.row-fluid .hero_careers_inner h1 span { font-family:EffraLight; }

.row-fluid .careers_content .wrapper { padding:50px 100px; font-family:EffraRegular; }

.row-fluid .jobs_section { padding:0; } 
.row-fluid .jobs-list { float:left; width:100%; }
.row-fluid .jobs-list .job { padding:30px; font-size:16px; line-height:24px; background:#efeff0; color:#001231; width:25%; float:left; border:2px solid #fff; }
.row-fluid .jobs-list .job-title { font-size:26px; line-height:32px; color:#001231; font-family:Tiempo; display:inline-block; width:100%; }
.row-fluid .jobs-list .team { font-family:EffraRegular; }
.row-fluid .team.discipline { font-size:21px; }
.row-fluid .jobs-list .job .btn { border-bottom:1px solid #43bead; font-family:EffraRegular; }
.row-fluid .team-filter { margin-bottom:30px; }
.row-fluid .team-filter ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .team-filter ul li { margin:5px; padding:0; display:inline-block; }
.row-fluid .team-filter ul li a { padding:10px 15px; font-size:16px; line-height:22px; border:2px solid #43bead; display:inline-block; font-family:EffraRegular; }

.row-fluid .jobs-load { margin-top:15px; text-align:center; float:left; width:100%; display: none; }
.row-fluid .jobs-load a.link-style2 { padding:19px 25px; min-width:270px; font-family:EffraMedium; }
.row-fluid .jobs_policy {margin:20px 0 0; padding:60px 0; font-size:21px; line-height:26px; font-family:EffraRegular; width:100%; float:left; background:#001231; }
.row-fluid .jobs_policy a { text-decoration:underline; color:#fff; }
.row-fluid .jobs_policy a:hover { text-decoration:none; }

.row-fluid .jobs_top { margin:5px 0; float:left; width:100%; }
.row-fluid .jobs_type { margin:0;  width:33.33%; float:left; border:1px solid #d1d3d4; position:relative; font-size:18px; line-height:24px; }  
.row-fluid .jobs_type span.title { padding:17px 15px; width:100%; display:inline-block; color:#001231; font-family:EffraRegular; margin-right:5px; cursor:pointer; position:relative; }
.row-fluid .jobs_type span.title:before { content:"\f107"; font-size:21px; line-height:57px; position:absolute; top:0; right:15px; font-family:'fontAwesome'; }
.row-fluid .jobs_type span.title.active:before { content:"\f106"; }
.row-fluid .jobs_type span.title strong { color:#d1d3d4; margin-right:5px; }
.row-fluid .jobs_type ul.filter { margin:0; padding:15px 0; list-style-type:none; position: absolute; top: 100%; left: 0; background:#fff; z-index:99; width:100%; font-family:EffraRegular; display:none; }
.row-fluid .jobs_type ul.filter li { margin:0; padding:0; display:inline-block; width:100%; }
.row-fluid .jobs_type ul.filter li a { margin:0; padding:12px 15px; display:inline-block; width:100%; color:#001231; cursor:pointer; }
.row-fluid .jobs_type ul.filter li a.selected { color:#bbbdc2; }
.row-fluid .jobs_type ul.filter li a span { position:relative; display:inline-block; }
.row-fluid .jobs_type ul.filter li a span:after { content:''; width:100%; height:1px; background:#43bead; display:block; opacity:0; -webkit-transition: all  0.3s ease-in-out;
-moz-transition: all  0.3s ease-in-out;
-o-transition: all  0.3s ease-in-out;
-ms-transition: all  0.3s ease-in-out;
transition: all  0.3s ease-in-out;; }
.row-fluid .jobs_type ul.filter li a:hover span:after { opacity:1; }

.row-fluid .blog_section { padding:120px 0 0; }
.row-fluid .blog_listing_main { background:#efeff0; }
.row-fluid .post-item { width:50%; float:left; border:2px solid #efeff0; }
.row-fluid .post-featured-img { height:415px; background-size:contain; background-repeat:no-repeat; background-position:center center; }
.row-fluid .post-text { padding:40px 50px; background:#fff; position:relative; }
.row-fluid .post-text .date { font-size:14px; line-height:20px; font-family:EffraMedium; text-transform:uppercase; letter-spacing:1px; color:#001231; }
.row-fluid .post-text h2 { padding:20px 0 30px; }
.row-fluid .post-text h2 a { color:#001231; }
.row-fluid .post-text a.more-link { font-size:16px; line-height:22px; border-bottom:1px solid #43bead; font-family:EffraRegular; }
.row-fluid a.blog_box_link { position:absolute; top:0; left:0; height:100%; width:100%; }  

.row-fluid .blog-pagination { padding:40px 50px;display:none; float:left; width:100%; font-size:21px; line-height:26px; text-align:center; font-family:EffraRegular; }
.row-fluid h3.month_date { padding:95px 8%; text-transform:uppercase; letter-spacing:3px; } 

.row-fluid .pagination_box { width:33.33%; float:left; min-height: 1px; }
.row-fluid .blog-next.pagination_box { text-align:right; text-transform:uppercase; }
.row-fluid .blog-next.pagination_box a { color:#001231; }
.row-fluid .blog-next.pagination_box a:after { content:''; margin-top:-2px; width:34px; height:34px; line-height:32px; border:1px solid #001231; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; background:url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/Images/arrow-right.svg') no-repeat; display:inline-block; background-size:14px; background-position:center; vertical-align: middle; position:relative; left:12px; -webkit-transition: all  0.2s ease-in-out;
-moz-transition: all  0.2s ease-in-out;
-o-transition: all  0.2s ease-in-out;
-ms-transition: all  0.2s ease-in-out;
transition: all  0.2s ease-in-out;; }
.row-fluid .blog-next.pagination_box a:hover:after { left:16px; }

.row-fluid .blog-previous.pagination_box { text-align:left; text-transform:uppercase; }
.row-fluid .blog-previous.pagination_box a { color:#001231; }
.row-fluid .blog-previous.pagination_box a:before { content:''; margin-top:-2px; width:34px; height:34px; line-height:32px; border:1px solid #001231; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; background:url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/Images/arrow-left.svg') no-repeat; display:inline-block; background-size:14px; background-position:center; vertical-align: middle; position:relative; right:12px; -webkit-transition: all  0.2s ease-in-out;
-moz-transition: all  0.2s ease-in-out;
-o-transition: all  0.2s ease-in-out;
-ms-transition: all  0.2s ease-in-out;
transition: all  0.2s ease-in-out;; }
.row-fluid .blog-previous.pagination_box a:hover:before { right:16px; }

.row-fluid .post_hero .post_hero_inner { margin-bottom:200px; padding:100px 120px 0; background:#efeff0; }
.row-fluid .post_header { margin:0 0 80px; }
.row-fluid .post_header .date { font-size:16px; line-height:20px; text-transform:uppercase; font-family:EffraMedium; letter-spacing:1.5px; }
.row-fluid .post_header h1 { font-size:45px; line-height:52px; font-family:Tiempo; }

.row-fluid .post_back { text-align:right; font-family:EffraRegular; }
.row-fluid .post_back a { color:#001231; }
.row-fluid .post_back a:before { content:''; margin-top:-2px; width:34px; height:34px; line-height:32px; border:1px solid #001231; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; background:url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/Images/arrow-left.svg') no-repeat; display:inline-block; background-size:14px; background-position:center; vertical-align: middle; position:relative; right:10px; -webkit-transition: all  0.2s ease-in-out;
-moz-transition: all  0.2s ease-in-out;
-o-transition: all  0.2s ease-in-out;
-ms-transition: all  0.2s ease-in-out;
transition: all  0.2s ease-in-out;; }
.row-fluid .post_back a:hover:before { right:15px; }

.row-fluid .post_featured_image { margin-bottom:-200px; display:inline-block; width:100%; }
.row-fluid .post_featured_image img { width:100%; }

.row-fluid .blog-post-inner { padding:0 120px; }
.row-fluid .post-left { padding:0 8% 0 0; width:30%; float:left; }
.row-fluid .post-left .social-sharing { margin-top:15px; padding:20px 0; border-top:1px solid #d1d3d4; border-bottom:1px solid #d1d3d4; }
.row-fluid .post-left .social-sharing .title { font-size: 12px; line-height: 18px; color: #bbbdc2; text-transform: uppercase; letter-spacing: 1px; font-family:EffraMedium; }
.row-fluid .post-right { width:70%; float:left; }
.row-fluid .post-right { font-family:EffraRegular; }
.row-fluid .post-right h3 { font-family:Tiempo; }
.row-fluid .post-right .post-body { padding:0 0 50px; }
.row-fluid .post-right .post-body p a img {  max-width: 100%;}
.row-fluid .post-right .post-body a { text-decoration:underline; }
.row-fluid .post-right .post-body a:hover { text-decoration:none; }

.row-fluid .blog-pagination.paginations { padding:50px 50px 100px; }
.row-fluid .paginations .pagination_box { width:50%; }

.row-fluid .privacy_text { padding:100px; font-family:EffraRegular; }
.row-fluid .privacy_text a { text-decoration:underline; color:#001231; }
.row-fluid .privacy_text a:hover { text-decoration:none; }

.row-fluid .privacy_text h1 { font-size:32px; line-height:36px; font-family:Tiempo; }
.row-fluid .privacy_text h2 { font-size:30px; line-height:36px; font-family:Tiempo; }
.row-fluid .privacy_text h3 { font-size:26px; line-height:32px; font-family:Tiempo; }
.row-fluid .privacy_text h4 { font-size:21px; line-height:26px; }

.row-fluid .subscribe_inner { padding:20px 17%; }
.row-fluid .subscribe_inner h2 { padding:0 0 30px; }
.row-fluid .form { font-size:16px; line-height:24px; font-family:EffraMedium; color:#d1d3d4; }
.row-fluid .form .hs-form-field > label { font-size:16px; line-height:24px; font-family:EffraMedium; color:#d1d3d4; }
.row-fluid .form .hs-form-field > label span + span { color:red; }
.row-fluid .form .actions { margin-top:10px; text-align:right; }
.row-fluid .form a { text-decoration:underline; color:#001231; }
.row-fluid .form a:hover { text-decoration:none; }
.row-fluid .form_list { margin:0 0 15px; } 
.row-fluid .form_list label { display:inline-block; width:100%; margin:0 0 3px; }
.row-fluid .form_list label span { color:red; }

.row-fluid .touch_form { display:none; }
.row-fluid .work_list { float:left; width:100%; padding:5px 0 3px; }
.row-fluid .work_list .categories { width:66.66%; float:left; }
.row-fluid .work_list .services { width:33.33%; float:left; }
.row-fluid .work_list .categories ul.option-set { margin:0; padding:0; list-style-type:none; }
.row-fluid .work_list .categories ul.option-set li { margin:0; padding:0; width:50%; float:left; display:inline-block; }
.row-fluid .work_list .categories ul.option-set li a { padding:20px 15px 20px 60px; border:1px solid #d1d3d4; display:inline-block; width:100%; font-size:18px; line-height:26px; font-family:EffraMedium; color:#001231; position:relative; cursor:pointer; }

.row-fluid .work_list .categories ul.option-set li a:before { content:''; width:18px; height:18px; -webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
-ms-border-radius: 20px;
border-radius: 20px;; -webkit-box-shadow: inset 0 0 0 0.125rem #d1d3d4, inset 0 0 0 0.375rem #fff;
-moz-box-shadow: inset 0 0 0 0.125rem #d1d3d4, inset 0 0 0 0.375rem #fff;
-o-box-shadow: inset 0 0 0 0.125rem #d1d3d4, inset 0 0 0 0.375rem #fff;
-ms-box-shadow: inset 0 0 0 0.125rem #d1d3d4, inset 0 0 0 0.375rem #fff;
box-shadow: inset 0 0 0 0.125rem #d1d3d4, inset 0 0 0 0.375rem #fff;; position:absolute; top:24px; left:25px; background:#fff; }
.row-fluid .work_list .categories ul.option-set li a:after { content:''; width:4px; height:4px; -webkit-border-radius: 20px;
-moz-border-radius: 20px;
-o-border-radius: 20px;
-ms-border-radius: 20px;
border-radius: 20px;; background:#001231; position:absolute; top:31px; left:32px; -webkit-transform: scale(0);
-moz-transform: scale(0);
-o-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);; }
.row-fluid .work_list .categories ul.option-set li a.selected:after { -webkit-transform: scale(1.4);
-moz-transform: scale(1.4);
-o-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);; -webkit-transition: all  0.4s ease-in-out;
-moz-transition: all  0.4s ease-in-out;
-o-transition: all  0.4s ease-in-out;
-ms-transition: all  0.4s ease-in-out;
transition: all  0.4s ease-in-out;; }
.row-fluid .work_list .categories ul.option-set li a:hover , .row-fluid .work_list .categories ul.option-set li a.selected { background:#001231; color:#fff; }
.row-fluid .work_list .categories ul.option-set li a.regional_leaders:hover , .row-fluid .work_list .categories ul.option-set li a.regional_leaders.selected , .row-fluid .work_list .categories ul.option-set li a.regional_leaders:after { background:#43bead; }
.row-fluid .work_list .categories ul.option-set li a.featured_employees:hover , .row-fluid .work_list .categories ul.option-set li a.featured_employees.selected , .row-fluid .work_list .categories ul.option-set li a.featured_employees:after { background:#bfd730; }

.row-fluid .work_list .services { position:relative; }
.row-fluid .work_list .services .select-click { padding:20px 20px; border:1px solid #d1d3d4; display:inline-block; width:100%; font-size:18px; line-height:26px; font-family:EffraMedium; color:#001231; position:relative; cursor:pointer; }
.row-fluid .work_list .services .select-click span { color:#d1d3d4; margin-right:5px; }
.row-fluid .work_list .services ul.option-set { margin:0; padding:10px 0; list-style-type:none; position:absolute; top:100%; left:0; width:100%; background:#fff; z-index:99; display:none; }
.row-fluid .work_list .services ul.option-set li { margin:0; padding:0; width:100%; float:left; display:inline-block; }
.row-fluid .work_list .services ul.option-set li a { padding:15px 15px; display:inline-block; font-size:18px; line-height:26px; font-family:EffraRegular; color:#001231; cursor:pointer; width:100%; }
.row-fluid .work_list .services ul.option-set li a.selected { color:#bbbdc2; }

.row-fluid .single-work { border:2px solid #fff; width:25%; float:left; cursor:pointer; position:relative; }
.row-fluid .single-work .resourcesbox_img { min-height:360px; overflow-y: hidden; background-size:cover; background-position:center top; background-repeat:no-repeat; }
.row-fluid .single-work .resourcesbox_img:before { content:''; width:100%; height:100%; background:linear-gradient(190deg,transparent 65%,#001231 110%); position:absolute; top:0; left:0; }
.row-fluid .resourcesbox_inner { width:100%; padding:20px 30px; height:135px; font-size:16px; line-height:22px; font-family:EffraRegular; color:#fff; position:absolute; bottom:0; left:0; z-index:1; -webkit-transition: height .45s cubic-bezier(.19,1,.22,1),padding .65s cubic-bezier(.19,1,.22,1),width .45s cubic-bezier(.19,1,.22,1) .45s,background .65s cubic-bezier(.19,1,.22,1);
-moz-transition: height .45s cubic-bezier(.19,1,.22,1),padding .65s cubic-bezier(.19,1,.22,1),width .45s cubic-bezier(.19,1,.22,1) .45s,background .65s cubic-bezier(.19,1,.22,1);
-o-transition: height .45s cubic-bezier(.19,1,.22,1),padding .65s cubic-bezier(.19,1,.22,1),width .45s cubic-bezier(.19,1,.22,1) .45s,background .65s cubic-bezier(.19,1,.22,1);
-ms-transition: height .45s cubic-bezier(.19,1,.22,1),padding .65s cubic-bezier(.19,1,.22,1),width .45s cubic-bezier(.19,1,.22,1) .45s,background .65s cubic-bezier(.19,1,.22,1);
transition: height .45s cubic-bezier(.19,1,.22,1),padding .65s cubic-bezier(.19,1,.22,1),width .45s cubic-bezier(.19,1,.22,1) .45s,background .65s cubic-bezier(.19,1,.22,1);; }
.row-fluid .resourcesbox_inner .close { content:''; width:50px; height:50px; background:url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/Images/close.svg') no-repeat; background-size:0px; background-position:center center; position:absolute; top:0; right:0; color:#fff; opacity:0; -webkit-transition: all  0.3s ease-in-out;
-moz-transition: all  0.3s ease-in-out;
-o-transition: all  0.3s ease-in-out;
-ms-transition: all  0.3s ease-in-out;
transition: all  0.3s ease-in-out;; }
.row-fluid .resourcesbox_inner:before { content:''; width:100%; height:100%; position:absolute; top:20px; left:0; background:#003B43; z-index:-1; opacity:0; -webkit-transition: all  0.4s ease-in-out;
-moz-transition: all  0.4s ease-in-out;
-o-transition: all  0.4s ease-in-out;
-ms-transition: all  0.4s ease-in-out;
transition: all  0.4s ease-in-out; }
.row-fluid .resourcesbox_inner h4 { padding:0; color:#fff; font-size:21px; line-height:26px; font-family:EffraMedium; }
.row-fluid .resourcesbox_inner a.read_more { color:#fff; opacity:0; }
.row-fluid .resourcesbox_inner .contact_me { color:#fff; opacity:0; -webkit-transition: all  0.3s ease-in-out;
-moz-transition: all  0.3s ease-in-out;
-o-transition: all  0.3s ease-in-out;
-ms-transition: all  0.3s ease-in-out;
transition: all  0.3s ease-in-out;; -webkit-transform: translateY(30%);
-moz-transform: translateY(30%);
-o-transform: translateY(30%);
-ms-transform: translateY(30%);
transform: translateY(30%);; border-bottom:1px solid; }
.row-fluid .resourcesbox_inner a.contact_me { position:absolute; bottom:0; }
.row-fluid .person_position { padding:0; font-family:EffraLight; }
.row-fluid .resourcesbox_title_top { padding:0 0 15px; }
.row-fluid .resourcesbox_text { visibility: hidden; }

.row-fluid .resourcesbox_inner .social { opacity:0; position:absolute; bottom:0; right:30px; -webkit-transition: all  0.3s ease-in-out;
-moz-transition: all  0.3s ease-in-out;
-o-transition: all  0.3s ease-in-out;
-ms-transition: all  0.3s ease-in-out;
transition: all  0.3s ease-in-out;; -webkit-transform: translateY(30%);
-moz-transform: translateY(30%);
-o-transform: translateY(30%);
-ms-transform: translateY(30%);
transform: translateY(30%);; }
.row-fluid .resourcesbox_inner .social a { width:47px; height:47px; line-height:44px; border:2px solid #fff; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; color:#fff; display:inline-block; text-align:center; font-size:23px; }

.row-fluid .resourcesbox_title .read_more { -webkit-transform: translateY(25px);
-moz-transform: translateY(25px);
-o-transform: translateY(25px);
-ms-transform: translateY(25px);
transform: translateY(25px);; -webkit-transition: all  0.3s ease-in-out;
-moz-transition: all  0.3s ease-in-out;
-o-transition: all  0.3s ease-in-out;
-ms-transition: all  0.3s ease-in-out;
transition: all  0.3s ease-in-out;; }
.row-fluid .resourcesbox_inner .person_bio { -webkit-transform: translateY(30%);
-moz-transform: translateY(30%);
-o-transform: translateY(30%);
-ms-transform: translateY(30%);
transform: translateY(30%);; opacity:0; }

.row-fluid .single-work:hover .read_more { -webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);; }
.row-fluid .single-work:hover .resourcesbox_inner:before { top:0; opacity:0.65; }
.row-fluid .single-work:hover .resourcesbox_inner a.read_more { opacity:1; }
.row-fluid .single-work:hover .resourcesbox_text { visibility: inherit; }

.row-fluid .featured_employees:hover .resourcesbox_inner:before { background:#bfd730; opacity:0.60; }
.row-fluid .featured_employees.open .resourcesbox_inner:before { background:#bfd730; opacity:0.80; }

.row-fluid .regional_leaders:hover .resourcesbox_inner:before { background:#43bead; opacity:0.60; }
.row-fluid .regional_leaders.open .resourcesbox_inner:before { background:#43bead; opacity:0.80; }

.contact_form { padding:50px !important; width:100%; max-width:600px !important; font-size:16px; line-height:24px; font-family:EffraMedium; color:#d1d3d4; display:none; }
.contact_form h4 { padding:0 0 10px; font-size:24px; line-height:30px; font-family:EffraLight; }
.contact_form .hs-form .input { margin:0 !important; }
.contact_form .hs-form-field { padding:0 7px 15px; }
.contact_form .hs-form-field > label { font-size:16px; line-height:24px; font-family:EffraMedium; color:#d1d3d4; }
.contact_form .hs-form-field > label span + span { margin-left:5px; color:red; }
.contact_form .hs-input { width:100% !important; }
.contact_form .actions { margin-top:10px; text-align:right; }
.contact_form a { text-decoration:underline; color:#001231; }
.contact_form a:hover { text-decoration:none; }
.contact_form .form_list { margin:0 0 15px; } 
.contact_form .form_list label { display:inline-block; width:100%; margin:0 0 3px; }
.contact_form .form_list label span { color:red; }
.contact_form fieldset { width:100%; max-width:100% !important; }

.row-fluid .resource_content { width:50%; float:left; font-size:36px; line-height:44px; color:#fff; background:#001231; font-family:Tiempo; border:2px solid #fff; display:table; }
.row-fluid .resource_content_inner { padding:50px; display: table-cell; vertical-align: middle; }

.row-fluid .integrated_section { padding:50px 0 100px; }
.row-fluid .integrated_inner { padding:0 100px; font-size:21px; line-height:28px; font-family:EffraRegular; }
.row-fluid .integrated_inner h2 { font-size:30px; line-height:36px; }

.row-fluid .integrated_number { padding:60px 30px; }
.row-fluid .integrated_number h4 { padding:0; font-size:24px; line-height:30px; text-transform:uppercase; letter-spacing:1px; }
.row-fluid .integrated_number .number  { font-size:150px; line-height:156px; }
.row-fluid .integrated_text { padding-right:30px; }

.row-fluid .title_strip { padding:90px 100px; background:#fafafa; }
.row-fluid .title_strip h2 { font-size:64px; line-height:70px; font-family:EffraLight; }
.row-fluid .project_img { padding:90px 0; }

.row-fluid .management_text { padding:50px 100px; background:#001231; color:#fff; font-size:21px; line-height:30px; font-family:EffraRegular; }
.row-fluid .management_text h2 { color:#fff; }
.row-fluid .management_text.dark_blurb { background:#003b43; }
.row-fluid .management_text.aqua {background:#43bead;}
.row-fluid .management_text.white {background:#fff; color:#001231}
.row-fluid .management_text.forest {background:#003b43; color:#fff}
.row-fluid .management_text.slim {padding:0px 100px;}

.row-fluid .service_main { margin:0 auto; width:100%; max-width:1100px; display:block; }
.row-fluid .service_row { padding:70px 0; font-size:21px; line-height:30px; font-family:EffraRegular; }
.row-fluid .service_img { width:50%; float:left; }
.row-fluid .service_text { padding:0 50px 50px 50px; width:50%; float:left; }
.row-fluid .service_text h3 { padding:0; }
.row-fluid .service_text .sub { font-size:30px; line-height:36px; font-family:EffraLight; color:#001231; }
.row-fluid .service_content { margin-top:30px; }

.row-fluid .service_row:nth-child(2n) .service_img { float:right; text-align:right; }

.row-fluid .unispace_inner { padding:100px; background:#43bead; font-size:21px; line-height:30px; color:#fff; font-family:EffraRegular; }
.row-fluid .unispace_text { margin:0 -2px; width:50%; float:none; display:inline-block; vertical-align: middle; }
.row-fluid .unispace_img { margin:0 -2px; width:50%; float:none; display:inline-block; vertical-align: middle; text-align:right; }

.row-fluid .healthier_title { background:#003b43; }
.row-fluid .healthier_title h3 { font-size:30px; line-height:34px; }
.row-fluid .healthier_box { padding:6%; font-size:21px; line-height:30px; font-family:EffraRegular; display: table; }
.row-fluid .healthier_box div.hs_cos_wrapper_type_module { display:table-cell; vertical-align:middle; }
.row-fluid .healthier_box h3 { font-family:Tiempo; color:#fff; }

.row-fluid .btn_strip { padding:60px 15px; background:#d1d3d4; text-align:center; }
.row-fluid .btn_strip.link-style2 a { padding:19px 45px; }

.row-fluid .client_list_main { padding:30px 8%; }
.row-fluid .client_list_main h2 { padding:0 0 30px; font-size:36px; line-height:42px; font-family:EffraMedium; }
.row-fluid .client_row { padding:35px 0; }
.row-fluid .client_list ul { margin:0; padding:0; list-style-type:none; }
.row-fluid .client_list ul li { margin:0 -2px; width:33.33%; padding:15px 2px; display:inline-block; vertical-align:top; font-size:21px; line-height:28px; color:#001231; font-family:EffraMedium; }

.row-fluid .culture_text { padding:80px 50px; }
.row-fluid .culture_text h2 { font-size:30px; line-height:38px; max-width:900px; }

.clients_row .clients_row_inner { align-items: center; }
.row-fluid .clients_main .clients_row { display: flex; min-height:500px; } 
.row-fluid .clients_img { width:50%; float:left; /* min-height:699px; height: 500px;*/ height:100%; background-position:top center; background-repeat:no-repeat; background-size:cover; }
.row-fluid .clients_text { padding: 69px 80px; width:50%; float:left; /* min-height:699px;*/ font-size:21px; line-height:30px; font-family:EffraRegular; /*display: table;*/ }
/* .row-fluid .clients_text .clients_inner { display: table-cell; vertical-align: middle; } */
.row-fluid .clients_text h3 { padding:0 0 30px; }
.row-fluid .clients_text h3 span { display:block; font-family:EffraLight; }
.row-fluid .clients_row:nth-child(2n) .clients_img { float:right; }
.row-fluid .clients_btn { margin-top:30px; } 
.row-fluid .clients_btn a { font-size:21px; }
.row-fluid .clients_btn a:hover { opacity:0.85; }
.row-fluid .clients_content p { padding:8px 0; }

.row-fluid .error_section { margin-top:2px; } 
.row-fluid .error_box { margin:0; padding:30px; width:50%; float:left; text-align:center; min-height:350px; color:#fff; font-size:21px; line-height:30px; font-family:EffraRegular; display:table; border:2px solid #fff; }
.row-fluid .error_box > div.hs_cos_wrapper_widget { display:table-cell; vertical-align:middle; }
.row-fluid .error_box h2 { color:#fff; }

.row-fluid .more_section .project-box { overflow:hidden; }
.row-fluid .more_section .project_box_inner .project_box_title { padding:30px 30px; }
.row-fluid .more_section .project_box_title:before { display:none; }
.row-fluid .more_section .more_projectimg { position:absolute; top:0; left:0; -webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
-o-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);; -webkit-transition: all  0.3s ease-in-out;
-moz-transition: all  0.3s ease-in-out;
-o-transition: all  0.3s ease-in-out;
-ms-transition: all  0.3s ease-in-out;
transition: all  0.3s ease-in-out;; z-index:-1; }
.row-fluid .more_section .project-box:hover .more_projectimg { -webkit-transform: scale(1.07);
-moz-transform: scale(1.07);
-o-transform: scale(1.07);
-ms-transform: scale(1.07);
transform: scale(1.07);; }

.video_panel { display:none; }
.row-fluid .video_play { content:''; width:86px; height:86px; line-height:82px; background:url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/Images/play.svg') no-repeat; background-position:center right 20px; background-size:35px; border:2px solid #fff; -webkit-border-radius: 100px;
-moz-border-radius: 100px;
-o-border-radius: 100px;
-ms-border-radius: 100px;
border-radius: 100px;; position:absolute; top:50%; left:50%; -webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);; }
.row-fluid a.video_main .panel_img_main { display:none; }

.row-fluid .image_main { padding:0 0; }
.row-fluid .image_row { border:2px solid #fff; width:33.33%; height:460px; float:left; background-position:center center; background-repeat:no-repeat; background-size:cover; }

/**** Contact Page ****/
.row-fluid .contact_hero { padding:6% 8%; min-height:650px; }
.row-fluid .contact_hero h1 { color:#fff; font-size:74px; line-height:80px; }

.row-fluid .contact_list { margin:5px 0;  width:33.33%; float:left; border:1px solid #d1d3d4; position:relative; font-size:18px; line-height:24px; }  
.row-fluid .contact_list span.title { padding:17px 15px; width:100%; display:inline-block; color:#001231; font-family:EffraRegular; margin-right:5px; cursor:pointer; position:relative; }
.row-fluid .contact_list span.title strong { color:#d1d3d4; margin-right:5px; }
.row-fluid .contact_list span.title:before { content:"\f107"; font-size:21px; line-height:57px; position:absolute; top:0; right:15px; font-family:'fontAwesome'; }
.row-fluid .contact_list span.title.active:before { content:"\f106"; }

.row-fluid .contact_list ul.filter { margin:0; padding:15px 0; list-style-type:none; position: absolute; top: 100%; left: 0; background:#fff; z-index:99; width:100%; font-family:EffraRegular; display:none; }
.row-fluid .contact_list ul.filter li { margin:0; padding:0; display:inline-block; width:100%; }
.row-fluid .contact_list ul.filter li a { margin:0; padding:12px 15px; display:inline-block; width:100%; color:#001231; cursor:pointer; }
.row-fluid .contact_list ul.filter li a.selected { color:#bbbdc2; }
.row-fluid .contact_list ul.filter li a span { position:relative; display:inline-block; }
.row-fluid .contact_list ul.filter li a span:after { content:''; width:100%; height:1px; background:#43bead; display:block; opacity:0; -webkit-transition: all  0.3s ease-in-out;
-moz-transition: all  0.3s ease-in-out;
-o-transition: all  0.3s ease-in-out;
-ms-transition: all  0.3s ease-in-out;
transition: all  0.3s ease-in-out;; }
.row-fluid .contact_list ul.filter li a:hover span:after { opacity:1; }

.row-fluid .locations_counting { width:50%; padding:2px; float:left; }

.row-fluid .locations_counting .location-top { display:table; }
.row-fluid .locations_counting .location-top h2 { display:table-cell; vertical-align:middle; color:#fff; font-size:30px; line-height:36px; } 

.row-fluid .location-box { padding:2px; width:25%; float:left; }
.row-fluid .location-inner { padding:40px; background:#003b43; color:#fff; position:relative; }
.row-fluid .location-inner h3 { padding:0; font-size:22px; line-height:28px; color:#fff; }
.row-fluid .location-text { padding:0 0 30px; }
.row-fluid .location-inner .detail { margin-top:20px; font-size:21px; line-height:26px; font-family:EffraRegular; }
.row-fluid .location-inner .detail p { padding:0; } 
.row-fluid .location-inner .call { margin:20px 0 0; }
.row-fluid .location-inner .call a { color:#fff; border-bottom:1px solid; }   
.row-fluid .location-inner .view_map { font-size:16px; position:absolute; bottom:0; left:0; padding:30px 40px; }
.row-fluid .location-inner .view_map a { color:#fff; font-family:EffraRegular; border-bottom:1px solid }
.row-fluid .map-image { position:absolute; top:0; left:0; right:0; height:100%; width:100%; overflow:hidden; opacity: 0; visibility: hidden; z-index:1; -webkit-transition: all  0.3s ease-in-out;
-moz-transition: all  0.3s ease-in-out;
-o-transition: all  0.3s ease-in-out;
-ms-transition: all  0.3s ease-in-out;
transition: all  0.3s ease-in-out;; }
.row-fluid .map-image .maplink { padding:7px 10px; font-size:14px; line-height:18px; position:absolute; bottom:0; right:0; background:#001231; color:#fff; text-transform:uppercase; font-family:EffraRegular; }

.row-fluid .location-box.active .map-image { left:calc(100% + 4px); right:auto; opacity: 1; visibility: inherit; }
.row-fluid .location-box.active .map-image img { object-fit: cover; -webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);; }
.row-fluid .location-box.active.left-pos .map-image { left:auto; right:calc(100% + 4px); }

.row-fluid .location-box.active .map-image:after { content: " "; position: absolute; top: 50%; left: 50%; width: 1.9375rem; height: 3.0625rem; width: 31px; height: 49px; background-repeat: no-repeat; background-image: url(https://cdn2.hubspot.net/hubfs/6118154/images/icon--map-marker.svg),none; background-size: 100% 100%; -ms-transform: translateX(-50%) translateY(-100%); transform: translateX(-50%) translateY(-100%); }

.row-fluid .australia .location-inner { background:#001231; }
.row-fluid .europe .location-inner { background:#003b43; }
.row-fluid .the-americas .location-inner { background:#bfd730; }
.row-fluid .asia-pacific .location-inner { background:#001231; }

.row-fluid .beautiful_section { margin-top:40px; }
.row-fluid .beautiful_title { padding:60px; }
.row-fluid .beautiful_title h2 { font-size:52px; line-height:58px; }

.row-fluid .servicebox_main { padding:20px 0; text-align:center; position:relative; }
.row-fluid .servicebox_main:before { content:''; width:100%; height:10px; background:#43bead; position:absolute; top:50%; left:0; -webkit-transform: translateY(-30px);
-moz-transform: translateY(-30px);
-o-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);; z-index:-1; }
.row-fluid .servicebox_row { padding:15px; width:33.33%; float:left; }
.row-fluid .servicebox_row:first-child { text-align:left; }
.row-fluid .servicebox_row:last-child { text-align:right; }
.row-fluid .servicebox_row a { display:inline-block; text-align:center; } 
.row-fluid .servicebox_row .icon { width:130px; height:130px; background:#43bead; -webkit-border-radius: 100%;
-moz-border-radius: 100%;
-o-border-radius: 100%;
-ms-border-radius: 100%;
border-radius: 100%;; text-align:center; display: flex; align-items: center; -webkit-transition: all  0.3s ease-in-out;
-moz-transition: all  0.3s ease-in-out;
-o-transition: all  0.3s ease-in-out;
-ms-transition: all  0.3s ease-in-out;
transition: all  0.3s ease-in-out;; }
.row-fluid .servicebox_row .icon img { margin:0 auto; max-height:50px; }
.row-fluid .servicebox_row:hover .icon { background:#001231; }

.row-fluid .testimonial_text { padding:30px; background:#efeff0; font-size:21px; line-height:28px; font-family:EffraRegular; }

.row-fluid .content_section { margin:20px 0; }
.row-fluid .content_text { padding:50px; color:#fff; font-size:21px; line-height:28px; font-family:EffraRegular; min-height:500px; }
.row-fluid .content_text h4 { color:#fff; }
.row-fluid .number_section .integrated_inner { padding:0; }
.row-fluid .content_text .link-style { margin-top:20px; }
.row-fluid .content_text.list_style ul li:before { background:#fff; }
body .watch_video { margin-left:auto; margin-right:auto; max-width:1100px; float:none; }
body .watch_video iframe { width:100% !important; height:500px !important; }

.row-fluid .strategy_section { padding:30px; background:#efeff0; }
.row-fluid .strategy_img { margin:0 0 20px; height:250px; }
.row-fluid .strategy_row { padding:15px; width:33.33%; float:left; line-height:28px; font-family:EffraRegular; }
.row-fluid .strategy_content { margin:15px 0 30px; }
.row-fluid .strategy_btn a { font-size:16px; line-height:24px; }

.row-fluid .btn_strip.contact { margin:20px 0 30px; background:#001231; } 

.row-fluid .results-section h2 { padding:0 0 20px; font-size:50px; line-height:56px; }
/* .row-fluid .results-text { font-size:26px; line-height:36px; } */
.row-fluid .results-img img { width:100% !important; }

.row-fluid .management_text.aqua_colour { background:#43bead; }
.row-fluid .management_text.content { margin:0px 0 0; }

.row-fluid .offices_main h2 { padding:20px 0; font-size:44px; line-height:50px; }
.row-fluid .offices_img { margin-bottom:20px; height:600px; background-size:cover; background-position:center center; background-repeat:no-repeat; position:relative; overflow:hidden; }
.row-fluid .offices_img.open .offices_text { top:0; }
.row-fluid .offices_text { padding:8%; position:absolute; top:100%; left:0; height:100%; width:100%; background:#43bead; display:table; color:#fff; font-size:30px; line-height:38px; z-index:99; -webkit-transition: all  0.3s ease-in-out;
-moz-transition: all  0.3s ease-in-out;
-o-transition: all  0.3s ease-in-out;
-ms-transition: all  0.3s ease-in-out;
transition: all  0.3s ease-in-out;; } 
.row-fluid .offices_text > div.offices_content { display:table-cell; vertical-align:middle; }
.row-fluid .offices_btn { width:100%; padding:30px; position:absolute; bottom:0; left:0; }

.row-fluid .offices_img .close { width:40px; height:40px; font-size:30px; line-height:40px; text-align:center; background:#fff url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/Images/close1.png') no-repeat; background-size:20px; background-position:center center; position:absolute; top:15px; right:15px; opacity:0; -webkit-transition: all  0.3s ease-in-out;
-moz-transition: all  0.3s ease-in-out;
-o-transition: all  0.3s ease-in-out;
-ms-transition: all  0.3s ease-in-out;
transition: all  0.3s ease-in-out;; z-index:999; cursor:pointer; }
.row-fluid .offices_img.open .close { opacity:1; }
.margin0 { margin:20px 0; }

.row-fluid .everything_box { margin:2px; width:calc(25% - 4px); float:left; position:relative; z-index:1; }
.row-fluid .everything_box.color { background-image:none !important; }
.row-fluid .everything_box.image { background-size:cover; background-position:center center; background-repeat:no-repeat; }
.row-fluid .everything_box.image:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0;background: -moz-linear-gradient(top,  rgba(0,59,67,0) 0%, rgba(0,59,67,0.78) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,59,67,0) 0%,rgba(0,59,67,0.78) 100%);
    background: linear-gradient(to bottom,  rgba(0,59,67,0) 0%,rgba(0,59,67,0.78) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00003b43', endColorstr='#c7003b43',GradientType=0 ); z-index:-1; }
.row-fluid .everything_inner { padding:30px 30px 120px; font-size:21px; line-height:28px; min-height:320px; }
.row-fluid .everything_content { opacity:0; -webkit-transition: all  0.3s ease-in-out;
-moz-transition: all  0.3s ease-in-out;
-o-transition: all  0.3s ease-in-out;
-ms-transition: all  0.3s ease-in-out;
transition: all  0.3s ease-in-out;; }
.row-fluid .everything_box.full { width:calc(50% - 4px); }
.row-fluid .everything_bottom { width:calc(50% - 4px); float:left; position:relative; }
.row-fluid .everything_topic { padding:0 30px 30px 30px; font-size:22px; line-height:30px; position:absolute; bottom:0; left:0; font-family:Tiempo; }
.row-fluid .everything_box:hover .everything_content { opacity:1; }
.row-fluid .everything_content a { color: #ffffff !important; }
.row-fluid .watch_video { display:none; } 

/** Strip Form **/
.row-fluid .cta_strip_form .cta_strip_inner { padding:50px 30px; }
.row-fluid .stripform { width:500px; padding:15px 15px 30px; background:#fff; text-align:left; display:inline-block; vertical-align: middle; color:#001231; font-family:EffraRegular; } 
.row-fluid .stripform .hs-input { padding:0 10px; height:30px; border:none; border-bottom:1px solid; }
.row-fluid .stripform .hs-form-field .hs-error-msg { color:red; }
.row-fluid .stripform .hs-form-field > label { font-size:14px; line-height:20px; color:#001231; font-family:EffraRegular; }
.row-fluid .stripform .hs-form .hs-form-field { padding:0 0 8px; }
.row-fluid .stripform h3.form-title { padding:0; }  
.row-fluid .stripform .actions { margin-top:20px; text-align:center; }
.row-fluid .stripform .hs-button { font-family:EffraRegular; }

.row-fluid .related_section { padding:20px 0 30px; float:left; width:100%; }
.row-fluid .related_item { width:33.33%; float:left; }
.row-fluid .related_item .post-featured-img { height:260px; }
.row-fluid .related_item .post-text { padding:30px 20px; }
.row-fluid .related_item .post-text h2 { font-size:28px; line-height:34px; }


/** Update **/
.row-fluid .design_text_img { margin:20px 0 0; }

.row-fluid .errow_new { margin:10px 0; }
.row-fluid .errow_new_inner { margin:0 auto !important; padding:80px 15px; max-width:600px; width:100%; text-align:center; float:none; }
.row-fluid .errow_new_inner .icon { margin:0 auto !important; max-width:160px; float:none; }
.row-fluid .errow_new_inner .title h1 { padding:15px 0 10px; font-size:80px; line-height:88px; font-family:EffraMedium; color:#fff; font-weight:700; }
.row-fluid .errow_new_inner .text { font-size:40px; line-height:46px; font-family:EffraMedium; color:#fff; }
.row-fluid .errow_new_inner .search { margin-top:30px; }
.row-fluid .errow_new_inner .search form .field > label { padding:0 0 10px; font-family:EffraRegular; color:#fff; display:inline-block; width:100%; } 
.row-fluid .errow_new_inner .search a.hs-button { margin-top:20px; font-size:18px; line-height:24px; }

.row-fluid .search form input.hs-search-field__input { width:calc(100% - 150px); float:left; } 
.row-fluid .search form button.search_btn { width:140px; float:right; min-height:50px; background-color:#1ebeb2; font-family:EffraRegular; }
.row-fluid .search form button.search_btn:hover { background-color:#001231; }

.row-fluid .stripform form.hs-form label, .row-fluid .stripform form.hs-form legend, .row-fluid .stripform form.hs-form input, .row-fluid .stripform form.hs-form select {
    font-size: 14px;line-height: 19px;
}
.row-fluid .stripform .hs-input { height: 25px; }
.row-fluid .stripform .inputs-list .hs-form-checkbox-display, .row-fluid .stripform ul.inputs-list { padding-bottom: 0px; }

/** search results **/
.row-fluid .result_search { margin-top:30px; }
.row-fluid .result_search ul li { padding:20px 0; border-bottom:1px solid #001231; }
.row-fluid .result_search ul li:last-child { border-bottom:none; }
.row-fluid .result_search ul li a { color:#43bead; font-family:EffraRegular; }

.row-fluid a.download_case { margin-top:20px; padding:13px 25px; background:transparent; border:2px solid #43bead; color:#000; font-size:16px; line-height:22px; }
.row-fluid a.download_case:hover { background:#43bead; color:#fff; }

.row-fluid .thank_you { padding:20px 0; font-family:EffraRegular; }
.row-fluid .thank_you_inner { margin:0 auto !important; width:100%; max-width:1200px; float:none; display:block; }

.row-fluid .desing_set .checkbox-row span.fakelabel span { font-size: 16px; line-height: 19px; }
.row-fluid .desing_set h1:empty { display:none; }
.row-fluid .desing_set .widget-type-email_simple_subscription h1 { padding:0; }
.row-fluid .desing_set br { display:none; }
.row-fluid .desing_set .widget-type-email_simple_subscription .email-edit { padding: 15px !important; max-width: 350px; }

.row-fluid .desing_set .hs-button { font-weight:500; }
.row-fluid .desing_set .header { margin:0; padding:10px 0; }
.row-fluid .desing_set .page-header { padding-bottom:0; }
.row-fluid .desing_set .page-header p { padding:5px 0; }
.row-fluid .desing_set .subscribe-options label span { position: relative; top: -2px; }

/*--form-*/
.row-fluid .blog_connebtform { width:100%; float:left; padding:50px 20px; text-align:center;  background:#f2f2f2;  }
.row-fluid .blog_connebtform form { width:100%; float:none; display:inline-block; max-width:1080px; text-align:left; }
.row-fluid .blog_connebtform form .hs-form-required { display:none; }
.row-fluid .blog_connebtform form .hs-input { padding:15px; margin-bottom:15px; }
.row-fluid .blog_connebtform form textarea.hs-input { margin-bottom:0; }

.row-fluid .blog_connebtform #comments-listing { text-align:center; width:100%; float:left; margin-bottom:30px; display:none; }
.row-fluid .blog_connebtform #comments-listing .comment { text-align:left; width:100%; float:none; display:inline-block; max-width:1080px; background: #f9f9f9;  padding: 20px !important; }
.row-fluid .blog_connebtform #comments-listing .comment .hs-button { font-weight: 400;  background:#1ebeb2 !important; color:#fff; padding:10px 20px; }
.row-fluid .blog_connebtform #comments-listing .comment .comment-from h4 { padding-top:0; }
.row-fluid .blog_connebtform #comments-listing .comment .comment-from { float:left; width:100%; }
.row-fluid .blog_connebtform #comments-listing .comment .comment-date { float:left; width:100%; margin-bottom: 10px; }
.row-fluid .blog_connebtform #comments-listing .comment .comment-body { float:left; width:100%;  margin-bottom: 10px; }
.row-fluid .blog_connebtform #comments-listing .comment .comment-body p { padding:0; }

.getintouch.opensite .bodyoverlay { opacity:0; visibility:hidden; transition:all .4s ease; }
.getintouch .bodyoverlay { position:fixed; z-index:9999; width:100%; height:100%; left:0; top:0; background:#fff; opacity:1; visibility:visible; transition:all .4s ease; }

/*  25-11-19 */
body.body-overlay {  opacity: 0;  visibility: hidden;}


/* Comment Reply Css Style 1 */
/* .row-fluid .blog_connebtform .comment-form .new-comments { padding-top:35px; float:left; width:100%; }
.row-fluid .blog_connebtform .comment.depth-0 { float:left; width:100%; border:2px solid #eee; padding:0; border-radius:8px; margin-top:15px; background:#fff; }
.row-fluid .blog_connebtform .comment.depth-1 { float:right; width:calc(100% - 50px); border:2px solid #eee; font-size:14px; color:#000; font-weight:600; line-height:22px; padding-left:0; background:#fff; border-radius:8px; }
.row-fluid .blog_connebtform p { padding:15px 15px; }
.row-fluid .blog_connebtform .comment-date { display:none; height:0 !important; }
.row-fluid .blog_connebtform .comment-from { float:left; width:30%; }
.row-fluid .blog_connebtform .comment-from h4 { padding:15px 15px; color:#4994A7; text-transform:capitalize; }
.row-fluid .blog_connebtform .comment-body  { float:left; width:70%; border-left:2px solid #eee; }
.row-fluid .blog_connebtform .comment-reply-to { float:left; width:100%; border-top:2px solid #eee; text-align:left; padding:10px 15px; cursor:pointer; background:transparent; font-weight:700; color:#000; transition:all ease .5s; } 
.row-fluid .blog_connebtform .comment-reply-to:hover { color:#4a94a8; }
.row-fluid .blog_connebtform .comment-reply-to, .row-fluid .blog_connebtform .comment-reply-to:focus { outline:none !important; }
.replying { display:block !important; }
.replying-to { font-size:14px; line-height:18px; float:left; width:100%; font-weight:700; margin-bottom:5px; }

.row-fluid .blog_connebtform .comment-form .form-fieldwrap { float:left; width:100%; position:relative; padding-right:150px; }
.row-fluid .blog_connebtform .comment-form form .hs_submit.hs-submit { position:absolute; top:0; right:0; padding-top:0; }  
.row-fluid .blog_connebtform .comment-form form .hs_submit.hs-submit input[type="submit"] { border:0; padding:9px 30px; } */

.row-fluid .contentv2_section { padding:80px 0 0; }
.row-fluid .contentv2_inner { padding:50px 80px; font-size:24px; line-height:36px; color:#fff; background:#001231; }

.row-fluid .event_register .main_title { padding:50px 5% 50px; }
.row-fluid .event_register .main_title h2 { font-family:EffraRegular; font-weight:600; }
.row-fluid .event_register .main_title h2 span { font-weight:300; }

.row-fluid .hero_event { height:800px; overflow:hidden; }
.row-fluid .hero_event .hs-responsive-embed-wrapper.hs-responsive-embed { max-width:100% !important; max-height:100vh !important; }

.row-fluid .event_register .option-combo { border:3px solid #fff; background:#e6e6e6; }
.row-fluid .event_register.project-filters .option-combo > span.title span.inside { margin-right:15px; color: #d1d3d4; font-family:EffraMedium; font-weight:normal; min-width:70px; display:inline-block; color:#fff; position:relative; top:-1px; }

.row-fluid .event_register .option-combo { width:33.33%; }
.row-fluid .event_row .project-box { width:33.33%; border:3px solid #fff; }
.row-fluid .event_row .project_box_inner { padding:50px; height:auto; position:relative; color:#fff; }
.row-fluid .event_row .project_box_inner:before { content:''; width:100%; height:100%; position:absolute; top:0; left:0; background:#001231; opacity:0.5; -webkit-transition: all  0.4s ease-in-out;
-moz-transition: all  0.4s ease-in-out;
-o-transition: all  0.4s ease-in-out;
-ms-transition: all  0.4s ease-in-out;
transition: all  0.4s ease-in-out;; }
.row-fluid .event_row .project_box_inner > div { position:relative; }
.row-fluid .event_row .project_box_inner .city-info { font-family:EffraRegular; }
.row-fluid .project_event_title h3 { padding:0 0 0 0; color:#fff; } 
.row-fluid .project_event_content { margin:10px 0; font-size:18px; min-height:180px; line-height:22px; opacity:0; -webkit-transition: all  0.4s ease-in-out;
-moz-transition: all  0.4s ease-in-out;
-o-transition: all  0.4s ease-in-out;
-ms-transition: all  0.4s ease-in-out;
transition: all  0.4s ease-in-out;; }
.row-fluid .event_row .project-box.full { width:66.66%; }

.row-fluid .event_project { background:#bfd730; }
.row-fluid .event_project .project_box_inner:before { display:none; } 
.row-fluid .event_project .event_project_title { margin-top:30px; }
.row-fluid .event_project .event_project_title h3 { padding:0; color:#fff; font-size:24px; line-height:30px; }

.row-fluid .event_row .project-box:hover .project_box_inner:before { opacity:0.95; background:#bfd730; }
.row-fluid .event_row .project-box:hover .project_event_content { opacity:1; }

.row-fluid .event_row .project-box-new.full , .row-fluid .event_row .project-box-new.half { width:25%; }
.row-fluid .event_row .project-box-new .project_event_title h3 { font-size:22px; line-height:28px; }
.row-fluid .event_row .project-box-new .project_box_inner { padding:20px; }    
.row-fluid .event_row .project-box-new .project_box_inner .city-info { font-size:18px; line-height:24px; }

.row-fluid .project-wrap .project-box-new .project_event_title h3 { font-size:22px; line-height:28px; }
.row-fluid .project-wrap .project-box-new .project_box_inner { padding:20px; }    
.row-fluid .project-wrap .project-box-new .project_box_inner .city-info { font-size:18px; line-height:24px; }

.row-fluid .event_height { display:flex; align-items:center; }
.row-fluid .sorry-listings h2 {font-family: EffraRegular;font-weight: 600;}
.row-fluid .sorry-listings h2 > span {font-weight: 300;}
.row-fluid .sorry-listings {padding: 50px 5% 50px;}

/* 16-01-2020 */
.project-listing .project-wrap { margin-bottom: 20px; }
.project-listing .project-wrap h2 { font-family: EffraRegular; }
.project-listing .project-wrap .project-box.project-box-new .project_box_inner { height: initial; z-index: 0; } 
.project-listing .project-wrap .project-box.project-box-new .project_box_inner:before { background: #001231; opacity: 0.5; z-index: -1; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.project-listing .project-wrap .project-box.project-box-new:hover .project_box_inner:before { opacity: 0.95; background: #bfd730; }
.project-listing .project-wrap .project-box.project-box-new:hover .project_event_content { opacity: 1; }
.project-listing .project-wrap .project-box.project-box-new .project_event_content { color: #ffffff; }
.project-listing .project-wrap .project-box.project-box-new .city-info { font-family: EffraRegular; color: #ffffff; }

/*------------- 15-05-2020 -------------*/
.hs-blog-listing .row-fluid .list-sec { padding-top:0; }
.row-fluid .list-sec .list-group-wrap { display: block; width: auto; float: none; margin-left: -2px; margin-right: -2px; }
.row-fluid .list-sec .list-group { width: 100%; float: left; }
.row-fluid .list-sec .list-group .post-item { padding: 2px; float: left; border: 0px; }
.row-fluid .list-sec .list-group .post-item .box-in { width: 100%; float: left; position: relative; z-index: 2; }
.row-fluid .list-sec .list-group .post-item.first_listing { display: block !important; }
.row-fluid .list-sec .list-group .post-item.first_listing .post-featured-img { height:643px; }
.row-fluid .list-sec .list-group .post-item .post-featured-img { height: 320px; background-size: cover; background-repeat: no-repeat; background-position: center center; width: 100%; }
.row-fluid .list-sec .list-group .post-item .box-in .link { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; display: block; font-family:EffraMedium; }
.row-fluid .list-sec .list-group .post-item .post-text { position: absolute; z-index: 0; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; background-color: transparent; padding: 30px 30px 120px; background: -moz-linear-gradient(bottom, rgba(0, 59, 67, 0) 0%, rgba(0, 59, 67, 0.78) 100%); background: -webkit-linear-gradient(bottom, rgba(0, 59, 67, 0) 0%, rgba(0, 59, 67, 0.78) 100%); background: linear-gradient(to top, rgba(0, 59, 67, 0) 0%, rgba(0, 59, 67, 0.78) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7003b43', endColorstr='#00003b43', GradientType=0); }
.row-fluid .list-sec .list-group .post-item .post-text h2 { padding:15px 0; font-size: 21px; line-height: 28px; color: #fff; font-family: EffraMedium; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.row-fluid .list-sec .list-group .post-item .post-text .past_date { font-size: 21px; line-height: 1px; font-family: EffraMedium; text-transform: uppercase; letter-spacing: 1px; color: #fff; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; padding: 0 35px 35px; }
/* .row-fluid .list-sec .list-group .post-item .box-in:hover .post-text h2 { opacity:1; visibility:visible; } */
.row-fluid .list-sec .list-group .post-item .post-text .topic-wrap { padding: 0 30px 30px 30px; position: absolute; bottom: 0; left: 0; width: 100%; }
.row-fluid .list-sec .list-group .post-item .post-text .topic-wrap a.topic-link { display: inline-block; font-size: 22px; line-height: 30px; color: #fff; font-family: Tiempo; }
.row-fluid .list-sec .list-group .post-item.first_listing .post-text h2 { font-size: 32px; line-height: 40px; color: #fff; padding-top:0; }
.row-fluid .list-sec .list-group .post-item:nth-child(7n + 1), .row-fluid .list-sec .list-group .post-item:nth-child(7n + 4), .row-fluid .list-sec .list-group .post-item:nth-child(7n + 5) { width: 50%; }
/* .row-fluid .list-sec .list-group .post-item:nth-child(7n + 1) .post-featured-img { height: 643px; } */
.row-fluid .list-sec .list-group .post-item:nth-child(7n + 2), .row-fluid .list-sec .list-group .post-item:nth-child(7n + 3), .row-fluid .list-sec .list-group .post-item:nth-child(7n + 6), .row-fluid .list-sec .list-group .post-item:nth-child(7n + 7), .row-fluid .list-sec .list-group .post-item:nth-child(7n + 8), .row-fluid .list-sec .list-group .post-item:nth-child(7n + 9) { width: 25%; }
.row-fluid .list-sec .list-group .post-item:nth-child(10), .row-fluid .list-sec .list-group .post-item:nth-child(16), .row-fluid .list-sec .list-group .post-item:nth-child(17), .row-fluid .list-sec .list-group .post-item:nth-child(22) { width:50%; }
.row-fluid .list-sec .list-group .post-item:nth-child(12), .row-fluid .list-sec .list-group .post-item:nth-child(13), .row-fluid .list-sec .list-group .post-item:nth-child(14), .row-fluid .list-sec .list-group .post-item:nth-child(15), .row-fluid .list-sec .list-group .post-item:nth-child(18), .row-fluid .list-sec .list-group .post-item:nth-child(19), .row-fluid .list-sec .list-group .post-item:nth-child(20), .row-fluid .list-sec .list-group .post-item:nth-child(21) { width:25%; }

.hs-blog-post .dropdown-wrap { padding: 0 120px; }
.row-fluid .dropdown_style { border: 1px solid #e8e8e8; position: relative; }
.row-fluid .dropdown_style h3 { cursor:pointer; font-size: 20px; line-height: 28px; color: #001231; font-family: EffraMedium; padding: 19px 20px; position: relative; }
.row-fluid .dropdown_style h3:after { content: '\f107'; height: 100%; font-family: 'fontAwesome'; font-size: 30px; display: inline-block; position: absolute; right: 20px; top: 0; display: flex; align-items: center; }
.row-fluid .dropdown_style h3.active:after { content: "\f106"; }
.row-fluid .dropdown_style .widget-module { margin: 0; padding: 0; max-height: 486px; list-style-type: none; position: absolute; top: 100%; left: 0; width: 100%; background: #fff; z-index: 9; border-top: 1px solid #e8e8e8; display: none; overflow-y: auto !important; }
/* .row-fluid .dropdown_style .widget-module .filter-expand-link { display: none; } */
.row-fluid .dropdown_style .widget-module ul { margin: 0; padding: 0; }
.row-fluid .dropdown_style .widget-module ul li { list-style: none; margin: 0; font-family: EffraRegular; cursor: pointer; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.row-fluid .dropdown_style .widget-module ul li a { padding: 14px 15px; display: inline-block; width: 100%; font-size: 18px; line-height: 24px; }
.row-fluid .dropdown_style .widget-module ul li a:hover { color: #43bead; background: #f6f6f6; }

.row-fluid .list-sec .list-group .post-item.first_listing .post-text{padding:0;}
.row-fluid .list-sec .list-group .post-item.first_listing .post-title{float:left;width:100%;position:relative;padding:30px 30px 120px;}
.row-fluid .list-sec .list-group .post-item.first_listing .post-title:before{position:absolute;content:"";height:80px;width:100%;left:0;top:0;background:-moz-linear-gradient(top,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);z-index:3;}
.row-fluid .list-sec .list-group .post-item.first_listing .post-text h4{padding:0;color:#fff;font-family:'EffraLight';font-size:24px;line-height:28px;position:relative;z-index:5;}

.text-mosaic{padding:30px 0 35px; color:#001231;}
.text-mosaic .list-wrapper{margin:0 -3px 0 0; display:flex; flex-flow:row wrap;}
.text-mosaic .list-wrapper .list{min-height:227px; /*align-items:center;*/ display:flex;justify-content:center;margin:0 5px 5px 0;padding:25px 20px;font-family: "EffraRegular";}
.text-mosaic .list-wrapper .list ul{margin:0;padding:0 0 0 20px;}
.text-mosaic .list-wrapper .list .top-text{padding:0 0 15px;}
.text-mosaic .list-wrapper .list .bottom-text{font-size:17px;line-height:normal; display:flex; align-items:center;}
.text-mosaic .list-wrapper .list[data-width="25"]{width:calc(25% - 5px);}
.text-mosaic .list-wrapper .list[data-width="50"]{width:calc(50% - 5px);}
.text-mosaic .list-wrapper .list[data-width="75"]{width:calc(75% - 5px);}
.text-mosaic .list-wrapper .list.big .bottom-text{font-size:78px; line-height: 30px;}

.text-mosaic .list-wrapper .list:nth-child(1) .bottom-text{color:#0F5E62;}
.text-mosaic .list-wrapper .list:nth-child(2) .bottom-text{color:#43BEAD;}
.text-mosaic .list-wrapper .list:nth-child(3) .bottom-text{color:#BFD730;}
.text-mosaic .list-wrapper .list:nth-child(4) .bottom-text{color:#0E4558;}

.covid-blog .row-fluid .dropdown-wrap { width: 100%; float: left;padding: 50px 0px;}
.covid-blog .row-fluid .list-sec .list-group .post-item .post-text .topic-wrap a.topic-link{ font-size: 14px; line-height: 1; font-family: EffraMedium; text-transform: capitalize;}
.covid-blog .row-fluid .list-sec .list-group .post-item .post-text .past_date{bottom: 60px; padding: 0 31px 35px;}   
.covid-blog .row-fluid .dropdown_style.tag h3{ text-transform:capitalize; }

.covid-blog .row-fluid .list-sec .list-group .post-item .post-text .topic-wrap a.topic-link,.covid-blog .row-fluid .list-sec .list-group .post-item .post-text .topic-wrap a.topic-link:nth-child(4) span { display:none }
.covid-blog .row-fluid .list-sec .list-group .post-item .post-text .topic-wrap a.topic-link:nth-child(1),
.covid-blog .row-fluid .list-sec .list-group .post-item .post-text .topic-wrap a.topic-link:nth-child(2), 
.covid-blog .row-fluid .list-sec .list-group .post-item .post-text .topic-wrap a.topic-link:nth-child(3),
.covid-blog .row-fluid .list-sec .list-group .post-item .post-text .topic-wrap a.topic-link:nth-child(4) { display:inline-block; }

/* 24-09-2020 */
/* .event_row .project-wrap .project-list-inner .project-box:nth-child(1) { width: 50%; }
.event_row .project-wrap .project-list-inner .project-box:nth-child(2), .event_row .project-wrap .project-list-inner .project-box:nth-child(3) { width: 25%; }
.event_row .project-wrap .project-list-inner .project-box:nth-child(4) { width: 50%; }
.event_row .project-wrap .project-list-inner .project-box:nth-child(1) .project_box_inner.fl100 { height: 643px; }*/
.event_row .project-wrap .project-list-inner .project-box .project_box_inner:before {content: '';opacity: 1;background: -moz-linear-gradient(bottom, rgba(0, 59, 67, 0) 0%, rgba(0, 59, 67, 0.78) 100%);background: -webkit-linear-gradient(bottom, rgba(0, 59, 67, 0) 0%, rgba(0, 59, 67, 0.78) 100%);background: linear-gradient(to top, rgba(0, 59, 67, 0) 0%, rgba(0, 59, 67, 0.78) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7003b43', endColorstr='#00003b43', GradientType=0);}


/* 25-09-2020 */
.hero-banner-wrapper { padding: 50px 0; }
/* .hero-banner-wrapper .wrapper { max-width: 1370px; } */
.hero-banner-wrapper .single-slider { background-repeat: no-repeat; background-size: cover; background-position: center; min-height: 560px; margin: 0 2px; display: flex !important;  position: relative; z-index: 0; }
.hero-banner-wrapper .single-slider:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%; z-index: -1; }
.hero-banner-wrapper .single-slider:focus { outline: none; }
.hero-banner-wrapper .inner-content { display: flex; width: 100%;  align-items: flex-end; }
.hero-banner-wrapper .inner-content > div { max-width: 810px; margin: 0 auto 30px; padding: 0 30px; }
.hero-banner-wrapper .inner-content > div { max-width:1007px; }
.hero-banner-wrapper .inner-content .left-image { width: 150px; float: left; border-left: 5px solid #43bead; }
.hero-banner-wrapper .inner-content .left-image img { width: 100%; height: 150px; object-fit: cover; }
.hero-banner-wrapper .inner-content .right-content { float: left; width: calc(100% - 150px); padding-left: 30px;  }
.hero-banner-wrapper .inner-content .right-content .top-title h4, .full-content-section .top-title h4 { margin-right: 20px;  font-family: EffraLight; display: inline-block;}
.hero-banner-wrapper .inner-content .right-content .top-title h4:first-child, .full-content-section .top-title h4:first-child { font-weight: 700;  font-family: 'EffraMedium'; } 
.hero-banner-wrapper .inner-content .right-content h4 { color: #ffffff; padding: 0; }
.hero-banner-wrapper .inner-content .right-content p { padding: 5px 0 0; color: #ffffff; }
.hero-banner-wrapper button.slick-arrow { padding: 0; background: transparent; }
.hero-banner-wrapper button.slick-prev.slick-arrow { left: 80px; }
.hero-banner-wrapper button.slick-next.slick-arrow { right: 80px; }
.hero-banner-wrapper button.slick-next.slick-arrow:before {content: '\f138';}
.hero-banner-wrapper button.slick-prev.slick-arrow:before { content: '\f137'; }
.hero-banner-wrapper button.slick-arrow:before { font-size: 35px; color: #808285; }
.hero-banner-wrapper button.slick-arrow { height: 42px; width: 42px; background: unset; }
.hero-banner-wrapper button.slick-next.slick-arrow { right: 110px; width: 42px; height: 42px; background-image: url(https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/Images/play-right.svg); background-size: 42px; background-repeat: no-repeat; }
.hero-banner-wrapper button.slick-next.slick-arrow:before { display: none; }
.hero-banner-wrapper button.slick-prev.slick-arrow { left: 110px; width: 42px; height: 42px; background: url(https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/Images/play-left.svg) no-repeat; background-size: 42px; }
.hero-banner-wrapper button.slick-prev.slick-arrow:before { display: none; }
.hero-banner-wrapper .hero-main-slider { padding: 0 1.5px;}

.full-content-section { padding: 0px 0px 30px; }
.full-content-section .wrapper { max-width: 1397px; }
.full-content-section .content-single-slider { background-repeat: no-repeat; background-size: cover; background-position: center; min-height: 560px;  margin: 0 2px; display: flex !important;  position: relative; z-index: 0; }
.full-content-section .content-single-slider:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%; z-index: -1; }
.full-content-section .content-single-slider:focus { outline: none; }
.full-content-section .inner-content { display: flex; width: 100%;  align-items: flex-end; }
.full-content-section .inner-content > div { max-width: 600px; margin: 0 auto 30px; text-align: center; }
.full-content-section .inner-content h4 { color: #ffffff; padding: 0; }
.full-content-section .inner-content p { padding: 5px 0 0; color: #ffffff; }
.full-content-section button.slick-arrow { padding: 0; background: transparent; }
.full-content-section button.slick-prev.slick-arrow { left: 80px; }
.full-content-section button.slick-next.slick-arrow { right: 80px; }
.full-content-section button.slick-next.slick-arrow:before {content: '\f138';}
.full-content-section button.slick-prev.slick-arrow:before { content: '\f137'; }
.full-content-section button.slick-arrow:before { font-size: 35px; color: #808285; }
.full-content-section button.slick-arrow { height: 42px; width: 42px; background: unset; }
.full-content-section button.slick-next.slick-arrow { right: 110px; width: 42px; height: 42px; background-image: url(https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/Images/play-right.svg); background-size: 42px; background-repeat: no-repeat; }
.full-content-section button.slick-next.slick-arrow:before { display: none; }
.full-content-section button.slick-prev.slick-arrow { left: 110px; width: 42px; height: 42px; background: url(https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/Images/play-left.svg) no-repeat; background-size: 42px; }
.full-content-section button.slick-prev.slick-arrow:before { display: none; }

.two-col-content-wrapper { padding: 50px 0; }
.two-col-content-wrapper .two-col-repeater > div { max-width: 1000px; margin: 0 auto; }
.two-col-content-wrapper .left-image { float: left; width: 250px; border-left: 5px solid #43bead; }
.two-col-content-wrapper .left-image img { height: 250px; object-fit: cover; }
.two-col-content-wrapper .right-content { float: left; width: calc(100% - 250px); padding-left: 100px; }
.two-col-content-wrapper .right-content h4 { padding: 0 20px 0 0; display: inline-block; width: auto; }
.two-col-content-wrapper .right-content img {max-height: 40px;}
.two-col-content-wrapper button.slick-arrow { padding: 0; width: 42px; height: 42px; background-repeat: no-repeat; background-size: 42px; background-color: #001231; border-radius: 100%; background-position: center; border: 1px solid #001231; }
.two-col-content-wrapper button.slick-prev.slick-arrow { left: 80px; }
.two-col-content-wrapper button.slick-next.slick-arrow { right: 80px; }
.two-col-content-wrapper button.slick-next.slick-arrow:before {content: '';}
.two-col-content-wrapper button.slick-prev.slick-arrow:before { content: ''; }
.two-col-content-wrapper button.slick-prev.slick-arrow { background-image: url(https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/Images/play-left.svg); }
.two-col-content-wrapper button.slick-next.slick-arrow { background-image: url(https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/Images/play-right.svg); }
.two-col-content-wrapper button.slick-arrow:before { font-size: 35px; color: #001231; }
.two-col-content-wrapper .right-content h6 { padding-bottom: 0; display: inline-block; width: auto; font-family: EffraLight; }
.two-col-content-wrapper .two-col-repeater:focus { outline: none; }

/* 01-10-2020 */
.content-image-wrapper .content-image-box { padding-bottom: 100px; }
.content-image-wrapper .content-image-box:last-child { padding-bottom: 0; }
.content-image-wrapper .content-image-box.left-img .content-image-inner { flex-direction: row-reverse; }
.content-image-wrapper .content-image-box.left-img .content-image-inner .content-image { padding-right: 50px; padding-left: 0; }

.row-fluid .embed_frame { padding:0 0; }
.row-fluid .embed_frame .content-image-inner { display: flex; align-items: center; }
.row-fluid .embed_frame .left-content { padding:0 20px 0 0; width:40%; float:left; }
.row-fluid .embed_frame .content-image { width:60%; float:left; }

.row-fluid .panelV2_main .insta-feeds .instagram-image { position:absolute !important; left:0; top:0; width:100% !important; height:100%; margin:0 !important; -webkit-transform: scale(1.25); -moz-transform: scale(1.25); -o-transform: scale(1.25); -ms-transform: scale(1.25); transform: scale(1.25); transition:all .4s ease; }
.row-fluid .panelV2_main .insta-feeds .instagram-image:hover { -webkit-transform: scale(1.20); -moz-transform: scale(1.20); -o-transform: scale(1.20); -ms-transform: scale(1.20); transform: scale(1.20); }
.row-fluid .panelV2_main .insta-feeds .instagram-image img { object-fit: cover; }

.content-image-wrapper .content-image * {overflow: hidden !important;}
.row-fluid .embed_frame .content-image{width:59%}


/* 09/03/2021 */

.row-fluid .left-menu.top-box .left-stick-form .inputs-list input[type="checkbox"] + span{font-size:12px;line-height:18px;}
.sticky-sidebar .left-menu p{font-size: 12px !important;line-height: 18px;}
.row-fluid .left-menu.top-box .left-stick-form .hs-fieldtype-booleancheckbox{padding-bottom:0;} 
.row-fluid .left-menu.top-box .left-stick-form .hs-form-booleancheckbox{padding: 0 0 0px 25px;}
.unispace-covide-workplace{padding-bottom: 135px;}
.sticky-sidebar .right-scroll-content .repeater .headerz.new-unispace iframe.ceros-experience{height: 0px !important;}
.row-fluid .left-menu.top-box .left-stick-form .inputs-list input[type="checkbox"]:checked + span:after{top:6px; left: -25px;}
.row-fluid .left-menu.top-box .left-stick-form .inputs-list input[type="checkbox"] + span:before{top: 4px; width: 16px; height: 16px;}
.sticky-sidebar .right-scroll-content .repeater .headerz .hs-embed-wrapper{overflow:visible !important;max-height:none !important;}

.sticky-sidebar .row-fluid .inputs-list input[type="checkbox"]:checked + span:after{width: 16px; line-height: 12px;}
.sticky-sidebar ul.hs-error-msgs label.hs-error-msg { color: red;}


.hero-paralaxv2 .paroller { max-width: 100%; min-height: 517px; background-position: center !important; background-attachment: fixed; display: flex; align-items: center; }

/* 12-05-2021 */
.row-fluid .footer_section { margin-top: 7px; padding: 70px 0 50px; background: #efeff0; }
.row-fluid .footer_title { font-size: 30px; color: #ccc; font-weight: 600; line-height: normal; margin-bottom: 50px; }
.row-fluid .footer_col { width: 25%; margin: 0; padding: 0 15px; }
.recent-footer ul { list-style: none; padding: 0; margin: 0; }
.recent-footer ul li { font-size: 13px; width: 100%; padding: 6px 0; }
.row-fluid .recent-footer ul li a { padding: 0; font-weight: 600; }
.recent-footer h4 { font-size: 16px; padding: 0 0 20px; }
.row-fluid .footer_row > div { margin: 0 -10px; }

.footer_social_wrap { text-align: center; padding: 30px 0; }
.footer_social_wrap .footer_social { margin-bottom: 30px; }
.row-fluid .footer_btn a { padding: 9px 40px; font-size: 16px; line-height: 24px; color: #fff; display: inline-block; background: #001231; border-color: #001231 !important; }
.row-fluid .footer_btn a:hover {  background: #fff; color: #001231 !important; }
.row-fluid .footer_col.features_col { padding-left: 110px; }
.row-fluid .footer_section .copyright { font-size: 14px; font-weight: 700; margin-top: 70px; line-height: normal; } 


.row-fluid .footer-main .footer_col.features_col { padding-left: 0;}
.row-fluid .footer-main .recent-footer ul li a { word-break: unset !important; white-space: inherit; }


/**/
.row-fluid .search_box { margin:0; width: 17%; } 
.row-fluid .top-right > div > div { display:flex; flex-wrap:wrap; align-items: center; }
.row-fluid .top-right .ss360-custom-search__searchbox { padding:10px 15px; font-size:16px; }
.row-fluid .top-right .top-cta .btn a { margin-top:0; }
.row-fluid .top-right .top-cta { margin-top:0; }
.row-fluid .top-right .ss360-n-button { padding:0 10px; background:#001231; border-color:#001231; } 
.row-fluid .search_box .unibox__suggest-heading { font-size:16px; padding:10px 15px; background:#f2f2f2; }
.row-fluid .search_box .unibox__selectable { font-size:16px; }
.row-fluid .search_box  #unibox-suggest-box { font-size:16px; width: 600px !important; max-width: 100% !important; left: auto !important; right: 0; min-width: 600px !important; }
.ss360-layer.ss360-layer--overlay { left:calc((100% - 1200px)/2 - 28px); max-width:1200px; }
.row-fluid .search_box .unibox__selectable { width: 100%; display: flex; flex-wrap: wrap; align-items: center; }
.row-fluid .search_box .unibox__selectable .unibox__img-container img { width: auto; max-width: 140px; height: auto; max-height: inherit; }
.row-fluid .search_box .unibox__content-container { width: calc(100% - 150px); font-size: 16px; line-height: 20px; }
.row-fluid .search_box .unibox__img-container { max-width: 140px; display: inline-block; width: 100%; }  


/*-- 27/12/2021 --*/
.row-fluid .inner-post-pop-form { position: fixed; top: 0; left: 0; width: 100%; height: 100vh; transition: all 0.2s; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 9999; background: #000; padding: 40px 20px; overflow: auto; display: none; }
.row-fluid .inner-post-pop-form>div { max-width: 880px; width: 100%; display: flex;  justify-content: center; align-items: center; margin: auto; height: 100%;}
.row-fluid .inner-post-pop-form>div h3 { font-size: 48px; line-height: 60px; color: #fff; text-align: center; font-family: Neue Haas Grotesk Display Pro; padding-bottom: 70px; }
.row-fluid .inner-post-pop-form .hs-form-field { margin-bottom: 0; }
.row-fluid .inner-post-pop-form .hs-form-field input, .row-fluid .inner-post-pop-form .hs-form-field select { border: 0; border-bottom: 2px solid #FFFFFF; background: #000; padding: 0 10px 0 0; color: #fff; appearance: auto; -webkit-appearance: auto;}
.row-fluid .inner-post-pop-form  form { max-width: 610px; width: 100%; margin: auto; }
.row-fluid .inner-post-pop-form .hs-form-field>label { color: #43BEAD; font-size: 12px; text-transform: uppercase; font-weight: 400; font-family: 'EffraRegular'; }
.row-fluid .inner-post-pop-form .hs-submit .hs-button { background: #FFD400; border-radius: 25px; color: #000000; letter-spacing: 3.5px; text-transform: uppercase; font-size: 14px; height: auto; border: 2px solid #FFD400; line-height: normal; padding: 11px 30px 10px; text-align: center; }
.row-fluid .inner-post-pop-form .hs-submit .hs-button:hover { background: #000; color: #FFD400; }
.row-fluid .inner-post-pop-form .legal-consent-container li.hs-form-booleancheckbox { color: #fff; padding: 0 0 0 11px; margin: 20px 0 0; font-size: 16px; font-family: 'EffraRegular'; }
.row-fluid .inner-post-pop-form .legal-consent-container li.hs-form-booleancheckbox input[type="checkbox"] + span:before { background: #000; border: 2px solid #FFFFFF; border-radius: 6px; left: -28px; }
.row-fluid .inner-post-pop-form .legal-consent-container li.hs-form-booleancheckbox input[type="checkbox"]:checked + span:after { left: -28px; font-size: 9px; }
.row-fluid .inner-post-pop-form fieldset { margin-bottom: 15px; }
.row-fluid .inner-post-pop-form>div h3 span { font-family: EffraRegular;}
.info-popup-open { overflow: hidden; }
.form_submit_success .inner-post-pop-form { display: none !important; }
.form_submit_success { overflow: auto !important;}












/* 09/03/2021 */

@media (min-width: 992px){
    
    .row-fluid .footer-main .footer_col.projects_col { width: 20%; }
    .row-fluid .footer-main  .footer_col.social_col { width: 30%; }
    
}

@media (min-width: 1050px){

    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { position:relative; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:after { content:''; width:100%; height:2px; position:absolute; bottom:0; left:0; background:#43bead; -webkit-transition: all  0.4s ease-in-out;
-moz-transition: all  0.4s ease-in-out;
-o-transition: all  0.4s ease-in-out;
-ms-transition: all  0.4s ease-in-out;
transition: all  0.4s ease-in-out;; opacity:0; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a { color:#43bead; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover > a:after { bottom:5px; opacity:1; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.active-branch > a { color:#43bead; } 
    body .row-fluid .mainmenu .hs-menu-wrapper ul li ul { width:180px; padding:15px 20px; margin: 0px; background:#fff; position: absolute; top:100%; left:0; border:1px solid #d1d3d4; }  

    body .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper { width:180px; padding:15px 20px; margin: 0px; background:#fff; position: absolute; top:100%; left:50%; -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);; border:1px solid #d1d3d4; }
    body .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper:before { content: " "; width: 0; height: 0; border-style: solid; border-width: 0 .5rem .5625rem; border-color: transparent transparent #d1d3d4; position: absolute; top:-10px; left: 50%; margin-left:-8px; }
    body .row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper:after { content: " "; width: 0; height: 0; border-style: solid; border-width: 0 .4375rem .5rem; border-color: transparent transparent #fff; position: absolute; top: -8px; left: 50%; margin-left: -7px; }

    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li { padding: 0px; margin: 0px; display: block; float: none; text-transform: none; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:link , .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:visited { padding:12px 0; width:100%; font-size:16px; line-height:24px; font-weight:400; color:#808285; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover { color:;  }

    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:after { content:''; margin:0 auto; width:57%; height:2px; display:block; background:#43bead; -webkit-transition: all  0.4s ease-in-out;
-moz-transition: all  0.4s ease-in-out;
-o-transition: all  0.4s ease-in-out;
-ms-transition: all  0.4s ease-in-out;
transition: all  0.4s ease-in-out;; opacity:1; -webkit-transition: all  0.4s ease-in-out;
-moz-transition: all  0.4s ease-in-out;
-o-transition: all  0.4s ease-in-out;
-ms-transition: all  0.4s ease-in-out;
transition: all  0.4s ease-in-out;; -webkit-transform: translateY(5px);
-moz-transform: translateY(5px);
-o-transform: translateY(5px);
-ms-transform: translateY(5px);
transform: translateY(5px);; opacity:0; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li ul li a:hover:after { -webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);; opacity:1; }


}

@media (max-width:1400px) { 

    .row-fluid .wrapper { width:100%; padding:0 10px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li { padding:38px 8px 31px; }

    .row-fluid .hero_event { height:auto; overflow:hidden; }
 
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { font-size:14px; }
    
}
@media (min-width: 1200px) and (max-width:1270px) {
    
    .row-fluid .footer_social ul li { margin: 0 5px; }
    
}
@media (max-width: 1200px) {

    .row-fluid .mainmenu .hs-menu-wrapper > ul > li { padding:38px 5px 31px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { font-size:14px; }

    .row-fluid .wrapper { width:100%; padding:0 10px; }
    .row-fluid .top .wrapper { padding:0; }
    .row-fluid .panel_section .wrapper , .row-fluid .hero_section_main .wrapper { padding:0; }

    .row-fluid .hero_video iframe { width:100% !important; }

    .row-fluid .panel_img , .row-fluid .panel_img:hover { background-size:cover; } 

    .row-fluid .jobs-list .job { width:33.33%; }  
    .row-fluid .blog_section { padding:80px 0 0; }

    .row-fluid .blog-post-inner { padding:0 15px; }

    .row-fluid .integrated_number .number { font-size: 100px; line-height: 115px; }
    .row-fluid .client_list ul li { padding:12px 2px; font-size:18px; line-height:24px; }  

    .row-fluid .panel_link { padding:0 25px; }
    .row-fluid .single-work { width:33.33%; }

    .row-fluid .resource_content { display:none; width:66.66%; }

    .row-fluid .locations_counting { width:66.66%; }
    .row-fluid .location-box { width:33.33%; }

    .row-fluid .beautiful_title { padding:40px; } 
    .row-fluid .beautiful_title h2 { font-size:46px; line-height:56px; }

    .row-fluid .results-section h2 { font-size:40px; line-height:48px; }
    .row-fluid .results-text { font-size:21px; line-height:28px; }

    /* */
    .row-fluid .hero-video-wrap { padding: 0 12px; }

    .row-fluid .event_row .project-box-new.full , .row-fluid .event_row .project-box-new.half { width:50%; }

    .project-listing .project-box.project-box-new { width: 50%; }
    .text-mosaic .list-wrapper .list.big .bottom-text{font-size: 58px;}

    .hero-banner-wrapper button.slick-prev.slick-arrow, .full-content-section button.slick-prev.slick-arrow { left: 60px; }
    .hero-banner-wrapper button.slick-next.slick-arrow, .full-content-section button.slick-next.slick-arrow { right: 60px; }

    .two-col-content-wrapper .two-col-repeater > div { max-width: 900px; }
    .two-col-content-wrapper button.slick-prev.slick-arrow { left: 30px; }
    .two-col-content-wrapper button.slick-next.slick-arrow { right: 30px; }
    .two-col-content-wrapper .two-col-repeater > div { padding: 0 50px; }   
    .two-col-content-wrapper .right-content { padding-left: 50px; }
    .hero-banner-wrapper .inner-content > div { max-width:810px; }

    .subhero-section .sub-embed { min-height: 550px; }
    .subhero-section h1 { font-size: 46px; }
    .hero-paralax .paroller { min-height: 550px; }
    .hero-paralax h1 { font-size: 45px; }
    .pillar-stick {margin-left: 0 !important;}
    
    /* */
    .hero-paralaxv2 .paroller { min-height: 517px; }

    .subhero-section .embedeb-code iframe { min-width: 110vw; min-height: 110vw; }
    
    .pillar-stick .span8.right-side {  width: 60%; }
    .pillar-stick  .span4.left-side { width: 38%; }
    
    /* */
    .recent-footer ul li {font-size: 14px; line-height: 24px; }
    .row-fluid .footer_col.features_col { padding-left: 60px; }
    .row-fluid .footer_social_wrap .footer_social ul li { margin: 0 4px; }
    .row-fluid .footer_social_wrap .footer_social ul li a { width: 38px; height: 38px;  font-size: 16px; line-height: 37px; }
    .row-fluid .footer_section .copyright { font-size: 14px; margin-top: 40px; }

}
@media (min-width: 768px)
{
    .content-image-wrapper .content-image * { height: 100% !important; min-height: 100%; width: 100% !important; max-width: 100% !important; }
}

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

   

}

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

    h1 { font-size:34px; line-height:46px; }
    h2 { font-size:30px; line-height:40px; }
    h3 { font-size:28px; line-height:34px; }
    h4 { font-size:26px; line-height:32px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:22px; line-height:26px; }

    .row-fluid .top-cta .btn a { padding:9px 30px; }
    .row-fluid .panel_inner { padding:25px; }
    .row-fluid .panel_inner h2 { font-size:26px; line-height:38px; }

    .row-fluid .project-filters .option-combo > span.title { font-size:16px; }
    .row-fluid .clients_text { padding:60px 30px; }

    .row-fluid .more-projects-section .project_box_inner { height:200px; }


    .row-fluid .event_row .project_box_inner { padding:30px 15px; }

}

@media (max-width: 1049px) { 
    body { padding-top: 75px; }

    .row-fluid .logo { margin:22px 0 18px; padding-left: 30px; }

    .row-fluid .panel_box { width:50%; }
    .row-fluid .panel_box.full { width:100%; }

    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited, .row-fluid .mainmenu .hs-menu-wrapper ul li a { color:#fff; text-align:center; font-size:21px; line-height:28px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li { padding:0; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li { -webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
-ms-transform: translateY(0px);
transform: translateY(0px); -webkit-transition: all  0.4s ease-in-out;
-moz-transition: all  0.4s ease-in-out;
-o-transition: all  0.4s ease-in-out;
-ms-transition: all  0.4s ease-in-out;
transition: all  0.4s ease-in-out;; /*opacity:0;*/ }
    .row-fluid .mainmenu .hs-menu-wrapper ul { display:none; }
    .mobile-open .row-fluid .mainmenu .hs-menu-wrapper ul { display:block; }
    .row-fluid .mainmenu .hs-menu-wrapper ul li.actives { -webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);; opacity:1; }
    .row-fluid .mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a { padding:20px 5px; }
    .row-fluid .mainmenu  ul li.hs-item-has-children > ul li a { padding:10px 5px; font-family:EffraLight; }

    .row-fluid .top-cta { margin:0; width:100%; text-align:center; }
    .row-fluid .top-cta .btn { width:100%; margin:15px 0; }
    .row-fluid .top-cta .btn a { margin:0 auto; width:auto; display:table; min-width: 180px; text-align: center; min-width: 180px; text-align: center; color:#fff; border-color:#fff; }

    .row-fluid .hero_video iframe { height:480px !important; }
    .row-fluid .panel_img_main { display:none; }
    .row-fluid .hero_slider .slick-arrow.slick-prev { left:28px; } 
    .row-fluid .hero_slider .slick-arrow.slick-next { right:28px; } 
    .hero-banner-wrapper button.slick-next.slick-arrow, .full-content-section button.slick-next.slick-arrow { right: 28px; }
    .hero-banner-wrapper button.slick-prev.slick-arrow, .full-content-section button.slick-prev.slick-arrow { left: 28px; }

    .row-fluid .projects_section { padding:0; }
    .row-fluid .projects_title { padding:30px 50px 50px; }
    .row-fluid .projects_title h1 { font-size:52px; line-height:56px; }

    .row-fluid .projects_bar { width:100%; padding:0; }  
    .row-fluid .projects_right { margin:0; padding:40px 0; width:100%; }

    .row-fluid .cta_strip_inner { padding:40px 15px; }

    .row-fluid .project-filters .option-combo > span.title { font-size:18px; } 
    .row-fluid .project-filters .option-combo { width:100%; }
    .row-fluid .project-box { width:33.33%; }

    .row-fluid .hero_careers_inner h1 { font-size:54px; line-height:60px; }

    .row-fluid .post-text { padding:40px 30px; } 
    .row-fluid .post-featured-img { height:255px; }

    .row-fluid .post_header { margin:0 0 30px; }
    .row-fluid .post_header h1 { font-size:38px; line-height:44px; }

    .row-fluid .post-left { padding:0; width:100%; }
    .row-fluid .post-right { margin-top:30px; width:100%; }

    .row-fluid .privacy_text  { padding:50px; }
    .row-fluid .subscribe_inner { padding:20px 10%; }  

    .row-fluid .integrated_section { padding:50px 0 60px; }
    .row-fluid .integrated_inner h2 { font-size:30px; line-height:38px; }
    .row-fluid .integrated_number { padding:40px 0; }
    .row-fluid .integrated_text { padding:0; }

    .row-fluid .integrated_inner { padding:0; font-size:17px; line-height:28px; }
    .row-fluid .integrated_number { padding:20px 0; }
    .row-fluid .integrated_number .number { font-size:74px; line-height:82px; }
    .row-fluid .title_strip { padding:50px 15px; }
    .row-fluid .title_strip h2 { font-size:48px; line-height:56px; }

    .row-fluid .project_img { padding:60px 0; }
    .row-fluid .management_text { padding:50px 20px; }

    .row-fluid .service_text { padding:40px 0; }
    .row-fluid .service_row { padding:50px 0; font-size:16px; line-height:26px; }
    .row-fluid .unispace_inner { padding:20px; }

/*     .row-fluid .healthier_box { min-height:500px; } */
    .row-fluid .healthier_box { padding:15px; }
    .row-fluid .client_list_main { padding:30px 15px; }  

    .row-fluid .client_list_main h2 { padding:0 0 10px; }
    .row-fluid .client_row { padding:20px 0; }

    .row-fluid .clients_text { padding:60px 30px; font-size: 18px; line-height: 28px; }

    .row-fluid .clients_main .clients_row { min-height:570px; }
    /*     .row-fluid .clients_img , .row-fluid .clients_text { min-height:570px; } */

    .row-fluid .culture_text { padding:40px 15px; }
    .row-fluid .culture_text h2 { font-size:24px; line-height:30px; }

    .row-fluid .image_row { width:50%; }
    .row-fluid .work_list .categories ul.option-set li , .row-fluid .work_list .services , .row-fluid .work_list .categories { width:100%; }

    .row-fluid .contact_hero { min-height:500px; }

    .row-fluid .contact_list { width:100%; }
    .row-fluid .location-inner { padding:20px; }
    .row-fluid .location-inner .view_map { padding:20px; }

    .row-fluid .beautiful_title { padding:30px; }  
    .row-fluid .beautiful_title h2 { font-size:38px; line-height:48px; }
    .row-fluid .strategy_row { padding:10px; }
    .row-fluid .strategy_img { margin:0 0 10px; }

    .row-fluid .servicebox_row .icon { height:110px; width:110px; }
    .row-fluid .content_text { padding:30px; }

    .row-fluid .results-section h2 { font-size:36px; line-height:42px; }

    .row-fluid .everything_box { width:calc(50% - 4px); }
    .row-fluid .everything_box.full { width:calc(100% - 4px); }
    .row-fluid .everything_bottom { width:calc(100% - 4px); height:auto !important; }

    .row-fluid .offices_main h2 { font-size:38px; line-height:44px; }
    .row-fluid .offices_text { font-size:26px; line-height:34px; }
    .row-fluid .offices_img .close { width:30px; height:30px; background-size:16px; }

    .row-fluid .more-projects-section .project-box { width:50%; }
    .row-fluid .more-projects-section .project_box_inner { height:260px; } 

    .row-fluid .related_item .post-text h2 { font-size:22px; line-height:28px; }
    .row-fluid .jobs_type { width:100%; }

    .row-fluid .event_row .project-box { width:50%; }
    .row-fluid .event_row .project-box.full { width:50%; }
    .row-fluid .event_row .project_box_inner { padding:30px 15px; }
    
    body.body-padding { padding-top: 75px; }
    
    .row-fluid .top-right { margin:10px 0 6px; }
    .row-fluid .search_box { width:50%; }
    .row-fluid .top-right > div > div { justify-content: flex-end; padding-right:60px; }
     
    

    
}

@media(min-width:991px){
    /* 06-08-2020 */
    .row-fluid .list-sec .list-group .post-item:nth-child(12), .row-fluid .list-sec .list-group .post-item:nth-child(13), .row-fluid .list-sec .list-group .post-item:nth-child(14), .row-fluid .list-sec .list-group .post-item:nth-child(15), .row-fluid .list-sec .list-group .post-item:nth-child(18), .row-fluid .list-sec .list-group .post-item:nth-child(19), .row-fluid .list-sec .list-group .post-item:nth-child(20), .row-fluid .list-sec .list-group .post-item:nth-child(21) { width:auto; }
    .row-fluid .list-sec .list-group .post-item:nth-child(7n + 2), .row-fluid .list-sec .list-group .post-item:nth-child(7n + 3), .row-fluid .list-sec .list-group .post-item:nth-child(7n + 6), .row-fluid .list-sec .list-group .post-item:nth-child(7n + 7), .row-fluid .list-sec .list-group .post-item:nth-child(7n + 8), .row-fluid .list-sec .list-group .post-item:nth-child(7n + 9) { width:auto; }
    .row-fluid .list-sec .list-group .post-item:nth-child(7n + 1), .row-fluid .list-sec .list-group .post-item:nth-child(7n + 4), .row-fluid .list-sec .list-group .post-item:nth-child(7n + 5) { width:auto; }
    .row-fluid .list-sec .list-group .post-item:nth-child(6n + 2), .row-fluid .list-sec .list-group .post-item:nth-child(6n + 7) { width: 50%; }
    .row-fluid .list-sec .list-group .post-item:nth-child(6n + 3), .row-fluid .list-sec .list-group .post-item:nth-child(6n + 3), .row-fluid .list-sec .list-group .post-item:nth-child(6n + 4), .row-fluid .list-sec .list-group .post-item:nth-child(6n + 5), .row-fluid .list-sec .list-group .post-item:nth-child(6n + 6) { width: 25%; }
    .row-fluid .list-sec .list-group .topfour .post-item:nth-child(1), .row-fluid .list-sec .list-group .topfour .post-item:nth-child(4) { width: 50%; }
    .row-fluid .list-sec .list-group .topfour .post-item:nth-child(2), .row-fluid .list-sec .list-group .topfour .post-item:nth-child(3) { width: 25%; }
}

@media(max-width:991px){
    /*---------- 15-05-2020 ----------*/
    .row-fluid .list-sec .list-group .post-item:nth-child(7n + 1), 
    .row-fluid .list-sec .list-group .post-item:nth-child(7n + 4), 
    .row-fluid .list-sec .list-group .post-item:nth-child(7n + 5), 
    .row-fluid .list-sec .list-group .post-item:nth-child(7n + 2), 
    .row-fluid .list-sec .list-group .post-item:nth-child(7n + 3), 
    .row-fluid .list-sec .list-group .post-item:nth-child(7n + 6), 
    .row-fluid .list-sec .list-group .post-item:nth-child(7n + 7) { width: 100%; }
    .row-fluid .list-sec .list-group .post-item:nth-child(7n + 1) .post-featured-img { height: 320px; }
    .row-fluid .list-sec .list-group .post-item:nth-child(3n + 2), 
    .row-fluid .list-sec .list-group .post-item:nth-child(3n + 3) { width: 50%; }
    .row-fluid .list-sec .list-group .post-item.first_listing .post-text h2, 
    .row-fluid .list-sec .list-group .post-item .post-text h2 { font-size: 21px; line-height: 28px; }

    .hs-blog-post .dropdown-wrap { padding: 0 30px; }
    .text-mosaic .list-wrapper{flex-flow: row wrap;}
    .text-mosaic .list-wrapper .list[data-width="25"],
    .text-mosaic .list-wrapper .list[data-width="50"],
    .text-mosaic .list-wrapper .list[data-width="75"]{width:calc(50% - 6px);}

    .row-fluid .event_row .project-wrap .project-list-inner .project-box:nth-child(1) { width: 100%; }
    .row-fluid .event_row .project-wrap .project-list-inner .project-box:nth-child(1) .project_box_inner.fl100 { height: 320px; }
    .row-fluid .event_row .project-wrap .project-list-inner .project-box:nth-child(4) { width: 100%; } 

    .hero-banner-wrapper .inner-content > div, .full-content-section .inner-content > div { margin-bottom: 60px; padding: 50px 15px 15px 15px; }
    .hero-banner-wrapper .inner-content .left-image, .hero-banner-wrapper .inner-content .right-content { width: 100%; }
    .hero-banner-wrapper .inner-content .left-image img {max-width: 150px; }
    .hero-banner-wrapper .inner-content .right-content { padding: 20px 0 0; }
    .hero-banner-wrapper button.slick-next.slick-arrow, .full-content-section button.slick-next.slick-arrow { right: 30px; }
    .hero-banner-wrapper button.slick-prev.slick-arrow, .full-content-section button.slick-prev.slick-arrow { left: 30px; }    

    .two-col-content-wrapper button.slick-prev.slick-arrow { left: 0; }
    .two-col-content-wrapper button.slick-next.slick-arrow { right: 0; }

    .content-image-wrapper .left-content { width: 40%; }
    .content-image-wrapper .content-image { width: 60%; padding-left: 25px; }
    .tabbing-wrapper div#tabs-container { width: 25%; padding: 0 15px 0 ; }
    /*     .tabbing-wrapper .tabbing-main .tab-left-content { width: calc(100% - 300px); padding-right: 15px; }
    .tabbing-wrapper .tabbing-main .tab-image { width: 300px; } */

    .tabbing-wrapper .tabbing-main { width: 100%; }
    .tabbing-wrapper .tabbing-main .tab-left-content, .tabbing-wrapper .tabbing-main .tab-image { width: 100%; }
    .tabbing-wrapper .tabbing-main .tab-image { max-width: 450px; }
    .tab-content {  padding: 15px 0 30px; }
    .tabs-title { margin: 0; }

    /* 01-10-2020 */
    .content-image-wrapper .content-image-box.left-img .content-image-inner .content-image { padding-right: 25px;}
    .row-fluid .clients_main .clients_row { min-height: 460px; }
    /*     .row-fluid .clients_img { height: 250px; } */
    #hs_cos_wrapper_module_16021613751221503,
    #hs_cos_wrapper_module_1602619590226244 { padding-right:0px !important; }


    .row-fluid .embed_frame { padding:50px 0; }
    .row-fluid .embed_frame .content-image-inner { display: inline-block; width:100%; }
    .row-fluid .embed_frame .left-content { padding:0; width:100%; }
    .row-fluid .embed_frame .content-image { margin:0; width:100%; float:left; }
    
    .subhero-section .sub-embed { min-height: 430px; }
.hero-paralax .paroller { min-height: 430px; }
    
    .hero-paralaxv2 .paroller {  min-height: 517px; }
    
    /* 12-05-2021 */
    .row-fluid .footer_col.features_col { padding-left: 20px; width: 20%; }
    .row-fluid .footer_col.social_col { width: 30%; }
    .recent-footer h4 { line-height: normal; font-size: 16px; }
    .recent-footer ul li { font-size: 14px; line-height: 20px;  padding: 0 0 8px; }
    .footer_social_wrap .footer_social { margin-bottom: 18px; }
    
    .row-fluid .footer_title { font-size: 34px; line-height: normal; margin-bottom: 30px; }
    
    /* */
    .row-fluid .footer-main .footer_col.projects_col { width: 20%; }
    .row-fluid .footer-main .footer_col.features_col { padding-right: 0; width: 26%; }
    .row-fluid .footer_col { padding: 0 10px; width: 24%; }


    
    
}

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

    .row-fluid .post_hero .post_hero_inner { padding:50px 30px 0 }
    .row-fluid .blog-post-inner { padding:0 30px; }
    .row-fluid .top .logo { width: 227px; float: left; }
    .row-fluid .top .top-right { width: calc(100% - 249px); float: left; margin:10px 0; }
    .row-fluid .search_box { width:50%; }
    .row-fluid .top-right > div > div { justify-content: flex-end; padding-right:60px; }
    
     .row-fluid .footer_section{width:100%;}
    .recent-footer ul{width:100%;}
    .recent-footer ul li{font-size:13px;}
    .row-fluid .footer-main .features_col .recent-footer  ul li:last-child a{word-break: break-all !important;}
}

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

    h1 { font-size:30px; line-height:38px; }
    h2 { font-size:28px; line-height:34px; }
    h3 { font-size:26px; line-height:32px; }
    h4 { font-size:24px; line-height:30px; }
    h5 { font-size:22px; line-height:28px; }
    h6 { font-size:21px; line-height:26px; }
    
    .row-fluid .left-menu.top-box .left-stick-form  .inputs-list input[type="checkbox"]:checked + span:after{top:0px;}
    .row-fluid .left-menu.top-box .left-stick-form  .inputs-list input[type="checkbox"] + span:before{top: 0px;}
    
    .row-fluid .panel_inner { padding:30px; }
    .row-fluid .panel_inner h2 { font-size:24px; line-height:35px; }

    .row-fluid .footer { padding:50px 0 60px; }

    .row-fluid .hero_slider .hero_title span { font-size:38px; line-height:44px; }
    .row-fluid .hero_slider .hero_content { font-size:21px; line-height:28px; }
    .row-fluid .videoplay { margin-top:0; }
    .row-fluid .videoplay a { width: 65px; height: 65px; font-size: 24px; line-height: 60px; }
    .row-fluid .projects_title { padding:20px 20px 40px; }
    .row-fluid .projects_title h1 { font-size:38px; line-height:42px; }

    .row-fluid .cta_strip_inner { padding:40px 15px; }
    .row-fluid .cta_button { margin-top:30px; }
    .row-fluid .hero_slider_img { height:450px; }

    .row-fluid .cta_title h2 { font-size:30px; line-height:36px; }

    .row-fluid .project-box { width:50%; }

    .row-fluid .hero_careers_inner { padding:84px 15px 104px; }
    .row-fluid .hero_careers_inner h1 { font-size:50px; line-height:54px; }
    .row-fluid .careers_content .wrapper { padding:40px 15px; }
    .row-fluid .jobs-list .job { width:50%; }  
    .row-fluid .jobs_policy { padding:50px 0; font-size:16px; }

    .row-fluid h3.month_date { padding: 30px 20px; text-transform: uppercase; letter-spacing: 1px; }
    .row-fluid .blog-next.pagination_box , .row-fluid .blog-previous.pagination_box { font-size:14px; }
    .row-fluid .pagination_box { font-size:21px; }

    .row-fluid .post_hero .post_hero_inner { margin-bottom: 60px; }
    .row-fluid .post_featured_image { margin-bottom: -60px; }
    .row-fluid .post_hero .post_hero_inner { padding:50px 20px 0 }
    .row-fluid .blog-post-inner { padding:0 20px; }

    .row-fluid .post_header h1 { font-size:30px; line-height:36px; }
    .row-fluid .blog_section { padding:50px 0 0; }

    .row-fluid .blog-pagination.paginations { padding:20px 14px 70px; }

    .row-fluid .privacy_text { padding:50px 20px; }

    .row-fluid .privacy_text h1 { font-size:30px; line-height:36px; }
    .row-fluid .privacy_text h2 { font-size:26px; line-height:32px; }
    .row-fluid .privacy_text h3 { font-size:24px; line-height:30px; }
    .row-fluid .privacy_text h4 { font-size:21px; line-height:26px; }

    .row-fluid .subscribe_inner { padding:20px; }  
    .row-fluid .service_row { padding:15px 0; }
    .row-fluid .service_img , .row-fluid .service_row:nth-child(2n) .service_img { width:100%; text-align:center; }
    .row-fluid .service_img img { max-width:300px; }
    .row-fluid .service_text { width:100%; }

    .row-fluid .healthier_box { padding:30px 15px; width:100%; height:auto !important; }
    .row-fluid .title_strip h2 { font-size:32px; line-height:40px; }

    .row-fluid .integrated_box { text-align:center; padding:10px 0; }
    .row-fluid .integrated_number h4 { font-size:21px; line-height:26px; }

    .row-fluid .unispace_text , .row-fluid .unispace_img { margin:0; width:100%; text-align:center; }
    .row-fluid .unispace_img img { max-width:300px; }

    .row-fluid .management_text { font-size:18px; line-height:28px; }
    .row-fluid .client_list ul li { width:50%; }

    .row-fluid .clients_main .clients_row {min-height: auto;flex-wrap: wrap;}
    .row-fluid .clients_img { width:100%; height:350px !important; min-height:auto; }
    .row-fluid .clients_text { padding:40px 20px 50px; width:100%; min-height:auto; }

    .row-fluid .error_box { width:100%; border:none; margin:2px 0; min-height:240px; }  
    .row-fluid .image_row { width:100%; border:none; margin:2px 0; }

    .row-fluid .single-work { width:50%; }
    .row-fluid .resource_content { width:50%; }

    .row-fluid .contact_hero { min-height:450px; }
    .row-fluid .contact_hero h1 { font-size:60px; line-height:66px; } 
    .row-fluid .locations_counting { width:100%; }
    .row-fluid .location-box { width:50%; }
    .row-fluid .location-inner { padding:30px; }
    .row-fluid .location-inner .view_map { padding:30px; }

    .row-fluid .beautiful_img { height:400px !important; }
    .row-fluid .beautiful_title { padding:20px 15px; }
    .row-fluid .beautiful_title h2 { font-size: 32px; line-height: 40px; }

    .row-fluid .content_text { min-height:auto; }
    .row-fluid .content_img { height:400px !important; }
    .row-fluid .servicebox_main:before { display:none; }

    .row-fluid .servicebox_row { width:100%; }
    .row-fluid .servicebox_row:first-child , .row-fluid .servicebox_row:last-child { text-align:center; } 
    .row-fluid .strategy_row { width:100%; }
    .row-fluid .strategy_section { padding:30px 15px; }
    .row-fluid .strategy_content { margin:5px 0 20px; }

    .row-fluid .results-section h2 { font-size:30px; line-height:38px; }

    .row-fluid .everything_content { opacity:1; }  
    .row-fluid .offices_main h2 { font-size:30px; line-height:36px; }

    .row-fluid .offices_img { height:450px; }
    .row-fluid .offices_text { font-size:21px; line-height:26px; padding:50px 20px; }

    .row-fluid .cta_strip_form .cta_strip_inner { padding:40px 15px; }
    .row-fluid .stripform { width:100%; max-width:100%; }

    .row-fluid .more-projects-section .project_box_inner { height:220px; }

    .row-fluid .related_item { width:100%; }

    .row-fluid .errow_new_inner .icon { max-width:140px; }
    .row-fluid .errow_new_inner .title h1 { font-size:60px; line-height:66px; }
    .row-fluid .errow_new_inner .text { font-size:26px; line-height:32px; }

    /* */
    .row-fluid .hero-video-wrap .hero_title span {  font-size: 20px; line-height:26px; margin-bottom:20px; }
    .row-fluid .hero-video-wrap .hero_content { font-size: 16px; line-height:normal; padding: 0 0 15px; }
    .row-fluid .videoplay a { width: 35px; height: 35px;  font-size: 14px; line-height: 30px; }
    .row-fluid .videoplay a i { margin-right: 3px; margin-top: 8px; }
    .row-fluid .hero-video-wrap .hero_video iframe { height: 100% !important; }
    .row-fluid .hero-video-wrap { padding: 0 10px; }

    .row-fluid .contentv2_section { padding:50px 0 0; }
    .row-fluid .contentv2_inner { padding:20px 15px; font-size:18px; line-height:26px; }
    .row-fluid .event_register .main_title { padding:40px 15px; }

    .row-fluid .event_row .project-box { width:100%; }
    .row-fluid .event_row .project-box.full { width:100%; }

    .row-fluid .event_row .project-box-new.full , .row-fluid .event_row .project-box-new.half { width:50%; }

    /*--------- 15-05-2020 ---------*/
    .row-fluid .list-sec .list-group .post-item .post-text h2 { opacity: 1; visibility: visible; }

    .hs-blog-post .dropdown-wrap { padding: 0 20px; }

    .row-fluid .list-sec .list-group .post-item.first_listing .post-text h4 { font-size:20px; line-height:24px; }

    .text-mosaic .list-wrapper{display:block;}
    .text-mosaic .list-wrapper .list[data-width="25"],
    .text-mosaic .list-wrapper .list[data-width="50"],
    .text-mosaic .list-wrapper .list[data-width="75"]{width:auto;}

    /*     .event_row .project-wrap .project-list-inner .project-box:nth-child(2), .event_row .project-wrap .project-list-inner .project-box:nth-child(3) { width: 50%; } */

    .hero-banner-wrapper ul.slick-dots, .full-content-section ul.slick-dots,
    .two-col-content-wrapper  ul.slick-dots { margin-top: -50px; padding: 0; position: relative; }
    .hero-banner-wrapper ul.slick-dots li button, .full-content-section ul.slick-dots li button,
    .two-col-content-wrapper  ul.slick-dots li button {padding: 0;}
    .hero-banner-wrapper ul.slick-dots li.slick-active button, .full-content-section ul.slick-dots li.slick-active button,
    .two-col-content-wrapper  ul.slick-dots li.slick-active button { background: #43bead; }
    .two-col-content-wrapper ul.slick-dots { margin: 30px 0 0; }

    .two-col-content-wrapper .left-image { width: 100%; }
    .two-col-content-wrapper .right-content { width: 100%; padding: 20px 0 0 0; }
    .two-col-content-wrapper .left-image img { height: 200px; max-width: 200px; }
    .two-col-content-wrapper .two-col-repeater > div { padding: 0; }

    .content-image-wrapper .content-image-inner { display: block; margin: 0 auto;  }
    .content-image-wrapper .left-content, .content-image-wrapper .content-image { width: 100%; }
    .content-image-wrapper .content-image { padding: 35px 0 0; }
    .content-image-wrapper .content-image img { max-width: 450px !important; }
    .content-image-wrapper .left-content .content-cta { margin: 0; }
    .content-image-wrapper { padding: 0 0 50px; }
    .accordion-wrapper { padding-top: 0; }
    .content-image-wrapper .content-image * { margin: 0 !important; }

    /* 01-10-2020 */
    .content-image-wrapper .content-image-box { padding-bottom: 40px; }
    .content-image-wrapper .content-image-box .content-image-inner { display: flex; flex-wrap: wrap; }
    .content-image-wrapper .content-image-box.left-img .content-image-inner .content-image { padding-right: 25px; }
    .content-image-wrapper .content-image-box.left-img .content-image-inner .content-image { padding-right: 0; }

    .panel_video .video-panel-wrap { padding: 0 15px; }
    .closebtn { left: 22px; }
    .closebtn:before, .closebtn:after { width: 20px; }    
    .row-fluid .hero_slider_box .content { bottom: 0; left: 0;padding: 20px 15px; }

    .pillar-stick>div { display: block; }
    .hs-responsive-embed-inner-wrapper { padding-bottom: 75.25% !important; }
    .subhero-section .sub-embed { min-height: 360px; }
    .subhero-section h1 { font-size: 35px; }
    .hero-paralax h1 { font-size: 35px; }
    .hero-paralax .paroller { min-height: 360px; }

    /*     01-03-2021 */
    .left-content h1 span,  .left-content h2 span,  .left-content h3 span  {  color: #000 !important; }

    .row-fluid .management_text { width: 100%; display: inline-block; }
    .row-fluid .management_text .left-content  span,
    .left-content h2 span,
    .row-fluid .management_text .left-content h3 span { color: #fff !important; }
    .row-fluid .embed_frame { padding-top: 0; }
    .content-image-wrapper .content-image * { overflow: auto !important; height: auto;}    

    /* */
    .hero-paralaxv2 .paroller {  min-height: 517px; padding: 70px 20px; }
    .content_top p:first-child { padding-top: 0; }

    /* 12-05-2021 */
    .row-fluid .footer_title { font-size: 24px; }
    .row-fluid .footer_col { width: 100% !important; padding-bottom: 30px; }
    .footer_social_wrap { padding-bottom: 0; padding-top: 0; }
    .row-fluid .footer_col.social_col { padding-bottom: 0; }
    .row-fluid .footer_section { text-align: center; padding: 50px 0 50px; }
    .row-fluid .footer_section .copyright { margin-top: 24px; }

    .row-fluid .footer-main .footer_col.features_col { padding-left: 15px;}
    
    /**/
    .row-fluid .search_box { width:100%; padding:0 15px 10px; }
    .row-fluid .top-right > div > div { padding:0; justify-content: center; }
    
    .row-fluid .search_box  #unibox-suggest-box { width: 100% !important; max-width: 100% !important; ; min-width: 100% !important; }
    .unibox__selectable--history .unibox__content-container { width:100% !important; }
    
    
}

@media (min-width:638px) { 

    .row-fluid .single-work { overflow:hidden; }
    .row-fluid .single-work.open { overflow:inherit; }
    .row-fluid .single-work.left-pos .resourcesbox_inner { left:auto; right:0; }
    .row-fluid .single-work.left-pos:hover .resourcesbox_inner { bottom:0; }
    .row-fluid .single-work.open .resourcesbox_inner .close { opacity:1; background-size:20px; }
    .row-fluid .single-work.open .person_bio { -webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);; opacity:1; -webkit-transition: all  1s ease-in-out;
-moz-transition: all  1s ease-in-out;
-o-transition: all  1s ease-in-out;
-ms-transition: all  1s ease-in-out;
transition: all  1s ease-in-out;; }
    .row-fluid .single-work.open .resourcesbox_text { opacity:1; }
    .row-fluid .single-work.open .resourcesbox_inner { height:100%; width: calc(200% + 4px); height:100%; bottom:0; z-index:99; -webkit-transition: height .45s cubic-bezier(.19,1,.22,1) .45s,padding .65s cubic-bezier(.19,1,.22,1) .45s,width .45s cubic-bezier(.19,1,.22,1),background .65s cubic-bezier(.19,1,.22,1) .65s;
-moz-transition: height .45s cubic-bezier(.19,1,.22,1) .45s,padding .65s cubic-bezier(.19,1,.22,1) .45s,width .45s cubic-bezier(.19,1,.22,1),background .65s cubic-bezier(.19,1,.22,1) .65s;
-o-transition: height .45s cubic-bezier(.19,1,.22,1) .45s,padding .65s cubic-bezier(.19,1,.22,1) .45s,width .45s cubic-bezier(.19,1,.22,1),background .65s cubic-bezier(.19,1,.22,1) .65s;
-ms-transition: height .45s cubic-bezier(.19,1,.22,1) .45s,padding .65s cubic-bezier(.19,1,.22,1) .45s,width .45s cubic-bezier(.19,1,.22,1),background .65s cubic-bezier(.19,1,.22,1) .65s;
transition: height .45s cubic-bezier(.19,1,.22,1) .45s,padding .65s cubic-bezier(.19,1,.22,1) .45s,width .45s cubic-bezier(.19,1,.22,1),background .65s cubic-bezier(.19,1,.22,1) .65s;; }
    .row-fluid .single-work.open .resourcesbox_inner:after { opacity:1; }
    .row-fluid .single-work.open .resourcesbox_img { overflow: visible; }
    .row-fluid .single-work.open .contact_me { opacity:1; bottom:30px; -webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);; }
    .row-fluid .single-work.open .social { opacity:1; bottom:30px; -webkit-transform: translateY(0);
-moz-transform: translateY(0);
-o-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);; }
    .row-fluid .single-work.open .read_more { display:none; }
    .row-fluid .single-work.open .resourcesbox_inner:before { top:0; opacity:0.80; -webkit-transition: all  0.4s ease-in-out;
-moz-transition: all  0.4s ease-in-out;
-o-transition: all  0.4s ease-in-out;
-ms-transition: all  0.4s ease-in-out;
transition: all  0.4s ease-in-out;; }


}

@media (max-width: 639px) {

    .row-fluid .panel_box { width:100%; min-height:360px; }
    .row-fluid .panel_box .sameheight { height:auto !important; }
    .row-fluid .panel_box.full { width:100%; }

    .row-fluid .footer_menu { padding:30px 0 20px; }
    .row-fluid .footer_menu ul li a { padding:5px 10px; }

    .row-fluid .footer_social ul li a { width:40px; height:40px; line-height:40px; font-size:18px; }

    .row-fluid .hero_video iframe { height:320px !important; }

    .row-fluid .hero_slider_img { height:350px; }
    .row-fluid .hero_slider .slick-arrow.slick-prev { left:7px; } 
    .row-fluid .hero_slider .slick-arrow.slick-next { right:7px; } 
    .hero-banner-wrapper button.slick-next.slick-arrow, .full-content-section button.slick-next.slick-arrow { right: 7px; }
    .hero-banner-wrapper button.slick-prev.slick-arrow, .full-content-section button.slick-prev.slick-arrow { left: 7px; }

    .row-fluid .project-box { width:100%; } 
    .row-fluid .project_box_inner { height:300px; }
    .row-fluid .jobs-list .job { width:100%; }

    .row-fluid .post-item { width:100%; }
    .row-fluid .post-text { padding:40px 20px 25px; }
    .row-fluid .post-featured-img { height:255px; }

    .row-fluid .form .actions { text-align:center; }
    .row-fluid .client_list_main { padding:30px 10px; }
    .row-fluid .client_list ul li { margin:0; padding:8px 0; width:100%; }

    .row-fluid .single-work { width:100%; }
    .row-fluid .resource_content { width:100%; height: auto !important; }

    .row-fluid .single-work.open .resourcesbox_inner { width:100%; } 

    .row-fluid .contact_hero { min-height:400px; }
    .row-fluid .location-box { width:100%; }
    .row-fluid .contact_hero h1 { font-size:54px; line-height:60px; }
    .row-fluid .map-image { background:#f1f1f1; }
    .row-fluid .location-box.active .map-image { left:0; text-align:center; }
    .row-fluid .location-box.active.left-pos .map-image { right:0; }

    .row-fluid .hero_careers_inner h1 { font-size:40px; line-height:46px; }
    .row-fluid .content_text { padding:20px; }

    .row-fluid .everything_box , .row-fluid .everything_box.full { margin:2px 0; width:100%; }

    body .watch_video iframe { height:410px !important; } 

    .row-fluid .more-projects-section .project-box { margin:0 auto; width:100%; max-width:350px; float:none; }
    .row-fluid .more-projects-section .project_box_inner { height:200px; }

    .row-fluid .errow_new_inner { padding:60px 15px; }
    .row-fluid .search form input.hs-search-field__input { width:100%; }
    .row-fluid .search form button.search_btn { margin:20px 0 0; width:auto; display:inline-block; float:none; }

    .row-fluid .event_row .project-box-new.full , .row-fluid .event_row .project-box-new.half { margin:3px 0; border:none; width:100%; } 
    .project-listing .project-wrap .project-box.project-box-new { width: 100%; }

    /*     .row-fluid .list-sec .list-group .post-item:nth-child(3n + 2), 
    .row-fluid .list-sec .list-group .post-item:nth-child(3n + 3){ width:100%; }
    .row-fluid .list-sec .list-group .post-item .post-text h2 { padding:0; }
    .event_row .project-wrap .project-list-inner .project-box:nth-child(2), .event_row .project-wrap .project-list-inner .project-box:nth-child(3) { width: 100%; } */

}

/******************** New Menu Toggle **************************/

@media (min-width: 1050px){

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

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

}

@media (max-width: 1049px){

    /* 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 *{
        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;
    }

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

    span.child-triggerm {
        display: block !important; /* Hide button on Desktop */
        cursor: pointer; /* Mouse pointer type on hover */
        position: absolute;
        top: 8px;
        right: 0px;
        width: 55px !important; /* Button width */
        min-width: 55px !important;
        height: 45px !important; /* Button height */  
        padding: 0 !important;
    }
    span.child-triggerm:hover {
        text-decoration: none;
    }
    /* Child Toggle Button Icon & Animations
    ========================================================================== */
    span.child-triggerm:before { content:''; width:55px; height:45px; background:url('https://cdn2.hubspot.net/hubfs/6118154/Unispace_2019/Images/angle-down.svg') no-repeat; background-size:18px; background-position:center center; display:inline-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; }

    .menu-trigger { width:auto; position:absolute; top:27px; right:30px; cursor:pointer; height:30px; width:30px; } 
    .menu-trigger span {
        margin: 0 auto;
        position: relative;
        top: 12px;
    }
    .menu-trigger span:before, .menu-trigger span:after {
        position: absolute;
        content: '';
    }
    .menu-trigger span, .menu-trigger span:before, .menu-trigger span:after {
        width: 27px;
        height: 3px;
        background-color:#001231;
        display: block;
        -webkit-transition: all  0.4s ease-in-out;
-moz-transition: all  0.4s ease-in-out;
-o-transition: all  0.4s ease-in-out;
-ms-transition: all  0.4s ease-in-out;
transition: all  0.4s ease-in-out;;
    }
    .menu-trigger span:before {
        margin-top: -7px;
    }
    .menu-trigger span:after {
        margin-top: 7px;
    }
    .example5 span {
        -webkit-transition-duration: 0s; transition-duration: 0s;
        -webkit-transition-delay: 0.2s; transition-delay: 0.2s;
    }
    .mobile-open .example5 span {
        background-color: rgba(0,0,0,0.0);
        -webkit-transition-delay: 0.2s; transition-delay: 0.2s;
    }
    .example5 span:before {
        -webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
        -webkit-transition-duration: 0.2s; transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
    }
    .mobile-open .example5 span:before {
        margin-top: 0;
        -webkit-transform: rotate(45deg); transform: rotate(45deg);
        -webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
    }
    .example5 span:after {
        -webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
        -webkit-transition-duration: 0.2s; transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
    }
    .mobile-open .example5 span:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg); transform: rotate(-45deg);
        -webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
    }

    .top.fixed .menu-trigger span, .top.fixed .menu-trigger span:before, .top.fixed .menu-trigger span:after { background:#001231; -webkit-transition: all  0.4s ease-in-out;
-moz-transition: all  0.4s ease-in-out;
-o-transition: all  0.4s ease-in-out;
-ms-transition: all  0.4s ease-in-out;
transition: all  0.4s ease-in-out;; }
    .mobile-open .top.fixed .example5 span { background-color: rgba(0,0,0,0.0); }

    /* Hide menu on mobile */
    .mainmenu.js-enabled .hs-menu-flow-horizontal {
        display: none;
    }  
    .mainmenu.js-enabled .hs-menu-children-wrapper { display:block !important; }
    /* 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: fixed; /**************************************************************/
        top: 70px;             /* Positions the menu to drop from the very top of the screen */
        left: 0px;          /**************************************************************/                                              
        width: 100%; 
        height:calc(100% - 70px);
        overflow: auto !important;
    }
    .mainmenu .hs-menu-flow-horizontal{
        padding:5% 9% 80px; /* Padding to add room for close button */
        background-color: #001231; /* 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;
    }

    .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{
    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 */
    }
}

.white-text {
    color: #ffffff !important;
}

.white-text h2 { color:#fff; }


@media (max-width:480px){
.subhero-section .sub-embed { padding: 70px 0px; min-height: 240px; }
.hero-paralax .paroller { min-height: 240px; }
    .sticky-sidebar .right-scroll-content .repeater .headerz h6 span { width: 100% !important; display: inline-block; padding-top: 20px;}

    /* */
    .hero-paralaxv2 .paroller {  min-height: 517px; }
    
}


@media (max-width:991px) {
    body.body-video-margin { padding-top: 25px; }
    .subhero-section .embedeb-code iframe { min-width: 150vw; min-height: 130vw; }

    .pillar-stick .span8.right-side { width: 55%; }
    .pillar-stick .span4.left-side { width: 44%; }  
}
@media (max-width:767px) {
    .subhero-section .embedeb-code iframe { min-width: 300vw; min-height: 160vw; }
    
    .pillar-stick .span8.right-side { width: 100%; }
    .pillar-stick .span4.left-side { width: 100%; }
    
    body.body-padding {  padding-top: 74px; }
    
}

@media (max-width:480px){
    .subhero-section .embedeb-code iframe { min-width: 360vw;  min-height: 180vw; }
}