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


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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */

@import url('//fonts.googleapis.com/css?family=Raleway&display=swap');

@import url('//fonts.googleapis.com/css?family=Playfair+Display:700&display=swap');

/* EX: @import url('http://example.com/example_style.css'); */

@font-face {
  font-family: "Avenir";
  src: url("//6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/MDPen_January2020%20Theme/Fonts/AvenirLTStd-Light.ttf"),
    url("//6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/MDPen_January2020%20Theme/Fonts/AvenirLTStd-Light.eot"),
    url("//6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/MDPen_January2020%20Theme/Fonts/AvenirLTStd-Light.woff");
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: "Avenir";
  src: url("//6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/MDPen_January2020%20Theme/Fonts/AvenirLTStd-Book.eot"),
    url("//6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/MDPen_January2020%20Theme/Fonts/AvenirLTStd-Book.ttf"),
    url("//6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/MDPen_January2020%20Theme/Fonts/AvenirLTStd-Book.woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("//6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/MDPen_January2020%20Theme/Fonts/AvenirLTStd-BookOblique.ttf"),
    url("//6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/MDPen_January2020%20Theme/Fonts/AvenirLTStd-BookOblique.woff"),
    url("//6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/MDPen_January2020%20Theme/Fonts/AvenirLTStd-BookOblique.eot");
  font-style: oblique;
  font-weight: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("//6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/MDPen_January2020%20Theme/Fonts/AvenirLTStd-Heavy.woff"),
    url("//6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/MDPen_January2020%20Theme/Fonts/AvenirLTStd-Heavy.ttf"),
    url("//6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/MDPen_January2020%20Theme/Fonts/AvenirLTStd-Heavy.eot");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/MDPen_January2020%20Theme/Fonts/FontAwesome5Brands-Regular.eot"),
    url("//6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/MDPen_January2020%20Theme/Fonts/FontAwesome5Brands-Regular.woff"),
    url("//6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/MDPen_January2020%20Theme/Fonts/FontAwesome5Brands-Regular.ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/MDPen_January2020%20Theme/Fonts/FontAwesome5Free-Solid.eot"),
    url("//6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/MDPen_January2020%20Theme/Fonts/FontAwesome5Free-Solid.ttf"), 
    url("//6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/MDPen_January2020%20Theme/Fonts/FontAwesome5Free-Solid.woff");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: eicons;
  src: url("//6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/MDPen_January2020%20Theme/Fonts/eicons.eot"),
    url("//6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/MDPen_January2020%20Theme/Fonts/eicons.ttf"),
    url("//6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/MDPen_January2020%20Theme/Fonts/eicons.woff");
  font-style: normal;
  font-weight: 400;
}


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

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

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

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

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

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

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

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

/* Responsive 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 {
  font-size: 100%;
}

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

body {
  background: #fff;
  color: #353535;
  font-family: "Avenir", Sans-serif;
  font-size: 18px;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Highlighted Text */
::-moz-selection {
  background-color: #e04a37;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background-color: #e04a37;
  color: #ffffff;
  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: 0 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  color: #353535;
  font-family: "Avenir", Sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 1;
}
h2 {
  color: #353535;
  font-family: "Avenir", Sans-serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
}
h3 {
  color: #333333;
  font-family: "Avenir", Sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}
h4 {
  color: #e04a37;
  font-family: "Avenir", Sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
h5 {
  font-weight: inherit;
  font-family: 'Playfair Display',serif;
  text-transform: none;
  color: #333333;
  font-size: 1rem;
}
h6 {
  font-size: 1rem;
  font-weight: inherit;
  font-family: 'Playfair Display',serif;
  text-transform: none;
  color: #333333;
}

/* Anchor Links */
a { 
  box-shadow: none;
  text-decoration: none;
  color: #e04a37;
  transition: all .2s linear;
}
a:hover, a:focus { 
  color: #000000;
}

/* Lists */
ul, ol {
  margin: 0 0 10px;
  padding-left: 25px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  color: #000000;
  margin: 1.5em 1em 1.5em 3em;
  padding: 1.2em;
  font-size: 1.1em;
  line-height: inherit;
  position: relative;
  font-style: italic;
  border-left: 5px solid rgba(0,0,0,.05);
}
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 {}

.cm-header-top-section {
  background-color: #2b2b2b;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 5px 0px 5px 0px;
  position: relative;
}
.header-top-section {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
}
.header-top-left-section {
  width: 10%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-top-left-section .header-top-social {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-top-left-section .header-top-social-wrap {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
span.cm-header-practitioner-list-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 5px;
  font-family: "Avenir", Sans-serif;
}
.header-top-left-section .header-top-social-icon-list {
  width: 100%;
  position: relative;
  text-align: left;
}
.header-top-left-section .header-top-social-container {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.header-top-left-section ul.header-top-social-inline-items {
  padding: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
}
.header-top-left-section ul.header-top-social-inline-items li {
  font-family: "Open Sans", Sans-serif;
  font-size: 15px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.header-top-left-section ul.header-top-social-inline-items li a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.header-top-left-section ul.header-top-social-inline-items li a span.cm-icon-list-text {
  color: #efefef;
  display: inline-block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 5px;
}
.header-top-left-section ul.header-top-social-inline-items li a span.cm-icon-list-icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header-top-left-section ul.header-top-social-inline-items li a span.cm-icon-list-icon i {
  color: #939393;
  font-size: 14px;
  width: 1.25em;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.header-top-left-section ul.header-top-social-inline-items li:first-child {
  margin-left: 0;
}
.header-contact {
  width: 15%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-contact .header-contact-populated {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-contact .header-contact-populated .header-contact-widget-wrap {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-contact .header-contact-populated .header-contact-widget-wrap .header-contact-inner {
  text-align: left;
  width: 100%;
  position: relative;
}
.header-contact .header-contact-populated .header-contact-widget-wrap .header-contact-inner h2.header-contact-title {
  color: #7a7a7a;
  font-family: "Avenir", Sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.header-contact .header-contact-populated .header-contact-widget-wrap .header-contact-inner h2.header-contact-title a {
  color: inherit;
  font-size: inherit;
}
.cm-header-practitioner {
  width: 17%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cm-header-practitioner .cm-header-practitioner-populated {
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cm-header-practitioner .cm-header-practitioner-widget-wrap {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cm-header-practitioner .cm-header-practitioner-widget-wrap .cm-header-practitioner-widget-icon-list {
  width: 100%;
  position: relative;
  text-align: left;
}
ul.cm-header-practitioner-inline-items {
  padding: 0;
  list-style-type: none;
  margin: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -8px;
  margin-left: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.cm-header-practitioner-inline-items li.cm-header-practitioner-list-item {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Raleway", Sans-serif;
  font-size: 16px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
ul.cm-header-practitioner-inline-items li.cm-header-practitioner-list-item a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
ul.cm-header-practitioner-inline-items li.cm-header-practitioner-list-item a span.elementor-icon-list-icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
ul.cm-header-practitioner-inline-items li.cm-header-practitioner-list-item:hover span.cm-header-practitioner-list-text {
  color: #96d3dd;
}
ul.cm-header-practitioner-inline-items li.cm-header-practitioner-list-item:hover i.fa.fa-map-marker {
  color: #96d3dd !important;
}
ul.cm-header-practitioner-inline-items li.cm-header-practitioner-list-item a span.elementor-icon-list-icon i.fa.fa-map-marker {
  color: #e04a37;
  font-size: 17px;
  width: 1.25em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: relative;
  top: -2px;
}
.cm-header-right-section {
  width: 50%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cm-header-right-section .cm-header-right-column-wrap {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  line-height: 1.85714285714286;
  display: -ms-flexbox;
  display: flex;
}
.cm-header-right-section .cm-header-right-column-wrap .cm-header-right-widget-wrap {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cm-header-right-section .cm-header-right-column-wrap .cm-header-right-widget-wrap .cm-header-right-mobile {
  width: 100%;
  position: relative;
  text-align: right;
}
.cm-header-right-section .cm-header-right-column-wrap .cm-header-right-widget-wrap .cm-header-right-mobile ul.cm-header-right-inline-items {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  list-style-type: none;
  margin: 0;
  justify-content: flex-end;
  margin-right: -8px;
  margin-left: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cm-header-right-section .cm-header-right-column-wrap .cm-header-right-widget-wrap .cm-header-right-mobile ul.cm-header-right-inline-items li {
  font-family: "Raleway", Sans-serif;
  font-size: 16px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cm-header-right-section .cm-header-right-column-wrap .cm-header-right-widget-wrap .cm-header-right-mobile ul.cm-header-right-inline-items li a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cm-header-right-section .cm-header-right-column-wrap .cm-header-right-widget-wrap .cm-header-right-mobile ul.cm-header-right-inline-items li a i {
  color: #939393;
  font-size: 16px;
  width: 1.25em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.fa-search:before {
  content: "\f002";
}
.cm-header-right-section .cm-header-right-column-wrap .cm-header-right-mobile ul.cm-header-right-inline-items li a span.elementor-icon-list-text {
  color: #939393;
  display: inline-block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 5px;
  font-family: "Avenir", Sans-serif;
}
.cm-header-right-section .cm-header-right-column-wrap .cm-header-right-mobile ul.cm-header-right-inline-items li:hover span.elementor-icon-list-text {
  color: #fff;
}
.cm-header-right-section .cm-header-right-column-wrap .cm-header-right-mobile ul.cm-header-right-inline-items li:hover span.elementor-icon-list-icon i {
  color: #ffffff !important;
}
.custom-header-bottom {
  background-color: #ffffff;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: relative;
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-user-md:before {
  content: "\f0f0";
}
.custom-header-bottom .page-center > div > .row-fluid {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.custom-header-bottom .page-center > div > .row-fluid:after,
.custom-header-bottom .page-center > div > .row-fluid:before {
  display: none;
}
.cm-header-right-section .cm-header-right-column-wrap .cm-header-right-widget-wrap .cm-header-right-mobile ul.cm-header-right-inline-items li:after {
  border-left-style: solid;
  border-left-width: 1px;
  content: "";
  border-color: #939393;
  position: relative;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left-width: 1px;
  border-style: solid;
  right: -8px;
  width: auto;
  left: auto;
}
.cm-header-right-section .cm-header-right-column-wrap .cm-header-right-widget-wrap .cm-header-right-mobile ul.cm-header-right-inline-items li:last-child:after{
  display: none;
}
.cm-header-user-section {
  width: 8%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cm-header-user-section .cm-header-user-section-wrap {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cm-header-user-section .cm-header-user-section-wrap .cm-header-user-section-widget-wrap {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cm-header-user-section .cm-header-user-section-wrap .cm-header-user-section-widget-wrap .cm-header-user-section-phone {
  width: 100%;
  position: relative;
}
.cm-header-user-section .cm-header-user-section-wrap .cm-header-user-section-widget-wrap .cm-header-user-section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cm-header-user-section .cm-header-user-section-wrap .cm-header-user-section-widget-wrap nav.cm-header-user-section-pointer-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cm-header-user-section .cm-header-user-section-wrap .cm-header-user-section-widget-wrap nav ul.cm-header-user-section-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
}
.user-trigger {
  display: none;
}
.cm-header-user-section .cm-header-user-section-wrap .cm-header-user-section-widget-wrap nav ul.cm-header-user-section-nav-menu li {
  position: relative;
}
.cm-header-user-section .cm-header-user-section-wrap .cm-header-user-section-widget-wrap nav ul.cm-header-user-section-nav-menu li a {
  white-space: nowrap;
  padding: 13px 20px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  font-size: 15px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.cm-header-user-section .cm-header-user-section-wrap .cm-header-user-section-widget-wrap nav ul.cm-header-user-section-nav-menu li a img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.widget-span.custom-logo {
  width: 18%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.widget-span.custom-menu-primary {
  width: 55%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.widget-span.custom-logo > div {
  padding: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.widget-span.custom-logo > div > span {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.widget-span.custom-logo > div > span img {
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.widget-span.custom-menu-primary > div {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.widget-span.custom-menu-primary > div > span {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
}
.custom-menu-primary .hs-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.custom-header-bottom .page-center > div > .row-fluid > .widget-span:nth-child(3) {
  width: 15%;
  margin: 0;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cm-header-workshop-button {
  position: relative;
  min-height: 1px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cm-header-workshop-button .cm-header-workshop-column-wrap {
  padding: 5px 5px 5px 5px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cm-header-workshop-button .cm-header-workshop-widget-wrap {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cm-header-workshop-button .cm-header-workshop-widget-wrap .cm-header-workshop-element {
  width: 100%;
  position: relative;
}

.cm-header-workshop-widget-container {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
a.cm-header-workshop-button-link {
  font-family: "Avenir", Sans-serif;
  font-size: 14px;
  font-weight: bold;
  fill: #ffffff;
  color: #ffffff;
  background-color: #96d3dd;
  padding: 15px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  line-height: 1;
}
a.cm-header-workshop-button-link span.cm-header-workshop-button-text {
  display: inline-block;
}
a.cm-header-workshop-button-link:hover {
  color: #ffffff;
  background-color: #e04a37;
}
.custom-header-bottom .page-center > div > .row-fluid > .widget-span:last-child {
  width: 12%;
  margin: 0;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cm-header-practitioner-btn {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0px 0px 5px;
  height: 100%;
}
.cm-header-practitioner-btn .cm-header-practitioner-btn-column-wrap {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cm-header-practitioner-btn-widget-wrap {
  width: 100%;
  position: relative;
  text-align: center;
}
.cm-header-practitioner-btn-element {
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
a.cm-header-practitioner-btn-button-link {
  font-family: "Avenir", Sans-serif;
  font-size: 14px;
  font-weight: bold;
  fill: #ffffff;
  color: #ffffff;
  background-color: #e04a37;
  padding: 15px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: auto;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
a.cm-header-practitioner-btn-button-link:hover {
  color: #ffffff;
  background-color: #96d3dd;
}
/* =============== Content =============== */

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

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

.banne-area {
  background-position: 20vw 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #c7ccca;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: relative;
}
.banner-background-overlay {
  background-color: #000000;
  opacity: 0.2;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.banne-area .page-center {
  min-height: 500px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.banne-area .banner-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner-content-wrapper {
  width: 100%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner-content-inner {
  padding: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.banner-widget-wrap {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner-heading {
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
.banner-heading p {
  color: #e04a37;
  font-family: "Avenir", Sans-serif;
  font-size: 21px;
  font-weight: 400;
  font-style: italic;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.banner-subheading {
  text-align: center;
  width: 100%;
  position: relative;
}
.banner-subheading h1 {
  color: #ffffff;
  font-family: "Avenir", Sans-serif;
  font-size: 45px;
  padding: 0;
  margin: 0;
  line-height: 1;
  text-transform: none;
  font-weight: inherit;
}
/* =============== Footer =============== */

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

.custom-footer-bottom {
  background-color: #2b2b2b;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: relative;
}
.custom-footer-bottom .page-center > div > .row-fluid {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.custom-footer-bottom .page-center > div > .row-fluid:after,
.custom-footer-bottom .page-center > div > .row-fluid:before {
  display: none;
}
.custom-footer-bottom .page-center > div > .row-fluid > .widget-span:nth-child(2) {
  width: 60.11%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.cm-footer img {
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-footer-bottom .page-center > div > .row-fluid > .widget-span:last-child {
  width: 17.108%;
  margin: 0;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cm-footer-contact-populated {
  padding: 10px 10px 8px 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cm-footer-contact-populated .cm-footer-contact-widget-wrap {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cm-footer-contact-populated .cm-footer-contact-widget-wrap .cm-footer-contact-element {
  width: 100%;
  position: relative;
}
ul.cm-footer-contact-icon-list-items {
  margin-right: calc(-21px/2);
  margin-left: calc(-21px/2);
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  line-height: 29.7143px;
  margin-bottom: 10px;
}
ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon {
  margin-right: calc(21px/2);
  margin-left: calc(21px/2);
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon:after {
  right: calc(-21px/2);
  border-left-style: solid;
  border-left-width: 1px;
  content: "";
  border-color: #ddd;
  width: auto;
  left: auto;
  border-style: solid;
  position: relative;
  height: 90%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}
ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}
ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon a span.elementor-icon-list-text {
  color: rgba(255,255,255,0.8);
  padding-left: 24px;
  display: inline-block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon a span.elementor-icon-list-icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-phone:before {
  content: "\f095";
}
.fa-building:before {
  content: "\f1ad";
}
.fa.fa-map-marker:before {
  content: "\f3c5";
}
ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon span.elementor-icon-list-text {
  color: rgba(255,255,255,0.8);
  padding-left: 19px;
}
ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon i {
  color: #7a7a7a;
  font-size: 18px;
}
.widget-span.footer-bottom-spacer {
  width: 22.781%;
}
.custom-footer-bottom .page-center > div > .row-fluid > .widget-span:last-child > div {
  width: 100%;
}
.footer-social-icon-populated {
  padding: 10px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer-social-icon-populated .footer-social-widget-wrap {
  align-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-social-icon-populated .footer-social-widget-wrap .footer-social-inner {
  width: 100%;
  text-align: right;
  position: relative;
}
ul.footer-social-items {
  font-family: "Open Sans", Sans-serif;
  font-size: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  position: relative;
}
li.elementor-icon-list-item {
  font-family: "Open Sans", Sans-serif;
  font-size: 15px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
ul.footer-social-items li.elementor-icon-list-item a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
ul.footer-social-items li.elementor-icon-list-item a span.elementor-icon-list-text {
  color: #efefef;
  display: inline-block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 5px;
}
ul.footer-social-items li.elementor-icon-list-item a span.footer-social-icon-list-icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
ul.footer-social-items li.elementor-icon-list-item a span.footer-social-icon-list-icon i {
  color: #939393;
  width: 1.25em;
  font-size: 14px;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fa.fa-facebook:before {
  content: "\f39e";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa.fa-youtube-play:before {
  content: "\f167";
}
ul.footer-social-items li.elementor-icon-list-item a i {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  color: #939393;
  font-size: 14px;
}
ul.footer-social-items li.elementor-icon-list-item:last-child {
  margin-right: 0;
  margin-left: 10px;
}
ul.footer-social-items li.elementor-icon-list-item:first-child {
  margin-right: 13px;
}
ul.footer-social-items li.elementor-icon-list-item a:hover i {
  color: #fff;
}
ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon:last-child:after {
  display: none;
}
ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon:nth-child(2) span.elementor-icon-list-text {
  padding-left: 26px;
}
ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon:nth-child(3) span.elementor-icon-list-text {
  padding-left: 28px;
}
li.elementor-icon-list-item:hover span.footer-social-icon-list-icon i {
  color: #fff !important;
}

.custom-footer-top {
  background-color: #3f3f3f;
  background-image: url(//6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/MDPen_January2020%20Theme/Images/request-info-background.jpg);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 70px 0px 69px 0px;
  position: relative;
}
.custom-footer-top .page-center > div > .row-fluid:before, 
.custom-footer-top .page-center > div > .row-fluid:after {
  display: none;
}
.custom-footer-top .page-center > div > .row-fluid > .widget-span.cm-footer-left-pan {
  width: 35%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.custom-footer-top .page-center > div > .row-fluid > .widget-span.cm-footer-text {
  width: 40%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.custom-footer-top .page-center > div > .row-fluid > .widget-span.cm-footer-menu {
  width: 24.664%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.custom-footer-top .page-center > div > .row-fluid > .widget-span > div {
  padding: 10px;
  width: 100%;
}
.custom-footer-top .page-center > div > .row-fluid > .widget-span.cm-footer-left-pan > div > .row-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.custom-footer-top .page-center > div > .row-fluid > .widget-span.cm-footer-left-pan > div > .row-fluid:after,
.custom-footer-top .page-center > div > .row-fluid > .widget-span.cm-footer-left-pan > div > .row-fluid:before {
  content: none;
}
.custom-footer-top .page-center > div > .row-fluid > .widget-span.cm-footer-left-pan > div > .row-fluid > .widget-span.cm-footer {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
.custom-footer-top .page-center > div > .row-fluid > .widget-span.cm-footer-left-pan > div > .row-fluid > .cm-footer-copyright {
  color: #aaaaaa;
  font-family: "Avenir", Sans-serif;
  font-size: 15px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.custom-footer-top .page-center > div > .row-fluid > .widget-span.cm-footer-left-pan > div > .row-fluid > .cm-footer-copyright p {
  margin-bottom: 1.75em;
  margin-top: 0;
  color: #aaaaaa;
  font-family: "Avenir", Sans-serif;
  line-height: 27.8571px;
}
.widget-span.cm-footer-text p {
  margin-bottom: 1.75em;
  margin-top: 0;
  color: #aaaaaa;
  font-family: "Avenir", Sans-serif;
  font-size: 15px;
  line-height: 27.8571px;
}
.cm-footer-menu .hs-menu-wrapper > ul > li {
  padding-bottom: calc(5px/2);
  font-size: 14px;
  font-weight: 300;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cm-footer-menu .hs-menu-wrapper > ul > li:not(:first-child) {
  margin-top: calc(5px/2);
}
.cm-footer-menu .hs-menu-wrapper > ul > li > a {
  font-family: "Avenir", Sans-serif;
  color: rgba(255,255,255,0.38);
  padding-left: 0px;
  line-height: 26px;
}
.cm-footer-menu .hs-menu-wrapper > ul > li:last-child {
  padding: 0;
}
.cm-footer-call-section {
  right: 5%;
  bottom: 5%;
  position: fixed;
  z-index: 99999;
  transition: ease-in-out 250ms;
  left: auto;
  width: auto !important;
}
.cm-footer-call-section a {
  width: 56px;
  height: 56px;
  left: 0 !important;
  bottom: 0 !important;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  background-color: rgba(222,62,44,1);
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  text-align: center;
  text-decoration: none;
  margin-top: 5px;
  max-width: none;
  display: block;
  cursor: pointer;
  outline: none;
  position: relative;
}
.cm-footer-call-section p {
  right: 55px;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  margin-right: -4px;
  background-color: rgba(78,76,76,1);
  color: rgba(255,255,255,1);
  font-size: 12px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0;
  white-space: nowrap;
  padding: 5px 15px;
  height: auto !important;
  line-height: initial;
  transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  background: #4e4c4c;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.cm-footer-call-section i {
  color: rgba(255,255,255,1);
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.cm-footer-call-section i:before {
  content: "\f095";
}
.cm-footer-call-section a:hover p {
  opacity: 1;
  visibility: visible;
  margin-right: 0;
  right: 65px;
}
.cm-footer-call-section a:hover {
  background-color: rgba(150,211,221,1);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.footer-social-icon {
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .cm-footer img {
    max-width: 300px;
  }
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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


/* Parent List */
@media screen and (min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper > ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    height: 31px;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #222222;
    padding: 13px 20px;
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-size: 15px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.33);
    margin-top: 25px;
    border-width: 0;
    border-style: solid;
    padding: 0;
    background-color: #fff;
    font-size: 13px;
    max-width: 1000px;
    min-width: 10em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    white-space: nowrap;
    padding: 13px 20px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-size: 15px;
    text-shadow: none;
    border-left: 8px solid transparent;
    color: #494c4f;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active a{
    background-color: #55595c;
    color: #fff;
  }
  /* 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;
  }
  p.mobile-trigger1 {
    display: none;
  }
}


/* =============== 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 Child Toggle Buttons ===== */
  p.mobile-trigger1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    padding: .25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0,0,0,.05);
    color: #494c4f;
    margin: 0 auto;
  }
  p.mobile-trigger1 i.eicon-menu-bar {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  p.mobile-trigger1 i.eicon-menu-bar:before {
    content: '\e816';
  }
  p.mobile-trigger1 span.elementor-screen-only {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important; /* Button width */
    min-width: 100% !important;
    height: 40px !important; /* Button height */  
    padding: 0 !important;
  }
  .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: transparent; /* 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 .hs-menu-wrapper {
    margin-top: 25px !important;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.33);
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    position: absolute;
    z-index: 9997;
    background-color: #fff;
    font-size: 13px;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
    width: 100% !important;
    left: 0;
    top: 67px;
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }
  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    display: block !important;
  }
  .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;
  }
  .widget-span.custom-menu-primary > div > span,
  .widget-span.custom-menu-primary > div,
  .widget-span.custom-menu-primary{
    position: static;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 15px;
    padding: 10px 20px;
    line-height: 20px;
    color: #494c4f;
    text-align: center;
    width: 100% !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    text-shadow: none;
    border-left: 8px solid transparent;
    color: #494c4f;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 15px;
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover{
    background-color: #55595c;
    color: #fff;
  }
  .mobile-open p.mobile-trigger1 i.eicon-menu-bar:before {
    content: "\e87f";
  }
}

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

.hs-blog-listing .blog-content {
  width: 70%;
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hs-blog-listing .blog-sidebar {
  width: 30%;
  margin: 0;
  position: relative;
  min-height: 1px;
  padding: 10px;
}

.hs-blog-listing .blog-content > div > .row-fluid {
  padding: 10px;
}
.post-listing {
  grid-column-gap: 30px;
  grid-row-gap: 35px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-template-columns: repeat(1,1fr);
  display: grid;
}
/* =============== 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 {
  color: inherit;
  text-decoration: none !important;
}
span.filter-link-count {
  display: 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 {
  -webkit-transition-property: background,border,-webkit-box-shadow;
  transition-property: background,border,-webkit-box-shadow;
  -o-transition-property: background,border,box-shadow;
  transition-property: background,border,box-shadow;
  transition-property: background,border,box-shadow,-webkit-box-shadow;
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  padding: 0;
  margin: 0;
}
.post-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
  box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
  overflow: hidden;
  position: relative;
  background-color: #fff;
  width: 100%;
  min-height: 100%;
  border-radius: 3px;
  border: 0 solid #818a91;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.post-item-inner .hs-featured-image-wrapper {
  margin-bottom: 20px;
  position: relative;
  display: block;
  width: 100%;
}
.post-item-inner .hs-featured-image-wrapper:after {
  display: block;
  content: "";
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.35),transparent 75%);
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);
  background-image: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.post-item-inner .hs-featured-image-wrapper a.hs-featured-image-link {
  padding-bottom: calc( 0.5 * 100% );
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.post-item-inner .elementor-post__badge {
  margin: 0 5px;
  text-transform: uppercase;
  border-radius: 999px;
  background: #818a91;
  color: #fff;
  font-size: 12px;
  padding: .6em 1.2em;
  line-height: 1;
  margin-right: 0;
  font-weight: 400;
}
.blog-listing-topic {
  position: absolute;
  top: 20px;
  right: 20px;
}
.post-item-inner .post__text {
  margin-top: 20px;
  padding: 0 30px;
  margin-bottom: 0;
  width: 100%;
}

.hs-blog-post .body-container .sidebar-site-search .hs-search-field__bar form input[type="text"]::-webkit-input-placeholder {
  font-family: "Avenir", Sans-serif;
  color: inherit;
  opacity: .6;
}
.hs-blog-post .body-container .sidebar-site-search .hs-search-field__bar form input[type="text"]::-moz-placeholder {
  font-family: "Avenir", Sans-serif;
  color: inherit;
  opacity: 1;
}
.hs-blog-post .body-container .sidebar-site-search .hs-search-field__bar form input[type="text"]:-ms-input-placeholder {
  font-family: "Avenir", Sans-serif;
  color: inherit;
  opacity: 1;
}
.hs-blog-post .body-container .sidebar-site-search .hs-search-field__bar form input[type="text"]:-moz-placeholder {
  font-family: "Avenir", Sans-serif;
  color: inherit;
  opacity: .6;
}


.hs-blog-listing .body-container .sidebar-site-search .hs-search-field__bar form input[type="text"]::-webkit-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6;
}
.hs-blog-listing .body-container .sidebar-site-search .hs-search-field__bar form input[type="text"]::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 1;
}
.hs-blog-listing .body-container .sidebar-site-search .hs-search-field__bar form input[type="text"]:-ms-input-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 1;
}
.hs-blog-listing .body-container .sidebar-site-search .hs-search-field__bar form input[type="text"]:-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: .6;
}


.post-item-inner .post__text h3.post__title {
  color: #333333;
  font-family: "Avenir", Sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 21px;
  line-height: 1.4;
}
.post-item-inner .post__text h3.post__title a {
  color: #333333;
  font-family: "Avenir", Sans-serif;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 400;
}
.post-item-inner .post__text .elementor-post__excerpt {
  margin-bottom: 25px;
  line-height: 1.7;
  font-size: 16px;
}
.post-item-inner .post__text .elementor-post__excerpt p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
}
a.more-link {
  color: #ff5544;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  font-family: "Avenir", Sans-serif;
  line-height: 1.85714285714286;
}
.elementor-post__meta-data {
  margin-top: auto;
  padding: 15px 30px;
  margin-bottom: 0;
  border-top: 1px solid #eaeaea;
  line-height: 1.3em;
  font-size: 12px;
  color: #adadad;
}
.post-item-inner:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
  box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}
.hs-blog-listing .body-container-wrapper .page-center {
  padding: 0;
}
.hs-blog-listing .body-container-wrapper {
  padding: 60px 0px 60px 0px;
}
.sidebar-site-search .hs-search-field__bar form button.site-search-search-form__submit {
  min-width: 50px;
  background-color: #818a91;
  font-size: 16px;
  color: #fff;
  border-radius: 0;
  margin: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  line-height: 1;
  -webkit-transition: color .2s,background .2s;
  -o-transition: color .2s,background .2s;
  transition: color .2s,background .2s;
  font-weight: inherit;
  font-family: inherit;
}
.sidebar-site-search .hs-search-field__bar form button.site-search-search-form__submit span.elementor-screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.sidebar-categories {
  margin-top: 13px !important;
}
.blog .blog-sidebar .widget-span h3 {
  font-family: 'Avenir', sans-serif;
  text-transform: none;
  font-weight: inherit;
  color: #333333;
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 25.6px;
}
.blog .blog-sidebar .widget-span ul {
  margin: 0 0 1.5em 2.7em;
  padding: 0;
}
.blog .blog-sidebar .widget-span ul li a {
  color: #f54;
  font-family: "Avenir", Sans-serif;
  font-size: 16px;
}
.blog .blog-sidebar .widget-span ul li {
  list-style: disc;
}
.hs-blog-post .blog-sidebar .widget-span ul li a:hover {
  color: #f54;
}
.body-container .sidebar-site-search .hs-search-field__bar form input[type="text"]:focus {
  color: #000;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  height: auto;
  width: calc(100% + 1px);
  display: block !important;
  float: none;
  margin: 0;
  max-height: none;
  max-width: none;
  -webkit-transition: -webkit-filter .3s;
  transition: -webkit-filter .3s;
  -o-transition: filter .3s;
  transition: filter .3s;
  transition: filter .3s,-webkit-filter .3s;
  display: block;
}
.hs-blog-post .body-container-wrapper .page-center {
  padding: 0;
}
.hs-blog-post .body-container-wrapper {
  margin-top: 50px;
  margin-bottom: 30px;
}
.hs-blog-post .blog-content {
  width: 75%;
  padding: 20px 60px 20px 20px;
}
.section.post-header {
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
.section.post-header h1 {
  color: #333333;
  font-family: "Avenir", Sans-serif;
  font-size: 40px;
  padding: 0;
  margin: 0;
  font-weight: inherit;
  line-height: 48px;
}
.post-byline {
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
  position: relative;
}
.post-byline ul.post-byline-post-info {
  padding: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -8px;
  margin-left: -8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  list-style-type: none;
  margin-bottom: 0;
}
.post-byline ul.post-byline-post-info li {
  font-family: "Avenir", Sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.post-byline ul.post-byline-post-info li span {
  color: #333333;
  display: inline-block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 19px;
  font-family: "Avenir", Sans-serif;
  line-height: 33.4286px;
}
.blog-post-topic {
  margin-bottom: 10px;
  width: 100%;
  position: relative;
  text-align: left;
}
.blog-post-topic ul.blog-post-topic-post-info {
  padding: 0;
  margin: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  margin-right: -8px;
  margin-left: -8px;
  justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
}
.blog-post-topic ul.blog-post-topic-post-info li.blog-post-topic-inline-item {
  font-family: "Avenir", Sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.blog-post-topic ul.blog-post-topic-post-info li.blog-post-topic-inline-item span.elementor-icon-list-icon {
  width: 14px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.blog-post-topic ul.blog-post-topic-post-info li.blog-post-topic-inline-item span.elementor-icon-list-icon i.fa.fa-tags {
  color: #333333;
  font-size: 14px;
  width: 1.25em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-tags:before {
  content: "\f02c";
}
.blog-post-topic ul.blog-post-topic-post-info li.blog-post-topic-inline-item span#hubspot-topic_data {
  color: #ff5544;
  display: inline-block;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 5px;
}
.blog-post-topic ul.blog-post-topic-post-info li.blog-post-topic-inline-item span#hubspot-topic_data a.topic-link {
  color: #ff5544;
  display: inline;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  font-size: 16px;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: inline;
}
.blog-post-social-share {
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
.blog-post-social-share .blog-post-social-container {
  overflow: hidden;
}
.blog-post-social-share .blog-post-social-container .blog-post-social-grid {
  margin-right: calc(-10px / 2);
  margin-left: calc(-10px / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.blog-post-social-share .blog-post-social-container .blog-post-social-grid a {
  word-break: break-word;
  min-width: 0;
}
.blog-post-social-share .blog-post-social-container .blog-post-social-grid a .blog-post-social-share-btn {
  margin-right: calc(10px / 2);
  margin-left: calc(10px / 2);
  margin-bottom: 10px;
  color: #fff;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  overflow: hidden;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition-property: background-color,border-color,-webkit-filter;
  transition-property: background-color,border-color,-webkit-filter;
  -o-transition-property: filter,background-color,border-color;
  transition-property: filter,background-color,border-color;
  transition-property: filter,background-color,border-color,-webkit-filter;
  height: 4.5em;
  cursor: pointer;
}
ul#hsresults a.hs-search-results__title {
  color: #333333;
  font-family: "Avenir", Sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: block;
  font-size: 21px;
  font-weight: 400;
}

ul#hsresults li {
  margin: 30px 0 0;
  padding: 0;
}
ul#hsresults a.hs-search-results__title span.hs-search-highlight.hs-highlight-title {
  font-weight: 400;
}
ul#hsresults p.hs-search-results__description {
  color: #444444;
  margin: 0;
  line-height: 1.5em;
  font-size: 14px;
}
.blog-post-social-share .blog-post-social-container .blog-post-social-grid a .blog-post-social-btn_facebook {
  background-color: #3b5998;
}
.blog-post-social-share .blog-post-social-container .blog-post-social-grid a .blog-post-social-btn_google {
  background-color: #dd4b39;
}
.blog-post-social-share .blog-post-social-container .blog-post-social-grid a .blog-post-social-btn_twitter {
  background-color: #1da1f2;
}
.blog-post-social-share .blog-post-social-container .blog-post-social-grid a .blog-post-social-btn_linkedin {
  background-color: #0077b5;
}
.blog-post-social-share .blog-post-social-container .blog-post-social-grid a .blog-post-social-share-btn span.elementor-share-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4.5em;
  position: relative;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: color,background-color;
  -o-transition-property: color,background-color;
  transition-property: color,background-color;
}
.blog-post-social-share .blog-post-social-container .blog-post-social-grid a .blog-post-social-share-btn span.elementor-share-btn__icon i {
  font-size: 1.7em;
  font-family: "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin:before {
  content: "\f08c";
}
.hs-blog-post .blog-sidebar {
  width: 24.332%;
  padding: 10px;
  margin: 0;
}
.blog-post-social-share .blog-post-social-container .blog-post-social-grid a .blog-post-social-share-btn span.elementor-share-btn__icon span.elementor-screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.blog-post-social-share .blog-post-social-container .blog-post-social-grid a .blog-post-social-share-btn .elementor-share-btn__text {
  padding-left: .9em;
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.12)),to(transparent));
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.12),transparent);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.12),transparent);
  background-image: linear-gradient(90deg,rgba(0,0,0,.12),transparent);
  font-size: 1.5em;
  padding-right: 1em;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  font-weight: 100;
  -webkit-transition-property: color,background-color;
  -o-transition-property: color,background-color;
  transition-property: color,background-color;
}
.blog-post-social-share .blog-post-social-container .blog-post-social-grid a .blog-post-social-share-btn .elementor-share-btn__text span.elementor-share-btn__title {
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.blog-post-social-share .blog-post-social-container .blog-post-social-grid a .blog-post-social-share-btn:hover {
  -webkit-filter: saturate(1.5) brightness(1.2);
  filter: saturate(1.5) brightness(1.2);
}
.section.post-footer {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 2em;
  margin-bottom: 2em;
  border-top: 1px solid #eee;
  padding-top: 1em;
}
/* Read 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;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.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;
  display: block;
  padding: 0;
}

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

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

.comment-date {
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display: table;
  margin-bottom: 4px;
}
.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 {}

.sidebar-site-search .hs-search-field__bar {
  max-width: 100%;
  margin-bottom: 10px;
}
.sidebar-site-search .hs-search-field__bar form {
  border-radius: 3px;
  min-height: 50px;
  background: #eceeef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  overflow: hidden;
  border: 0 solid transparent;
}
.body-container .sidebar-site-search .hs-search-field__bar form input[type="text"] {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  min-width: 0;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: calc(50px / 3);
  padding-right: calc(50px / 3);
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s linear;
  border-radius: 2px;
  height: auto;
  color: #666;
  font-family: 'Raleway',sans-serif;
  font-weight: normal;
}
/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin: 0;
}

/* =============== 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;
  overflow: hidden;
}
.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 {}

.post-item-inner .hs-featured-image-wrapper img.hs-featured-image {
  width: calc(100% + 1px);
  float: none;
  max-width: 100%;
  margin: 0;
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */


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

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

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

/* Labels and Legends */
label {
  font-weight: 600;
}
body .hs-form-field > label,
.widget-type-google_search label,
li.hs-form-booleancheckbox label {
  display: block;
  margin-bottom: 4px;
}
h3.form-title {
  font-family: "Avenir", Sans-serif;
  font-size: 36px;
  line-height: 1;
  font-weight: inherit;
}
.body-container .field.hs-form-field {
  padding: 8px;
}
/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"],
.body-container input[type="datetime"],
.body-container input[type="datetime-local"],
.body-container input[type="date"],
.body-container input[type="month"],
.body-container input[type="time"],
.body-container input[type="week"],
.body-container input[type="number"],
.body-container input[type="email"],
.body-container input[type="url"],
.body-container input[type="search"],
.body-container input[type="tel"],
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  width: 100%;
  color: #666;
  padding: 0.8em .75em;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  background: #fafafa;
  box-shadow: none;
  box-sizing: border-box;
  transition: all .2s linear;
  border: 1px solid #ccc;
  border-color: #eaeaea;
  line-height: 1;
  font-size: 1rem;
  text-transform: none;
  font-family: 'Raleway',sans-serif;
  font-weight: normal;
}

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

/* 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 {}
ul.no-list.hs-error-msgs.inputs-list {
  padding: 8px;
}
/* Error */
.hs-error-msgs label{
  color: #990000;
  font-size: 14px;
}
.hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hs-input.invalid.error {}

/* 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="submit"] {
  margin-top: 15px;
}
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

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

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

#comment-form .hs-form:before {
  content: "Leave a Reply";
  display: block;
  margin: 0 0 25px;
  font-size: 30px;
}

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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Avenir, sans-serif;
  border-radius: 0;
  padding: 10px 30px;
  color: #ffffff;
  border-color: #e04a37;
  background-color: #e04a37;
  font-size: 1rem;
  line-height: 1.85714285714286;
  border: 1px solid;
  white-space: normal;
  margin: 8px;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  color: #ffffff;
  border-color: #96d3dd;
  background-color: #96d3dd;
}

.body-container .hs-button.primary:focus,
.body-container input[type="submit"]:focus,
.body-container input[type="button"]:focus {
  color: #ffffff;
  border-color: #96d3dd;
  background-color: #96d3dd;
}


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

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.cm-header-right-section .cm-header-right-column-wrap .cm-header-right-widget-wrap .cm-header-right-mobile ul.cm-header-right-inline-items li a:hover i.fas.fa-search {
  color: #fff;
}
li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin > span {
  vertical-align: top !important;
}
.cm-header-right-section .cm-header-right-column-wrap .cm-header-right-widget-wrap .cm-header-right-mobile ul.cm-header-right-inline-items li a i {
  position: relative;
  top: -2px;
}
ul.cm-header-practitioner-inline-items li.cm-header-practitioner-list-item {
  position: relative;
  top: -1px;
}
.header-top-left-section ul.header-top-social-inline-items li a {
  position: relative;
  top: -2px;
}
.replying {
  padding: 0 15px !IMPORTANT;
}
.widget-span.custom-header {
  min-height: 171px;
}
.fixed .custom-header-bottom {
  position: fixed;
  width: 100% !important;
  top: 0px;
  z-index: 9999;
  left: 0;
}
.landing-page.one-column .body-container form,
.error-template.one-column .body-container form,
.password-template.one-column .body-container form,
.subscription-template.one-column .body-container form{
  width: 50%;
} 
.blog-bannercontainer h1.blog-banner-heading-title.topic {
  font-family: 'Playfair Display',serif;
  font-weight: inherit;
  text-transform: none;
  font-size: 40px;
  padding-bottom: 27px;
  margin-bottom: 4px;
  color: #e04a37;
  text-align: left;
  border-bottom: 1px solid #eee;
}
.hs-search-field__suggestions li {
  padding: 5px 10px;
}
ul.hs-menu-children-wrapper.open-menu-list {
  display: none !important;
}
.hs-search-field__suggestions {
  margin-left: 0 !important;
}
.hs-search-field__bar {
  max-width: 600px;
  width: 100% !important;
}
.hs-search-field__bar form {
  width: 100% !important;
}
body:not(.blog) .body-container-wrapper {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
.section.post-body {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}
.section.post-footer .hs-form:before {
  content: "Leave a Comment";
  display: block;
  font-size: 1.625rem;
  padding-top: 1em;
  font-weight: 400;
  line-height: 1.65;
  font-family: 'Avenir', SANS-SERIF;
}
.section.post-footer input.hs-button.primary {
  margin-top: 15px;
  font-family: Avenir, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 10px 15px;
  border-radius: 2px;
}
.sidebar-archives a.filter-expand-link {
  display: none;
}
.body-container .sidebar-site-search .hs-search-field__bar form input[type="text"]:focus {
  border: transparent !important;
  outline: none;
}
#hs-pwd-widget-password {
  height: auto !important;
  margin: 0 0 15px !important;
}
.hs-blog-post .sidebar-site-search ul {
  margin: 0 !important;
}
.hs-blog-post .blog-sidebar .widget-span h3 {
  margin: 0;
}
.hs-blog-post .sidebar-site-search .hs-search-field__bar {
  max-width: 100%;
  margin-bottom: 0;
}
.hs-blog-post .sidebar-categories {
  margin-top: 10px !important;
}
.hs-blog-post .blog-sidebar .widget-span ul li a {
  color: #333;
}
.lp .mobile-trigger,
.lp .mobile-trigger1{
  display:none;
}
.widget-span.custom-header.lp {
  min-height: 100px;
}
.section.post-footer form .hs_recaptcha {
  margin: 10px 0;
}
.body-container-wrapper .page-center {
  padding: 40px 0;
}
nav.header-mobile-user {
  display: none;
}
.blog-pagination {
  padding: 40px 10px 20px;
}
.header-top-left-section ul.header-top-social-inline-items li a:hover i {
  color: #fff !important;
}
.custom-header:after {
  content: "";
  display: block;
  height: 5px;
  background-color: rgba(84,89,95,0.08);
}
.blog-banner {
  padding: 60px 0px 0px 0px;
}
.blog-bannercontainer {
  text-align: center;
  padding: 10px;
}
.blog-bannercontainer h1.blog-banner-heading-title {
  color: #333333;
  font-family: "Avenir", Sans-serif;
  font-size: 40px;
  font-weight: 600;
  padding: 0;
  margin: 0;
  line-height: 1;
}
/* Styles that do not fit into any of the available sections above can go here. */


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


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1300px) {
  .body-container-wrapper .page-center {
    padding: 40px 20px;
  }
  .custom-header-bottom .page-center > div > .row-fluid > .widget-span:last-child {
    width: 24%;
  }
}

@media (max-width: 1200px) {
  .header-top-left-section{
    width: 12%;
  }
  .custom-header-bottom .page-center > div > .row-fluid > .widget-span:last-child {
    padding-right: 10px;
  }
  .cm-header-top-section {
    padding-left: 10px;
  }
}

@media (max-width: 1070px) {
  ul.cm-footer-contact-icon-list-items{
    line-height: 27.7143px;
  }
  .custom-footer-top{
    padding: 70px 0px 69px 0px;
  }
}


@media (max-width: 1024px) and (min-width: 768px){
  .custom-footer-bottom .page-center > div > .row-fluid > .widget-span:last-child {
    width: 16%;
  }
  .custom-footer-bottom .page-center > div > .row-fluid > .widget-span:nth-child(2) {
    width: 66%;
  }
  .widget-span.footer-bottom-spacer {
    width: 18%;
  }
  .custom-footer-bottom .page-center > div > .row-fluid > .widget-span:nth-child(2) > div {
    width: 100%;
  }
  ul.cm-footer-contact-icon-list-items {
    line-height: 27.7143px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon span.elementor-icon-list-text {
    font-size: 13px;
  }
  ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon:nth-child(3) span.elementor-icon-list-text {
    padding-left: 19px;
  }
  ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon:nth-child(2) span.elementor-icon-list-text {
    padding-left: 18px;
  }
  .widget-span.custom-logo {
    width: 20%;
  }
  .widget-span.custom-menu-primary {
    width: 80%;
  }
  .custom-header-bottom .page-center > div > .row-fluid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .post-listing {
    grid-template-columns: repeat(2,1fr);
    display: grid;
  }
}

@media (max-width: 1024px) {
  ul#hsresults li {
    width: 50%;
    float: left;
    padding-right: 30px;
  }
  ul.footer-social-items li.elementor-icon-list-item:last-child {
    margin-right: 0px;
    margin-left: calc(6px/2);
  }
  .fixed .custom-header-bottom {
    position: static;
    width: 100% !important;
    top: 0px;
    z-index: 9999;
    left: 0;
  }
  nav.header-mobile-user {
    display: block;
  }
  .cm-header-top-section {
    padding: 7px 10px 8px 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-left: 12px;
    padding-right: 12px;
  }
  .custom-header-bottom .page-center > div > .row-fluid > .widget-span:last-child {
    padding-right: 0;
  }
  span.cm-header-practitioner-list-text{
    line-height: 29.7143px;
  }
  ul.cm-header-practitioner-inline-items li.cm-header-practitioner-list-item a{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  nav.header-mobile-user {
    background-color: #fff;
    font-size: 13px;
    margin-top: 10px;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
  }
  .cm-header-user-section-container.user-active nav.header-mobile-user {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }
  nav.header-mobile-user ul.header-mobile-user-inner {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
    z-index: 2;
  }
  nav.header-mobile-user ul.header-mobile-user-inner li {
    position: relative;
    border-width: 0;
  }
  nav.header-mobile-user ul.header-mobile-user-inner li a {
    font-size: 15px;
    color: #494c4f;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  nav.header-mobile-user ul.header-mobile-user-inner li a img {
    width: 30px;
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    vertical-align: middle;
  }
  .user-active .user-trigger i.eicon-menu-bar:before {
    content: "\e87f";
  }
  nav.header-mobile-user ul.header-mobile-user-inner li a:hover {
    background-color: #55595c;
    color: #fff;
  }
  nav.cm-header-user-section-pointer-none {
    display: none !important;
  }
  .custom-footer-bottom {
    padding: 0px 20px 0px 20px;
  }
  ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon a span.elementor-icon-list-text {
    padding-left: 19px;
  }
  ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon:after{
    right: calc(-15px/2);
  }
  ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon:nth-child(2):after {
    right: calc(-11px/2);
  }
  li.elementor-icon-list-item {
    margin-right: calc(3px/2);
    margin-left: calc(3px/2);
  }
  ul.footer-social-items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .custom-footer-top .page-center > div > .row-fluid > .widget-span.cm-footer-left-pan {
    width: 30%;
  }
  .custom-footer-top .page-center > div > .row-fluid > .widget-span.cm-footer-text {
    width: 25%;
  }
  .custom-footer-top .page-center > div > .row-fluid > .widget-span.cm-footer-menu {
    width: 25%;
  }
  .custom-footer-top {
    padding: 50px 20px 50px 20px;
  }
  .cm-footer-menu .hs-menu-wrapper > ul > li > a {
    font-size: 13px;
    line-height: 24.1429px;
  }
  .custom-header-bottom .page-center > div > .row-fluid > .widget-span:nth-child(3) {
    width: 50%;
  }
  .custom-header-bottom .page-center>div>.row-fluid>.widget-span:last-child {
    width: 50%;
  }
  .custom-header-bottom .page-center > div > .row-fluid > .widget-span:last-child > div {
    width: 100%;
  }
  .custom-header-bottom .page-center > div > .row-fluid > .widget-span:nth-child(3) > div {
    width: 100%;
    text-align: center;
  }
  .user-trigger {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    padding: .25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    background-color: rgba(0,0,0,.05);
    color: #494c4f;
  }
  .header-top-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cm-header-user-section {
    width: 40%;
  }
  .user-trigger i.eicon-menu-bar {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .user-trigger i.eicon-menu-bar:before {
    content: '\e816';
  }
  .user-trigger span.mobile-trigger1-screen-only {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }
  ul.footer-social-items li.elementor-icon-list-item:first-child {
    margin-right: 7px;
  }
}

@media (max-width: 939px) {
  ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon:nth-child(2):after{
    display: none;
  }
  ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon:last-child {
    margin-left: calc(41px/2);
  }
  ul.cm-footer-contact-icon-list-items{
    line-height: 25.7143px;
  }
  .custom-footer-top {
    padding: 50px 20px 50px 20px;
  }
  .header-top-left-section {
    width: 15%;
  }
  .header-contact{
    width: 17%;
  }
}

@media (max-width: 800px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(6) > ul {
    left: auto !important;
    right: 0;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .section.post-body {
    font-size: 15px;
    line-height: 27px;
  }
  .body-container-wrapper {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
  }
  ul#hsresults li {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.child-open > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active > a{
    background-color: #55595c;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    background-color: #55595c;
    color: #fff;
  }
  .banne-area {
    padding: 20px 20px 20px 20px;
  }
  .banne-area .page-center {
    min-height: 100px;
  }
  .banner-subheading h1 {
    font-size: 24px;
  }
  .banner-heading p {
    font-size: 18px;
  }
  ul.cm-header-practitioner-inline-items{
    margin-right: 0;
    margin-left: -10px;
  }
  .hs-blog-post .blog-content {
    width: 100%;
    padding: 20px 60px 20px 20px;
  }
  .hs-blog-post .blog-sidebar {
    width: 100%;
    padding: 10px;
    margin: 0;
  }
  .hs-blog-listing .blog-content {
    width: 100%;
  }
  .widget-span.custom-logo {
    width: 70%;
  }
  .widget-span.custom-menu-primary {
    width: 30%;
  }
  .custom-header-bottom .page-center > div > .row-fluid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-footer-bottom .page-center > div > .row-fluid > .widget-span:last-child {
    width: 100%;
  }
  .hs-blog-listing .blog-sidebar {
    width: 100%;
  }

  .footer-social-icon-populated {
    padding: 0;
  }
  .custom-footer-top {
    padding: 35px 20px 35px 20px;
  }
  .cm-footer-menu .hs-menu-wrapper > ul > li {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .custom-footer-top .page-center > div > .row-fluid > .widget-span.cm-footer-menu {
    width: 100%;
    text-align: center;
  }
  .custom-footer-top .page-center > div > .row-fluid > .widget-span.cm-footer-text {
    width: 100%;
    text-align: center;
  }
  .custom-footer-top .page-center > div > .row-fluid > .widget-span.cm-footer-left-pan {
    width: 100%;
  }
  .custom-footer-bottom {
    padding: 0px 20px 22px 20px;
  }
  ul.cm-footer-contact-icon-list-items {
    line-height: 27.0994px;
    margin: 0;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .custom-footer-bottom .page-center > div > .row-fluid > .widget-span:nth-child(2) > div {
    width: 100%;
    text-align: center;
  }
  .custom-footer-top .page-center > div > .row-fluid > .widget-span.cm-footer-left-pan > div > .row-fluid > .widget-span.cm-footer img {
    width: 120px;
  }
  .widget-span.footer-bottom-spacer {
    display: none;
  }
  .custom-footer-top .page-center > div > .row-fluid > .widget-span > div {
    padding: 0;
    width: 100%;
  }
  .custom-footer-bottom .page-center > div > .row-fluid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.cm-footer-contact-icon-list-items {
    margin: 0;
  }
  ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon:after{
    display: none;
  }
  ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon:last-child {
    margin-right: calc(0px/2);
    margin-left: calc(0px/2);
  }
  ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon span.elementor-icon-list-text {
    font-size: 11px;
  }
  ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon:nth-child(3) span.elementor-icon-list-text {
    padding-left: 5px;
  }
  ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon:nth-child(2) span.elementor-icon-list-text {
    padding-left: 5px;
  }
  .widget-span.cm-footer-text p {
    font-size: 13px;
    line-height: 24.1429px;
  }
  ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon {
    margin-right: calc(11px/2);
    margin-left: calc(1px/2);
    line-height: 20.4286px;
  }
  .custom-footer-bottom .page-center > div > .row-fluid > .widget-span:nth-child(2) {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    width: 100%;
    order: 9;
  }
  ul.footer-social-items li.elementor-icon-list-item:first-child {
    margin-right: 7px;
    margin-left: 0;
  }
  ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon a span.elementor-icon-list-text {
    padding-left: 5px;
  }
  ul.cm-footer-contact-icon-list-items li.cm-footer-contact-icon i {
    font-size: 13px;
  }
  .custom-footer-top .page-center > div > .row-fluid > .widget-span.cm-footer-left-pan > div > .row-fluid > .cm-footer-copyright p {
    font-size: 13px;
    margin-bottom: 22.75px;
    line-height: 24.1429px;
  }
  .landing-page.one-column .body-container form,
  .error-template.one-column .body-container form,
  .password-template.one-column .body-container form,
  .subscription-template.one-column .body-container form{
    width: 100%;
  }
  .hs-search-field__bar {
    max-width: 100%;
  }
  .landing-page.one-column .body-container .widget-type-form,
  .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form{
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
  }
  .subscribe-options label {
    margin: 0;
  }
  .hs-form {
    margin-bottom: 30px
  }
  #comment-form .hs-form {
    margin-bottom: 0;
  }
  .blog-sidebar {
    padding-top: 30px;
  }
  .checkbox-row span.fakelabel span {
    width: calc(100% - 40px);
  }
  .subscribe-options label span {
    white-space: normal;
    padding-right: 30px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    max-width: 100%;
    float: none;
    display: block !important;
    margin: 20px 0;
  }
  .hs-author-profile .hs-author-bio,
  .hs-author-profile .hs-author-social-section,
  .hs-author-profile .hs-author-avatar,
  .hs-blog-listing .hs-author-profile{
    width: 100%;
    float: left;
  }
  .hs-author-profile .hs-author-avatar img {
    margin-bottom: 5px;
  }
  #recaptcha_area, #recaptcha_table {
    width: 318px!important;
    overflow-x: auto !important;
    max-width: 100% !important;
  }
  .widget-span.custom-logo > div > span a {
    width: 100%;
  }
  a.cm-header-practitioner-btn-button-link {
    display: flex;
    justify-content: center;
  }
  .widget-span.custom-logo {
    text-align: center;
  }
  a.cm-header-workshop-button-link {
    display: block;
  }
  .header-top-left-section {
    width: 21%;
  }
  .header-contact {
    width: 36%;
  }
  .cm-header-practitioner {
    width: 43%;
    position: relative;
    top: -2px;
  }
  ul.cm-header-practitioner-inline-items li.cm-header-practitioner-list-item a span.elementor-icon-list-icon i.fa.fa-map-marker {
    position: relative;
    top: -3px;
  }
  .header-contact .header-contact-populated .header-contact-widget-wrap .header-contact-inner h2.header-contact-title a {
    font-size: 12px;
    line-height: 12px;
  }
  span.cm-header-practitioner-list-text {
    font-size: 12px;
    line-height: 22.2857px;
    font-weight: 400;
    color: #e04a37;
  }
  .cm-header-top-section {
    padding: 5px 5px 0px 5px;
  }
  .header-top-left-section ul.header-top-social-inline-items li {
    margin-right: calc(0px/2);
    margin-left: calc(0px/2);
    line-height: 27.8571px;
  }
  .header-contact-container {
    text-align: center;
  }
  .cm-header-user-section .cm-header-user-section-wrap .cm-header-user-section-widget-wrap .cm-header-user-section-container {
    display: none;
  }
  .cm-header-user-section {
    width: 100%;
  }
  .cm-header-right-section {
    width: 100%;
  }
  .cm-header-right-section .cm-header-right-column-wrap .cm-header-right-widget-wrap .cm-header-right-mobile ul.cm-header-right-inline-items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    line-height: 22.2857px;
    margin-right: 0;
    margin-left: 0;
    justify-content: center;
  }
  .header-contact .header-contact-populated,
  .header-top-left-section .header-top-social,
  .cm-header-practitioner .cm-header-practitioner-populated{
    margin: 0;
  }
  .cm-header-right-section .cm-header-right-column-wrap .cm-header-right-mobile ul.cm-header-right-inline-items li a span.elementor-icon-list-text {
    font-size: 12px;
    line-height: 22.2857px;
  }
  .cm-footer-contact-populated{
    padding: 12px 10px 8px 10px;
  }
  .cm-header-practitioner-btn {
    padding-right: 5px;
  }
}  


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

@media (max-width: 479px) {
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow: auto;
    overflow-y: hidden !important;
    margin: 10px 0;
  }
  ul.cm-header-practitioner-inline-items li.cm-header-practitioner-list-item{
    margin-right: 0;
    margin-left: 8px;
  }
}




  

  /* Oswald Landing Page v2  
  
  div.row-number-43, div.row-number-47, div.row-number-51{
  display: none;
  }
  
  div.row-number-31, div.row-number-82, div.row-number-56, div.row-number-77{
  padding: 30px 20px !important;
  }
  
  #hs_cos_wrapper_module_1667347719968_ p, #hs_cos_wrapper_module_166725973712236_ p, #hs_cos_wrapper_module_16673477256593_ p,
  #hs_cos_wrapper_module_166725973712238_ p, #hs_cos_wrapper_module_16673477591823_ p, #hs_cos_wrapper_module_16673477539783_ p,{
  margin-bottom: 0.5rem;
  }
  
  .cell_16672596918215-row-2-padding, .cell_16672596918215-row-3-padding{
  display: none;
  }
  
  .landing_page-row-2-padding, .landing_page-row-3-padding, .landing_page-row-8-padding, .landing_page-row-7-padding{
  padding: 30px 20px !important;
  }
  
  #hs_cos_wrapper_module_166725975165020, div.row-number-65, div.row-number-73,
  div.row-number-81, div.row-number-83, div.row-number-11, div.row-number-60{
  display: none;
  }

  .landing_page-row-8-padding{
   background: url("https://6865187.fs1.hubspotusercontent-na1.net/hubfs/6865187/md-pen-optin-img-bg-list-items-whitout-doctors.png") !important;
  }
  
  #hs_cos_wrapper_module_16673202232224_ h2, #hs_cos_wrapper_module_16673202232225_ p, #hs-cta-img-c065d996-aa4d-400e-8d4d-b0e5bcd56d5b{
  text-align: center !important;
  }
  
  
  .landing_page-row-6-padding, .cell_16672597744729-padding{
  padding: 5px 5px !important;
  }
  
  .landing_page-row-10-padding, #hs_cos_wrapper_widget_1667265142288, #hs_cos_wrapper_module_166725980926816{
  padding: 0px !important;
  }
  
  #hs_cos_wrapper_module_166725975165016{
  margin-top: 0px !important;
  }
  
}