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

/* 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 {
  display: block;
  visibility: visible;
  opacity: 1;
}

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.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;
} 

body {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

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


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

/* Basic text */
p {
  margin-top: 0;
  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-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  margin-top: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2.5rem;
}

h2 {
  text-transform: uppercase;
  color: #004C44;
  font-weight: 700;
  font-size: 2rem;
}

h3 {
  color: #004C44;
  font-weight: 700;
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

/* Anchor Links */
a { 
  color: #004C44;
  text-decoration: none;
}
a:hover, a:focus { 
}
a:hover{
  color: #79af38;
  text-decoration: underline;
}
/* Lists */
ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  margin: 0 0 1rem;
}
blockquote p {}
blockquote small {}

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}

.widget-span.header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.widget-span.header-wrapper .row-fluid .page-center {
  max-width: 100%;
  width: 100%;
}

.widget-span.logo-wrapper {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  width: auto;
}


.widget-span.logo-wrapper img:last-child {
  display: none;
}


.widget-span.header-wrapper {
  z-index: 99;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .85)), color-stop(1%, rgba(0, 0, 0, .85)), to(rgba(0, 0, 0, .1)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .85) 1%, rgba(0, 0, 0, .1) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .85) 1%, rgba(0, 0, 0, .1) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .85) 1%, rgba(0, 0, 0, .1) 100%);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.6, 0, .41, 1);
  transition: -webkit-transform .5s cubic-bezier(.6, 0, .41, 1);
  -o-transition: transform .5s cubic-bezier(.6, 0, .41, 1);
  transition: transform .5s cubic-bezier(.6, 0, .41, 1);
  transition: transform .5s cubic-bezier(.6, 0, .41, 1), -webkit-transform .5s cubic-bezier(.6, 0, .41, 1);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 1rem 1rem;
}

.widget-span.header-wrapper .row-fluid .page-center {
  padding: 0;
}

.widget-span.custom-menu-primary {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  width: auto;
}

.widget-span.custom-menu-primary .hs-menu-wrapper {
  padding-top: .8rem;
  padding-bottom: .75rem;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.widget-span.header-search {
  width: auto;
  margin: 0;
}

.widget-span.header-search ul.navbar-search {
  padding-top: .8rem;
  padding-bottom: .75rem;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin: 0;
  padding-left: 0;
}

.widget-span.header-search ul.navbar-search a.nav-link,
.widget-span.header-langauge ul.navbar-lang li a.nav-link {
  padding-left: .45rem;
  padding-right: .45rem;
}

.widget-span.header-search ul.navbar-search a.nav-link {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  outline: 0;
  background-color: transparent;
  border: none;
  display: block;
  padding: .5rem 1rem;
  padding-left: .45rem;
  padding-right: .45rem;
}


.widget-span.header-search ul.navbar-search a.nav-link svg.icon-search-nav {
  position: relative;
  top: 1px;
  overflow: hidden;
  font-size: .9rem;
  fill: rgb(241, 181, 112);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: inline-block;
  width: 1em;
  height: 1em;
}

.widget-span.header-langauge {
  margin: 0;
  width: auto;
}

.widget-span.header-langauge ul.navbar-lang {
  padding-top: .8rem;
  padding-bottom: .75rem;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}


.widget-span.header-langauge ul.navbar-lang li {
  position: relative;
}

.widget-span.header-langauge ul.navbar-lang li a.nav-link {
  display: block;
  padding: .5rem 1rem;
  padding-right: .5rem!important;
  padding-left: .5rem!important;
}

.navbar-lang .icon-caret {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  top: .15rem;
  margin-right: .15rem;
  overflow: hidden;
  font-size: 1.1rem;
  fill: rgb(241, 181, 112);
  display: inline-block;
  width: 1em;
  height: 1em;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.navbar-lang .nav-link {
  color: rgb(241, 181, 112);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.widget-span.header-langauge ul.navbar-lang .dropdown-menu {
  position: static;
  float: none;
  min-width: 100%;
  border: none;
  padding: 0;
  -webkit-box-shadow: 5px 20px 30px rgba(0, 0, 0, .13);
  box-shadow: 5px 20px 30px rgba(0, 0, 0, .13);
  margin: 0 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.widget-span.custom-menu-primary > * {
  margin-left: auto;
}

.widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  display: block;
  padding: .5rem 1rem;
}

.widget-span.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.widget-span.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
}

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

.widget-span.header-search ul.navbar-search,
.widget-span.header-langauge ul.navbar-lang {
  list-style: none;
}

.widget-span.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  color: rgb(241, 181, 112);
  text-decoration: none;
}

.widget-span.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
  position: absolute;
  -webkit-box-shadow: 5px 10px 41px rgba(0, 0, 0, .2);
  box-shadow: 5px 10px 41px rgba(0, 0, 0, .2);
}

.widget-span.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover > ul {
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.widget-span.custom-menu-primary .hs-menu-wrapper>ul ul >li > a {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  padding-left: 1.5rem;
  position: relative;
}

.widget-span.custom-menu-primary .hs-menu-wrapper>ul ul >li > a:before {
  position: absolute;
  top: 50%;
  left: .8rem;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  display: block;
  content: '';
  background-color: #868e96;
}

.widget-span.custom-menu-primary .hs-menu-wrapper>ul ul >li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #004C44;
}

.widget-span.custom-menu-primary .hs-menu-wrapper>ul ul >li > a:hover:before {
  background: #fff;
}

.widget-span.header-search ul.navbar-search li:hover > a.nav-link svg.icon-search-nav {
  fill: #004C44;
}

.widget-span.header-langauge ul.navbar-lang li:hover> a.nav-link {
  color: #004C44;
}

.navbar-lang .nav-link:hover .icon-caret {
  fill: #004C44;
}

.navbar-lang li:hover > .nav-link .icon-caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}



.widget-span.header-langauge ul.navbar-lang li .dropdown-lang a {
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
  padding-bottom: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  display: block;
  width: 100%;
  clear: both;
  color: #212529;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}


.widget-span.header-langauge ul.navbar-lang li:hover>a {
  background: #fff;
}

.widget-span.header-langauge ul.navbar-lang li .dropdown-lang a:hover {
  color: #004C44;
  background-color: #fff;
  text-decoration: none;
}

.navbar-lang li:hover>.nav-link .icon-caret {
  fill: #004C44;
}

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

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

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


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

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

.widget-span.footer-bottom {
  padding-top: 1rem;
  padding-bottom: 4rem;
}

.widget-span.footer-bottom .row-fluid .page-center > div > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}

.widget-span.footer-menu {
  margin: 0;
}

.widget-span.copyright ul.terms-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 1rem;
  margin-bottom: 0;
}

.widget-span.copyright span:not([class]) {
  display: inline-block;
  color: #5f5f5f;
  font-size: .7rem;
  text-transform: uppercase;
  line-height: normal;
}

.widget-span.copyright > div > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget-span.copyright ul.terms-menu > li + li {
  margin-left: .75rem;
}

.widget-span.copyright ul.terms-menu > li >a {
  color: #5f5f5f;
  border-bottom: 1px solid #5f5f5f;
  font-size: .7rem;
  text-transform: uppercase;
}

.widget-span.footer-menu .hs-menu-wrapper > ul > li + li {
  margin-left: .75rem;
}

.widget-span.footer-menu .hs-menu-wrapper > ul > li > a {
  border-bottom: 1px solid #5f5f5f;
  color: #5f5f5f;
  font-size: .7rem;
  text-transform: uppercase;
}


.widget-span.copyright ul.terms-menu {
  line-height: normal;
}


.widget-span.footer-top {
  background-color: #004C44;
  color: #fff;
}

.widget-span.footer-form-wrapper {
}

.widget-span.footer-form-wrapper ul.nav.social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.widget-span.footer-form-wrapper ul.nav.social-list >li:not(:last-child) {
  margin-right: .5rem;
}

.widget-span.footer-form-wrapper ul.nav.social-list >li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem .65rem;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.widget-span.footer-form-wrapper ul.nav.social-list >li > a svg {
  overflow: hidden;
  font-size: 1rem;
  fill: #fff;
  display: inline-block;
  width: 1em;
  height: 1em;
}

.widget-span.footer-form-wrapper .news-subscription {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.widget-span.footer-form-wrapper .news-subscription .form-news-subscription-title {
  margin-bottom: .5rem;
}

.widget-span.footer-form-wrapper .news-subscription form .hs-form-required {
  display: none;
}

.widget-span.footer-form-wrapper .news-subscription form .hs-email {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  display: block;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  margin: 0;
  font-family: inherit;
}

.widget-span.footer-form-wrapper .news-subscription form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.widget-span.footer-form-wrapper .news-subscription form .hs-submit {
  margin-left: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.widget-span.footer-form-wrapper .news-subscription form input[type="submit"] {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background-color: rgb(241, 181, 112);
  color: #fff;
  border-color: rgb(241, 181, 112);
  font-weight: 700;
  text-transform: uppercase;
  padding-top: .55rem;
  display: inline-block;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  padding-top: .55rem;
  line-height: 1.5;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin:0;
}

.widget-span.footer-form-wrapper .news-subscription form input[type="email"] {
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #fff;
  font-family: inherit;
}

.widget-span.footer-form-wrapper .news-subscription form .hs-form-field > label {
  display: none;
}

.widget-span.footer-form-wrapper .news-subscription .form-info-footer {
  margin-top: .5rem;
  font-size: .6rem;
  line-height: 1.3;
}

.widget-span.footer-form-wrapper .news-subscription .form-info-footer a {
  color: #fff;
  text-decoration: underline;
}

.widget-span.footer-form-wrapper .news-subscription .form-info-footer a:hover {
  color: #517526;
}

.widget-span.footer-form-wrapper p {
  font-size: .9rem;
}

.widget-span.footer-wrapper .footer__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  padding-bottom: .8rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.footer__title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30%;
  background-color: #fff;
}

.widget-span.footer-wrapper .footer__title a {
  color: inherit;
}

.widget-span.footer-contact-wrapper .footer__address {
  font-size: .95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-style: normal;
}

.widget-span.footer-top .footer__email,
.widget-span.footer-top  .footer__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.widget-span.footer-top .footer__phone {
  margin-top: 1rem;
  margin-bottom: .5rem;
  overflow: hidden;
}

.widget-span.footer-top .icon-phone {
  font-size: 1rem;
  width: 1em;
  fill: #fff;
}

.widget-span.footer-top .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
}

.widget-span.footer-top .footer-contact-wrapper .icon-email,
.widget-span.footer-top .footer-contact-wrapper .icon-phone {
  margin-right: .7rem;
}

.widget-span.footer-top .icon-email {
  font-size: 1rem;
  width: 1em;
  fill: #fff;
}

.widget-span.footer-top .footer__email a {
  border-bottom: 1px solid transparent;
  border-bottom-color: #fff;
  color: #fff;
}

.widget-span.footer-top .footer__phone a {
  border: none;
  color: #fff;
}

.widget-span.footer-contact-wrapper .footer__address .footer-btn-main {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.widget-span.footer-contact-wrapper .footer-btn-main a {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  background-color: rgb(241, 181, 112);
  color: #fff;
  border-color: rgb(241, 181, 112);
  font-weight: 700;
  text-transform: uppercase;
  padding-top: .55rem;
  display: inline-block;
}

.widget-span.footer-contact-wrapper > div >a {
  border-bottom: 1px solid transparent;
  border-bottom-color: #fff;
  font-size: .85rem;
  color: #fff;
}

.widget-span.footer-contact-wrapper > div > .footer-btn-main {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.widget-span.footer-top .row-fluid .page-center > div > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: auto;
}

.widget-span.footer-contact-wrapper {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.widget-span.footer-form-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-left: 0;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
}

.widget-span.copyright ul.terms-menu>li>a {
  display: inherit;
}

.widget-span.footer-rss {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.widget-span.footer-rss h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
  padding-bottom: .8rem;
  margin-bottom: 1.5rem;
  position: relative;
  line-height: 1.5;
  color: #fff;
}

.widget-span.footer-menu .hs-menu-wrapper>ul>li>a {
  display: inline;
}

.widget-span.footer-rss h3:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 30%;
  background-color: #fff;
}

.widget-span.footer-rss .hs-rss-item {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
  font-size: .95rem;
  margin-bottom: 1rem;
}

.widget-span.footer-rss .hs-rss-module {
  margin-bottom: 1rem;
}

.widget-span.footer-rss .hs-rss-item a.hs-rss-title {
  color: #fff;
  border-bottom: 1px solid transparent;
  border-bottom-color: #fff;
}

.widget-span.footer-rss .hs-rss-item  .hs-rss-byline {
  font-size: .75rem;
  margin-top: .25rem;
  color: #6c9c32;
  opacity: 1;
}

.widget-span.footer-rss .hs-rss-item a.hs-rss-title {
  color: #fff;
  border-bottom: 1px solid transparent;
  border-bottom-color: #fff;
}

.widget-span.footer-rss .hs-rss-item  .hs-rss-byline {
  font-size: .75rem;
  margin-top: .25rem;
  color: #6c9c32;
  opacity: 1;
}

.widget-span.footer-form-wrapper .news-subscription .hs_cos_wrapper_type_form {
  padding: 0;
  margin: 0;
}

.widget-span.footer-contact-wrapper>div>a:hover {
  color: #517526;
  border-bottom-color: #517526;
  text-decoration: none;
}

.widget-span.footer-top .footer__email a:hover {
  color: #517526;
  border-bottom-color: #517526;
  text-decoration: none;
}

.widget-span.footer-top .footer__phone a:focus,
.widget-span.footer-top .footer__phone a:hover {
  text-decoration: none;
  color: #fff;
  cursor: text;
}

.widget-span.footer-wrapper .footer__title a:hover {
  text-decoration: none;
}

.widget-span.footer-rss .hs-rss-item a.hs-rss-title:hover {
  border-bottom-color: #517526;
  color: #517526;
  text-decoration: none;
}

.widget-span.footer-form-wrapper ul.nav.social-list>li>a:focus svg,
.widget-span.footer-form-wrapper ul.nav.social-list>li>a:hover svg {
  fill: #517526;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

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

  .widget-span.mobile-toggle {
    display: none;
  }
  .widget-span.mobile-menu{
    display:none;
  }

  .widget-span.header-langauge ul.navbar-lang li:hover .dropdown-lang {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}


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

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

@media (max-width: 991px){

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 10px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

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

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

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

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #000;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }

  .widget-span.custom-menu-primary {
    display: none;
  }


  .widget-span.header-wrapper .row-fluid .page-center>div>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .widget-span.header-wrapper .row-fluid .page-center>div>div:before,.widget-span.header-wrapper .row-fluid .page-center>div>div:after {
    display: none;
  }

  .widget-span.logo-wrapper img {
    max-width: 100px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .widget-span.header-langauge ul.navbar-lang .dropdown-menu {
    position: absolute;
    visibility: hidden;
  }

  .widget-span.header-search {
    float: right;
    position: absolute;
    top: -.5rem;
    right: 9rem;
  }

  .widget-span.header-wrapper .row-fluid .page-center {
    position: relative;
  }

  .widget-span.header-langauge ul.navbar-lang {
    right: 4rem;
    position: absolute;
    top: -.5rem;
  }

  .widget-span.mobile-toggle {
    width: auto;
    float: right;
    margin: 0;
  }

  .widget-span.mobile-toggle button {
    width: auto;
    margin: 0;
    padding: .25rem 0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    background: transparent;
    float: right;
    background-color: transparent;
    border: 0;
    font-size: 1.25rem;
    padding-left: 0;
    padding-right: 1px;
  }

  button.navbar-toggler .hamburger {
    display: inline-block;
    width: 1.52em;
    height: 1.75em;
    padding-top: .3em;
    padding-bottom: .3em;
    vertical-align: middle;
    content: "";
    background: center center/100% 100% no-repeat;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition: all .4s cubic-bezier(.23, 1, .32, 1);
    -o-transition: all .4s cubic-bezier(.23, 1, .32, 1);
    transition: all .4s cubic-bezier(.23, 1, .32, 1);
  }

  .hamburger__patty {
    width: 100%;
    height: 2px;
    margin: 0 0 4px 0;
    background: #fff;
    -webkit-transition: all .4s cubic-bezier(.23, 1, .32, 1);
    -o-transition: all .4s cubic-bezier(.23, 1, .32, 1);
    transition: all .4s cubic-bezier(.23, 1, .32, 1);
  }

  .hamburger__patty:last-child {
    margin-bottom: 0;
  }

  button.navbar-toggler .hamburger {
    text-align: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .widget-span.copyright {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .widget-span.footer-menu {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .widget-span.copyright ul.terms-menu {
    margin-top: 0;
    margin-left: 1rem;
  }

  .widget-span.footer-menu .hs-menu-wrapper>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 1rem;
  }

  .widget-span.footer-rss {
    margin-left: 0;
  }

  .widget-span.mobile-menu .hs-menu-wrapper > ul > li > a {
    display: block;
    padding: .5rem 1rem;
    padding-left: .45rem;
    padding-right: .45rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
  }

  .widget-span.mobile-menu .hs-menu-wrapper > ul {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
  }

  .widget-span.mobile-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
  }

  .widget-span.mobile-menu .hs-menu-wrapper > ul ul {
    -webkit-box-shadow: 5px 10px 41px rgba(0, 0, 0, .2);
    box-shadow: 5px 10px 41px rgba(0, 0, 0, .2);
    top: 100%;
    left: 0;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid transparent;
  }

  .widget-span.mobile-menu .hs-menu-wrapper > ul ul > li > a {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    padding-left: 1.5rem;
    position: relative;
  }

  .widget-span.mobile-menu .hs-menu-wrapper > ul ul > li > a:before {
    position: absolute;
    top: 50%;
    left: .8rem;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    display: block;
    content: '';
    background-color: #868e96;
  }

  .widget-span.mobile-menu .hs-menu-wrapper > ul ul {
    display: none;
  }


  .widget-span.mobile-menu .hs-menu-wrapper > ul > li > a:hover,.widget-span.mobile-menu .hs-menu-wrapper > ul > li > a:focus {
    color: rgb(241, 181, 112);
    text-decoration: none;
  }

  .mobile-open .widget-span.header-wrapper {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, .85)), color-stop(2%, rgba(0, 0, 0, .85)), to(rgba(0, 0, 0, .85)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .85) 1%, rgba(0, 0, 0, .85) 2%, rgba(0, 0, 0, .85) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .85) 1%, rgba(0, 0, 0, .85) 2%, rgba(0, 0, 0, .85) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .85) 1%, rgba(0, 0, 0, .85) 2%, rgba(0, 0, 0, .85) 100%);
  }

  .widget-span.mobile-menu .hs-menu-wrapper > ul ul > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #004C44;
  }

  .widget-span.mobile-menu .hs-menu-wrapper > ul ul > li > a:hover:before {
    background: #fff;
  }

  .widget-span.mobile-menu .hs-menu-wrapper {
    display: none;
  }

  button.navbar-toggler {
    outline: none;
  }

  .mobile-open .hamburger__patty:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(8px, 8px);
    -ms-transform: rotate(45deg) translate(8px, 8px);
    transform: rotate(45deg) translate(8px, 8px);
  }

  .mobile-open .hamburger__patty:nth-child(2) {
    opacity: 0;
  }

  .mobile-open .hamburger__patty:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    -ms-transform: rotate(-45deg) translate(5px, -5px);
    transform: rotate(-45deg) translate(5px, -5px);
  }


  .widget-span.mobile-menu .hs-menu-wrapper>ul {
    display: block;
    width: 100%;
  }

  .widget-span.mobile-menu .hs-menu-wrapper>ul>li {
    width: 100%;
  }

  .widget-span.mobile-menu .hs-menu-wrapper>ul ul {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

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


  .widget-span.mobile-menu .hs-menu-wrapper>ul ul>li:first-child {
    padding-top: 0.5rem;
  }

  .widget-span.mobile-menu .hs-menu-wrapper>ul ul>li:last-child {
    padding-bottom: 0.5rem;
  }

  .widget-span.mobile-menu .hs-menu-wrapper>ul ul {
    padding: 0;
  }



  .widget-span.mobile-menu .hs-menu-wrapper {
    overflow-y: auto !important;
    max-height: calc(100vh - 60px) !important;
  }

}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

/* 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 {
  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 {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


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

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

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

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

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

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


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


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

/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* 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 {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

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 {
  outline:none;
  color: #495057;
  background-color: #fff;
  border-color: #dcedc7;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(159, 206, 102, .25);
  box-shadow: 0 0 0 0.2rem rgba(159, 206, 102, .25);

}

/* 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 {
  padding: 0;
  margin: 0;
}
.hs-error-msgs li {
  list-style: none;
}
.hs-error-msgs label {
  color: #f00;
  font-size: 1em;
  display: block;
}
.hs_error_rollup ul {
  margin: 0;
  padding: 0;
}



.hs-form-required {
  color: #dc3545;
}

.hs-form-field > label {
  font-size: .875rem;
  margin-bottom: .25rem;
  color: #212529;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}


.hs-form-field {
  margin-bottom: .75rem;
}
/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #868e96 !important;
  opacity: 1;
} /* IE10 */

.widget-span.footer-form-wrapper ::placeholder,
.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

/* =============== 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"] {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  background-color: rgb(241, 181, 112);
  color: #fff;
  border-color: rgb(241, 181, 112);
  font-weight: 700;
  text-transform: uppercase;
  padding-top: .45rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  display:inline-block;
  white-space:normal !important;
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  margin:10px 0;
  font-family:"Century Gothic", CenturyGothic, AppleGothic, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

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

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


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

.hs-search-results__listing li {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border: 1px solid #dee2e6;
}

.hs-search-results__description {
  font-size: .85rem;
  line-height: 1.4;
  margin-bottom: .25rem;
}

.hs-search-results__title {
  display: block;
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.3;
  font-size: .95rem;
}
h3.form-title {
  font-size: 1.3rem;
  line-height: 1.5;
}
.hs-blog-post .section.post-footer form::before {
  content: "Leave a comment";
  margin-bottom: 50px;
  text-align: left;
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
}
.hs-bottom-rss-slider {
  overflow: hidden;
}

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

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration{
  display: none; 
}


.comment-date {
  display: block;
  text-align: left;
} 



.replying {
  padding: 0 15px !IMPORTANT;
}

.hs-banner-area {
  position: relative;
  background-color: #004C44;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding-top: 12rem;
  padding-bottom: 7rem;
}

.hs-banner-area:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .45);
  content: "";
  z-index: 0;
}

.hs-banner-area .inner-wrapper{
  position:relative;
}

.hs-banner-area h1 {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: .5rem;
  font-family: inherit;
  line-height: 1.2;
  color: #fff;
}

.widget-span.header-wrapper .row-fluid .page-center>div>div {
  display: flex;
}

.widget-span.footer-menu .hs-menu-wrapper>ul>li>a:hover {
  color: #004C44;
  border-bottom-color: #004C44;
  text-decoration: none;
}

.widget-span.copyright ul.terms-menu>li>a:hover {
  color: #004C44;
  border-bottom-color: #004C44;
}

.hs-blog-post .section.post-footer,
.hs_cos_wrapper_type_password_prompt, 
.hs-search-field__bar, 
.hs_cos_wrapper_type_form, 
.widget-type-blog_subscribe,
.widget-type-google_search, 
.widget-type-password_prompt.custom_error_message, 
.widget-type-email_simple_subscription {
  background-color: #fafafa;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom:15px;
  display:block;
}




.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity .15s linear,visibility .15s linear;
  -o-transition: opacity .15s linear,visibility .15s linear;
  transition: opacity .15s linear,visibility .15s linear;
  visibility: hidden;
}

.close:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.form-search-modal .close {
  position: absolute;
  right: 2%;
  top: 27%;
  margin: 0;
  font-family: inherit;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}



.show-modal .modal.modal-search {
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
}


.show-contact-popup  .modal.modal-contact-footer {
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
}

.modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.show-modal .modal-search .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-search .modal-content {
  border: none;
  background-color: rgba(255, 255, 255, .98);
}

.modal-content {
  -webkit-box-shadow: 5px 20px 30px rgba(0, 0, 0, .13);
  box-shadow: 5px 20px 30px rgba(0, 0, 0, .13);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #fff;
  outline: 0;
}

.modal-search .modal-body {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.modal-body {
  color: #212529;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.form-search-modal {
  position: relative;
}

.form-search-modal .form-control {
  color: #495057;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-color: rgba(255, 255, 255, .98);
  width: 90%;
  font-size: 1rem;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  font-family: inherit;
  max-width: 100%;
  border-color: rgba(255, 255, 255, .98);
  width: 90%;
  font-size: 1rem;
}

.modal-search .modal-body .page-center {
  padding: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.show-modal  .modal-backdrop {
  opacity: .5;
}

.show-contact-popup .modal-backdrop {
  opacity: .5;
}
.modal-backdrop {
  visibility: hidden;
}

.show-modal  .modal-backdrop {
  visibility: visible;
}

.show-contact-popup .modal-backdrop {
  visibility: visible;
}

.widget-span.footer-contact-wrapper .footer-btn-main a:hover {
  background-color: #ef8409;
  color: #fff;
  border-color: #ef8409;
  text-decoration: none;
}

.widget-span.footer-form-wrapper .news-subscription form input[type="submit"]:hover {
  background-color: #ef8409;
  color: #fff;
  border-color: #ef8409;
}





.show-contact-popup .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-contact-footer form fieldset > div {
  margin-bottom: .75rem;
  width: 100% !important;
  float: none !important;
  padding: 0 !important;
}

.modal-contact-footer form .hs-submit {
  padding-left: 15px;
}

.modal-contact-footer .modal-header h5 {
  color: #004C44;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-contact-footer .modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
}

.modal-contact-footer .modal-body {
}

.modal-contact-footer .inner-sections {
  background-color: #fafafa;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.modal-contact-footer .modal-body .hs_cos_wrapper_type_form {
  max-width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

.modal-contact-footer h3 {
  display: none;
}

.modal-contact-footer {
}

.modal-contact-footer form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.modal-contact-footer form fieldset {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.modal-contact-footer .modal-header button.close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  font-family: inherit;
}

.hs-form-field>label {
  display: block;
}

.form-question-title {
  font-size: 1.1rem;
}

.form-question-subtitle {
  font-size: .85rem;
  color: #495057;
}


.widget-span.header-search ul.navbar-search a.nav-link:hover,
.widget-span.header-langauge ul.navbar-lang li a.nav-link:hover {
  cursor: pointer;
}


body:not(.blog) .body-container-wrapper .content-wrapper.page-center {
  padding-top: 30px;
  padding-bottom: 30px;
}


.lp .widget-span.custom-menu-primary,
.lp .widget-span.header-search,
.lp .widget-span.header-langauge,
.lp .widget-span.mobile-toggle {
  opacity: 0;
  visibility: hidden;
}

.no-banner .header-container-wrapper {
  min-height: 108px;
}




a#back-to-top {
  opacity: .5;
}

a#back-to-top.show {
  visibility: visible;
  opacity: .5;
}

a#back-to-top {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -o-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  display: inline-block;
  visibility: hidden;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -o-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  white-space: nowrap;
  opacity: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 1040;
  text-align: center;
  padding-top: .55rem;
  border: none;
}

a#back-to-top .icon-top {
  font-size: 1rem;
  fill: #fff;
  display: inline-block;
  width: 1em;
  height: 1em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

a#back-to-top.show:hover {
  opacity: 1;
}


.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.breadcrumb li {
  font-size: .8rem;
  color: #5f5f5f;
}

.breadcrumb li a {
  color: #5f5f5f;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li .separator {
  display: inline-block;
  padding-right: .5rem;
  padding-left: .5rem;
  color: #868e96;
}


.post-listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-listing .hs-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.news-item {
  margin-bottom: 3rem;
}
.post-listing .hs-row > div {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


.news-item__image {
  height: 180px;
  overflow: hidden;
  background-color: #000;
  margin-bottom: .5rem;
}
.news-item__image img {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
}
.news-item__image:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: .75;
}

.hs-news-title {
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.3;
  font-size: .95rem;
}

.hs-news-date {
  font-size: .75rem;
  color: #adb5bd;
  line-height: 1;
  margin-bottom: .5rem;
}

.post-item .post-body {
  font-size: .85rem;
  line-height: 1.4;
  margin-bottom: .25rem;
}
.more-link {
  border-bottom: 1px solid #004C44;
  font-size: .9rem;
}

.more-link:hover {
  color: rgb(241, 181, 112);
  border-bottom-color: rgb(241, 181, 112);
  text-decoration: none;
}
.hs-blog-listing .blog-content {
  margin-top: 2rem;
}



.blog-pagination {
  margin-bottom: 30px;
}
.blog-pagination a {
  display: table;
}



/****** Blog post ******//

.hs-post-footer {
  margin-top: 1rem;
}
.hs-post-footer-share-title,
.hs-post-footer-date {
  color: #adb5bd;
  font-size: .95rem;
}


.sharethis-inline-share-buttons > a {
  -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  height: 32px;
  line-height: 32px;
  margin-right: 8px;
  padding: 0 8px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
}

.sharethis-inline-share-buttons > a:hover {
  opacity: .8;
  top: -4px;
}

a[data-network='twitter'] {
  background-color: #55acee;
}
a[data-network='facebook'] {
  background-color: #4267B2;
}
a[data-network='linkedin'] {
  background-color: #0077b5;
}
a[data-network='email'] {
  background-color: #7d7d7d;
}
.sharethis-inline-share-buttons > a img {
  margin-bottom: 2rem;
  display: inline-block;
  height: 16px;
  width: 16px;
  position: relative;
  top: 8px;
  vertical-align: top;
}


.aside-menu-title {
  color: #004C44;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #004C44;
}

.aside-menu-list {
  padding-left: 0;
  list-style: none;
}

.aside-menu-list__item {
  margin-bottom: 1rem;
}

.aside-menu-list__date {
  font-size: .85rem;
  color: #adb5bd;
}

.aside-menu-list__link {
  color: #343a40;
}

.aside-menu-list__link:hover {
  color: #79af38;
  text-decoration: underline;
}

.hs-blog-post-group {
  margin-top: 2rem;
}
.hs-blog-post .section.post-footer{
  padding-top:20px;
}
.hs-blog-post .section.post-footer input.hs-input,
.hs-blog-post  .section.post-footer textarea {
  max-width: 100%;
}
.hs-post-footer-date {
  margin-bottom: 1rem;
}

.blog-post-wrapper .section.post-body {
  padding-bottom: 30px;
}


/***** Rss Slider ********/

.hs-bottom-rss-slider .hs-rss-item > div {
  display: flex;
  flex-direction: column-reverse;
}
.hs-bottom-rss-slider .hs-rss-item .hs-rss-item-text {
  width: 100%;
}

.hs-bottom-rss-slider .hs-rss-item .hs-rss-item-image-wrapper {
  width: 100%;
}



.hs-bottom-rss-slider .hs-rss-item > div {
  margin-right: 15px;
  margin-left:15px;
}

.hs-bottom-rss-slider .slick-list {
  margin: 0 -15px;
}


.hs-bottom-rss-slider .hs-rss-item .hs-rss-item-image-wrapper {
  height: 150px;
  overflow: hidden;
  background-color: #000;
  margin-bottom: .5rem;
}

.hs-bottom-rss-slider .hs-rss-item .hs-rss-item-text {
  padding-left: .5rem;
  padding-right: .5rem;
}

.hs-bottom-rss-slider .hs-rss-item > div {
  background-color: #f8f9fa;
}

.hs-bottom-rss-slider .hs-rss-item-text a.hs-rss-title {
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.3;
}

.hs-bottom-rss-slider .hs-rss-description {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: auto;
  font-size: .85rem;
  line-height: 1.4;
  margin-bottom: .25rem;
}

.hs-bottom-rss-slider .hs-rss-description p a {
  border-bottom: 1px solid transparent;
  border-bottom-color: #004C44;
  font-size: .9rem;
  display: inline-block;
  width: auto;
  margin-right: 20px;
}

.widget-span.hs-bottom-rss-slider .slick-dots {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.widget-span.hs-bottom-rss-slider .slick-dots li {
  display: inline-block;
  zoom: 1; margin: 0;
  width: auto;
  height: auto;
}

.widget-span.hs-bottom-rss-slider .slick-dots li button {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  padding: 0;
}

.widget-span.hs-bottom-rss-slider .slick-dots {
  line-height: normal;
  position:static;
}

.widget-span.hs-bottom-rss-slider .slick-dots li button:before {
  display: none;
}

.widget-span.hs-bottom-rss-slider .slick-dots li.slick-active button {
  background: #004C44;
}

.widget-span.hs-bottom-rss-slider .slick-dots {
  line-height: normal;
  bottom: -16px;
}


.widget-span.hs-bottom-rss-slider h3 {
  text-transform: uppercase;
  color: #004C44;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: 1.5rem;
}


.widget-span.hs-bottom-rss-slider {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.widget-span.footer-wrapper {
  margin-top: 4rem;
}

.hs-bottom-rss-slider .hs-rss-description p a:hover {
  color: rgb(241, 181, 112);
  border-bottom-color: rgb(241, 181, 112);
  text-decoration: none;
}

.widget-span.hs-bottom-rss-slider .slick-dots li button:hover {
  background: #004C44;
}


.widget-span.header-wrapper.is-fixed {
  transform: translateY(-100%);
}



.widget-span.footer-form-wrapper .news-subscription form .hs_error_rollup {
  display: none;
}



.widget-span.footer-form-wrapper .news-subscription form .hs-input.invalid.error {
  border-color: #dc3545 !important;
}

.widget-span.footer-form-wrapper .news-subscription form input[type="email"] {
  min-height: 41px;
}
.widget-span.footer-form-wrapper .news-subscription form input[type="email"]:focus{
  border-color: rgb(241, 181, 112);
}

.modal-contact-footer form .hs-submit input[type="submit"] {
  padding-top: .45rem;
  font-size: .875rem;
  line-height: 1.5;
  padding-left: 33px;
  background-image: url(//6547029.fs1.hubspotusercontent-na1.net/hubfs/6547029/TradinOrganic_November2019/Images/telegram_icon.png);
  background-size: 14px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
}

#contactMainModal1 .hs_error_rollup {
  padding-left: 15px;
}
.modal-contact-footer form input[type="text"]:focus,
.modal-contact-footer form input[type="email"]:focus {
  color: #495057;
  background-color: #fff;
  border-color: #dcedc7 !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(159, 206, 102, .25);
  box-shadow: 0 0 0 0.2rem rgba(159, 206, 102, .25);
}

.widget-span.footer-form-wrapper .news-subscription form .hs-error-msgs label {
  background-color: #004C44;
  width: 100%;
  padding:5px 0;
}

.widget-span.footer-form-wrapper .news-subscription form .hs-error-msgs {
  width: 100%;
  display: none;
}

.widget-span.footer-form-wrapper .news-subscription form .hs-submit {
  background-color: #004C44;
}

.widget-span.footer-rss h3 a {
  color: inherit;
  text-decoration: none;
}

.widget-span.footer-rss h3 {
  display: none;
}

.widget-span.footer-rss .widget-span.latest-news h3 {
  display: block;
}

.form-search-modal .form-control:focus {
  box-shadow: none;
  border-color: #fff;
}


.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.widget-span.footer-form-wrapper .news-subscription .hs_cos_wrapper_type_form {
  background: transparent;
}

.mobile-open button.navbar-toggler .hamburger {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}



.post-listing .no-featured-img .hs-row>div.news-item-info-col{
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
}

.modal-contact-footer .modal-header button.close:hover {
  color: #000;
  text-decoration: none;
  opacity: .75;
}


.modal-contact-footer form .hs-form-required {
  margin-left: 4px;
}



.widget-span.header-langauge ul.navbar-lang li.sub-menu-open .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.widget-span.header-langauge ul.navbar-lang li>a.nav-link:focus {
  color: #004C44;
}

.widget-span.header-langauge ul.navbar-lang li>a.nav-link:focus .icon-caret {
  fill: #004C44;
}

.hs-bottom-rss-slider .slick-list .hs-rss-item {
  margin-bottom: 0;
  padding-bottom: 1rem;
  outline:none !important;
}

.hs-bottom-rss-slider .hs-rss-item .hs-rss-item-image-wrapper img {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hs-bottom-rss-slider .hs-rss-item .hs-rss-item-image-wrapper:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: .75;
}


.sharethis-inline-share-buttons>a:hover {
  text-decoration: none;
}


.hs-post-footer-share-title {
  margin-bottom: .5rem;
  display: block;
}

.hs-bottom-rss-slider .hs-rss-description a {
  display: table !important;
  margin-right: 0 !important;
  margin-top:0.25rem;
}

.hs-bottom-rss-slider h3 a {
  color: #004C44 !important;
  text-decoration: none !important;
}
/* Styles that do not fit into any of the available sections above can go here. */


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


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

@media (min-width: 360px) {
  .widget-span.custom-menu-primary .hs-menu-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .widget-span.header-search ul.navbar-search,
  .widget-span.header-langauge ul.navbar-lang {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .widget-span.hs-bottom-rss-slider h3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

}

@media (min-width: 576px) {
  .container-fluid .row-fluid .page-center {
    max-width: 540px;
  }
  .modal-search .modal-dialog {
    max-width: 100%;
  }

  .modal-contact-footer .modal-lg {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .hs-post-footer-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sharethis-inline-share-buttons.st-left {
    margin-top: 0;
    margin-left: 1rem;
  }


  .widget-span.blog-content {
    margin-bottom: 3rem;
  }
  .sharethis-inline-share-buttons > a.st-last {
    display: none;
  }


  .hs-post-footer-share-title {
    margin-bottom: 0;
  }

}


@media(min-width:768px){
  .hs_cos_wrapper_type_password_prompt, 
  .hs-search-field__bar, 
  .hs_cos_wrapper_type_form, 
  .widget-type-blog_subscribe,
  .widget-type-google_search, 
  .widget-type-password_prompt.custom_error_message, 
  .widget-type-email_simple_subscription {
    display: block;
    max-width: 500px;
    width: 100%;
  }
  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 {
    width: 100%;
    max-width: 500px;
    display: block;
  }




  .container-fluid .row-fluid .page-center {
    max-width: 720px;
  }

  h2 {
    font-size: 1.8rem;
  }

  .widget-span.footer-menu .hs-menu-wrapper > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

  .widget-span.footer-contact-wrapper, .widget-span.footer-form-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .widget-span.hs-bottom-rss-slider h3 {
    font-size: 1.8rem;
  }

  .news-item__image {
    height: 150px;
    margin-bottom: 0;
  }
  .post-listing .hs-row .news-item-img-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .post-listing .hs-row .news-item-info-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

@media (min-width: 992px) {
  .modal-contact-footer form .hs-submit {
    position: absolute;
    right: 177px;
    bottom: 25px;
  }
  .container-fluid .row-fluid .page-center {
    max-width: 960px;
  }

  .widget-span.header-wrapper .row-fluid .page-center > div > div {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .hs-banner-area h1 {
    font-size: 3rem;
  }

  .widget-span.custom-menu-primary {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .widget-span.header-search ul.navbar-search,
  .widget-span.header-langauge ul.navbar-lang {
    margin-left: .5rem;
  }

  .widget-span.header-search ul.navbar-search a.nav-link,
  .widget-span.header-langauge ul.navbar-lang li a.nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }

  .widget-span.header-langauge ul.navbar-lang {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    top: auto;
    right: auto;
  }

  .widget-span.header-langauge ul.navbar-lang .dropdown-menu {
    right: 0;
    left: auto;
    position: absolute;
    display: block;
    visibility: hidden;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    top: 99%;
  }

  h2 {
    font-size: 2.2rem;
  }

  .widget-span.copyright {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .widget-span.footer-menu {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .widget-span.copyright ul.terms-menu {
    margin-top: .5rem;
    margin-left: 0;
  }

  .widget-span.footer-menu .hs-menu-wrapper > ul {
    margin-top: 0;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .widget-span.footer-form-wrapper p {
    font-size: .85rem;
  }

  .widget-span.footer-wrapper .footer__title {
    margin-bottom: 2rem;
  }

  .widget-span.footer-contact-wrapper .footer__address {
    font-size: .85rem;
  }

  .widget-span.footer-contact-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .widget-span.footer-form-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .widget-span.footer-rss {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: auto;
  }

  .widget-span.footer-rss h3 {
    margin-bottom: 2rem;
  }

  .widget-span.footer-rss .hs-rss-item {
    font-size: .85rem;
  }

  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: .875rem;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper>ul ul >li > a {
    font-size: .75rem;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    padding: .5rem 0;
    margin: 0 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid transparent;
    display: block;
    visibility: hidden;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s !important;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    top: 99%;
    left: 0;
  }


  .widget-span.header-langauge ul.navbar-lang li .dropdown-lang a {
    font-size: .75rem;
  }


  .modal-contact-footer .modal-lg {
    max-width: 800px;
  }

  .modal-contact-footer form fieldset {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .widget-span.hs-bottom-rss-slider h3 {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }


  .post-listing .post-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .post-listing .post-item:nth-child(odd) {
    padding-right: 3rem;
  }
  .post-listing .post-item:nth-child(even) {
    padding-left: 3rem;
  }
  .news-item__image {
    margin-bottom: .5rem;
    height: 180px;
  }
  .hs-blog-post-group .widget-span.widget-type-cell.page-center.content-wrapper {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .post-listing .hs-row > div.news-item-img-col,
  .post-listing .hs-row > div.news-item-info-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


@media (min-width: 1200px) {
  .container-fluid .row-fluid .page-center {
    max-width: 1140px;
  }

  .widget-span.logo-wrapper img.logo-normal {
    max-width: 160px;
  }

  .hs-banner-area h1 {
    font-size: 3.5rem;
  }

  .widget-span.header-search ul.navbar-search,
  .widget-span.header-langauge ul.navbar-lang {
    margin-left: 1.5rem
  }

  .widget-span.header-search ul.navbar-search a.nav-link,
  .widget-span.header-langauge ul.navbar-lang li a.nav-link {
    padding-left: .85rem;
    padding-right: .85rem;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: .85rem;
    padding-right: .85rem;
  }

  .widget-span.footer-contact-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .widget-span.footer-form-wrapper {
    margin-left: auto;
    padding-right: 1.5rem;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper>ul ul >li > a {
    font-size: .85rem;
  }

  .widget-span.header-langauge ul.navbar-lang li .dropdown-lang a {
    font-size: .85rem;
  }


  .news-item {
    margin-bottom: 4.5rem;
  }
  .post-listing .post-item:nth-child(odd) {
    padding-right: 2rem;
  }
  .post-listing .post-item:nth-child(even) {
    padding-left: 2rem;
  }
  .post-listing .hs-row > div.news-item-img-col,
  .post-listing .hs-row > div.news-item-info-col  {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .post-listing .hs-row > div.news-item-info-col {
    padding-left: 0;
  }
  .news-item__image {
    margin-bottom: 0;
    height: 150px;
  }
  .post-item .post-body {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
  .hs-blog-post-group .widget-span.widget-type-cell.page-center.content-wrapper {
    padding-right: 5rem;
    padding-left: 5rem;
  }
  .blog-sidebar {
    padding-left: 2rem;
  }
}

@media (min-width: 1400px) {
  .container-fluid .row-fluid .page-center {
    max-width: 1355px;
  }

  .hs-banner-area {
    padding-top: 20rem;
    padding-bottom: 15rem;
  }

  .news-item__image {
    margin-bottom: 0;
    height: 170px;
  }
  .post-item .post-body {
    -webkit-line-clamp: 5;
  }
}



@media (min-width: 1200px) and (min-width: 992px) {
  .widget-span.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    min-width: 9rem;
  }
}

@media (max-width: 1399.99px) and (min-width: 1350px) {
  .widget-span.custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .widget-span.header-search ul.navbar-search a.nav-link,
  .widget-span.header-langauge ul.navbar-lang li a.nav-link {
    font-size: .9rem;
  }
}

@media (min-width: 1350px) {
  .container-fluid .row-fluid .page-center {
    max-width: 1300px;
  }

  .widget-span.custom-menu-primary .hs-menu-wrapper>ul ul >li > a {
    font-size: .95rem;
  }

  .widget-span.header-langauge ul.navbar-lang li .dropdown-lang a {
    font-size: .95rem;
  }

  .form-search-modal .form-control {
    font-size: 1.25rem;
  }


}


@media (min-width: 1350px) and (min-width: 992px) {
  .widget-span.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul {
    min-width: 10rem;
  }
}





@media (max-width: 1599.99px) and (min-width: 1400px) {
  .widget-span.custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .widget-span.header-search ul.navbar-search a.nav-link,
  .widget-span.header-langauge ul.navbar-lang li a.nav-link {
    font-size: .95rem;
  }
}





@media (min-width: 1600px) {
  .container-fluid .row-fluid .page-center {
    max-width: 1580px;
  }
}

@media (max-width: 1349.99px) and (min-width: 1200px){
  .widget-span.custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .widget-span.header-search ul.navbar-search a.nav-link,
  .widget-span.header-langauge ul.navbar-lang li a.nav-link {
    font-size: .78rem;
  }
}

@media (max-width: 1199.99px) and (min-width: 992px){
  .widget-span.custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .widget-span.header-search ul.navbar-search a.nav-link,
  .widget-span.header-langauge ul.navbar-lang li a.nav-link {
    font-size: .65rem;
    padding-left: .45rem;
    padding-right: .45rem;
  }

  .widget-span.header-search ul.navbar-search a.nav-link svg.icon-search-nav {
    font-size: .8rem;
  }

  .navbar-lang .icon-caret {
    font-size: 1rem;
  }

  .widget-span.logo-wrapper {
    width: auto;
  }

  .widget-span.logo-wrapper img {
    max-width: 100px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }


  .widget-span.logo-wrapper > div {
    display: flex;
    align-items: center;
    height: 100%;
  }

}


@media(max-width:991px){
  .widget-span.blog-content,.widget-span.blog-sidebar {
    width: 100%;
    margin-left: 0;
  }
  .modal-contact-footer form {
    display: block;
  }
}

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

@media (max-width: 767px) {
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;    
  }
  /* Default styling for Blog ReCaptcha*/

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow: auto;
    overflow-y: hidden !important;
    margin: 10px 0;
  }

  .blog .blog-sidebar {
    margin-top: 30px;
  }


  .section.post-body p>img {
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    display: block;
  }


  .widget-span.footer-menu {
    display: none;
  }

  .widget-span.copyright ul.terms-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 1rem;
    list-style: none;
    margin-left: 0;
  }

  .widget-span.copyright span:not([class]) {
    display: block;
    width: 100%;
    line-height: inherit;
  }

  .widget-span.footer-contact-wrapper .footer__address p {
    font-size: .9rem;
  }
}  


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

@media (max-width: 479px) {
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin: 10px 0;
  }
}

@media(max-width:389px){
  .widget-span.header-langauge ul.navbar-lang {
    position: absolute;
    top: -.5rem;
    right: 3.25rem;
  }

  .widget-span.header-search {
    position: absolute;
    right: 8.75rem;
    top: -.5rem;
  }
}