/* ==========================================================================
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'); */
@import url('//fonts.googleapis.com/css?family=Lora:400,700');
@import url('//stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=EB+Garamond&display=swap');
@import url('https://www.microbac.com/vendor/savvior/savvicms-microbac/fonts/31DC16_7_0.eot');

@font-face {
    font-family: "Frutiger_W01_55_Roman";
    src: url("https://6552942.fs1.hubspotusercontent-na1.net/hubfs/6552942/Fonts/Frutiger_W01_55_Roman.eot") format("embedded-opentype"), 
        url("https://6552942.fs1.hubspotusercontent-na1.net/hubfs/6552942/Fonts/Frutiger_W01_55_Roman.woff2") format("woff2"),
        url("https://6552942.fs1.hubspotusercontent-na1.net/hubfs/6552942/Fonts/Frutiger_W01_55_Roman.woff") format("woff"),
        url("https://6552942.fs1.hubspotusercontent-na1.net/hubfs/6552942/Fonts/Frutiger_W01_55_Roman.ttf") format("truetype");
}


@font-face {
    font-family: 'FrutigerLTStd-Light';
    src: url('https://email.microbac.com/hubfs/Font_Lite/FrutigerLTStd-Light.woff2') format('woff2'),
        url('https://email.microbac.com/hubfs/Font_Lite/FrutigerLTStd-Light.woff') format('woff'),
        url('https://email.microbac.com/hubfs/Font_Lite/FrutigerLTStd-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


/* Frutiger Roman 
@font-face {
font-family: "Frutiger_W01_55_Roman";
src: url("https://6552942.fs1.hubspotusercontent-na1.net/hubfs/6552942/Fonts/Frutiger_W01_55_Roman.eot") format("embedded-opentype"), 
url("https://6552942.fs1.hubspotusercontent-na1.net/hubfs/6552942/Fonts/Frutiger_W01_55_Roman.woff2") format("woff2"),
url("https://6552942.fs1.hubspotusercontent-na1.net/hubfs/6552942/Fonts/Frutiger_W01_55_Roman.woff") format("woff"),
url("https://6552942.fs1.hubspotusercontent-na1.net/hubfs/6552942/Fonts/Frutiger_W01_55_Roman.ttf") format("truetype");
}
}
*/
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

/* Responsive iFrames */
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}
 
/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


body {
    color: #7b7c81;
    font-family: 'Frutiger_W01_55_Roman',sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    background-color: #fff;
    font-weight:400;
}
.body h2 {
    font-family: "Frutiger_W01_55_Roman", sans-serif;
}

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

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


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

/* Basic text */
p {
    line-height: 1.5;
}
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 { 
    famili
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color:inherit;
}
h1 {
    font-size: 38px; 
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

/* Anchor Links */
a {
    color: #009ba7;
    text-decoration: none;
}

a:hover, a:focus {
    outline:0;
    text-decoration: underline;
}

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


.body-container ol,
.body-container ul {
    margin-top: 0;
    margin-bottom: 10px;
}


/* Block Quotes */
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
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 {}

/** Head ***/

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

.cstm-head .row-fluid [class*="span"] {
    min-height: 0 !important;
}

/*** Header ***/

.cstm-head {
    position: fixed;
    background: #FFF;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #DDD;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
    text-transform: uppercase;
}

/*** Header Columns  ***/

.cstm-head-col {
    width: auto !important;
    margin-left: 0 !important;
}

.cstm-head-col:nth-child(2) {
    float: right;
}

div#modal-search {
    display: none;
}

/*** Logo ***/
.cstm-logo {
    position: relative;
    z-index: 10;
    padding: 33px 0px;
}

.cstm-logo a {
    display: block;
}

.cstm-logo img {
    padding-right: 49px;
    border-right: 2px solid #DDD !important;
    vertical-align: middle;
    max-width: 321px;
}


/*** Top Links  ***/

.cstm-top-links {
    float: right !important;
}

.cstm-top-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cstm-top-links ul li {
    display: inline-block;
    padding: 10px 5px 0 5px;
}

.cstm-top-links ul li:first-child a {
    color: #34b3e8;
    border: 1px solid #34b3e8;
}

.cstm-top-links ul li a {
    font-size: 14px;
    transition: all 300ms;
    padding: 5px 6px 3px 6px;
    display: inline-block;
    text-decoration: none;
}

.cstm-top-links ul li:nth-child(2) a {
    color: #fa9a2a;
    border: 1px solid #fa9a2a;
}

.cstm-top-links ul li:nth-child(3) a {
    color: #009ba7;
    border: 1px solid #009ba7;
}

.cstm-top-links ul li a:hover {
    text-decoration: none;
    opacity: .5;
}


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

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

.content-wrapper {
    padding-top:30px;
    padding-bottom:30px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

/*** Copyright Footer **/

.cstm-copyright {
    padding-top: 10px;
    padding-bottom: 10px; 
    background: #dededf;
    text-align: center;
}

.cstm-copy-footer .page-center {
    padding: 0 !important;
}

.cstm-copyright a {
    color: #626367;
    display: inline-block;
}

.cstm-copyright a + span {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}

.cstm-copyright a:first-child+span {
    padding-left: 6px;
    padding-right: 5px;
} 

.cstm-copyright a:not(:first-child)+span {
    padding-left: 5px;
    padding-right: 10px;
}


/*** Main Footer ***/

.cstm-main-footer .page-center {
    padding: 0 !important;
    border-top: 1px solid #DDD;
    text-align: center;
    padding-top: 25px;
    margin-top: 30px;
}

.cstm-footer-links a {
    vertical-align: middle;
    letter-spacing: 1px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    color: #7b7c81;
    text-decoration: none;
    text-transform: uppercase;
}

.cstm-footer-links a:hover {
    color: #3d3d40;
}

.f-icon {
    margin-right: 7px;
    height: 32px;
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    background-image: url('//6552942.fs1.hubspotusercontent-na1.net/hubfs/6552942/Microbac_December2019/Images/icons-32x32-footer.png');
    background-repeat: none;
    zoom: .85; -moz-transform: scale(0.85);
}

span.f-icon.f-icon-loc {
    background-position: 0px 0px;
}

.fa.fa-arrows {
    font-size: 22px;
    margin-right: 7px;
}

.f-icon-car {
    zoom: 1; -moz-transform: scale(1);
    background-position: -160px 0px;
}

.f-icon-con {
    background-position: -192px 0px;
}

ul.footer-item.social {
    vertical-align: middle;
    letter-spacing: 1px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.footer-item.social li {
    display: inline-block;
    list-style: none;
}

ul.footer-item.social li a {
    color: #FFF;
}

.fa-circle {
    color: #7b7c81;
}

.cstm-footer-links {
    margin: 25px 0 0;
    padding-right: 5px;
}

span.txt {
    position: relative;
    top: -2px;
}

.cstm-footer-links a:hover span.f-icon-car {
    background-position: -160px -32px;
}

.cstm-footer-links a:hover span.f-icon-con {
    background-position: -192px -32px;
}

.cstm-footer-links a:hover span.fa-arrows {
    color: #3d3d40;
}

.cstm-footer-links a:hover span.f-icon-loc {
    background-position: 0px -32px;
}

ul.footer-item.social li a:hover .fa-circle {
    color: #009ba7;
}


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

.custom-menu-primary .hs-menu-wrapper > ul >li:last-child { padding-top: 0; padding-bottom: 0; }
/* .custom-menu-primary .hs-menu-wrapper > ul >li:last-child a { background-color: #fa9a2a !important; padding: 10px 12px 8px !important; color: #fff !important; vertical-align: middle !important; border-radius: 4px; } */
/* .custom-menu-primary .hs-menu-wrapper > ul >li:last-child a:before { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: "\f003"; } */

.row-fluid .desktop-menu { display: flex; align-items: center; }
.row-fluid .desktop-menu li.flush-left { display: inline-block; padding-top: 20px; padding-bottom: 20px; cursor: pointer; padding-left: 2px; }
.row-fluid .desktop-menu li.flush-left a { color: #7b7c81; padding: 5px 6px 3px 6px; font-size: 14px; }


@media screen and (min-width:768px) {

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

    li.flush-left {
        float: left;
    }

    .custom-menu-primary .hs-menu-wrapper > ul {
        display: flex !important;
        align-items: center;
        padding: 0;
    }

    .custom-menu-primary .hs-menu-wrapper > ul >li {
        cursor: pointer;
        border: 1px solid transparent;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-size: 16px;
        padding: 20px 7px;
        position:static !important;
    }

    .custom-menu-primary .hs-menu-wrapper > ul >li >a {
        line-height: 20px;
        background: transparent;
        border: 1px solid transparent;
        display: inline-block;
        color: #7b7c81;
        padding: 5px 6px 3px 6px;
        font-size: 14px;
        position: relative;
        padding-top: 0;
        padding-bottom: 0;
        text-decoration: none;
    }

    .custom-menu-primary .hs-menu-wrapper > ul >li.flush-left >a {
        padding: 5px 6px 3px 6px;
        padding-top: 0;
        padding-bottom: 0;
    }

    .custom-menu-primary .hs-menu-wrapper > ul >li.flush-left {
        padding-left: 0;
        padding-right: 7px;
    }

    .custom-menu-primary .hs-menu-wrapper > ul >li.-contact-us {
        padding-top: 0;
        padding-bottom: 0;
    }

    .custom-menu-primary .hs-menu-wrapper > ul >li.-contact-us >a {
        font-size: 14px;
        position: relative;
        border: 1px solid transparent;
        display: inline-block;
        line-height: 20px;
        background-color: #fa9a2a !important;
        padding: 10px 12px 8px !important;
        color: #fff !important;
        vertical-align: middle !important;
        text-align: center;
        font-weight: 400;
        border-radius: 4px;
    }
    
    .custom-menu-primary .hs-menu-wrapper>ul>li >ul >li:not(:first-child) ul li.covid-19\/sars-cov-2 a { padding-bottom: 10px !important;
    padding-top: 20px !important;}

    .custom-menu-primary .hs-menu-wrapper>ul>li >ul >li:not(:first-child) ul li.covid-19\/sars-cov-2 {
        padding-left: 0;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li >ul >li:not(:first-child) ul li.covid-19\/sars-cov-2:before {
        display: none;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li >ul >li:not(:first-child) ul li.covid-19\/sars-cov-2 a {
        padding-left: 0;
        margin-left: 13px;
        padding-bottom: 5px;
        font-size: 21px;
        margin-bottom: 8px;
        border-bottom: 1px solid #ddd;
        color: #7b7c81;
        font-family: "Frutiger_W01_55_Roman", sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        width: 100% !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li >ul >li:not(:first-child) ul li.ucmr-5-testing-program {
        padding-left: 0;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li >ul >li:not(:first-child) ul li.ucmr-5-testing-program:before {
        display: none;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li >ul >li:not(:first-child) ul li.ucmr-5-testing-program a {
        padding-left: 0;
        margin-left: 13px;
        padding-bottom: 15px;
        padding-top: 20px;
        font-size: 21px;
        margin-bottom: 8px;
        border-bottom: 1px solid #ddd;
        color: #7b7c81;
        font-family: "Frutiger_W01_55_Roman", sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        width: 100% !important;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li.-contact-us >a:before {
        content: "\f003";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
        color: #009ba7;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
        content: "";
        width: 1px;
        background-color: #ddd;
        height: 0px;
        position: absolute;
        top: 20px;
        left: 50%;
        transition: all .15s ease;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after {
        height: 30px;
        background-color: #009ba7;
    }

    .custom-menu-primary .hs-menu-wrapper > ul >li > ul {
        transition: visibility 0s, opacity 0.15s, top .1s linear !important;
        pointer-events: none;
    }

    .custom-menu-primary .hs-menu-wrapper > ul  >li:hover >ul {
        top:100%;
        pointer-events: auto;
    }


    .custom-menu-primary .hs-menu-wrapper > ul >li> ul >li >  ul {
        transition: none !important;
        display: block !important;
        opacity: 1 !important;
        left: 0 !important;
        visibility: visible !important;
        position: static !important;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li >ul {
        white-space: normal;
        padding: 0;
        background: rgba(255, 255, 255, 0.99);
        left: 0 !important;
        width: calc(100% - 30px ) !important;
        max-width: 1140px;
        margin: 0 auto;
        right: 0;
        top: 108%;
        display: flex !important;
        box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.25);
        border-top: 1px solid #ddd;
    } 

    .custom-menu-primary .hs-menu-wrapper>ul>li >ul >li {
        padding-left: 20px;
        padding: 30px 10px 30px 30px;
        width: 45%;
        text-align: left;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li >ul >li:first-child {
        text-transform: none;
        padding-right: 20px;
        min-height: 300px;
        background-size: cover;
        padding: 30px;
        width: 35%;
        position: relative; 
        background-color: #009ba7;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.environmental >ul>li:first-child {
        max-width: 323px;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:first-child >a {
        margin-top: 0;
        margin-bottom: 20px;
        color: #fff;
        font-size: 24px;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        text-decoration: none;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:first-child >ul >li>a {
        white-space: normal !important;
        color: #fff;
        margin: 0 0 12px;
        line-height: 1.5;
        font-family: "Frutiger_W01_55_Roman";
        font-weight: 200;
        font-size: 14px;
        text-decoration: none;
    }

    .custom-menu-primary .hs-menu-wrapper ul li a {
        text-decoration: none;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li >ul >li:not(:first-child) >a {
        padding-left: 0;
        margin-left: 13px;
        padding-bottom: 5px;
        font-size: 21px;
        margin-bottom: 8px;
        border-bottom: 1px solid #ddd;
        color: #7b7c81;
        font-family: "Frutiger_W01_55_Roman", sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li >ul >li:not(:first-child) ul li {
        width: auto;
        padding-left: 26px;
        position: relative;
        display: block;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li >ul >li:not(:first-child) ul li:before {
        content: "\f0da";
        font-family: 'FontAwesome';
        font-size: 14px;
        color: #7b7c81;
        border-left: 0 !important;
        height: 0 !important;
        position: absolute;
        left: 20px;
        top: 5px;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li >ul >li:not(:first-child) ul li a {
        font-size: 14px;
        padding: 5px 6px 3px 6px;
        padding-bottom: 5px;
        padding-top: 5px;
        color: #009ba7;
        background: transparent;
        border: 1px solid transparent;
        display: inline-block !important;
        white-space: normal !important;
    }

    /*** Food Menu ***/

    .custom-menu-primary .hs-menu-wrapper>ul>li.food:hover >a {
        color: #fa9a2a;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.food:hover>a:after {
        background-color: #fa9a2a;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.food>ul>li:first-child {
        background-color: #fa9a2a;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.food>ul>li:not(:first-child) ul li a {
        color: #fa9a2a;
    }

    /*** Life sciences ***/

    .custom-menu-primary .hs-menu-wrapper>ul>li.life-sciences:hover >a {
        color: #34b3e8;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.life-sciences:hover>a:after {
        background-color: #34b3e8;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.life-sciences>ul>li:first-child {
        background-color: #34b3e8;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.life-sciences>ul>li:not(:first-child) ul li a {
        color: #34b3e8;
    }




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

    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }

    .scroll-header .cstm-logo {
        padding: 13px 0;
    }

    .scroll-header .cstm-head {
        box-shadow: none;
    }

    .scroll-header .cstm-top-links {
        display: none !important;
    }

    div#modal-search {
        position: absolute;
        border-radius: 8px;
        background-clip: padding-box;
        width: 100%;
        left: 0px;
        z-index: 99999;
        bottom: -40px;
    }

    .cstm-head .page-center {
        position: relative;
    }

    div#modal-search form input {
        height: 46px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 6px;
        display: block;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        width: 100%;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        font-family: Frutiger_W01_55_Roman, sans-serif;
        font-size:18px;
    }

    div#modal-search form input:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    }

    div#modal-search form input.btn {
        display: none !important;
    }

    div#modal-search form input::-webkit-input-placeholder {
        color: #999;
    }

    div#modal-search form input::placeholder {
        color: #999;
        opacity:1;
    }

    div#modal-search form input::-webkit-input-placeholder {
        color: #999;
        opacity:1;
    }

    div#modal-search form input:-moz-placeholder {
        color: #999;
        opacity:1;
    }

    div#modal-search form input::-moz-placeholder {
        color: #999;
        opacity:1;
    }

    div#modal-search form input:-ms-input-placeholder {
        color: #999;
        opacity:1;
    }

}


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

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

@media (max-width: 767px){

    /* 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;
        left: 25px;
        width: auto;
        height: auto;
        background: #fff;
        font-weight: normal;
        text-align: left;
        cursor:pointer;
        z-index: 9999;
    }

    button.menu-btn.navbar-toggle {
        border: none;
        background: transparent;
        outline:none;
        position: relative;
        z-index: 9999;
        cursor: pointer;
    }

    span.icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background: rgba(0, 0, 0, 0.25);
    }

    .icon-bar+.icon-bar {
        margin-top: 4px;
    }


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

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

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

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

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


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
    text-decoration: none;
}

/* 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 {
    max-width: 70px;
    padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
    height: auto !important;
    max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    border-bottom:1px solid #ccc;
    padding-bottom:20px;
    margin-bottom:20px;
}
.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 {
    display:block;
    margin:10px 0;
}

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

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

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

#comments-listing {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment {
    margin: 10px 0;
    border-top: 1px solid #ccc;
    padding: 15px 0;
}
.comment-date {
    font-size: 13px;
    display: block !important;
    text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body {
    padding: 10px 0;
    border-bottom: medium none;
    display: block;
}
.comment-reply-to{
    margin-bottom: 15px;
}
.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link{
    display:block;
}

.blog-pagination a.next-posts-link {
    display:block;
}

/* 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 {
    max-width: 70px;
    padding: 10px 10px 10px 0;
}

.hs-author-profile .hs-author-avatar img {
    height: auto !important;
    max-width: 100%;
}

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

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

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


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


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

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

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    display: inline-block;
    height: 40px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif,Frutiger_W01_55_Roman;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    background-color: #f5f8fa;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    width:100%;
    -webkit-border-radius: 3px;
    outline:none;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 0 15px;
    min-height: 27px;
}

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 {
    height:auto;
}

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;
    margin: 0; 
    display: inline-block;
    font-weight: 700;
    outline:none;
    line-height: 12px;
    position: relative;
    text-align: center;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 12px 24px;
    background: #078f93;
    border-color: #078f93;
    color: #ffffff;
    font-size: 12px;
    font-family: FrutigerLTStd-Light;
    font-weight: 700;
    margin: 25px 0 35px;
}

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


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

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
/* Styles that do not fit into any of the available sections above can go here. */
@keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fade{
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
figure {
    margin: 0 0 10px;
}

.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.widget-type-email_simple_subscription,
.widget-type-password_prompt,
.hs-search-field,
#email-prefs-form {
    max-width: 767px;
    display: block
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin: 20px 0;
}


/* REMOVE CROSS ICON */
input[type="search"]::-webkit-search-cancel-button {
    display: none;
}
input[type="search"]:-moz-search-cancel-button {
    display: none;
}
input[type="search"]::-ms-clear  {
    display: none;
}  

/*** Back To Top ***/

a#back-to-top {
    cursor: pointer;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 554;
    right: 20px;
    bottom: 20px;
    background-color: #009ba7;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding-bottom: 4px;
    text-decoration: none;
}

a#back-to-top:before {
    content: "\f077";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
}


.hs-form-field >label {
    display: block;
    float: none;
    width: auto;
    font-weight: 500;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-family: 'EB Garamond', serif;;
    font-size: 13px;
    color: #33475b;
}

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

ul.no-list.hs-error-msgs.inputs-list {
    font-family: arial, helvetica, sans-serif, FrutigerLTStd-Light;
    font-size: 13px;
    color: #f2545b;
    line-height: 18px;
    padding: 0;
    list-style: none;
}

.hs-form-required {
    color: red;
}

.hs-input.invalid.error{
    border-color: #c87872;
}

ul.hs-search-field__suggestions li {
    padding: 10px;
}


.hs-search-results__listing li a:hover {
    color: #23527c;
    text-decoration: underline;
}

.hs-search-results__listing li p {
    margin: 0;
}

#hs-pwd-widget-password {
    height: 40px !important;
}


.lp-header .mobile-trigger {
    display: none !important;
}


/* hero page */
.hero-main-wrap { padding: 183px 0px; }
.hero-heading-btn-wrap h1 { margin: 0px; font-weight: 400; font-size: 54px; line-height: 72px; color: #FFFFFF; font-family: "FrutigerLTStd-Light", sans-serif;}
.hero-heading-btn-wrap { text-align: center; max-width: 670px; margin: 0px auto; }
/* .hero-btn a { border: 1px solid #FFFFFF; border-radius: 100px; font-weight: 400; font-size: 16px; line-height: 28px; display: inline-block; padding: 12px 43px; color: #fff; } */
.hero-btn a { background: #F8971D; border-radius: 4px; font-weight: 400; line-height: 28px; display: inline-block; padding: 13px 52px; color: #fff; margin: 0px 15px; font-size:14px;  }
.hero-btn { margin-top: 30px; }
/* .hero-btn a:hover { background-color: #fff; color: #7b7c81; text-decoration:/ none; } */
.hero-btn a:hover { background: #F8971Dde; text-decoration: none;}

.right-side-img-with-content-wrap { display: flex; }
.right-side-img-with-content-main-wrap { padding: 80px 0px; }
.left-side-content { width: 55%; }
.right-side-img { width: 45%; padding-left: 25px; padding-left: 5%; }
.left-side-heading-content-wrap h2 { margin: 0; font-weight: 400; font-size: 40px; line-height: 58px; color: #5E5E6C; font-family: "FrutigerLTStd-Light", sans-serif; }
.left-side-heading-content { display: inline-block; width: 100%; margin-top: 10px; }
.right-side-img img { filter: drop-shadow(0px 20px 70px rgba(0, 0, 0, 0.09)); }
.left-side-heading-content-wrap { padding-right: 25px; }

.video-main-wrap { padding: 60px 0 0; background: #F8F8F8; }
.video-wrap h3 { font-weight: 400; font-size: 28px; line-height: 42px; margin-top: 0px; margin-bottom: 0px; font-family: "FrutigerLTStd-Light", sans-serif; }
.video-wrap { text-align: center; }
.video-content { display: inline-block; width: 100%; max-width: 970px; padding-top: 15px; }
.video-content p:first-child { margin-top: 0px; }
.video-btn-wrap a.btn-first { background: #F8971D; border-radius: 4px; font-weight: 400; line-height: 28px; display: inline-block; padding: 13px 52px; color: #fff; margin: 0px 15px; font-size:14px; }
.video-btn-wrap a.btn-second { border: 1px solid #B0B7C3; border-radius: 4px; font-weight: 400; display: inline-block; padding: 12px 35px; color: #77777D; line-height: 28px; font-size:14px; }
.video-btn-wrap { margin: 25px 0px 44px; }
.video-btn-wrap a.btn-second:hover { background-color: #B0B7C3; color: #fff; text-decoration:none; }
.video-btn-wrap a.btn-first:hover { background: #F8971Dde; text-decoration:none; }

.video-code { position: relative; z-index: 1; }
.video-code:after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 50%; background-color: #fff; z-index: -1; }

.left-side-img-wrap .right-side-img-with-content-wrap { flex-flow: row-reverse; }
.left-side-img-wrap .right-side-img-with-content-wrap .right-side-img { padding-left: 0; padding-right: 3%; width: 48%; }
.left-side-img-wrap .right-side-img-with-content-wrap  .left-side-heading-content-wrap { padding-right: 0; padding-left: 1%; }
.left-side-img-wrap .right-side-img-with-content-wrap .left-side-heading-content-wrap .left-side-heading-content> *:first-child { margin-top: 0; }
.left-side-heading-wrap h2 { font-weight: 400; font-size: 40px; line-height: 58px; margin-top: 0px; margin-bottom: 0; font-family: "FrutigerLTStd-Light", sans-serif; }
.left-side-img { margin-top: 60px; }
.left-side-img-wrap .right-side-img-with-content-wrap .left-side-heading-content-wrap .left-side-heading-content { margin-top: 0; font-weight: 400; font-size: 18px; line-height: 30px; }
.left-side-img-wrap .right-side-img-with-content-wrap .left-side-content { width: 53%; }
.left-side-img-wrap .right-side-img-with-content-wrap .left-side-heading-content-wrap .video-btn-wrap { margin-bottom: 0px; margin-top: 12px; }
.left-side-img-wrap .right-side-img-with-content-wrap .left-side-heading-content-wrap .video-btn-wrap a.btn-first { padding: 13px 15px; margin-left: 0; }
.left-side-img-wrap .right-side-img-with-content-wrap .left-side-heading-content-wrap .video-btn-wrap a.btn-second { padding: 12px 19px; margin-right: 0px; margin-left: 0; }
.left-side-img-wrap .right-side-img-with-content-wrap .left-side-heading-content-wrap .video-btn-wrap a { margin: 0px 10px; }

.icon-repeater-main-wrap { background: url(https://email.microbac.com/hubfs/icon-bg.png) no-repeat center/cover; padding: 70px 0px; }
.left-side-img img { filter: none; }
.icon-repeater-heading-content-wrap h2 { margin-top: 0px; font-weight: 400; font-size: 40px; line-height: 58px; margin-bottom: 0; font-family: "FrutigerLTStd-Light", sans-serif; }
.icon-repeater-wrap { text-align: center; }
.icon-repeater-heading-content { font-size: 18px; line-height: 30px; max-width: 1072px; margin: 0px auto; }
.icon-repeater-list { width: calc(100% / 4); padding: 15px; }
.icon-repeater-list-wrap { display: flex; flex-flow: wrap; width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; }
.icon-repeater-list-details { border: 1px solid rgba(125, 131, 142, 0.2); border-radius: 10px; padding: 15px; min-height: 315px; display: flex; align-items: center; justify-content: center; transition: all 400ms ease-in-out; }
.icon-repeater-list-details h3 { font-weight: 400; font-size: 18px; line-height: 30px; margin: 0;      }
.icon-repeater-list-img { margin-bottom: 35px; }
.icon-repeater-list-details:hover { border-color: #fff; background: #FFFFFF; box-shadow: 0px 30px 80px rgba(0, 0, 0, 0.04); }
.icon-repeater-main-wrap .video-btn-wrap { margin-bottom: 0px; }

.cta-wrap { width: 100%; display: inline-block; text-align: center; padding: 70px 70px; margin: 0px auto; }
.cta-wrap h2 { font-weight: 400; font-size: 40px; line-height: 58px; margin: 0; color: #FFFFFF; }
.cta-content { font-weight: 400; font-size: 18px; line-height: 30px; color: #FAFBFC; max-width: 888px; display: inline-block; }
.cta-main-wrap { text-align: center; padding-top: 40px; padding-bottom: 80px; }
.cta-content p:last-child { margin-bottom: 0px; }


.left-side-content-without-conatiner-main-wrap { display: flex; }
.left-side-content-without-conatiner { width: 55%; padding: 53px; background: #18A0AF; padding-left: calc((100% - 1150px)/2); }
.right-side-img-without-conatiner { width: 45%; }
.left-side-content-without-conatiner h2 { margin: 0; color: #fff; font-weight: 400; font-size: 40px; line-height: 58px;  font-family: "FrutigerLTStd-Light", sans-serif;}
.left-side-content-without-conatiner-details { font-weight: 400; font-size: 18px; line-height: 30px; color: #FAFBFC; display: inline-block; width: 100%; padding-top: 10px; }
.left-side-content-without-conatiner-details p:last-child { margin-bottom: 15px; }


.service-wrap { background: #FFFFFF; box-shadow: 4px 6px 30px rgba(0, 0, 0, 0.1); display: flex; align-items: center; }
.service-main-wrap { padding: 80px 0px 40px; }
.service-left-wrap { width: 45%; }
.service-right-wrap { width: 55%; }
.service-heading-content-wrap h2 { font-weight: 400; font-size: 40px; line-height: 58px; margin: 0; max-width: 320px;  font-family: "FrutigerLTStd-Light", sans-serif; }
.service-heading-content-wrap { padding: 30px; }
.service-content { color: #7D838E; }

.landing-form-main-wrap { background: #18A0AF; padding: 70px 0px; }
.landing-form-wrap .hs_cos_wrapper_type_form { margin: 0px auto; max-width: 770px; text-align: center; }
.landing-form-wrap h3 { margin: 0; font-weight: 400; font-size: 40px; line-height: 58px; color: #FFFFFF; }
.landing-form-wrap form { background: #FFFFFF; box-shadow: 0px 20px 90px rgba(168, 168, 168, 0.3); padding: 40px; margin-top: 35px; }
.landing-form-wrap .hs-form-field >label { font-weight: 400; font-size: 16px; line-height: 28px; font-family: 'Frutiger_W01_55_Roman', sans-serif; color: #77777D; }

.landing-form-wrap .hs-form-field .input input[type="text"], .landing-form-wrap .hs-form-field input[type="password"], .landing-form-wrap .hs-form-field input[type="datetime"], .landing-form-wrap .hs-form-field input[type="datetime-local"], .landing-form-wrap .hs-form-field input[type="date"], .landing-form-wrap .hs-form-field input[type="month"], .landing-form-wrap .hs-form-field input[type="time"], .landing-form-wrap .hs-form-field input[type="week"], .landing-form-wrap .hs-form-field input[type="number"], .landing-form-wrap .hs-form-field input[type="email"], .landing-form-wrap .hs-form-field input[type="url"], .landing-form-wrap .hs-form-field input[type="search"], .landing-form-wrap .hs-form-field input[type="tel"], .landing-form-wrap .hs-form-field input[type="color"], .landing-form-wrap .hs-form-field input[type="file"], .landing-form-wrap .hs-form-field textarea, .landing-form-wrap .hs-form-field select { background: #FFFFFF; border: 1px solid #B9C8DE; border-radius: 7px; padding: 15px; min-height: 57px; }
.landing-form-wrap input[type="submit"] {margin: 0;background: #F8971D;border-radius: 4px;border: 0;font-weight: 400;font-size: 18px;line-height: 30px;font-family: 'Frutiger_W01_55_Roman',sans-serif;padding: 12px;min-width: 270px;margin-top: 25px;}

#footer .f-item { display: inline-block; vertical-align: middle; margin-bottom: 20px; }
#footer .footer-icon { color: #7b7c81; text-decoration: none; text-transform: uppercase; vertical-align: middle; letter-spacing: 1px; display: inline-block; margin-left: 15px; margin-right: 15px; display: flex; align-items: center; }
#footer .social { font-size: 18px; margin-bottom: 20px; }
#footer ul li { display: inline-block; list-style: none; }
#footer .social li a { margin: 0; }

.cstm-copyright a {  font-size: 14px;}
#footer .footer-icon img, #footer .footer-icon svg {
    max-height: 32px;
    width: auto;
    padding-right: 8px;
    -webkit-backface-visibility: hidden;
}

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


@media (min-width: 768px){
    .container-fluid .row-fluid .page-center {
        width: 750px;
    }
} 


@media (min-width: 992px){
    .container-fluid .row-fluid .page-center {
        width: 970px;
    }
} 

@media (min-width: 1200px){
    .container-fluid .row-fluid .page-center {
        width: 1170px;
    }
    .icon-repeater-list-details h3{ min-height: 150px; }
} 

@media(max-width:1199px){
    .cstm-head-col {
        width: 100% !important;
        text-align: center;
    }

    .cstm-logo img {
        padding-right: 0;
        border: none !important;
        max-width: 270px;
    }

    .cstm-logo {
        padding-top: 40px;
        padding-bottom: 15px;
    }

    .cstm-top-links ul {
        display: block;
    }

    .cstm-top-links ul li {
        padding-right: 0;
    }

    .cstm-top-links ul li:last-child {
        padding-right: 5px;
    }

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

    .custom-menu-primary .hs-menu-wrapper>ul>li {
        float: none !important;
        display: inline-block;
        margin: 0 -2px 0 -3px;
    }

    .custom-menu-primary .hs-menu-wrapper>ul {
        margin-left: -16px;
        display: block !important;
        text-align: center;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.flush-left {
        margin-left: 0px;
        margin-right: -4px;
    }

    .scroll-header .cstm-logo {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .hero-main-wrap { padding: 93px 0px; }
    .left-side-heading-content-wrap { padding-right: 0; }
    .right-side-img-with-content-main-wrap { padding: 70px 0px; }
    .left-side-img-wrap .right-side-img-with-content-wrap .left-side-heading-content-wrap .left-side-heading-content { font-size: 16px; line-height: normal; }
    .left-side-img-wrap .right-side-img-with-content-wrap .left-side-heading-content-wrap .video-btn-wrap a.btn-first { margin-bottom: 15px; }
    .icon-repeater-main-wrap { padding: 60px 0px; }
    .icon-repeater-heading-content { font-size: 16px; line-height: normal; }
    .icon-repeater-list-img { margin-bottom: 25px; }
    .left-side-content-without-conatiner { padding: 33px; padding-left: calc((100% - 930px)/2); }
    .left-side-content-without-conatiner-details { padding-top: 0; }
    .service-main-wrap { padding: 70px 0px 20px; }
    .cta-main-wrap { padding-bottom: 60px; }
    .landing-form-main-wrap { padding: 60px 0; }
    .cta-wrap { padding: 41px; }
    .cta-content p:first-child { margin-top: 3px; }


}

@media(max-width:1199px) and (min-width:768px){
    .lp-header .cstm-logo {
        padding: 40px 0 30px;
    }

    .scroll-header .lp-header .cstm-logo {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

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

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


@media(max-width:1000px) and (min-width:768px){
    div#modal-search form input {
        max-width: calc(100% - 30px );
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .custom-menu-primary .hs-menu-wrapper>ul>li {
        padding: 20px 5px;
    }

    .custom-menu-primary .hs-menu-wrapper>ul {
        margin-left: -7px;
    }

    .cstm-head .page-center {
        position: static;
    }

    .hero-heading-btn-wrap h1 { font-size: 40px; line-height: normal; }
    .hero-btn { margin-top: 20px; }
    .right-side-img-with-content-main-wrap { padding: 50px 0px; }
    .left-side-heading-content-wrap h2 { font-size: 30px; line-height: normal; }
    .video-wrap h3 { font-size: 23px; line-height: normal; }
    .left-side-heading-wrap h2 { font-size: 30px; line-height: normal; }
    .icon-repeater-main-wrap { padding: 40px 0px; }
    .icon-repeater-list { width: calc(100% / 2); }
    .icon-repeater-list-details { min-height: 240px; }
    .left-side-content-without-conatiner { padding-left: calc((100% - 720px)/2); }
    .left-side-content-without-conatiner h2 { font-size: 30px; line-height: normal; }
    .left-side-content-without-conatiner-details { font-size: 16px; line-height: normal; }
    .service-heading-content-wrap h2 { font-size: 30px; line-height: normal; }
    .service-heading-content-wrap { padding: 18px; }
    .cta-main-wrap { padding-bottom: 53px; }
    .landing-form-main-wrap { padding: 40px 0; }
    .landing-form-wrap form { margin-top: 25px; padding: 25px; }
    .landing-form-wrap input[type="submit"] { margin-top: 9px; }


}

@media(max-width:800px){
    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        padding-left: 4px;
        padding-right: 4px;
    }

    .custom-menu-primary .hs-menu-wrapper>ul {
        margin-left: -4px;
    }
}

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

@media (max-width: 767px) {
    /*     .span8.widget-span.widget-type-cell.cstm-head-col {
    display: none;
} */
    button.menu-btn.navbar-toggle { position: absolute; top: 30px; }
    .custom-menu-primary.visible-phone.mob.open-menu { left: 0; z-index:999999 }
    /*     .custom-menu-primary .hs-menu-wrapper > ul >li:last-child a { background-color: transparent !important; padding: 6px 18px !important; color: #b3b3b1 !important; font-size: 16px; line-height: 1.42857143; text-transform: none; letter-spacing: 0; } */
    /*     .custom-menu-primary .hs-menu-wrapper > ul >li:last-child a:before { display: none; } */

    .overly-menu { position: absolute; left: 0; right: 0; top: 0; bottom: 0; width: 100%; height: 100%; background-color: rgb(0 0 0 / 50%); z-index: 999; display:none !important; }
    .open-side-menu .overly-menu {
        display:  block !important;
    }

    .open-side-menu .cstm-head {background-color: rgb(0 0 0 / 50%);}
    .blog-sidebar{
        margin-top:30px;
    }

    .cstm-head {
        left: 0;
        right: 0; 
        width: 100%;
    }

    .cstm-logo img {
        max-width: 150px;
        padding-right: 10px;
    }

    .cstm-logo {
        text-align: right;    
        padding-bottom: 27px;
        padding-top: 26px;
    }
    .cstm-top-links {
        display: none !important;
    }
    .custom-menu-primary {
        background: #191918;
        width: 300px !important;
        position: fixed !important;
        left: 0;
        margin: 0 !important;
        height: 100vh;
        top: 0;
        z-index: 99999;
        overflow-y: auto;
        transition: left .2s cubic-bezier(0.16,0.68,0.43,0.99);
        padding-top: 0 !important;
        overflow-x: hidden;
    }

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

    .custom-menu-primary .hs-menu-wrapper>ul>li>a {
        padding: 6px 18px;
        color: #b3b3b1;
        font-size: 16px;
        line-height: 1.42857143;
        text-transform: none;
        letter-spacing: 0;
    }

    .site-overlay {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,0.5);
        -webkit-animation: fade 500ms;
        animation: fade 500ms;
        z-index: 555;
    }
    .custom-menu-primary .hs-menu-wrapper>ul {
        margin-left: 0;
    } 

    .custom-menu-primary {
        left: -300px;
    }

    .mobile-open .custom-menu-primary{
        left: 0;
    }
    .mobile-open .site-overlay {
        display: block;
    } 
    .site-overlay {
        display: none;
    }

    .cstm-logo {
        float: right !important;
    }

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

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

    .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
        padding: 6px 18px;
        font-size: 16px;
        text-transform: none;
        color: #b3b3b1;
        line-height: 1.42857143;
    }

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

    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a{
        position:relative;
    }
    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
        content: '';
        display: block;
        height: 11px;
        width: 8px;
        position: absolute;
        top: 50%;
        right: 15px;
        background: url('//6552942.fs1.hubspotusercontent-na1.net/hubfs/6552942/Microbac_December2019/Images/arrow.svg') no-repeat;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: transform 0.2s;
    }

    .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg);
    }

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

    .custom-menu-primary .hs-menu-wrapper > ul {
        margin-bottom: 100px !important;
    }

    .scroll-header .cstm-logo {
        padding-bottom: 27px;
        padding-top: 26px;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul li {
        transition: opacity 0.2s ease-in-out;
        opacity: 0;
    }

    .custom-menu-primary .hs-menu-wrapper>ul li.child-open li {
        opacity: 1;
    }

    .custom-menu-primary form {
        padding: 6px 12px;
    }

    .custom-menu-primary form input {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        font-family: FrutigerLTStd-Light, sans-serif;
    }

    .custom-menu-primary .hs-menu-wrapper>ul ul {
        letter-spacing: normal;
    }

    .cstm-head:after {
        content:"";
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        background-color: rgba(0,0,0,0.5);
        -webkit-animation: fade 500ms;
        animation: fade 500ms;
        z-index: 9999;
        height: 76px;
        display: none;
    }

    .mobile-open .cstm-head:after {
        display:block;
    }

    .custom-menu-primary form input::placeholder {
        color: #999;
        opacity:1;
    }

    .custom-menu-primary form input::-webkit-input-placeholder {
        color: #999;
        opacity:1;
    }

    .custom-menu-primary form input:-moz-placeholder {
        color: #999;
        opacity:1;
    }

    .custom-menu-primary form input::-moz-placeholder {
        color: #999;
        opacity:1;
    }

    .custom-menu-primary form input:-ms-input-placeholder {
        color: #999;
        opacity:1;
    }


    .hero-heading-btn-wrap h1 { font-size: 40px; line-height: normal; }
    .hero-btn { margin-top: 20px; }
    .right-side-img-with-content-main-wrap { padding: 45px 0px; }
    .left-side-heading-content-wrap h2 { font-size: 30px; line-height: normal; }
    .video-wrap h3 { font-size: 23px; line-height: normal; }
    .left-side-heading-wrap h2 { font-size: 30px; line-height: normal; }
    .icon-repeater-main-wrap { padding: 40px 0px; }
    .icon-repeater-list { width: 100%; }
    .icon-repeater-list-details { min-height: auto; padding: 30px 15px; }
    .left-side-content-without-conatiner { padding-left: 15px; width: 100%; }
    .left-side-content-without-conatiner h2 { font-size: 30px; line-height: normal; }
    .left-side-content-without-conatiner-details { font-size: 16px; line-height: normal; }
    .service-heading-content-wrap h2 { font-size: 30px; line-height: normal; }
    .service-heading-content-wrap { padding: 18px; }
    .cta-main-wrap { padding-bottom: 39px; padding-top: 15px; }
    .landing-form-main-wrap { padding: 40px 0; }
    .landing-form-wrap form { margin-top: 17px; padding: 21px; }
    .landing-form-wrap input[type="submit"] { margin-top: 0; min-width: auto; width: 100%; max-width: 375px; }
    .hero-heading-btn-wrap h1 { font-size: 38px; }
    .hero-main-wrap { padding: 60px 0px; }
    .right-side-img-with-content-wrap { flex-flow: wrap; }
    .left-side-content { width: 100%; }
    .right-side-img { width: 100%; padding-left: 0px; padding-top: 25px; }
    .video-main-wrap { padding: 40px 0 0; }
    .video-btn-wrap a.btn-first { margin: 0px 0px 15px; width: 100%; max-width: 340px; }
    .video-btn-wrap a { width: 100%; max-width: 340px; }
    .video-btn-wrap { margin: 15px 0px 34px; }
    .left-side-img-wrap .right-side-img-with-content-wrap { flex-flow: column-reverse; }
    .left-side-img-wrap .right-side-img-with-content-wrap .right-side-img { width: 100%; padding-right: 0; padding-top: 0; }
    .left-side-img { margin-top: 20px; }
    .left-side-img-wrap .right-side-img-with-content-wrap .left-side-content { width: 100%; padding-top: 25px; }
    .left-side-img-wrap .right-side-img-with-content-wrap .left-side-heading-content-wrap .video-btn-wrap { margin-top: 0px; text-align: center; }
    .icon-repeater-heading-content-wrap h2 { font-size: 30px; line-height: normal; }
    .left-side-content-without-conatiner-main-wrap { flex-flow: wrap; }
    .right-side-img-without-conatiner { width: 100%; height: 320px; }
    .service-main-wrap { padding: 50px 0px 20px; }
    .service-wrap { flex-flow: wrap; }
    .service-left-wrap { width: 100%; }
    .service-right-wrap { width: 100%; }
    .cta-wrap h2 { font-size: 30px; line-height: normal;  font-family: "FrutigerLTStd-Light", sans-serif;}
    .cta-wrap { padding: 15px; }
    .cta-content { margin-top: 10px; font-size: 16px; line-height: normal; }
    .landing-form-wrap h3 { font-size: 30px; line-height: normal;  font-family: "FrutigerLTStd-Light", sans-serif;}
    .landing-form-wrap .hs-form-field .input input[type="text"],
    .landing-form-wrap .hs-form-field input[type="password"],
    .landing-form-wrap .hs-form-field input[type="datetime"],
    .landing-form-wrap .hs-form-field input[type="datetime-local"],
    .landing-form-wrap .hs-form-field input[type="date"],
    .landing-form-wrap .hs-form-field input[type="month"],
    .landing-form-wrap .hs-form-field input[type="time"],
    .landing-form-wrap .hs-form-field input[type="week"],
    .landing-form-wrap .hs-form-field input[type="number"],
    .landing-form-wrap .hs-form-field input[type="email"],
    .landing-form-wrap .hs-form-field input[type="url"],
    .landing-form-wrap .hs-form-field input[type="search"],
    .landing-form-wrap .hs-form-field input[type="tel"],
    .landing-form-wrap .hs-form-field input[type="color"],
    .landing-form-wrap .hs-form-field input[type="file"],
    .landing-form-wrap .hs-form-field textarea,
    .landing-form-wrap .hs-form-field select { min-height: 47px; padding: 8px; }


} 


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

@media (max-width: 479px) {
    .hs_recaptcha.hs-recaptcha.field.hs-form-field {
        overflow-x: scroll;
        max-width: 100%;
    }

    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: left !important;
    }
}


@media(max-width:400px){
    .custom-menu-primary {
        width: 250px !important;
    }

}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cstm-logo img { 
        height: 40px;
    }
}

.body-lite-font{ font-family: "FrutigerLTStd-Light", sans-serif; }