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


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

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


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


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

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

@font-face {
  font-family: "adobe-caslon-pro";
  src: url("//use.typekit.net/af/8c23a7/000000000000000000012d6a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"),
    url("//use.typekit.net/af/8c23a7/000000000000000000012d6a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"), 
    url("//use.typekit.net/af/8c23a7/000000000000000000012d6a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
  font-style: italic;
  font-weight: 600;
}

@font-face {
  font-family: "sofia-pro";
  src: url("//use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("//use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), 
    url("//use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "sofia-pro";
  src: url("//use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), 
    url("//use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), 
    url("//use.typekit.net/af/7158ff/00000000000000003b9b1a9c/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "sofia-pro";
  src: url("//use.typekit.net/af/30420e/00000000000000003b9b1a9e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/30420e/00000000000000003b9b1a9e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
    url("//use.typekit.net/af/30420e/00000000000000003b9b1a9e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
}
/* 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 */
}

/* 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 Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
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.com/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.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

html {
  font-size: 1.1875em;
  line-height: 1.52632;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: sofia-pro,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;
  font-weight: 400;
  color: #111626;
}

body {
}

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

/* Highlighted Text */
::-moz-selection {
  background: rgba(128,222,194,.99);
  color: #fff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: rgba(128,222,194,.99);
  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 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-family: sofia-pro,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;
  font-size: 45px;
  font-size: 2.36842rem;
  line-height: 1.05;
  font-weight: 600;
}
h2 {
  font-family: sofia-pro,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;
  font-size: 32px;
  font-size: 1.68421rem;
  line-height: 1.05;
  font-weight: 600;
}
h3 {
  font-family: sofia-pro,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;
  font-size: 28px;
  font-size: 1.47368rem;
  line-height: 1.1;
  font-weight: 600;
}
h4 {
  font-family: sofia-pro,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;
  font-size: 20px;
  font-size: 1.05263rem;
  line-height: 1.25;
  font-weight: 600;
}
h5 {
  font-family: sofia-pro,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;
  font-size: 18px;
  font-size: .94737rem;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .25px;
}
h6 {
  font-family: sofia-pro,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;
  font-size: 15px;
  font-size: .78947rem;
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.25px;
}

/* Anchor Links */
a {
  color: inherit;
  -webkit-transition: color .44s cubic-bezier(.25,.46,.45,.94);
  transition: color .44s cubic-bezier(.25,.46,.45,.94);
  text-decoration: none;
}
a:hover, a:focus { 
  text-decoration: none;
}

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

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

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


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

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

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

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


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


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

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

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


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

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



.widget-span.mobile-menu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .66s cubic-bezier(.77,0,.175,1);
  transition: max-height .66s cubic-bezier(.77,0,.175,1);
  width: 100%;
  max-width: 100vw;
  height: auto;
  position: fixed;
  top: -45px;
  left: 0;
  background-color: #f9f0a3;
  z-index: 100;
}

.widget-span.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent!important;
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1),-webkit-transform .44s cubic-bezier(.77,0,.175,1);
}

.widget-span.custom-trigger {
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  width: 45px;
  height: 28px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform .44s cubic-bezier(.25,.46,.45,.94);
  transition: -webkit-transform .44s cubic-bezier(.25,.46,.45,.94);
  transition: transform .44s cubic-bezier(.25,.46,.45,.94);
  transition: transform .44s cubic-bezier(.25,.46,.45,.94),-webkit-transform .44s cubic-bezier(.25,.46,.45,.94);
  -webkit-transition-delay: .22s;
  transition-delay: .22s;
  z-index: 200;
}

.c-header__toggle span:first-child {
  top: 0;
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
  -webkit-animation: hamburgerTopLineReverse .66s cubic-bezier(.77,0,.175,1) forwards;
  animation: hamburgerTopLineReverse .66s cubic-bezier(.77,0,.175,1) forwards;
}

.c-header__toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #111626;
  position: absolute;
  left: 0;
}

.c-header__toggle span:last-child {
  bottom: 0;
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
  -webkit-animation: hamburgerBottomLineReverse .66s cubic-bezier(.77,0,.175,1) forwards;
  animation: hamburgerBottomLineReverse .66s cubic-bezier(.77,0,.175,1) forwards;
}

.c-header__toggle span:nth-of-type(2) {
  top: calc(50% - 1px);
  -webkit-transform: scaleY(2);
  transform: scaleY(2);
  -webkit-animation: hamburgerCenterLineReverse .66s cubic-bezier(.77,0,.175,1) forwards;
  animation: hamburgerCenterLineReverse .66s cubic-bezier(.77,0,.175,1) forwards;
}

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

.widget-span.header-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 45px;
  top: -45px;
  left: 0;
  background-color: inherit;
}

.widget-span.logo-wrapper {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-15px);
  transform: translateX(-50%) translateY(-15px);
  top: 0;
  z-index: 200;
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1),-webkit-transform .44s cubic-bezier(.77,0,.175,1);
  text-decoration: none;
  margin: 0;
  width: auto;
}

.widget-span.logo-wrapper .custom-logo a {
  text-decoration: none;
}

.c-header__logo {
  display: block;
  width: 60px;
  height: 75px;
  color: #111626;
  -webkit-transition: all .44s cubic-bezier(.77,0,.175,1);
  transition: all .44s cubic-bezier(.77,0,.175,1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.widget-span.header-wrapper > div {
  width: 100%;
}

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


a.c-btn.c-btn--secondary {
  margin-left: auto;
}

.widget-span.apply-btn {
  margin: 0;
  width: auto;
  margin-left: auto;
  float: none;
}

.widget-span.header-wrapper > div {
}

a.c-btn.c-btn--secondary {
  color: #111626;
  background-color: #fff;
  text-decoration: none;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  margin: 0;
  border: none;
  cursor: pointer;
  padding: 15px 30px;
  padding-right: 60px;
  font-size: 15px;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 10;
  -webkit-transition: color .44s cubic-bezier(.77,0,.175,1);
  transition: color .44s cubic-bezier(.77,0,.175,1);
}

.c-btn__label {
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-btn__icon, .c-btn__icon svg {
  width: 15px;
  height: 20px;
}

.c-btn__icon {
  margin-left: 15px;
  position: absolute;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  right: 30px;
  top: calc(50% - 10px);
}

.c-btn--primary .c-btn__icon, .c-btn--secondary .c-btn__icon {
  color: #111626;
}

.widget-span.mobile-menu {
  width: auto;
  margin: 0;
  float: none;
}


.e-link--bare:focus:before, .e-link--bare:hover:before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.e-link--bare:before,
.e-link--bare:focus:before,
.e-link--bare:hover:before {
  -webkit-transition: -webkit-transform .66s cubic-bezier(.77,0,.175,1);
  transition: -webkit-transform .66s cubic-bezier(.77,0,.175,1);
  transition: transform .66s cubic-bezier(.77,0,.175,1);
  transition: transform .66s cubic-bezier(.77,0,.175,1),-webkit-transform .66s cubic-bezier(.77,0,.175,1);
}

.e-link--bare:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #111626;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.e-link--bare {
  color: #111626;
}

.e-link--bare:hover {
  color: #111626;
}

.widget-span.logo-wrapper {
  float: none;
}

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

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



.is-active.widget-span.mobile-menu {
  max-height: 100vh;
  width: 100%;
}

.menu-wrapper > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100% - 80px);
}

.widget-span.mobile-menu {
  width: 100%;
}

.widget-span.mobile-menu > div {
  display: block;
  width: 100%;
  height: 100vh;
  padding-top: 40px;
}

.menu-wrapper .widget-span.custom-menu-primary .hs-menu-wrapper>ul>li.animate {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}

.menu-wrapper .widget-span.custom-menu-primary .hs-menu-wrapper>ul>li {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, -40);
  transition: all 0.4s ease-in;
}


.menu-wrapper .widget-span.custom-menu-primary .hs-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100% - 80px);
}

.e-link--bare {
  opacity: 0;
  transform: matrix(1, 0, 0, 1, 0, -10);
  transition: all 0.4s ease-in;

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

.e-link--bare.animate {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: all 0.4s ease-in;

}

.menu-wrapper .widget-span.custom-menu-primary .hs-menu-wrapper > ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.menu-wrapper .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li {
  overflow: hidden;
  padding: 15px;
  padding-top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 15px;
}

.menu-wrapper .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 85px;
  font-weight: 600;
  line-height: 1.05;
  color: inherit;
  -webkit-transition: color .44s cubic-bezier(.25,.46,.45,.94);
  transition: color .44s cubic-bezier(.25,.46,.45,.94);
  text-decoration: none;
}




.c-btn:focus .c-btn__label,
.c-btn:hover .c-btn__label {
  -webkit-animation: animateButtonLabel .66s cubic-bezier(.77,0,.175,1) forwards;
  animation: animateButtonLabel .66s cubic-bezier(.77,0,.175,1) forwards;
  -webkit-animation-delay: .11s;
  animation-delay: .11s;
}

.c-btn:focus .c-btn__icon, .c-btn:hover .c-btn__icon {
  -webkit-animation: animateButtonIcon .66s cubic-bezier(.77,0,.175,1) forwards;
  animation: animateButtonIcon .66s cubic-bezier(.77,0,.175,1) forwards;
}

.c-btn--secondary:after {
  background-color: #f9f0a3;
}

.c-btn:focus:after, .c-btn:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1) 0s;
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1) 0s;
  transition: transform .44s cubic-bezier(.77,0,.175,1) 0s;
  transition: transform .44s cubic-bezier(.77,0,.175,1) 0s,-webkit-transform .44s cubic-bezier(.77,0,.175,1) 0s;
}


.menu-wrapper .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: calc(200% + 30px);
  height: calc(100% + 15px);
  background-image: -webkit-gradient(linear,left top,right top,from(#80dec2),color-stop(50%,rgba(128,222,194,0)),to(#80dec2));
  background-image: linear-gradient(90deg,#80dec2 0,rgba(128,222,194,0) 50%,#80dec2);
  z-index: -1;
  -webkit-transform: translateX(-100%) translateZ(0);
  transform: translateX(-100%) translateZ(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform .44s linear;
  transition: -webkit-transform .44s linear;
  transition: transform .44s linear;
  transition: transform .44s linear,-webkit-transform .44s linear;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
}

.menu-wrapper .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:before {
  -webkit-transform: translateX(0) translateZ(0);
  transform: translateX(0) translateZ(0);
  opacity: 1;
}

.menu-wrapper .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  position: relative;
}

.c-nav__secondary {
  border-top: 1px solid #111626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
}

.c-nav__secondary--left {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 60px;
}

.c-nav__secondary--right {
  border-left: 1px solid #111626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 60px;
  padding-left: 60px;
}

.c-nav__secondary--left>* {
  margin-right: 60px;
}

.e-link--bare {
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: inherit;
  -webkit-transition: color .44s cubic-bezier(.25,.46,.45,.94);
  transition: color .44s cubic-bezier(.25,.46,.45,.94);
  text-decoration: none;
}

.c-nav__secondary--right>:first-of-type {
  margin-left: 0;
}

.c-nav__secondary--right>* {
  margin-left: 60px;
}

.c-header__toggle.is-active span:first-child {
  -webkit-animation: hamburgerTopLine .66s cubic-bezier(.77,0,.175,1) forwards;
  animation: hamburgerTopLine .66s cubic-bezier(.77,0,.175,1) forwards;
}
.c-header__toggle.is-active span:nth-child(2) {
  -webkit-animation: hamburgerCenterLine .66s cubic-bezier(.77,0,.175,1) forwards;
  animation: hamburgerCenterLine .66s cubic-bezier(.77,0,.175,1) forwards;
}
.c-header__toggle.is-active span:last-child {
  -webkit-animation: hamburgerBottomLine .66s cubic-bezier(.77,0,.175,1) forwards;
  animation: hamburgerBottomLine .66s cubic-bezier(.77,0,.175,1) forwards;
}
/* =============== Content =============== */

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

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


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

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

.widget-span.footer-bottom {
  background: #050811;
  display: block;
  padding: 30px;
  padding-left: 0;
  padding-right: 0;
}

.widget-span.footer-bottom .row-fluid .page-center {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1250px;
}

.footer-menu .hs-menu-wrapper > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-menu .hs-menu-wrapper > ul > li {
  margin-left: 60px;
  color: #b2b7c9;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color .44s cubic-bezier(.25,.46,.45,.94);
  transition: color .44s cubic-bezier(.25,.46,.45,.94);
}


.widget-span.footer-top {
  background-color: #111626;
  padding: 60px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}
@-moz-document url-prefix() {
  .widget-span.footer-top {
    padding-bottom: 30px;
  }

}  

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
  .widget-span.footer-top {
    padding-bottom: 30px;
  }
}

.widget-span.footer-top .row-fluid .page-center {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1250px;
}

.widget-span.footer-top .row-fluid .page-center > div > div {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -30px;
  margin-bottom: -30px;
  font-size: 0;
  width: auto;
}

.widget-span.footer-logo {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  padding-bottom: 30px;
  font-size: 1rem;
}

.widget-span.footer-logo .c-footer__logo svg {
  width: 65px;
  height: 80px;
  margin: 0 auto;
}

.c-footer__logo, .c-footer__top h6 {
  color: #fff;
}

.widget-span.contact-us {
  font-size: 1rem;
  padding-left: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 33.33333%;
}


.widget-span.contact-us h6 {
  font-family: sofia-pro,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;
  font-size: 15px;
  font-size: .78947rem;
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.25px;
  margin-top: 0;
  margin-bottom: 15px;
}

.c-footer__inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}

.c-footer__inline svg {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.e-link {
  color: #fff;
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: color .44s cubic-bezier(.25,.46,.45,.94);
  transition: color .44s cubic-bezier(.25,.46,.45,.94);
  text-decoration: none;
}


.e-link:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1) .11s;
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1) .11s;
  transition: transform .44s cubic-bezier(.77,0,.175,1) .11s;
  transition: transform .44s cubic-bezier(.77,0,.175,1) .11s,-webkit-transform .44s cubic-bezier(.77,0,.175,1) .11s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #80dec2;
}

.e-link:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1),-webkit-transform .44s cubic-bezier(.77,0,.175,1);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #80dec2;
}

.e-link:hover:before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1),-webkit-transform .44s cubic-bezier(.77,0,.175,1);
}

.e-link:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1) .11s;
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1) .11s;
  transition: transform .44s cubic-bezier(.77,0,.175,1) .11s;
  transition: transform .44s cubic-bezier(.77,0,.175,1) .11s,-webkit-transform .44s cubic-bezier(.77,0,.175,1) .11s;
}

.e-link {
  color: #fff;
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.widget-span.social-icons {
  width: 33.33333%;
  margin-top: 0;
  padding-left: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  margin: 0;
}

.widget-span.social-icons h6 {
  font-family: sofia-pro,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;
  font-size: 15px;
  font-size: .78947rem;
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.25px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
}

.u-columns--2 {
  -webkit-columns: 2;
  columns: 2;
  -webkit-column-gap: 15px;
  column-gap: 15px;
}

.elink {
  color: #fff;
}

.e-link:hover {
  color: #fff;
}

.widget-span.footer-form {
  width: 33.33333%;
  margin: 0;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-left: 30px;
  padding-bottom: 30px;
  font-size: 1rem;
}

.widget-span.footer-form h3 {
  font-family: sofia-pro,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;
  font-size: 15px;
  font-size: .78947rem;
  line-height: 1.15;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.25px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
}


.widget-span.footer-form form .hs_email {
  width: 100%;
  padding-right: 30px;
  margin-bottom: 0;
}

.hs_terms_and_condition {
  display: flex;
  order: 3;
}

.hs_terms_and_conditions {
  order: 3;
  max-width: 100%;
}

.widget-span.footer-form form .hs_submit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}


.widget-span.footer-form form li.hs-form-booleancheckbox label {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.widget-span.footer-form form .hs_submit input[type="submit"] {
  padding-right: 30px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #80dec2;
  text-decoration: none;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  margin: 0;
  cursor: pointer;
  padding: 15px 30px 16px;
  font-size: 15px;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  isplay: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 10;
  -webkit-transition: color .44s cubic-bezier(.77,0,.175,1);
  transition: color .44s cubic-bezier(.77,0,.175,1);
}

.widget-span.footer-form form input[type="email"] {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  outline: none;
  border-bottom: 2px solid hsla(0,0%,100%,.1);
  color: #fff;
  background-color: transparent;
  height: 55px;
  line-height: 55px;
  font-family: inherit;
  font-size: 100%;
}

.widget-span.footer-form form .hs_email .hs-form-required {
  display: none;
}



.widget-span.footer-form form {
  margin-bottom: 15px;
  position: relative;
  margin: 0;
}

.widget-span.footer-form form .hs_submit {
  position: absolute;
  top: 0;
  right: 0;
}

form.hs-form .hs-form-field ul.inputs-list {
  margin: 0;
}

li.hs-form-booleancheckbox p {
  margin: 0;
  font-size: 15px;
  color: #fff;
  color: #fff;
}

.widget-span.footer-form form li.hs-form-booleancheckbox span{
  display: inline-block;
}

.widget-span.footer-form li.hs-form-booleancheckbox input {
  width: 15px;
  height: 15px;
  background-color: hsla(0,0%,100%,.1);
  margin-right: 12px;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-appearance: none;
}

.widget-span.footer-form form .hs_email {
  width: calc(100% - 106px);
  padding-right: 30px;
  margin-bottom: 15px;
}

.widget-span.footer-form form li.hs-form-booleancheckbox p a {
  position: relative;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: inherit;
  -webkit-transition: color .44s cubic-bezier(.25,.46,.45,.94);
  transition: color .44s cubic-bezier(.25,.46,.45,.94);
  text-decoration: none;
}

.widget-span.footer-form form li.hs-form-booleancheckbox p a:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1) .11s;
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1) .11s;
  transition: transform .44s cubic-bezier(.77,0,.175,1) .11s;
  transition: transform .44s cubic-bezier(.77,0,.175,1) .11s,-webkit-transform .44s cubic-bezier(.77,0,.175,1) .11s;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #80dec2;
}

.widget-span.footer-form form li.hs-form-booleancheckbox p a:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1),-webkit-transform .44s cubic-bezier(.77,0,.175,1);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #80dec2;
}

.widget-span.footer-form form li.hs-form-booleancheckbox p a:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1) .11s;
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1) .11s;
  transition: transform .44s cubic-bezier(.77,0,.175,1) .11s;
  transition: transform .44s cubic-bezier(.77,0,.175,1) .11s,-webkit-transform .44s cubic-bezier(.77,0,.175,1) .11s;
}

.widget-span.footer-form form li.hs-form-booleancheckbox p a:hover:before {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1),-webkit-transform .44s cubic-bezier(.77,0,.175,1);
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

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

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

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

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


  .e-link--bare.mobile {
    display: none;
  }
  .widget-span.mobile-menu > div {
    min-height: 500px;
  }

  .widget-span.mobile-menu {
    overflow-y: auto !important;
  }
}


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

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

@media (max-width: 767px){
  .e-link--bare.desktop {
    display: none;
  }

}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

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

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  outline: none;
  border-bottom: 2px solid hsla(0,0%,100%,.1);
  /* color: #fff; */
  background-color: transparent;
  height: 55px;
  line-height: 55px;
  font-family: inherit;
  font-size: 100%;
  display:block;
}
textarea {
  height: 100px;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

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

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

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

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

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

/* Error */
.hs-error-msgs label{}
.hs-error-msgs {
  padding: 0;
  margin: 0;
}

.hs-form-field {
  margin-bottom: 10px;
}
.hs-error-msgs li {
  list-style: none;
}

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

.hs-input.invalid.error {
  /* color: #d99ae3; */
  border-bottom-color: rgba(217,154,227,.2);
}

.hs-error-msgs label {
  color: #f00;
  font-size: 1em;
  display: block;
}
.hs_error_rollup ul {
  margin: 0;
  padding: 0;
}
.widget-span.footer-form form li.hs-form-booleancheckbox input {
  outline: none;
}
.widget-span.footer-form form li.hs-form-booleancheckbox input {
  cursor: pointer;
}
/* Placeholder Text */
::-webkit-input-placeholder {
  color: hsla(0,0%,100%,.4);
  opacity:1;
} /* Webkit Browsers */
:-moz-placeholder {
  color: hsla(0,0%,100%,.4);
  opacity:1;
} /* Firefox 18- */
::-moz-placeholder {
  color: hsla(0,0%,100%,.4);
  opacity:1;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: hsla(0,0%,100%,.4);
  opacity:1;
} /* IE10 */
.widget-span.footer-form form input[type='email']:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.4);
}


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


/* =============== All Global Buttons (Excluding CTAs) =============== */
.actions {
  position: relative;
  overflow: hidden;
  margin: 10px 0;
  z-index: 2;
}

a.hs-button.large.primary {
  position:relative;
  z-index:2;
}
a.hs-button.large.primary:hover{
  color:#fff !important;
}
a.hs-button.large.primary:hover:after {
  transform: translateX(0);
}

a.hs-button.large.primary:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1) 0s;
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1) 0s;
  transition: transform .44s cubic-bezier(.77,0,.175,1) 0s;
  transition: transform .44s cubic-bezier(.77,0,.175,1) 0s,-webkit-transform .44s cubic-bezier(.77,0,.175,1) 0s;
  background-color: #43cea5;
  z-index:-1;
}

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  padding-right: 30px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #80dec2;
  text-decoration: none;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  margin: 0;
  cursor: pointer;
  padding: 15px 30px;
  font-size: 15px;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 10;
  -webkit-transition: color .44s cubic-bezier(.77,0,.175,1);
  transition: color .44s cubic-bezier(.77,0,.175,1);
  white-space:normal;
}
.actions:hover:after {
  transform: translateX(0);
}

.actions:hover input[type="submit"] {
  color:#fff;
}

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

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


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

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.actions {
  display: inline-block;
  border-radius: 25px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
  .is-active.widget-span.mobile-menu {
    top: 0;
  }

}

.safari  .widget-span.footer-top .row-fluid .page-center > div > div {
  margin-bottom: 0;
}

.safari .widget-span.footer-form form .hs_submit input[type="submit"] {
  border-right-width: 1.5px;
}

.safari .widget-span.footer-top {
  padding-bottom:30px;
}

.widget-span.footer-form form .hs_email > label {
  position: absolute;
  top: 29%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  color: hsla(0,0%,100%,.4);
  -webkit-transition: -webkit-transform .22s cubic-bezier(.77,0,.175,1);
  transition: -webkit-transform .22s cubic-bezier(.77,0,.175,1);
  transition: transform .22s cubic-bezier(.77,0,.175,1);
  transition: transform .22s cubic-bezier(.77,0,.175,1),-webkit-transform .22s cubic-bezier(.77,0,.175,1);
}
.widget-span.footer-form form .hs_email > label {
  display: none;
}
.widget-span.footer-form form .hs_email > label.slideup {
  font-size: 15px;
  -webkit-transform: translateY(-150%);
  transform: translateY(-227%);
}

.widget-span.footer-form form .hs_email > label span sup {
  top: -.5em;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
  display: inline-block;
  right: -5px;
}

.u-margin-top-large.full .u-padding-bottom\@desktop {
  width: 100% !important;
}

.widget-span.footer-form .hs_terms_and_conditions {
  margin-bottom: 0;
}

.topic-wrapper {
  margin-top: 30px;
}

.hs_cos_wrapper_type_password_prompt, 
.hs-search-field__bar, 
.hs_cos_wrapper_type_form, 
.widget-type-blog_subscribe,
.widget-type-google_search, 
.widget-type-password_prompt.custom_error_message, 
.widget-type-email_simple_subscription,
.section.post-footer form{
  display: block;
  padding:20px;
  background-color: #111626;
  display:block;
  width: 100%;
  margin-bottom:15px;
}

.hs-richtext p {
   color: #fff;
}

.hs-form-field {
  color: #fff;
}

h3.form-title {
  color: #fff;
}


.widget-span.footer-form .hs_cos_wrapper_type_form {
  padding: 0;
  margin: 0;
}
.hs-blog-post .section.post-footer form::before {
  content: "Leave a comment";
  margin-bottom: 50px;
  text-align: left;
  font-size: 28px;
  display: block;
  color:#fff;
}


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


.topic-wrapper .c-label__item {
  margin-right: 10px;
}

.widget-span.footer-form .submitted-message {
  color: #fff;
}

.lp .apply-btn ,
.lp .custom-trigger{
  opacity: 0;
  visibility: hidden;
}


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


a.hs-button.large.primary {
  margin: 10px 0;
}

#hs-pwd-widget-password {
margin-bottom: 20px;
}

.btn-black .hs-button.primary,
.btn-black input[type="submit"],
.btn-black input[type="button"] {
  color: #000;
}

.widget-type-email_simple_subscription h1,
.widget-type-email_simple_subscription h3 {
  color: #fff;
}

.topic-wrapper {
  width: 100%;
  background-color: rgba(236,230,215,.2);
  display: block;
  padding: 30px;
  padding-left: 0;
  padding-right: 0;
}

.widget-span.footer-form form .hs-form-required {
  display: none !important;
}

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


.hs-blog-listing .body-container-wrapper .content-wrapper.page-center {
  padding-bottom: 60px !important;
}

.c-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-label__item--beige {
  border-color: #bfb7a7;
  color: #bfb7a7;
}

.c-label__item {
  border: 2px solid #111626;
  padding: 5px 15px;
  padding-top: 2px;
  border-radius: 20px;
  text-transform: lowercase;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-transition: all .44s cubic-bezier(.77,0,.175,1);
  transition: all .44s cubic-bezier(.77,0,.175,1);
  border-color: #bfb7a7;
  color: #bfb7a7;
}

.c-label__item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #111626;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1),-webkit-transform .44s cubic-bezier(.77,0,.175,1);
  -webkit-animation: animateButtonIconBgReverse .44s cubic-bezier(.77,0,.175,1) forwards;
  animation: animateButtonIconBgReverse .44s cubic-bezier(.77,0,.175,1) forwards;
  background-color: #bfb7a7;
}

.c-label__item:hover:before {
  -webkit-animation: animateButtonIconBg .44s cubic-bezier(.77,0,.175,1) forwards;
  animation: animateButtonIconBg .44s cubic-bezier(.77,0,.175,1) forwards;
}

.c-label__item:hover {
  color: #fff;
}


.hs-blog-post .section.post-body p {
  margin: 0;
  font-family: sofia-pro,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;
  font-weight: 400;
  color: #111626;
}

section.realated-articles {
  background-color: #ece6d7;
  padding: 60px;
  padding-left: 0;
  padding-right: 0;
}

section.realated-articles .post-item {
  float: left;
  padding: 0;
}
.u-align-center {
  text-align: center;
}

.u-align-center h3 {
  margin: 0;
}

.u-align-center h3 p {
  margin: 0;
  font-family: sofia-pro,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;
}

.u-align-center h3 p em {
  font-family: adobe-caslon-pro,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;
  font-style: italic;
  clear: left;
}

section.realated-articles .post-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -30px;
  margin-bottom: -30px;
  font-size: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.realated-articles .post-listing {
  margin-top: 60px;
}
section.realated-articles .post-item > div {
  width: 100% !important;
}

.hs-blog-post .section.post-body {
  font-family: sofia-pro,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;
  font-weight: 400;
  color: #111626;
  line-height: 1.52632;
}

.body-container-wrapper .content-wrapper.page-center {
  padding-top: 165px;
}
body:not(.blog) .body-container-wrapper .content-wrapper.page-center {
  padding-bottom: 60px;
}
.u-h3 h3 {
  margin: 0;
}
.u-h3 h3 p {
  margin: 0;
}
.actions:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1) 0s;
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1) 0s;
  transition: transform .44s cubic-bezier(.77,0,.175,1) 0s;
  transition: transform .44s cubic-bezier(.77,0,.175,1) 0s,-webkit-transform .44s cubic-bezier(.77,0,.175,1) 0s;
  background-color: #43cea5;
}
.u-text--white {
  color: #fff;
  margin-bottom: 0;
  -webkit-text-stroke: 2px #111626;
  font-weight: 700;
  position: relative;
  z-index: 15;
  text-align: center;
}

.u-padding-left-none\@desktop {
  padding-bottom: 30px;
}
a.c-featured-block__img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}

.widget-span.footer-form form .actions {
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin:0;
}

.widget-span.footer-form form .hs_submit:hover .actions:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}





.post-item  {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 30px;
  padding-bottom: 30px;
  font-size: 19px;
  font-size: 1rem;
}

.post-item .o-layout__item a {
  transition: color 0.44s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, opacity 0.8s cubic-bezier(0.5, 0, 0, 1) 0s, transform 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
  background-color: #fff;
  padding: 12px;
  display: block;
  width: 100%;
  text-decoration: none;
}

.post-item .c-card__img {
  margin-bottom: 15px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-item .c-card__img img {
  width: 100%;
  font-style: italic;
  vertical-align: middle;
}

.post-item .c-card__body h5 {
  margin: 0;
  text-transform: none;
}

.post-item .c-card__category {
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 15px;
  text-transform: uppercase;
  color: #c4c2bb;
  margin-top: 6px;
}

.post-item .c-card__body>* {
  margin-bottom: 0;
}

.widget-span.footer-form li.hs-form-booleancheckbox input:checked {
  background-color: #80dec2;
  outline: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
  .widget-span.footer-form form li.hs-form-booleancheckbox label input{
    display:none;
  }
  .widget-span.footer-form form li.hs-form-booleancheckbox label input + span::before{
    content:"";
    width:15px;
    height:15px;
    background:#fff;
    opacity:0.1;
    display:inline-block;
    margin-right:15px;
  }
  .widget-span.footer-form form li.hs-form-booleancheckbox label input + span p{
    display:inline-block;
  }
  .widget-span.footer-form form li.hs-form-booleancheckbox label input:checked + span::before{
    background:#80dec2;
    opacity:1;
  }
}
.widget-span.footer-form li.hs-form-booleancheckbox input {
  -webkit-appearance:none;
  appearance:none;
}

.post-item .u-text--date {
  color: #c4c2bb;
  font-size: 15px;
  font-family: adobe-caslon-pro,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;
  text-transform: uppercase;
}

.widget-span.blog-content {
  width: 100%;
}

.o-layout__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hs-blog-listing  {
  background-color: #ece6d7;
}

.hs-blog-listing .post-listing {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -30px;
  margin-top: 60px;
  margin-bottom: -30px;
  font-size: 0;
}

.blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 60px;
}
.blog-pagination a {
  display: inline-block;
  margin: 0 12px;
  position: relative;
  z-index: 10;
  text-decoration: none;
}

.blog-pagination a:before {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: 10px;
  background-color: rgba(17,22,38,.1);
  bottom: 0;
  left: -5px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1),-webkit-transform .44s cubic-bezier(.77,0,.175,1);
}

.blog-pagination a:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


.blog-pagination a.prev-link {
  margin: 0 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 0;
  background-color: #80dec2;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  position: relative;
  z-index: 10;
  vertical-align: middle;
  font: inherit;
  overflow: hidden;
  text-align: center;
}

.blog-pagination a.prev-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1),-webkit-transform .44s cubic-bezier(.77,0,.175,1);
  -webkit-animation: animateButtonIconBgReverse .44s cubic-bezier(.77,0,.175,1) forwards;
  animation: animateButtonIconBgReverse .44s cubic-bezier(.77,0,.175,1) forwards;
  background-color: #f9f0a3;
}

.blog-pagination a svg {
  width: 18px;
  height: 18px;
}
.c-pagination__numbers {
  text-align: center;
}
.blog-pagination a.prev-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1) 0s;
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1) 0s;
  transition: transform .44s cubic-bezier(.77,0,.175,1) 0s;
  transition: transform .44s cubic-bezier(.77,0,.175,1) 0s,-webkit-transform .44s cubic-bezier(.77,0,.175,1) 0s;
}

.blog-pagination a.prev-link:hover:before {
  -webkit-animation: animateButtonIconBg .44s cubic-bezier(.77,0,.175,1) forwards;
  animation: animateButtonIconBg .44s cubic-bezier(.77,0,.175,1) forwards;
}

.blog-pagination a.prev-link:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.blog-pagination a.prev-link:hover svg {
  -webkit-animation: animateButtonIconSolo .66s cubic-bezier(.77,0,.175,1) forwards;
  animation: animateButtonIconSolo .66s cubic-bezier(.77,0,.175,1) forwards;
}


.blog-pagination  a.next-link {
  margin: 0 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0;
  background-color: #80dec2;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.blog-pagination a.next-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #80dec2;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1),-webkit-transform .44s cubic-bezier(.77,0,.175,1);
  -webkit-animation: animateButtonIconBgReverse .44s cubic-bezier(.77,0,.175,1) forwards;
  animation: animateButtonIconBgReverse .44s cubic-bezier(.77,0,.175,1) forwards;
  background-color: #f9f0a3;
}

.blog-pagination a.next-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1) 0s;
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1) 0s;
  transition: transform .44s cubic-bezier(.77,0,.175,1) 0s;
  transition: transform .44s cubic-bezier(.77,0,.175,1) 0s,-webkit-transform .44s cubic-bezier(.77,0,.175,1) 0s;
}

.blog-pagination a.next-link:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.blog-pagination a.next-link:hover:before {
  -webkit-animation: animateButtonIconBg .44s cubic-bezier(.77,0,.175,1) forwards;
  animation: animateButtonIconBg .44s cubic-bezier(.77,0,.175,1) forwards;
}

.blog-pagination a.next-link:hover svg {
  -webkit-animation: animateButtonIconSolo .66s cubic-bezier(.77,0,.175,1) forwards;
  animation: animateButtonIconSolo .66s cubic-bezier(.77,0,.175,1) forwards;
}


/* Featured Post */
.blog-pagination a.next-link {
  margin: 0 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0;
  background-color: #80dec2;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.blog-pagination a.next-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #80dec2;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1),-webkit-transform .44s cubic-bezier(.77,0,.175,1);
  -webkit-animation: animateButtonIconBgReverse .44s cubic-bezier(.77,0,.175,1) forwards;
  animation: animateButtonIconBgReverse .44s cubic-bezier(.77,0,.175,1) forwards;
  background-color: #f9f0a3;
}

.blog-pagination a.next-link:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1) 0s;
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1) 0s;
  transition: transform .44s cubic-bezier(.77,0,.175,1) 0s;
  transition: transform .44s cubic-bezier(.77,0,.175,1) 0s,-webkit-transform .44s cubic-bezier(.77,0,.175,1) 0s;
}

.blog-pagination a.next-link:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.blog-pagination a.next-link:hover:before {
  -webkit-animation: animateButtonIconBg .44s cubic-bezier(.77,0,.175,1) forwards;
  animation: animateButtonIconBg .44s cubic-bezier(.77,0,.175,1) forwards;
}

.blog-pagination a.next-link:hover svg {
  -webkit-animation: animateButtonIconSolo .66s cubic-bezier(.77,0,.175,1) forwards;
  animation: animateButtonIconSolo .66s cubic-bezier(.77,0,.175,1) forwards;
}

.u-margin-top-large {
  margin-top: 60px;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}

.c-featured-block {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -30px;
  margin-bottom: -30px;
  font-size: 0;
}

.c-featured-block:before {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background-color: rgba(17,22,38,.1);
  position: absolute;
  top: 0;
  left: 30px;
  -webkit-transform: translate(-10px,10px);
  transform: translate(-10px,10px);
  z-index: -1;
}

.o-layout__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 19px;
  font-size: 1rem;
}

.u-line--beige {
  background-color: #ece6d7;
}

.o-box>:last-child {
  margin-bottom: 0;
}

.c-btn--primary, .c-btn--primary:active, .c-btn--primary:focus, .c-btn--primary:hover {
  color: #111626;
}

.c-btn--primary {
  background-color: #80dec2;
}

.c-btn, .c-btn:active, .c-btn:focus, .c-btn:hover {
  text-decoration: none;
}

.c-btn {
  display: block;
  vertical-align: middle;
  font: inherit;
  text-align: center;
  margin: 0;
  border: none;
  cursor: pointer;
  padding: 15px 30px;
  padding-right: 60px;
  font-size: 15px;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 10;
  -webkit-transition: color .44s cubic-bezier(.77,0,.175,1);
  transition: color .44s cubic-bezier(.77,0,.175,1);
}

.c-btn__label {
  position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-btn__icon {
  margin-left: 15px;
  position: absolute;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  right: 30px;
  top: calc(50% - 10px);
}

.c-btn--primary:after {
  background-color: #43cea5;
}

.c-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1) 0s;
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1) 0s;
  transition: transform .44s cubic-bezier(.77,0,.175,1) 0s;
  transition: transform .44s cubic-bezier(.77,0,.175,1) 0s,-webkit-transform .44s cubic-bezier(.77,0,.175,1) 0s;
}

.c-btn:focus:after, .c-btn:hover:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-btn:focus .c-btn__icon, .c-btn:hover .c-btn__icon {
  -webkit-animation: animateButtonIcon .66s cubic-bezier(.77,0,.175,1) forwards;
  animation: animateButtonIcon .66s cubic-bezier(.77,0,.175,1) forwards;
}

.u-margin-top {
  margin-top: 30px!important;
}

.u-line {
  width: 110px;
  height: 3px;
  display: inline-block;
  margin: 30px 0;
}

.u-margin-top-small {
  margin-top: 15px!important;
}

.u-bg-white {
  background-color: #fff!important;
}

.c-featured_date {
  padding: 0;
  width: auto;
  position: absolute;
  right: 0;
  top: -15px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  display: block!important;
}

.c-featured_date-day {
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  display: block;
  width: 86px;
  height: 86px;
  background: #111626;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  z-index: 15;
}

.c-featured_date-month {
  display: block;
  width: 100%;
  line-height: 42px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  position: relative;
  width: 0;
  height: 0;
  border: 55px solid transparent;
  border-bottom: 40px solid #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(70px);
  transform: translateX(-50%) translateY(70px);
  top: -50px;
  z-index: -1;
}

.c-featured_date-month:before {
  content: "";
  position: absolute;
  left: -55px;
  top: 40px;
  width: 0;
  height: 0;
  border: 55px solid transparent;
  border-top: 40px solid #fff;
  z-index: -1;
}

.c-featured_date-month span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 110px;
  height: 80px;
  line-height: 76px;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  display: block;
}

.o-box--large {
  padding: 60px;
}

.o-box {
  display: block;
}

.u-h3 {
  font-family: sofia-pro,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;
  font-size: 28px!important;
  font-size: 1.47368rem!important;
  line-height: 1.1!important;
  font-weight: 600;
}

.c-featured_date {
  padding: 0;
  width: auto;
  position: absolute;
  right: 0;
  top: -15px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  display: block!important;
}





.hs-blog-post .c-breadcrumb {
  color: #bfb7a7;
  margin-bottom: 45px;
  font-size: 15px;
}

.hs-blog-post .c-breadcrumb__seperator {
  display: inline-block;
  margin: 0 15px;
}

.hs-blog-post .o-layout {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -30px;
  margin-bottom: -30px;
  font-size: 0;
}

.hs-blog-post .o-layout__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 30px;
  padding-bottom: 30px;
  font-size: 19px;
  font-size: 1rem;
}

.hs-blog-post .section.post-body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 30px;
  padding-bottom: 30px;
  font-size: 19px;
  font-size: 1rem;
}


.hs-blog-post .u-text--date,
.hs-blog-post  .u-text--italic {
  font-family: adobe-caslon-pro,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica Neue,Lucida Grande,sans-serif;
}
.hs-blog-post .u-text--italic {
  letter-spacing: .5px;
  font-style: italic;
}
.hs-blog-post .u-text--beige-dark {
  color: #bfb7a7;
}

.hs-blog-post .u-line--black {
  background-color: #111626;
}
.hs-blog-post  .u-line {
  width: 110px;
  height: 3px;
  display: inline-block;
  margin: 30px 0;
}



/* Blog Topics*/
.c-filter, .c-filter__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-filter {
  background-color: #fff;
  border-radius: 40px;
  border: 1px solid #111626;
  height: 80px;
  position: relative;
  z-index: 9;
  -webkit-box-shadow: 0 10px 0 rgba(17,22,38,.1);
  box-shadow: 0 10px 0 rgba(17,22,38,.1);
}

.c-filter__title {
  padding: 0 60px;
  border-right: 1px solid #111626;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.c-filter__options, .c-filter__selected {
  width: 100%;
  height: 78px;
  position: relative;
}

.c-filter__icon, .c-filter__icon svg {
  color: #111626;
  width: 18px;
  height: 18px;
}

.c-filter__icon {
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 12;
  pointer-events: none;
}

.c-filter__selected {
  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;
  z-index: 10;
  cursor: pointer;
  padding: 0 30px;
  background-color: #fff;
  overflow: hidden;
}

.c-filter--primary .c-filter__selected {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.c-filter--primary .is-visible .c-filter__selected {
  border-bottom-right-radius: 0;
}
.c-filter--primary .c-filter__list {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.c-filter__list {
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  top: -1px;
  z-index: 5;
  max-height: 80px;
  overflow: hidden;
  -webkit-transition: max-height .22s linear;
  transition: max-height .22s linear;
  border: 1px solid #111626;
}
.is-visible .c-filter__selected {
  border-bottom: 1px solid #111626;
  height: 79px;
}

.c-filter__list.is-visible {
  overflow-y: auto;
  max-height: 500px;
}

.is-visible .c-filter__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.c-filter__list-inner {
  padding-top: 78px;
  background-color: #fff;
  position: relative;
}
.c-filter__item:first-child {
  border-top: 1px solid transparent;
}
.c-filter__item {
  border-top: 1px solid #111626;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  display: block;
}
.c-filter {
  margin-top: 60px;
}



/* Intro Section */
.c-intro, .c-intro:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-intro {
  position: fixed;
  z-index: 10000;
  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;
  pointer-events: none;
}

.c-intro__video {
  max-width: 70%;
  max-height: 80%;
  height: auto;
  opacity: 1;
  z-index: 10;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .44s cubic-bezier(.77,0,.175,1);
  transition: all .44s cubic-bezier(.77,0,.175,1);
  mix-blend-mode: darken;
}

.c-intro__video, .c-locations {
  position: relative;
}
.c-intro.is-hidden {
  transform: translateY(-100%);
}
.c-intro{
  -webkit-transition: all .44s cubic-bezier(.77,0,.175,1);
  transition: all .44s cubic-bezier(.77,0,.175,1);
}
.is-hidden > .c-intro__video {
  transform: translateY(-100%);
  pointer-events: none;
}

.c-intro:after {
  content: "";
  position: absolute;
  background-color: #83d6be;
  z-index: 5;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: -webkit-transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1);
  transition: transform .44s cubic-bezier(.77,0,.175,1),-webkit-transform .44s cubic-bezier(.77,0,.175,1);
}


.widget-span.custom-trigger.is-active {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}


body:not(.hs-blog-listing) a.c-btn.c-btn--secondary:after {
  background-color: #43cea5;
}

body:not(.hs-blog-listing) a.c-btn.c-btn--secondary {
  background-color: #80dec2;
}

.c-filter__selected span {
  text-transform: capitalize;
}


.actions {
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin:10px 0;
}

.actions:hover:after {
  transform: translateX(0);
}
.c-nav__secondary--right {
  padding-right: 60px;
  padding-left: 60px;
}


.submitted-message {
  color: #fff;
}
/* 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: 1024px) {}


/* =============== Landscape tablet and smaller devices =============== */
@media(min-width:768px){
  .menu-wrapper .widget-span.custom-menu-primary .hs-menu-wrapper>ul>li.active> a {
    -webkit-text-stroke: 2px #111626;
    color: #f9f0a3;
  }
  body.mobile-open {
    overflow-y: hidden;
  }
  .widget-span.header-wrapper.is-fixed.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .mobile-open .widget-span.header-wrapper {
    -webkit-transform: translateY(45px) !important;
    transform: translateY(45px) !important;
  }

  .mobile-open .widget-span.header-wrapper.is-fixed.is-visible {
    -webkit-transform: translateY(-0px) !important;
    transform: translateY(-0px) !important;
  }

  .widget-span.header-wrapper.is-fixed.is-visible .widget-span.mobile-menu {
    top: 0;
  }

  .widget-span.header-wrapper.is-fixed.is-visible .c-header__logo {
    -webkit-transform: scale(.666);
    transform: scale(.666);
  }

  .widget-span.header-wrapper.no-push {
    transform: translateY(45px);
  }

  .widget-span.header-wrapper.is-fixed.is-visible .widget-span.logo-wrapper {
    -webkit-transform: translateX(-50%) translateY(15px);
    transform: translateX(-50%) translateY(15px);
  }

  .widget-span.header-wrapper.is-fixed.is-visible {
    background-color: #fff !important;
    z-index: 99;
  }


  .hs_cos_wrapper_type_password_prompt, 
  .hs-search-field__bar, 
  .hs_cos_wrapper_type_form, 
  .widget-type-blog_subscribe,
  .widget-type-google_search, 
  .widget-type-password_prompt.custom_error_message, 
  .widget-type-email_simple_subscription,
  .section.post-footer form{
    display: block;
    /* max-width: 500px;*/
    width: 100%;
  }
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    width: 100%;
    max-width: 500px;
    display: block;
  }
}

@media (min-width: 34.375em) {
  .post-item {
    width: 50%;
  }
}

@media (min-width: 64.0625em) {
  .post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.33333%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
  }



  .u-5\/12\@desktop {
    width: 41.66667%!important;
  }

  .u-7\/12\@desktop {
    width: 58.33333%!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .u-padding-bottom\@desktop {
    padding-bottom: 30px!important;
    padding-left:30px;
  }

  .u-padding-left-none\@desktop {
    padding-left: 0!important;
  }
}


@media (min-width: 48.0625em){
  .widget-span.contact-us h6 {
    color: #fff;
    font-size: .78947rem;
    line-height: 1.15;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.25px;
    font-family: sofia-pro,system,-apple-system,\.SFNSText-Regular,San Francisco,Roboto,Segoe UI,Helvetica;
  }

  h2 {
    font-size: 50px;
    font-size: 2.63158rem;
    line-height: .8;
  }

  .c-header__toggle {
    margin-left: 15px;
  }
  h3 {
    font-size: 40px;
    font-size: 2.10526rem;
    line-height: 1.1;
  }

  h1 {
    font-size: 70px;
    font-size: 3.68421rem;
    line-height: .9;
  }
  h4 {
    font-size: 28px;
    font-size: 1.47368rem;
    line-height: 1.25;
  }
  h5 {
    font-size: 23px;
    font-size: 1.21053rem;
    line-height: 1.25;
  }
  h6 {
    font-size: 15px;
    font-size: .78947rem;
    line-height: 1.15;
  }


  .u-h3 {
    font-size: 40px!important;
    font-size: 2.10526rem!important;
    line-height: 1.1!important;
  }


  .hs-blog-post .o-layout__item {
    width: 41.66667%!important;
  }

  .hs-blog-post .blog-post-wrapper .section.post-body {
    width: 58.33333%!important;
  }

}

@media(max-width:1323px) and (min-width:1024px){
  .c-featured_date {
    right: 30px;
  }
}


@media (max-width:1200px){
  .c-nav__secondary--right {
    padding-right: 60px;
    padding-left: 30px;
  }

  .c-nav__secondary--right>* {
    margin-left: 30px;
  }

}



@media (max-width: 1024px) {
  .widget-span.footer-form {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 30px;
    padding-bottom: 30px;
  }

  .widget-span.social-icons {
    width: 50%;
  }

  .widget-span.contact-us {
    width: 50%;
  }

  .widget-span.footer-form .hs_cos_wrapper_type_form {
    width: 100%;
    max-width: 100%;
  }

  .widget-span.footer-form input[type="email"] {
    max-width: 100%;
  }

  .menu-wrapper > div:first-child {
    height: calc(100% - 130px);
  }

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

  .widget-span.mobile-menu > div {
    padding-top: 80px;
  }

  .c-nav__secondary {
    height: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: none;
    padding-bottom: 12px;
  }

  .c-nav__secondary--left {
    padding: 0 30px;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-nav__secondary--right {
    padding: 0 30px;
    height: 50px;
    border-left: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-nav__secondary--left>* {
    margin: 0 12px;
  }

  .c-nav__secondary--right>* {
    margin: 0 12px;
  }



  div#js-intro {
    display: none;
  }


  .u-margin-top-large .o-layout__item {
    padding-left: 30px;
  }

  .u-margin-top-large .u-1\/1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .u-margin-top-large a.c-featured-block__img {
    height: 350px;
  }

  .u-margin-top-large .c-featured_date-day {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    display: block;
    width: 86px;
    height: 86px;
    background: #111626;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    z-index: 15;
  }

  .u-margin-top-large .c-featured_date {
    top: -30px;
    right: 15px;
    -webkit-transform: translateX(50%) scale(.75);
    transform: translateX(50%) scale(.75);
    padding: 0;
    padding: 0;
    width: auto;
    position: absolute;
  }

  .u-margin-top-large .c-featured_date-month {
    display: block;
    width: 100%;
    line-height: 42px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.5px;
    position: relative;
    width: 0;
    height: 0;
    border: 55px solid transparent;
    border-bottom: 40px solid #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(70px);
    transform: translateX(-50%) translateY(70px);
    top: -50px;
    z-index: -1;
  }

  .u-margin-top-large .c-featured_date-day {
    top: 0;
  }


}  

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

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

}


@media(max-width:48.0525em){
  .widget-span.logo-wrapper {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 30px;
  }

  .widget-span.header-wrapper .row-fluid .page-center > div > div {
    max-width: 100vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .widget-span.custom-trigger {
    margin-left: 15px !important;
  }
  .widget-span.header-wrapper {
    transform: none;
  }

  .c-header__logo {
    width: 50px;
    height: 60px;
  }
  section.realated-articles {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .topic-wrapper .c-label__item {
    margin: 6px;
  }
}




@media(max-width:1000px) and (min-width:768px){
  body:not(.blog) h1 {
    font-size: 50px  !important;
  }
}


@media(max-width:767px){
  .widget-span.contact-us {
    width: 100%;
  }

  .widget-span.social-icons {
    width: 100%;
    margin-top: 15px;
  }

  .c-filter {
    margin-top:45px;
  }

  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;    
  }
  /* Default styling for Blog ReCaptcha*/

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

  .mobile-open .widget-span.header-wrapper.is-fixed {
    -webkit-transform: translateY(-250%);
    transform: translateY(0%);
  }

  .menu-wrapper .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > a:before,
  .menu-wrapper .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    display: none;
  }

  .widget-span.header-wrapper.is-fixed.no-push {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }



  .widget-span.mobile-menu > div {
    min-height: 500px;
  }

  .widget-span.mobile-menu {
    overflow-y: auto;
  }

  .widget-span.footer-form {
    width: 100%;
    margin-top: 15px;
  }

  .c-filter__title {
    display: none;
  }

  .widget-span.mobile-menu {
    top: 0;
  }

  .widget-span.header-wrapper.is-fixed.is-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .widget-span.header-wrapper.is-fixed.is-visible .widget-span.logo-wrapper {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .widget-span.header-wrapper.is-fixed.is-visible .c-header__logo {
    width: 50px;
    height: 60px;
    transform: none;
  }

  .widget-span.header-wrapper.is-fixed.is-visible {
    background-color: #fff !important;
    z-index: 99;
  }

  .widget-span.mobile-menu > div {
    display: flex;
    flex-flow: column;
  }
  @media(max-height:550px){
    .menu-wrapper > div:last-child {
      margin-top: auto;
    }
  }

  .menu-wrapper .widget-span.custom-menu-primary .hs-menu-wrapper>ul>li.active > a {
    -webkit-text-stroke: 1px #111626;
    color: #f9f0a3;
  }

  .c-filter--primary .c-filter__selected {
    border-radius: 40px;
  }

  .c-filter--primary .c-filter__list {
    border-radius: 40px;
  }

  .c-filter__icon {
    right: 30px;
  }
  .hs-blog-post .section.post-body p img {
    float:none !important;
    display:block !important;
    margin:10px auto !important;
  }

  .widget-span.contact-us h6 {
    color: #fff;
  } 
  .u-margin-top-large .o-box--large {
    padding: 30px;
  }
  .u-text--white {
    -webkit-text-stroke: 1px #111626;
  }
  .body-container-wrapper .content-wrapper.page-center {
    padding-top: 120px;
  }

  .widget-span.footer-top {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .widget-span.footer-logo .c-footer__logo svg {
    width: 50px;
    height: 60px;
  }

  .widget-span.footer-logo {
    float: left;
  }

  .footer-menu .hs-menu-wrapper > ul > li {
    margin: 0 15px;
    width: auto;
  }

  .footer-menu .hs-menu-wrapper > ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-wrapper .widget-span.custom-menu-primary .hs-menu-wrapper > ul {
    padding: 0 30px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-wrapper .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li {
    overflow: hidden;
    padding: 15px;
    padding-top: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    margin: 0;
  }


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



@media (max-width: 34.365em) {
  .widget-span.header-wrapper {
    padding: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    max-width: 100vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .widget-span.custom-trigger.is-active {
    -webkit-transform: rotate(90deg) scale(.75);
    transform: rotate(90deg) scale(.75);
    font-weight: normal;
  }
  .c-header__logo {
    width: 40px;
    height: 50px;
  }
  .widget-span.header-wrapper.is-fixed.is-visible .c-header__logo {
    width: 40px;
    height: 50px;
  }
  .widget-span.logo-wrapper {
    left: 15px;
  }
  a.c-btn.c-btn--primary {
    padding: 12px 15px;
    padding-right: 45px;
  }
  .widget-span.custom-trigger {
    -webkit-transform: rotate(0deg) scale(.75);
    transform: rotate(0deg) scale(.75);
    margin-right: -10px;
  }
  .menu-wrapper > div:first-child {
    height: calc(100% - 130px);
  }

  .widget-span.mobile-menu > div {
    padding-top: 80px;
  }

  .c-nav__secondary {
    height: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: none;
    padding-bottom: 12px;
  }

  .menu-wrapper .widget-span.custom-menu-primary .hs-menu-wrapper > ul {
    padding: 0 30px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-wrapper .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li {
    overflow: hidden;
    padding: 15px;
    padding-top: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .menu-wrapper .widget-span.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.05;
  }
  .widget-span.footer-form form .hs_submit input[type="submit"] {
    padding-right: 15px;
    padding-left: 15px;
  }

  .safari .widget-span.footer-top {
    padding-bottom: 15px;
  }

  .widget-span.footer-form form .hs_email {
    width: calc(100% - 75px);
  }

  .widget-span.footer-wrapper * {
    font-size: 15px;
  }
  a.c-btn.c-btn--secondary {
    padding: 12px 15px;
    padding-right: 45px;
  }

  .c-btn__icon {
    right: 15px;
  }
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 330px) {
  .c-nav__secondary--left>* {
    margin: 0 6px;
  }
}

@keyframes animateButtonLabel {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(200%);
  }

  50.1% {
    transform: translateX(-200%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes animateButtonLabelReverse {
  0% {
    transform: translateX(0);
  }

  49.9% {
    transform: translateX(-200%);
  }

  50% {
    transform: translateX(200%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes animateButtonIcon {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(100px);
  }

  50.1% {
    transform: translateX(-250px);
  }

  90% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes animateButtonIconReverse {
  0% {
    transform: translateX(0);
  }

  10% {
    transform: translateX(-250px);
  }

  49.9% {
    transform: translateX(-250px);
  }

  50% {
    transform: translateX(100px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes hamburgerTopLine {
  0% {
    // top: 0;
    transform: scaleY(2) translateY(0);
  }

  50% {
    // top: calc(14px - 1px);
    transform: scaleY(1) translateY(13px);
  }

  100% {
    // top: calc(14px - 1px);
    transform: scaleY(1) translateY(13px) rotate(45deg);
  }
}

@keyframes hamburgerTopLineReverse {
  0% {
    // top: calc(14px - 1px);
    transform: scaleY(1) translateY(13px) rotate(45deg);
  }

  50% {
    // top: calc(14px - 1px);
    transform: scaleY(1) translateY(13px);
  }

  100% {
    top: 0;
    transform: scaleY(2) translateY(0);
  }
}

@keyframes hamburgerBottomLine {
  0% {
    // bottom: 0;
    transform: scaleY(2) translateY(0);
  }

  50% {
    // bottom: calc(14px - 1px);
    transform: scaleY(1) translateY(-13px);
  }

  100% {
    // bottom: calc(14px - 1px);
    transform: scaleY(1) translateY(-13px) rotate(-45deg);
  }
}

@keyframes hamburgerBottomLineReverse {
  0% {
    // bottom: calc(14px - 1px);
    transform: scaleY(1) translateY(-13px) rotate(-45deg);
  }

  50% {
    // bottom: calc(14px - 1px);
    transform: scaleY(1) translateY(-13px);
  }

  100% {
    // bottom: 0;
    transform: scaleY(2) translateY(0);
  }
}

@keyframes hamburgerCenterLine {
  0% {
    transform: scaleY(2) translateY(0);
    opacity: 1;
  }

  50% {
    transform: scaleY(1) translateY(0);
    opacity: 1;
  }

  55% {
    opacity: 0;
  }

  100% {
    transform: scaleY(1) translateY(0);
    opacity: 0;
  }
}

@keyframes hamburgerCenterLineReverse {
  0% {
    transform: scaleY(1) translateY(0);
    opacity: 0;
  }

  45% {
    opacity: 0;
  }

  50% {
    transform: scaleY(1) translateY(0);
    opacity: 1;
  }

  100% {
    transform: scaleY(2) translateY(0);
    opacity: 1;
  }
}

@keyframes animateButtonIconSolo {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(50px);
  }

  50.1% {
    transform: translateX(-50px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes animateButtonIconBg {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes animateButtonIconBgReverse {
  0% {
    transform: translateX(0);
  }

  99.9% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}