/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */
@import url('//4298508.fs1.hubspotusercontent-na1.net/hubfs/4298508/Recipe_Marketing_June2019%20Theme/Css/animate.min.css');
/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600,800|Playfair+Display:400,700|Roboto:400,700,700i,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
@font-face {
  font-family: uncodeicon;
  src: url("//4298508.fs1.hubspotusercontent-na1.net/hubfs/4298508/Recipe_Marketing_June2019%20Theme/Fonts/uncode-icons.eot#iefix") format("embedded-opentype"), 
    url("//4298508.fs1.hubspotusercontent-na1.net/hubfs/4298508/Recipe_Marketing_June2019%20Theme/Fonts/uncode-icons.woff2") format("woff2"), 
    url("//4298508.fs1.hubspotusercontent-na1.net/hubfs/4298508/Recipe_Marketing_June2019%20Theme/Fonts/uncode-icons.woff") format("woff"), 
    url("//4298508.fs1.hubspotusercontent-na1.net/hubfs/4298508/Recipe_Marketing_June2019%20Theme/Fonts/uncode-icons.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

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

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

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

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

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

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

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

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

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

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }

/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background-color: #ffffff;
  color: #000;
  font-family: Open Sans, Arial, Sans-Serif;
  font-size: 18px;
  font-weight: 400;
  line-height:1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

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

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


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


/* Basic text */
p {
  margin: 18px 0 0;   
} 
small {}
b, strong {
  font-weight: 600;
}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 36px 0px 0px 0px;  
  color: #882876;
  font-weight: 600;
  font-family: Roboto;
  -webkit-font-smoothing: antialiased;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 65px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 14px;
}

/* Anchor Links */
a { 
  color:#e96c28;
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  text-decoration:none;
}
a:hover, a:focus { 
  color: #d0530f;
  text-decoration:none; 
}

/* Lists */
ul, ol {
  padding: 0px 0px 0px 18px;
  margin:0 0 0 20px;
}
ul li, ol li {
  margin-top: 0;
}
ul > li > ul, ol > li > ol {
  margin-left: 9px;
  padding-left: 0;
  margin-top: 0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

.hs-mig-layout ul,
.hs-mig-layout ol{
  margin-bottom:18px;
}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {
  min-height:174px;
}

.custom-header-group{
  -webkit-transition: -webkit-transform 0.5s ease-in-out, background-color 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out, background-color 0.4s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out, background-color 0.4s ease-in-out;
  transition: transform 0.5s ease-in-out, background-color 0.4s ease-in-out;
  z-index: 2000;
  position:fixed;
  width:100% !important;
  background-color: #ffffff;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.header-hide .custom-header-group{
  transform: translate3d(0px, -175px, 0px);
  position: fixed;
  top: 0px;
  -webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
}

.header-show .custom-header-group{
  transform: translate3d(0px, 0px, 0px);
  position: fixed;
  top: 0px;
  -webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
}

.custom-header-group .page-center{
  padding: 0px 36px;
}
.custom-logo{
  padding:27px 36px 27px  0;
}
.custom-logo img {
  max-width: 142px;
  outline: none;
}



/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}
.body-container .page-center{
  padding:36px;
}



.wow {
  visibility: hidden;
}

/* .hs-mig-layout .wow {
visibility: visible !important;
} */

.custom-video-banner-area {
  position: relative;
}
.custom-video-banner-area .page-center {
  padding: 93px 38px 111px;
}
.custom-video-banner-inner {
  position: relative;
  overflow: hidden;
  min-height:250px;
}

.video-wrp:after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-color: #000000;
  opacity: 0.6;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
}
.custom-video-banner-area .video-inner {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
.custom-video-banner-area .video-inner video {
  object-fit: cover;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  vertical-align: baseline;
  width: 100%;

}
.custom-video-banner-area .content-wrp {
  position: relative;
  z-index: 9;
}
.custom-video-banner-area .content-inner blockquote {
  margin: 27px 0px 27px 0px;
  border-left: 2px solid;
  border-color: #e96c28;
}
.custom-video-banner-area .content-inner blockquote h1 {
  margin: 74px 0 0;
  font-weight: 600;
  color: #fff;
  font-family: 'Playfair Display';
  line-height: 1.27;
}
.custom-video-banner-area .content-inner blockquote .title span {
  position: relative;
  top: -2px;
}
/* .custom-video-banner-area .zoomIn, */
.tips-button.wow.fadeIn{
  -webkit-animation-duration: 0.6s !important;
  -moz-animation-duration: 0.6s !important;
  -o-animation-duration: 0.6s !important;
  animation-duration: 0.6s !important;
}


.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.custom-footer-group {
  background-color: #882876;
}
.custom-footer-group .page-center {
  padding: 27px 36px;
}
.custom-footer-copyright p {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Open Sans';
  color: #fff;
  line-height: normal;
}

#back-to-top {
  z-index: 100;
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
}
#back-to-top i {
  border-radius: 2px;
  width: 30px;
  height: 30px;
  font-family: uncodeicon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 29px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  border: 1px solid #882876;
  position: relative;
  color: #fff;
  background-color: #882876;
  display: block;
  font-size: 14px;
}
.fa-angle-up:before {
  content: "\f106";
}


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


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

/* Parent List */
.custom-menu-primary {}
.custom-menu-primary .hs-menu-wrapper>ul {
  display: block;
  float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  display: inline-block;
  float: none !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-weight: 600;
  letter-spacing: .05em;
  font-size: 14px;
  color: #000;
  padding: 78px 12.8px 12px 14px;
  text-transform: uppercase;
  font-family: Roboto;
  position: relative;
  display: block;
  transition: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #882876;
  text-decoration:none;
}

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

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul  ul {
  min-width: 200px;
  border: 1px solid #eee;
  padding: 5px 10px;
  background: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul  ul li {
  border-bottom: 1px solid #eee;
  padding: 5px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
  border: 0;
}

.custom-menu-primary .hs-menu-wrapper >  ul ul li a {
  color: #000;
  font-family: Roboto;
  letter-spacing: 0.7px;
  font-weight: 400;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {
  color: #882876;
}


.custom-menu-primary .hs-menu-wrapper > ul > li > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {}


/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

.hs-home-layout .body-container-wrapper {
  opacity: 0;
  transition:opacity 0.2s ease ;
}
.hs-home-layout.load-page-active .body-container-wrapper {
  opacity: 1;
}

/* .hs-mig-layout .wow {
visibility: visible;
} */

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:960px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    padding-right: 0;
  }
  .scroll-header .custom-header-group {
    -webkit-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 10px -10px rgba(0, 0, 0, 0.6);
  }
  .gallerylight-box-wrp {
    margin-bottom: -13px;
  }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 959px) {
  .custom-header-group .page-center {
    position: relative;
  }
  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

  .custom-mobile-trigger-group {
    position: absolute;
    top: 86px;
    right: -4px;
    width: auto !important;
  }
  .mobile-trigger{
    display: inline-block !important;
  }
  .mobile-menu-button {
    line-height: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding:27px 37px 27px 36px;
    cursor: pointer;
  }
  .mobile-menu-button {
    display: inline-block;
    opacity: 1 !important;
  }
  .lines {
    position: relative;
  }

  .lines, .lines:before, .lines:after {
    display: inline-block;
    width: 20px;
    height: 2px;
    -webkit-border-radius: 5px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 5px;
    background-clip: padding-box;
  }
  .mobile-menu-button-light .lines, 
  .mobile-menu-button-light .lines:before, 
  .mobile-menu-button-light .lines:after {
    background: #000000;
  }
  .lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out;
    -o-transition: top 0.3s 0.6s ease-in-out, -o-transform 0.3s ease-in-out;
    transition: top 0.3s 0.6s ease-in-out,transform 0.3s ease-in-out;
  }
  .lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top 0.3s 0.6s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -moz-transition: top 0.3s 0.6s ease-in-out, -moz-transform 0.3s ease-in-out;
    -o-transition: top 0.3s 0.6s ease-in-out, -o-transform 0.3s ease-in-out;
    transition: top 0.3s 0.6s ease-in-out,transform 0.3s ease-in-out;
  }

  .lines:before, .lines:after {
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 10px center;
    transform-origin: 10px center;
  }
  .lines:before {
    top: 6px;
  }
  .lines:after {
    top: -6px;
  }

  .mobile-open .lines-button.x2 .lines, 
  .mobile-open .lines-button.x2 .lines {
    transition: background 0.3s 0s ease-in-out;
    background: transparent !important;
  }
  .mobile-open .lines-button.x2 .lines:before, 
  .mobile-open .lines-button.x2 .lines:after {
    -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s 0.5s ease-in-out;
    -moz-transition: top 0.3s ease-in-out, -moz-transform 0.3s 0.5s ease-in-out;
    -o-transition: top 0.3s ease-in-out, -o-transform 0.3s 0.5s ease-in-out;
    transition: top 0.3s ease-in-out,transform 0.3s 0.5s ease-in-out;
    top: 0;
    width: 20px;
  }
  .mobile-open .lines-button.x2 .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    -o-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  .mobile-open .lines-button.x2 .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    -o-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin:0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding:0;
    max-height: calc(100vh - 174px);
    overflow-y: scroll !important;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 27px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    font-family: Roboto;
    padding:9px 32px 9px 32px;
    line-height: normal;
  }
  .custom-menu-primary .hs-menu-wrapper  > ul > li > a:hover {
    color: #882876;
  }
  .custom-menu-primary .hs-menu-wrapper  > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper  > ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:after{
    color: #882876;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    content: "\f105";
    right: 8px;
    float: right;
    top: .3em;
    display: inline-block;
    position: relative;
    padding: 0px 0px 0px 9px;
    margin: 0px 0px 0px 0px;
    margin-right: 0;
    box-sizing: content-box;
    font-size: 9.6px;
    text-align: right;
    font-family: uncodeicon;
    speak: none;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000000;
  }

}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
  text-decoration: none;
  color: #882876;
}
.post-header h2 a:hover {
  text-decoration: none;
  color: #882876;
}
.post-header h1 {}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 20px;
  padding-bottom: 20px;    
  border-bottom:solid 1px #ddd;    
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

/* Read More Link */
a.more-link {
  display:inline-block;
  margin:15px 0;
}
a.more-link:hover {}

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

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

/* Blog Commments */
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
  margin:15px 0;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing.no-comments {
  border: none;
}
#comments-listing:empty {
  display:none;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment.depth-0:last-child {
  border-bottom: 0 !important;
}
.comment-body {
  padding:10px 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  font-size: 13px;
  text-align: left;
  display: block;
}

/* Pagination */
.blog-pagination {
  clear:both;
}
.blog-pagination span {
  margin-right: 15px;
  display: inline-block;
}
.blog-pagination a {
  display:inline-block;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin:0 0 20px;
}
.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title{}


.blog .blog-sidebar ul{}

.blog .blog-sidebar ul li{}

.blog .blog-sidebar ul li a{}

.blog .blog-sidebar ul li a:hover{}


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

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

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

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

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

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


/* ==========================================================================
Blog Listing Page
========================================================================== */
body.hs-blog-listing {}


/* ==========================================================================
Blog Post Page
========================================================================== */
body.hs-blog-post {}

.hs-blog-post .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  width: auto;
  overflow: auto;
  padding:10px 0;

}







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


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

/* Form Field */
.hs-form-field {
  margin: 18px 0px 0px 0px;
  font-weight: 600;
  font-size: 15px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  color: #882876;
  font-weight: 600;
  font-family: 'Open Sans';
  line-height: 1.75;
}

label {}
/* One Line Inputs */
[type="text"],
[type="password"], 
[type="datetime"], 
[type="datetime-local"], 
[type="date"], 
[type="month"], 
[type="time"], 
[type="week"], 
[type="number"], 
[type="email"], 
[type="url"], 
[type="search"], 
[type="tel"], 
[type="color"],
[type="file"],
textarea,
select {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: initial;
  margin: 9px 0px 0px 0px;
  padding: 10px 15px 10px 15px;
  border-style: solid;
  border-radius: 2px;
  font-weight: normal;
  font-family: "Open Sans";
  border: 1px solid transparent;
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.025);
  -webkit-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 400ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-appearance: none;    
  background-color: #ffffff;
  color:#882876;
  border-color: #eaeaea;
  white-space: normal;
  outline:none;
}

[type="text"]:focus,
[type="password"]:focus, 
[type="datetime"]:focus, 
[type="datetime-local"]:focus, 
[type="date"]:focus, 
[type="month"]:focus, 
[type="time"]:focus, 
[type="week"]:focus, 
[type="number"]:focus, 
[type="email"]:focus, 
[type="url"]:focus, 
[type="search"]:focus, 
[type="tel"]:focus, 
[type="color"]:focus,
[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: #e96c28; 
}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  width: auto;
  font-weight: 600;
  font-family: Roboto;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  display: inline-block;
  -webkit-transition: color 200ms ease-in-out,background-color 200ms ease-in-out,border-color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out,background-color 200ms ease-in-out,border-color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out,background-color 200ms ease-in-out,border-color 200ms ease-in-out;
  transition: color 200ms ease-in-out,background-color 200ms ease-in-out,border-color 200ms ease-in-out;
  font-size: 12px;
  padding: 13px 31px 13px 31px;
  text-align: center;
  vertical-align: middle;
  background-image: none;
  border-radius: 2px;
  white-space: nowrap;
  box-shadow: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  background-color: #f7f7f7;
  border: 1px solid #eaeaea;
  outline: 0;
  color: #882876;
  margin: 18px 0px 0px 0px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  background-color: #f7f7f7;
  border: 1px solid #eaeaea;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  text-decoration: none;
  background-color: #f7f7f7;
  background-color: #f7f7f7;
  border: 1px solid #eaeaea;
}


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

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


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

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


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

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


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

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


ul.hs-search-field__suggestions {
  padding: 5px;
  border: 1px solid #000;
  background: #fff;
  position: absolute;;
}
ul.hs-search-field__suggestions:empty {
  display: none !important;
}  
ul.hs-search-field__suggestions li {
  padding: 3px 0;
  margin: 0;
}
ul.hs-search-field__suggestions li#results-for {
  font-size: 16px;
  padding: 3px 5px;
}
ul.hs-search-field__suggestions li > a {
  padding: 2px 5px;
  margin: 0;
}
ul.hs-search-field__suggestions li > a:hover {
  color: #000;
}

/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
h2.post-listing-simple a {
  color: #882876;
}
.one-column.hs-error-404 input.hs-search-field__input {
  width: 100% !important;
}
.hs-error-404 .body-container-wrapper {
  display: table;
  width: 100%;
}
.hs-error-404 .body-container-wrapper > div {
  display: table-cell;
  vertical-align: middle;
}
.hs-error-404  .body-container .page-center {
  padding-left:36px;
  padding-right:36px;
  padding-bottom:72px;
}
.hs-error-404 .custom-404error-group{
  display: block;
  max-width: 450px;
  margin: 0 auto !important;
  float:none !important;
}
.hs-error-404 .custom_error_message{
  text-align:center;
}
.hs-error-404  .custom_error_message h1 {
  margin: 0;
  font-size: 261px;
  line-height: 1;
}
.hs-error-404 .custom_error_message h2 {
  margin: 0;
  line-height: 1.2;
}
.hs-error-404 .custom_error_message hr {
  height: 2px;
  width: 90px;
  background: #e96c28;
  margin: 36px auto 43px;
}
.hs-error-404 .custom_error_message p {
  font-size: 15px;
  line-height: 1.75;
  margin: 36px 0 0;
}
.hs-error-404 .custom_error_message p a{
  color: #882876;
}
.hs-error-404 .custom_error_message p a:hover{
  color: #e96c28;
}

.hs-error-404 .custom_error_message form {
  position: relative;
}
.hs-error-404  .fa-search3:before {
  content: "\e088";
}
.hs-error-404 i.fa.fa-search3 {
  position: absolute;
  right: 1.35em;
  top: 50%;
  margin-top: -4px;
  font-family: uncodeicon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: center;
  color: #000;
}
.one-column.hs-error-404 .body-container-wrapper input.hs-search-field__input {
  width: 100% !important;
  color:#000;
}

/* ==========================================================================
Case Studies                                    
========================================================================== */
.hs-casestudies-layout .body-container .page-center {
  padding-bottom: 0;
}
.hs-case-banner-bg {
  background-color: #f8bc2f;
  position: relative
}
.hs-case-banner-bg .page-center {
  padding: 75px 36px !important;
  text-align: center
}
.hs-case-banner-inner h1 {
  font-family: 'Playfair Display';
  color: #000;
  line-height: 1.2;
  margin: 0
}

.hs-case-studies-featured-image-wrapper .element-item{
  width: 33.33%;
  float: left;	
}

.custom-casestudies-filter-content {
  margin: 0 -18px;
}

.hs-case-studies-featured-image-wrapper .casestudies-image{
  margin-left: 18px;
  margin-right: 18px;
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
}

.hs-case-studies-featured-image-wrapper .dummy {
  padding-top: 66.7%;
}
.hs-case-studies-featured-image-wrapper a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hs-case-studies-featured-image-wrapper .t-entry-visual-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity: 0;
}
.hs-case-studies-featured-image-wrapper .casestudies-image:hover .t-entry-visual-overlay {
  opacity: 1;
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.hs-case-studies-featured-image-wrapper .t-entry-visual-overlay-in {
  width: 100%;
  height: 100%;
}
.hs-case-studies-featured-image-wrapper .style-dark-bg {
  color: #fff;
}

.hs-case-studies-featured-image-wrapper .t-overlay-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
}
.hs-case-studies-featured-image-wrapper .t-overlay-inner {
  display: table;
  table-layout: fixed;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
}
.hs-case-studies-featured-image-wrapper .t-overlay-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-align: center;
  color: #fff;
}
.hs-case-studies-featured-image-wrapper .t-overlay-text {
  padding: 18px 18px 18px 18px;
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: opacity .2s ease-in-out,-webkit-transform .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out,-moz-transform .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out,-o-transform .2s ease-in-out;
  transition: opacity .2s ease-in-out,transform .2s ease-in-out;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform: translate(0px,36px);
  -moz-transform: translate(0px,36px);
  -o-transform: translate(0px,36px);
  -ms-transform: translate(0px,36px);
  transform: translate(0px,36px);
}
.hs-case-studies-featured-image-wrapper .casestudies-image:hover .t-overlay-text {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate(0px,0%);
  -moz-transform: translate(0px,0%);
  -o-transform: translate(0px,0%);
  -ms-transform: translate(0px,0%);
  transform: translate(0px,0%);
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
.hs-case-studies-featured-image-wrapper .t-entry {
  width: 100%;
}
.hs-case-studies-featured-image-wrapper .t-entry h6 {
  color: #fff;
  margin: 0;
  font-family: "Open Sans";
}
.hs-case-studies-featured-image-wrapper .element-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-property: -webkit-transform, -webkit-filter;
  -moz-transition-property: -moz-transform, -moz-filter;
  -o-transition-property: -o-transform, filter;
  transition-property: transform,filter;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
}
.hs-case-studies-featured-image-wrapper .casestudies-image:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.filters-button-group button {
  display: inline-block;
  line-height: normal;
  vertical-align: top;
  padding: 0 22px 0 0;
  margin-bottom:36px;
  font-size: 11px;
  line-height: 1.2em;
  letter-spacing: .05em;
  font-family: Roboto;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  outline:none;
  background:none;
  cursor: pointer;
  border:0;
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.filters-button-group button:hover, 
.filters-button-group button.active-checked{
  color: rgba(0,0,0,.5);
}
.wow.element-item.animated{
  -webkit-animation-name: anim_btt;
  -moz-animation-name: anim_btt;
  -o-animation-name: anim_btt;
  animation-name: anim_btt;
  opacity: 1;
}
.wow.element-item {

  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.wow.element-item.animated img {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: -webkit-filter 0.3s ease-out;
  -moz-transition: -moz-filter 0.3s ease-out;
  -o-transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
}
.wow.element-item img {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}


/* ==========================================================================
Two Column Right                                    
========================================================================== */
.hs-twocolumn-right-layout .custom-footer-group .page-center {
  max-width: 100% !important;
}
.hs-twocolumn-right-layout .custom-header-group .page-center,
.hs-timbertech-layout .custom-header-group .page-center,
.hs-twocolumn-right-layout .custom-header-group .page-center,
.hs-timbertech-layout .custom-footer-group .page-center{
  max-width: 100% !important;
}

.custom-twocolumn-right-row1-content {
  padding: 72px 36px 68px;
}
.hs-twocolumn-right-layout .custom-breadcrumb-group .page-center {
  max-width: 100% !important;
}
.custom-twocolumn-right-row1-sidebar-content.custom-row1-timbertech-right-content {
  padding-bottom: 0;
  padding-top:0;
}
.custom-twocolumn-right-row1-sidebar-content.custom-row1-timbertech-right-content .author-social-section {
  padding-top: 20px;
}
.gallerylight-box-column-item {
  width: 33.33%;
  padding: 0 9px;
  float: left;
  margin-bottom: 18px;
}
.gallerylight-box-image img {
  width: 100%;
}
.gallerylight-box-image a {
  position: relative;
  display: block;
  overflow: hidden;
}
.gallerylight-box-image-overlay {
  position: absolute;
  top: 0;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  background-color: #882876;
}
.gallerylight-box-image:hover .gallerylight-box-image-overlay {
  opacity: 0.5;
}
.gallerylight-box-image-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.gallerylight-box-image-overlay-inner {
  display: table;
  height: 100%;
  width: 100%;
}
.gallerylight-box-image-overlay-inner1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.gallerylight-box-image-overlay-inner1 {
  margin: 0 auto;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out,transform 0.2s ease-in-out;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.gallerylight-box-image:hover .gallerylight-box-image-overlay-inner1{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.gallerylight-box-video {
  position: relative;
  padding-top: 56.25%;
}
.gallerylight-box-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.post-navigation ul li.btn-disable a,
.post-navigation ul li.btn-disable a:hover {
  color: #999999;
}

.fancybox-navigation {
  height: 100%;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 20%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  bottom: 0;
  background-position: -38px 50%;
  background-image: url(//4298508.fs1.hubspotusercontent-na1.net/hubfs/4298508/Recipe_Marketing_June2019%20Theme/Images/arrows_horizontal.png);
  background-color: #141618;
  background-repeat: no-repeat;
  padding: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 0;
}
.fancybox-navigation .fancybox-button svg {
  display: none !important;
}
.fancybox-navigation .fancybox-button div {
  padding: 0;
}
button.fancybox-button.fancybox-button--arrow_right {
  padding: 0;
  background-position: -125px 50%;
}
.fancybox-infobar {
  display: none !important;
}
button.fancybox-button.fancybox-button--zoom {
  background: url(//4298508.fs1.hubspotusercontent-na1.net/hubfs/4298508/Recipe_Marketing_June2019%20Theme/Images/buttons.png) no-repeat 7px 6px;
  background-position: 6px -33px;
  margin-left: 5px;
}
button.fancybox-button.fancybox-button--thumbs {
  display: none !important;
}
button.fancybox-button.fancybox-button--zoom {
  background-repeat: no-repeat;
}

button.fancybox-button.fancybox-button--zoom svg {
  display: none !important;
}
.fancybox-button {
  background: transparent;
}
button.fancybox-button.fancybox-button--close svg {
  display: none !important;
}
button.fancybox-button.fancybox-button--play svg {
  display: none !important;
}
.fancybox-toolbar button {
  padding: 0;
  margin: 0;
  cursor: pointer;
  width: 25px;
  position: static;
  height: 23px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
button.fancybox-button.fancybox-button--close {
  right: 0;
  position: absolute;
}
button.fancybox-button.fancybox-button--close {
  right: 0;
  position: absolute;
  background: url(//4298508.fs1.hubspotusercontent-na1.net/hubfs/4298508/Recipe_Marketing_June2019%20Theme/Images/buttons.png) no-repeat 7px 6px;
  cursor: pointer;
  width: 25px;
  height: 23px;
}
button.fancybox-button.fancybox-button--arrow_right[disabled],
button.fancybox-button.fancybox-button--arrow_left[disabled] {
  opacity: 0.1 !important;
}
.fancybox-toolbar {
  position: fixed;
  z-index: 100010;
  top: 5px;
  left: 0px;
  height: 25px;
  width: 100%;
}
button.fancybox-button.fancybox-button--play {
  background: url(//4298508.fs1.hubspotusercontent-na1.net/hubfs/4298508/Recipe_Marketing_June2019%20Theme/Images/buttons.png) no-repeat 7px 6px;
  cursor: pointer;
  width: 25px;
  height: 23px;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background-position: 8px -58px;
}
button.fancybox-button.fancybox-button--play:hover {
  background-position: -32px -58px;
}
button.fancybox-button.fancybox-button--zoom:hover {
  background-position: -31px -33px;
}
button.fancybox-button.fancybox-button--close:hover {
  background-position: -32px 6px;
}
.fancybox-caption.fancybox-caption--separate {
  display: none !important;
}
.fancybox-progress {
  display: none !important;
}
.fancybox-thumbs {
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 0;
  position: fixed;
  right: 0;
  left: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  width: 100%;
  z-index: 99995;
  bottom: 0;
  top: auto;
  background: transparent;
  text-align: center;
}
.fancybox-thumbs__list a:before{
  display:none;
}
.fancybox-thumbs__list a {
  float: none !important;
  display: inline-block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 0;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block !important;
  margin: 0 auto !important;
  z-index: 555555;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 60px;
  margin: 0;
  max-height: none;
  max-width: none;
  outline: none;
  overflow: hidden;
  padding: 0;
  width:70px !important;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 107px;
}
.fancybox-caption, 
.fancybox-infobar,
.fancybox-button, 
.fancybox-toolbar {
  direction: ltr;
  opacity: 1 !important;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: visible;
}

.fancybox-slide--image{
  padding-left:40px !important;
  padding-right:40px !important;
}

.fancybox-bg {
  background: #141618 !important;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.94 !important;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
  margin: 0 auto !important;
}
a.fancybox-thumbs-active {
  opacity: 0.2;
}
.hs-blog-post-pagination-bg {
  background-color: #f7f7f7;
  border-top: solid 1px #eaeaea;
  position: relative;
  margin-top: -2px;
}
.hs-blog-post-pagination-bg .page-center {
  padding: 27px 36px 27px 36px;
  color: #000;

}
.hs-twocolumn-right-layout .hs-blog-post-pagination-bg .page-center {

  max-width: 100% !important;
}
.post-navigation ul {
  list-style: none;
  padding: 0;
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  font-size: 14px;
  padding-left: 0;
  margin: 0;
  border-radius: 2px;
}
.post-navigation ul li {
  display: table-cell;
}
.post-navigation .page-prev {
  width: 33.33333%;
  border: 0px;
  text-align: left;
  line-height: 1.75;
  font-size: 15px;
  padding: 0;
}
.post-navigation .page-next {
  width: 33.33333%;
  border: 0px;
  text-align: right;
  line-height: 1.75;
  font-size: 15px;
}
.post-navigation ul li a {
  font-weight: 600;
  font-family: Roboto;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #882876;
  display: inline-block;
  font-size: 12px;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 1px;
  position: relative;
}
.post-navigation ul li a:hover {
  color: #e96c28
}
.post-navigation ul li .btn-disable,
.post-navigation ul li .btn-disable:hover {
  color: #999999;
  pointer-events: none;
}

.post-navigation .fa {
  font-family: uncodeicon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: top
}
.post-navigation .page-prev i {
  position: absolute;
  margin-right: 14px;
  font-size: 18px;
  line-height: 18px;
  top: 50%;
  margin-top: -11px;
  left: 0px;
}
.post-navigation .fa-angle-left:before {
  content: "\f104"
}
.post-navigation .page-next i {
  position: absolute;
  margin-left: 14px;
  margin-right: 0;
  font-size: 18px;
  line-height: 18px;
  top: 50%;
  margin-top: -11px;
  right: 0px;
}
.post-navigation .fa-angle-right:before {
  content: "\f105";
}
.post-navigation ul li a span {
  display: inline-block;
  -webkit-transition: -webkit-transform .2s;
  -moz-transition: -moz-transform .2s;
  -o-transition: -o-transform .2s;
  transition: transform .2s;
}
.post-navigation ul li a span:hover {
  -webkit-transform: translateX(-4px);
  -moz-transform: translateX(-4px);
  -o-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  transform: translateX(-4px);
}
.post-navigation ul li.page-next span:hover{
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -o-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}

.post-navigation ul li .btn-disable span:hover,
.post-navigation ul li.page-next .btn-disable span:hover{
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.gallerylight-box-column-item {
  -webkit-animation-duration: 0.6s !important;
  -moz-animation-duration: 0.6s !important;
  -o-animation-duration: 0.6s !important;
  animation-duration: 0.6s !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallerylight-box-column-item.animated {
  -webkit-animation-name: alpha-in;
  -moz-animation-name: alpha-in;
  -o-animation-name: alpha-in;
  animation-name: alpha-in;
  opacity: 1;
}
.gallerylight-box-column-item {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.gallerylight-box-column-item.animated img {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: -webkit-filter 0.3s ease-out;
  -moz-transition: -moz-filter 0.3s ease-out;
  -o-transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
}

/* Alpha keyframes */
@-webkit-keyframes alpha-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes alpha-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes alpha-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes alpha-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* ==========================================================================
TimberTECH                                   
========================================================================== */
.custom-breadcrumb-group {
  background-color: #f7f7f7;
  border: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #eaeaea;
  position: relative;
  clear: both;
  text-align: right;
}
.custom-breadcrumb-group .page-center {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
.custom-breadcrumb-group h1 {
  float: left;
  color: #999;
  margin: 0;
  line-height: 1.3em;
  font-size: 17px;
  font-family: 'Open Sans',sans-serif;
}
.custom-breadcrumb-group ul {
  list-style: none;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  float: right;
}
.custom-breadcrumb-group ul li {
  display: inline-block;
  font-size: 13px;
  color: #999;
  line-height: 1.75;
  vertical-align: top;
  padding:0;
}
.custom-breadcrumb-group .hs-breadcrumb-menu-divider:before{
  display:none !important;
}
.custom-breadcrumb-group ul li a {
  color: #999;
}
.custom-breadcrumb-group ul li:not(:first-child):before {
  content: "/\00a0";
  padding: 0 5px;
}
.custom-breadcrumb-group ul li a:hover {
  color: #e96c28;
}


.body-container .custom-row1-timbertech-group  .page-center{
  padding:0;
}
.custom-row1-timbertech-group > .row-fluid-wrapper > div {
  max-width: 95%;
  margin: 0 auto;
}
.custom-row1-timbertech-content {
  padding-left: 36px;
  padding-right: 36px;
}
.custom-row1-timbertech-content > .row-fluid-wrapper{
  margin-left: -54px;
}
.custom-row1-timbertech-left-content {
  padding-left: 54px;
}

.custom-row1-timbertech-left-content .hs_cos_wrapper_type_rich_text {
  padding: 36px 36px 36px;
  display: block;
}
.custom-row1-timbertech-left-content .hs_cos_wrapper_type_rich_text h1 {
  margin: 0;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
}

.portfoliojames-hardie-nz-page .custom-row1-timbertech-left-content .hs_cos_wrapper_type_rich_text h1 {
  margin-bottom: 36px;
}
.portfoliofcp-page .custom-row1-timbertech-left-content .hs_cos_wrapper_type_rich_text h1 {
  font-weight:bold;
}
.portfoliofcp-page .custom-row1-timbertech-left-content.animated .hs_cos_wrapper_type_rich_text h4 {
  font-weight: 600;
}

.custom-row1-timbertech-left-content .hs_cos_wrapper_type_rich_text h3 {
  line-height: 1.2;
}
.custom-row1-timbertech-left-content .hs_cos_wrapper_type_rich_text h2 {
  font-size: 35px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 36px;
}

.custom-row1-timbertech-right-content {
  margin-left: 0 !important;
  padding-left: 54px;
  padding-top: 72px;
  padding-bottom: 72px;
  position: sticky;
  top:70px;
}

.author-content {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 27px;
  margin-bottom: 27px;
}
.author-content h1 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}
.author-content p {
  line-height: 1.75;
  margin: 18px 0 0;
  font-size: 15px;
}

.author-social-section {
  border-top: 1px solid #eaeaea;
  padding-top: 27px;
  margin-top: 27px;
  float: left;
  width: 100%;
}
.author-social-section .detail-container {
  display: table;
  table-layout: fixed;
}
.author-social-section .detail-container .detail-label {
  min-width: 108px;
  display: table-cell;
  font-size: 14px;
  color: #882876;
}
.author-social-section .detail-label {
  font-weight: 600;
}
.author-social-section .share-button.share-inline {
  width: auto;
  display: inline-block !important;
  margin-bottom: -10px;
  font-size: 14px;
  position: relative;
  top: 1px;
}
.author-social-section .share-button.share-inline .social-export {
  display: none;
}
.author-social-section .share-button label {
  cursor: pointer;
  margin: 0;
  padding: 5px 8px;
  display: inline-block;
  -webkit-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out, border-color 200ms ease-in-out;
  border-radius: 2px;
}
.author-social-section .share-button label span {
  display: none;
}
.author-social-section .share-button.share-inline .social.top {
  opacity: 1;
  margin-top: 0px !important;
  width: auto;
  float: none !important;
}
.author-social-section .share-button.share-inline .social.top ul {
  width: auto;
  background: none;
  border: none;
  color: inherit;
  margin: 0px;
  padding: 2px !important;
  display: table;
  table-layout: fixed;
  border-radius: 1px;
  position: relative;
  z-index: 1;
  list-style: none;
  line-height: 20px;
}
.author-social-section .share-button .social ul li {
  font-size: 13px;
  line-height: 20px;
  height: 20px;
  display: inline-block !important;
  margin-right: 2px;
  cursor: pointer;
  text-align: center;
  position: relative;
  z-index: 2;
  width: 24px;
  color: #882876;
  -webkit-transition: background-color 400ms ease-out;
  -moz-transition: background-color 400ms ease-out;
  -o-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
  margin-top: 0;
}
.author-social-section .share-button .social ul li a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.author-social-section .share-button [class*=social-]:before {
  font-family: 'uncodeicon';
}
.author-social-section .share-button .social ul li:before {
  -webkit-transition: color 400ms ease-out;
  -moz-transition: color 400ms ease-out;
  -o-transition: color 400ms ease-out;
  transition: color 400ms ease-out;
}
.author-social-section .social-twitter:before {
  content: "\f099";
}
.author-social-section .social-gplus:before {
  content: "\f0d5";
}
.author-social-section .social-pinterest:before {
  content: "\f0d2";
}
.author-social-section .social-linkedin:before {
  content: "\f0e1";
}
.author-social-section .social-xing:before {
  content: "\f168";
}
.author-social-section .social-paper-plane:before {
  content: "\f1d8";
}
.author-social-section .social-facebook:before {
  content: "\f09a";
}
.share-button:not(.only-icon) .social ul li[class*=facebook]:hover,
.share-button:not(.only-icon) .social ul li[class*=facebook]:focus {
  background-color: #3b5998;
}
.share-button:not(.only-icon) .social ul li[class*=twitter]:hover,
.share-button:not(.only-icon) .social ul li[class*=twitter]:focus {
  background-color: #3b8aca;
}
.share-button:not(.only-icon) .social ul li[class*=gplus]:hover,
.share-button:not(.only-icon) .social ul li[class*=gplus]:focus {
  background-color: #d7473d;
}
.share-button:not(.only-icon) .social ul li[class*=pinterest]:hover,
.share-button:not(.only-icon) .social ul li[class*=pinterest]:focus {
  background-color: #c5142b;
}
.share-button:not(.only-icon) .social ul li[class*=linkedin]:hover,
.share-button:not(.only-icon) .social ul li[class*=linkedin]:focus {
  background-color: #2c8cc0;
}
.share-button:not(.only-icon) .social ul li[class*=paper-plane]:hover,
.share-button:not(.only-icon) .social ul li[class*=paper-plane]:focus {
  background-color: #999;
}
.share-button.only-icon .social ul li[class*=facebook]:hover:before,
.share-button.only-icon .social ul li[class*=facebook]:focus:before {
  color: #3b5998;
}
.share-button.only-icon .social ul li[class*=twitter]:hover:before,
.share-button.only-icon .social ul li[class*=twitter]:focus:before {
  color: #3b8aca;
}
.share-button.only-icon .social ul li[class*=gplus]:hover:before,
.share-button.only-icon .social ul li[class*=gplus]:focus:before {
  color: #d7473d;
}
.share-button.only-icon .social ul li[class*=pinterest]:hover:before,
.share-button.only-icon .social ul li[class*=pinterest]:focus:before {
  color: #c5142b;
}
.share-button.only-icon .social ul li[class*=linkedin]:hover:before,
.share-button.only-icon .social ul li[class*=linkedin]:focus:before {
  color: #2c8cc0;
}
.share-button.only-icon .social ul li[class*=xing]:hover:before,
.share-button.only-icon .social ul li[class*=xing]:focus:before {
  color: #126567;
}
.share-button.only-icon .social ul li[class*=paper-plane]:hover:before,
.share-button.only-icon .social ul li[class*=paper-plane]:focus:before {
  color: #999;
}
.custom-row1-timbertech-left-content .hs_cos_wrapper_type_rich_text img {
  margin-top: 36px;
}
.custom-row1-timbertech-left-content.animated .hs_cos_wrapper_type_rich_text img {
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);

}
.custom-row1-timbertech-left-content .hs_cos_wrapper_type_rich_text img {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: -webkit-filter 1s ease-out;
  -moz-transition: -moz-filter 1s ease-out;
  -o-transition: filter 1s ease-out;
  transition: filter 1s ease-out;
}
.custom-row1-timbertech-left-content.animated .hs_cos_wrapper_type_rich_text h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  padding-bottom: 36px;
}
.custom-row1-timbertech-left-content .hs_cos_wrapper_type_rich_text h4 a {
  color: #882876;
}
.custom-row1-timbertech-left-content .hs_cos_wrapper_type_rich_text h4 a:hover {
  color: #e96c28;
}
.custom-row1-timbertech-left-content .hs_cos_wrapper_type_rich_text ol {
  margin: 18px 0px 0px 0px;
}
.custom-row1-timbertech-left-content .hs_cos_wrapper_type_rich_text ol li {
  font-size: 15px;
  line-height: 1.75;
}
.custom-two-column-width-right-image {
  background-color: #882876;
  position: relative;
  color: #fff;
  padding: 36px;
}
.custom-two-column-width-right-image .hs-post-two-col-top-col h2 {
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

.custom-two-column-width-right-image .hs-post-two-col-top-col {
  width: 100%;
  float: left;
}
.custom-two-column-width-right-image p {
  font-size: 15px;
  line-height: 1.75;
  margin: 18px 0 0;
}

.custom-two-column-equal .hs-post-two-col-bottom-item  {
  padding: 36px;
}
.hs-post-two-col-bottom-column h2 {
  margin: 0;
  margin-bottom: 36px;
  line-height: 1.2;
}
.hs-post-two-col-bottom-column p {
  font-size: 15px;
  line-height: 1.75;
}
/* .hs-post-two-col-bottom-column p:first-of-type {
margin-top: 0;
} */
.hs-post-two-col-bottom-column p strong {
  color: #882876;
}
.hs-post-two-col-bottom-col_right {
  padding-left: 19px;
}
.hs-post-two-col-bottom-column h4 {
  line-height: 1.2;
  margin: 0;
}
.custom-row1-timbertech-left-content .hs_cos_wrapper_type_rich_text p {
  font-size: 15px;
}
.custom-row1-timbertech-left-content .hs_cos_wrapper_type_rich_text p strong {
  color: #882876;
}
.hs-post-two-col-bottom-item.without-right-col .hs-post-two-col-bottom-column {
  width: 100%;
}

.portfoliofcp-page .hs-post-two-col-bottom-column.hs-post-two-col-bottom-col_right h3,
.portfoliofcp-page .hs-post-two-col-bottom-column.hs-post-two-col-bottom-col_left h3,
.hs-post-two-col-bottom-column.hs-post-two-col-bottom-col_left h4{
  margin-top: 0;
  line-height: 1.2;
}

.portfoliofcp-page  .hs-post-two-col-bottom-column.hs-post-two-col-bottom-col_right p+h3 {
  margin-top: 27px;
}
.related-work-inner {
  border-top: 1px solid #e96c28;
  max-width: 95%;
  margin: 0 auto;
}
.related-work-inner .page-center {
  padding-top: 72px;
  padding-bottom: 72px;
}
.heading-related-work h5 {
  color: #882876;
  text-transform: uppercase;
  font-family: 'Playfair Display';
  text-align: center;
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
}
.related-work-slider-row {
  margin: 0 -18px;
  margin-top: 37px;
}
.related-work-slider-items .related-work-slider-content {
  padding: 0 18px;
}
.related-work-slider-items .related-work-slider-content img {
  display: block;
  width: 100% !important;
}
.related-work-slider-items.wow.slick-slide {
  visibility: visible;
}
.related-work-slider-content h3 {
  line-height: 1.2;
  font-size: 14px;
  font-weight: 600;
  font-family: Roboto;
  text-align: center;
  margin: 0;
  padding-top: 36px;
}
.related-work-slider-content h3 a {
  color: #882876;
}
.related-work-slider-content h3 a:hover {
  color: #e96c28;
}
.elated-work-slider-image {
  position: relative;
  overflow: hidden;
  text-align: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
}
.elated-work-slider-image a {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.elated-work-slider-image a:after {
  opacity: 0.9;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #e96c28;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  bottom: 0;
  z-index: 22;
  position: absolute;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.elated-work-slider-image a:hover:after {
  opacity: 0.9;
}
.elated-work-slider-image a img {
  -webkit-transition-property: -webkit-transform, -webkit-filter;
  -moz-transition-property: -moz-transform, -moz-filter;
  -o-transition-property: -o-transform, filter;
  transition-property: transform,filter;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
}
.elated-work-slider-image a:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.plus-icon-wrp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}
.plus-icon {
  display: table;
  table-layout: fixed;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.plus-icon-inner {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.t-entry.t-single-line {
  -webkit-transition: opacity 0.2s ease-in-out, scale 0.2s ease;
  -moz-transition: opacity 0.2s ease-in-out, scale 0.2s ease;
  -o-transition: opacity 0.2s ease-in-out, scale 0.2s ease;
  transition: opacity 0.2s ease-in-out, scale 0.2s ease;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  padding: 36px 36px 36px 36px;
  display: table-cell;
  vertical-align: middle;
}
.elated-work-slider-image a:hover .t-entry.t-single-line {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
  opacity:1;
}

.fa-plus2:before {
  content: "\e114";
  font-family: uncodeicon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #fff;
}

.related-work-inner ul {
  list-style: none;
  margin: 0;
  text-align: center;
  line-height: normal;
  padding: 27px 0px 3px 0px;
}
.related-work-inner ul li {
  display: inline-block;
  line-height: normal;
  width: 22px;
  height: 10px;
}
.related-work-inner ul li button {
  width: 10px;
  height: 10px;
  margin: 0px 6px;
  border-radius: 50%;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
  font-size: 0;
  -webkit-appearance: none;
  background: rgba(25, 27, 30, 0.25);
  border: 0;
  display: inline-block;
  outline: none;
  padding: 0;
}

.related-work-inner ul li:hover button,
.related-work-inner ul li.slick-active button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.custom-two-column-with-content-wrp .hs-post-two-col-bottom-column.hs-post-two-col-bottom-col_left {
  width: 66.66666666666666%;
}
.custom-two-column-with-content-wrp .hs-post-two-col-bottom-column.hs-post-two-col-bottom-col_right {
  padding:0 0 0 26px;
  width: 33.33333333333333%;
  float: right;
}
.custom-two-column-equal.custom-two-column-with-content-wrp h3 {
  margin-bottom: 36px;
}
.custom-two-column-with-content-wrp .hs-post-two-col-bottom-column ol {
  padding: 0 0 0 18px;
  margin: 0;
}
.custom-two-column-with-content-wrp .hs-post-two-col-bottom-column ol li {
  font-size: 15px;
  line-height: 1.75;
}


/* ==========================================================================
Portfolio                                
========================================================================== */

.portfolio-wrp {
  background-color: #f8bc2f;
  height: 41.5vh;
  min-height: 300px;
  display: table;
  width: 100%;
  text-align: center;
  position: relative;
}
.portfolio-wrp > div {
  display: table-cell;
  vertical-align: middle;
}
.portfolio-wrp .page-center {
  padding: 54px 36px 54px 36px;
}
.portfolio-wrp h1 {
  line-height: 1.2;
  font-family: 'Playfair Display';
  margin: 0;
}
.header-scrolldown {
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -6px;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s;
  -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s;
  -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s;
  transition: transform 0.2s ease-in-out, opacity 0.2s linear 0.2s ;
}
.header-scrolldown:hover {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -o-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  opacity: .8 !important;
}
.portfolio-wrp i {
  font-size: 24px;
  cursor: pointer;
  font-family: uncodeicon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #882876;
  position: relative;
  top: 3px;
}
.portfolio-wrp i:before {
  content: "\f107";
}

.custom-portfolio-row1-group .page-center {
  padding-top: 72px;
  padding-bottom: 50px;
}
.custom-portfoliop-wrp.gallerylight-box-wrp h3 {
  padding-top: 18px;
  margin: 0;
  color: #882876;
  font-weight: 600;
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.2;
}
.custom-portfoliop-wrp.gallerylight-box-wrp h3 a {
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  color: #882876;
}
.custom-portfoliop-wrp.gallerylight-box-wrp h3 a:hover {
  color: #e96c28;
}
.custom-portfoliop-wrp.gallerylight-box-wrp .gallerylight-box-column-item {
  padding: 0 18px;
  margin-bottom: 36px;
}
.custom-portfoliop-wrp.gallerylight-box-wrp .gallerylight-box-column {
  margin: 0 -18px;
}

.custom-portfoliop-wrp .gallerylight-box-image img{
  -webkit-transition-property: -webkit-transform, -webkit-filter;
  -moz-transition-property: -moz-transform, -moz-filter;
  -o-transition-property: -o-transform, filter;
  transition-property: transform,filter;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
}
.custom-portfoliop-wrp .gallerylight-box-image:hover img{
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}




/* ==========================================================================
About Us                                  
========================================================================== */
.about-header-wrp {
  background-color: #882876;
  overflow: hidden;
}
.about-header-wrp .page-center {
  padding: 36px;
}
.about-header-inner {
  height: 33.75vh;
  display: table;
  min-height: 275px;
}
.about-header-inner-content {
  display: table-cell;
  vertical-align: middle;
}
.about-header-inner h1 {
  font-size: 65px;
  color: #ffffff;
  fill: #ffffff;
  margin: 0;
  line-height: 1.2;
  font-weight: 600;
}
.about-header-inner h1 span {
  color: #ffffff;
  fill: #ffffff;
  font-size: 120px;
  word-spacing: 0.9px;
  font-family: Roboto;
  font-weight: 600;
  line-height: 1.2;
}

.column-item-column {
  padding: 108px;
  display: table;
  height: 100%;
  width: 100% !important;
}
.column-item-inner{
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
}
.about-header-inner-content {
  display: table-cell;
  vertical-align: middle;
}
.about-left-column {
  background-color: #882876;
  width: 50%;
  float: left;
  position: relative;
}
.about-left-column:after {
  content: "";
  border-radius: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background-color: #ffffff;
  opacity: 0.05;
  left: 0;
  z-index:1;
}
.about-left-column-content ol {
  margin: 36px 0px 0px 0px;
  font-size: 18px;
  line-height: 1.75;
}
.about-left-column-content ol li {
  font-size: 15px;
}


.about-middle-column {
  background-color: #882876;
  width: 25%;
  float: left;
  position: relative;
}
.empty-space.empty-triple {
  padding-top: 108px;
}
.about-right-column {
  width: 25%;
  float: left;
  background-color: #f8bc2f;
}
.separator-break.separator-accent {
  margin-right: auto;
  margin-left: 0;
  background: #e96c28;
  width: 90px;
  border-top-width: 2px;
  margin:25px 0px 0 0px;
  border: 0;
  height: 2px;
}
.about-left-column h3,
.about-middle-column h3 {
  font-size: 35px;
  color: #fff;
  fill: #ffffff;
  margin: 0;
  line-height: 1.2;
}
.about-left-column h3 span,
.about-middle-column h3 span{
  font-family: Playfair Display;
}
.about-middle-column:after {
  background-color: #ffffff;
  border-radius: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: "";
  opacity: 0.1;
  left: 0;
  z-index:1;
}
.about-left-column-content, .about-middle-column-content {
  color: #fff;
}
.about-left-column-content p, .about-middle-column-content p {
  font-size: 18px;
  line-height: 1.75;
  margin: 36px 0px 0px 0px;
}
.about-right-column h3 {
  font-size: 65px;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}
.about-right-column .btn-container {
  padding-top: 73px;
  text-align: center;
}
.about-right-column .btn-container a {
  font-weight: 600;
  font-family: Roboto;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-width: 1px;
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  color: #ffffff;
  background-color: #882876;
  border-color: #882876;
  font-size: 15px;
  padding: 14px 40px 14px 40px;
  font-style: italic;
  text-align: center;
  vertical-align: middle;
  margin-top: 1px;
  display: inline-block;
  margin-bottom: 1px;
  cursor: pointer;
  background-image: none;
  border-style: solid;
  border-radius: 2px;
  outline: none;
  text-decoration: none;
  min-width: 60px;
  line-height:normal;
}
.about-right-column .btn-container a:hover {
  background-color: transparent;
  border-color: #882876;
}

.our-stroy-heading .page-center {
  padding: 108px 36px;
}
.our-stroy-heading h2.heading {
  margin: 0;
  font-size: 35px;
  font-family: 'Playfair Display';
  line-height: 1.2;
}
.our-stroy-heading  .separator-break.separator-accent {
  margin: 27px 0px 0 0px;
}
.our-stroy-heading .heading-text {
  max-width: 900px;
  margin: 0 auto;
  border: 36px;
  border-style: solid;
  border-color: transparent;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-clip: padding-box;
}


/* Member Style */
.our-story-team-member {
  padding-left: 72px;
  padding-right: 72px;
}
.our-story-team-member-inner {
  position: relative;
  text-align: center;
  padding-left: 25%;
  padding-right: 25%;
  margin: 0 -18px;
}
.our-story-team-column {
  padding: 0 18px;
  width: 50%;
  float: left;
}

.our-story-team-column-inner {
  height:22.55vw;
  margin-top: 0;
  background: none;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  background: none;
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
}



.our-story-team-column-inner1 {
  -webkit-box-shadow: 0px 30px 60px -30px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 30px 60px -30px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 30px 60px -30px rgba(0, 0, 0, 0.45);
  display: table-cell;
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-font-smoothing: antialiased;
}
.our-story-team-column-inner2 {
  display: inline-block;
  position: relative;
  height: 100%;
  top: 0;
  vertical-align: top;
  width: 100%;
  color: #fff;
}
.our-story-team-column-inner3 {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
}
.our-story-team-column-inner .t-entry-visual-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.our-story-team-column-inner .t-entry-visual-overlay-in.style-color-jevc-bg {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.54;
}
.our-story-team-column-inner .t-overlay-wrap {
  margin-top: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
}
.our-story-team-column-inner .t-overlay-inner {
  display: table;
  table-layout: fixed;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.our-story-team-column-inner .t-overlay-content {
  text-align: left;
  vertical-align: bottom;
  color: #ffffff;
  display: table-cell;
}
.our-story-team-column-inner .t-overlay-text.single-block-padding {
  -webkit-transform: translate(0px, 36px);
  -moz-transform: translate(0px, 36px);
  -o-transform: translate(0px, 36px);
  -ms-transform: translate(0px, 36px);
  transform: translate(0px, 36px);
  display: inline-block;
  margin: 0 auto;
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out,transform 0.2s ease-in-out;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  padding: 36px 36px 36px 36px;
}
.our-story-team-column-inner .t-background-click {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: block;
}
.our-story-team-column-inner .t-background-cover {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition: -webkit-filter 0.3s ease-out;
  -moz-transition: -moz-filter 0.3s ease-out;
  -o-transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  -webkit-transition-property: -webkit-transform, -webkit-filter;
  -moz-transition-property: -moz-transform, -moz-filter;
  -o-transition-property: -o-transform, filter;
  transition-property: transform,filter;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -moz-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  -o-transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);
  transition-timing-function: cubic-bezier(0.57, 0.21, 0.69, 1);

}
.our-story-team-column-inner:hover .t-entry-visual-overlay, 
.our-story-team-column-inner:focus .t-entry-visual-overlay {
  opacity: 1;
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.our-story-team-column-inner:hover .t-background-cover,
.our-story-team-column-inner:focus .t-background-cover{
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%)
    -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.our-story-team-column-inner:hover .t-overlay-text, 
.our-story-team-column-inner:focus .t-overlay-text {
  -webkit-transform: translate(0px, 0%);
  -moz-transform: translate(0px, 0%);
  -o-transform: translate(0px, 0%);
  -ms-transform: translate(0px, 0%);
  transform: translate(0px, 0%);
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
.our-story-team-column-inner:hover .t-overlay-text,
.our-story-team-column-inner:focus .t-overlay-text {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.our-story-team-column-inner .t-entry {
  width: 100%;
}
.our-story-team-column-inner .t-entry-title.h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-family: Roboto;
  font-size: 35px;
  margin: 0;
  line-height: 1.2;
}
.our-story-team-column-inner .t-entry-meta {
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}
.our-story-team-column-inner .t-entry-meta span {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.our-story-bottom-content .page-center {
  padding: 108px 36px;
}
.our-story-bottom-content-text {
  max-width: 900px;
  margin: 0 auto;
  border: 36px;
  border-style: solid;
  border-color: transparent;
  border-top-width: 0px;
  border-bottom-width: 0px;
  background-clip: padding-box;
}

.our-story-bottom-content-text p {
  margin-top: 0;
  padding-top:36px;
}
.our-story-bottom-content-text .separator-break.separator-accent {
  margin-bottom: 31px;
  margin-top: 0;
}

.our-story-team-column{
  -webkit-animation-duration: 0.6s !important;
  -moz-animation-duration: 0.6s !important;
  -o-animation-duration: 0.6s !important;
  animation-duration: 0.6s !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.our-story-team-column.animated{
  -webkit-animation-name: anim_btt;
  -moz-animation-name: anim_btt;
  -o-animation-name: anim_btt;
  animation-name: anim_btt;
  opacity: 1;
}
.our-story-team-column-inner:hover .t-background-cover.async-blurred.async-done,
.our-story-team-column-inner:focus .t-background-cover.async-blurred.async-done {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
.our-story-team-column .async-blurred.async-done{
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.our-story-team-column.animated .async-blurred{
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: -webkit-filter 0.3s ease-out  !important;
  -moz-transition: -moz-filter 0.3s ease-out  !important;
  -o-transition: filter 0.3s ease-out  !important;
  transition: filter 0.3s ease-out  !important;
}

.related-work-slider-items  {
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity:1;
}
.related-work-slider-items.animated{
  -webkit-animation-name: anim_btt;
  -moz-animation-name: anim_btt;
  -o-animation-name: anim_btt;
  animation-name: anim_btt;
  opacity:1;
}

.elated-work-slider-image a img{
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
.related-work-slider-items.animated .elated-work-slider-image a img{
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: -webkit-filter 0.3s ease-out;
  -moz-transition: -moz-filter 0.3s ease-out;
  -o-transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
}


/* Bottom to top keyframes */
@-webkit-keyframes anim_btt {
  0% {
    -webkit-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-moz-keyframes anim_btt {
  0% {
    -moz-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-o-keyframes anim_btt {
  0% {
    -o-transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes anim_btt {
  0% {
    transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.custom-row2-about-group .page-center {
  padding:72px 18px 63px;
}
.custom-row2-about-content .hs_cos_gallery_main, 
.custom-row2-about-content .hs_cos_gallery_thumbnails, 
.custom-row2-about-content .hs_cos_gallery_lightbox {
  padding: 0;
}
.custom-row2-about-content .slick-slider {
  margin-bottom: 0;
}
.custom-row2-about-content .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
  margin: 0;
}

.custom-row2-about-content .slick-slide-inner-wrapper {
  padding: 0 18px;
}



/* ==========================================================================
Services                                    
========================================================================== */
.custom-services-row1-group .page-center {
  max-width: 100% !important;
  padding:0;
}
.custom-services-row1-left-content {
  padding: 108px 108px 108px 105px;
}
.custom-services-row1-left-content h3 {
  clear: both;
  font-size: 65px;
  color: #e73151;
  fill: #e73151;
  line-height: 1.2;
  margin: 0;
}
.custom-services-row1-left-content h3+hr {
  margin-right: auto;
  margin-left: 0;
  width: 90px;
  border: 0;
  border-top-width: 2px;
  margin: 27px 0px 27px 0px;
  border-style: solid;
  border-color: #e96c28;
}
.custom-services-row1-left-content p {
  margin: 36px 0px 0px 0px;
}
.custom-services-row1-left-content ul {
  padding: 0px 0px 0px 18px;
  font-size: 18px;
  line-height: 1.75;
  margin: 36px 0px 0px 0px;
  list-style: none;
}
.custom-services-row1-left-content ul li {
  font-size: 15px;
}
.custom-services-row1-left-content ul ul {
  margin-left: 9px;
}
.custom-services-row1-left-content ul ul li {
  list-style: disc;
}

.custom-services-row1-right-content {
  padding-top: 72px;
}
.tips-wrp {
  background-color: #e73151;
  padding: 108px;
}
.tips-wrp .text-color-xsdn-color.btn-disable-hover {
  display: block;
}
.tips-wrp .fa-lightbulb-o:before {
  content: "\f0eb";
}
.tips-wrp .fa-fw {
  width: 1.28571429em;
  font-size: 70px;
  font-family: uncodeicon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.tips-wrp .title h3 {
  font-size: 35px;
  color: #ffffff;
  line-height: 1.5em;
  margin: 22px 0 0;
  font-weight: 600;
  font-family: Roboto;
}
.tips-wrp .tips-content {
  font-size: 15px;
  color: #fff;
}
.tips-wrp .tips-content ul {
  list-style: disc;
  padding: 0 0 0 18px;
  margin:37px 0 0 0;
}
.tips-wrp .tips-content ul li {
  font-weight: 400;
  margin-bottom: 19px;
}
.tips-wrp .tips-content ul+p {
  margin-top: 36px;
  font-size: 14px;
  font-family: "Open Sans";
}
.tips-button {
  margin-top: 70px;
}
.tips-button a {
  background-color: transparent;
  border-color: #e73151;
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  text-decoration: none;
  border-width: 2px;
  -webkit-box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.6);
  font-family: Roboto;
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  padding: 14px 40px 14px 40px;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: pointer;
  background-image: none;
  border-style: solid;
  border-radius: 2px;
  white-space: pre-wrap;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  line-height: normal;
}
.tips-button a:hover{
  color: #882876;
}

.testimonial-slider-wrp {
  padding-bottom: 144px;
  padding-top: 144px;
  background: #E73151;
  text-align:center;
}
.testimonial-slider-wrp .page-center {
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 45px;
  padding-right: 45px;
}
.testimonial-slider-wrp  blockquote.pullquote {
  border: 0;
  background: transparent ;
  color: white;
  padding: 0px;
  margin: 0;
}
.testimonial-slider-items .quote {
  font-size: 35px;
  letter-spacing: inherit;
  color: #ffffff;
  line-height: 1.75;
  margin:0;
  font-family: "Open Sans";
  font-weight: 400;
  text-align: center;
}
.testimonial-slider-items .quote:before {
  font-family: Georgia, serif;
  content: open-quote;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: -0.25em;
  margin-right: .2em;
}
.testimonial-slider-items {
  outline: none;
}
.testimonial-slider-items .quote:after {
  font-family: Georgia, serif;
  content: close-quote;
  font-size: 1.5em;
  line-height: 0;
  vertical-align: -0.25em;
  margin-left: .1em;
}
.testimonial-slider-items .member-name small {
  font-size: 13px;
  margin: 9px 0px 0px 0px;
  margin-bottom: 0;
  display: inline;
  color: #ffffff;
}
.testimonial-slider-items .member-name {
  color: #fff;
  font-size: 35px;
  letter-spacing: inherit;
}
.testimonial-slider-items .member-name small:before {
  content: "-";
  margin: 0px 9px 0px 0px;
}


/* ==========================================================================
Home                                
========================================================================== */

.home-hello-inner {
  padding-top: 66px;
}
.home-hello-content {
  padding-bottom: 0;
}
.home-hello-left-content {
  width: 66.66666666666666%;
  float: left;
}
.home-hello-right-content {
  width: 33.33333333333333%;
  float: left;
  padding-left: 23px;
}
.home-hello-right-image {
  width: 70%;
}
.home-hello-right-image img {
  width: 100%;
}
.home-hello-left-content h1 {
  line-height: 1.2;
  font-weight: 900;
  font-family: SF-Pro-Display, Roboto, sans-serif;
  margin: 0;
}
.home-hello-left-content h1:after {
  content: "";
  height: 2px;
  width: 90px;
  background: #eaeaea;
  display: block;
  margin-top: 36px;
}
.home-hello-bottom-content {
  margin-top: 35px;
}
.home-hello-bottom-content h2 {
  color: #000000;
  line-height: 1.27;
  font-family: 'Playfair Display';
  font-weight: 400;
  margin: 0;
}

.home-hello-bottom-content .fa-rounded.btn-accent {
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  color: #ffffff;
  position: relative;
  width: 37px;
  height: 37px;
  line-height: 34px;
  vertical-align: middle;
  border: 1px solid silver;
  background-color: #e96c28;
  border-color: #e96c28;
  font-family: uncodeicon;
  speak: none;
  font-style: normal;
  -o-border-radius: 2.5em;
  -moz-border-radius: 2.5em;
  -webkit-border-radius: 2.5em;
  -ms-border-radius: 2.5em;
  border-radius: 2.5em;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  text-align: center;
  margin-top: 37px;
  font-size: 14px;
}
.home-hello-bottom-content .fa-rounded.btn-accent:hover, 
.home-hello-bottom-content .fa-rounded.btn-accent:focus{
  background-color: transparent;
  border-color: #e96c28;
  color:#e96c28;
}
.home-hello-bottom-content .fa-rounded.btn-accent i {
  font-style: normal;
}
.home-hello-bottom-content .fa-rounded.btn-accent .fa-arrow-down2:before {
  content: "\e0c5";
}
.home-hello-wrp .header-scrolldown {
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -6px;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s;
  -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s;
  -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s linear 0.2s;
  transition: transform 0.2s ease-in-out, opacity 0.2s linear 0.2s;
}
.home-hello-wrp .header-scrolldown i {
  color: #000000;
  font-family: uncodeicon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  cursor: pointer;
}
.home-hello-wrp .fa-angle-down:before {
  content: "\f107";
}
.home-hello-wrp .header-scrolldown:hover {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -o-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  opacity: .8;
}

.home-what-we-do-wrp {
  background-color: #e73151;
  min-height: 622px;
}

.home-waht-we-do-left-content {
  padding-top: 43px;
}
.home-waht-we-do-left-content h2 {
  font-family: 'Playfair Display';
  color: #fff;
  line-height: 1.2;
  font-size: 65px;
  margin: 0;
}
.home-waht-we-do-left-content h2 i {
  font-family: 'Playfair Display';
  font-size: 65px;
  line-height: 1.2;
  font-weight: 600;
}
.home-waht-we-do-right-content {
  padding-left: 36px;
  color: #fff;
  padding-top: 1px;
}
.home-waht-we-do-right-content p {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  font-family: 'Open Sans';
  margin: 0;
}
.home-waht-we-do-right-content ul {
  margin: 18px 0 0 0;
}
.home-waht-we-do-right-content ul li {
  font-size: 15px;
}
.home-waht-we-do-right-content h2 {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  font-family: 'Open Sans';
  line-height: 1.2;
  margin: 25px 0 0 0;
}

.home-what-we-do-button {
  color: #882876;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  font-weight: 600;
  font-family: Roboto;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), background-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86), border-color 200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  font-size: 15px;
  padding: 14px 40px 14px 40px;
  display: inline-block;
  font-style: normal;
  vertical-align: middle;
  margin-top: 1px;
  margin-bottom: 1px;
  cursor: pointer;
  background-image: none;
  border-style: solid;
  border-radius: 2px;
  outline: none;
  line-height: normal;
  text-align: center;
  margin-top: 72px;
}
.home-what-we-do-button:hover,
.home-what-we-do-button:focus{
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.home-portfolio .element-item {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.home-portfolio.custom-casestudies-filter-group.hs-case-studies-featured-image-wrapper .casestudies-image {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.home-portfolio.custom-casestudies-filter-group.hs-case-studies-featured-image-wrapper .element-item {
  min-height: 469px;
  position: relative;
}
.home-portfolio.custom-casestudies-filter-group.hs-case-studies-featured-image-wrapper .casestudies-image {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.home-portfolio.custom-casestudies-filter-group.hs-case-studies-featured-image-wrapper .t-overlay-wrap {
  z-index: 9999;
}
.home-portfolio.custom-casestudies-filter-group.hs-case-studies-featured-image-wrapper .custom-casestudies-filter-content {
  margin: 0;
}
.home-portfolio.custom-casestudies-filter-group.hs-case-studies-featured-image-wrapper .tf_layout{
  width:25%;
}
.home-portfolio.custom-casestudies-filter-group.hs-case-studies-featured-image-wrapper .tt_layout{
  width:33.33%
}
.home-portfolio.custom-casestudies-filter-group.hs-case-studies-featured-image-wrapper .ss_layout{
  width:66.66%;
}
.home-portfolio.custom-casestudies-filter-group.hs-case-studies-featured-image-wrapper .ff_layout{
  width:50%;
}

.home-portfolio.custom-casestudies-filter-group.hs-case-studies-featured-image-wrapper .t-entry p {
  font-size: 12px;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
}
.home-portfolio.custom-casestudies-filter-group.hs-case-studies-featured-image-wrapper .t-entry h6 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
  font-family: 'Open Sans';
}

.home-contact-us-left {
  padding-right: 36px;
}
.home-contact-us-right {
  padding-left: 36px;
}
.home-contact-us-right .hs-form-required {
  display: none;
}
.home-contact-us-left h1 {
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
}
.home-contact-us-left h2 {
  font-weight: 400;
  color: #000000 ;
  fill: #000000;
  font-family: 'Playfair Display';
  line-height: 1.2;
  margin: 36px 0 0 0;
}

.home-contact-us-right .form-title{
  margin:0;
}

.home-contact-us-right textarea,
.home-contact-us-right input[type="text"],
.home-contact-us-right input[type="password"],
.home-contact-us-right input[type="datetime"],
.home-contact-us-right input[type="datetime-local"],
.home-contact-us-right input[type="date"],
.home-contact-us-right input[type="month"],
.home-contact-us-right input[type="time"],
.home-contact-us-right input[type="week"],
.home-contact-us-right input[type="number"],
.home-contact-us-right input[type="email"],
.home-contact-us-right input[type="url"],
.home-contact-us-right input[type="search"],
.home-contact-us-right input[type="tel"],
.home-contact-us-right input[type="color"] 
.home-contact-us-right select {
  max-width: 100%;
}
.home-contact-us-right textarea {
  width: 100%;
  max-width: 100%;
  height: 212px;
  resize: none;
}
.home-portfolio.custom-casestudies-filter-group.hs-case-studies-featured-image-wrapper.wrapper .element-item {
  visibility: visible !important;
}
.vertical-scrolling {
  margin: 0 !important;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table !important;
  table-layout: fixed;
  width: 100% !important;
}
.fp-tableCell {
  vertical-align: top !important;
}

.home-portfolio.custom-casestudies-filter-group.hs-case-studies-featured-image-wrapper.wrapper .casestudies-image:hover .t-overlay-text {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
.home-portfolio.custom-casestudies-filter-group.hs-case-studies-featured-image-wrapper.wrapper .t-overlay-text {

  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.custom-home-row1-group.fp-section.fp-table, 
.custom-home-row1-group.fp-slide.fp-table {
  max-height: calc(100vh - 174px) !important;
}

.custom-home-row1-group .fp-tableCell {
  height: auto !important;
}

#fp-nav.right {
  right: 56px;
  margin-top: -45px !important;
}

#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  height: 6px !important;
  width: 6px !important;
}
#fp-nav ul li:hover a span, 
.fp-slidesNav ul li:hover a span {
  width: 6px !important;
  height: 6px !important;
  margin: 0 !important;
}
#fp-nav ul li a:hover span, 
.fp-slidesNav ul li a:hover span {
  background-color: #ffffff;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  margin: 0;
  position: relative;
  text-align: right;
  height: 1.5em;
  line-height: normal;
  margin-bottom: -5px;
}
#fp-nav ul li a, .fp-slidesNav ul li a {
  width: 30px;
  height: 30px;
  line-height: normal;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
  margin: 0 !important;
  left: 44%;
  top: 48%;
}
#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span, 
#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li:hover a.active span {
  height: 6px !important;
  width: 6px !important;
  margin: 0;
  border-radius: 50%;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.fp-tooltip.right {
  font-size: 0 !important;
  padding: 6px 18px 6px 18px;
  margin-right: 12px;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  top: -1px;
  right: 13px !important;
  border-radius: 2px;
  font-weight: 600;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: opacity 100ms ease-out, -webkit-transform 100ms ease-out, display 0ms 100ms;
  -moz-transition: opacity 100ms ease-out, -moz-transform 100ms ease-out, display 0ms 100ms;
  -o-transition: opacity 100ms ease-out, -o-transform 100ms ease-out, display 0ms 100ms;
  transition: opacity 100ms ease-out,transform 100ms ease-out, display 0ms 100ms;
  background-color: #e96c28;
  border-color: #e96c28;
  font-family: "Open Sans" !important;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform:scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  font-weight: 600;
  line-height: 22.75px;
}
#fp-nav ul li:hover .fp-tooltip {
  font-size: 13px !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.fp-tooltip.right:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  right: -5px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: inherit;
}

/* .fp-section {
transform: scale(0.7);
transition: 0.6s ease , transform 0.8s ease;
opacity: 0;
transition-delay: 0.2s;
}
.fp-section.active {
transform: scale(1);
opacity: 1;
} */
#fp-nav ul li .fp-tooltip {
  overflow: inherit !important;
}

#fp-nav ul li a.active span, 
.fp-slidesNav ul li a.active span {
  background: #fff;
}



/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


.body-container ul li {}
.hs-blog-social-share ul li {
  background: none;
  padding-left: 0;
}
form ul li{
  background: none !important;
  padding-left: 0 !important;
}
.one-column .body-container-wrapper input[type="text"],
.one-column .body-container-wrapper input[type="password"], 
.one-column .body-container-wrapper input[type="datetime"], 
.one-column .body-container-wrapper input[type="datetime-local"], 
.one-column .body-container-wrapper input[type="date"], 
.one-column .body-container-wrapper input[type="month"], 
.one-column .body-container-wrapper input[type="time"], 
.one-column .body-container-wrapper input[type="week"], 
.one-column .body-container-wrapper input[type="number"], 
.one-column .body-container-wrapper input[type="email"], 
.one-column .body-container-wrapper input[type="url"], 
.one-column .body-container-wrapper input[type="search"], 
.one-column .body-container-wrapper input[type="tel"], 
.one-column .body-container-wrapper input[type="color"],
.one-column .body-container-wrapper input[type="file"],
.one-column .body-container-wrapper textarea,
.one-column .body-container-wrapper select {
  width: 50% !important;
}
.widget-type-google_search input[type="text"] {
  display:block;
}
#hs-pwd-widget-password {
  display: block;
}

.hs-error-msgs.inputs-list{
  margin:10px 0; 
  list-style:none;
  padding:0;
}

.hs-error-msgs.inputs-list label {
  color: #e96c28;
  font-weight: normal;
  font-size: 13px;
  padding: 0;
  margin: 18px 0px 0px 0px;
  display: block;
  text-align: inherit;
  border: 0;
  font-weight: 500;
}  

.subscription-template.one-column #email-prefs-form .subscribe-options label span {
  font-size: 16px;
  color: #444;
  line-height: 24px;
}

.approach-steps-group {
  padding-left: 34px;
  padding-right: 34px;
  min-width: 100%;
  width: auto;
  margin-bottom: -1px;
  padding-bottom: 36px;
}
.approach-steps-inner {
  margin-left: -18px;
  overflow: hidden;
}
.approach-steps-items {
  width: 20%;
  padding-left: 18px;
  float: left;
}
.approach-steps-items-content {
  padding:36px;
}
.approach-steps-items-content-inner.se-percent {
  width: 68%;
}
.approach-steps-items:nth-child(2) .approach-steps-items-content {
  padding-right: 19px;
}
.approach-steps-items-content-inner.et-percent {
  width: 80%;
  margin: 0 auto;
}
.approach-steps-inner .image-number {
  padding-bottom: 4px;
}
.approach-steps-items h3 {
  font-size: 35px;
  color: #fff;
  line-height: 1.5em;
  margin: 27px 0 0;
  font-weight: 600;
  font-family: Roboto;
}
.approach-steps-items p {
  line-height: 1.75;
  margin: 18px 0 0;
  font-size: 15px;
  color: #fff;
}
.animate_when_almost_visible{
  -webkit-animation-duration: 0.6s !important;
  -moz-animation-duration: 0.6s !important;
  -o-animation-duration: 0.6s !important;
  animation-duration: 0.6s !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.approach-steps-group .animated,
.about-header-wrp .animated{
  -webkit-animation-name: zoom-out;
  -moz-animation-name: zoom-out;
  -o-animation-name: zoom-out;
  animation-name: zoom-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* Appear from center out keyframes */
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes zoom-out {
  0% {
    -moz-transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes zoom-out {
  0% {
    -o-transform: scale(1.5);
    opacity: 0;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.reading-minutes i.fa {
  font-family: uncodeicon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hs-home-layout .footer-container-wrapper {
  display: none !important;
}

.custom-services-row3-group {
  padding: 108px 108px 108px 106px;
}
.custom-services-row3-group h3 {
  clear: both;
  font-size: 65px;
  color: #e73151;
  fill: #e73151;
  line-height: 1.2;
  margin: 0;
}
.custom-services-row3-group h3+hr {
  margin-right: auto;
  margin-left: 0;
  width: 90px;
  border: 0;
  border-top-width: 2px;
  margin: 27px 0px 27px 0px;
  border-style: solid;
  border-color: #e96c28;
}
.custom-services-row3-group p {
  margin-top: 36px;
}


.testimonial-slider-items {
  opacity: 0;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.testimonial-slider-items.animated,
.testimonial-slider-items.slick-active{
  -webkit-animation-name: zoom-in;
  -moz-animation-name: zoom-in;
  -o-animation-name: zoom-in;
  animation-name: zoom-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* Appear from center in keyframes */
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes zoom-in {
  0% {
    -moz-transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes zoom-in {
  0% {
    -o-transform: scale(0.5);
    opacity: 0;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}



.hs-search-page .hs-search-field {
  width: 50%;
}

/* =============== Screen sizes smaller than .page-center =============== */

@media (min-width: 960px) { 
  .custom-menu-primary.mobile{
    display:none !important;
  }
  /* Services */

  .custom-services-row1-left-content {
    width: 66.66666666666666% !important;
  }
  .custom-services-row1-right-content {
    width: 33.33333333333333%!important;
    margin-left: 0 !important;
  }

  /* TimberTECH  */
  .custom-row1-timbertech-left-content {
    width: 75% !important;
  }
  .custom-row1-timbertech-right-content {
    width: 25% !important;
  }
  .custom-two-column-width-right-image .width_col3 {
    width: 66.66666666666666%;
  }
  .custom-two-column-width-right-image .width_col1 {
    width: 33.33333333333333%;
  }
  .custom-two-column-width-right-image .hs-post-two-col-top-right-col {
    padding-left: 25px;
  }
  .hs-post-two-col-bottom-column {
    width: 50%;
    float: left;
  }

  .custom-two-column-width-right-image .hs-post-two-col-top-col.width_col2 {
    width: 50%;
  }
  .hs-post-two-col-top-col.hs-post-two-col-top-right-col.width_col2 {
    padding-left: 18px;
  }

  /* Two Column Right */

  .custom-twocolumn-right-row1-left-content {
    width: 66.66666666666666% !important;
  }
  .custom-twocolumn-right-row1-sidebar-content{
    width: 33.33333333333333% !important;
  }
  .custom-twocolumn-right-row1-content > .row-fluid-wrapper {
    margin-left: -54px;
  }
  .custom-twocolumn-right-row1-left-content {
    padding-left: 52px;
  }
  .gallerylight-box-column {
    margin:0 -9px;
  }

  /* Case */
  .hs-case-banner-inner {
    max-width: 80%;
    margin: 0 auto
  }
  .hs-case-banner-inner {
    border:36px;
    border-style: solid;
    border-color: transparent;
    border-top-width: 0px;
    border-bottom-width: 0px;
    background-clip: padding-box
  }
  .filters-button-group button.is-checked {
    float: right;
  }
  .filters-button-group button.is-checked {
    padding-right: 0;
  }

  /* Home */
  .home-waht-we-do-left-content,
  .home-waht-we-do-right-content {
    float: left;
    width: 50%;
  }
  .home-contact-us-left, 
  .home-contact-us-right {
    width: 50%;
    float: left;
  }


  /* Animation */
  .custom-home-row1-group.animated,
  .fp-table.active .animation-element,
  .fp-table.active .home-portfolio.custom-casestudies-filter-group.hs-case-studies-featured-image-wrapper .custom-casestudies-filter-content,
  .fp-table.active .home-contact-us{
    -webkit-animation-name: anim_btt;
    -moz-animation-name: anim_btt;
    -o-animation-name: anim_btt;
    animation-name: anim_btt;
    opacity: 1;
  }
  .custom-home-row1-group,
  .animation-element,
  .home-contact-us{
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity:1;
  }

  .animation-element{
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
  }
  .home-contact-us{
    -webkit-animation-duration: 2.5s;
    -moz-animation-duration: 2.5s;
    -o-animation-duration: 2.5s;
    animation-duration: 2.5s;
  }

  /* Bottom to top keyframes */
  @-webkit-keyframes anim_btt {
    0% {
      -webkit-transform: translate3d(0, 100px, 0);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  @-moz-keyframes anim_btt {
    0% {
      -moz-transform: translate3d(0, 100px, 0);
      opacity: 0;
    }
    100% {
      -moz-transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  @-o-keyframes anim_btt {
    0% {
      -o-transform: translate3d(0, 100px, 0);
      opacity: 0;
    }
    100% {
      -o-transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }
  @keyframes anim_btt {
    0% {
      transform: translate3d(0, 100px, 0);
      opacity: 0;
    }
    100% {
      transform: translate3d(0, 0, 0);
      opacity: 1;
    }
  }

  .home-contact-us {
    overflow-y: auto;
    height: calc(100vh - 160px);
  }
  .home-contact-us::-webkit-scrollbar {
    width: 0;
  }

  .fp-section {
    position: absolute;
    background: #fff;
    opacity:0;
    transition:margin-top 1s ease, opacity 0.3s ease;
    margin-top: 1000px !important;
  }
  .fp-section.active {
    margin-top: 0 !important;
    transition:margin-top 1s ease, opacity 0.3s ease;
    opacity:1;
  }

  .hs-home-layout #back-to-top {
    display: block !important;
    opacity: 1;
    transition: 0.3s ease;
  }
  .hs-home-layout.fp-viewing-0 #back-to-top {
    opacity: 0;
    visibility: hidden;
  }

}

@media (max-width: 2560px){
  .portfolio-wrp {
    height: 46.5vh;
  }
}

@media (max-width: 1920px){
  .portfolio-wrp {
    background-color: #f8bc2f;
    height:41.5vh;
  }
}

@media (min-height: 1292px){
  .portfolio-wrp {
    height: 46.5vh;
  }
}

@media (max-width: 1699px){
  .custom-services-row1-left-content,
  .tips-wrp,
  .custom-services-row3-group,
  .column-item-column,
  .our-stroy-heading .page-center,
  .our-story-bottom-content .page-center{
    padding: 72px;
  }

  .testimonial-slider-wrp{
    padding:108px;
  }

}

@media (max-width: 1600px){
  .our-story-team-column-inner .t-overlay-text.single-block-padding {
    padding: 10px;
  }
  .our-story-team-column-inner .t-entry-title.h2 {
    font-size: 23px;
  }
  .our-story-team-column-inner .t-entry-meta span {
    line-height: normal;
  }
  .our-story-team-column-inner .t-entry-meta span {
    line-height: normal;
    font-weight: normal;
    font-size: 11px;
  }
}

@media (max-width: 1577px){
  .gallerylight-box-column-item {
    width: 50%;
    float: left;
  }
  .custom-twocolumn-right-row1-left-content {
    padding-left: 50px;
  }
  .gallerylight-box-column-item img {
    width: 100%;
  }
  .custom-portfoliop-wrp.gallerylight-box-wrp .gallerylight-box-column-item {
    width: 33.33%;
  }
}

@media (max-width: 1499px){
  .custom-services-row1-left-content,
  .tips-wrp,
  .custom-services-row3-group,
  .column-item-column,
  .our-stroy-heading .page-center,
  .our-story-bottom-content .page-center{
    padding: 54px;
  }
  .testimonial-slider-wrp{
    padding:72px 0;
  }
  .approach-steps-group {
    padding-left: 36px;
    padding-right: 36px;
  }

  .hs-case-banner-bg .page-center {
    padding-bottom:144px !important;
    padding-top: 144px !important
  }
}

@media(max-width: 1145px) {
  .hs-case-studies-featured-image-wrapper .element-item{
    width:50%
  }

}

@media (max-width: 1360px){
  .about-right-column.column-item.match-height .column-item-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1300px){
  .approach-steps-items-content-inner.et-percent,
  .approach-steps-items-content-inner.se-percent {
    width: 100%;
  }
  .approach-steps-items-content {
    padding: 36px 16px;
  }

}

@media (min-width: 546px) and (max-width: 1300px){

  @-moz-document url-prefix() { 
    .gallerylight-box-column-item {
      width: 49.5%;
      float: left;
    }
  }

}

@media (max-width: 1220px){
  .about-header-inner h1 span {
    font-size: 18.7vw;
    word-spacing: 0.9px;
  }

}

@media (max-width: 1205px){
  .about-header-inner h1 span {
    font-size:9vw;
    word-spacing: 0.9px;
  }
  .about-right-column.column-item .column-item-column {
    padding-left: 27px;
    padding-right: 27px;
  }
  .about-right-column h3 {
    font-size: 45px;
  }


}

@media (max-width: 1100px){
  .approach-steps-items h3 {
    font-size: 24px;
  }
  .our-story-team-column-inner .t-entry-title.h2 {
    font-size: 18px;
  }
}

@media (max-width: 960px) { 
  .custom-header-group .page-center {
    padding: 0 34px;
  }


}

@media (max-width: 959px) { 


  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    font-family: Roboto;
    padding: 9px 32px 9px 32px;
    line-height: normal;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    min-width: 100%;
    border: 0;
    border-top: 0;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    padding: 0;
    border:0;
  }

  h1{ 
    font-size: 43.333333333333px; 
  }

  /* Header Group */
  .header-show .custom-header-group {
    box-shadow: none;
  }
  .mobile-open.header-show .custom-header-group,
  .mobile-open.header-hide .custom-header-group{
    transform:none;
    position:fixed;
  }
  .header-hide .custom-header-group{
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow: none;
  }

  .custom-header-group .page-center {
    padding: 0;
  }
  .custom-logo {
    width: 100% !important;
    padding-left:32px;
  }
  /*.custom-menu-primary.desktop{
  display:none !important;
}*/

  /* Footer Group */
  .custom-footer-group {
    padding-top: 36px;
    padding-bottom: 36px;
    text-align: center;
  }
  .custom-footer-group .page-center {
    padding-left:0;
    padding-right:0;
  }

  /* Banner Video */
  .custom-video-banner-area .page-center {
    padding: 36px;
  }
  .custom-video-banner-area .content-wrp {
    min-height: 316px;
    display: table;
  }
  .custom-video-banner-area .content-wrp .content-inner {
    display: table-cell;
    vertical-align: middle;
  }
  .custom-video-banner-area .content-wrp .content-inner .blank-space {
    display: block;
    font-size: 43.333333333333px;
    line-height: 1.2;
  }
  .custom-video-banner-area .content-inner blockquote h1 {
    margin: 33px 0 0;
  }

  /* Services Page */

  .custom-services-row1-left-content,
  .tips-wrp,
  .custom-services-row3-group{
    padding: 54px 36px 54px 36px;
  }
  .testimonial-slider-wrp{
    padding-top:72px;
    padding-bottom:72px;
  }

  .custom-services-row1-left-content {
    width:100% !important;
  }
  .custom-services-row1-right-content {
    width:100%!important;
    margin-left: 0 !important;
  }
  .custom-services-row1-left-content h3 {
    font-size: 43.333333333333px;
  }

  .tips-wrp .tips-content ul+p {
    margin-top: 38px;
    line-height: normal;
  }
  .approach-steps-group {
    padding-left: 33px;
    padding-right: 33px;
    margin-bottom: 0;
    margin-top: 36px;
  }
  .approach-steps-items {
    width: 100%;
    padding-left: 0;
  }
  .approach-steps-inner {
    margin-left: 0;
  }
  .approach-steps-inner .image-number {
    padding-bottom: 5px;
  }
  .approach-steps-items-content {
    height: auto !important;
    padding: 36px;
  }
  .approach-steps-items h3 {
    font-size: 35px;
  }
  .approach-steps-items {
    margin-bottom: 18px;
  }
  .approach-steps-items:last-child {
    margin-bottom: 0;
  }
  .approach-steps-items:nth-child(2) .approach-steps-items-content {
    padding-right: 36px;
  }

  .custom-services-row3-group h3 {
    font-size: 43.333333333333px;
  }


  /* About Us */
  .column-item-column, 
  .our-stroy-heading .page-center,
  .our-story-bottom-content .page-center {
    padding-left: 36px;
    padding-right: 36px;
  }
  .our-story-bottom-content .page-center {
    padding-left: 36px;
    padding-right: 33px;
    padding-bottom: 55px;
  }
  .our-story-bottom-content-text {
    max-width: 100%;
    margin: 0 auto;
    border: 0;
  }
  .about-left-column, 
  .about-middle-column, 
  .about-right-column {
    width: 100%;
  }
  .our-story-team-member {
    padding-left: 36px;
    padding-right: 36px;
  }
  .our-story-team-member-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .our-story-team-column-inner {
    height: 43.7vw;
  }
  .our-story-team-column-inner .t-entry-title.h2 {
    font-size: 35px;
  }
  .our-story-team-column-inner .t-entry-meta span {
    font-weight: 600;
    font-size: 12px;
    line-height: 1.75;
  }
  .our-story-team-column-inner .t-overlay-text.single-block-padding {
    padding: 36px;
    height: 43.7vw;
    overflow: auto;
  }

  .about-left-column, .about-middle-column, .about-right-column {
    width: 100%;
    height: auto !important;
    text-align: center;
  }
  .about-right-column-inner.column-item-inner h3 {
    display: none;
  }
  .about-section-wrp  .separator-break.separator-accent {
    margin-left: auto;
    margin-right: auto;
  }
  .our-stroy-heading .heading-text {
    max-width: 100%;
    margin: 0 auto;
    border: 0;
  }
  .about-header-inner h1 span {
    font-size: 18.5vw;
    word-spacing: 0.9px;
    white-space: nowrap;
  }

  /* TimberTECH */
  .custom-breadcrumb-title {
    width: 100% !important;
    text-align: center;
    margin-left: 0 !important;
  }
  .custom-row1-timbertech-content {
    padding-left: 34px;
    padding-right: 34px;
  }
  .custom-breadcrumb-group h1 {
    float: none;
  }

  .custom-row1-timbertech-left-content,
  .custom-row1-timbertech-right-content{
    width: 100% !important;
  }
  .custom-row1-timbertech-left-content {
    padding-left: 0;
  }
  .custom-row1-timbertech-right-content {
    padding-left: 0;
    padding-bottom: 66px;
    padding-right: 0;
    padding-top: 110px;
  }
  .custom-row1-timbertech-content > .row-fluid-wrapper {
    margin-left: 0;
  }
  .author-social-section {

    padding-top: 20px;
  }
  .hs-post-two-col-bottom-col_right {
    padding-left: 0;
  }
  .hs-post-two-col-bottom-column.hs-post-two-col-bottom-col_left {
    margin-bottom: 36px;
  }
  .custom-two-column-width-right-image .hs-post-two-col-top-col img {
    width: 100%;
  }
  .hs-post-two-col-top-col.hs-post-two-col-top-right-col.width_col1 {
    margin-top: 36px;
  }
  .custom-breadcrumb-menu {
    margin-left: 0 !important;
    width: 100% !important;
    text-align: center;
  }
  .custom-breadcrumb-group ul {
    float: none;
  }
  .custom-breadcrumb-group ul li {
    float: none !important;
  }
  .custom-breadcrumb-group ul {
    margin: 9px 0px 0px 0px;
  }
  .custom-breadcrumb-group ul li:not(:first-child):before {
    content: "/\00a0";
    padding: 0 5px 0 0;
  }
  .hs-post-two-col-bottom-column.hs-post-two-col-bottom-col_right img {
    width: 100%;
  }

  .custom-two-column-with-content-wrp .hs-post-two-col-bottom-column.hs-post-two-col-bottom-col_left {
    width: 100%;
  }
  .custom-two-column-with-content-wrp .hs-post-two-col-bottom-column.hs-post-two-col-bottom-col_right {
    padding: 0;
    width: 100%;
    float: right;
  }

  /* Two Column */
  .custom-twocolumn-right-row1-content {
    padding: 72px 36px 67px;
  }
  .custom-twocolumn-right-row1-left-content {
    width: 100% !important;
    padding-bottom:72px;
  }
  .custom-twocolumn-right-row1-left-content {
    padding-left: 0;
  }

  .header-scrolldown{
    display:none !important;
  }

  /* Case */
  .hs-case-banner-bg .page-center {
    padding-bottom:108px !important;
    padding-top: 108px !important
  }
  .filters-button-group{
    text-align: center;
    padding-bottom: 14.4px
  }

  .filters-button-group button {
    padding: 0px 9px 0 9px;
    margin-bottom:18px;
  }

  /* Home */
  .hs-home-layout .body-container .page-center {
    padding-top: 0;
  }
  .fp-tableCell {
    display: block;
  }
  .home-waht-we-do-left-content {
    padding-top: 0;
  }
  .home-waht-we-do-left-content h2 {
    font-size: 43.333333333333px;
  }
  .home-waht-we-do-right-content {
    padding-left: 0;
    padding-top: 0;
    margin-top: 36px;
  }
  .home-waht-we-do-left-content h2 i {
    font-size: 43.333333333333px;
  }
  .home-hello-inner {
    padding-top: 0;
  }
  .home-hello-right-content {
    padding-left: 20px;
  }
  .home-hello-content {
    padding-bottom: 0;
  }
  .hs-home-layout .home-what-we-do-wrp {
    padding-top: 36px;
  }
  .home-contact-us-right {
    padding-left: 0;
  }
  .home-contact-us {
    padding-top: 36px;
  }
  .home-contact-us .hs-button.primary, 
  .home-contact-us input[type="submit"], 
  .home-contact-us input[type="button"] {
    width: 100%;
  }
  .custom-footer-group {
    display: none;
  }

  .home-contact-us-left {
    padding-right: 0;
  }
  .home-contact-us-right {
    padding-top: 36px;
  }
  .blog-post-wrapper .post-body p img {
    display: block!important;
    margin: 0 auto 20px!important;;
    float:none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a, 
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after {
    color: #882876;
  }
  .fp-section.fp-table, .fp-slide.fp-table {
    height: auto !important;
  }
  .fp-tableCell {
    height: auto !important;
  }

}

@media (max-width: 959px) and (min-width: 571px){
  .home-hello-left-content,
  .home-hello-right-content{
    width:50%;
  }
}


@media (max-width: 845px) {
  .custom-portfoliop-wrp.gallerylight-box-wrp .gallerylight-box-column-item {
    width: 50%;
  }
}


/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .body-container-wrapper .main-content,
  .body-container-wrapper .sidebar{
    margin-bottom:20px;
  }
  .one-column .body-container-wrapper input[type="text"],
  .one-column .body-container-wrapper input[type="password"], 
  .one-column .body-container-wrapper input[type="datetime"], 
  .one-column .body-container-wrapper input[type="datetime-local"], 
  .one-column .body-container-wrapper input[type="date"], 
  .one-column .body-container-wrapper input[type="month"], 
  .one-column .body-container-wrapper input[type="time"], 
  .one-column .body-container-wrapper input[type="week"], 
  .one-column .body-container-wrapper input[type="number"], 
  .one-column .body-container-wrapper input[type="email"], 
  .one-column .body-container-wrapper input[type="url"], 
  .one-column .body-container-wrapper input[type="search"], 
  .one-column .body-container-wrapper input[type="tel"], 
  .one-column .body-container-wrapper input[type="color"],
  .one-column .body-container-wrapper input[type="file"],
  .one-column .body-container-wrapper textarea,
  .one-column .body-container-wrapper select {
    width: 100% !important;
  }
  .hs-search-page .hs-search-field {
    width: 100%;
  }
  #email-prefs-form .email-edit {
    max-width: 100% !important;
  }  
  .subscription-template.one-column #email-prefs-form .checkbox-row span.fakelabel span {
    width: 85%;
  }  
  .about-header-inner h1 span {
    font-size: 18.1vw;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    float: none;
    margin: 0 0 20px;
  }

  .home-contact-us-right textarea,
  .home-contact-us-right input[type="text"],
  .home-contact-us-right input[type="password"],
  .home-contact-us-right input[type="datetime"],
  .home-contact-us-right input[type="datetime-local"],
  .home-contact-us-right input[type="date"],
  .home-contact-us-right input[type="month"],
  .home-contact-us-right input[type="time"],
  .home-contact-us-right input[type="week"],
  .home-contact-us-right input[type="number"],
  .home-contact-us-right input[type="email"],
  .home-contact-us-right input[type="url"],
  .home-contact-us-right input[type="search"],
  .home-contact-us-right input[type="tel"],
  .home-contact-us-right input[type="color"] .home-contact-us-right select {
    max-width: 100%;
  }

}  

@media (max-width: 720px) {
  .about-header-inner h1 span {
    font-size: 17vw;
  }
}

@media (max-width: 569px) {
  h1{ 
    font-size: 35px;
  }

  .custom-services-row1-left-content h3,
  .custom-services-row3-group h3{
    font-size: 35px;
  }
  .custom-video-banner-area .content-inner blockquote h1 {
    margin: 27px 0 0;
  }
  .testimonial-slider-items .quote {
    font-size: 17px;
  }
  .testimonial-slider-items .member-name {
    font-size: 17px;
  }
  .custom-tell-me-more {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    margin-top: 28px;
  }
  .tips-button a {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  .about-right-column .btn-container a {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  .about-header-inner h1 span {
    font-size: 17vw;
  }
  .our-story-team-column-inner {
    height: 40.2vw;
  }
  .our-story-team-column-inner .t-overlay-text.single-block-padding {
    padding: 16px;
  }
  .related-work-slider-row {
    margin-left: 0;
    margin-right: 0;
  }
  .related-work-slider-items .related-work-slider-content {
    padding: 0;
  }
  .custom-two-column-equal img {
    width: 100%;
  }
  .portfolio-wrp h1 {
    font-size: 35px;
  }
}

@media (max-width: 570px) {
  .home-hello-left-content, 
  .home-hello-right-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }  
  .home-hello-right-content {
    margin-top: 36px;
  }
  .home-portfolio.custom-casestudies-filter-group.hs-case-studies-featured-image-wrapper .ss_layout,
  .home-portfolio.custom-casestudies-filter-group.hs-case-studies-featured-image-wrapper .tt_layout,
  .home-portfolio.custom-casestudies-filter-group.hs-case-studies-featured-image-wrapper .tf_layout,
  .home-portfolio.custom-casestudies-filter-group.hs-case-studies-featured-image-wrapper .ff_layout{
    width: 100%;
  }
  .home-contact-us {
    padding-top: 36px;
  }
}

@media (max-width: 545px) {
  .gallerylight-box-column-item {
    width: 100%;
    padding-right: 0;
  }
  .gallerylight-box-column {
    margin-right: 0;
  }
  .gallerylight-box-column-item {
    margin-bottom: 18px;
    padding:0;
  }
  .case-studies-author-inner {
    padding: 18px 0px 0px 0px;
  }

}

@media(min-width: 570px) {
  .post-navigation ul li a {
    padding:0px 21px;
  }
}
@media (max-width: 569px){
  .post-navigation ul li a span {
    display: none;
  }
  .post-navigation .page-next i,
  .post-navigation .page-prev i{
    font-size: 14px;
  }
}

@media(max-width: 520px) {
  .hs-case-studies-featured-image-wrapper .element-item{
    width:100%;
  }
  .hs-case-studies-featured-image-wrapper .element-item .casestudies-image {
    margin-right: 0;
    margin-left:0;
  }
  .custom-casestudies-filter-content {
    margin:0;
  }

}


@media (max-width: 530px) {
  .about-header-inner h1 span {
    font-size: 15vw;
  }
}

@media (max-width: 550px) {
  .hs-error-404 .custom-404error-group {
    max-width: 100%;
  }
  .hs-error-404 .custom_error_message h1 {
    font-size: 46.8vw;
  }
}
@media (max-width: 521px) {
  .custom-portfoliop-wrp.gallerylight-box-wrp .gallerylight-box-column-item {
    width: 100%;
    padding: 0;
  }
  .custom-portfoliop-wrp.gallerylight-box-wrp .gallerylight-box-column {
    margin: 0;
  }
}

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

@media (max-width: 479px) {

  .hs-error-404 .custom_error_message h1{
    margin-left: -15px;
    margin-right: -15px;
  }

  .subscription-template.one-column #email-prefs-form .subscribe-options {
    overflow: visible;
  } 
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: 100%;
    float: none;
    margin: 20px 0 20px 0px;
  }  
  .our-story-team-column {
    width: 100% !important;
    margin-bottom: 36px;
  }

  .custom-row1-timbertech-content,
  .custom-two-column-width-right-image {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-row1-timbertech-left-content .hs_cos_wrapper_type_rich_text,
  .custom-two-column-equal .hs-post-two-col-bottom-item {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-breadcrumb-group .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-error-404 .custom_error_message h1 {
    font-size: 45vw;
  }
  .blog-pagination span {
    margin:10px 0;
    display: block;
  }
  .fancybox-show-thumbs .fancybox-thumbs {
    overflow: hidden;
  }
}

@media (max-width: 380px) { 
  .our-story-team-column-inner .t-entry-title.h2 {
    font-size: 18px;
  }
  .hs-error-404 .custom_error_message h1 {
    font-size: 45vw;
  }
}

@media (max-width: 320px) { 
  h1{
    font-size: 28px;
  }
  .custom-services-row1-left-content h3,
  .custom-services-row3-group h3 {
    font-size: 28px;
  }
  .custom-video-banner-area .content-inner blockquote {
    margin: 18px 0px 27px 0px;
  }
  .custom-video-banner-area .content-inner blockquote h1 {
    margin: 0;
  }
  .about-header-wrp .page-center {
    padding: 36px 31px;
  }
  .about-header-inner h1 span {
    font-size: 48px;
    word-spacing: 0.9px;
  }
  .column-item-column, 
  .our-stroy-heading .page-center, 
  .our-story-bottom-content .page-center {
    padding-left: 33px;
    padding-right: 33px;
  }
  .hs-error-404 .custom_error_message h1 {
    font-size: 125.1px;
  }
  .portfolio-wrp h1 {
    font-size: 28px;
  }
}

/* HS SUPPORT */
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  padding-bottom: 70px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:after {
  content: "ˬ";
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  bottom: 12px;
  right: -3px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  text-transform: uppercase;
  font-family: Roboto;
  font-weight: 600;
  letter-spacing: .05em;
  font-size: 13px;
}