/* ==========================================================================
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 =============== */
@font-face {
  font-family: "BrownStd";
  src: local("BrownStd"),
    url("//5341826.fs1.hubspotusercontent-na1.net/hubfs/5341826/Eddyfi_October2019/Fonts/BrownStd-Light.woff2") format("woff2"),
    url("//5341826.fs1.hubspotusercontent-na1.net/hubfs/5341826/Eddyfi_October2019/Fonts/BrownStd-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: auto;
}

@font-face {
  font-family: "BrownStd";
  src: local("BrownStd"),
    url("//5341826.fs1.hubspotusercontent-na1.net/hubfs/5341826/Eddyfi_October2019/Fonts/BrownStd-Regular.woff2") format("woff2"), 
    url("//5341826.fs1.hubspotusercontent-na1.net/hubfs/5341826/Eddyfi_October2019/Fonts/BrownStd-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: "BrownStd";
  src: local("BrownStd"),
    url("//5341826.fs1.hubspotusercontent-na1.net/hubfs/5341826/Eddyfi_October2019/Fonts/BrownStd-Bold.woff2") format("woff2"),
    url("//5341826.fs1.hubspotusercontent-na1.net/hubfs/5341826/Eddyfi_October2019/Fonts/BrownStd-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//5341826.fs1.hubspotusercontent-na1.net/hubfs/5341826/Eddyfi_October2019/Fonts/fa-brands-400.eot") format("embedded-opentype"), 
    url("//5341826.fs1.hubspotusercontent-na1.net/hubfs/5341826/Eddyfi_October2019/Fonts/fa-brands-400.woff2") format("woff2"),
    url("//5341826.fs1.hubspotusercontent-na1.net/hubfs/5341826/Eddyfi_October2019/Fonts/fa-brands-400.woff") format("woff"),
    url("//5341826.fs1.hubspotusercontent-na1.net/hubfs/5341826/Eddyfi_October2019/Fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//5341826.fs1.hubspotusercontent-na1.net/hubfs/5341826/Eddyfi_October2019/Fonts/fa-solid-900.eot") format("embedded-opentype"), 
    url("//5341826.fs1.hubspotusercontent-na1.net/hubfs/5341826/Eddyfi_October2019/Fonts/fa-solid-900.woff2") format("woff2"),
    url("//5341826.fs1.hubspotusercontent-na1.net/hubfs/5341826/Eddyfi_October2019/Fonts/fa-solid-900.woff") format("woff"),
    url("//5341826.fs1.hubspotusercontent-na1.net/hubfs/5341826/Eddyfi_October2019/Fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: auto;
}

@font-face {
  font-family: "svg-eddyfi";
  src: url("//5341826.fs1.hubspotusercontent-na1.net/hubfs/5341826/Eddyfi_October2019/Fonts/icomoon.eot") format("embedded-opentype"),
    url("//5341826.fs1.hubspotusercontent-na1.net/hubfs/5341826/Eddyfi_October2019/Fonts/icomoon.ttf") format("truetype"),
    url("//5341826.fs1.hubspotusercontent-na1.net/hubfs/5341826/Eddyfi_October2019/Fonts/icomoon.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
/* EX: @import url('http://example.com/example_style.css'); */

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

  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.net/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.net/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;
  font: 14px/1.2 BrownStd,sans-serif;
  font-weight: 300;
  font-variant-ligatures: no-common-ligatures;
} 

body {
  background: #fff;
  color: #000;
  font-size: 18px;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1400px;
  margin: 0 auto;
  padding: 7.5rem 3rem;
}
.page-center-narrow {
  float: none;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.5rem 5rem;
}
@media (max-width: 766px){
.page-center-narrow {
  padding: 0.5rem 0rem;
   
}
}
.page-center-small {
  float: none;
  /*max-width: 1400px;*/
  margin: 0 auto;
  padding: 1.5rem 3rem;
  text-align:center;
}
.social-icons{
  padding:10px 10px 10px 10px;
}
/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #ed8b00;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #ed8b00;
  text-shadow: none;
}


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

/* Basic text */
p {
  font-size: .9em;
  line-height: 1.5;
  margin-bottom: 1rem;
} 
small {}
strong {}
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: 0 0 10px 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2em;
  font-weight: bold;
}
h2 {
  font-size: 1.6rem;
  font-weight: bold;
}
h3 {
  font-weight: 300;
  font-size: 1.5rem;
}
h4 {
  font-size: 1.3rem;
}
h5 {
  font-size: 1.1rem;
}
h6 {
  font-size: 1rem;
}

/* Anchor Links */
a {
  color: #ed8b00;
  text-decoration: none;
}
a:hover, a:focus { }

/* Lists */
ul, ol {
font-size: .9em;
    line-height: 1.5;}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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

/* CTA Styles */
.m4-blog-banner {
    background: #63666a;
    margin: 0 auto;
    max-width: 714px;
    position: relative;
    width: 100%
}


.m4-blog-banner .m4-blog-banner-container {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    gap: 17px;
    height: 100%;
    padding: 20px;
    text-align: left;
    width: 100%
}

.m4-blog-banner .m4-blog-banner-container .m4bbc-title {
    color: #fff;
    font-family: BrownStd,sans-serif;
    font-size: 22px;
    font-weight: inherit;
    letter-spacing: -1px;
    line-height: 33px;
    max-width: 368px;
    text-align: left;
    width: 100%
}

.m4-blog-banner .m4-blog-banner-container .block.text {
    padding-left: 20px
}

.m4-blog-banner.demo .m4-blog-banner-container .block.text {
    padding-bottom: 2px;
    padding-left: 20px;
    padding-top: 14.8px
}

.m4-blog-banner .block.video img {
    height: auto;
    object-fit: contain;
    position: relative;
    width: 100%;
    z-index: 1
}

.m4-blog-banner .block.video {
    max-width: 268px;
    width: 100%
}

.m4-blog-banner .m4-blog-banner-container .m4bbc-button a {
    background: #ed8b00;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: BrownStd,sans-serif;
    font-size: 18px;
    font-weight: inherit;
    margin-top: 14px;
    padding: 0.64rem 2rem;
    text-decoration: none;
    transition: color .2s .2s;
}

.m4-blog-banner .m4-blog-banner-container .m4bbc-button a:hover {
    background: #27251f;
    color: #fff
}


@media (max-width: 720px) {
    body .m4-blog-banner.watch .m4-blog-banner-container {
        gap:31px
    }
    body .m4-blog-banner .m4-blog-banner-container {
        align-items: baseline;
        flex-direction: column;
        gap: 27px;
        padding: 20px 30px
    }

    body .m4-blog-banner {
        max-width: 357px;
        width: 100%
    }

    body .m4-blog-banner .m4-blog-banner-container .m4bbc-title {
        font-size: 24px;
        max-width: 270px
    }

    body .m4-blog-banner .m4-blog-banner-container .block.text {
        padding: 0
    }

    body .m4-blog-banner .block.video {
        margin: 0 auto;
        max-width: 235px;
        width: 100%
    }
}

/* =============== 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 {}
.custom-header-container{
  min-height: 99px !important;
}
.custom-header-container.no-nav {
  min-height: 64px !important;
}
.custom-header {
  position: fixed;
  top: 0px;
  z-index: 10000;
  background-color: #191919;
  font-weight: 400;
  font-size: .9rem;
}
.custom-logo {
  padding-top: 16px;
}
.custom-logo.no-nav {
  padding-bottom: 16px;
}
.custom-header-top {
  background: #000;
  padding: 0 3rem;
}
.custom-header-top .custom-top-menu .hs-menu-wrapper > ul{
  display: block;
  float: right;
}
.custom-top-menu .hs-menu-wrapper > ul > li{
  font-size: .8rem;
  position:static !important;
}
.custom-top-menu .hs-menu-wrapper > ul > li > a {
  padding: 5px 22px;
  color: #919191;
}








.custom-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul{
  position:fixed;
  height:calc(100vh - 99px); 
  top:99px;
  right:-100%;
  background-color: rgba(25,25,25,.97);
  width:100% !important;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-bottom: 20px;
  transition:all 0.5s;
  overflow-y: auto;
}

.custom-top-menu .hs-menu-wrapper > ul > li.sub-menu-open.hs-item-has-children > ul{
  right:0;
}
.custom-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li{
  padding: 0 10%;
}
.custom-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a{
  margin-bottom: 4rem;
  color: #fff;
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: default ;
  white-space:normal !important;
}
.custom-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > span.cm-close{
  margin-bottom: .7rem;
  color: #fff;
  font-family: BrownStd,Arial;
  border: none;
  display: inline-block;
  padding: 15px 0 15px 5.5rem;
  position: relative;
  transition: padding .3s;
  cursor: pointer;
}
.custom-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > span.cm-close:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 5px;
  width: 4rem;
  height: 1px;
  background-color: #ed8b00;
  align-self: center;
  transition: width .3s;
  top: 50%;
  transform: translateY(-50%);
}
.custom-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > span.cm-close:hover:before {
  width: 1.5rem;
}
.custom-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > span.cm-close:after {
  content: '';
  background: url('//5341826.fs1.hubspotusercontent-na1.net/hubfs/5341826/Eddyfi_October2019/Images/back-arrow.svg') left center no-repeat;
  width: 20px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.header-menu-open{
  overflow:hidden;
}
.custom-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li > a{
  font-size: .9rem;
  color: #fff;
  padding: 11px 0;
  display: block;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}


@media (max-height: 600px){
  .custom-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul{
    padding-top: 1.5rem;
  }
  .custom-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a{
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }
}

@media (max-height: 475px){
  .custom-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul{
    padding-top: 1rem;
  }
  .custom-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a{
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}




.custom-header-bottom{
  padding: 0 3rem;
}
.custom-logo img{
  max-width: 135px;
  width: 100%;
}

/* Header Search form  */

.custom-header-top > div > div{
  display: flex !important;
  justify-content: flex-end;
}
.custom-search-container {
  margin: 0 !important;
  width: auto !important;
  padding-left: 2px;
}
a.search {
  padding: 0 20px;
}
.search .icon {
  top: .3rem;
  font-size: 1rem;
  position: relative;
  margin-top: -5px;
  color: #fff;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'svg-eddyfi' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-search::before {
  content: "";
}


.search-ctn {
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.85);
  transition: top .3s;
  top: -100%;
  font-family: BrownStd,sans-serif;
  height: 100vh;
  width: 100% !important;
}
.search-ctn.show {
  top: 0;
}

.search-page .close, .search-ctn .close {
  color: #fff;
  margin-top: .25rem;
  margin-right: 1.75rem;
  float: right;
}
.close {
  width: 45px;
  height: 45px;
  background: none;
  border: none;
  position: absolute;
  right: 15px;
  top: 0;
  cursor: pointer;
  z-index: 100;
}
.search-page .close:before, .search-ctn .close:before {
  position: relative;
  top: 2px;
}
.close:before {
  transform: rotate(-45deg);
  top: 25px !important;
  position: relative;
}
.close:before, .close:after {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background-color: #fff;
}
.search-page .close:before, .search-ctn .close:before {
  top: 19px;
}
.search-page .close:after, .search-ctn .close:after {
  top: 17px;
}
.search-page .close:after, .search-ctn .close:after {
  position: relative;
}
.close:after {
  transform: rotate(45deg);
  top: 23px !important;
  position: relative;
}

.search-page.show .search-wrapper, .search-ctn.show .search-wrapper {
  top: 30vh;
}

.search-page .search-wrapper, .search-ctn .search-wrapper {
  width: 90%;
  font-size: 1.5em;
  position: relative;
  top: 0;
  left: 5%;
  padding: 2px 0 0;
}
.search-page .search-wrapper label, .search-ctn .search-wrapper label {
  font-size: .8rem;
  text-transform: uppercase;
  color: #fff;
  font-weight:300;
}
.search-page .search-wrapper label .fa-search, .search-ctn .search-wrapper label .fa-search {
  margin-right: .5rem;
  font-weight: 900;
  line-height: 1;
}
.fas{
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  font-style: normal;
}
.fa-search:before {
  content: "\f002";
}
.search-page .search-wrapper .input-wrapper, .search-ctn .search-wrapper .input-wrapper {
  position: relative;
}
.search-page .search-wrapper .search-input, .search-ctn .search-wrapper .search-input {
  font-family: BrownStd,sans-serif;
  width: 100%;
  padding: 1rem 9rem 1rem 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.5rem;
  color: #fff;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,.75) !important;
  padding-right: 12rem;
  outline: none;
}
.search-page .search-wrapper .search-btn.hide, .search-ctn .search-wrapper .search-btn.hide {
  display: none;
}
.search-ctn .search-wrapper .search-btn.hide.active-btn{
  display: inline-block;
  cursor:pointer;
}
.search-ctn .arrow:before,
.search-ctn .arrow:after {
  content: '';
  width: 13px;
  height: 3px;
  background-color: #ed8b00;  
  position: absolute;
  top: 0;
  right: 1px;
  z-index: 10;
  transition: .3s transform;
  transform-origin: right center;
}
.search-ctn .arrow:after {
  transform: rotate(35deg);
}
.search-ctn .arrow:before {
  transform: rotate(-35deg);
}

.search-page .search-wrapper .search-btn, .search-ctn .search-wrapper .search-btn {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: none;
  border: 0;
  width: 30px;
  padding: 30px 0;
}
.search-page .arrow, .search-ctn .arrow {
  width: 30px;
  height: 3px;
  background-color: #ed8b00;
  position: absolute;
  top: 35px;
  right: 0;
  transition: .3s width,margin .3s;
  cursor: pointer;
}
.search-page .search-scroll-ctn, .search-ctn .search-scroll-ctn {
  margin-top: 5vh;
  overflow: hidden;
}
.search-page .search-results-ctn, .search-ctn .search-results-ctn {
  max-height: 40vh;
  overflow: hidden;
  min-height: 150px;
  position: relative;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

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

.body-container .main-content {
  margin:0 0 30px;
}

.banner-container {
  color: #fff;
  background-color: #f5f5f5;
  position: relative;
}
.banner-container:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.4);
}

.banner-area {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.header-container .banner-area .page-center{
  padding-top: 25vh  !important;
  padding-bottom: 25vh  !important;
  position: relative;
  z-index: 1;
}
.banner-area p{
  font-family: BrownStd,sans-serif;
  font-weight: 700;
  position: relative;
  font-size: unset;
  line-height:unset;
  margin:0 0 7rem;
}
.banner-area p span{
  font-size: 1.17em;
}
.banner-area h1{
  padding-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.cm-banner-btn.banner-btn a {
  background-color: #ed8b00;
  padding: .7rem 2rem;
  padding-left: 53px;
  padding-right: 1.8rem;
  color: #fff;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  font-family: BrownStd,sans-serif;
  font-size: 100%;
}
.cm-banner-btn.banner-btn a:after, 
.cm-banner-btn.banner-btn a:before {
  content: '';
  width: 0;
  left: 0;
  height: 1px;
  background-color: #27251f;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: width .2s ease-out,height .4s .2s ease-out;
}
.cm-banner-btn.banner-btn a:after {
  top: 70%;
}
.cm-banner-btn.banner-btn a:hover:after, 
.cm-banner-btn.banner-btn a:hover:before {
  height: 50px;
  width: 100%;
}
.line {
  top: 30%;
  content: '';
  width: 0;
  left: 0;
  height: 1px;
  background-color: #27251f;
  position: absolute;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: width .2s ease-out,height .4s .2s ease-out;
}
.cm-banner-btn.banner-btn a:hover .line {
  height: 50px;
  width: 100%;
}
.cm-banner-btn.banner-btn a .text {
  padding-left: 15px;
  position: relative;
  z-index: 10;
  transition: color .2s .2s;
}
.cm-banner-btn.banner-btn a .text .icon {
  margin-right: 10px;
  position: absolute;
  font-size: 1.5rem;
  left: -26px;
  color: #fff;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 45%;
}
.icon-ask-expert::before {
  content: "";
}
/*.icon-info::before {
  content: "";
}
.icon-quote::before {
  content: "";
}*/
.icon-academic:before {
  content: "\e924"; }

.icon-virtual:before {
  content: "\e922"; }

.icon-in-person:before {
  content: "\e923"; }

.icon-defense:before {
  content: "\e91d"; }

.icon-sewer:before {
  content: "\e91f"; }

.icon-download:before {
  content: "\e91e"; }

.icon-ask-expert:before {
  content: "\e901"; }

.icon-back-arrow:before {
  content: "\e902"; }

.icon-forward-arrow:before {
  content: "\f054"; 
  background-image: url("https://eddyfi.com/Areas/Client/Assets/img/forward-arrow.svg");
background-repeat: no-repeat;}

.icon-cart:before {
  content: "\e903"; }

.icon-contact:before {
  content: "\e904"; }

.icon-featured:before {
  content: "\e905"; }

.icon-filter:before {
  content: "\e906"; }

.icon-info:before {
  content: "\e907"; }

.icon-logo .path1:before {
  content: "\e908"; }

.icon-logo .path2:before {
  content: "\e909";
  margin-left: -3.8740234375em; }

.icon-logo-icon:before {
  content: "\e90a"; }

.icon-newsletter:before {
  content: "\e90b"; }

.icon-nuclear:before {
  content: "\e90c"; }

.icon-petrochemical:before,
.icon-oil:before {
  content: "\e90d"; }

.icon-pipeline:before {
  content: "\e90e"; }

.icon-search:before {
  content: "\e90f"; }

.icon-subsea:before {
  content: "\e910"; }

.icon-tanks:before {
  content: "\e911"; }

.icon-aerospace:before {
  content: "\e900"; }

.icon-play:before {
  content: "\e912"; }

.icon-add:before {
  content: "\e913"; }

.icon-calendar:before {
  content: "\e914"; }

.icon-lock:before {
  content: "\e916"; }

.icon-food:before {
  content: "\e917"; }

.icon-rail:before {
  content: "\e918"; }

.icon-mine:before {
  content: "\e919"; }

.icon-naval:before {
  content: "\e91a"; }

.icon-star:before {
  content: "\e91b"; }

.icon-quote:before {
  content: "\e915"; }
/*
.cm-banner-btn.banner-btn a span{
  margin-left: 15px;
}
.cm-banner-btn.banner-btn a:before {
  content: "";
  margin-right: 10px;
  font-size: 1.5rem;
  color: #fff;
  font-family: 'svg-eddyfi' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 27px;
  color: #fff;
  position: absolute;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 48%;
}*/
/* =============== Footer =============== */

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

.custom-footer-top {
  color: #fff;
  background: url(//5341826.fs1.hubspotusercontent-na1.net/hubfs/5341826/Eddyfi_October2019/Images/bg-questions.jpg) #e6e6e6 center right;
  background-size: cover;
}
.custom-footer-top .page-center {
  padding: 9rem 3rem !important;
}
.custom-footer-top h2{
  font-size: 1.6rem;
  margin: 0;
}
.custom-footer-top h3{
  margin-top: 1rem;
  font-size: 4rem;
  max-width: 400px;
  line-height: 1;
  font-weight: bold;
}
.custom-footer-top .btn-ctn {
  margin-top: 3rem;
}
.btn {
  padding: .7rem 2rem;
  color: #fff;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  font-family: BrownStd,sans-serif;
  font-size: 100%;
}

.custom-footer-top .btn-ctn .btn {
  margin-bottom: 1.6rem;
  width: 100%;
  display: block;
  max-width: 300px;
  text-align: center;
}
.btn.btn-1 {
  background-color: #ed8b00;
}
.btn .line, .btn:after, .btn:before {
  content: '';
  width: 0;
  left: 0;
  height: 1px;
  background-color: #27251f;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: width .2s ease-out,height .4s .2s ease-out;
}
.btn .line {
  top: 30%;
}
.btn .text {
  position: relative;
  z-index: 10;
  transition: color .2s .2s;
}
.btn:after {
  top: 70%;
}
.btn.btn-2 {
  background-color: #27251f;
}
.btn:hover .line, .btn:hover:after, .btn:hover:before {
  height: 50px;
  width: 100%;
}
.btn.btn-2 .line, .btn.btn-2:after, .btn.btn-2:before {
  background-color: #ed8b00;
}
.btn.btn-1:hover .text {
  color: #ed8b00;
}

/* Footer Middle */

.custom-footer-middle {
  background-color: #202020;
  color: #fff;
}
.custom-container{
  display: flex !important;
  flex-wrap: wrap;
}
.custom-container .row-number-2 {
  align-self: flex-end;
  margin-left: auto;
}
.custom-footer-middle h2 {
  padding-bottom: 4rem;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.custom-footer-menu ul {
  font-size: 1.2rem;
}
.custom-footer-menu a{
  color: #fff;
  padding: .5rem 0;
  display: inline-block;
}

/* Footer Bottom */

.custom-footer-bottom {
  background-color: #000;
  color: #63666a;
  padding: 1rem 3rem;
}
.custom-copyright {
  display: inline-block;
  font-size: .8rem;
  color: #63666a;
}
.custom-copyright a{
  color: #63666a;
  border-right: 1px solid #63666a;
  padding-right: 10px;
  margin-right: 10px;
}
.custom-copyright a:last-child{
  border-right: 0;
}
span.links {
  margin-left: 20px;
}

/*Footer Social Share  */
.custom-footer-middle .socials {
  align-self: flex-end;
  margin-left: auto;
  font-size: 2rem;
  margin: 0;
  padding: 0;
}
.custom-footer-middle .socials li:first-child {
  margin-left: 0;
}
.custom-footer-middle .socials li {
  display: inline-block;
  margin-top: 2rem;
  margin-left: 3rem;
}
.custom-footer-middle .socials li i {
  color: #fff;
  font-family: "Font Awesome 5 Brands";
  display: inline-block;
  font-style: normal;
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-slideshare:before {
  content: "\f1e7";
}

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


/* =============== Custom Menu Primary =============== */
.custom-menu-primary{
  width: auto !important;
  float: right !important;
}
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  position:static !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  padding: 26px 22px 27px 22px;
  color: #fff;
  font-weight: 400;
  font-size: .9rem;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}


/* first slide  */
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul{
  position:fixed;
  height:calc(100vh - 99px); 
  top:139px;
  right:-100%;
  background-color: rgba(25,25,25,.97);
  width:100% !important;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-bottom: 20px;
  transition:all 0.5s;
  z-index: 5;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.sub-menu-open.hs-item-has-children > ul{
  right:0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.sub-menu-open.hs-item-has-children > ul:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -moz-linear-gradient(top,rgba(29,29,29,0) 0%,rgba(29,29,29,.45) 18%,#1d1d1d 80%);
  background: -webkit-linear-gradient(top,rgba(29,29,29,0) 0%,rgba(29,29,29,.45) 18%,#1d1d1d 80%);
  background: linear-gradient(to bottom,rgba(29,29,29,0) 0%,rgba(29,29,29,.45) 18%,#1d1d1d 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001d1d1d',endColorstr='#1d1d1d',GradientType=0);
  height: 115px;
  bottom: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li{
  padding: 0 10%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a{
  margin-bottom: 4rem;
  color: #fff;
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: default ;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > span.cm-close{
  margin-bottom: .65rem;
  color: #fff;
  font-family: BrownStd,Arial;
  border: none;
  display: inline-block;
  padding: 15px 0 15px 5.5rem;
  position: relative;
  transition: padding .3s;
  cursor: pointer;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > span.cm-close:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 5px;
  width: 4rem;
  height: 1px;
  background-color: #ed8b00;
  align-self: center;
  transition: width .3s;
  top: 50%;
  transform: translateY(-50%);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > span.cm-close:hover:before {
  width: 1.5rem;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > span.cm-close:after {
  content: '';
  background: url('//5341826.fs1.hubspotusercontent-na1.net/hubfs/5341826/Eddyfi_October2019/Images/back-arrow.svg') left center no-repeat;
  width: 20px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.main-menu-open{
  overflow:hidden;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul{
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin-left: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li{
  width:45%;
  display:inline-block;
  vertical-align:top;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li > a{
  padding-bottom: 10px;
  border-bottom: 1px solid #9e9e9e;
  font-size: 1.35rem;
  margin-bottom: 24px;
  display: block;
  color: #9e9e9e ;
  font-weight: 300;
  line-height: 1.5;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li > ul {
  padding-right: 10px;
  padding-bottom: 100px;
  overflow-y: auto;
  height: 50vh;
  max-height: 100%;
  width: 99.95%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li > ul > li > a{
  font-size: .9rem;
  color: #fff;
  padding: 12px 0;
  line-height:1.2;
  display: block;
  font-weight: 300;
  cursor: pointer;
}
/* first slide end */


.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3).hs-item-has-children > ul > li > ul > li > a,
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4).hs-item-has-children > ul > li > ul > li > a{
  display:none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2).hs-item-has-children > ul > li > ul > li > ul > li > a,
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3).hs-item-has-children > ul > li > ul > li > ul > li > a,
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4).hs-item-has-children > ul > li > ul > li > ul > li > a{
  padding: 11px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3).hs-item-has-children > ul > li > ul,
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4).hs-item-has-children > ul > li > ul {
  display: block !important;
  width: 100%;
  margin-left: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3).hs-item-has-children > ul > li > ul > li,
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4).hs-item-has-children > ul > li > ul > li {
  width: 100%;
}

/* Second slide  */
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul{ 
  position:fixed;
  height:calc(100vh - 99px); 
  top:99px;
  right:-100%;
  background-color: rgba(25,25,25,.97);
  width:100% !important;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-bottom: 20px;
  transition:all 0.5s;
  z-index: 9;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.sub-menu-open.hs-item-has-children > ul{
  right:0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -moz-linear-gradient(top,rgba(29,29,29,0) 0%,rgba(29,29,29,.45) 18%,#1d1d1d 80%);
  background: -webkit-linear-gradient(top,rgba(29,29,29,0) 0%,rgba(29,29,29,.45) 18%,#1d1d1d 80%);
  background: linear-gradient(to bottom,rgba(29,29,29,0) 0%,rgba(29,29,29,.45) 18%,#1d1d1d 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001d1d1d',endColorstr='#1d1d1d',GradientType=0);
  height: 115px;
  bottom: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li{
  padding: 0 10%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > a{
  margin-bottom: 4rem;
  color: #fff;
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: default ;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > a{
  display:inline-block !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > span.cm-close{
  margin-bottom: 1rem;
  color: #fff;
  font-size: 13.3333px;
  font-family: BrownStd,Arial;
  border: 0;
  display: inline-block;
  padding: 15px 0 16px 5.5rem;
  position: relative;
  transition: padding .3s;
  cursor: pointer;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > span.cm-close:hover{
  padding-left: 2.5rem;
  padding-right: 3rem;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > span.cm-close:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 5px;
  width: 4rem;
  height: 1px;
  background-color: #ed8b00;
  align-self: center;
  transition: width .3s;
  top: 50%;
  transform: translateY(-50%);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > span.cm-close:hover:before {
  width: 1.5rem;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > span.cm-close:after {
  content: '';
  background: url('//5341826.fs1.hubspotusercontent-na1.net/hubfs/5341826/Eddyfi_October2019/Images/back-arrow.svg') left center no-repeat;
  width: 20px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.main-menu-open{
  overflow:hidden;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > ul{
  display: -webkit-flex !important;
  display: flex !important;
  padding-right: 10px ;  
  padding-bottom: 30px ;
  height: 40vh;
  overflow-y: auto;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > ul > li{
  margin-right: 3%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > ul > li:last-child {
  margin-right: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > ul > li > a{
  font-size: 1.35rem;
  margin-bottom: 25px;
  display: block;
  color: #9e9e9e ;
  font-weight: 300;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > ul > li > ul {
  padding-right: 10px;
  padding-bottom: 30px;
  overflow-y: auto;
  width: 100%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > ul > li > ul > li > a{
  font-size: .9rem;
  color: #fff;
  padding: 11px 0;
  display: block;
  font-weight: 300;
  cursor: pointer;
}
/* second slide end */



.sub-menu-open span.cm-togl {
  position: absolute;
  width: 100%;
  height: 72px;
  display: inline-block;
  max-width: 132px;
}






/* ul scroll style */
/* width */
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > ul::-webkit-scrollbar,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li > ul::-webkit-scrollbar {
  width: 2px;
  right:2px;
  position:relative;
}

/* Handle */
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > ul:hover::-webkit-scrollbar-thumb,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li > ul:hover::-webkit-scrollbar-thumb {
  background: #9e9e9e; 
}
/* Handle on hover */
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > ul:hover::-webkit-scrollbar-thumb:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li > ul:hover::-webkit-scrollbar-thumb:hover {
  background: #9e9e9e; 
}

@media (max-height: 750px){
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li > ul {
    height: 40vh;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.sub-menu-open.hs-item-has-children > ul:after{
    height: 75px;
  }
}

@media (max-height: 600px){
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul{
    padding-top: 1.5rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a{
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
  }

}

@media (max-height: 475px){
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul{
    padding-top: 1rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a{
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}





.custom-menu-primary .hs-menu-wrapper > ul li a{
  white-space: normal !important;
}
/* 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;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1200px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .cm-mobile-menu-group,
  .custom-search-container.mobile{
    display:None !important;
  }

}


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

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

@media (max-width: 1199px){
  
  .custom-menu-primary .hs-menu-wrapper>ul>li.sub-menu-open.hs-item-has-children>ul:after,
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li.hs-item-has-children>ul>li.hs-item-has-children>ul>li.hs-item-has-children>ul:after{
    display:none;
  }

  .custom-header-container {
    min-height: 70px !important;
  }
  .custom-header-container.no-nav {
    min-height: 70px !important;
  }
  .custom-menu-primary.desktop,
  .custom-header-top{
    display:None !important;
  }
  .custom-logo {
    padding: 18px 0 17px;
    width: 137px !important;
    float:left !important;
  }
  .custom-logo.no-nav {
    padding-bottom: 17px;
  }
  .custom-search-container{
    width: auto !important; 
    float:right !important;
    padding: 16px 0;
  }
  .custom-top-menu {
    padding-right: 3rem;
    margin: 1rem 0 0 !important;
  }
  .custom-top-menu .hs-menu-wrapper > ul > li {
    font-size: 1.1rem;
    position: static !important;
    float: none !important;
  } 
  .custom-top-menu .hs-menu-wrapper > ul > li a{
    line-height: 1;
    display: inline-block;
    padding: 4px 20px;
    color: #919191;
  }

  /* 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 ===== */
  a.search {
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
  }
  .search .icon {
    color: #fff;
    font-size: 25px;
    position: relative;
    margin-top: -5px;
  }
  .mobile-trigger{
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    height: 25px;
    width: 40px;
    line-height: 0;
    position: relative;
    top: 2px;
    text-align:center;
  }
  .toggle-menu {
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: #fff;
    position: relative;
    transition: .3s all;
  }
  .toggle-menu .arrow {
    width: 40px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 0;
    transition: .3s width,margin .3s;
  }
  .toggle-menu:after {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 20px;
    left: 0;
    transition: .3s width,padding .3s;
  }
  .toggle-menu .arrow:before,
  .toggle-menu .arrow:after {
    content: '';
    width: 13px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 1px;
    z-index: 10;
    transition: .3s transform;
    transform-origin: right center;
  }

  body.mobile-open{
    overflow:hidden;
  }
  .mobile-open .mobile-trigger {
    width: 55px;
  }
  .mobile-open .toggle-menu {
    width: 25px;
  }  
  .mobile-open .toggle-menu:after{
    width: 25px;
  }
  .mobile-open .toggle-menu .arrow {
    width: 32px;
    margin-left: 10px;
  }
  .mobile-open .toggle-menu .arrow:before {
    transform: rotate(-35deg);
  }
  .mobile-open .toggle-menu .arrow:after {
    transform: rotate(35deg);
  }
  .mobile-open a.search {
    padding: 0 5px;
  }
  .mobile-open .custom-logo{
    opacity: 0;
  }
  /* ===== 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 ===== */  

  .cm-mobile-menu-group{
    position: fixed;
    width:100% !important;
    padding-bottom: 100px;
    background-color: #1d1d1d;
    padding-left: 2rem;
    height: calc(100vh - 70px);
    top: 70px;
    right:-100%;
    overflow: hidden;
    overflow-y: auto;
    transition: all .5s;
    margin: 0 !important;
  }
  .mobile-open .cm-mobile-menu-group{
    right:0;
  }
  .custom-menu-primary.js-enabled {
    margin:0 !important;
    padding:0 !important;
    width:100% !important;
  }
  /* 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;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    padding-top: 2rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #fff;
    padding: 10px 20px;
    line-height: 1;
    display: inline-block;
    font-size: 1.3rem;
  }
  .custom-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li{
    padding: 0 0 0 10%;
  }
  .custom-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a{
    padding:0;
    line-height: 1.2;
  }
  .custom-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > span.cm-close{
    margin-bottom: 0.6rem;
    line-height: 1.2;
  }
  .custom-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li > a {  
    line-height: 1.2;
  }
  .custom-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul{
    top: 70px;
    height: calc(100vh - 70px);
    padding-bottom: 100px;
    background-color: #1d1d1d;
    overflow-y: auto;
    overflow-x: hidden;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > span.cm-close {
    margin-bottom: 1rem;
    padding: 15px 0 14px 5.5rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul {
    margin-left: -18px;
    padding: 3px 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li > ul > li > a {
    padding: 12px 0;
    line-height: 1.2;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > span.cm-close{
    margin-bottom: 1rem;
    padding: 15px 0 15px 5.5rem;
    line-height: 1.2;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > a {
    line-height: 1.2;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > ul > li > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > ul > li > a {
    line-height: 1.2;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > ul{
    border:0;
  }
}


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





.cm-topic-by-post-group {
  background-color: #1d1d1d;
  height: 100vh;
  width: 100%;
  position: fixed;
  padding: 10vh 30px 15vh;
  z-index: 9999999;
  top: 0;
  max-width: 500px;
  overflow: hidden;
  overflow-y: auto;
  left:-100%;
  transition:all 0.5s;
}
.cm-topic-by-post-group.open-list {
  left:0;
}
.cm-filter{
  position: relative;
}

.cm-filter h3{
  font-size: 1.6rem;
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: bold;
  margin-bottom: 2rem;
}
.cm-filter h3 .icon {
  font-size: 1.25rem;
  margin-right: 10px;
}
.cm-filter h3 .icon:before {
  content: "";
}
.filter-close{
  width: 45px;
  height: 45px;
  background: none;
  border: none;
  position: absolute;
  right: 15px;
  top: 8px;
  cursor: pointer;
  z-index: 100
}
.filter-close:before, 
.filter-close:after {
  content: '';
  display: block;
  width: 35px;
  height: 2px;
  background-color: #fff;
}
.filter-close:before {
  transform: rotate(-45deg);
  top: 25px !important;
  position: relative;
}
.filter-close:after {
  transform: rotate(45deg);
  top: 23px !important;
  position: relative;
}
.custom-header-topic-menu {
  height: 50vh;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 30px;
}
.custom-header-topic-menu ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}
.custom-header-topic-menu > ul > li {
  margin-bottom: 1.2rem;
  display: block;
  position: relative;
  background: none;
  border: none;
  border-bottom: 1px solid #a4a4a4;
  border-right: 1px solid #a4a4a4;
  padding: 0 5px;
  padding-right: 40px;
}
.custom-header-topic-menu > ul > li > a{
  color: #a4a4a4;
  opacity: 1;
  display: block;
  padding-top: 18px;
  font-size: 15px;
  padding-bottom: 5px;
}
.custom-header-topic-menu > ul > li > ul{
  display:none;
  position:absolute;
  top:42px;
  left:0;
  width:100%;
  background-color: #fff;
  border: 1px solid #aaa;
  max-height: 200px;
  overflow-y: auto;
}
.custom-header-topic-menu > ul > li > ul > li{
  padding: 6px;
  z-index: 0;
}
.custom-header-topic-menu > ul > li.dropdown {
  z-index: 9;
}
.custom-header-topic-menu > ul > li > ul > li:hover{
  background-color: #ed8b00;
}
.custom-header-topic-menu > ul > li > ul > li a{
  cursor: pointer;
}
.custom-header-topic-menu > ul > li > ul > li:hover > a{
  background-color: #ed8b00;
  color: #fff;
}
.custom-header-topic-menu > ul > li.dropdown > ul{
  display:block;
}



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

.hs-blog-post .container-fluid .row-fluid .page-center {
  max-width: 1200px !important;
}
.wide {
  max-width: 1400px !important;
}
/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Blog Banner */


#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
#comments-listing:not([data-has-comment="true"]) {
  display: none;
}

.blog .banner-container{
  color: #000000;
  background: -moz-linear-gradient(top,#fff 0%,#e3e3e3 100%);
  background: -webkit-linear-gradient(top,#fff 0%,#e3e3e3 100%);
  background: linear-gradient(to bottom,#fff 0%,#e3e3e3 100%);
}
.hs-blog-listing .banner-container:after {
  background:0;
}
.blog .banner-area h1 {
  padding-bottom: 2rem;
  margin: 0;
}
.blog .banner-area p{
  margin: 0 0 4rem 0;
  line-height: 1.5;
  font-size: .9em;
  font-weight: 300;
}
.blog .banner-area p > a{
  color: #ed8b00;
}
.blog-banner-btn{
  background-color: #27251f;
  padding: .7rem 2rem;
  vertical-align: bottom;
  color: #fff;
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-family: BrownStd,sans-serif;
  font-size: 100%;
  cursor: pointer;
  margin:0 0 15px;
}
.blog-banner-btn .line, .blog-banner-btn:after, .blog-banner-btn:before {
  content: '';
  width: 0;
  left: 0;
  height: 1px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: width .2s ease-out,height .4s .2s ease-out;
}
.blog-banner-btn .btn-1 .line, .blog-banner-btn .btn-1:after, .blog-banner-btn .btn-1:before {
  background-color: #ed8b00;
}
.blog .banner-area .btn-1{
  margin-right: 20px;
  color: #fff;
  border: none;
  font-weight: 300;
  padding: .6rem 2rem;
}
.blog-banner-btn .line {
  top: 30%;
}
.blog-banner-btn:after {
  top: 70%;
}
.blog-banner-btn .text {
  position: relative;
  z-index: 10;
  transition: color .2s .2s;
}
.blog-banner-btn .icon {
  margin-right: 10px;
}

.blog-banner-btn .icon-btn-1:before{
  content: "";
}
.blog-banner-btn:hover .line, .blog-banner-btn:hover:after, .blog-banner-btn:hover:before {
  height: 50px;
  width: 100%;
}
.blog-banner-btn.btn-1 .line, .blog-banner-btn.btn-1:after, .blog-banner-btn.btn-1:before {
  background-color: #ed8b00;
}
.blog-banner-btn.btn-2 .line, .blog-banner-btn.btn-2:after, .blog-banner-btn.btn-2:before {
  background-color: #27251f;
  color: #ed8b00;
}

.blog-banner-btn.btn-2{
  background-color: #ed8b00;
}

/* banner post  */
.banner-container.blog-post {
  color: #fff;
}
.blog-post .banner-area p{
  display: inline-block;
  padding-right: 40px;
  border-top: 1px solid #fff;
  padding-top: .5rem;
  font-size: .8em;
  max-width: 250px;
}

.hs-blog-post .hs-author-social-section {
  max-width: 200px;
  display: flex;
  align-items: center;
  min-width: 160px;
  overflow: hidden;
  position: relative;
  padding: 1.4rem 2rem;
  margin-top: 100px;
}
.hs-blog-post .hs-author-social-section .hs-author-social-label{
  font-size: .9em;
}
.hs-blog-post .hs-author-social-section .front {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-align: center;
  position: absolute;
  border-radius: 40px;
  z-index: 2;
  left: 0;
  top: 0;
  transition: all 300ms cubic-bezier(.39,.575,.565,1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.hs-blog-post .hs-author-social-section:hover .front {
  transform: translateX(-100%);
}

.hs-blog-post .hs-author-social-section .hs-author-social-links a{
  transform: scale(.1);
  color: #fff;
  transition-property: all;
  transition-duration: 600ms;
  transition-delay: 50ms; 
  opacity: 0;
  cursor:pointer;
}
.hs-blog-post .hs-author-social-links{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-around;
  align-items: center
}
.hs-blog-post .hs-author-social-links a:hover{
  color: #ed8b00;
}
.hs-blog-post .hs-author-social-section:hover .hs-author-social-links a{
  opacity: 1;
  transform: scale(1);
}
.hs-author-listing-header{
  color:red;
  width:100%;
}
.hs-author-listing-header-2{
  color:#000000;
  width:100%;
}
.front i {
  margin-right: 10px;
  position: relative;
  left: -10px;
  font-weight: 900;
}

.fa-share-alt:before {
  content: "\f1e0";
}

.hs-blog-post.hs-author-social-links {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.fab {
  font-family: "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-file-pdf:before {
  content: "\f1c1"
} 



.far {
    font-weight: 400;
}
.hs-blog-post .hs-author-avatar{
  position: absolute;
  bottom: -42px;
  padding-left: 125px;
  color: #000;
}

.hs-blog-post .hs-author-avatar img{
  position: absolute;
  left: 0;
  top: -64px;
  width: 100px;
  height: 100px;
  background-size: cover;
  border-radius: 100%;
}
/* 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 {
  padding-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.hs-blog-header h1 a{
}

/* Blog Post Title */
.post-header h2 {
  margin: .5rem 0 .25rem;
 
}
.post-header h2 a {
  font-size: 1rem;
  padding: 0;
  text-align: left;
  line-height: 10px;
  font-weight: 700;
  color: #000;
}

/* Blog Author and Avatar */
#hubspot-author_data {
  color: #666;
  font-size: .8rem;
  padding: 5px 0px 15px 0;
}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
.second-line {
  margin-top: 0;
}
.second-line .date {
  color: #666;
  font-size: .8rem;
  font-weight: bold;
  line-height: 1;
}
.second-line .card-author {
  font-size: .8rem;
  position: relative;
  padding-left: 10px;
  margin-left: 10px;
} 
span.card-author:before {
  content: '';
  width: 1px;
  height: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.5em;
  background-color: #666;
}
.second-line .author-link {
  color: #666;
  font-size: .8rem;
  line-height: 1.5
}
#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 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3% 0 -2%;
}
.blog-listing-wrapper .post-listing{}
.post-item {
  display: inline-block;
  margin-bottom: 2rem !important;
  vertical-align: top;
}
.post-listing.cm-recent-posts{
  float:left;  
  margin: 0 -3% 0 -2%;
  width:calc(100% + 5%);
}
.cm-recent-posts .post-item{
  width: 29%;
  float: left;
}
.cm-recent-posts .post-item:first-child{
  width:62%;
}
.cm-recent-posts .post-item:first-child .post-header h2 a{
  font-size: 1.5rem;
}

.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;
  height: 250px;
  width: 100%;
  display: inline-block !important;
  margin: 0 0 1rem 0; 
  max-width: 100%;
  object-fit: cover;
}
.hs-featured-image-wrapper-back{
  height: 250px; /* You must set a specified height */
  width: 100%;
  object-fit: cover;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}


/* Read More Link */
a.more-link {}

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

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

/* Blog Commments */
#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
  margin-top: 1rem;
  margin-bottom: 5rem;
  text-align:center;
}
.blog-pagination ul {
  text-align: center;
  font-size: 1rem;
  list-style: none;
  margin:0;
  padding:0;
}
.blog-pagination ul li{
  display: inline-block;
  vertical-align: middle;
}
.blog-pagination a {
  font-weight: bold;
  padding: 10px;
  position: relative;
  display:inline-block;
}
.blog-pagination a:after{
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.75rem;
} 
.blog-pagination ul li a.active {
  color: #000;
  padding-right: 2.5rem;
  margin-right: .5rem;
  position: relative;
  cursor: default;
}
.blog-pagination ul li a.active:after{
  background-color: #000;
}
.blog-pagination ul li:last-child a.active:after{
  display:None;
}
.blog-pagination .prev-link:before {
  font-family: 'svg-eddyfi' !important;
  content: "";
  font-size: .75rem;
  display: block;
  position: relative;
  transform-origin: center;
  color: #ed8b00;
  height: unset;
  width: auto;
}
.blog-pagination .first-link:before {
  font-family: 'svg-eddyfi' !important;
  content: "";
  font-size: 1rem;
  display: block;
  position: relative;
  transform-origin: center;
  color: #ed8b00;
  height: unset;
  width: auto;
}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-link:after {
  transform: rotate(-180deg);
  top: 0;
  font-family: 'svg-eddyfi' !important;
  content: "";
  font-size: .75rem;
  display: inline-block;
  position: relative;
  transform-origin: center;
  color: #ed8b00;
  height: unset;
  width: auto;
}
.blog-pagination .prev-link,
.blog-pagination .first-link,
.blog-pagination a.next-link,
.blog-pagination a.last-link{
  padding:0 5px;
}

.blog-pagination a.last-link:after {
  transform: rotate(-180deg);
  font-family: 'svg-eddyfi' !important;
  font-size: 1rem;
  content: "";
  display: block;
  position: relative;
  transform-origin: center;
  color: #ed8b00;
  top: 0;
  display: inline-block;
  position: relative;
  height: unset;
  width: auto;
}

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


/* =============== 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;
  float:left;
  width:100%;
}
.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%;
}
.hs-author-avatar  a{
  margin-bottom: 0;
  font-weight: 700;
  color: #000;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}
.hs-author-profile-wrapper{
  padding:0 2%
}

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




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

.custom-form {
  max-width: 50%;
  width: 100%;
}
.submitted-message,
.hs-form{
  margin:0 0 40px;
}
/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
  margin-bottom: 2rem;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label{
  font-size: .8em;
  color: #ed8b00;
}


/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  font-size: 1em;
  padding: .75em .5em;
  z-index: 10;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #27251f !important;
  background-image: linear-gradient(#ed8b00,#ed8b00);
  background-size: 0 2px,auto;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: all .3s ease-out;
  background-color: transparent;
  color: #27251f;
  font-family:BrownStd, sans-serif
}

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

.hs-input:hover {
  background-size: 100% 2px,auto;
  border-bottom: 1px solid rgba(255,255,255,0) !important;
}
/* 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;
}
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 {
  padding: 0;
  color: red;
}
.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
}

/* 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"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  color: #fff;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border: none;
  background-color: #ed8b00;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding: .64rem 2rem;
  font-size: 18px;
  transition: color .2s .2s;
  font-weight: 300;
  font-family: BrownStd,sans-serif;
  white-space: normal;
  line-height: 1.2;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #27251f;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.blog .header-container .banner-area .page-center{
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

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


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media (max-width: 991px){
  .custom-header-bottom {
    padding: 0 2rem;
  }
  .cm-mobile-menu-group {
    padding-left: 1.5rem;
  }
  .custom-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li {
    padding: 0 0 0 3%;
  }
  .custom-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul {
    padding: 0 7.2%;
  }
  .custom-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li > a {
    font-size: 1.15rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li {
    padding: 0 0 0 3%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul{
    display: -webkit-block !important;
    display: block !important;
    width: 100%;
    justify-content: space-between;
    margin-left: -5px !important;
    padding: 15px 0 0;
    position:relative;
    height: 100vh;
    /* height: 60vh;*/
    overflow-y: visible;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li {
    font-size: 1.6rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li > a {
    font-size: .8em;
    line-height: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li.toggle > a{
    color: #ed8b00;
    position:relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li.toggle > a:after{
    background-color: #ed8b00;
    content:" ";
    width:100%;
    height:5px;
    transition: left .3s;
    position:absolute;
    left:0 !important;
    bottom:-1px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li > a {
    padding-bottom: 26px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li > ul {
    padding-right: 10px;
    padding-bottom: 120px;
    height: 100%;
    max-height: 100%;
    width: 100%;
    position: absolute;
    margin: 11px 0 0;
    left:-150%;
    transition:all 0.3s;
    overflow-y: visible;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.sub-menu-open > ul > li > ul > li.toggle > ul{
    left:6%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li > ul > li > a {
    font-size: 1.15rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li {
    padding: 0 3%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > ul {
    display: -webkit-block !important;
    display: block !important;
    border-right: 0;
    height: 66vh;
    overflow-y: auto;
    padding: 1px 0;
    margin: 0 10% 0 7.2% !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > ul > li > ul {
    padding: 0;
    overflow-y: auto;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > ul > li > a {
    line-height: 1.2;
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > ul > li > ul > li:last-of-type {
    margin-bottom: 60px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > ul > li > ul > li > a{
    font-size: 1.15rem;
  }
  .body-container .page-center {
    padding-left: 75px !important;
  }
  .blog .banner-area .page-center {
    padding: 7.5rem 30% 7.5rem 75px ;
  }
  .cm-recent-posts .post-item:first-child {
    width: calc(100% - 5%);
  }
  .cm-recent-posts .post-item {
    width: 46%;
    float: left;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li.hs-item-has-children>ul>li.hs-item-has-children>ul>li.hs-item-has-children>ul>li>ul {
    width: calc(100% - 12%) !important;
  }
}



/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width: 992px){
  .post-item {
    width: 28.5%;
    margin: 0 2%;
  }
}
@media (min-width: 576px){
  html {
    font-size: 16px;
  }
}
@media (min-width: 768px){
  html {
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 991px){
  .post-item {
    margin: 0 2% 2rem 2%;
    width: 46%;
  }
}
@media (max-width: 1024px) {}


/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 767.98px){
  .custom-footer-top {
    color: #27251f;
    background-image: none;
  }
  .blog-banner-btn.btn-1 {
    display: none;
  }
  .blog-banner-btn.btn-2{
    width: 100%;
    text-align: center;
  }
  .blog .banner-area .page-center{
    padding: 3.5rem 3rem ;
  }
}

@media (max-width: 767px) {
  .custom-form {
    max-width: 100%;
  }
  .custom-footer-middle .socials {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .custom-container .row-number-2 {
    width: 100%;
  }
  .container-fluid .row-fluid .page-center{
    padding: 3.5rem 3rem;
  }
  .custom-header {
    width: 100% !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 1.9rem;
  }
  .custom-top-menu .hs-menu-wrapper > ul > li {
    font-size: 1.5rem;
  }
  .custom-top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li > a {
    font-size: 1.3rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul {
    margin-left: -3px !important;
    padding: 12px 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li > a {
    padding-bottom: 24px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li > ul > li{
    font-size: unset;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > ul > li > ul > li > a {
    padding: 12px 0;
    font-size: 1.3rem;    
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.sub-menu-open > ul > li > ul > li.toggle > ul {
    left: 0%;
    margin: 7px 0 0;
    padding-right: 10%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > ul > li > ul > li > a{
    font-size: 1.3rem;
  }
  .blog.hs-blog-listing .header-container .banner-area .page-center {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
    padding-left: 75px !important;
  }
  .blog.hs-blog-post .header-container .banner-area .page-center {
    padding: 25vh 3rem !important;
  }
  .blog-banner-btn{
    font-size: 1.3rem ;
    margin:0;
  }
  .post-item {
    margin: 0 2% 2rem 2%;
    width: 100%;
  }
  .custom-footer-middle .socials li{
    margin-left: 0;
  }
  span.links {
    margin: 5px 0 1px;
    display: block;
  }
  .custom-copyright {
    text-align: center;
  }
  .banner-area p{
    font-size: 16px;
  }
  .cm-banner-btn.banner-btn a{
    font-size: 16px;
  }
  span.hidden-btn-text {
    font-size: 1.3rem;
  }
  .body-container .page-center {
    padding-left: 3rem !important;
  }
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin: 0 0 15px;
  }

  .custom-footer-menu {
    margin: 0 0 31px;
  }
  .custom-footer-middle h2 {
    margin-bottom: 0;
  }
  .custom-footer-top .page-center {
    padding: 6rem 3rem !important;
  }
  .blog-post .banner-area p.date-line-top {
    display: inline-block;
    padding-right: 40px;
    padding-top: .5rem;
    font-size: .8em;
    max-width: 250px;
    font-family: BrownStd, sans-serif;
    font-size: 11.2px;
  }
}  


@media  (max-width: 575px){
  .post-item {
    width: 100%;
  }
  .banner-area h1 {
    font-size: 7vw;
  }
  .custom-footer-middle h2 {
    font-size: 7vw;
  }
  .banner-area p{
    font-size: 14px;
  }
  .cm-banner-btn.banner-btn a{
    font-size: 14px;
  }
  .cm-recent-posts .post-item {
    width: calc(100% - 5%);
    float: left;
  }
  .custom-footer-top h2 {
    font-size: 8vw;
  }
  .custom-footer-top h3{  
    font-size: 13vw;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
  }
  .hs-blog-post .hs-author-avatar {
    padding-left: 110px;
    color: #000;
  }
}

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

@media (max-width: 360px) {
  .custom-logo {
    padding: 20px 0 20px;
  }
  .custom-logo.no-nav {
    padding: 20px 0 20px;
  }
  .custom-logo img {
    max-width: 120px;
    width: 100%;
  }
}

/* Added by HubSpot Support on 26 August 2020 to update color of language switcher on pages */
.globe_class {
background-color: white;
}

/* Added by DG  */
.author {
    padding-left: 125px;
    color: #000;
    position: relative;
   /* top: -115px;*/
}
.author .name {
    margin-bottom: 0;
    font-weight: 700;
  margin-top:2px;
}
.author .img-ctn {
    position: absolute;
    left: 0;
    top: -45px;
    width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 100%;
  visibility:hidden;
}
.author-title{
  margin-top:2px;
}
.overview-text {
    font-size: 1.25rem;
    text-align: center;
    
    margin: 0 auto;
    color: #ed8b00;
    line-height: 1.75;
  padding-bottom:40px;
}
.overview-text-nar {
    font-size: 1.25rem;
    text-align: center;
    margin: 0 auto;
    color: #ed8b00;
    line-height: 1.75;
/*  padding-bottom:40px;*/
  padding:0rem 4rem 0rem 4rem;
}
.overview-text-1 {
    font-size: 1.25rem;
    text-align: center;
    
    margin: 0 auto;
    color: #ed8b00;
    line-height: 1.75;
  /*padding-bottom:40px;*/
}
.overview-ctn-1{
  padding:10px;
  margin-top:-20px;
/*  background-color:#f5f5f5; */
  
}
.overview-ctn{
  padding:10px;
  margin-top:-20px;
/*  background-color:#f5f5f5; */
  
}
 .narrow {
    padding-top:3.5em !Important;
   padding-bottom: 1.5em !Important;
}
.post-body{
padding-top:0px;
}
.hide{
  display:none;
}
.overview-ctn > div >  span.hs_cos_wrapper_type_rich_text {
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
    border-color: #bcbec0;
    box-shadow: 10px 10px 20px #888;
    padding: 5px;
    margin-bottom: 15px;
  display:block;
}

.overview-ctn > div >  span.hs_cos_wrapper_type_rich_text:empty {
  display:none
}


/*BLOG CARDS */
.blog-related-posts__title {
  margin-bottom: 2.8rem;
  text-align: center;
}

.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-card {
 /* background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 4px;*/
  margin-bottom: 1.4rem;
  width: calc(33% - 1.4rem);
}
/*DG*/
.blog-card__title{
 font-size: 10px !Important;
}
@media (max-width: 767px) {
  .blog-card {
    width: 100%;
  }
}

.blog-card__header {
  /*padding: 2.8rem 1.4rem;*/
  padding:0 0 20px 0;
}

.blog-card__title a {
  font-size: 20px;
}

.blog-card__title a,
.blog-card__author-name {
  color: #1e2b33;
}

.blog-card__author-name,
.blog-card__date {
  display: block;
  color:#666;
  font-weight: 700;
  font-size: .8rem;
  
}
.w-300
 {
  font-weight: 300;

}

.blog-card__title a:hover,
.blog-card__author-name:hover,
.blog-card__title a:focus,
.blog-card__author-name:focus,
.blog-card__title a:active,
.blog-card__author-name:active {
  color: #1e2b33;
  text-decoration: none;
}

.blog-card__author-image {
  border-radius: 100%;
  display: inline-block;
  flex: 1 0 auto;
  height: 30px;
  line-height: 1;
  margin-right: 1.4rem;
  overflow: hidden;
  position: relative;
  width: 30px;
}

.blog-post__author-image img {
  height: 100%;
  width: auto;
}

.blog-card__author-image,
.blog-card__meta {
  display: inline-block;
  vertical-align: middle;
}

.blog-card__image {
  display: block;
  height: auto;
  margin-bottom: 1.4rem;
  width: 100%;
}

.blog-card__content {
  padding: 0 1.4rem;
}
.blog-card__content-2 {
  padding: 0;
}
.blog-card__tags {
  margin-bottom: 1.4em;
}

.blog-card__tags svg {
  fill: #ed8b00;
  height: 15px;
  margin-right: 10px;
  transform: rotate(90deg);
  width: 15px;
}

.blog-card__tag-link {
  background-color: #ed8b00;
  border-radius: 4px;
  color: #fff;
  padding: 5px;
  text-decoration: none;
      line-height: 35px;
}

.blog-card__tag-link:hover,
.blog-card__tag-link:focus {
  color: #fff;
  text-decoration: none;
}

.blog-card__footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.4rem 1.4rem 2.8rem;
}
/*END BLOG CARD*/
.small-pad{
padding-top:5px !Important;
padding-bottom:5px !Important;
}
.custom-list li:before {
    content: '';
    height: 10px;
    background: url(https://www.eddyfi.com/areas/client/assets/img/bullet.svg) no-repeat;
    background-size: contain;
    position: absolute;
    width: 1.25em;
    left: -2.25em;
    top: .4em;
}
details-ctn .detail-content ul li {
    font-size: .9rem;
}
.custom-list li {
    position: relative;
    margin-bottom: .5rem;
    margin-left: 0.5em;
    font-size: .9rem;
  line-height:1.5;
}
.custom-list ul {
/*list-style-image: url('sqpurple.gif');*/
  list-style-type: none;
}
.orange{
  color:#ed8b00;
  font-weight: 700;
}
.post-filter-block{
  padding-top:100px;
  padding-bottom:100px;
}
ul.columns ul {
    -moz-column-count: 3;
    -moz-column-gap: 30px;
    -webkit-column-count: 3;
    -webkit-column-gap: 30px;
    column-count: 3;
    column-gap: 30px;
  padding-left:0;
 list-style-type: disc;
  
}
@media (max-width: 758px) {
ul.columns ul {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
}
}
@media (max-width: 658px) {
ul.columns ul {
    -moz-column-count: 1;
    -moz-column-gap: 30px;
    -webkit-column-count: 1;
    -webkit-column-gap: 30px;
    column-count: 1;
    column-gap: 30px;
}
}
li.custom-list-tag {
    content: '';
    height: 10px;
    background: url(https://www.eddyfi.com/areas/client/assets/img/bullet.svg) no-repeat;
    background-size: contain;
    position: absolute;
    width: 1.25em;
    left: -2.25em;
    top: .4em;
}
.pdf-file{
  padding:10px 10px 10px 10px
}
.filter-expand-link{
  font-weight:700;
  line-height: 50px;
}
.blog-intro{
  display:none;
}
.update-date {
    font-size: 1em !Important;
  line-height:2em;
}
/* KOREA PRODUCT PAGES */
.product-intro{
  text-align:center;
  font-size: 1.25rem;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: #ed8b00 !Important;
    line-height: 1.75;
}
.product-youtube{
  text-align:center;
}
h3, .product-section-title{
      display: block;
    font-weight: 300;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    margin-top: 0rem;
}
@media(max-width:768px){
h3, .product-section-title{
    margin-top: 1rem;
}
.product-section{
      font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 2rem;
    width: 100%;
    line-height: 1.2;
}
h4, .product-sub-title {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 2rem;
  font-weight:300 !Important;
}
.spec-section-title {
    display: block;
    font-weight: 300;
    font-size: 1.5rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.product-spec-title {
    margin-bottom: 0.5rem;
    font-weight: 700;
  width:50%;
  float:left;
}
.product-specs-detail {
    font-size: .8rem;
    width: 45%;
}
.product-specs-ctn {
    border-top: 1px solid #ed8b00;
    padding-top: 0.75rem;
    padding-bottom: 0.25rem;
}
.product-custom-list li:before {
    content: '';
    height: 10px;
    background: url(https://www.eddyfi.com/areas/client/assets/img/bullet.svg) no-repeat;
    background-size: contain;
    position: absolute;
    width: 1.25em;
    left: -2.25em;
    top: 0.4em;
  list-style-type: none; /* Remove bullets */
}
.no-bullet{
  list-style-type: none; /* Remove bullets */
}


/* END KOREA PRODUCT PAGES */
hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_rich_text
/*OWL*/
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ed8b00 !important; }
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../js/plugins/owl/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}