/* @import url('http://example.com/example_style.css'); */

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


@import url("https://use.typekit.net/wxw6ucz.css");

/****************************************/
/* 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    */
/*****************************************/


body{
  margin: 0px !important;
  font-family: rubrik-new, sans-serif;
  font-size:19px;
} 

blockquote {
  border-top:2px solid #ccc;
  border-bottom:2px solid #ccc;
  background-image:url ('https://www.ie-uk.com/hubfs/2019-insightful/icons/speech-marks.png');
  background-repeat:no-repeat;
  background-position:center 20px;
  margin:20px 0px 0px 0px;
}

blockquote p:nth-child(1) {
  padding:60px 60px 0px 60px;  
}

blockquote p {
  text-align:center;
  padding:0px 60px 0px 60px;
  font-size:22px;
  line-height:1.4em;
  font-weight:500;
}

h1, h2, h3, h4, h5 {
  line-height:1.2em; 
  font-weight:300;
  color:#000;
}

h1 { font-size:43px; }
h2 { font-size:32px; }
h3 { font-size:25px; }
h4 { font-size:20px; }

p, ul li { 
  line-height:1.7em;
  font-weight:300;
  color:#000;
}

p a, ul li a { text-decoration:none; color:#35a99a;}

p a:hover, ul li a:hover {  color:#000;}

.stlcse-offer-inner .inner-offer-content li {color:#000 !importan}


.green-background { background:#35a99a;  }

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

.body-container-wrapper {    padding-top: 0px;}

.page-center {
  max-width: 1550px !important;
  float: none !important;
  margin: 0 auto !important;
  width:100%;
  box-sizing: border-box;
}
.page-center-1180{
  max-width: 1180px !important;
  float: none !important;
  margin: 0 auto !important;
  width:100%;
  box-sizing: border-box;
  padding:0px 20px;
}
.blog-post-page-center {
  max-width: 1050px !important;
  float: none !important;
  margin: 0 auto !important;  
}

.small-page-center{
  max-width: 750px !important;
  width: 100% !important;
  float: none !important;
  margin: 0 auto !important;
}

.page-center-short {
  max-width: 900px !important;
  float: none !important;
  margin: 0 auto !important;
  padding-right:20px;
  padding-left:20px;
}

.headers-no-margin .main-content h2, .headers-no-margin .main-content h3, .headers-no-margin .main-content h4 {
  margin-bottom:0px;  
  margin-top:55px;
}

.styled-links .main-content p a {
  color:#35a99a;
  text-decoration:none;
  font-weight:400;
}

.styled-links .main-content p a:hover { color:#000;text-decoration:none;}

.full-width-template .main-content {  padding-bottom:50px;  }

.full-width-template .main-content table { border-collapse: collapse;    margin-top:30px;}

.full-width-template .main-content table p {  margin-top:0px;  margin-bottom:0px;   font-size:16px;}

.full-width-template .main-content table tr:first-child p {  font-weight:400; }

.full-width-template .main-content table tr td { padding:5px;    border:1px solid #000;}


#leadinModal-738045 h4 {  font-size: 1.5em; font-weight: 400;  }

#leadinModal-738045 .leadinModal-content { border-radius: 0px !important;     }

#leadinModal-738045 .leadin-button {
  margin-top: 10px;
  font-family: rubrik-new,sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 9px 36px 9px 18px;
  text-transform: uppercase;
  white-space: normal;
  border-radius: 0px;
  height: 44px;
  background-color: #002b33 !important;
  color: #fff !important;
}

#leadinModal-738045 .leadin-button:hover { background-color: #2F3A45 !important; }


.styled-slider .hs_cos_gallery_main .slick-slide img {   display:none;  }

.styled-slider .slick-slider ul.slick-dots {   display:none !important;  }

.styled-slider .hs_cos_gallery_thumbnails .slick-slide .slick-slide-inner-wrapper img {
  height:auto !important;
  width:auto !important;
  max-height:47px;
}

.styled-slider .slick-prev, .styled-slider .slick-next { margin-top:-17px;  }

.styled-slider .slick-prev:before, .styled-slider .slick-next:before {
  color:#000 !important;
  font-size:40px;
  opacity:1;
}

.styled-slider .hs_cos_gallery_thumbnails {
  max-width:1050px;
  float:none;
  margin:0px auto 70px auto;
}

/* Landing Page styling */

.landing-page ul.no-list.hs-error-msgs.inputs-list { margin-bottom:0px;  margin-top:2px;}

.landing-page ul.no-list.hs-error-msgs.inputs-list li {  list-style:none;}

.landing-page .hs-form-field label {  display:none;  }

.landing-page ul.no-list.hs-error-msgs.inputs-list li label {
  color:#f9f9f9;
  display:block;
  font-size:13px;
}

.landing-page .main-form-group {  background:#000;

}

.landing-page h1 {   font-size:50px;  }

.landing-page .form-section {
  margin-top:-540px;
  max-width:600px;
  margin-left:100px !important;;
  margin-right:50px;
  background:#007A69;
  padding-bottom:0px;  
}
.formSectionLPForm {
  display:none;
}
.landing-page .form-section form input {
  padding:10px; 
  margin-top:15px;
  border-radius: 0px !important;
  border-width: 0px !important;
}
.landing-page .form-section form textarea {
  border-radius: 0px !important;
  border-width: 0px !important;
}
.landing-page .form-section form .hs-button {
  background:#000;
  color:#f9f9f9;
  width:100%;
  border:0px;
  font-size:17px;
}

.landing-page .form-section form .hs-button:hover { opacity:0.8; cursor:pointer;}  

.landing-page .form-black-background { background:#000;  }

.landing-page .form-privacy-text p {
  color:#f9f9f9;
  text-align:center;
  font-size:14px;
  font-style:italic;
}

.landing-page .form-privacy-text p a {
  color:#000;
  text-decoration:none;
  font-weight:400;
}

.landing-page .form-privacy-text p a:hover {  color:#f9f9f9;  }

.inner-offer-wrapper-new {   display: flex;   width: 100%;}

.inner-offer-content-new {   max-width: 675px;}

.offer-image-new {   width: 40%;}

.offer-content-new {
  width: 60%;
  min-height: 500px;
  align-items: center;
  display: flex;
  justify-content: center;
  //padding: 80px 50px 550px 50px;
  padding: 80px 50px 550px 50px;
}

.offer-image-new .image-grid__item{ height: 100%;}
.logo-center{ text-align: left;}
.offer-content-new h1 {
  color: #f9f9f9;
  margin-top: 30px;
  margin-bottom:20px;
}

.offer-content-new img {  margin:0px 0px 10px 0px !important;  }

.offer-content-new p,
.offer-content-new ul li,
.offer-content-new ol li {  color: #f9f9f9;}

.offer-content-new a {
  display: inline-block;
  -webkit-appearance: none;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 4px;
}

/* */



/*************** Common style ************/

/* Accreditation Page styling */

.accreditation-logo-section {  padding-bottom:60px;  }

.accreditation-logo-section .image-block {  margin-bottom:20px;    text-align:center;}

/* */

/* About us page styling */

.about-us-page h1 {  margin-bottom:0px; }

.about-us-page .top-page-anchor-links {
  text-align:center;
  margin-bottom:50px;}

.top-page-anchor-links p a {
  color:#000;
  text-decoration:none;
  margin-right:30px;
}

.top-page-anchor-links p a:first-of-type {
  font-weight:400;
  color:#007a69;
  border-bottom:2px solid #000;
  padding:10px 0px;  
}

.top-page-anchor-links p a:hover {
  font-weight:400;
  color:#007a69;
  border-bottom:2px solid #000;
  padding:10px 0px;
}

.about-us-page .service-content {  padding-top:0px !important;  }

.about-stat-section { padding-top:50px; padding-bottom:50px;}

.about-stat-section .page-center {  max-width:1100px !important; }

.about-stat-section .stat-block   padding:20px;  }

.about-stat-section .stat-block h2 {  color:#007A69;  margin-bottom:0px;}

.about-stat-section .stat-block p {  margin-top:0px;}

/* */

/* Homeworker Page Styling */

.homeworker-page .hs-accordion__item-content-inner ul li,
.homeworker-page .hw-top-para ul li {  list-style-type: none;  margin-bottom: 20px;}
.homeworker-page .hs-accordion__item-content-inner ul li:before,
.homeworker-page .hw-top-para ul li:before {
  content: "\2022";
  color: #007A69;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -2em;
  margin-right:1em;
}


/* Navigation 2021 aka dupa */

#hs_cos_wrapper_module_865746344 .hs-search-field__button, #hs_cos_wrapper_module_147308398 .hs-search-field__button {
  display:none 
}

.header-wrapper-21 .search-results-block {
  overflow: visible;
  position: relative;
  margin-left: 30px !important;
  margin-top: 14px;

}
.header-wrapper-21 .header-search-input {
  position: absolute;
  width: 232px;
  left: -200px;
}
/* Navigation 2021 - reset styling */ 
.header-wrapper-21 .header-search-input input {  position: static;  left: auto;}
/* Navigation 2021 - keep input visible if focused but hover lost */ 
.header-wrapper-21 .search-results-block:focus-within input {
  box-shadow: none !important;
  border: none !important;
  background: rgba(53,169,154,0.5) !important;
  text-align: left;
  color: #f9f9f9;
  cursor: pointer !important;
  overflow: visible;
  display: block;
  opacity: 1;
}
.header-wrapper-21 .top-nav-cta {  margin-left: 0px;}
.header-wrapper.nov-21 .hw-nav-cta p {
  //margin: 0;
  text-align:right;
} 
.header-wrapper.nov-21 .inner-nov-21 > .row-fluid-wrapper >.row-fluid{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-wrapper.nov-21 .disk-menu {
  /*         display: flex; uncomment if shop is added */
  align-items: center;
  justify-content: flex-end;
  margin-left: -38px;
}
.small-header .header-wrapper.nov-21 .disk-menu { margin-left: -80px;}
.small-header .header-wrapper.nov-21 .hw-nav-cta a {   padding: 25px 50px !important;}
.small-header .inner-nov-21 .small-logo {    padding: 10px 0 10px 25px;}

.header-wrapper.nov-21 .hw-nav-cta a { padding: 48px 30px !important;}
.header-wrapper.nov-21 .large-logo {   padding: 20px 0 20px 50px;} 
.header-wrapper-21 .top-nav-cta .hw-nav-cta a {
  text-transform: uppercase;
  background-color:#007a69;
  padding: 5px 10px;
  color:#000000;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  font-weight:500;
}
.header-wrapper-21 .top-nav-cta .hw-nav-cta a span {  color: #fff; padding-left: 10px;}
.header-wrapper-21 .top-nav-cta .hw-nav-cta a:hover {color: #000000;}


/******* Animation ************/

.animatable {

  /* initially hide animatable objects */
  visibility: hidden;

  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animated {
  visibility: visible;

  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

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

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

.small-header .header-wrapper-21 .hw-nav-cta p {
  margin-top:10px;
}

@media (max-width: 1420px) {
  .header-wrapper-21 .logo-and-subtext {  width:15%; }
  .header-wrapper-21 .menu-wraper {  width:80%; }
  .header-wrapper-21.nov-21 .menu-wraper {
    width:100% !important; }
}

@media (max-width: 1230px) {
  .header-wrapper-21 .logo-and-subtext {  width:10% !important; }
  .header-wrapper-21 .menu-wraper { width:85%; }
  .top-nav-cta .hw-nav-cta a {  font-size: 13px; }
}
@media only screen and (min-width:1025px) and (max-width: 1230px) {
  .header-wrapper.nov-21 .hw-nav-cta a {  padding: 30px !important;}
}
@media only screen and (min-width:900px) and (max-width: 1024px) {
  .header-wrapper.nov-21 .disk-menu {     margin-left: -28px !important; }
  .header-wrapper.nov-21 .hw-nav-cta a {  padding: 27px 30px !important; }
  .header-wrapper-21.nov-21 .menu-wraper {  width: 85% !important; }
}
@media only screen and (min-width:768px) and (max-width: 900px) {
  .header-wrapper.nov-21 .large-logo { padding-top: 20px;}
  .header-wrapper.nov-21 .disk-menu {
    margin-left: 0; 
    justify-content: right;}
  .header-wrapper-21.nov-21 .menu-wraper {  width: 85% !important; }
  .header-menu.nov-new  ul { margin-top: 0 !important; }
  .header-wrapper-21.nov-21 .top-nav-cta {
    // margin-top: 18px;
  }
  .small-header .header-wrapper.nov-21 .disk-menu {  margin-left: 0px; }
  .header-menu.nov-new ul li a {  padding: 10px 9px ;}
}
@media (max-width: 900px) {
  .header-wrapper-21 .menu-wraper {  width:100% !important; }
  .header-wrapper-21 .menu-wraper .header-menu {
    // width:62% !important;
  }
  .header-wrapper-21 .logo-and-subtext {
    //  width: 100% !important;
    text-align: center;
  }
  .header-wrapper.nov-21 .hw-nav-cta a { padding: 27px 30px !important;}
  .header-wrapper.nov-21 .disk-menu { margin-left: 0px !important;}
}

@media (max-width: 780px) {
  .header-wrapper-21 .menu-wraper .header-menu {
    //   width: 62% !important;
  }
}
@media (min-width:768px) and (max-width: 1024px) {
  .header-wrapper.nov-21 .inner-nov-21>.row-fluid-wrapper>.row-fluid {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-wrapper-21 .header-search-input {   left: 50px; }
  .header-wrapper-21 .mobile-search-and-number .mobile-tel p {  margin-right: 0px !important;  }
  .header-wrapper-21 .mobile-search-and-number .mobile-tel {    width: 30% !important; }
  .header-wrapper-21 .mobile-search-and-number {  margin-top: -50px; }
  .header-wrapper-21 .mobile-trigger {  top: -46px !important; }
  .header-wrapper.nov-21 .inner-nov-21>.row-fluid-wrapper>.row-fluid {  display: block; }
  .header-wrapper.nov-21 .large-logo {  padding: 20px 0;}
  .inner-nov-21 {  padding: 0 15px 10px; }
}
@media (min-width:630px) and (max-width: 767px) {
  .inner-nov-21 .mobile-menu .mobile-trigger {
    top: -56px !important; }
}
@media (min-width:580px) and (max-width: 767px) {
  .inner-nov-21 .mobile-search-and-number {  margin-top: -70px !important; }
  .inner-nov-21  .mobile-menu .mobile-trigger {  top: -56px !important;  }
  .inner-nov-21 .mobile-search-section {    margin-top: 0px; }
  .inner-nov-21 .mobile-tel p a {  font-size: 16px;}

  body .inner-nov-21 .newHeader-2024 .mobile-menu .mobile-trigger {
    top: -42px !important;
  }

}

@media (max-width: 700px) {
  .header-wrapper-21 .header-search-input {  left: 0px;}

  .post-pagination-new ul.pagination-new li{ display: none; }
}

@media (max-width: 630px) {
  .header-wrapper-21 .mobile-search-and-number .mobile-tel p { font-size: 13px;}
  .header-wrapper-21 .mobile-trigger {  top: -39px !important;  }
  .header-wrapper-21 .mobile-search-section .search-results-block {  margin-top: 13px; }
  .top-page-anchor-links p a {
    display:inline-block;
    width:100%;
    margin-bottom:20px;
  }
}
@media (max-width: 580px) {
  .header-wrapper-21 .logo-and-subtext { width: 100% !important;  }
  .header-wrapper-21 .logo-and-subtext .logo-module img {margin-left: 0;  }
  .header-wrapper-21 .mobile-search-and-number {   margin-top: 0px; }
  .header-wrapper-21 .header-search-input {   left: 35px;}
  .header-wrapper-21 .header-search-input {  width: auto; }
}
@media (max-width: 480px) {
  .header-wrapper-21 .mobile-search-and-number .mobile-tel {   width: 40% !important;}
}

/* */

/* Product Page Styling */

.prdt-pg-cnt-mdl-outer {   width:100%;   float: left;}

.prdt-pg-cnt-mdl-inner {   margin-left: 10%;   float: left; }

a.prdct-rang-cnt-cta {font-size:17px !important;   padding:11px 15px !important;}

a.prdct-rang-cnt-cta:hover {
  background:#000 !important;
  color:#f9f9f9 !important;
  transition:.35s all;
}

.prdt-pg-cnt-mdl-head h1 {
  /*      text-transform: capitalize; */
  text-transform: uppercase;
  margin-top: 0px;
  font-size:43px;
}

.prdt-pg-cnt-mdl-head h2 { text-transform: uppercase;  margin-top: 0px;}

.prdt-pg-cnt-mdl-cta { margin: 20px 0px;  display: inline-block;}

.prdt-pg-cnt-mdl-bt-txt { margin: 20px 0px;  text-transform: uppercase;}

.prdt-pg-cnt-mdl-bt-txt a { color:#000; text-decoration:none;}

.prdt-pg-cnt-mdl-bt-txt a:hover { color:#007a69;}
.prdt-pg-cnt-mdl-bt-txt:after {
  content: url('https://www.ie-uk.com/hubfs/2019-insightful/icons/Icon%20awesome-arrow-circle-down.png');
  font-weight: 900;
  vertical-align: middle;
  color: #007a69;
  padding-left: 10px;    
}
a.modal-button { text-decoration:none;color:#000;}
a.modal-button span {
  padding:11px 15px;
  font-size:17px;
  font-weight:300;
  border:1px solid #2c7a69;
}
a.modal-button span:hover {
  background:#2c7a69;
  color:#f9f9f9;
  transition:0.35s;
}

/* Search results page */
.search-results-page ul#hsresults li a.hs-search-results__title {
  text-decoration:none;
  color:#007a69;
  font-size:22px;
}

.search-results-page ul#hsresults li {margin-bottom:80px; border-bottom:1px solid #ddd;}

/* Projects Main page blocks */
.project-section {
  width: 100%;
  display: flex;
  margin-bottom: 35px;
  animation: fadeScaleIn .3s ease !important;
  transform: translateY(0px) !important;
}
@keyframes fadeScaleIn {
  from {
    opacity:0;
    transform:translateY(150px);
  }
  to {
    opacity:1;
    transform:translateY(0px);
  }
}
.project-module .project-image {
  width: 60%;}
.project-module .project-content {
  width: 40%;
  min-height: 350px;
  align-items: center;
  display: flex; 
  justify-content: center;
}

.project-module .image-grid__item {    height: 100% !important;}
.project-module .grid-item__image {
  height: 100% !important;
  width: 100% !important;
}

.project-module .inner-content h2{
  color: #f9f9f9;
  text-transform: uppercase; 
  max-width: 425px;
}
.project-module .inner-content p { clear: both;}
.project-module .btn-content {
  opacity: 0.8;
  text-decoration: none;
  padding: 8px 35px;
  display: inline-block;
  text-transform: uppercase;
}

.project-module .btn-content:hover{  opacity: 1;}
.project-module .project-content.align-left {     justify-content: left; }
.project-module .project-content.align-right { justify-content: right; float: right;}
.project-module .project-content.align-right .inner-content{ text-align: right; width: 100%; }
.project-module .project-content.align-left .inner-content h2{ padding-left: 40px;}
.project-module .project-content.align-right .inner-content h2{ padding-right: 40px; float: right;}

.project-module .filter-outer {
  padding-bottom: 25px;
  float: left;
  width: 100%;
}

.project-module .filter-outer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
  text-align: left;
}
.project-module li.active {
  color: #007a69 !important;
  border-bottom: 2px solid #000 !important;
  font-weight: 400 !important;
}
.project-module li.filter {
  background-color: transparent;
  margin-right: 20px;
  padding: 10px 0px; 
  cursor: pointer;
  display: inline-block;
  border-bottom: 2px solid transparent;
  text-transform:uppercase;
}

.project-module li.active {    font-weight:400;  }

.project-module li.filter:hover{
  color:#007a69; 
  border-bottom: 2px solid #000;
  font-weight:400;
}

.project-section:first-child, .project-section:nth-child(2), .project-section:nth-child(3) {
  opacity:1; 
  transition: .35s ease-in-out;   
}

.project-section {opacity:0;  transition: .35s ease-in-out;  }

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) { animation-duration: 0.6s;}
.already-visible {
  transform: translateY(0);
  //animation: none;
}

@keyframes come-in {
  to { transform: translateY(0); }
}

/********* Our Work 2019 JW ********/
.project-design-2019 .projects-blue-back-wrap {  position: relative;}
.project-design-2019 .blue-back {
  background: #FFA69E ; 
  min-height: 15%; 
  position: absolute; 
  top: 100px;
}

@media (max-width: 1100px) {
  .project-design-2019 .blue-back { min-height: 14%;}
}


@media (min-width:764px) and (max-width: 899px) {  
  body .header-wrapper.nov-21 .disk-menu { margin-left: 0px !important;
  }
  body .mobile-search-section {
    display: block !important;
    position: absolute;
    right: 200px;
    width: auto !important;
  } 
  body .mobile-trigger {top: -52px !important; }
  .header-wrapper-21 .mobile-search-and-number .mobile-tel {  width: 30% !important;}
  .header-wrapper-21 .header-search-input {    left: 50px;}
  body .disk-menu {
    display: none !important;}

  body .header-wrapper-21 .mobile-search-and-number .mobile-tel {
    display: block !important;
    position: absolute;
    right: 60px;
  } 

  .mobile-search-section .search-results-block { margin-top:19px; margin-right:15px;}
  .header-menu li:last-child a, .header-menu li:last-child a:hover {
    color: red !important;
    border-bottom: 1px solid transparent !important;
  }
  body .header-container-wrapper div {
    min-height: 0px !important;
  } 
}
@media (max-width: 890px) {
  .project-design-2019 .blue-back {
    min-height: 9%;
    top: 90px;
  }
}

/* Hero banners */
.steelcase-logo-section {
  margin-top:-80px;
  position:relative;
  z-index:2;
  margin-bottom:29px;
  padding-left:20px; 
}
.steelcase-logo-section img { width: 200px; height: auto;   }

.homepage .home-tab-section { position:relative; z-index:1;}

.homepage .inner-more-details-content h2 {  text-align:left;  }

.main-search-section ul li:nth-child(6) a:hover .header-search-input {  display:block !important;}

.search-results-block {
  position:relative;
  overflow:hidden;
  margin-left:15px !important;
  margin-top:27px;
}

.search-results-block svg path.heroicon-ui {  fill:#007a69;  }
.inner-nov-21 .search-results-block svg path.heroicon-ui {  fill: #fff;}
.search-results-block input {
  position:absolute;
  left: 15px;
  width: 100% !important;
  height: 25px !important;
  transition:1s;
  border:0px !important;
  background: transparent !important;
  opacity:0;
}

.search-results-block input::placeholder, .search-results-block input[type="text"] { color:#000;opacity:0;}

.small-header .search-results-block {  margin-top:14px !important;  }

.search-results-block:hover input, .search-results-block:focus input, .search-results-block:active input {
  transition: 1s;
  left: 15px;
  box-shadow: none !important;
  border: none !important;
  background: rgba(53,169,154,0.5) !important;
  text-align:left;
  color:#f9f9f9;
  cursor: pointer !important;
  overflow:visible;
  display:block;
  opacity:1;
} 

.search-results-block:hover input::placeholder, .search-results-block:hover input[type="text"] {
  color:#f9f9f9;
  opacity:1;
}

.hs-search-field--open ul.hs-search-field__suggestions { display:none !important;}

.mobile-tel { display:none !important;      }

.mobile-search-section {  display:none !important;  }

.header-container-wrapper div {   min-height: 0px !important;}

.hero-banner-outer {
  padding: 100px 5px 100px 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  height: calc(100vh - 200px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-wrapper {
  background-color:#0a0a0a;}


.hero-banner-inner h1 {
  color: #f9f9f9;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, .35);
  max-width: 1300px;
  font-size: 75px;
  margin: 0 auto;
}

.hero-banner-inner h2 {
  color: #f9f9f9;
  margin: 0px;
  padding: 10px 0px;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, .35);
}

.hero-banner-outer {  position: relative;}

.hero-banner-outer .page-center1 {
  position: relative;
  z-index:1;
}
.hero-banner-cta a {
  border: 2px solid #f9f9f9;
  color: #f9f9f9;
  text-decoration: none;
  padding: 12px 10px;
  display: inline-block;
  font-size: 17px;
  font-weight: 300;
  margin: 10px 10px;
  width: 100%;
  max-width: 165px;
}

.hero-banner-cta a:hover {
  background:#fff;
  color:#000;
  transition: .35s all;
}

.hero-banner-outer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top:0px
}
.hero-banner-cta{padding-top:20px;}
.hero-banner-cta a span {
  color: #007a69;
  display: inline-block;
  padding-left: 5px;
}

/* */

/* Home tab section */

.home-tab-section {    background: #000;}

.home-tab-outer {    display: flex;}
.home-tab-inner {
  flex: 0 0 33%;
  max-width: 33%;
  text-align: center;
  padding:18px 0px;
}
.home-tab-inner:nth-child(1) {    background: rgba(52, 50, 50, .9);}
.home-tab-inner:nth-child(3) {    background: rgba(52, 50, 50, .9);}

.home-tab-inner a {
  font-size: 19px;
  color: #f9f9f9;
  text-decoration: none;
}

.home-tab-inner a:hover {    color:#35A99A;}

.home-tab-inner a span{
  color:#007a69;
  font-weight: bold;
}

.home-tab-inner a span:last-child, .home-tab-inner a {   font-weight: 300;}

/* Resources page */

.resource-module {
  float: left;
  width: 100%;
  padding: 50px 0px 100px;
}

.resource-module .image-grid__item {    height: 460px;}

.resource-section {
  animation: fadeScaleIn .3s ease !important;
  transform: translateY(0px) !important;
  float: left;
  width: 31%;
  margin-right: 20px;
  margin-bottom: 80px;
}
.resource-module h4{ color:#007a69;   margin-bottom: 0px;}

.resource-btn a {
  background-color: #007a69;
  color: #f9f9f9;
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;    
  line-height: 1.7em;
  font-weight: 300;
  opacity: .8;
  padding: 9px 15px;
  font-size:17px;
}

.resource-btn a:hover { opacity: 1;}
.resource-content { width: 80%;  min-height:450px;}

@keyframes fadeScaleIn {
  from {
    opacity:0;
    transform:translateY(150px);
  }
  to {
    opacity:1;
    transform:translateY(0px);
  }
}

.resource-module .filter-outer {
  padding-bottom: 50px;
  float: left;
  width: 100%;
}

.resource-module .filter-outer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
  text-align: left;
}
.resource-module li.active {
  color: #007a69 !important;
  border-bottom: 2px solid #000 !important;
  font-weight: 400 !important;
}
.resource-module li.filter {
  background-color: transparent;
  margin-right: 20px;
  padding: 10px 0px; 
  cursor: pointer;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.resource-module li.active {   font-weight:400;  }

.resource-module li.filter:hover{
  color:#007a69; 
  border-bottom: 2px solid #000;
  font-weight:400;
}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s;}
.already-visible {
  transform: translateY(0);
  //animation: none;
}

@keyframes come-in {
  to { transform: translateY(0); }
}

/* Inner more deatils section */
.inner-more-details-wrapper { display: flex; width: 100%;}

.more-details-image {
  width: 60%;}
.more-details-content {
  width: 40%;
  min-height: 500px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 100px 0px;
}

.more-details-image .image-grid__item{  height: 100%;}

.more-details-content a:hover {
  background: #007a69;
  color: #f9f9f9;
} 

.more-details-content a {
  display: inline-block;
  -webkit-appearance: none;
  background-color: #fff;
  color: #000;    
  transition: .35s all;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  padding: 11px 15px;
  margin-top: 20px;
  border: 1px solid #007a69;
  font-size: 17px;
  float:right;
  font-weight:300;
}

.more-details-content a i:before { font-size: 13px;  }

.inner-more-details-content {max-width: 600px;padding: 0px 60px 100px 60px;}

.inner-more-details-content h2, .inner-more-details-content p { text-align: right; }



/* Steelcase page */
.inner-offer-wrapper {
  display: flex;
  width: 100%;
}

.offer-content {
  min-height: 500px;
  align-items: center;
  display: flex;
  justify-content: center;

}

.offer-image .image-grid__item{  height: 100%;}

.stlcse-offer-wraper .offer-content h2 {    color: inherit;}

.stlcse-offer-wraper .offer-content p {    color: inherit;}

.offer-content a{
  display: inline-block;
  -webkit-appearance: none;
  background-color: #f9f9f9;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 35px;
  margin-top:20px;
}

.offer-content a i:before {    font-size: 13px;  }

.stlcse-offer-wraper .inner-offer-content {
  max-width: 675px;
  margin: 0px auto;
  padding-top:100px;
}

.stlcse-offer-wraper .offer-image {
  width: 50% !important;}.stlcse-offer-wraper .offer-content {
    width: 50% !important;
    padding: 100px 0px !important;
}
.stlcse-offer-wraper .stlcse-logo-img {    padding-bottom: 30px;}

.stlcse-mdl-outer-warp { width: 100%; float: left;}

.stlcse-mdl-inner-warp {
  padding: 70px 0px;
  float: none;
  max-width:900px;
  margin:0px auto;
}

.stlcse-mdl-header h1 {
  margin: 0px;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 30px;
  font-size:43px;
}
.stlcse-mdl-cnt {
  text-align: center;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.stlcse-mdl-cta-otr {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.stlcse-mdl-cta { margin: 0px 20px;}
.stlcse-mdl-cta a:after {
  content: '+';
  padding-left: 10px;
  color: #007a69;
}

/* Meet the team page */
.profile-wrp {
  background-size: cover;
  min-height: 420px;
  //width: 19.9%;
  //float: left;
  margin: 0 1% 2% 1%;
  position: relative;
}

.profile-wrp-outer {
  width: 23%;
  float: left;
  margin: 0% 1% 2% 1%;
}

.team-profile-inner-wrp2 {
  float: left;
  width: 100%;
  position: relative;
}

.profile-desc-wrp.service-tab.active-tab {
  display: block;
  position: relative;
}

.profile-desc-wrp.service-tab {    display: none;}

.close-wrp {
  position: absolute;
  right: 2%;
  top: 16%;
  width: 2% !important;
  z-index: 999;
  cursor: pointer;
  font-size: 0px;
}

.close-wrp h6 {    margin: 0;}

.close-wrp:after {
  content: "";
  background-image: url(https://2934012.fs1.hubspotusercontent-na1.net/hubfs/2934012/2019-insightful/Team%20Page/close.png);
  position: absolute;
  background-size: 20px;
  background-position: center;
  display: inline-block;
  padding: 10px;
  background-repeat: no-repeat;
  top: 0;
}

.profile-inner-wrp {
  position: absolute;
  text-align: center;
  display: flex;
  width: 85%;
  background: rgba(0,122,105,0.8);
  min-height: 370px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin:25px;
}

.profile-inner-wrp a {
  padding: 11px 25px;
  background: #000;
  position: relative;
  color: #f9f9f9;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  bottom: 0;
  font-size:17px;
  font-weight:300;
  text-decoration:none;
}

.profile-inner-wrp a:hover {
  background:#f9f9f9;
  color:#000;
  transition:0.35s;
}

.button-outer {
  position: absolute;
  bottom: 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 90%;
  margin: 0 auto !important;
  float: none !important;
  cursor: pointer;
}

.profile-inner-wrp h2 {
  color: #f9f9f9;
  margin: 0;
  font-size:25px;
  font-weight:400;}

.profile-inner-wrp h3 {    margin: 0;    font-size:21px;}

.profile-wrp:hover .profile-inner-wrp {    opacity: 1 !important;    transition: 0.5s all;}

.profile-inner-wrp {    opacity: 0;    transition: 0.5s all;}

.team-outer-wrp h2 {    text-align: center;}

.profile-desc-wrp p span {
  color: #007a69;
  font-weight: 500;
}

.profile-desc-wrp {    padding: 0px 14px;}

.profile-inner-wrp:focus {    opacity: 1 !important;}

.team-outer-wrp {
  float: left;
  width: 100%;
  padding-bottom: 0px;
}

.profile-wrp-outer.active1 .profile-inner-wrp {    opacity: 1;}

.profile-desc-wrp p {
  width: 95%;
  margin: 0px;
  padding-bottom: 20px;
}

.mobile {  display: none;}

/* */


/* Offer section */

.inner-offer-wrapper { display: flex; width: 100%;}

.offer-image { max-width: 40%; flex:0 0 40%;}

.offer-content {
  max-width: 60%;
  flex:0 0 60%;
  min-height: 500px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 100px 0px;
}

.offer-image .image-grid__item{  height: 100%;}

.offer-content h1 { font-size:43px;  margin-top: 20px;}

.offer-content h2 { color: #f9f9f9;margin-top: 20px;}
.inner-offer-content h4 {    margin: 0px;}
.offer-content p, .offer-content ul li, .offer-content ol li {    color: #f9f9f9;}
.offer-content a:hover {
  background: #007a69;
  color: #f9f9f9;
}
.offer-content a {
  display: inline-block;
  -webkit-appearance: none;
  background-color: #f9f9f9;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  padding: 11px 15px;
  margin-top:20px;
  border: 1px solid #fff;
  transition: .35s all;
  font-size:17px;
  font-weight:300;
}

.offer-content a i:before {    font-size: 13px;  }

.inner-offer-content { max-width:675px;   padding: 20px;}

/* */

/* Expandable content */

.expandable-section { display: flex; position: relative;}

.expanbale-inner.active{ width:50%; position: relative;}

.expanbale-inner{  width:25%;  }

.expanbale-inner.active:after {
  background: rgba(0, 0, 0, 0.70);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}

.expand-active-left a {
  border: 1px solid #f9f9f9;
  color: #f9f9f9;
  text-decoration: none;
  font-size: 17px;
  font-weight: 300;
  padding: 11px 15px;
  display: inline-block;
  margin-top:20px;
}

.expand-active-left a:hover {
  background:#f9f9f9;
  color:#000;
  transition:.35s all;
}

.expand-active-right h5 {
  border-bottom: 1px solid #A9CFD0;
  margin-bottom: 0;
  padding-bottom: 10px;
  color: #f9f9f9;
}

.expand-active-right h2 {    color:#f9f9f9;  }

.expand-active-right h2 span {
  display: block;
  font-size: 20px;
  line-height: 100%;
  padding-bottom: 30px;
  color: #f9f9f9;
}
.expanbale-inner {   color: #f9f9f9;}
.expand-active-left {
  flex: 0 0 68%;
  max-width: 68%;
  padding-right: 2%;
  color:#f9f9f9;
  text-align:right;
}

.expanbale-inner {
  position: relative;
  background-position: center;
  background-size: cover;
}

.expand-click {
  transition: .3s all;
  position: absolute;
  z-index: 999;
  top: 10px;
  right: 30px;
  text-align: center;
  cursor: pointer;

}
.expand-click i { font-size: 60px; color:#f9f9f9}

.expand-click p {
  color:#f9f9f9;
  font-weight:400;
  text-transform:uppercase;
}

.expand-active-right {
  flex: 0 0 28%;
  max-width: 28%;
  padding-left: 2%;
  color:#f9f9f9;
}

.expand-active .expand-active-in{
  padding: 100px 80px;
  display: flex;
  position: relative;
  z-index: 9;
}

.expand-active{  opacity:0;}
.expanbale-inner
{
  transition: all 0.5s ease;
  max-height:850px;
  overflow:hidden;
}
.expand-click:hover {    color: #A9CFD0;    opacity: 1;}
.expanbale-inner.active .expand-active{  opacity: 1;}
.expanbale-inner.active .expand-click{  opacity:0;}


.expanbale-inner:after {
  background: rgba(0, 0, 0, 0.20);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
}

/* */

/* Recent posts */

.recent-outer-wraper {
  padding: 50px 0px;
  display:table;
  width: 100%;
}
.post-read-more a { font-size: 17px !important; font-weight: 300;}

.post-read-more a:hover { color: #007a69 !important;  transition:.35s all;}  

.recent-outer-wraper h2 {    text-align: center;}

.recent-outer-wraper .rectent-wraper:nth-child(2) {
  margin-right:1.5%;
  margin-left: 1.5%;
}
.recent-outer-wraper .rectent-wraper{
  width: 32.33%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.recent-outer-wraper .rectent-wraper p {    margin-top:30px;}

.recent-outer-wraper .rectent-wraper a.name {
  color: #000;
  text-decoration: none;
  font-size: 20px;
}

.recent-outer-wraper .rectent-wraper .post-cont {    text-align: center;}

.recent-outer-wraper .rectent-wraper .read-more-link {  margin-top: 20px;  text-align: center;}

.recent-outer-wraper .rectent-wraper .read-more-link a.read-more{
  display: inline-block;
  text-decoration: none;
  background-color: #fff; 
  font-size: 17px;
  padding: 11px 15px;
  color: #000;
  text-shadow: none;
  font-weight: 300;
}

.recent-outer-wraper .rectent-wraper .read-more-link a.read-more i{      color: #000;}

.recent-outer-wraper i {    color: #007a69;}

/* */

/* Drive traffic section */

.inner-driven-wrapper { display: flex;width: 100%;}

.driven-image {max-width: 40%; flex:0 0 40%;}
.driven-content a:hover {    opacity: 0.8 !important;}
.driven-content {
  max-width: 60%;
  flex:0 0 60%;
  min-height: 500px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 100px 0px;
}

.driven-image .image-grid__item{  height: 100%;}

.driven-content a {
  display: block;
  -webkit-appearance: none;
  background-color: #f9f9f9;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 20px;
  margin-top: 10px;
  font-weight: 300;
  transition:.35s all;
}

.driven-content a i {    transform: scale(1.15);}
.driven-cta {    padding-top: 20px;}
.driven-content a i:before {    font-size: 13px;  }
.driven-cta i {
  color: #fff;
  float: right;
}


.inner-driven-content { max-width:675px; padding: 60px 20px 80px 20px;}

/* */


/* Logo section */

.logo-section h3 {
  text-align: center;
  margin: 0px;
  color:#f9f9f9;
}

.logo-section {    padding: 60px 0px;}

.logo-section-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 20px;
}

.logo-section-inner {    padding: 20px;}

/* */

/* Product ranges */

.prdt-rang-blk-inner {
  width: 100%;
  height: 400px;
  background-size: cover !important;
  background-position: center center !important;
  float: left !important;
}
.prdt-rang-blk-header {
  text-align: center;
  color:#ffffff;
  padding: 10px 20px 0px;
}
.prdt-rang-blk-inr-outer { width: 33.33%; float: left;}

.image-grid__item.prdt-rang-blk {
  position: relative;
  height: 400px !important;
}
.prdt-rang-blk-text { text-align: center; color:#ffffff;}

.prdt-rang-blk-text p {
  padding: 0px 5%;
  margin: 10px auto 30px;
  font-size: 18px;
  color:#f9f9f9;
}
.prdt-rang-blk-cta {    text-align: center;}

.prdt-rang-blk-btm-txt {
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  margin: 0px;
  background-color: #000000;
  bottom: 0;
  color: #fff;
  right: 0;
  opacity: .8;
  position: absolute;
  transition:.3s all;
}

.prdt-rang-blk-btm-txt p {
  padding: 10px 20px;
  margin: 0px;
  color:#f9f9f9;
}

.prdt-rang-blk-inr-outer:hover .prdt-rang-blk-btm-txt p {   display:none;}

.prdt-rang-blk-cnt-inr {
  position: absolute;
  opacity: 0;
  top:0;
}

.prdt-rang-blk:hover .prdct-rang-blog-cta {
  background: #fff !important;
  color: #000 !important;
  z-index: 9999;
  opacity: 1;
  text-shadow: none !important;
}
.prdt-rang-blk:hover .prdt-rang-blk-cnt-inr {
  opacity: 0.5;
  background-color: #000 !important;
 height: 400px;
}
.prdt-rang-blk-btm-txt p:after {
  content: '+';
  color: green;
  font-size: 16px;
  font-weight: 300;
  padding-left: 5px;
}

.prdt-rang-blk-cta a:after {
  content: '+';
  color: green;
  font-size: 18px;
  font-weight: 200;
  padding-left: 10px;
}

.buttons-ctas-styled a {
  text-transform: uppercase;
  border: 1px solid #fff;
  background-color: #ffffff09;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
}
.grid-item:hover .buttons-ctas-styled a {
  color: #000;
  background-color: #fff;
}  
.prdt-rang-blk-header h3 {
  margin: 0px;
  text-transform: uppercase;
  color:#f9f9f9;  
}
.prdt-rang-blk-text {  width:100%;}
.prdt-rang-sec-header h2 {
  text-transform: uppercase;
  text-align: center;
  padding: 30px 0px;
} 

/* */


/* Studio Live */

.studiolive-section { padding: 40px 0px; text-align: center;}
.studiolive-inner a:hover {
  background: #000;
  border-color: #000;
  color: #f9f9f9;
}
.studiolive-inner { max-width: 800px;  margin: 0 auto;}

.studiolive-section a {
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  padding: 11px 15px;
  display: inline-block;
  font-size: 17px;
  font-weight: 300;
  margin-top: 20px;
  transition:.35s all;
}


/* Services page */

.services .project-list-wrapper {    padding-bottom: 20px;}
.services .full-width-image {    padding-bottom: 30px;}
.services .inner-group { display: flex; width: 100%;}

.services .service-content {
  width: 60%;
  min-height: 500px;
  align-items: start;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

.services .service-image-content {   width: 40%;}

.services .service-image-content .image-grid__item {    height:510px;}

.services .service-imges {  padding-bottom: 20px;}
.services .service-content .service-inner-content {    max-width: 675px;}

.services .btn-group a {
  display: inline-block;
  -webkit-appearance: none;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  padding: 11px 15px;
  margin-top: 20px;
  margin-right: 20px;
  font-size: 17px;
  font-weight:300;
}

.services .btn-group a:hover {
  background:#000;
  color:#f9f9f9;
  transition:0.35s;
}

.services .filter-outer ul {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
  text-align: left;
}

.services .filter-outer li {
  background-color: transparent;
  margin-right: 20px;
  cursor: pointer;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.services .filter-outer li a {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding: 10px 0px;
  color: #000;
  display: inline-block;
}
.services .filter-outer li a.active,
.services .filter-outer li a:hover {
  color: #007A69;
  border-bottom: 2px solid #000;
  font-weight: 400;
}

.services .full-width-image img { width: 100%; height: auto;}

/* */


/* Contact us page */

.contact-module {
  float: left;
  width: 100%;
  padding: 0px 0px 100px;
}

.contact-section .form-privacy-policy-section {padding:0px 30px 20px 30px; background:#efedee;}

.contact-section .form-privacy-policy-section p {
  font-size:14px;
  text-align:center;
  margin-top:0px;
}  

.contact-section .form-privacy-policy-section p a {
  color:#007a69;
  font-weight:400;
  text-decoration:none;
}

.contact-section .form-privacy-policy-section p a:hover {  color:#000;}

.contact-section {
  animation: fadeScaleIn .3s ease !important;
  transform: translateY(0px) !important;
}
.contact-section-inner {
  max-width: 60%;
  margin: 0px auto;
  padding: 50px 0px;
}

.contact-section-inner p.content { text-align: center; padding: 20px 30px;}

.contact-section-inner p.form-heading {
  background-color: #007a69;
  color: #f9f9f9;
  margin: 0;
  padding: 15px 30px;
}

.form-section {
  background-color: #efedee;
  margin: 0;
  padding: 50px 30px;
}
.form-section h3{ display: none; }

/*.contact-module .hs-form-field label {
  padding-bottom: 5px;
  display: inline-block;
  text-transform: capitalize;
  font-weight: 300;
  font-size:16px;*/
}

fieldset.form-columns-1, fieldset.form-columns-2 {width: 100% !important; max-width: 100% !important;}

/*.form-columns-1 textarea{
  width: 100% !important;
  background-color: #fff;
  border: 1px solid #716f70;
  border-radius: 5px;
  min-height: 50px;
  font-size: 15px;
  font-weight: 200;
  font-family:rubrik-new,sans-serif;
  margin-top:15px;*/
}
.form-columns-2 input, 
.form-columns-1 input, 
.form-columns-1 select {
  width: 100% !important;
  height: 38px;
  background-color: #fff;
  border: 1px solid #716f70;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 200;
}

/*.contact-module input.hs-button.primary.large {
  background-color: #007a69;
  color: #f9f9f9;
  font-size: 17px;
  border:0px;
}*/

.contact-module input.hs-button.primary.large:hover {    background-color:#000;  }

.contact-module .hs_submit.hs-submit {   text-align: right;}

.contact-module .hs-form-field {  padding-bottom: 20px;}
.contact-module .accordion-section-content {   padding: 30px 20px;}

.office-address-group {
  float: left;
  width: 100%;
  padding: 30px 0px;
}

.contact-module .accordion-groups {
  padding-bottom: 10px;
  max-width: 60%;
  margin: 0 auto;
}

.office-address { float: left; width: 70%;}

.office-map {
  float: left;
  width: 30%;
  text-align: right;
}

.office-address p {  margin: 0px;}

.office-address p a { text-decoration: none;color: #000;}

.office-address p span {
  color: #007a69;
  font-weight: 400;}

.office-map a {
  background-color: #007a69;
  color: #f9f9f9;
  font-size: 17px;
  padding: 11px 15px;
  text-decoration: none;
  font-weight: 300;
  display: inline-block;
  text-transform:uppercase;
}

.office-map a:hover {     background-color:#000;}

.contact-list-wrapper { float: left; width: 100%;}

h2.section-heading {
  text-align: center;
  padding-bottom: 40px;
}
.office-img img {   height: auto;}

.banner-img img {  height: auto;}

@keyframes fadeScaleIn {
  from {
    opacity:0;
    transform:translateY(150px);
  }
  to {
    opacity:1;
    transform:translateY(0px);
  }
}

.contact-module .filter-outer {
  padding-bottom: 25px;
  float: left;
  width: 100%;
}

.contact-module .filter-outer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  float: left;
  text-align: left;
}
.contact-module li.active {
  color: #007a69 !important;
  border-bottom: 2px solid #000 !important;
  font-weight: 400 !important;
}
.contact-module li.filter {
  background-color: transparent;
  margin-right: 20px;
  padding: 10px 0px; 
  cursor: pointer;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.contact-module li.active {   font-weight:400;  }

.contact-module li.filter:hover{
  color: #007a69; 
  border-bottom: 2px solid #000;
  font-weight:400;
}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}
.already-visible {
  transform: translateY(0);
  //animation: none;
}

@keyframes come-in {
  to { transform: translateY(0); }
}

/* */



/* Products Overview Page */

.product-range-main-page .header-wrapper {
  background-color: rgba(0,0,0,1) !important;
}

.prdt-rang-outer {float: left;width: 100%;}
.prdt-rang-inner {display: flex;width: 100%;}

.prdt-rang-header {     float: right;}
.prdt-rang-header h1 {
  margin-left: -75% !important;
  padding: 30px 40px;
  background-color: #fff;
  position: relative;
  z-index: 999;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 140px;
}

.prdt-rang-img {
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.prdt-rang-content { float: right; padding: 50px 40px 0px;}
.prdt-rang-content p {margin: 0px 0px 20px 0px; background-color: #ffffff;}

.prdt-rang-img:hover {
  transform: scale(1.2);
  transition: transform .35s cubic-bezier(0.25,0.46,0.45,0.94),-webkit-transform .35s cubic-bezier(0.25,0.46,0.45,0.94);
}
.prdt-rang-img-outer {
  width: 70%;
  float: left;
  overflow: hidden;
}
.prdt-rang-banner-img { width: 66.66%;}
.prdt-rang-outer .image-grid__item {
  height: 100%;
}

.prdt-rang-cnt-warp {
  width: calc(33.33% - 40px);
  min-height: 500px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 80px 20px;
}

.prdt-rang-logo-outer { clear: both;}

.prdt-rang-logo-img {
  height: 100px;
  width: calc(100% - 20px); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left !important;
  margin: 10px 10px;
}
.prdt-rang-logo-inner {
  padding: 50px 0px;
  display: block; 
  width: 100%;
  float: left;
} 

.prdt-rang-logo-header h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 0px;
}
.prdt-rang-logo-header { padding-bottom: 50px;}
.prdt-rang-logo-img-outer {width: 100%; float: left;}

.prdt-rang-logo-img-inner {
  width: 15%;
  float: left;
  margin: 6px;
}

.new-logo{   height: 100px !important;}

.project-home-pg .studiolive-section {
  width: 100%;
  padding: 40px 0px 80px 0px;
  text-align: center;
  display: table;
}

.image-grid__item {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 360px;
  align-items: stretch;
  justify-content: center;
  position: relative;
  height: 220px;
  transition: text-shadow 0.1s ease-in, -webkit-transform 0.14s ease-in;
  transition: transform 0.14s ease-in, text-shadow 0.1s ease-in;
  transition: transform 0.14s ease-in, text-shadow 0.1s ease-in, -webkit-transform 0.14s ease-in; 
}

.image-grid__item:before { 
  content: ""; 
  visibility: hidden;   
  position: absolute; 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  border-radius: 3px;
  box-shadow: 0 10px 24px 0px rgba(0, 0, 0, 0.06), 0 8px 20px -2px rgba(0, 0, 0, 0.1), 0 6px 10px -6px rgba(0, 0, 0, 0.2);
  transition: visibility 0.1s ease-out, opacity 0.1s ease-out;
  opacity: 0;
}

.image-grid__item:hover:before {
  visibility: visible;
  opacity: 1;
}

.grid-item:hover .grid-item__hover, .grid-item:focus .grid-item__hover, .grid-item:active .grid-item__hover {
  visibility: visible;
  opacity: 1;
}
.grid-item:hover .grid-item__name, .grid-item:focus .grid-item__name, .grid-item:active .grid-item__name {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.grid-item {
  display: flex;
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  align-items: stretch;
  justify-content: center;
  text-decoration: none;
  color: #eeeeee;
  overflow: hidden;
}

.grid-item__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  will-change: transform;
  transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}

.grid-item__hover {
  visibility: hidden;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 43, 51, 0.8);
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  transition: visibility 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
} 

.grid-item__name {
  visibility: hidden;
  display: flex;
  flex-direction: column;  
  flex-grow: 1;
  flex-shrink: 1;
  align-items: center;
  font-size: 2rem;
  font-weight: 300;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4), 2px 2px 6px rgba(0, 0, 0, 0.3);
  justify-content: center;
  letter-spacing: 1px;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: visibility 0.14s ease-out, opacity 0.14s ease-out, -webkit-transform 0.24s ease;
  transition: visibility 0.14s ease-out, opacity 0.14s ease-out, transform 0.24s ease;
  transition: visibility 0.14s ease-out, opacity 0.14s ease-out, transform 0.24s ease, -webkit-transform 0.24s ease;
  opacity: 0;
  padding:0px 20px;
  text-align: center;
}

.prdct-rang-cnt-cta {
  display: inline-block;
  margin-bottom: 20px;
}
.accordion, .accordion * {
  -webkit-box-sizing:border-box; 
  -moz-box-sizing:border-box; 
  box-sizing:border-box;
}

.accordion {
  overflow: hidden;
  box-shadow: 0px 0px 0px rgba(0,0,0,0.25);
  border-radius: 0px;
  background: #fff;
}

/*----- Section Titles -----*/
.accordion-section-title {
  width:100%;
  padding:15px;
  display:inline-block;
  border-bottom:0px solid #1a1a1a;
  background:#8bc2ea;
  transition:all linear 0.15s;
  color:#f9f9f9;
  text-decoration:none;
}

.accordion-section-title.active, .accordion-section-title:hover {
  background:#c8c8c8;
  /* Type */
  text-decoration:none;
}

.accordion-section:last-child .accordion-section-title {
  border-bottom-color:white;    
  background-image: url(https://2934012.fs1.hubspotusercontent-na1.net/hubfs/2934012/2019-insightful/logos/plus.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
} 

.accordion-section:last-child .accordion-section-title.active{
  background-image: url(https://2934012.fs1.hubspotusercontent-na1.net/hubfs/2934012/2019-insightful/logos/mis.png);
}

/*----- Section Content -----*/
.accordion-section-content {
  padding:15px;
  display:none;
}
/**************** Common style ends **************/

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { padding: 3px 10px !important;}

.newHeader-outer-wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child {  padding-left: 15px;}

.newHeader-outer-wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a {
  background-color: #FFA69E;
  color: #000 !important;
  display: inline-block;
  position: relative;
  padding-right: 35px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-weight:400 !important;
}
.newHeader-outer-wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a:hover {
  background-color: #F2948B;
}
.newHeader-outer-wrap .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-child a:after {
  position: absolute;
  content: '';
  background-image: url(https://www.ie-uk.com/hubfs/2019-insightful/header-footer/plus.svg);
  background-size: 17px;
  width: 17px;
  height: 17px;
  background-position: center;
  top: 17px;
  right: 14px;
  background-repeat: no-repeat;

}

.logo-subtext { display:block;}

.logo-subtext p a, .logo-subtext p {
  color:#f9f9f9;
  font-size:12px;  
  text-decoration:none;
}

.small-header .logo-subtext {
  display:none;
  transition:0.35s;
}

.small-header .header-menu ul  margin-top:0px !important;  }

.header-logo{ padding-bottom: 20px;}

.header-wrapper{
  background-color: #0a0a0a;
  padding: 20px 10px 20px 15px; 
  position: fixed;
  z-index: 99999;
  width: 100% !important;
}
.header-wrapper.nov-21 {  padding: 0 !important;}
.header-wrapper .large-logo {  display:block;}

.header-wrapper .small-logo { display:none;}

.small-header .header-wrapper { padding-bottom:5px;  }

.small-header .header-wrapper .large-logo {  display:none;}

.small-header .header-wrapper .small-logo { display:block;}

.mobile-menu{ display: none !important;
}

.mobile-tel p {
  float: right;
  font-weight:600;
  font-size:16px;
  margin-right:0px;
}

.mobile-tel p a {
  color: #007a69;
  text-decoration: none;
  font-weight:600px;
}

.header-menu ul {
  float: right;
  /*     margin-top:13px !important; */
}

.header-menu ul ul { margin-top:0px !important;  }

.header-menu ul li {   font-weight:300;}

.header-menu ul li a {
  max-width: 100% !important;
  color: #f9f9f9;
  /*     text-transform: uppercase; */
  text-transform:capitalize;
  font-size: 14px;
  padding: 10px 18px ;
  border-bottom: 1px solid transparent;
}
.header-menu.nov-new ul li a {  padding: 10px 15px;}
.custom-menu-primary .hs-menu-wrapper > ul > li > a { color:#f9f9f9;  }

.header-menu ul li a:hover, .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover  {  
  color: #007a69;  
  border-bottom: 1px solid #f9f9f9; 
}

.custom-menu-primary .hs-menu-wrapper ul li {  background:transparent;  }

.custom-menu-primary .hs-menu-wrapper ul ul { background:#f9f9f9;  }

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

.custom-menu-primary .hs-menu-wrapper ul ul li a:hover { color:#007a69;  }

.header-menu li:last-child a { font-weight:600;  }

.header-menu li:last-child a,
.header-menu li:last-child a:hover{
  color: #007a69;
  border-bottom: 1px solid transparent !important; 
}

.header-menu ul li ul li:last-child a {
  color:#f9f9f9;
  font-weight:300;
}

.header-menu ul.hs-menu-children-wrapper {
  background-color: #000 !important; 
  padding: 10px 15px;
}

.header-menu ul.hs-menu-children-wrapper a {   width: auto !important;}

/********************Header style Ends **********/
.back-to-top {
  right:170px !important;
  bottom:15px !important;
  z-index: 10;
}

.footer-outer{
  background-color:#0a0a0a;
  padding: 50px 20px; 
}

.footer-outer h2{
  text-align: center;
  margin: 0px;
  color: #f9f9f9; 
  text-transform: uppercase;
  font-size:47px;
} 
.header-menu a i { font-size: 16px;}
.lp-outer {
  display: table;
  overflow: hidden;
}

.lp-outer .lp-left{
  background-color: #007a69;
  display: table-cell !important;
  vertical-align: middle !important;
  float: none !important;
  -webkit-transition: -webkit-transform 1000ms;
  transition: -webkit-transform 1000ms;
  transition: transform 1000ms;
  transition: transform 1000ms, -webkit-transform 1000ms;
}

.lp-outer .lp-right {
  display: table-cell !important;
  vertical-align: middle !important;
  float: none !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;    
  -webkit-transition: -webkit-transform 1000ms;
  transition: -webkit-transform 1000ms;
  transition: transform 1000ms;
  transition: transform 1000ms, -webkit-transform 1000ms;
}

.lp-outer .lp-right-img{display: none !important; }

.hs-inline-edit .lp-right-img{   display: block !important; }

.lp-outer .inner-wrapper {
  min-height: 400px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 100px 300px;
}

.lp-outer .lp-right:hover{
  -webkit-transform: scale(1.05);
  transform: scale(1.05); 
}

.hs-form-field input {
  font-family: rubrik-new,sans-serif; 
  padding-top:5px;
}

input.hs-button {
  font-family: rubrik-new,sans-serif;   
  font-weight:300;
  white-space:normal;
  padding:11px 15px;
  text-transform:capitalize;
}

input[type="submit"] {
  -webkit-appearance: none !important;  
}

.form-wrap {  padding: 10px 0px 0px 0px;}

.form-wrap .hs-form-field label{ display: none;}

.form-wrap .hs-form-field input{
  height: 42px;
  border: 0px;
  font-size: 15px;
}

.form-wrap .hs-form-field { margin-bottom: 20px;}

.form-wrap input.hs-button.primary.large {
  width: 100%;
  border-radius: 0px !important;
}
.blog-post-page .section.post-body blockquote, .blog-post-page-center blockquote {
  color: #007a69 !important;
  font-style: italic;
  font-size: 18px;
  border-left: 6px solid #007A69;

  margin: 45px 0px;
  padding: 0px 15px;
  font-weight: 500;
  border-top:0px;
  border-bottom:0px;
  background-image:none;
}
.blog-post-page .section.post-body blockquote p:nth-child(1), .blog-post-page-center blockquote p:nth-child(1) {  padding: 30px 60px;}

.blog-post-page-center blockquote p { font-weight: bold;}
.blog-post-page .blog-post-page-center img { height:auto !important;  }

.blog-post-page .blog-sidebar-cta {
  margin-top:60px; 
  margin-bottom:30px;
}

.form-wrap input.hs-button.primary.large {
  width: 100%;
  border-radius: 0px !important;
  display: inline-block;
  -webkit-appearance: none;
  background-color: rgba(0,0,0,1) !important;
  opacity:1;
  border: none;
  color: #f9f9f9;
  font-size: 17px;
  text-transform: uppercase;
  cursor: pointer;
}

.form-wrap input.hs-button.primary.large:hover{
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.8;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.lp-left h1 {
  color: #f9f9f9;
  font-weight: 300;
  line-height: 1.3em;
  font-size:45px;
  margin-top:40px;
}

.lp-left p {
  color: #f9f9f9;
  font-weight: 300;
  line-height: 1.7;
  font-size:19px;
}

.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  display: inline-block !important;
  margin: 0px;
  padding: 0;
  list-style: none;
  padding-bottom: 20px;
}

.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element { color: red;}

.landing-page ul.no-list.hs-error-msgs.inputs-list {
  display:block !important;  
  padding-left:0px;
}

ul.no-list.hs-error-msgs.inputs-list {  display: none !important;}

/* Pop up box with form styling */

.wider-box {  max-width:580px !important;  }


/*.reveal-modal-bg { 
  position: fixed; 
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0,0,0,.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0; 
}


/*.reveal-modal {
  visibility: hidden;
  top: 150px; 
  left: 50%;
  margin-left: -300px;
  max-width: 500px;
  background-color: var(--paper);
  position: absolute;
  z-index: 101;
  padding: 32px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.reveal-modal p {
  font-style:italic;
  font-size:14px;
  text-align:center;
}

.reveal-modal p a {
  font-weight:400;
  color: #007a69;
  text-decoration:none;
}

.reveal-modal p a:hover { color:#000;  }

.reveal-modal h3 { margin-top:10px; }

.reveal-modal iframe {
  max-width:500px !important;
  width:600px !important;
}

.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0,0,0,.6);
  font-weight: bold;
  cursor: pointer;
} */


/* System Pages */
.error-template .system-pages-padding, .password-template .system-pages-padding, .subscription-template .system-pages-padding {
  padding: 100px 20px;
  min-height: 700px;
}
.error-template form input, .password-template form input, .subscription-template .system-pages-padding form input {
  margin: 20px 0;
}
.error-template .hs-form a.hs-button, .password-template .custom_error_message input.hs-button, .subscription-template form input.hs-button {
  border-radius: 0px !important;
  display: inline-block;
  -webkit-appearance: none;
  background-color: rgba(0,0,0,1) !important;
  opacity: 1;
  border: 0;
  color: #f9f9f9;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 12px 35px;
}
.error-template .hs-form a.hs-button:hover {cursor: pointer;}

.error-template form input {width: 50%;}

.error-template .input .hs-button {display: block !important; width: 170px;}

.subscription-template .system-pages-padding h1 {
  font-size: 67px;
  line-height: 1.2em;
  font-weight: 300;
  color: #000;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.subscription-template .system-pages-padding .fakelabel input { margin: 20px 10px;}
.subscription-template .system-pages-padding .email-prefs .item p { margin: 0px 40px 0px;}

@media (max-width: 950px) {
  .error-template .system-pages-padding, .password-template .system-pages-padding, .subscription-template .system-pages-padding {
    padding: 130px 20px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .subscription-template .system-pages-padding h1 {font-size: 32px;}

  .post-pagination-new ul.pagination-new li{  display: none !important;}
  a.previous-posts-link{
    margin-right: 20px !important;  }
  body .goto-page {
    padding: 0px !important;
    margin-top: 10px !important;
  }

}

@media (max-width: 580px) {
  .error-template form input {  width: 100%;}
  .blog-post-page .section.post-body blockquote p:nth-child(1), .blog-post-page-center blockquote p:nth-child(1) {
    padding: 20px;
    font-size: 20px; }
}



/* Footer */

.footer-menu-col ul li a:hover { color:#007a69 !important;  }

.footer-outer .page-center .footer-menu a, .footer-outer .page-center p {
  color: #f9f9f9;
  text-transform:capitalize;
  font-size: 15px;
  padding: 0px;
}

.footer-outer h4 {color: #f9f9f9;}

.copyright-text {
  color: #f9f9f9;
  font-size: 11px;
  text-align: center;
  padding-top: 30px;
}

.footer-outer .page-center {
  max-width: 1250px !important;
}

.footer-outer .social-sharing-footer a i {
  color: rgba(53,169,154,0.8);
  font-size: 33px;
  margin-right: 10px; 
}

.footer-outer .footer-address a {
  color: rgb(53,169,154);
  text-decoration: none;
}

.footer-outer .footer-address p:first-child {
  margin-top: 0px;
}
@media (max-width: 1080px) {

  .footer-menu-col .hs-menu-wrapper.hs-menu-flow-vertical li a { white-space: pre-wrap;}

  .footer-menu-col ul li {
    line-height: 1.2em;
    margin-bottom: 15px;
  }

  .reveal-modal iframe { max-width:500px !important;  width:500px !important; }

  blockquote p {
    padding-left:20px;
    padding-right:20px;
    font-size:22px;
  } 

}

/* Thank You Page */

.typ .offer-content-new { min-height: 650px;}

.thank-you-page .offer-content-new a {
  background-color:transparent;
  padding:0px;
  text-transform:none;
  font-weight:400;
}

.thank-you-page .offer-content-new a:hover { color:#f9f9f9; transition:0.35s;}

/******************** Blog list Starts***************/

.blog-heading{ padding: 50px 20px; }

.blog-heading h1 { text-align: center; text-transform: uppercase;}
.recenet-wrap{ padding-right: 8px;padding-left: 8px;}
.blog-list{ padding-top: 20px; padding-bottom: 20px;}

.blog-list-page .post-item {
  width: 31.9%;  
  float: left; 
  margin: 8px 7px 15px;
}

.blog-list-page .post-item:first-child, .blog-list-page .post-item:nth-child(2), .blog-list-page .post-item:nth-child(3), .blog-list-page .post-item:nth-child(4),
.blog-list-page .post-item:nth-child(5), .blog-list-page .post-item:nth-child(6), .blog-list-page .post-item:nth-child(7) { opacity:1;   }

.blog-list-page .post-item .image-grid__item {   height: 384px;}

.blog-list-page .blog-content{
  color: #000;
  padding-top: 20px;
  text-align: center;
  height:80px;
  font-weight:300;
}

.blog-list-page .blog-content a.name{
  color: #000;
  padding-top: 0px; 
  font-size: 20px;
  text-decoration: none; 
  font-weight:300;
}

.blog-list-page .blog-content a.name:hover {  color: #007a69;}

.blog-list-page .blog-content i{  color: #007a69;} 
.blog-post-page .section.post-body h2 {
  color: #007A69 !important;
  margin: 0px;
  padding: 0px 0px 10px;
}
.blog-list-page .blog-content a {text-decoration:none; }
.related-wrapper h3 span {   color: #007a69 !important;}
.blog-list-page .blog-content a span,.read-more-link a span { color: #007a69;  font-size: 20px;}
.post-name{padding-bottom: 10px;}

.post-name a.name {
  color: #f9f9f9;
  text-decoration: none;
  font-size: 30px;
  text-transform:uppercase;
}

.read-more-link {   margin-top: 20px;}
.read-more-link a.read-more,
.read-more-link a.more-link {
  display: inline-block;
  text-decoration: none;
  background-color: #f9f9f9;
  font-size: 17px;
  padding: 11px 15px;
  color: #000;
  text-shadow: none;
  text-transform:uppercase;
}  

.read-more-link a.read-more:hover,
.read-more-link a.more-link:hover {
  background:#007a69;  
  color:#f9f9f9;
  transition:0.35s;
}

.read-more-link a.read-more i,
.read-more-link a.more-link i{ color: #007a69;  font-size: 12px;}

.read-more-link a.read-more:hover span,
.read-more-link a.more-link:hover span {   color:#f9f9f9;}

.blog-post-page .image-grid__item {   height: 400px;}

.blog-post-page .section.post-header h1 {
  text-transform: inherit;
  margin-top:50px;
  font-size:43px;
}

.blog-post-page .section.post-body a{
  color: #007A69;
  text-decoration: none;
  font-weight:400;
}

.blog-post-page .section.post-body a:hover{ color:#000;}

.blog-post-page .related-post {
  width: 32%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.related-wrapper{
  border-top: 1px solid;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.related-wrapper h3{     
  font-size: 30px;
  font-weight: 100;
  text-transform: uppercase;
  text-align: center;
}

.blog-post-page .related-post:nth-child(2) {margin-right: 23px;margin-left: 23px;}
.blog-post-page .related-post p a{    
  font-weight: 100;
  line-height: 1.5;
  font-size: 18px;    
  color: #000;
  text-decoration: none;
}
.related-wrapper h3 a {  text-decoration: none;     color: #000;}
.blog-post-page .related-post p a:hover{ color: #007A69;}

.blog-post-page .related-post p span {
  color: #007A69; 
  font-size: 18px;
  font-weight:400;
}

.blog-comments { margin-bottom:60px;  }

.blog-comments form .input { margin-bottom:20px;  }

.blog-comments input.hs-button {
  background: #007a69;
  color:#f9f9f9;
  border:0px;
  font-weight:600;
}

.blog-comments input.hs-button:hover {background:#000; cursor:pointer;}

.expand-active-right h5:hover {  border-color: #fff; }
.post-wrappers {  position: relative;}
.social-sharing{
  /**  display: none !important;**/
}
.social-sharing,
.social-sharing.social-sharing-show {
  position: fixed; 
  width: auto !important;
  top: 35%;
  left: 50px;
  display: inline-block!important;
  z-index: 99;
  margin-top:130px;
}    

.social-sharing a { display: block;   margin-bottom: 10px; }

.social-sharing a i {
  color: rgba(53, 169, 154, 0.8);
  font-size: 33px;
} 

.social-sharing a:hover i {  color: rgba(53, 169, 154, 1);}
.social-sharing svg {
  fill:#007A69;
}
.subscribe-wrap {
  background-color: #000;
  padding: 30px;
  margin-left: 22px !important;
  width: 32% !important;
  height:401px;
}

.subscribe-wrap h3 {
  color: #f9f9f9;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0px;
  font-size:28px;
  margin-bottom:15px;
}

.subscribe-wrap .consent-text p {
  color:#f9f9f9;
  margin-bottom:0px;
  text-align:center;
  font-style:italic;
  font-size:13px;
  line-height:1.5em;
}

.subscribe-wrap .consent-text p a {
  color:#a9cfd0;
  text-decoration:none;
  font-weight:400;
}

.subscribe-wrap .consent-text p a:hover {  color:#f9f9f9; text-decoration:none;}

.subscribe-wrap .hs-form-field label{ display: none;}

.subscribe-wrap .hs-form-field input {
  height: 38px;
  border: 0px;
  font-size: 14px;
  width:100%;
  float:left;
}

.subscribe-wrap .hs-form-field {
  margin-bottom: 10px;
  display:block;
  float:left;
  width:100%;
  margin-top:15px;
}

.subscribe-wrap .hs-fieldtype-radio {
  display:none !important;
  margin-top:10px !important;
}

.subscribe-wrap .hs-fieldtype-radio label { display:none !important;}

.subscribe-wrap .hs-lifecyclestage { display:none !important;}

.subscribe-wrap .hs-lifecyclestage label {  display:none !important;}

.subscribe-wrap .hs-fieldtype-radio input {
  height:auto !important;
  width:auto !important;
  margin-top:5px;
}

.subscribe-wrap .hs-fieldtype-radio label span {
  color:#f9f9f9;  
  font-size:17px;
  font-weight:300;
}

.subscribe-wrap .hs-fieldtype-booleancheckbox{margin-bottom:5px; margin-top:0px;}

.subscribe-wrap .hs-fieldtype-booleancheckbox label{ display: block;}

.subscribe-wrap .hs-fieldtype-booleancheckbox input {
  width:auto;  
  height:25px;
  margin-right:5px;
  margin-top:0px;
}

.subscribe-wrap .hs-form-field .input ul {
  list-style:none;  
  padding-left:0px;
  display:block;
  float:left;
  margin-top:0px;
  margin-bottom:0px;
  margin-left:auto;
  margin-right:auto;
}

.subscribe-wrap .hs-form-field .input ul li {
  color:#f9f9f9;
  float:left;
  font-size:16px;
  line-height:1.4em;
}

.subscribe-wrap .hs_submit.hs-submit {  text-align: center;} 

.subscribe-wrap input.hs-button.primary.large {
  border-radius: 0px !important;
  display: block;
  -webkit-appearance: none;
  background-color: rgba(53,169,154,0.8);
  border: 0;
  color: #f9f9f9;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  width:100%;
  float:none;
  padding:9px 5px 8px 5px;
  margin:0px auto;
}

.subscribe-wrap input.hs-button.primary.large:hover{  background-color: rgba(53, 169, 154, 1);}

.submitted-message {color:#f9f9f9;   text-align:center;}

.blog-list-page .recent-post-wrap .image-grid__item {   height: 401px;}

.pagination {
  text-align: center;
  width: 100%;
  float: left;
  padding: 20px 0px;
}

.subscribe-wrap label.hs-main-font-element { color: #f9f9f9 !important;  font-size:14px;}

.pagination a,
.pagination span.no-more{
  border-radius: 0px !important;
  display: inline-block;
  -webkit-appearance: none;
  background-color: rgba(53,169,154,0.8);
  border: 0;
  color: #f9f9f9;
  font-size: 18px;
  text-transform: capitalize;
  cursor: pointer;
  padding: 10px 30px 12px 30px;
  text-decoration: none;
}

.pagination a:hover,
.pagination span.no-more:hover{  background-color: rgba(53,169,154,1);}

.topic-filter ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.topic-filter {
  padding-bottom: 10px;
  float: left !important;
  width: 100% !important;
} 

.topic-filter ul li { float: left; padding: 0px 8px;  padding-right: 16px; }

.topic-filter ul li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  padding:10px 0px;
  border-bottom:2px solid transparent;
}
.topic-filter ul li a:hover{ font-weight:400;  border-bottom:2px solid #007a69;}
/******************** Blog list & POst Ends***************/ 

/******************** project page starts***************/ 
.project-main .body-container-wrapper { padding-bottom: 0px; }
.product-range .body-container-wrapper { padding-bottom: 0px !important;}

.page-header-wrapper { padding-top: 90px;  }
.page-header-wrapper h1 { text-align: center;}

.page-heading { padding-top: 60px;   padding-bottom: 40px; }

.image-slider-outer .hs_cos_gallery_thumbnails.slick-initialized.slick-slider {
  width: 75% !important;
  margin: 0 auto;
  position: static !important;
}


.internal-project-page .image-slider-outer .hs_cos_gallery_thumbnails.slick-initialized.slick-slider {width: 75% !important;}

.image-slider-outer .hs_cos_gallery {   position: relative;}

.image-slider-outer .slick-prev, .image-slider-outer .slick-next {
  top: 45% !important;
  background-color: #000;
  width: 50px !important;
  height: 76px;
  z-index:9;
}

.image-slider-outer .slick-prev:before {
  content: url('https://www.ie-uk.com/hubfs/2019-insightful/icons/Icon%20awesome-chevron-left-white.png');}
.image-slider-outer .slick-next:before {
  content: url('https://www.ie-uk.com/hubfs/2019-insightful/icons/Icon%20awesome-chevron-right-white.png');}

.image-slider-outer .slick-next:before,
.image-slider-outer .slick-prev:before{
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  opacity: 1;
  color: #fff;
}

.image-slider-outer .slick-next:hover:before,
.image-slider-outer .slick-prev:hover:before{     opacity: 0.8;}

.image-slider-outer .hs_cos_gallery_thumbnails .slick-slide img { min-height:140px;object-fit:cover;}

.image-slider-outer ul.slick-dots {  display: none !important;}

.page-heading {
  max-width: 800px;
  margin: 0 auto !important;
  float: none !important;
}

.image-slider-outer .hs_cos_gallery_main{   padding: 0px 0px;}

.furniture-downloads-hidden .prdt-pg-cnt-mdl-bt-txt {
  //display:none;  
}

.furniture-form { padding: 0 30px 30px;}
.furniture-form label { display: none;}
.form-disclaimer-bock {  margin-left: 5% !important;}
.furniture-form .hs-error-msgs label { display: inline-block;}
.project-main .furniture-form .submitted-message {  padding: 30px;}
.project-main .furniture-form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
  color: red;
  padding-top: 10px;
}
.project-main .furniture-form form input { padding: 10px; margin-top: 19px;}
.project-main .furniture-form form .hs_lastname input { margin-top: 0px;}
.project-main .furniture-form form .hs-button:hover {opacity: .8; cursor: pointer;}
.project-main .furniture-form form .hs-button {
  background: #000;
  color: #f9f9f9;
  width: 99%;
  border: 0px;
  font-size: 17px;
}
.project-main .form-privacy-text p {
  color: #000000;
  text-align: center;
  font-size: 14px;
  font-style: italic;
  padding: 0 30px;
}
.project-main .form-privacy-text p a {
  color: #007a69;
  text-decoration: none;
  font-weight: 400;
}
.project-main .form-privacy-text p a:hover { opacity: .8 !important;}

/******************** project page ends***************/

/******************** product page image slider***************/

.internal-project-page .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide:nth-child(4n + 2), 
.internal-project-page .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide:nth-child(4n + 3),
.internal-project-page .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide:nth-child(4n+2) { margin:0px;}

.internal-project-page .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide {
  width:calc(14%) !important;
  margin:10px 15px !important;
}

.prdt-pg-img-sld ul.slick-dots {   display: none !important;}
.prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-track { transform: scale(1) !important;   width: 100%  !important;}
.prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list {   overflow: visible;   padding: 0px !important;}
.prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide {
  float: left !important;
  padding: 0px !important;
  width: calc(22.5% - 12.5px) !important;
  margin: 10px 0px;
}

.prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-cloned { display:none;}

.prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-slide-inner-wrapper {
  width: 100%;
  background-size: cover !important;
  height: 180px;
  cursor: pointer;
  background-position:center !important;
}
.prdt-pg-img-sld .slick-slide-inner-wrapper {  max-width:100%;}
.topic-filter ul li.active-tab a {
  font-weight: 400;
  border-bottom: 2px solid #007a69;
}
.prdt-thumbnails-img2 .slick-slide-inner-wrapper { max-width:100%;}
.product-range-content {   padding: 0px 20px;}

.prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide:nth-child(4n + 2) {  margin: 10px 40px;}
.prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide:nth-child(4n + 3) {   margin: 10px 40px 10px 0px;}
.prdt-pg-img-sld .hs_cos_gallery_thumbnails {
  width: calc(100% - 0px) !important;
  position: static !important;
}
.hs_cos_gallery_thumbnails .slick-slide .slick-slide-inner-wrapper img { width: 100%;  height: 140px;}
.product-range-img-outer .hs_cos_gallery_thumbnails .slick-slide .slick-slide-inner-wrapper img { opacity:0;}
.prdt-pg-img-sld .hs_cos_gallery{ position: relative !important;}
.prdt-pg-img-sld .hs_cos_gallery_thumbnails button.slick-next {
  position: absolute;
  top: calc(28% - 55px);
  display: block;
  transition: .6s all;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0,-50%); 
  -ms-transform: translate(0,-50%);
  /* transform: translate(0,-50%); */
  cursor: pointer;
  border: 0;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.56);
  width: 50px;
  height: 50px;
  font-size: 0px;
}
.prdt-pg-img-sld .hs_cos_gallery_thumbnails button.slick-next:before {
  content: url('https://www.ie-uk.com/hubfs/2019-insightful/icons/Icon%20awesome-chevron-right-white.png');
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 30px;
  margin: 0 auto;
  line-height: 1;
  font-weight: 900;
  opacity: 1;
  font-size: 25px;
  color: #fff;
}

.prdt-pg-img-sld .hs_cos_gallery_thumbnails button.slick-prev {
  position: absolute;
  top: calc(28% - 55px);
  display: block;
  transition: .6s all;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0,-50%); 
  -ms-transform: translate(0,-50%);
  /* transform: translate(0,-50%); */
  cursor: pointer;
  border: 0;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.56);
  width: 50px;
  height: 50px;
  font-size: 0px;
}

.prdt-pg-img-sld .hs_cos_gallery_thumbnails button.slick-prev:before {
  content: url('https://www.ie-uk.com/hubfs/2019-insightful/icons/Icon%20awesome-chevron-left-white.png');
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 30px;
  margin: 0 auto;
  line-height: 1;
  font-weight: 900;
  opacity: 1;
  font-size: 25px;
  color: #fff;

}
.prdt-pg-img-sld .hs_cos_gallery_thumbnails button:hover { background-color: rgba(53, 169, 154, .76);}
.link-back-all-projects {
  text-align:center;
  margin-bottom:30px;
}

.link-back-all-projects p a {
  color:#35a99a;
  /*   color:#007A69; */
  font-weight:bold;
  text-decoration:none;
}

.link-back-all-projects p a:hover { color:#000;}

.product-range-content {  margin-top: 180px;  margin-bottom: 180px;}
.product-range-content .project-menu {padding-bottom: 20px;}

.product-range-img-outer .project-menu { padding-top: 40px;  padding-bottom: 10px;}
.product-range-content .project-menu .page-center {  padding: 0px;}

.prdt-pg-img-sld .hs_cos_gallery_main { padding: 0px;  width: 100% !important;}

.prdt-pg-img-sld .hs_cos_gallery_thumbnails { padding: 0px;  width: 100% !important;}


.expand-active-left h2 { margin-top:0px;  color:#f9f9f9;}

.expand-active-left p {  color:#f9f9f9;  }

.header-steelcase-logo img {  max-width: 120px;}
.header-steelcase-logo {
  margin-left: 15px !important;
  float: right !important;
  padding-top: 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul li a:hover { background: #fff !important;  color: #007a69 !important;}
.custom-menu-primary .hs-menu-wrapper > ul ul li a { transition:.3s all;}
.prdt-pg-img-sld .caption p {   font-weight: 600;}
/********************product page image slider ends***************/


/* steelcase pop-up */

.steelcase-popup .body-container-wrapper { padding-top: 0px;}

.slider-outer .tf_container.shadow { min-height: 770px !important;}

/* */

body .thumbnail-contain .tf_tab2 { height: 130px !important;}

/******************************* Blog List Page Code Starts Here *********************************/

/******************************* Blog List Page Code Starts Here *********************************/

@media (max-width: 2643px) and (min-width:1429px){
  .slider-outer .tf_container.shadow {
    min-height: 770px; }

  .thumbnail-contain {  bottom: -13% !important; }

  body .thumbnail-contain .tf_tab2 {
    height: 140px !important;
  }

  .steelcsae-slider .thumbnail-contain .tf_tab2 span, .steelcsae-slider .thumbnail-contain .tf_tab2 span, .steelcsae-slider .thumbnail-contain .tf_tab3 span {
    top: 20%;}
}

@media (max-width: 2048px) {  
  .hw-acc .hs-accordion__item-content-outer {  margin-left:19%;}
}

@media (max-width: 1920px) {  
  .hw-acc .hs-accordion__item-content-outer { margin-left:17%;}
}

@media (max-width: 1680px) {  
  .hw-page-top-inner .hw-left-col-outer {
    flex: 1 1 33%;
    margin-left: 10%;
  }
  .hw-left-col-inner {
    max-width: 100%;
    padding: 0 60px 0 0;
  }
  .hw-page-top-outer-50 .hw-top-para { max-width: 500px;}
  .hw-acc .hs-accordion__item button {
    max-width: 80%;
    margin: 0 10%;
  }
  .hw-acc .hs-accordion__item-content-outer {
    flex: 1 1 31%;
    margin-left: 10%;}
  .hw-acc .hs-accordion__item-content-inner {  margin-right: 10%;}
  .hw-page-bottom-outer .hw-left-col-inner {  max-width: 500px; }
}

@media (max-width: 1550px) {

  .prdt-pg-cnt-mdl-head h1, .offer-content h1, .stlcse-mdl-header h1, .blog-post-page .section.post-header h1 {  font-size:32px; }

  .internal-project-page .image-slider-outer .hs_cos_gallery_thumbnails.slick-initialized.slick-slider {  width:85% !important;   }

  .internal-project-page .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide {  margin:10px 12px !important;  }

  .hero-banner-outer { height:calc(100vh);}

  .hero-banner-inner h1 {
    font-size:56px;
    padding-left:80px;
    padding-right:80px; }

  .page-center, .small-page-center {  padding:0 20px;   }

  .header-wrapper .page-center { padding:0px;   }

  .prdt-rang-logo-img-inner { width: 19%;  margin: 5px; }

}



@media (max-width: 1500px) {
  .profile-inner-wrp {  width:84%;  }
}


@media (max-width: 1400px) {
  .landing-page .form-section {
    margin-left:50px !important; 
  }
}


@media (max-width: 1320px) {
  .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide { width: calc(22.5% - 12.5px) !important;}
  .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-slide-inner-wrapper {   height: 120px;}

  .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide:nth-child(4n + 2) {   margin: 10px 30px;}
  .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide:nth-child(4n + 3) {   margin: 10px 30px 10px 0px;}

  .profile-inner-wrp {  width:82%;   }

  .header-menu ul li a {  padding:10px 16px;   }

}


@media (max-width: 1280px) {  
  .acc-img-text-outer{   flex-direction: column;}
  .hs-accordion__item-img { display: none;}
}

@media (max-width: 1250px) {

  .blog-post-page-center {  max-width:950px !important;   }

  .subscribe-wrap h3 {  font-size:21px;  }

  .slider-outer .tf_container.shadow { min-height: 770px !important;}

  .project-module .project-content {  width:80%;   }

  .profile-inner-wrp {  width:81%;  }

  .landing-page .form-section {
    margin-left:0px !important;   }

  .resource-content {  min-height:550px; }

}


@media (max-width: 1189px) {

  .blog-post-page-center {
    max-width:100% !important; 
    padding-left:30px;
    padding-right:30px;
  }

  .blog-post-page .related-post {
    width: 31%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .social-sharing, .social-sharing.social-sharing-show {
    position: fixed !important; 
    width: 100% !important;
    top: inherit !important;
    left: 0;
    display: inline-block !important; 
    background-color: #fff !important;
    text-align: center !important;
    padding: 20px !important;
    bottom: 0 !important;
  } 

  .social-sharing a {
    display: inline-block !important;
    margin-bottom: 0px !important;
    margin-right: 20px !important;
  }  

  .profile-inner-wrp { width:80%;  }

  .internal-project-page .image-slider-outer .hs_cos_gallery_thumbnails.slick-initialized.slick-slider { width:100% !important;   }
  .internal-project-page .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide {  margin:10px 12px !important;   }

  .header-menu ul li a { padding:10px 11px;   font-size:13px;}

}

@media (max-width: 1470px) and (min-width:1370px){
  .thumbnail-contain { bottom: 9% !important;}
}

@media (max-width: 2644px) {

  .thumbnail-contain { bottom: -9% !important; }

  body .thumbnail-contain .tf_tab2 {
    height: 220px;
  }

  .steelcsae-slider .thumbnail-contain .tf_tab2 span, .steelcsae-slider .thumbnail-contain .tf_tab2 span, .steelcsae-slider .thumbnail-contain .tf_tab3 span {
    top: 28%;}
}


@media (max-width: 2937px) {
  .thumbnail-contain { bottom: -2% !important; }

}



@media (max-width: 1150px) {

  .styled-slider .hs_cos_gallery_thumbnails {   max-width:670px;   }

  .styled-slider .hs_cos_gallery_thumbnails .slick-slide .slick-slide-inner-wrapper img { max-height:32px;   }

}



/************** ipad ***************/
@media (max-width: 1080px) {

  .subscribe-wrap .hs-fieldtype-booleancheckbox input { width:auto !important;   }

  .subscribe-wrap .hs-form-field input {  width:100%;  }

  .subscribe-wrap input.hs-button.primary.large { width:100%; margin-top:10px;}

  .prdt-pg-cnt-mdl-head h1, .offer-content h1, .stlcse-mdl-header h1  { font-size:28px; }

  .profile-inner-wrp {  width:79%;   }

  .button-outer {  width: 93%; }

  .stlcse-mdl-cta-otr {   width: 68%;}
  .stlcse-offer-wraper .offer-content {
    width: calc(50% - 60px) !important;
    padding: 100px 0px !important;
  }

  .resource-section {
    width: 29%;
    margin-right: 20px;
    margin-left: 20px;
  }

  .expand-active  .expand-active-in {  padding: 80px 20px; }

  .inner-driven-content {  max-width: 600px;  padding: 60px 20px 80px 20px; }

  .inner-recent {    padding: 0px 10px; }

  .inner-more-details-content,
  .inner-offer-content {    padding: 0px 60px 100px 60px; }

  .form-wrap input.hs-button.primary.large{  background-image: none; }

  .body-container-wrapper { padding-top: 0px;}

  .prdt-rang-header h2 {  font-size: 40px; }

  .header-menu ul li a { padding: 10px 10px; }
  .prdt-pg-img-sld .hs_cos_gallery_thumbnails button {   top: calc(29% - 50px) !important;}
  .social-sharing, .social-sharing.social-sharing-show {
    position: fixed !important; 
    width: 100% !important;
    top: inherit !important;
    left: 0;
    display: inline-block !important;
    background-color: #fff !important;
    text-align: center !important;
    padding: 20px !important;
    bottom: 0 !important;
  } 
  .hero-banner-inner h1 {
    font-size:48px;
  }
  .social-sharing a {
    display: inline-block !important;
    margin-bottom: 0px !important;
    margin-right: 20px !important;
  }  

  body .blog-post-page .related-post {
    width: 50% !important;
    float: none !important; 
    margin: 10px auto 30px auto !important;
  }
  .inner-link { padding: 0px;}

  .thumbnail-contain {  top: 75%;} 

}


@media (max-width: 1050px) {

  .subscribe-wrap {
    width:31.9% !important;  
  }

  .blog-list-page .post-item {
    width: 48.9%;
    float: left;
    margin: 8px 5px 15px;
  }
  .prdt-rang-logo-img-inner {
    width: 23%;
    margin: 9px;
  }

}


@media (max-width: 1025px) {  
  .hw-page-top-inner {  flex-direction: column; }
  .hw-page-top-inner .hw-right-col, .hw-page-top-outer-50 .hw-page-top-inner .hw-left-col-img, .hw-page-bottom-outer .hw-page-top-inner .hw-right-col {flex: unset;  margin: 0 10%; }
  .hw-page-top-outer-50 .hw-page-top-inner .hw-left-col-img {   order: 2;}
  .hw-left-col-outer {  padding: 80px 0px; }
  .hw-right-col, .hw-page-bottom-outer .hw-right-col {  height: 450px; }
  .hw-page-top-outer-50 .hw-page-top-inner .hw-left-col, .hw-page-bottom-outer .hw-page-top-inner .hw-left-col-outer { margin: 0 10%;}
  .hw-page-top-outer-50 .hw-top-para {
    max-width: 100%;
    padding-bottom: 50px;
  }
  .hw-page-bottom-outer .hw-page-top-inner .hw-left-col-outer {
    padding: 50px 0px 80px;
  }
  .hw-page-bottom-outer .hw-left-col-inner {
    max-width: 100%;
    padding: 0px;
  }
}


@media (max-width: 999px){

  .prdt-rang-header h2 {
    font-size: 34px !important;
    padding: 30px 0px 30px 40px !important; 
  }

}



@media (max-width: 999px){

  .blog-list-page .post-item {
    width: 47.5%;
    float: left;
    margin: 8px 9px 15px;
  }

  .subscribe-wrap {
    background-color: #000;
    padding: 50px 30px;
    margin-left: 25px !important;
    width: 48% !important;
  }

  .subscribe-wrap h3 { font-size:23px;  }

  .recent-post-wrap {width: 48% !important;}

  .header-menu ul li a {font-size: 12px ; padding: 10px 8px;}  

}



@media (max-width: 950px){

  .internal-project-page .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide {  width:calc(30%) !important; }  
  .internal-project-page .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide {   margin:17px 12px !important;    }

  .prdt-rang-banner-img {  width:100%;  }  

  .prdt-rang-cnt-warp {  width:100%;   }

}



@media (max-width: 900px){

  .header-wrapper .menu-wraper { margin-left:0px;  width:85%;}  

  .header-wrapper .logo-and-subtext {margin-left:0px; width:15%; }

}



@media (max-width: 1024px) {

  .stlcse-offer-wraper .offer-image { width: 100% !important  } 
  .stlcse-offer-wraper .offer-image .image-grid__item {  height:400px;   }
  .landing-page .main-form-group {   background:#35a99a;   }

  .profile-wrp-outer {   width:48%; }  
  .profile-inner-wrp {  width:88%;   }

  .inner-more-details-content h2, .inner-more-details-content p {  text-align:left;   }

  .inner-more-details-content, .inner-offer-content {
    padding-right:20px !important;
    padding-left:20px !important;
  }

  .home-tab-inner a {
    padding-left:10px;
    padding-right:10px;
    display:block;}

  .tf_container {overflow: visible;}

  .recent-outer-wraper {  padding: 150px 0px 50px; }

  .thumbnail-contain {   top: 94% !important  } 
  .slider-outer .tf_container.shadow { min-height: 600px; } 
}


@media (max-width:1023px) and (min-width: 769px) {
  .slider-outer .tf_container.shadow { min-height: 700px; }
}

@media (max-width: 1366px) {
  .thumbnail-contain {   top: 74%;  }
}

@media (max-width:1357px) and (min-width: 1079px) {
  .thumbnail-contain {  top: 72%; }
}

@media (max-width:1200px) and (min-width: 1030px) {
  .thumbnail-contain {  top: 64%;}
  .slider-outer .tf_container.shadow { min-height: 780px;}
}

@media (max-width:1025px) and (min-width: 769px) {
  .thumbnail-contain { top: 93% !important; }
}

@media (max-width:626px) and (min-width: 512px) {
  .thumbnail-contain { top: 60% !important; }
}

/************** ipad nd tab ***************/

@media only screen and (min-width:768px) and (max-width: 1024px) and (orientation : landscape){

  body .stlcse-offer-wraper .offer-content {
    padding: 30px 30px;
    width: 100% !important;
  }
  .inner-offer-wrapper,
  .offer-image{ display: block !important;  width: 100% !important; }

  .inner-offer-content { padding:20px 40px !important;  max-width: 100% !important; }

  .offer-image .image-grid__item {  height: 300px; }

  .resource-section {    width: 47%; }

  .resource-section:nth-child(odd) { margin-right: 20px; margin-left: 0px; }

  .resource-section:nth-child(even) {  margin-right: 0px;  margin-left: 20px;}

  .office-address{   width: 100%;}
  .office-map{
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }

  .offer-content-new {  //padding: 80px 30px;}

  .offer-content-new h2 {  font-size: 25px;}

  .expand-active  .expand-active-in {
    display: inline-block;
    padding: 60px 20px;
  }

  .expand-active-left {
    flex: 0 0%;
    max-width: 100%;
    padding-right: 2%;
  }

  .inner-driven-content { max-width: 100%; padding: 60px 20px 80px 20px;}
  .driven-content {
    padding: 50px 0px;
    display: block;
    max-width: 100%; 
  }
  .inner-driven-wrapper { display: inline-block;width: 100%;}
  .driven-image .image-grid__item {   height: 250px;}

  .driven-image {  max-width: 100%;   flex: 0;}

  .recent-outer-wraper .rectent-wraper {  width: 31.5%; }

  .offer-content {
    padding: 100px 0px; 
    width: 100% !important;
    display: block;
    max-width: 100%;
    flex: 0px;
  }
  .inner-offer-wrapper { display: block;  width: 100%; }
  .offer-image {
    flex: 0%;
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .offer-image .image-grid__item {  height: 250px; }

  .inner-more-details-content,
  .inner-offer-content{
    padding: 0px 60px 100px 60px;
    max-width: 100%;
    text-align: left;
  }
  .more-details-content {
    display: block;
    width: 100%;
    padding: 30px 0px;
  }

  .inner-more-details-wrapper { display: block; width: 100%;}
  .more-details-image .image-grid__item {  height: 250px;}

  .more-details-image { width: 100%; height: 100%;}

  .prdt-rang-header h2 {  font-size: 36px;}
  body .blog-post-page .related-post {
    width: 50% !important;
    float: none !important; 
    margin: 10px auto 30px auto !important;
  }

  .prdt-rang-logo-img-inner {width: 23%; margin: 7px;}
  .prdt-rang-content {  padding: 30px 20px 0px;}

  .thumbnail-contain {  top: 75%; }

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

  .disk-menu {
    //display: none !important;
  }
  .prdt-rang-header h2 { font-size: 36px;}

  .mobile-menu {  display: none !important; }

  .recent-post-wrap {  width: 100% !important ; }

  .blog-list {  padding: 20px; }

  .blog-list-page .post-item {
    width: 100% !important;
    margin: 0px !important;
    padding-bottom: 30px !important;
  }

  .subscribe-wrap {
    width: 100% !important;
    margin: 0px !important;
  }
  .recenet-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog-post-page .related-post {
    width: 100% !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }


  .page-heading {
    max-width: 100%;
    margin: 0 auto !important;
    float: none !important;
  }
  .prdt-rang-logo-img-inner { width: 23% ;  margin: 7px;}
  .slider-outer .tf_container.shadow {  min-height: 650px;}
}

@media (min-width: 776px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    //display: block !important;
  }
}

@media (max-width: 868px) {

  .profile-inner-wrp {  width:87%;   }

  .internal-project-page .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide {  width:calc(29%) !important; }

  .internal-project-page .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide {  margin:10px 12px !important;   }  
}




@media (max-width: 868px) {
  .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide { width: calc(33.333% - 10px) !important;margin: 10px 0px !important; }
  .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide:nth-child(4n+3) {   margin: 10px 0px; }
  .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide:nth-child(3n+2) {   margin: 10px 15px !important; }
  .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-slide-inner-wrapper {  height: 150px;}

  .hero-banner-inner h1 {  font-size:45px; }

  .profile-inner-wrp    width:89%;  }
}


@media (max-width: 840px) { 

  .header-menu ul li a { padding:10px 6px !important;  }

}

/************** iphone roatate***************/
@media (max-width: 768px) { 

  .prdt-rang-header h1 {
    margin-top:0px;
    margin-left:0px !important;
    padding-left:20px;
    padding-right:20px;
  }

  .profile-wrp-outer { width: 48%; }

  .profile-wrp.active1+.mobile {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 99999;
    background-color: #fff;
    display: block;
  }

  .team-profile-inner-wrp1{position: relative; }

  .profile-desc-wrp {
    //display: none !important; }

  .profile-desc-wrp1 p span { color: #007a69; font-weight: 500; }

  .stlcse-mdl-cta-otr {  width: 93%;}

  .stlcse-offer-wraper .offer-image {  width: 100% !important;}

  .mobile-trigger {  top:-45px !important;}
  .hero-banner-inner h4 {  font-size:30px; }

  .custom-menu-primary .hs-menu-wrapper ul li a {   font-size:16px !important;  }
  .image-grid__item.prdt-rang-banner-img{  width: 100%; }
  .prdt-rang-cnt-warp {
    width: 95%;
    padding: 30px 20px;
    min-height: 100px;
  }
  .prdt-rang-header {  width: 100%; margin: 0px auto 0px;}
  .prdt-rang-header h2{
    margin: 0 auto !important;
    text-align: center;
    padding: 0px !important;
  }
  .prdt-rang-logo-img-inner{ width: 31.333%;}
  .prdt-rang-inner {display: block; width: 100%;}
  .prdt-rang-banner-img { width: 100%; height: 600px;}
  .product-range .mobile-tel p {   margin-right: 50px;}
  .prdt-rang-content {
    float: none;
    width: calc(100% - 40px);
    padding: 20px 20px 0px;
  }
  .prdt-rang-blk-inr-outer { width: 50%; float: left;}
  .product-range-img-outer {   width: 100% !important;}
  .product-range-img-outer .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide{  width: 50% !important; }
  .product-range-cnt-outer {   width: 100% !important;}
  .product-range-cnt-outer .page-center {  padding: 0px;}
  .prdt-pg-cnt-mdl-inner {  margin-left: 0px; }
  .product-projrct-link {   width: 100% !important;}
  .empty-module {  display: none !important;}
  .prdt-pg-img-sld .hs_cos_gallery_thumbnails button {   top: 175px !important;   }

  .thumbnail-contain {  top: 80% !important;  }

  .slider-outer .tf_container.shadow {  min-height: 650px; }

  .slider-outer #slider-container1, .slider-outer #slider-container2, .slider-outer #slider-container3 {  overflow: hidden !important; }
  .furniture-form {  padding: 0; }  
  .form-disclaimer-bock { margin-left: 0 !important;}
}



@media (max-width: 767px) {  

  h1 { font-size:30px; }
  h2 { font-size:25px; }
  h3 { font-size:20px; }

  .header-wrapper .menu-wraper { margin-left:auto; width:auto; } 

  .small-header .mobile-search-and-number { margin-top:-46px !important;  }

  .small-header .search-results-block { margin-top: 19px !important;  }

  .search-results-block input {  left:0px;  }

  .search-results-block:hover input { width:85% !important; }

  .mobile-search-section {
    display:block !important; 
    float:left !important;
    width:65% !important;
  }

  .mobile-search-section .search-results-block { margin-top:19px; margin-right:15px;}

  .search-results-block {  margin-top:0px;   }

  .search-icon { text-align:right;  }
  .search-icon svg { padding: 14px 10px 13px;}
  .subscribe-wrap {  height:auto !important;   }

  .styled-slider .hs_cos_gallery_thumbnails {  display:none;  }

  .styled-slider .hs_cos_gallery_main .slick-slide img {
    display:block; 
    max-height:50px;
    margin:20px;
  }

  .styled-slider .slick-slider ul.slick-dots { display:none!important;   }

  .logo-and-subtext {
    width:auto !important;
    max-width:auto !important;
    float:left !important;
  }

  .mobile-trigger {  top:-51px !important;   }

  .small-header .mobile-trigger { top:-45px !important;    }

  .resource-content {   min-height:auto;   }

  .profile-wrp.active1+.mobile {  display: block;}

  .profile-wrp {  margin-bottom:10%;   }

  .profile-wrp-outer {
    width: 70%;
    margin: 0 auto !important;
    float: none;
  }

  .profile-wrp.active1+.mobile {
    display: block;
    transition: 1s all;
    position: relative;
    background-color: transparent;
    z-index: auto;
  }

  .profile-desc-wrp {
    //display: none !important;}


  .profile-desc-wrp1 p span { color: #007a69;  font-weight: 500;}

  .close-wrp {  top: 0%; }

  .profile-desc-wrp1 p {  width: 98%; }

  .stlcse-offer-wraper .offer-image { width: 100% !important;}
  .stlcse-offer-wraper .offer-content {
    width: 100% !important;
    padding: 50px 0px !important;
    min-height: 300px; 
  }
  .stlcse-mdl-cta-otr {  width: 100%;}

  .stlcse-mdl-cta {
    float: none;
    margin: 0px 0px;
    width: 100%;
  }

  .stlcse-mdl-header h2,
  .stlcse-mdl-cnt {
    text-align: left;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }

  body .stlcse-offer-wraper .offer-content {  padding: 30px 30px;   width: 100% !important; }
  .inner-offer-wrapper,
  .offer-image{ display: block !important;  width: 100% !important; }

  .inner-offer-content { padding:20px 40px !important; max-width: 100% !important;}

  .offer-image .image-grid__item {  height: 300px;}

  .resource-section {  width: 100%;  margin-right: 0;   margin-left: 0; }
  .services .service-image-content .image-grid__item {   height:510px;}

  .banner-img img {  height: auto;}

  .services .service-content,
  .services .service-image-content,
  .services .inner-group{
    width: 100%;display: inline-block;}

  .services .service-content, .services .service-image-content {
    width: 100%;
    display: block !important;
    padding: 20px 0px;
  }

  .image-grid__item {   height: 250px;}

  .contact-section-inner {
    max-width: 100%;
    margin: 0px auto;
    padding: 50px 0px;
  }
  .contact-module .accordion-groups {
    padding-bottom: 10px;
    max-width: 100%;
    margin: 0 auto;
  }  

  .office-address{ width: 100%; }
  .office-map{
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }  

  .offer-content-new {width: 100%; padding: 0px;}
  .inner-offer-wrapper-new,
  .offer-image-new{ display: inline-block;  width: 100%;}
  .inner-offer-content-new {  padding: 50px 40px;}

  .offer-image-new .image-grid__item {   height: 300px;}

  .expand-active-left { flex: 0 0%; max-width: 100%; padding-right: 2%;}
  .expand-active-left {
    flex: 0 0;
    max-width: 100%;
    padding-right: 0%;
  }
  .expand-active-right {flex: 0 0;max-width: 100%; padding-left: 0%; }
  .expandable-section {  display: inline-block; }

  .logo-section-outer { display: block; text-align: center;}

  .driven-content { width: 100%;  padding: 0px;  max-width: 100%; }
  .inner-driven-wrapper,
  .driven-image{display: inline-block; width: 100%;   max-width: 100%; }
  .inner-driven-content {padding: 40px;}
  .driven-image .image-grid__item {height: 300px;}  

  .recent-outer-wraper .rectent-wraper:nth-child(2) {  margin-right: 0;  margin-left: 0px;}
  .recent-outer-wraper .rectent-wraper {  width: 100%;}  

  .offer-content width: 100%;  max-width: 100%;}
.inner-offer-wrapper,
.offer-image{  display: inline-block;  width: 100%;   max-width: 100%;}
.inner-offer-content {  padding: 40px;}
.offer-image .image-grid__item { height: 300px;}

.inner-more-details-content,
.inner-offer-content{     padding: 0px 60px 100px 60px;   max-width: 100%;  text-align: left; }
.more-details-content {   width: 100%;  padding: 0px;}

.inner-more-details-wrapper,
.more-details-image{  display: inline-block; width: 100%;}
.inner-more-details-content {  padding: 40px;}
.more-details-image .image-grid__item { height: 300px;}

.image-slider-outer .slick-prev, .image-slider-outer .slick-next {  top: 45% !important;  background-color: #000;  width: 30px !important;  height: 45px;}
.image-slider-outer .hs_cos_gallery_thumbnails .slick-slide {
  /**width: 150px !important;
  overflow: hidden !important;
  display: inline-block !important;**/
} 

.project-module .project-content {  width:60%;   min-height:350px;  }

.project-module .project-image {  width:40%;  }

.image-slider-outer .hs_cos_gallery_thumbnails.slick-initialized.slick-slider {    width: 100% !important;    margin: 0 auto; display: block !important;}
.image-slider-outer .hs_cos_gallery_thumbnails .slick-slide img { min-height:50px; object-fit:cover; }

.page-heading { max-width: 100%;   }

.lp-outer .lp-left{  display: block; }

.lp-outer .lp-right,
.lp-outer .lp-right-img{  display: block !important;}

.lp-outer .inner-wrapper { padding: 150px 20px;}
.disk-menu { display: none !important; }

.mobile-search-and-number { margin-top:-64px;  float:right !important; width:75% !important; }

.recent-post-wrap { width: 100% !important ; }
.blog-list { padding: 20px;    }

.blog-list-page .post-item {   width: 100% !important;    margin: 0px !important;   padding-bottom: 30px !important; }

.subscribe-wrap { width: 100% !important;  margin: 0px !important; }
.recenet-wrap {   padding-right: 20px;   padding-left: 20px;}
.blog-post-page .related-post { width: 100% !important; margin-right: 0px !important;   margin-left: 0px !important;}

.logo-module, .mobile-tel {  float: left !important;  }

.mobile-tel {width:34% !important; text-align:right; display:block !important;}

.menu-wraper{  float: none !important;  padding-right: 50px;}

.moblie-img{  padding-top: 10px; padding-left: 20px;  float: left !important;}

.page-header-wrapper {  padding-top: 105px; }

.grid-item:hover .grid-item__name { display:block;}
.grid-item__name {  display:none;  visibility: visible;}

.thumbnail-contain { top: 76% !important;}

body .thumbnail-contain .tf_tab2 {
  height: 120px !important;
}
.recent-outer-wraper { padding: 20px 0px 0px;}
.slider-outer .tf_container.shadow {   min-height: 1000px !important; }
.slider-outer #slider-container1, .slider-outer #slider-container2, .slider-outer #slider-container3 {  overflow: hidden !important; }

}

@media (max-width: 506px) {
  .thumbnail-contain {  top: 60% !important; }
  .fancybox-wrap.fancybox-desktop.fancybox-type-inline.fancybox-opened {
    width: calc(100% - 40px) !important;    top: 160px !important;}
  .fancybox-close {   right: -20px; }

  .slider-outer #slider-container1, .slider-outer #slider-container2, .slider-outer #slider-container3 { overflow: hidden !important;}
}


@media (max-width: 679px) {
  .prdt-pg-img-sld .hs_cos_gallery_thumbnails button {  top: 140px !important;  }
  .hero-banner-inner h1 { font-size:38px; padding-left:20px; padding-right:20px; }
  .custom-menu-primary .hs-menu-wrapper > ul {  position:static !important;   }
  .header-container-wrapper {  position:relative !important;  }
  .header-wrapper {  position:static !important;    padding-bottom:15px !important; }
  .product-range-content {   margin-top:50px;   }
  .hero-banner-outer {  padding-top:50px !important; }
  .page-header-wrapper { padding-top:0px !important;  }
  .profile-inner-wrp { width:87%;  }
  .slider-outer #slider-container1, .slider-outer #slider-container2, .slider-outer #slider-container3 { overflow: hidden !important; }
}

@media (max-width: 679px) {
  .hw-page-top-outer { padding-top: 0px; }
}


@media (max-width: 650px) {  
  .thumbnail-contain {top: 61%; } 
  .slider-outer .tf_container.shadow { min-height: 650px !important;}
  .slider-outer #slider-container1, .slider-outer #slider-container2, .slider-outer #slider-container3 {overflow: hidden !important;}
}


@media only screen and (min-width:479px) and (max-width: 824px) {
  .expandable-section .expanbale-inner { width: 100% !important;  float: none !important; }
  .expand-active .expand-active-in { display: inline-block;  padding: 40px 20px;}
  .expand-active-left { flex: 0 0;  max-width: 100%; padding-right: 0%; }
  .expand-active-right { flex: 0 0; max-width: 100%; padding-left: 0%;}
  .expandable-section { display: inline-block;}
  .slider-outer #slider-container1, .slider-outer #slider-container2, .slider-outer #slider-container3 { overflow: hidden !important;}
  .post-name a.name{font-size:25px; }
}



@media (max-width: 650px) {  
  .internal-project-page .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide { width:calc(44%) !important; }
  .internal-project-page .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide { margin:10px 12px !important;  }
  .prdt-rang-logo-img-inner { float:none; width:50%; margin:20px auto;}
  .reveal-modal { max-width:295px;  margin-left:-190px;}
  .wider-box { max-width:375px !important;  }
  .reveal-modal iframe { max-width:300px !important;width:300px !important;}
  .slider-outer #slider-container1, .slider-outer #slider-container2, .slider-outer #slider-container3 { overflow: hidden !important;}
  .project-main .furniture-form .submitted-message { padding: 20px 0 0; }
  .project-main .form-privacy-text p { padding: 0;}
}

@media (max-width: 640px) {
  .inner-nov-21 .mobile-menu .mobile-trigger { top: -60px !important;}
  .inner-nov-21 .mobile-tel p a {  font-size: 14px;}  
}
@media (max-width: 630px) {  
  .full-width-template .main-content table p {   font-size:14px; }
  .project-module .project-image {  width:0%;   }
  .project-module .project-content { padding-right:40px; width:100%; padding-left:40px;  min-height:250px; }
  .project-module .project-content.align-right .inner-content h2 { padding-right:0px;  }
  .project-module .project-content.align-left .inner-content h2 {  padding-left:0px;  }
  .slider-outer #slider-container1, .slider-outer #slider-container2, .slider-outer #slider-container3 {overflow: hidden !important;}
}

@media (max-width: 638px) {  
  .thumbnail-contain { top: 72%; }
  .slider-outer #slider-container1, .slider-outer #slider-container2, .slider-outer #slider-container3 { overflow: hidden !important; }
}


@media (max-width: 580px) {
  .blog-post-page .section.post-header h1 { font-size:26px;  }
  .inner-nov-21 .mobile-menu .mobile-trigger {  top: -41px !important;}
  .profile-inner-wrp {  width:85.5%;  }
  .logo-and-subtext { width:100% !important;  }
  .logo-and-subtext .large-logo, .logo-and-subtext .small-logo {  text-align:center;   width:100% !important;}
  .small-header .mobile-search-and-number, .mobile-search-and-number { margin-top:0px;  }
  .search-icon { text-align:left;  }
  .search-results-block:hover input {left:35px; width:100% !important;}
  .mobile-search-and-number { width:100% !important; }
  .slider-outer #slider-container1, .slider-outer #slider-container2, .slider-outer #slider-container3 { overflow: hidden !important;}
  .hw-left-col-outer h1, .hw-acc .hs-accordion__item button, .hw-page-bottom-outer .hw-left-col-outer h2 { font-size: 30px;}  
  .hw-left-col-outer .hw-left-col-inner h1:before  top: 27px;}
.hw-page-bottom-outer .hw-left-col-outer .hw-left-col-inner h2:before { top: 31px;}
.hw-page-top-inner .hw-right-col, .hw-page-top-outer-50 .hw-page-top-inner .hw-left-col-img, .hw-page-bottom-outer .hw-page-top-inner .hw-right-col { margin: 0px;}
}  


@media (max-width: 480px) {
  .hw-left-col-outer { padding: 50px 0px 80px; }
  .hw-top-button a, .accordion-content-button a, .hw-page-bottom-outer .hw-top-button a { font-size: 15px; white-space: nowrap;}
  .hw-top-button { max-width:200px;}
  .prdt-pg-img-sld .hs_cos_gallery_thumbnails button.slick-prev, 
  .prdt-pg-img-sld .hs_cos_gallery_thumbnails button.slick-prev:hover,
  .prdt-pg-img-sld .hs_cos_gallery_thumbnails button.slick-next,
  .prdt-pg-img-sld .hs_cos_gallery_thumbnails button.slick-next:hover { background-color: transparent; }
}



/************** iphone ***************/
@media (max-width: 479px) {
  .mobile-tel {  width:40% !important;   }
  .mobile-search-section { width: 55% !important;  }
  .header-wrapper { padding-bottom:0px;   }
  .header-wrapper .large-logo img { max-width:80px !important;  }
  .styled-slider .hs_cos_gallery_main .slick-slide img { max-height:30px; }
  .full-width-template .main-content table tr td { padding:5px;   }
  .full-width-template .main-content table tr:first-child td:first-child {  word-break: normal; }
  .full-width-template .main-content table tr td:first-child { word-break: break-all;}
  .full-width-template .main-content table p {  font-size:12px;}
  blockquote p { padding-left:0px; padding-right:0px; font-size:20px;} 
  .logo-and-subtext { width:100% !important; text-align:center;}
  .mobile-trigger { top:-45px !important;  }
  .profile-inner-wrp { width:87.5%;   }
  .profile-wrp-outer { width: 100%;}
  .profile-desc-wrp1 p {  width: 98%;}
  .close-wrp { top: 0%; }
  .resource-content {  width:100%;  }
  .resource-module .filter-outer {  padding-left: 20px;}
  .resource-module .project-content {  width: 100%; }
  .contact-module .filter-outer { padding-left: 20px;}
  .contact-module .project-content {  width: 100%;}
  .header-wrapper { background-color:rgba(0,0,0,1) !important;   }
  .offer-content-new img {
    margin:20px 0px 10px 0px !important;    float:none !important; }
  .project-module .filter-outer {  padding-left: 20px; }
  .project-module .project-content {  width: 100%; }  
  .expanbale-inner.active { width: 100%; position: relative;  max-height: 100%;} 
  .expanbale-inner {  width: 100% !important;  float: none; }
  .expandable-section { display: inline-block; }
  .expand-active  .expand-active-in {  display: inline-block;  padding: 40px 20px;}
  .home-tab-outer {  display: block; }
  .home-tab-inner { flex: 100%; max-width: 100%; text-align: center; padding: 10px 0px;}
  .hero-banner-inner h4 { font-size:26px;  }
  .inner-offer-content h4 {    font-size: 22px; }
  .hero-banner-inner h1 {  font-size:30px;  }
  .project-module .project-content {  width:100% !important; }
  .project-module .project-image { width:0%;  }
  .page-heading { padding-top:60px;  }
  .moblie-img { padding-top: 10px;  padding-left: 0px;  float: left !important;}
  .logo-module {float: left !important;width: 100% !important; text-align: center;}

  body {
    font-size:16px;
  } 
  .prdt-rang-header h2 {font-size: 32px !important; line-height: 40px;}
  .prdt-rang-content {float: right;width: 100%;  padding: 0px;};
  .image-grid__item.prdt-rang-blk {  width: 100%;}
  .prdt-rang-logo-inner {margin: 0px !important; width:100% !important; float: left;} 
  .prdt-rang-logo-img-inner { width: 97%;} 
  .product-range-content .page-center {padding: 0 0px;}
  .prdt-rang-inner { display: block;}
  .prdt-rang-banner-img { width: 100%; height: 500px;}
  .prdt-rang-cnt-warp { width: calc(100% - 40px);  display: block; padding: 20px 20px;}
  .prdt-rang-header h2{ padding: 30px 0px !important;}
  .prdt-rang-blk-inr-outer { width: 100%;  margin-bottom: 20px;}
  .prdt-rang-blk-text p { padding: 0px 20px;}
  .inner-offer-wrapper { display: block !important;}
  .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide:nth-child(odd) {  margin: 10px 10px 10px 0px !important;}
  .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide:nth-child(even) {  margin: 10px 0px 10px 10px !important;}
  .prdt-pg-img-sld .hs_cos_gallery_thumbnails .slick-list .slick-slide { width: calc(50% - 10px) !important;margin:0px !important;}
  .prdt-pg-cnt-mdl-outer { width: calc(100% - 40px); padding: 20px;}
  .prdt-pg-img-sld .hs_cos_gallery_thumbnails button { top: 120px !important; width:40px !important; height:40px !important; }
  body .thumbnail-contain .tf_tab2 { height: 90px; }
  .thumbnail-contain { top: 60% !important; }
  .recent-outer-wraper { padding: 50px 0px 50px; }
  .slider-outer .tf_container.shadow {  min-height: 650px; }
  body .thumbnail-contain .tf_tab2 { width: 147px;  }
  .slider-outer #slider-container1, .slider-outer #slider-container2, .slider-outer #slider-container3 { overflow: hidden !important; }
  .project-main .hs_cos_gallery_thumbnails .slick-list {  display: none;}
  .prdt-pg-cnt-mdl-bt-txt a {  font-size: 15px;}
  .prdt-pg-cnt-mdl-bt-txt:after { font-size: 15px; padding-left: 5px; }
  .product-range-content { margin-bottom: 20px;}
  .post-name a.name{font-size:25px; }
  .blog-post-page .section.post-body blockquote p:nth-child(1), .blog-post-page-center blockquote p:nth-child(1) {padding: 10px;font-size: 18px;}
}


@media (max-width: 415px) {
  .prdt-pg-cnt-mdl-head h1, .offer-content h1, .stlcse-mdl-header h1 {  font-size:24px;}
  .profile-inner-wrp { width:86%;  }
  .wider-box { max-width: 275px !important; }
  .reveal-modal {  max-width:195px;   margin-left:-140px; }
  .reveal-modal iframe { max-width:200px !important; width:200px !important; }
  .subscribe-wrap {   padding-top:30px;   }
  .subscribe-wrap h3 { font-size:19px;  }
  .subscribe-wrap .consent-text p { font-size:12px;  }
  .slider-outer #slider-container1, .slider-outer #slider-container2, .slider-outer #slider-container3 {  overflow: hidden !important; }
  .hw-left-col-outer .hw-left-col-inner h1:before, .hw-page-bottom-outer .hw-left-col-outer .hw-left-col-inner h2:before {  left: -27px;}
  .hw-left-col-outer h1, .hw-acc .hs-accordion__item button, .hw-page-bottom-outer .hw-left-col-outer h2 { font-size: 28px;} 
  .hw-page-top-outer-50, .hw-acc {  padding-top: 20px;}
  .hw-page-bottom-outer { padding-top: 40px; }
  .hw-page-top-outer-50 .hw-top-para {  padding-bottom:30px;}
  .hw-acc { padding-top: 20px;}
  .hs-accordion__item-content-inner p:first-child { margin-top:0px; }
}


@media (max-width: 400px) { 
  .mobile-tel { display:none !important;   }
  .mobile-search-section { width:90% !important;  }
  .mobile-search-section .search-results-block {margin-top:15px; margin-bottom:10px;}
  .slider-outer #slider-container1, .slider-outer #slider-container2, .slider-outer #slider-container3 {  overflow: hidden !important; }
}

@media (max-width: 380px) {
  .hw-left-col-outer, .hw-page-bottom-outer .hw-page-top-inner .hw-left-col-outer { padding: 30px 0px 70px;}
  .hw-page-top-outer-50 { padding-top: 30px;}
}

@media (max-width: 379px) { 
  .prdt-pg-img-sld .hs_cos_gallery_thumbnails button { top: 90px !important;width: 30px !important; height: 30px !important;}
  .prdt-pg-img-sld .hs_cos_gallery_thumbnails button:before{ font-size: 18px !important; line-height: 28px !important; }
  .project-module .project-content { padding-right:15px; padding-left:15px; }
  .profile-inner-wrp { width:84%;   }
  .full-width-template .main-content table tr td { padding:3px; }
  .full-width-template .main-content table p { font-size:11px; }  
  .slider-outer #slider-container1, .slider-outer #slider-container2, .slider-outer #slider-container3 {overflow: hidden !important;}   
}

@media (max-width: 315px) {
  .profile-inner-wrp { width:83%;   }
  .slider-outer #slider-container1, .slider-outer #slider-container2, .slider-outer #slider-container3 { overflow: hidden !important; }
}


@media (max-width: 309px) {
  .prdt-pg-img-sld .hs_cos_gallery_thumbnails button { top: 65px !important; }
  .slider-outer #slider-container1, .slider-outer #slider-container2, .slider-outer #slider-container3 { overflow: hidden !important;}
}

@media (max-width: 320px) {
  body .thumbnail-contain .tf_tab2 { width: 120px; }
  .thumbnail-contain { top: 58% !important; }
  .slider-outer #slider-container1, .slider-outer #slider-container2, .slider-outer #slider-container3 { overflow: hidden !important;}
}

@media (max-width: 278px) {
  body .thumbnail-contain .tf_tab2 {
    width: 110px;}
  .slider-outer #slider-container1, .slider-outer #slider-container2, .slider-outer #slider-container3 {  overflow: hidden !important; }
}



/* Blog code */

/*********************** Blog List Page Code Starts Here ***************************/

.career-list-inner-wrp {max-width: 60%;margin: 0 auto !important;  float: none !important;}
.post-outer-wrp { float: left;width: 100%;  margin-bottom: 10%;}
.list-social { float: left; width: 30%;  position: relative;}
.post-outer-wrp .post-item {  width: 70%; float: right;}
.post-outer-wrp .post-header { float: left;width: 100%;  display: inline-block;}
.post-outer-wrp .post-header h2 { margin: 0px;}
.list-social:after {
  content: "";
  background: #007a69;
  height: 250px;
  width: 1px;
  position: absolute;
  right: 35%;
  top: 0%;
}

.list-social .social-media-ics ul { list-style-type: none;  margin: 0;}

.list-social .social-media-ics ul li a i { color: #000;}
.post-outer-wrp .post-header h2 a { text-decoration: none;font-size: 28px; color: #007a69;}
.post-outer-wrp .post-header p { margin: 0; padding: 16px 0px 0px; font-weight: 500;}
.post-outer-wrp .post-body.clearfix { float: left;width: 100%; display: inline-block;}
.post-outer-wrp .post-body.clearfix p { margin-top: 0px;}
.read-more-wrp {float: left;width: 100%;}
.read-more-wrp a.more-link {
  display: inline-block;
  -webkit-appearance: none;
  background-color: #007a69;
  color: #f9f9f9;
  cursor: pointer;
  text-decoration: none;
  padding: 11px 15px;
  border: 1px solid #007a69;
  transition: .35s all;
  font-size: 17px;
  font-weight: 300;
  position: relative;
}

.read-more-wrp a.more-link:hover {background-color:#fff; color:#007a69;}
.read-more-wrp a.more-link:after {content: "+"; padding: 0px 0px 0px 7px;}
.blog-page-wrp .inner-offer-content ul {list-style-type: none; position: relative; padding: 0;}
.blog-page-wrp .inner-offer-content ul li:before {
  content: "";
  background: #007a69;
  display: inline-block;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  vertical-align: middle;
  margin-right: 3%;
}

.header-module-inner-wrp {text-align: center;max-width: 63%;margin: 0 auto;}

.header-module-inner-wrp h2 {margin: 0px;}
.header-module-outer-wrp { padding: 80px 0px;}
.career-list-outer-wrp {padding-bottom: 80px;}
.load-more-post-wrp {text-align: center; padding: 40px 0px;}
.load-more-post-wrp a {
  border: 1px solid #000 !important;
  background-color: #ffffff !important;
  font-weight: 300 !important;
  color: #000 !important;
  text-decoration: none !important;
  padding: 11px 15px !important;
  position: relative;
  transition: .35s all;
}

.load-more-post-wrp a:after {
  font-weight: 900 !important;
  content: '+';
  padding-left: 10px;
  color: #000000;
  font-size: 20px;
}

.load-more-post-wrp a:hover {background: #000 !important; color: #f9f9f9 !important; transition: .35s all;}
/*********************** Blog List Page Code Ends Here ***************************/


/*********************** Blog Post Page Code Starts Here ***************************/
.career-post-outer-wrp { padding-top: 100px; padding-bottom: 60px;}

.post-social .social-media-ics ul {padding: 0;margin: 0; list-style-type: none;}

.post-social .social-media-ics ul li {display: inline-block;margin-right: 3%;}

.post-social .social-media-ics ul li a i { color: #000;}

.post-social .social-media-ics ul li a i:hover { color: #007a69;}

.post-social-icons-outer-wrp { padding: 30px 0px 10px;border-bottom: 1px solid #007a69;margin-bottom: 25px;}

.location-text-wrp p { margin: 0px;color: #007a69;font-weight: 500;}

.post-heading-wrp h1 {text-transform: uppercase;}

.career-list-inner-wrp .section ul {position: relative; padding-left: 24px;margin: 0px;}

.career-list-inner-wrp .section ul li { margin-bottom: 15px;}

.career-list-inner-wrp .section ul li:before {
  content: "";
  background: #007a69;
  display: none;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  vertical-align: middle;
  margin-right: 1%;
}

.blog-content-wrp {  padding-bottom: 60px;}
.post-job-form-header {padding: 20px 30px;background-color: #007a69;}
.post-job-form-header h3 {margin: 0px; color: #f9f9f9; text-transform: uppercase;}
.post-job-form-outer-wrp .post-job-form-wrp {padding: 30px; background-color: #f2f2f2;}
.post-job-form-outer-wrp .form-privacy-text { background: #f2f2f2;padding:0px 30px 20px 30px;}
.post-job-form-outer-wrp .form-privacy-text p {font-size:14px;text-align:center; margin-top:0px;}
.post-job-form-outer-wrp .form-privacy-text p a {color:#007a69; text-decoration:none;font-weight:400;}
.post-job-form-outer-wrp .form-privacy-text p a:hover {color:#000;}
.post-job-form-wrp .input input { margin-bottom: 5%; margin-top: 3%;}
.post-job-form-wrp .input select {margin-bottom: 3%; margin-top: 2%;}
.post-job-form-wrp .input textarea {margin-bottom: 5%; margin-top: 3%;}
.post-job-form-wrp input.hs-button {
  display: inline-block;
  -webkit-appearance: none;
  background-color: #007a69;
  color: #f9f9f9;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  padding: 11px 20px 11px 20px;
  border: 1px solid #007a69;
  transition: .35s all;
  font-size: 17px;
  font-weight: 300;
  position: relative;
}

.post-job-form-wrp input.hs-button:hover {background:#000;transition:0.35s; border: 1px solid #000;}

.post-job-form-wrp .actions:after {
  content: "";
  font-size: 14px;
  display: none;
  padding: 0px 15px 0px 7px;
  font-weight: 300;
  vertical-align: baseline;
  position: absolute;
  right: 0%;
  top: 33%;
  color: #f9f9f9;
}


.post-job-form-wrp .actions { text-align: right;}
.post-job-form-wrp .hs-submit {position: relative;}
.post-job-form-outer-wrp { max-width: 930px; margin: 0 auto !important;float: none !important;}

.blog-content-wrp p span {color: #007a69;}
/*********************** Blog Post Page Code Ends Here ***************************/




/*****************************Responsive Code Starts Here***********************************/

/************** ipad rotate ***************/
@media (max-width: 1080px) {
  .career-list-inner-wrp { max-width: 80%; }
  .blog-page-wrp .stlcse-offer-wraper .offer-content { width: 94% !important;}
  .offer-new-outer-wraper .offer-content {
    min-height: auto !important;
    max-width: 70%;
    flex: 0 0 80%;
    padding: 0px;
    float: left;}
  .offer-new-outer-wraper .offer-content a {position: absolute;right: 21%;top: 202px;}
  .offer-new-outer-wraper .offer-image { max-width: 30%;flex: 0 0 30%;float: right;}
  .post-job-form-outer-wrp {max-width: 80%;}

}


@media (max-width: 899px) {
  .mobile-menu {
    display: block !important;} 
}

/************** ipad ***************/
@media (max-width: 768px) {
  .header-module-inner-wrp {text-align: center; max-width: 90%; } 
  .career-list-inner-wrp { max-width: 100%;}
  .offer-new-outer-wraper .offer-content.offer-content-new { max-width: 60%;}
  .offer-new-outer-wraper .offer-image { max-width: 40%; flex: 0 0 40%; }
  .offer-new-outer-wraper .offer-content a {position: absolute; right: 29%;}
  .blog-page-wrp .stlcse-offer-wraper .offer-content {max-width: 52%;}
  .list-social:after {height: 276px;}
  .post-job-form-outer-wrp { max-width: 90%; }
}


/************** iphone rotate***************/
@media (max-width: 767px) {
  .blog-page-wrp .stlcse-offer-wraper .offer-content {
    max-width: 100%;width: 100% !important;}
  .offer-new-outer-wraper .offer-content a { top: 250px;}

}


/************** iphone ***************/
@media (max-width: 479px) {
  .header-module-inner-wrp {max-width: 100%;}
  .list-social .social-media-ics ul { padding: 0px;}
  .list-social {width: 20%;}
  .post-outer-wrp .post-item {width: 80%;}
  .list-social:after {height: 330px;}
  .post-outer-wrp { margin-bottom: 20%;}
  .offer-new-outer-wraper .offer-content.offer-content-new {max-width: 100%;}
  .offer-new-outer-wraper .offer-image {max-width: 100%;}
  .offer-new-outer-wraper .offer-content a { position: initial !important;}
  .career-post-outer-wrp { padding-top: 120px;}

}

/*****************************Responsive Code Ends Here***********************************/
/* System Pages */
.error-template .system-pages-padding, .password-template .system-pages-padding, .subscription-template .system-pages-padding {padding: 100px 20px;min-height: 700px;}
.error-template form input, .password-template form input, .subscription-template .system-pages-padding form input {margin: 20px 0;}
.error-template .hs-form a.hs-button, .password-template .custom_error_message input.hs-button, .subscription-template form input.hs-button {
  border-radius: 0px !important;
  display: inline-block;
  -webkit-appearance: none;
  background-color: rgba(0,0,0,1) !important;
  opacity: 1;
  border: 0;
  color: #f9f9f9;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  padding: 12px 35px;
}
.error-template .hs-form a.hs-button:hover {cursor: pointer;}
.subscription-template .system-pages-padding h1 {
  font-size: 67px;
  line-height: 1.2em;
  font-weight: 300;
  color: #000;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.subscription-template .system-pages-padding .fakelabel input {margin: 20px 10px;}
.subscription-template .system-pages-padding .email-prefs .item p { margin: 0px 40px 0px;}

@media (max-width: 950px) {
  .error-template .system-pages-padding, .password-template .system-pages-padding, .subscription-template .system-pages-padding {
    padding: 130px 20px;
    min-height: auto;}
}
@media (max-width: 767px) {
  .subscription-template .system-pages-padding h1 {
    font-size: 32px;}
}

/* Footer */

.footer-outer .page-center .footer-menu a, .footer-outer .page-center p {
  color: #f9f9f9;
  text-transform: capitalize;
  font-size: 15px;
  padding: 0px;
}

.footer-outer h4 {color: #f9f9f9;}

.copyright-text {
  color: #f9f9f9;
  font-size: 11px;
  text-align: center;
  padding-top: 30px;
}

.footer-outer .page-center {max-width: 1250px !important;}

.footer-outer .social-sharing-footer a i {color: rgba(0,122,105,0.8);font-size: 33px; margin-right: 10px; }

.footer-outer .footer-address a {
  color: rgb(53,169,154);
  text-decoration: none;}

.footer-outer .footer-address p:first-child {margin-top: 0px;}

/* Thank You Page */

.typ .offer-content-new {min-height: 650px;}

/* */

.related-post:nth-child(4) {display: none !important;}

.header-search-column {width: 4% !important;margin-left:30px !important}
.main-search-section {width: 90% !important;}
.disk-menu.search-open .main-search-section {width: 74%!important;}

.disk-menu.search-open .header-search-column {width: 20%!important;}

.search-outer { cursor:pointer;}
.search-outer.search-open{display: flex; align-items: center;border: 1px solid #007A69; background-color: #007A69;}
.search-outer.search-open .search-item-main {flex: 0 9%; padding: 13px 15px 14px 15px;}
.search-outer .search-item-main {flex: 0 9%; padding: 13px 0px 14px;}
.search-outer .search{display:none;}
.search-outer.search-open .search {flex: 0 91%;padding: 10px 0px 14px 14px;display:block;}

.search-outer.search-open input {
  position: unset !important;
  width: 100% !important;
  height: auto !important;
  transition: 1s;
  border: none !important;
  background-color: #007A69 !important;
  opacity: 1 !important;
  color: #fff !important;
  padding: 0px 0px 0px 0px!important; 
  font-family: rubrik-new, sans-serif !important;
  font-size: 14px !important;
  line-height: 16px;}

div#btn-search img {vertical-align: middle;width:20px; height:20px;}
.search-outer.search-open input::placeholder{ color:#fff !important;}
.mobile-search-button {display: none;}

@media(max-width:898px){
  .mobile-search-button-outer {display: flex;align-items: center; justify-content: flex-end;margin-right: 15px;}
  .mobile-search-button-outer .search form{ line-height:0px !important;}
  .mobile-search-button-outer .search-outer.search-open{ border:none !important;}

  .mobile-search-button {padding-top: 8px;display:block !important;}
  .mobile-search-button-outer .search-outer { margin-right: 20px;}
  .mobile-search-button-outer .search-outer .search-item-main {padding: 9px 0px 11px;}
  .mobile-search-button-outer .search-outer.search-open .search-item-main {padding: 10px 15px 10px 15px;}
  .mobile-search-button-outer .search-outer.search-open .search {padding: 10px 0px 10px 14px;}
  .header-contact-button a{
    background-color: #FFA69E;
    color: #000 !important;
    display: inline-block;
    position: relative;
    padding-right: 35px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 14px !important;
    text-decoration:none;
  }

  .header-contact-button a:after {
    position: absolute;
    content: '';
    background-image: url(https://www.ie-uk.com/hubfs/2019-insightful/header-footer/plus.svg);
    background-size: 17px;
    width: 17px;
    height: 17px;
    background-position: center;
    top: 13px;
    right: 14px;
    background-repeat: no-repeat;}
}
@media(max-width:500px){
  .header-24 .mobile-search-button-outer .search-outer.search-open {flex:0 50%;}

  .mobile-search-button-outer { margin-right: 0px; }
  .mobile-search-button-outer .search-outer .search-item-main { padding: 6px 0px 14px;}
  .header-contact-button a { font-size:14px !important;}
  .header-contact-button a:after { background-size: 16px;width: 16px;height: 16px;top: 11px;}
  .mobile-search-button-outer .search-outer .search-item-main { padding: 6px 0px 9px;}
  .mobile-search-button-outer .search-outer.search-open .search-item-main { padding: 7.5px 15px 7.5px 15px !important;}
  .mobile-search-button-outer .search-outer.search-open .search { padding: 7px 0px 7px 14px !important; }
}

@media(max-width:360px){
  .header-24 .mobile-search-button-outer .search-outer.search-open { flex:0 46%;}
}










/****************************************************New Code for LP Form Alignment 2024***************************************************/
.landing-page .main-form-group {
  width: 60%;
  text-align: center;
  display: flex;
  justify-content: center;
  min-height: 0px;
  height:0px;
}
.landing-page .main-form-group .page-center {
  max-width: 100% !important;
  text-align: center;
  margin: 0 auto !important;
}
.landing-page .main-form-group .form-section {
  max-width: 675px;
  margin: 0 auto;  
  margin-left: 0px !important;
  margin-top: -540px;
  padding: 50px 20px;
}

@media (max-width: 767px) { 
  .landing-page .main-form-group {
    width: 100%;
    min-height: auto;
    height:auto;
    background: #007a69;
    margin-top: -7px;
  }
  .landing-page .main-form-group .form-section {
    max-width: 100%;
    margin-top: 0px;
  }
}