/* ==========================================================================
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'); */

* {
  margin: 0; 
  padding: 0;
  font-family: 'Proxima Nova' !important;
}

/*New Link for Fonts Proxima --2024*/
@font-face {
  font-family: 'Proxima Bold';
  src: url('https://www2.penta.ch/hubfs/Penta-new-website-assets/fonts/ProximaNova-Bold.woff2') format('woff2'),
      url('https://www2.penta.ch/hubfs/Penta-new-website-assets/fonts/ProximaNova-Bold.woff') format('woff'),
      url('https://www2.penta.ch/hubfs/Penta-new-website-assets/fonts/ProximaNova-Bold.otf') format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Black'; 
  src: url('https://www2.penta.ch/hubfs/Penta-new-website-assets/fonts/ProximaNova-Black.woff2') format('woff2'),
      url('https://www2.penta.ch/hubfs/Penta-new-website-assets/fonts/ProximaNova-Black.woff') format('woff'),
      url('https://www2.penta.ch/hubfs/Penta-new-website-assets/fonts/ProximaNova-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url('https://www2.penta.ch/hubfs/Penta-new-website-assets/fonts/ProximaNova-Regular.woff2') format('woff2'),
      url('https://www2.penta.ch/hubfs/Penta-new-website-assets/fonts/ProximaNova-Regular.woff') format('woff'),
      url('https://www2.penta.ch/hubfs/Penta-new-website-assets/fonts/ProximaNova.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Thin';
  src: url('https://www2.penta.ch/hubfs/Penta-new-website-assets/fonts/ProximaNovaT-Thin.woff2') format('woff2'),
      url('https://www2.penta.ch/hubfs/Penta-new-website-assets/fonts/ProximaNovaT-Thin.woff') format('woff'),
      url('https://www2.penta.ch/hubfs/Penta-new-website-assets/fonts/ProximaNova-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Italics';
  src: url('https://www2.penta.ch/hubfs/Penta-new-website-assets/fonts/ProximaNova-RegularIt.woff2') format('woff2'),
      url('https://www2.penta.ch/hubfs/Penta-new-website-assets/fonts/ProximaNova-RegularIt.woff') format('woff'),
      url('https://www2.penta.ch/hubfs/Penta-new-website-assets/fonts/ProximaNova-Italics.otf') format("opentype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/*END New Link for Fonts Proxima*/

@font-face {
	font-family: "font awesome 5 brands";
	src: url("//www2.penta.ch/hubfs/Penta_December2019/Fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"), 
		url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/FontAwesome5Brands-Regular%20-%20Copy.woff2") format("woff2"), 
		url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/FontAwesome5Brands-Regular.woff") format("woff"),
		url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/FontAwesome5Brands-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: "font awesome 5 pro";
	src: url("//www2.penta.ch/hubfs/Penta_December2019/Fonts/FontAwesome5Pro-Light.eot") format("embedded-opentype"), 
		url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/FontAwesome5Pro-Light.woff2") format("woff2"), 
		url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/FontAwesome5Pro-Light.woff") format("woff"), 
		url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/FontAwesome5Pro-Light.ttf") format("truetype");
	font-style: normal;
	font-weight: 300;
}
@font-face {
	font-family: "font awesome 5 pro";
	src: url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/FontAwesome5Pro-Solid.eot") format("embedded-opentype"),
		url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/FontAwesome5Pro-Solid.woff2") format("woff2"), 
		url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/FontAwesome5Pro-Solid.woff") format("woff"), 
		url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/FontAwesome5Pro-Solid.ttf") format("truetype");
	font-style: normal;
	font-weight: 900;
}
@font-face {
	font-family: proxima bold;
	src: url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/ProximaNova-Semibold.woff2") format("woff2"), 
		url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/ProximaNova-Semibold.woff") format("woff");
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: proxima nova;
	src: url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/ProximaNova-Regular.woff2") format("woff2"),
		url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/ProximaNova-Regular.woff") format("woff");
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: proxima thin;
	src: url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/ProximaNovaT-Thin.woff2") format("woff2"), 
		url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/ProximaNovaT-Thin.woff") format("woff"),
		url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/ProximaNovaT-Thin.eot") format("embedded-opentype"),
		url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/ProximaNovaT-Thin.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: spacesword;
	src: url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/HubSpotIconslow-res.woff2") format("woff2"), 
		url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/HubSpotIconslow-res.woff") format("woff");
}

@font-face {
	font-family: "Font Awesome 5 Pro";
	src: url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/FontAwesome5Pro-Regular.eot") format("embedded-opentype"), 
		url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/FontAwesome5Pro-Regular.woff2") format("woff2"),
		url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/FontAwesome5Pro-Regular.woff") format("woff"), 
		url("//cdn2.hubspot.net/hubfs/6446409/Penta_December2019/Fonts/FontAwesome5Pro-Regular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
	font-display: auto;
}


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


/*Added CSS*/
ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	  background: #1f324e !important;
    top: 48px;
    padding: 20px 0;
    list-style: none;
    transition: all 0.5s ease;
    margin: 0;
    background-color: #1f324e !important;
    width: 400px !important;
    min-height: 430px !important;
    color: #fff;
    display: block;
}

ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  background: #fff !important;
  top: -20px !important;
  left: 250px !important;
  color: #1f324e;
  display: block;
} 


/* ==========================================================================
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;
} 
html{
	font-family: proxima nova,"sans serif",arial;
	box-sizing: border-box;	
}  
body {
	background: #fff;
	font-size:16px;
	line-height:normal;
	font-weight:400;
	color:rgb(0, 0, 0);

}

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

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


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

/* Basic text */
p {} 
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-top:0px;
	margin-bottom:15px;
	font-family: proxima nova,"sans serif",arial;
	line-height:normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	font-size: 3.2rem;
	line-height: 3rem;
	color: #007db3;
}
h2 {
	font-size: 1.8rem;    
	color: #25c13a;
	font-family: proxima thin;
	line-height:normal;
}
h3 {
	font-size: 1.6rem;
}
h5 {
	font-size: 1.6rem;
}
h5 {
	font-size:15px;

}
h6 {
	font-size:14px;	
}

/* Anchor Links */
a { color:rgb(0, 0, 238);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	text-decoration-color: #25c13a;
	text-decoration: none;
}
a:hover, a:focus { color:rgb(0, 0, 238);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	text-decoration-color: #25c13a !important;
	text-decoration: underline;}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


/* =============== 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 {}
.header-top-bar {
	position: fixed;
	z-index: 9999;
	width: 100% !important;
	background-color: #293c4d;
	margin: 0;
	top: 0;
	font-family: "Proxima Nova","Sans Serif","Arial";
}

.header-top-bar > div {
	width: 100% !important;
	transition: .5s;
}
.top-bar-items {
	list-style-type: none;
	margin: 0;
	padding-right: 4% !important;
	display: flex;
	justify-content: space-between;
}
.top-bar-items li {
	display: inline-flex;
	text-align: center;
}
.top-bar-items li a {
	text-decoration: none;
	color: #fff;
	padding: 15px 35px;
	font-weight: lighter;
	font-size: 1.25rem;
	font-style: normal;
	font-family: "Proxima Thin";
	text-transform: uppercase;
	color: #d4d4d4;
	position:relative;

}
.top-bar-text1 {
	color: #66ca73 !important;
	padding-right: 0 !important;
}
.top-bar-items li:nth-of-type(1) a:nth-of-type(2) , .top-bar-items li:nth-of-type(1) a:nth-of-type(3) {
	text-decoration: underline;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	text-decoration-color: #25c13a !important;
}

.top-bar-text-loc:nth-of-type(2):after {
	content: "|";
	position: absolute;
	right: 0;
}

.top-bar-items li:nth-of-type(1) a:nth-of-type(3) {}

.top-bar-text2 {
	color: #53c2f3 !important;
	padding-right: 0 !important;
	padding-left: 20px !important;
}

.top-bar-items li:nth-of-type(1) a:nth-of-type(5) {
	text-decoration: underline;
	text-decoration-color: #007db3 !important;
}

.top-bar-text-loc:nth-of-type(5):after {
	content: "|";
	position: absolute;
	right: 0;
}

.top-bar-items li:nth-of-type(1) a:nth-of-type(6) {
	text-decoration: underline;
	text-decoration-color: #007db3 !important;
}

.top-bar-items li:nth-of-type(2) a {
	text-decoration: underline;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	text-decoration-color: #25c13a !important;
}

.btn_wrapper {
	position: relative;
	line-height: 48px;
}

.btn_wrapper .cta-button {
	font-size: 2.5rem;
	right: 2%;
	position: relative;
	display: inline-flex;
	justify-content: center;
	background-color: #33c558;
	border-radius: 10px;
	transition: .5 ease;
}
.cta-button-text {
	margin: 0 5rem 0 1.4rem;
	font-family: "Proxima Nova";
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 1.8rem;
	align-self: center;
}
.arrow-up-icon {
	transition: .8s;
	padding: 5px 10px;
	width: 35px;
	height: auto;
	background-color: #2eb14f;
	border-radius: 10px;
}
.cta-button:hover {
	transition: .8s;
	background-color: green;
}
.top-bar-book-container {
	display: flex;
	margin-left: 10px;
}

.top-bar-items li:nth-of-type(3) a {
	text-decoration: none;
}

.top-bar-book-container a {
	display: block;
	padding: 4px 15px !important;
	background-color: #007db3;
	border-radius: 10px;
	height: 28px;
	line-height: 20px;
	margin: auto 0;
}

.top-bar-book-container a:hover {
	background-color: #1f324e;
}

.top-bar-items .lang {
	display: none;
}

.top-bar-items a .lang {
	display: inline-block;
	text-transform: uppercase;
	color: #d4d4d4 !important;
	font-style: normal;
	font-weight: lighter;
	font-family: "Proxima Nova","Sans Serif","Arial";
}

.lang.header-top-item .arrow {
	transition: .5s;
}

.arrow:after {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	margin: 0 10px;
}


.header-top-item:hover {
	background-color: #007db3;
	border-radius: 7px;
}

.lang.header-top-item:hover .arrow {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	display: inline-block;
	transition: .5s;
}

.header-group {
	position: fixed !important;
	margin-top: 48px;
	height: auto;
	width: 100% !important;
	z-index: 999;
	-webkit-box-shadow: 2px 6px 5px 0px rgba(0,0,0,.08);
	-moz-box-shadow: 2px 6px 5px 0px rgba(0,0,0,.08);
	box-shadow: 2px 6px 5px 0px rgba(0,0,0,.08);
}

.header-group:before {
	background-image: url(https://www2.penta.ch/hubfs/Penta_December2019/image/menu-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	position: absolute;
	z-index: -1;
	opacity: .5;
	transition: .5s;
}
.header-group .page-center > div > div {
	display: flex;
	justify-content: space-between;
	padding: 18px 35px;
	align-items: center;
}
.header-group .page-center > div > div:before, .header-group .page-center > div > div:after {
	display: none;
}
.header-group .page-center {
	max-width: 100% !important;
	padding: 0px !important;
}
.custom-logo {
	width: auto !important;
	float: left !important;
}

.custom-logo a img {
	height: 100%;
	padding-left: 41px;
	vertical-align: baseline;
}
.custom-menu-primary {
	margin-left: 0px !important;
	width: auto !important;
	float: right !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	padding: 35px 5px;
	text-decoration: none;
	margin: 0 1rem;
	position: relative;
	color: var(--dark-heading);
	text-transform: uppercase;
	font-size: 1.25rem;
	z-index: 2;
	font-family: "Proxima Nova";
	font-weight: 500;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}
.custom-menu-primary .hs-menu-wrapper>ul {
	display: inline-flex !important;
	list-style: none;
	margin-block-end: 16px !important;
	margin-block-start:16px;
	line-height: normal;
	padding-left: 40px !important;
}

.custom-menu-primary .hs-menu-wrapper>ul:before {
	display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul > li {
	display: inline-block !important;
	line-height: normal;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
	display: inline !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover , .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
	color: #007db3 !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover:after , .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover:after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:after , .custom-menu-primary .hs-menu-wrapper>ul ul li a:after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	content: "";
	opacity: 0;
	-webkit-transition: opacity .3s,-webkit-transform .3s;
	-moz-transition: opacity .3s,-moz-transform .3s;
	transition: opacity .3s,transform .3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
	background: rgb(0, 125, 179);
}
.custom-menu-primary .hs-menu-wrapper>ul ul {
	top: 48px;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li {
	display: inline-block !important;
	line-height: normal;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li a {
	padding: 35px 5px;
	text-decoration: none;
	margin: 0 1rem;
	position: relative;
	color: var(--dark-heading);
	text-transform: uppercase;
	font-size: 1.25rem;
	z-index: 2;
	font-family: "Proxima Nova";
	font-weight: 500;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}

/* =============== Content =============== */
.body-container-wrapper {
	font-size: 1rem;
	line-height: 1.5rem;
	color: #1f324e;
}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}
.header-form .arrow-up-icon {
	transform: rotate(180deg);
}
.header-form .btn_wrapper .cta-button {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.popup-form {
	position: absolute;
	height: 0;
	z-index: 99999;
	top: 39px;
}

.header-form .popup-form {
	height: auto;
	min-width: 240px;
}
.form-container {
	width: 100%;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	height: 0;
	padding: 0;
}

.header-form .form-container {
	height: auto;
	padding: 1rem;
	border-top-left-radius: 0;
}

.chat-with-us-heading {
	font-size: .9rem;
	font-family: "Proxima Thin";
	text-align: left;
	color: #1f324e;
	margin: 0 0 1rem;
	line-height: 48px;
	display: none;
}
.header-form .chat-with-us-heading {
	display: block;
}
.hbspt-form {
	height: 0 !important;
	display: block;
	overflow: hidden;
	width: 1px;
}
.header-form .hbspt-form {
	height: 526px !important;
	width: 209px !important;
}
.hbspt-form h3 {
	display: none !important;
}

.hbspt-form form {
	width: 100% !important;
}

.popup-form .hbspt-form form .hs-form-field,.popup-form .hbspt-form form #hs-pwd-widget-password {
	margin-bottom: 18px;
}
.popup-form .hbspt-form form textarea {
	height: 64px;
}

.popup-form .hbspt-form form 
.actions {
	text-align: center;
	margin-top: 18px;
	margin-bottom: 18px;
	padding: 12px 0px;
	padding-bottom: 15px;
}
/* =============== Footer =============== */

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

.footer-group {
	background-image: url(https://www2.penta.ch/hubfs/Penta_December2019/footer-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	float: left;
	width: 100% !important;
	clear: none;
}
.footer-group .page-center {
	max-width: 100% !important;
}
a#back-to-top {
	opacity: 1;
	visibility: visible;
	text-decoration: none;
	display: inline-block;
	background-color: #25c13a;
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 50%;
	position: fixed;
	bottom: 10px;
	left: 10px;
	transition: background-color .3s,opacity .5s,visibility .5s;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1rem;
}
a#back-to-top i {
	color: #fff;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "font awesome 5 pro";
	font-weight: 900;
}

.fa-chevron-up:before {
	content: "\f077";
}

a#back-to-top:hover {
	cursor: pointer;
	box-shadow: 0 2px 10px rgba(0,0,0,.2), 0 4px 28px rgba(0,0,0,.3);
}
.foots h4 {
	font-size: 1.6rem;
	margin: 0;
}

.footer-group .page-center>div>.row-fluid:after,.footer-group .page-center>div>.row-fluid:before {
	display: none;
}

.footer-group .page-center>div>.row-fluid {
	padding: 100px;
	display: grid;
	grid-template-columns: repeat(auto-fill,30%);
	grid-gap: 50px;
	justify-content: space-around;
}

.footer-group .foots {
	padding-left: 20%;
	width:100% !important;
	float:none !important;
	margin-left:0 !important;
}

.footer-group .foots.parent-column {
	display: flex;
	flex-direction: column;
}

body::-webkit-scrollbar {
	width: .6em
}

body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 4px rgba(31,50,78,.3)
}
body::-webkit-scrollbar-thumb {
	background-color: #1f324e;
	outline: 1px solid #1f324e;
}

.foots a {
	text-decoration: none;
	color: #fff;
}
.foots a {
	font-size: 1rem;
}
.foots a:hover {
	text-decoration: underline;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	text-decoration-color: #25c13a!important;
}
.footer-small-group {
	flex-wrap: nowrap !important;
}
.footer-small-group {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.foot-smaill-left , .foot-smaill-right {
	align-self: flex-end;
}
.foot-smaill-right {
	align-self: flex-end;
	padding-left: 15px!important;
}
.foot-smaill-left , .foot-smaill-right {
	width: 50%;
	align-self: auto;
}
.foot-smaill-left h5, .foot-smaill-right h5 {
	font-size: 1.5rem;
}
.foot-smaill-left h5, .foot-smaill-right h5 {
	font-family: proxima nova,"sans serif",arial;
	line-height: normal;
	margin-top:26.72px;
	margin-bottom:26.72px;
}
.foot-smaill-left p, .foot-smaill-right p {
	font-size: 1rem;
	margin: 0;
	margin-top: 14.4px;
}
.foot-smaill-left p, .foot-smaill-right p {
	line-height: 1rem;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: proxima nova;
	margin-bottom: 0;
}
.social-media {
	margin-top: 1rem;
}
.social-media a i {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "font awesome 5 brands";
	font-size: 1.5rem;
	transition: .8s;
}

.fa-linkedin-in:before {
	content: "\f0e1";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook-f:before {
	content: "\f39e";
}
.social-media a:nth-child(2) {
	margin: 0 3rem;
}
.social-media a i:hover {
	transition: .8s;
	cursor: pointer;
	color: #25c13a;
	transform: scale(1.05);
}
.foots p {
	text-align: left;
	line-height: 1rem;
	text-decoration: none;
	letter-spacing: 1px;
	font-family: proxima nova;
	margin-bottom: 0;
}
.second-cta-group {
	background-color: #222c36;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 15px 15px 0 0;
	padding-bottom: 15px;
}
.cta-buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.cta-heading h3 {
	font-family: proxima nova,"sans serif",arial;
	margin: 0;
	font-size: 1.8rem;
	line-height: normal;
	color: #fff;
	margin-bottom: unset;
	margin-top:40px;
}
.cta-buttons a {
	display: flex;
	align-items: center;
	text-decoration: none;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	text-decoration-color: #25c13a!important;
	text-decoration: none;
	-webkit-text-decoration-color: var(--bright-green)!important;
	font-size: 1rem;
}
.second-cta-text {
	color: #25c13a;
	transition: .8s;
	margin-top: 16px;
	margin-bottom: 16px;
}
.cta-buttons i {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-left: 1rem;
	color: #25a33a;
	text-decoration: none;
	transition: .8s;
	font-family: "font awesome 5 pro";
	font-weight: 900;
}

.fa-angle-double-right:before {
	content: "\f101";
}

.cta-buttons a:hover .second-cta-text {
	color: #fff;
	cursor: pointer;
	transition: .8s;
	text-decoration: underline;
}

.cta-buttons a:hover i {
	color: #fff;
	transition: .8s;
	transform: translateX(5px);
}
/* ==========================================================================
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:1024px) {
	.custom-menu-primary .hs-menu-wrapper,
	.custom-menu-primary .hs-menu-wrapper > ul ul { 
		display:block !important;
	}
	.top-bar-mobile-button {
		width: 100% !important;
		display: block;
		background-color: #fff;
		border-top: 1px solid grey;
		border-bottom: 1px solid grey;
		display: none;
	}
	.mobile{
		display:none !important;
	}
	.custom-menu-primary .hs-menu-wrapper>ul ul {
		background-color: #fff;
		padding: 10px 0;
	}
}


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

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

@media (max-width:1023px){

	.desktop{
		display:none !important;
	}

	/* 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;
		cursor: pointer;
		position: absolute;
		top: 26px;
		right: 15px;
		width: auto;
		height: auto;

	}


	.mobile-trigger i {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		font-size: 2rem;
		font-family: "Font Awesome 5 Pro";
		font-weight: 900;
	}

	.fa-bars:before {
		content: "\f0c9";
	}
	/* ===== 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:88px !important; /* Button height */  
		padding: 0 !important;
		z-index: 99;

	}
	.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: #1f324e; /* 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:absolute;
		padding-top:0px; /* Makes room for button */
		margin:0;
	}

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

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


	.custom-menu-primary.js-enabled .hs-menu-wrapper {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100% !important;
		padding: 0;
		margin: 0;
		height: calc(100vh - 86px);
		opacity: 0;
		visibility: hidden;
		background-color: #fff;
		transition: .5s;
		overflow-x: hidden !important;
		overflow-y: auto !important;
	}
	.mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
		opacity: 1;
		visibility: visible;
		transition: .5s;
	}

}


/* ==========================================================================
5. BLOG                                        
========================================================================== */
.blog .banner-area {
	height: 70vh;
}

.blog .body-container .page-center {
	max-width: 100% !important;
}
.blog .body-container .page-center > div > div {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.blog-content {
	flex: 0 0 75%;
}
.hs-blog-post .blog-content {
	flex: 0 0 70.9%;

}
.blog-sidebar {
	margin-left: 0px !important;
	flex: 1 1 25%;
	justify-content: flex-end;
}

.hs-blog-post .blog-sidebar {

	width: 100% !important;
	margin-left: 0 !important;
	float: none !important;
}
.post-item:not(:last-child) {
	margin-bottom: 1rem;
}
.blog-content-inner {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	border: 1px solid #dfdada;
	border-radius: 5px;
	padding: 20px;
	align-items: stretch;
	box-sizing: border-box;
}
.featured-image-wrapper {
	text-align: center;
}
.featured-image-wrapper img {
	border-radius: 10px;
}
.blog-text {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 20px;
	align-self: stretch;
}

.blog-details {
	color: #919191;
	text-decoration: none;
	line-height: normal;
}
.blog-details.category {
	color: #007db3;
}
.blog-heading {
	font-size: 1.8rem;
	margin: .5rem 0;
}
.blog-heading a {
	color: #007db3;
	font-family: "Proxima Bold";
	margin-bottom: 0;
	margin: 1rem 0;
	font-size: 1.4rem;
	letter-spacing: 1px;
	text-decoration: none;
}

.blog-heading a:hover {
	text-decoration: underline;
}
.blog-paragraph p {
	font-size: 1rem;
}


a.read-more-button {
	color: #25c13a;
	text-decoration: none;
	font-size: 1rem;
	font-family: "Proxima Bold";
	letter-spacing: 1px;
	transition: .8s;
	align-self: flex-end;
	margin-top: auto;
	line-height:normal;
}

a.read-more-button:hover {
	transform: scale(1.1);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	text-decoration: underline;
}

.blog-pagination-wrapper {
	width: 100% !important;
}

.blog-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0;
	margin-block-start: 1em;
	margin-block-end: 1em;
}

.blog-pagination-center, .blog-pagination-right, .blog-pagination-left {
	text-decoration: none;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 50px;
	min-height: 50px;
	text-align: center;
}

.blog-pagination-center a, .blog-pagination-right a, .blog-pagination-left a {
	text-decoration: none;
	font-size: 1.2rem;
	color: #1f324e;
	align-items: center;
	min-width: 50px;
	min-height: 50px;
	text-align: center;
	vertical-align: baseline;
}
.hs-blog-listing .content-wrapper {
	padding-bottom: 98px !important;
}

.blog-sidebar > div  {
	padding-left: 10em;
}



.blog-search-group form input[type="text"] {
	background: url("https://www2.penta.ch/hubfs/Penta_December2019/Fonts/search-icon.png");
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: 95% center;
	width: 100%;
	padding: 12px 24px;
	font-size: 16px;
	line-height: 1.5;
	color: #575756;
	border-radius: 5px;
	border: 1px solid #575756;
	transition: all .25s ease-in-out;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	/*font-family: "Proxima Nova","Sans Serif","Arial";*/
  font-family: 'Proxima Nova' !important;
}

.blog-search-group form input[type="text"]::placeholder {
	text-transform: uppercase;
	/*font-family: "Proxima Nova","Sans Serif","Arial";*/
  font-family: 'Proxima Nova' !important;
	color:rgba(87,87,86,.8);
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.blog-search-group form input[type="text"]:hover {
	padding: 12px 0;
	outline: 0;
	border: 1px solid transparent;
	border-bottom: 1px solid #26d8f0;
	border-radius: 0;
}
.categories-group {
	margin-bottom: 2rem;
}
.categories-group h3 {
	color: #e6c71f;
	margin-bottom: 1rem;
	margin-block-start: 1.33em;
	margin-block-end: 1.33em;
	font-weight: bold;
	display: block;
	font-size: 1.6rem;
}
.categories-group ul {
	margin:0;
	padding:0;
	list-style:none;
}
.categories-group ul li {
	margin: 0 0 10px;
	font-size: 1.2rem;
}

.categories-group ul li a {
	color: #1f324e;
	text-decoration: none;
	font-size: 1rem;
}

.categories-group ul li a:hover {
	text-decoration: underline !important;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	text-decoration-color: #25c13a !important;
}
.hs-blog-post .blog-content > div {
	padding: 20px;
}

.hs-blog-post .blog-heading {
	font-size: 2.8rem;
	margin-top: 1.5rem;
	color: #007db3;
	font-family: "Proxima Bold";
	margin-bottom: 0;
	line-height: normal;
}
.section.post-body p {
	word-break: break-word;
	letter-spacing: .3px;
	line-height: 1.5rem;
	margin: .5rem 0;
}
 .categories-group h3 {
	color: #e6c71f;
	margin-bottom: 1rem;
}

.prev-post-container {
	display: flex;
	margin-top: 1rem;
	transition: .8s;
}
.prev-post-container img {
	margin-left: .7rem;
}
.prev-post-container img:first-child {
	margin: 0 .7rem;
	transform: rotate(180deg);
}

.prev-post-container a.read-more-button.previous-post {
	white-space: nowrap;
	max-width: 25%;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.prev-post-container a.read-more-button {
	align-self: flex-end;
	margin-top: auto;
}

.prev-post-container a.read-more-button.next-post {
	margin-left: auto;
	white-space: nowrap;
	max-width: 25%;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}
.prev-post-container .previous-post:hover {
	margin-left: .5rem;
	transition: .8s;
	transform: none;
}

.single-post .prev-post-container .next-post:hover {
	transition: .8s;
	margin-right: .5rem;
}

.comment-section-wrapper .page-center-inner {
	padding: 0 50px;
	display: flex;
	flex-direction: row;
}
.comment-section-wrapper {
	width: 100% !important;
	box-sizing: border-box;
}
.comment-section-wrapper .page-center-inner > div {
	flex: 1 1 75%;
}

.line-break-container {
	width: 100%;
	position: relative;
	z-index: 1;
	margin: 2rem 0;
}

.line-break-text {
	background-color: #fff;
	font-size: 2rem;
	font-family: "Proxima Bold";
	padding-right: .7em;
	line-height: normal;
	color: #000;
}

.line-break-container:after {
	border-bottom: 1px solid #919191;
	content: "";
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -1;
}

.social-media-section .facebook-box {
	background-color: #324b80;
}

.social-media-section a {
	padding: 8px 12px;
	border-radius: 5px;
	margin-right: 1em;
	text-decoration: none;
	letter-spacing: 1px;
	color: #fff;
}

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

.fa-facebook-f:before {
	content: "\f39e";
}

.social-media-section .twitter-box {
	background-color: #0cf;
}

.fa-twitter:before {
	content: "\f099";
}

.social-media-section .linkedin-box {
	background-color: #369;
}

.fa-linkedin-in:before {
	content: "\f0e1";
}

.section.post-footer {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-start;
	margin: 2em 0 0 2em;
}
.blog-comment-form-wrapper {
	padding: 0 50px;
	display: flex;
	flex-direction: row;
}
.comment-reply-title {
	display: flex;
	flex-direction: column;
	margin: 1rem 0;
	font-family: "Proxima Nova","Sans Serif","Arial";
	line-height: normal;
	color: #000;
	font-size: 1.8rem;
}
p.comment-notes {
	font-size: 1rem;
}

.section.post-footer input[type="text"], .section.post-footer input[type="email"], .section.post-footer textarea {
	display: block;
	width: 100%;
	border-radius: 5px;
	padding: 8px 12px;
	background-color: #fff;
	margin-top: .5rem;
	border: 1px solid #919191;
	line-height: normal;
	font-size: 13.3333px;
	font-family: "Proxima Nova", "Sans Serif", Arial;
}

.section.post-footer input[type="text"]:focus, .section.post-footer input[type="email"]:focus, .section.post-footer textarea:focus {
	outline-offset: -2px;
	outline: -webkit-focus-ring-color auto 1px;
}

.section.post-footer .hs-button.primary, .section.post-footer input[type="submit"], .section.post-footer input[type="button"] {
	border: none;
	padding: 10px 20px;
	background-color: #007db3;
	border: 1px solid #007db3;
	color: #fff;
	border-radius: 10px;
	transition: .8s;
	max-width: 48%;
	margin-top: .5rem;
	font-family: "Proxima Nova","Sans Serif","Arial";
	font-size: 13.3333px;
	font-weight: 400;
	line-height: normal;
}
.section.post-footer .hs-button.primary:hover, .section.post-footer input[type="submit"]:hover, .section.post-footer input[type="button"]:hover {
	transition: .8s;
	padding: 10px 20px;
	background-color: transparent;
	border: 1px solid #25c13a;
	color: #25c13a;
	border-radius: 10px;
}

.suggested-blog-container {
	padding: 2em .5em;
	border-top: 1px solid #d3d3d3;
	width: auto;
}
.suggested-blog-container a {
	font-family: "Proxima Bold";
	font-size: 1rem;
	text-decoration: none;
	color: #1f324e;
	line-height: 20px;
}

.suggested-blog-container img {
	max-width: 250px;
	max-height: 161px;
	border-radius: 10px;
	padding-bottom:7px;
}

.suggested-blog-container a:hover {
	text-decoration: underline;
}
/* =============== 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 */
/*=========================================== Default Code for comment =========================================== */

.custom_listing_comments {
	border: 1px solid #e2e2e2;
	display: block;
	line-height: 165%;
	padding: 15px;
}

#comments-listing {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}
#comments-listing.no-comments {
	border: none;
}
.comment.depth-0 {
	border-bottom: 1px solid #000 !important;
	border-top: medium none !important;
	margin: 0 10px 10px !important;
	padding: 0 15px !important;
}
.comment-body {
	border-bottom: medium none;
	color: ;
	display: block;
	font-family: ;
	font-size: ;
	line-height: ;
	padding: 0;
}
.comment-reply-to{
	margin-bottom: 15px;
}
.comment-from h4 {
	margin: 0;
	padding-top: 15px;
}
.comment-date {
	color:  !important;
	display: block !important;
	text-align: left;
}
#comments-listing:not([data-has-comments="true"]) {
	display: none;
}

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

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

/*=========Default author style===================*/


.hs-author-profile .hs-author-avatar {
	float: none;
	margin: 0 auto;
	max-width: 100px;
}
.hs-blog-listing .hs-author-profile {
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	text-align: center;
}
.hs-author-avatar img {
	border-radius: 100px;
}


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


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

input[type="search"] {
	-webkit-appearance: none;
}
.hs-form-field > label, label.hs-form-booleancheckbox-display {
	display: block;
	color: #33475b;
	/*font-family: arial, helvetica, sans-serif;*/
  font-family: 'Proxima Nova' !important;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	line-height: 20px;
	padding-top: 0;
	margin-bottom: 4px;
}
.form-title {
	margin-top: 0;
  margin-bottom: 1em;
	white-space: normal;
}
.subscribe-options label {
	display: block;
}
.hs-form-field, #hs-pwd-widget-password {
	margin-bottom: 15px;
}

.widget-type-google_search label {
	display: block;
	margin-bottom: 5px;
}

.body-container-wrapper .hs-form  {
	margin-bottom: 40px;
}

ul.hs-error-msgs.inputs-list {
	padding: 0;
	list-style-type: none;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	white-space: normal;
	font-weight: normal;
	color: #f2545b;
}
.hs-form-required {
	color: red;
}
.hs-input.invalid.error {
	border-color: #b9554d;
}
/* 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: 8px 15px;
	border-radius: 0;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #33475b;
	background-color: #f5f8fa;
	border: 1px solid #cbd6e2;
}

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;
	border-color: rgba(82,168,236,0.8);	
}

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	text-decoration: none !important;
	display: inline-block;
	white-space: normal;
	background: #25c13a;
	border-color: #25c13a;
	color: #ffffff;
	font-size: 15px;
	font-family: arial, helvetica, sans-serif;
	border-radius: 0;
	font-weight: 700;
	line-height: 12px;
	position: relative;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	padding: 12px 24px;
}

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

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


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

.main-header-group {

	z-index: 99;
}
span.filter-link-count {
	display: none !important;
}
.hs-blog-post .banner-area {
	margin-bottom: 5vh;
}

.no-banner .main-header-group {
	min-height: 130px !important;
}

.no-banner  .content-wrapper {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.lp-header .mobile-trigger{
	display:none !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active>a , .custom-menu-primary .hs-menu-wrapper>ul ul li.active a {
	color: #007db3 !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active>a:after , .custom-menu-primary .hs-menu-wrapper>ul ul li.active a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	content: "";
	opacity: 1;
	transform: translateY(0px);
	background: #007db3;
}
.btn_wrapper .cta-button {
	cursor: pointer;
}

.arrow-wrapper {
	display: inline-block;
}

.arrow-wrapper .arrow {
	transition: .5s;
}

.arrow-wrapper:hover .arrow {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	display: inline-block;
	transition: .5s;
}
.scroll-header .header-group:before {
	opacity: 1;
	background-color: #000;
	transition: .5s;
	background-image: none;
}
.social-media a {
	text-decoration: none !important;
}
.lp-header .header-group {
	margin-top: 0px;
}

.hs-search-results__listing {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.hs-search-results__listing li {
	margin: 0;
	padding: 0;
	border: 1px solid #dfdada;
	border-radius: 5px;
	padding: 20px;
	margin: 0 0 16px;
}
a.hs-search-results__title {
	color: #007db3;
	font-family: "Proxima Bold";
	margin-bottom: 0;
	margin: 1rem 0;
	font-size: 1.4rem;
	letter-spacing: 1px;
	text-decoration: none;
}

a.hs-search-results__title:hover {
	text-decoration: underline;
}

p.hs-search-results__description {
	color: rgb(0, 0, 0);
}
.hs-search-results__pagination {
	text-align: center;
	margin: 16px 0;
}

.hs-search-results__pagination a {
	text-decoration: none;
	font-size: 1.2rem;
	color: #1f324e;
	align-items: center;
	min-width: 50px;
	min-height: 50px;
	text-align: center;
	vertical-align: baseline;
	float: none;
}
.hs-search-field--open .hs-search-field__suggestions {
	border: 1px solid #000;
	text-align: left;
	padding: 10px;
}

.banner-lead-container h2 {
	text-transform: capitalize;
}

.featured-image-wrapper {
	width: 559px;
	overflow: hidden;
}
.hs-blog-topic .banner-area {
	height: 55vh;
	margin: 0;
	margin-bottom: 64px;
}
/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.banner-area {
	position: relative;
	height: 100vh;
	margin-bottom: 15vh;
	margin-top:-1px;
	background-color: #ccc;
	overflow:hidden;
}

.banner-img {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.banner-img img {
	width: 100%;
	object-fit: cover;
	display: block;
	height: 100%;
}
.banner-slider-container {
	width: auto;
	position: relative;
}
.banner-lead-container {
	position: relative;
	top: 36%;
	user-select: text;
	height: 100%;
}
.banner-lead-container h2 {
	font-family: "Proxima Bold";
	letter-spacing: 2px;
	color: #007db3;
	margin: .9rem 0 0;
	line-height: 3rem;
}
.banner-lead-container h4 {
	font-family: "Proxima Nova";
	letter-spacing: 1px;
	color: #1f324e;
	margin: 0;
}
.banner-lead-container p {
	color: #1f324e;
	margin-top: 2.5rem;
	width: 40%;
}



.featured-image-wrapper img {
	width: 100%;
}
/* Styles that do not fit into any of the available sections above can go here. */
/* ------------------------------------------------------- Only Form-------------------------------------------*/
@media (max-width:767px){
	.custom-form{
		width:100%!important;
	}
}
@media (min-width:768px){
	.custom-form{
		width:50%!important;
	}
}

.footer-container-wrapper .container-fluid .row-fluid .page-center {
	padding:0;
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media only screen and (min-width: 600px){
	h1 {
		font-size: 2.3rem;
	}
	h3 {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 1.2rem;
	}
	.container-fluid .row-fluid .page-center {
		padding: 0 10px;
	}
	a#back-to-top {
		margin: 15px;
	}
	a#back-to-top {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 1.55rem;
	}
	.foots a {
		font-size: 1rem;
	}
	.footer-small-group {
		display: flex;
		flex-direction: column;
		align-self: center;
		flex-wrap: wrap;
		margin-bottom: 1.5rem;
	}
	.foot-smaill-left , .foot-smaill-right {
		align-self: unset;
		text-align: left;
	}
	.foot-smaill-left h5, .foot-smaill-right h5 {
		font-size: 1.2rem;
	}
	.second-cta-group {
		flex-direction: column;
		align-items: center;
		text-align: center;
		border-radius: 15px 15px 0 0;
		padding-bottom: 15px;
	}
	.cta-heading h3 {
		font-size: 1.8rem;
	}
	.second-cta-text {
		font-size: 1rem;
	}
	.cta-heading h3 {
		margin-top: 2.5rem;
	}

	.footer-group .page-center>div>.row-fluid {
		padding: 10px 10px 20px;
	}
	.btn_wrapper .cta-button {
		padding: 4px 5px;
		right: 0;
		font-size: 1rem;
		flex-direction: row;
	}
	.cta-button-text {
		font-size: 1rem;
		width: 100%;
		margin: 0 0 0 1rem;
		letter-spacing: 1px;
		line-height: 20px;
	}
	.arrow-up-icon {
		max-width: 100%;
		height: auto;
		align-self: center;
	}
	.banner-slider {
		height: 60vw;
		text-align: center;
	}
	.banner-lead-container {
		top: 4%;
		left: 0;
		padding: 20px;
		position: relative;
		height: 100%;
	}
	.banner-lead-container h2 {
		margin: 35vh 0 .5rem;
		letter-spacing: 1px;
	}
	.banner-lead-container h2 {
		font-size: 2.3rem;
	}
	.banner-lead-container h4 {
		margin-bottom: .5rem;
	}
	.banner-lead-container p {
		margin-top: 1rem;
		line-height: 1.7;
		width: 100%;
	}
	.blog .body-container .page-center > div > div {
		flex-direction: column;
	}
	.blog-content {
		flex: 1 1 0px;
		padding: 10px;
	}
	.blog-content-inner {
		flex-direction: column;
	}
	.featured-image-wrapper img {
		width: 100%;

	}
	.blog-text {
		text-align: left;
	}
	.blog-details {
		font-size: .8rem;
	}
	.blog-heading {
		font-size: 1.8rem;
	}
	.blog-paragraph p {
		font-size: 1rem;
	}
	a.read-more-button {
		align-self: center;
	}
	.blog-sidebar>div{
		padding-left: 0;
	}
	.blog-search-group {
		width: 60% !important;
		margin: 0 auto;
	}
	.blog-search-group {
		text-align: center;
	}	
	.categories-group {
		text-align: center;
	}
	.categories-group h3 {
		font-size: 1.5rem;  
	}
	.categories-group ul li {
		font-size: 1rem;
	}
	.categories-group ul li a {

		font-size: 1rem;
	}
	.hs-blog-post .blog-sidebar>div {
		padding-left:0px;
	}
	.hs-blog-post .blog-content > div > div {
		padding: 10px;
	}
	.section.post-body p {
		font-size: 1rem;
	}
	.prev-post-container a.read-more-button {

		align-self: center;
	}
	..comment-section-wrapper  .page-center-inner {
		padding: 0 20px;
		flex-direction: column;
	}
	.blog-comment-form-wrapper {
		padding: 0 20px;
		flex-direction: column;
	}
	.comment-reply-title {
		font-size: 1.8rem;
	}
	p.comment-notes {
		font-size: 1rem;
	}
	.suggested-blog-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

}
@media only screen and (min-width: 768px){
	h1 {
		font-size: 2.5rem;
	}
	h2 {
		font-size: 2.1rem;
	}
	h3 {
		font-size: 1.55rem;
	}
	h4 {
		font-size: 1.55rem;
	}

	a#back-to-top {
		font-size: 1.2rem;
	}
	.foots h4 {
		font-size: 1.8rem;
	}
	.foots a {
		font-size: 1.2rem;
	}
	.footer-small-group {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		text-align: left;
		width: 100%;
	}
	.foot-smaill-left , .foot-smaill-right {
		align-self: flex-end;
		text-align: left;
	}
	.foot-smaill-left h5, .foot-smaill-right h5 {
		font-size: 1.27rem;
	}
	.foot-smaill-left h5, .foot-smaill-right h5 {
		margin: 1rem 0 0;
	}
	.foot-smaill-left p, .foot-smaill-right p {
		margin-top: .5rem;
	}
	.social-media a:nth-child(2) {
		margin: 0 2rem;
	}
	.cta-heading h3 {
		font-size: 2.1rem;
	}
	.cta-buttons a {
		font-size: 1.2rem;
	}
	.second-cta-text {
		font-size: 1.2rem;
	}

	.footer-group .page-center > div > .row-fluid {
		padding: 30px;
		justify-content: space-around;
	}
	.top-bar-items {
		justify-content: space-between;
		padding-right: 15px;
	}
	.top-bar-items li a {
		padding: 15px;
		font-size: .9rem;
	}
	.header-group .page-center > div > div {
		padding: 10px 15px;
	}
	.custom-logo a img {
		width: 80%;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		padding: 10px 8px;
		font-size: .9rem;
	}
	.custom-menu-primary .hs-menu-wrapper>ul ul li a {
		padding: 10px 8px;
		font-size: .9rem;
	}
	.banner-slider {
		text-align: left;
	}
	.banner-lead-container {
		top: 5%;
		padding-left: 3em;
		height: 100%;
	}
	.banner-lead-container h2 {
		margin: 35vh 0 .5rem;
	}
	.banner-lead-container h2 {
		font-size: 2.5rem;
	}
	.banner-lead-container p {
		word-break: break-word;
		width: 60%;
	}
	.featured-image-wrapper img {
		width: auto;
	}
	.blog-heading {
		font-size: 2.1rem;
	}
	.blog-paragraph p {
		font-size: 1.2rem;
	}
	.blog-sidebar > div {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		flex: 1 1 100%;
		justify-content: space-around;
	}

	.categories-group h3 {
		font-size: 1.55rem;
	}
	.categories-container p {

		font-size: 1.2rem;
	}
	.categories-group ul li a {
		font-size: 1.2rem;

	}
	.section.post-body p {
		font-size: 1.2rem;
	}
	.comment-reply-title {
		font-size: 2.1rem;
	}
	p.comment-notes {
		font-size: 1.2rem;
	}
	.suggested-blog-container {
		border: none;
	}
	.suggested-blog-container a {
		font-size: 1.2rem;
	}
}
@media only screen and (min-width: 992px){
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2.5rem;
	}
	h3 {
		font-size: 1.8rem;
	}
	h4 {
		font-size: 1.2rem;
	}
	.container-fluid .row-fluid .page-center{
		max-width:1600px;
	}
	.container-fluid .row-fluid .page-center {
		padding: 0 20px;
	}
	a#back-to-top {
		font-size: 1.1rem;
	}
	.foots h4 {
		font-size: 1.8rem;
	}
	.foots a {
		font-size: 1.1rem;
	}
	.foot-smaill-left h5, .foot-smaill-right h5 {
		font-size: 1.2rem;
	}
	.cta-heading h3 {
		font-size: 2.5rem;
	}
	.cta-buttons a {
		font-size: 1.1rem;
	}
	.second-cta-text {
		font-size: 1.1rem;
	}
	.top-bar-items li a {
		font-size: .8rem;
		letter-spacing: 1px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		font-size: 1.1rem;
		padding: 10px 15px;
	}
	.custom-menu-primary .hs-menu-wrapper>ul ul li a {
		font-size: 1.1rem;
		padding: 10px 15px;
	}
	.banner-slider {
		height: 50vw;
	}
	.banner-lead-container h2 {
		margin: 35vh 0 .5rem;
	}
	.banner-lead-container h2 {
		font-size: 3rem;
	}
	.blog .body-container .page-center > div > div {
		flex-direction: row;
		justify-content: center;
		margin: 0 auto;
		width: 1600px;
	}
	.blog-content {
		flex: 1 1 75%;
		padding: 0;
	}
	.hs-blog-post .blog-content {
		flex: 0 0 70.9%;
		padding: 0;
		width: 100% !important;
		margin-left: 0 !important;
		float: none !important;
	}
	.blog-sidebar {
		flex: 1 1 25%;

	}
	.blog-content-inner {
		flex-direction: column;
		align-items: flex-start;
	}
	.featured-image-wrapper img {
		width: 100%;
		height: auto;
	}
	.blog-text {
		text-align: left;
	}
	.blog-details {
		font-size: 1rem;
	}
	.blog-heading {
		font-size: 2.5rem;
	}
	.blog-paragraph p {
		word-break: break-word;
	}
	.blog-paragraph p {
		font-size: 1.1rem;
	}
	a.read-more-button {
		align-self: flex-end;
	}
	.blog-sidebar > div  {
		margin-left: 5em;
		flex-direction: column;
		background: #f9f9f9;
		padding: 40px;
	}
	.blog-search-group {
		width: 100% !important;
		margin: 0 !important;
	}
	.categories-group {
		text-align: left;
	}
	.categories-group h3 {
		font-size: 1.8rem;
	}
	.categories-group ul li {
		font-size: 1.1rem;
	}
	.categories-group ul li a {
		font-size: 1.1rem;

	}
	.hs-blog-post .blog-sidebar>div {
		padding-left: 1em;
	}
	.section.post-body p {
		font-size: 1.1rem;
	}
	.prev-post-container a.read-more-button {
		align-self: flex-end;
	}
	.comment-section-wrapper  .page-center-inner {
		padding: 0 50px;
		flex-direction: row;
	}
	.blog-comment-form-wrapper {
		padding: 0 50px;
	}
	.blog-comment-form-wrapper {
		flex-direction: row;
	}
	.comment-reply-title {
		font-size: 2.5rem;
	}
	p.comment-notes {
		font-size: 1.1rem;
	}
	.suggested-blog-container {
		border-top: 1px solid #919191;
	}
	.suggested-blog-container a {
		font-size: 1.1rem;
	}
}

@media only screen and (min-width: 1200px){
	.container-fluid .row-fluid .page-center {
		padding: 0 50px;
	}
	.footer-group {
		background-image: url(https://www2.penta.ch/hubfs/Penta_December2019/image/footer-bg%20%281%29.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		color: #fff;
		float: left;
		width: 100% !important;
		clear: none;
	}

	.foots h4 {
		color: #25c13a;
		letter-spacing: 1px;
		font-family: proxima thin;
		text-transform: uppercase;
		margin-bottom: 0;
	}
	.footer-small-group {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.foot-smaill-left , .foot-smaill-right{
		align-self: flex-end;
	}
	.social-media a:nth-child(2) {
		margin: 0 3rem;
	}
	.second-cta-group {
		flex-direction: column;
		align-items: center;
		text-align: center;
		border-radius: 15px 15px 0 0;
		padding-bottom: 15px;
	}

	.footer-group .page-center > div > .row-fluid {
		padding: 100px;
	}
	.btn_wrapper .cta-button {
		padding: 4px 5px;
		font-size: .9rem;
		flex-direction: row;
	}
	.cta-button-text {
		font-size: .8rem;
		width: 100%;
		margin: 0 .5rem;
		letter-spacing: 1px;
		line-height: 20px;
	}
	.arrow-up-icon {
		max-width: 100%;
		height: auto;
		align-self: center;
	}
	.banner-lead-container {
		user-select: text;
		height: 100%;
		padding: 20px 20px 20px 11.5%;
		position: relative;
	}
	.banner-lead-container h2 {
		font-family: "Proxima Bold";
		letter-spacing: 2px;
		color: #007db3;
		margin: .9rem 0 0;
		margin-top: 35vh;
		letter-spacing: 1px;
	}
	.banner-lead-container h4 {
		font-family: "Proxima Nova";
		letter-spacing: 1px;
		color: #1f324e;
		margin: 0;
		margin-bottom: .5rem;
		font-size: 1.5rem;
	}
	.banner-lead-container p {
		color: #1f324e;
		margin-top: 2.5rem;
		width: 40%;
		margin-top: 1rem;
		line-height: 1.5;
		width: 60%;
		font-size: 1.1rem;

	}
}

@media screen and (min-width: 1441px){
	.header-group {
		position: absolute;
		height: auto;
		width: 100%;
		z-index: 999;
	}
	.header-group:before {
    background-image: none;
    background-color: #000;
		height: 100%;
		width: 100%;
		top: 0;
		left: 0;
		content: "";
		position: absolute;
		z-index: -1;
		opacity: 1;
	}
	.header-group .page-center > div > div {
		display: flex;
		justify-content: space-between;
		padding: 10px 35px;
		align-items: center;
	}
	.custom-logo a img {
		padding-left: 41px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		padding: 10px 5px;
		text-decoration: none;
		color: var(--dark-heading);
		text-transform: uppercase;
		font-size: 1rem;
		letter-spacing: 2px;
		z-index: 2;
		font-family: "Proxima Nova";
		font-weight: 500;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		transition: all .3s linear;
	}
	.custom-menu-primary .hs-menu-wrapper>ul ul li a {
		padding: 10px 5px;
		text-decoration: none;
		color: var(--dark-heading);
		text-transform: uppercase;
		font-size: 1rem;
		letter-spacing: 2px;
		z-index: 2;
		font-family: "Proxima Nova";
		font-weight: 500;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		transition: all .3s linear;
	}
	.banner-lead-container h4 {
		margin: 1rem 0;
	}
	.banner-lead-container p {
		margin-top: 1rem;
		line-height: 1.5;
		width: 47%;
	}
	.blog-content-inner {
		flex-direction: row;
	}
	.hs-blog-post .blog-sidebar>div {
		padding-left: 5em;
	}
	.suggested-blog-container a {
		align-self: flex-start;
	}
}

@media screen and (min-width: 1500px){
	h1 {
		font-size: 3.2rem;
	}
	h2 {
		font-size: 1.8rem;
	}
	h3 {
		font-size: 1.6rem;
	}
	h4 {
		font-size: 1.1rem;
	}
	a#back-to-top {
		font-size: 1rem;
	}
	.foots h4 {
		font-size: 1.6rem;
	}
	.foots a {
		font-size: 1rem;
	}
	.foot-smaill-left h5, .foot-smaill-right h5 {
		font-size: 1.1rem;
	}
	.cta-heading h3 {
		font-size: 1.8rem;
	}
	.cta-buttons a {
		font-size: 1rem;
	}
	.second-cta-text {
		line-height: 1.5rem;
		font-size: 1rem;
	}
	.top-bar-items {
		padding-right: 60px;
	}
	.banner-slider {
		height: 40vw;
	}
	.banner-lead-container h2 {
		font-size: 3.2rem;
	}
	.blog-heading {
		font-size: 1.8rem;
	}
	.blog-paragraph p {

		font-size: 1rem;
		line-height: 1.5rem;
	}
	.section.post-body p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.categories-group h3 {
		font-size: 1.6rem;
	}
	.categories-group ul li {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.categories-group ul li a {
		font-size: 1rem;

	}
	.comment-reply-title {
		font-size: 1.8rem;

	}
	p.comment-notes {
		font-size: 1rem;
		line-height: 1.5rem;
	}

}


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

@media (max-width: 1600px) {
	.foots a {
		font-size: .8rem;
	}

	.foots h4 {
		font-size: 1.5rem;
	}

	.suggested-blog-container a {
		font-size: .8rem;
	}

	.cta-heading h3 {
		font-size: 1.8rem;
	}

	.second-cta-text {
		font-size: 1rem;
		line-height: 1.4rem;
	}

	.cta-buttons a {
		font-size: .8rem;
	}
	a#back-to-top {
		font-size: .8rem;
	}
	.banner-lead-container h2 {
		font-size: 3em;
	}
	.banner-lead-container p {
		font-size: 1rem;

	}
	.banner-lead-container h4 {
		font-size: 1.5rem;
	}
	.blog-content-inner {
		flex-direction: row;
	}

	.blog .body-container .page-center>div>div {
		width: 100%;
	}

	.categories-group h3 {
		font-size: 1.5rem;
	}

	.categories-group ul li a {
		font-size: .8rem;
	}
	.blog-paragraph p {
		font-size: 1rem;
		line-height: 1.4rem;
	}
	a.read-more-button {
		font-size: .8rem;
	}
	.section.post-body p {
		font-size: 1rem;
		line-height: 1.4rem;
	}
	.comment-reply-title {
		font-size: 1.8rem;
	}

	p.comment-notes {
		font-size: 1rem;
		line-height: 1.4rem;
	}
	.hs-blog-post .blog-heading {
		font-size: 1.5rem;
		margin-top: 1.5rem;
	}
	.prev-post-container a.read-more-button.previous-post, .prev-post-container a.read-more-button.next-post {
		max-width: 165px;
	}
	.social-media-section a {
		font-size: .8rem;
	}
}


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

@media (max-width:1440px) {
	.foots h4 {
		font-size: 1.2rem;
	}

	.foots p {
		font-size: .9rem;
	}

	.foots a {
		font-size: .8rem;
	}


	.cta-heading h3 {
		font-size: 1.5rem;
	}

	.second-cta-text {
		font-size: .9rem;
		line-height: 1.2rem;
		margin-top: 14.4px;
		margin-bottom: 14.4px;
	}

	a#back-to-top {
		font-size: .8rem;
	}
	.top-bar-items li a {
		font-size: .6rem;
	}

	.btn_wrapper {
		line-height: 38px;
	}

	.cta-button-text {
		font-size: .6rem;
	}

	.header-group {
		margin-top: 42px;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li>a , .custom-menu-primary .hs-menu-wrapper>ul ul li a {
		font-size: 1rem;
	}
	.chat-with-us-heading {
		line-height: 38px;
	}
	.banner-lead-container h2 {
		font-size: 3rem;
		line-height: 4rem;
	}
	.banner-lead-container p {
		font-size: .9rem;

	}
	.banner-lead-container h4 {
		font-size: 1.2rem;
	}
	.blog-sidebar>div {
		margin-left: 2em;
	}

	.categories-group h3 {
		font-size: 1.2rem;
	}

	.categories-group ul li a {
		font-size: .8rem;
	}
	.blog-paragraph p {
		font-size: .9rem;
		line-height: 1.2rem;
	}
	.section.post-body p {
		font-size: .9rem;
		line-height: 1.2rem;
	}
	.comment-reply-title {
		font-size: 1.5rem;
	}

	p.comment-notes {
		font-size: .9rem;
		line-height: 1.2rem;
	}
	.social-media-section a {
		font-size: .8rem;
	}
	.popup-form .hbspt-form form .actions {
		padding: 17px 0px;
	}
}  

@media only screen and (max-width: 1366px){
	.custom-menu-primary .hs-menu-wrapper>ul>li>a , .custom-menu-primary .hs-menu-wrapper>ul ul li a {
		font-size: .9rem;
	}
	.blog-heading a {
		font-size: 1rem;
	}
}
@media(max-width:1200px){
	.foots h4 {
		color: #25c13a;
		letter-spacing: 1px;
		font-family: proxima thin;
		text-transform: uppercase;
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 1280px){
	.cta-button-text {
		text-align: center;
		margin: 0;
	}
	.categories-group {
		display: block;
		width: 100%;
	}
}


@media(max-width:1210px){
	.top-bar-items {
		padding-right: 0 !important;
		padding-inline-start: 0 !important;
	}
}


@media(max-width:1199px){
	.top-bar-items li:nth-of-type(3) {
		position: absolute;
		top: 15vw;
		right: 0;
		padding: 1rem;
		background-color: #fff;
	}
}
@media(max-width:1151px){

}


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

@media (max-width:1068px) {

	.footer-group .foots {
		padding-left:10%;
	}

}
@media(max-width:1040px){
	.custom-menu-primary .hs-menu-wrapper>ul>li>a, .custom-menu-primary .hs-menu-wrapper>ul ul li a {
		font-size: .8rem;
	}
}
@media(max-width:1023px){
	.foots a {
		font-size: 1rem;
	}

	.cta-buttons a {
		font-size: 1rem;
	}

	a#back-to-top {
		font-size: 1rem;
	}

	.top-bar-mobile-button {
		display: inline-block;
		text-align: center;
		background-color: #fff;
		border-top: 1px solid grey;
		border-bottom: 1px solid grey;
		width: 100% !important;
	}

	.top-bar-mobile-button i {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		font-family: "Font Awesome 5 Pro";
		font-weight: 400;
		font-size: 3vh;
		transition: .5s;
	}

	.fa-arrow-down:before {
		content: "\f063";
	}
	.top-container {
		height: 0;
		display: none;
	}

	.header-top-bar {
		position: initial;
	}
	.header-group {
		margin-top: 0px;
	}

	.custom-logo a img {
		padding: 0;
		height: auto;
	}


	.mobile-top-menu .top-bar-mobile-button i {
		transform: rotate(180deg);
		transition: .5s;
	}

	.mobile-top-menu .top-container {
		height: auto;
		display: flex;
		transition: .5s;
	}

	.top-bar-items {
		flex-wrap: wrap;
		padding: 2px 1px;
	}

	.top-bar-items li {
		padding: .5rem;
	}

	.top-bar-items li:nth-of-type(3) {
		position: initial;
		padding: 0;
		background-color: transparent;
	}

	.btn_wrapper {
		line-height: 50px;
	}

	.top-bar-items li:nth-of-type(4) a {
		line-height: 56px;
	}
	.custom-menu-primary {
		width: 100% !important;
		float: none !important;
		min-height: 0px !important;
	}

	.custom-menu-primary .hs-menu-wrapper>ul {
		flex-direction: column;
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;

	}

	.custom-menu-primary .hs-menu-wrapper>ul > li , .custom-menu-primary .hs-menu-wrapper>ul ul li {
		padding: 15px;
	}

	.custom-menu-primary .hs-menu-wrapper>ul > li > a , .custom-menu-primary .hs-menu-wrapper>ul ul li a {
		position: relative;
		width: 100% !important;
		margin: 0;
		display: flex !important;
		justify-content: center;
		color: #1f324e;
		text-transform: uppercase;
		z-index: 2;
		font-family: "Proxima Nova";
		font-weight: 500;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		transition: all .3s linear;
		line-height: 3;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li>a:after, .custom-menu-primary .hs-menu-wrapper>ul ul li a:after {
		width: 10%;
		left: 45%;
	}

	.header-group:before {
		background-color: #fff;
		transition: .5s;
		background-image: none;
		opacity: 1;
	}
	.header-form .popup-form {
		right: 0;
	}
	.form-container {
		border-top-left-radius: 10px !important;
		border-top-right-radius: 0;
	}

	.header-form .chat-with-us-heading {
		line-height:50px;
	}
	.main-header-group {
		position: fixed;
		z-index: 99999;
		width: 100% !important;
	}
	.popup-form .hbspt-form form .actions {
		padding: 11px 0px;
		padding-bottom: 17px;
	}
	.blog-paragraph p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	a.read-more-button {
		font-size: 1rem;
	}
	a.read-more-button {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.blog-text {
		position: relative;
	}	
	.categories-group ul li a {
		font-size: 1rem;
	}
	.prev-post-container a.read-more-button {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		top: auto;
	}
	.section.post-footer {
		display: block;

	}
	.social-media-section a {
		font-size: 1rem;
	}

	.no-banner .header-container-wrapper {
		min-height: 110px;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li.active>a:after, .custom-menu-primary .hs-menu-wrapper>ul ul li.active a:after {
		width: 10%;
		left: 45%;
	}
	.suggested-blog-container a {
		font-size: 1rem;
	}
}


@media(max-width:991px){
	.second-cta-group {
		border-radius: 0;
	}
	.categories-group {
		display: inline-block;
		margin: auto;
		width: auto;
	}
	.blog-sidebar>div {
		flex-direction: column;
	}
	.blog .body-container .page-center>div>div:before,.blog .body-container .page-center>div>div:after {
		display: none;
	}

	.blog  .blog-content {
		width: 100%;
		float: none;
		flex: 0;
	}

	.blog .blog-sidebar {
		width: 100%;
		float: none;
	}

	.blog-sidebar .hs-search-field {
		width: 60%;
		margin: 0 auto;
	}
	.blog-search-group {
		width: 60% !important;
		margin: 0 auto !important;
		float: none !important;
	}
	.custom-menu-primary .hs-menu-wrapper>ul>li>a, .custom-menu-primary .hs-menu-wrapper>ul ul li a {
		font-size: .7rem;
	}
}



@media(max-width:855px){
	.custom-menu-primary .hs-menu-wrapper>ul>li>a, .custom-menu-primary .hs-menu-wrapper>ul ul li a {
		font-size: .7rem;
		padding: 0;
	}
	.child-trigger {
		height: 63px !important;

	}

}
@media(max-width:860px) and (min-width:768px){
	.foot-smaill-left p {
		word-break: break-word;
	}
}
@media(max-width:854px){
	.top-bar-items {
		justify-content: center;
	}
	.btn_wrapper {
		line-height: 76px;
	}
	.header-form .chat-with-us-heading {
		line-height: 76px;
	}
	.popup-form .hbspt-form form .actions {
		padding: 0px 0px;
		padding-bottom: 17px;
		position: relative;
		top: -2px;
	}
}
@media(max-width:849px){
	.header-form .popup-form {
		top: 54px;
	}
}
@media(max-width:767px){
	.foots p {
		font-size: .9rem;
		line-height: 1.2rem;
	}

	.foots p a {
		font-size: 1rem;
		text-decoration: underline !important;
		text-decoration-color: #25c13a!important;
	}

	.foot-smaill-left h5, .foot-smaill-right h5 {
		margin-block-end: 32.064px;
		margin-block-start:32.064px;
	}

	.footer-group .foots {
		padding-left:35%;
	}

	.footer-group .page-center > div > .row-fluid {
		grid-template-columns: repeat(auto-fill,100%);
	}

	.social-media {
		margin-bottom:1rem;
	}
	.foot-smaill-right {

		padding-left: 0px !important;
	}
	.footer-small-group {
		align-self: auto;
	}

	.header-group .page-center>div>div {
		padding: 5px 20px;
	}

	.custom-logo a img {
		padding: 0;
		width: 3rem;
		height: auto;
	}

	.mobile-trigger {
		top: 16px;
		right: 20px;
	}
	.top-bar-items li a {
		padding: 2px 10px;
	}
	.blog-heading a {
		margin: 0;
	}
	.featured-image-wrapper {
		width: 70%;
	}
}

@media(max-width:620px){
	.header-form .popup-form {
		right: auto;
	}
}

@media(max-width:600px){

	.footer-group .foots {
		padding-left: 30%;
	}
	.footer-small-group {
		display: flex !important;
		flex-direction: column !important;
		flex-wrap: wrap !important;
		text-align: left !important;
		width: 100% !important;
		margin-bottom: 1.5rem;
	}

	.footer-small-group {
		align-self: auto;
	}

	.foot-smaill-left {
		align-self: auto !important;
		text-align: left !important;
		padding-left: 0 !important;
	}
	a#back-to-top {
		bottom: 15px;
		left: 15px;
	}
	.foot-smaill-right {
		align-self: auto !important;
		text-align: left !important;
	}

	.foot-smaill-left h5, .foot-smaill-right h5 {
		font-size: 1rem;
	}
	.footer-group .page-center>div>.row-fluid {
		padding: 10px 10px 20px;
	}
	.foot-smaill-left h5, .foot-smaill-right h5 {
		margin-block-end: 26.72px;
		margin-block-start: 26.72px;
	}
	.btn_wrapper .cta-button {
		padding: 4px 5px !important;
		right: 0;
		font-size: 1rem;
		flex-direction: row;
	}

	.arrow-up-icon {
		display: none !important;
	}

	span.cta-button-text {
		text-align: center;
		margin: 0;
		letter-spacing: 1px;
		line-height: 20px;
	}
	.banner-slider {
		text-align: center;
	}

	.banner-lead-container {
		top: 4%;
		left: 0;
		padding: 20px;
		position: relative;
		height: 100%;
		margin: 0;
	}

	.banner-lead-container h2 {
		line-height: 3rem;
		margin: 20vh 0 .5rem;
		color: #007db3;
		font-family: "Proxima Bold";
		letter-spacing: 1px;
		text-align: left;
	}

	.banner-lead-container h4 {
		margin-top: 1rem;
		margin-bottom: .5rem;
		text-align: left;
	}

	.banner-lead-container p {
		color: #1f324e;
		margin-top: 1rem;
		line-height: 1.7;
		width: 100%;
		text-align: justify;
	}
	.blog .body-container .page-center>div>div {
		flex-direction: column;
	}
	.blog .body-container .page-center {
		padding: 0 10px;
	}

	.blog .blog-content {
		padding: 10px;
	}
	.blog-details {
		font-size: .8rem;
	}
	a.read-more-button {
		align-self: center;
		font-size: .9rem;
		bottom: -10px;
	}
	.blog-text {

		padding: 1% 2%;
	}
	.blog-search-group {
		width: 80% !important;
	}

	.blog-sideba .hs-search-field {
		width: 80% !important;
	}

	.blog-sidebar>div {
		padding-left: 0;
	}

	.categories-group h3 {
		text-align: center;
	}

	.categories-group ul {
		text-align: center;
	}
	.section.post-body p {
		letter-spacing: .4px;
		line-height: 2;
		word-break: break-word;
	}
	.social-media-section {
		display: flex;
		text-align: center;
	}
	.social-media-section a {
		font-size: .85rem;
	}
	.comment-section-wrapper .page-center-inner {
		padding: 0 20px;
		flex-direction: column;
	}
	.blog-comment-form-wrapper {
		padding: 0 20px;
		flex-direction: column;
	}

	.section.post-footer {
		margin: 0;
	}
	.hs-blog-post .blog-content>div {
		padding: 0;
	}
	.hs-blog-post .blog-content {
		padding-bottom: 30px;
	}
	.container-fluid .row-fluid .page-center {
		padding: 0 10px;
	}
	.second-cta-group {
		flex-direction: column;
		align-items: center;
		text-align: center;
		border-radius: 0;
		padding: 0 10px 15px;
	}
	.suggested-blog-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}

@media only screen and (max-width: 571px){
	.btn_wrapper .cta-button {
		padding: 4px 5px !important;
		right: 0;
		font-size: 1rem;
		flex-direction: row;
	}

	.arrow-up-icon {
		display: none !important;
	}

	span.cta-button-text {
		text-align: center;
		margin: 0;
		letter-spacing: 1px;
		line-height: 20px;
	}

	.btn_wrapper {
		line-height: 28px;
	}

	.top-bar-items li:nth-of-type(3) a {
		margin-bottom: auto;
		margin-top: auto;
	}

	.top-bar-items li:nth-of-type(4) a {
		line-height: 30px;
	}
	.header-form .popup-form {
		top: 30px;
	}

	.header-form .chat-with-us-heading {
		line-height: 28px;
	}
	.popup-form .hbspt-form form .actions {
		padding: 17px 0px;
		padding-bottom: 17px;
		position: relative;
		top: 0px;
	}
	.header-form .popup-form {
		right: 0;
	}
}




@media(max-width:500px){
	.footer-group .foots {
		padding-left: 25%;
	}
	.blog-content-inner {
		flex-direction: column;
	}

	.featured-image-wrapper {
		width: 100%;
		padding-bottom: 5px;
	}

	.blog-text {
		padding-bottom: 20px;
	}

	a.read-more-button {
		margin-bottom: -6px;
	}
}

@media(max-width:400px){
	.footer-group .foots {
		padding-left: 20%;
	}
}

@media only screen and (max-width: 387px){
	.btn_wrapper {
		line-height: 50px;
	}	
}


@media only screen and (max-width: 382px){
	.popup-form .hbspt-form form .actions {
		padding: 11px 0px;
		padding-bottom: 17px;
		position: relative;
		top: 0px;
	}
	.header-form .chat-with-us-heading {
		line-height: 50px;
	}
	.header-form .popup-form {
		right: auto;
		left: 0;
		top: 41px;
	}
	.form-container {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 10px !important;
	}
}

@media only screen and (max-height: 650px){


	.header-form .hbspt-form {
		overflow-x: hidden;
		overflow-y: auto;
	} 

	.custom-menu-primary.js-enabled .hs-menu-wrapper {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100% !important;
		padding: 0;
		margin: 0;
		height: calc(100vh - 86px);
		opacity: 0;
		visibility: hidden;
		background-color: #fff;
		transition: .5s;
		overflow-x: hidden !important;
		overflow-y: auto !important;
	}

	@media only screen and (max-height: 650px){


		.header-form .hbspt-form {
			overflow-x: hidden;
			overflow-y: auto;
			height: 60vh !important;
		}
    
	}