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


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

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


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


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

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

@import url('//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css');

@font-face {
  font-family:"UniSansRegular";
  src: url("//cdn2.hubspot.net/hubfs/3842979/Retyre_May2019/Fonts/UniSansRegular.woff") format('woff'),
    url("//cdn2.hubspot.net/hubfs/3842979/Retyre_May2019/Fonts/UniSansRegular.ttf") format('truetype'),
    url("//cdn2.hubspot.net/hubfs/3842979/Retyre_May2019/Fonts/UniSansRegular.eot");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:"Source Sans Pro custom";
  src: url("//cdn2.hubspot.net/hubfs/3842979/Retyre_May2019/Fonts/SourceSansPro-Regularttf.woff") format('woff'),
    url("//cdn2.hubspot.net/hubfs/3842979/Retyre_May2019/Fonts/SourceSansPro-Regularttf.ttf") format('truetype'),
    url("//cdn2.hubspot.net/hubfs/3842979/Retyre_May2019/Fonts/SourceSansPro-Regularttf.eot");
  font-weight: normal;
  font-style: normal;
}


/* 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 {
  overflow-x: hidden;
}
body{
  font-family: Source Sans Pro custom;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.13em;
  color: #454444;    
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

h1{  
  font-family: UniSansRegular;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 0.5em;
}

h2{  
  font-family: UniSansRegular;
  font-weight: 700;
  line-height: 1.5;
  font-size: 43PX;
  color: #555555;

  margin-bottom: 0.5em;
}

h3{   
  font-family: UniSansRegular;
  font-weight: 700;
  line-height: 1.5;
  font-size: 24px;
  color: #555555;
}
h4{}

h5{

  font-family: UniSansRegular;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.13em;  
  color: rgb(32, 166, 223);
}
h6 {}

/* Anchor Links */
a{  
  color: #04a6e1;
  text-decoration: none;
  transition: all 0.3s
}
a:hover, a:focus { color: #20a6df; }

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

li{   
  padding: 5px 15px;
  position: relative;
}
ul ul, ul ol, ol ol, ol ul {}

.body-container ul:not([class]) {
  list-style-type: none;
}

.body-container ul:not([class]) li::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #20a6df;
  background-color: #20a6df;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: -13px;
  transform: translatey(-50%);
}

.body-container ul:not([class]) li::after {
  content: "";
  background-color: transparent;
  opacity: 0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 1px solid #20a6df;
  position: absolute;
  left: -15px;
  top: 50%;
}


.body-container ul:not([class]) li:hover:after {
  -webkit-animation: tooltippulse 1.1s linear infinite;
  animation: tooltippulse 1.1s linear infinite;
}

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


.custom-logo .dark-logo {
  display: none;
}

.custom-logo a {
  display: inline-block;
  padding: 30px 0;
  line-height: normal;
}

.widget-type-custom_widget.site-logo {
  width: auto;

}


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

.site-header {
  position: absolute;
  top: 0;
  width: 100% !important;
  z-index: 9;

}

.site-header.scroll-header {
  position: fixed;
  top: -167px;
  background-color: #fff;
  z-index: 9;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  height: 75px;
}

.site-header.scroll-header {
  position: fixed;
}
.site-header.scroll-header.animated {
  top: 0px;-webkit-transition: top 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: top 1s cubic-bezier(0.165, 0.84, 0.44, 1);-o-transition:
    top 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.site-header.scroll-header .custom-logo .dark-logo{
  display: block;
}
.site-header.scroll-header .custom-logo .light-logo{
  display: none; 
}
.site-header.scroll-header .custom-logo a{
  padding-top: 18px;
  padding-bottom: 18px;
}
.header-container-wrapper {}
.header-container {}


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

.body-container-wrapper {
  padding-top: 5%;
  padding-right: 30px;
  padding-bottom: 5%;
  padding-left: 30px;
}
.blog .body-container-wrapper{
  padding: 0;
}
.body-container {}

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

body:not(.blog) .body-container-wrapper .page-center.content-wrapper {
  padding-bottom: 30px;
}
.custom-sidebar-menu ul {
  padding-left: 20px;
}
/* =============== Footer =============== */

.site-footer .row-fluid .page-center > div > div.row-fluid {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.products-links {
  padding-left: 15px;
  padding-right: 15px;
}

.follow-us-wrapper h3 {
  position: relative;
  font-size: 18px;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: UniSansRegular;
  font-weight: 700;
  line-height: 1.5;
  color: #555555;
}

.footer-logo figure {
  margin: 0;
}

.footer-logo {
  padding-left: 15px;
  padding-right: 15px;
}

.pages-links {
  padding-left: 15px;
  padding-right: 15px;
}

.pages-links .hs-menu-wrapper > ul > li, .products-links .hs-menu-wrapper > ul > li {
  padding: 0;
}

.pages-links .hs-menu-wrapper > ul > li > a, .products-links .hs-menu-wrapper > ul > li > a {
  color: #555555;
  display: inline-block;
}

.pages-links .hs-menu-wrapper > ul > li:first-child > a, .products-links .hs-menu-wrapper > ul > li:first-child > a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: UniSansRegular;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5em;
  cursor: text;
}
.pages-links .hs-menu-wrapper > ul > li:first-child > a:after, .products-links .hs-menu-wrapper > ul > li:first-child > a:after {
  display: none;
}

.pages-links .hs-menu-wrapper > ul > li:first-child , .products-links .hs-menu-wrapper > ul > li:first-child {
  padding-bottom: 10px;
}

.follow-us-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.follow-us-wrapper h3 > span {
  display: inline-block;
}

.fa-instagram:before {
  content: "\f16d";
}

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

.fa-youtube:before {
  content: "\f167";
}

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

.social-share {
  padding: 0;
  list-style-type: none; 
  padding-top: 5px;
}

.social-share > li {

  padding: 0;
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  margin-right: 18px;
}

.social-share > li > a i {
  line-height: 1;
  font-family: FontAwesome;
}
.social-share > li > a {
  color: #999; 
  transition: all 0.3s;
}


.social-share > li > a:hover {
  color: #555555;
}

.stay-in-touch {
  padding-top: 41px;
  padding-bottom: 18px;
}

.form-wrapper .hs-form-required {
  display: none;
}

.form-wrapper .form-title {
  display: none;
}

.form-wrapper form input[type="email"] {
  padding-top: 20px;
  height: 40px;
  width: 100%;
  font-size: 16px;
  border-radius: 30px;
  padding-left: 30px;
  border: none;
  background: #fff;
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.25);
  padding-bottom: 20px;
  line-height: inherit;
  font-family: inherit;
  outline: 0;
  color: inherit;
}
.form-wrapper form input[type="submit"] {
  border: none;
  height: 40px;
  font-size: 0;
  background: #fff;
  content: ' ';
  background-image: url(//cdn2.hubspot.net/hubfs/3842979/Retyre_May2019/Images/Button.png);
  background-position: center right;
  background-repeat: no-repeat;
  position: relative;
  width: 50px;
  border-radius: 60px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-wrapper form .hs-submit {
  position: absolute;
  top: 0px;
  width: 50px !important;
  right: 0px;
}

.form-wrapper {
  position: relative;
  margin-bottom: 35px;
}

.form-wrapper form input[type="submit"]:hover {
  background-image: url(//cdn2.hubspot.net/hubfs/3842979/Retyre_May2019/Images/Send-hover-1.png);
}
.footer-copyright {
  border-top-width: 1px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #f4f5f9;
  border-top-color: #e9eaee;
  border-top-style: solid;
}

.footer-bot-links .hs-menu-wrapper > ul > li {
  padding: 0;
}

.footer-bot-links .hs-menu-wrapper > ul > li > a {
  color: #555555;
  position: relative;
}



.widget-type-custom_widget.copyright-wrapper {
  margin-left: 0;
  float: right;
  text-align: right;
}

.copyright-wrapper p {
  margin: 0;
}

.copyright-wrapper p img {
  width: 22%;
  margin-top: 0;
  padding-left: 3px;
}

.footer-bot-links .hs-menu-wrapper > ul > li {
  float: none !important;
  display: inline-block;
}

.footer-bot-links .hs-menu-wrapper > ul > li:not(:last-child):after {
  content: '|';
}

.footer-bot-links .hs-menu-wrapper > ul > li:not(:first-child) {
  margin-left: -2px;
}

.copyright-wrapper p > a {
  margin-left: -3px;
}

.site-footer {
  background-color: #f4f5f9;
  padding-top: 40px;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-left: 10px;
}

.products-links .hs-menu-wrapper > ul > li:last-child > a {
  font-family: UniSansRegular;
  font-weight: 700;
  line-height: 1.5;
}

.products-links .hs-menu-wrapper > ul > li:last-child {
  padding-top: 25px;
}

.footer-logo > div {
  padding-bottom: 10px;
}

.footer-logo p:first-child {
  margin-top: 16px;
  margin-bottom: 16px;
}

.footer-logo p:last-child {
  margin: 0;
}

.footer-logo {
  padding-bottom: 36px;
}

.footer-logo > p:first-of-type {
  margin-top: 16px;
  margin-bottom: 16px;
}

.footer-logo p {
  margin-top: 16px;
  margin-bottom: 16px;
}
.site-footer .hs-menu-wrapper > ul > li > a {
  position: relative;
}

.site-footer .hs-menu-wrapper > ul > li > a:after, .footer-bot-links .hs-menu-wrapper > ul > li > a:after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #555555;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.45s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.45s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.45s cubic-bezier(1, 0, 0, 1),-webkit-transform 0.45s cubic-bezier(1, 0, 0, 1);
}
.site-footer .hs-menu-wrapper > ul > li > a:hover:after, .footer-bot-links .hs-menu-wrapper > ul > li > a:hover:after{
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);

}
.footer-copyright.lp .footer-bot-links .hs-menu-wrapper > ul > li:not(:last-child) {
  position: relative;
}

.footer-copyright.lp .footer-bot-links .hs-menu-wrapper > ul > li {
  padding-right: 2px;
}

.footer-copyright.lp .footer-bot-links .hs-menu-wrapper > ul > li:not(:first-child) {
  padding-left: 2px;
}


.footer-copyright.lp .footer-bot-links .hs-menu-wrapper > ul > li:not(:last-child):after {
  position: absolute;
  top: 0;
  right: -2px;
}

.no-banner .custom-logo .dark-logo {
  display: block;
}

.no-banner .custom-logo .light-logo {
  display: none;
}

.no-banner .custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child) > a {
  color: rgb(85, 85, 85);
}



.follow-us-wrapper .hs-error-msgs li {
  padding-left: 0;
  padding-top: 0;
}
.footer-container-wrapper {}
.footer-container {}


/* ==========================================================================
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 {
  padding: 10px 15px;
  transition: all 0.3s;
  color: rgb(255, 255, 255);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a span{
  line-height: 27px; 
}



.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
}
.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:1200px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child) > a span:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: #fff;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(1, 0, 0, 1);
    transition: -webkit-transform 0.45s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.45s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.45s cubic-bezier(1, 0, 0, 1),-webkit-transform 0.45s cubic-bezier(1, 0, 0, 1);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child).active > a span:after,
  .custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child):hover > a span:after {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child) {
    padding: 0;
    line-height: 79px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a span {
    padding: 1.15em 2.1em;
    border-radius: inherit;
    border-color: inherit;
    font-size: 1em;
    line-height: 10px;
    position: relative;
    top: 2px;
    left: -2px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    background-color: rgb(32, 166, 223);
    border-color: rgb(32, 166, 223);
    height: 50px;
    border-radius: 50em;
    border-width: 2px;
    padding-left: 3px;
    padding-right: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    margin-top: 25px;
    padding: 0;
    padding-left: 31px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child) > a span {
    position: relative;
    display: inline-block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    padding: 0.5em 0.5em;
    color: #797b86;
    transition: all 0.3s;
    line-height: normal;
    font-size: 16px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a span{
    display: inline-block;
    padding-left: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    line-height: normal;
    padding: 0;
    border-bottom: 1px solid #dcdadb;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover a{
    color: #181b31;
    background-color: #e7eaee; 
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active a{
    color: #181b31;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    min-width: 180px;
    padding: 0px;
    border-top: 3px solid #20a6df;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.07);
    font-size: 16px;
    line-height: 1.5em;
    right: 0;
  }
  .menu-wrapper{
    display: none !important; 
  }
  .widget-type-custom_widget.custom-menu-primary {
    width: auto;
    float: right;
    margin-left: 0;
  }
  .site-header.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child) > a{   
    color: rgb(85, 85, 85);  
  }
  .site-header.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li:not(:last-child){
    line-height: 55px;
  }
  .site-header.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
    margin-top: 13px; 
  }
  .no-banner .header-container {
    min-height: 106px;
  }

}


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

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

@media (max-width: 1199px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 34px;
    right: 0px;
    color: #000;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }


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

  .child-trigger{

    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 54px !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255,255,255,.20);
    text-align: center;
    z-index: 9;
    outline: none;
  }
  .child-trigger i:before {
    content: "\f107";
    line-height: 1;
    font-family: FontAwesome;
    color: #555555;
    font-style: normal;
  }

  .child-trigger i {
    display: inline-block;
    text-align: center;
    position: relative;
    top: 15px;
  }


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

  .custom-menu-primary.js-enabled{
    position: relative;
  }

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

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

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

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{

  }

  /* Level 1 and Higher Menu List Styles */
  .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{
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{

  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{

  }
  .custom-menu-primary.desktop{
    display: none !important; 
  }
  .custom-menu-primary.mobile{
    display: block !important;  
  }
  .menu-wrapper {
    width: 80vw !important;
    height: 100vh; 
    border: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 90;
    box-shadow: none;
    -webkit-transform: translate3d(25vw, 0, 0);
    transform: translate3d(25vw, 0, 0);
    opacity: 0;
    visibility: hidden;
    overflow: visible !important;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform;
    transition-duration: 0.45s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #F6F6F6;
  }

  .mobile-open .menu-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible !important;
    transition-delay: 0.1s;
  }
  .menu-inner{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    height: 80vh;
    position: relative;
    padding-top: 20px;
    top: 12vh;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 15px;
    white-space: nowrap;
    color: #555555;
    transition: all 0.3s;
    font-size: 16px;
    line-height: 24px;
    font-family: "Source Sans Pro custom";
    text-transform: capitalize;
  }


  .custom-menu-primary .hs-menu-wrapper > ul ul {
    border-top: 3px solid #20a6df;
    padding: 15px 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li  a {
    padding: 8px 35px;
    white-space: nowrap;
    color: #555555;
    transition: all 0.3s;
    font-size: 16px;
    line-height: normal;
    font-family: "Source Sans Pro custom";
    opacity: 0.75;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a span {
    padding-left: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li {
    border-bottom: 1px solid #dcdadb;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a span {
    line-height: 24px;
  }
  .mobile-close button {
    display: flex;
    flex-flow: column nowrap;
    position: absolute;
    right: 0;
    top: -20px;
    z-index: 10;
    justify-content: flex-end;
    color: #fff;
    pointer-events: all;
    -webkit-transform: none !important;
    transform: none !important;
    transition: none !important;
    border: 0;
    background-color: transparent;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    padding:0;
    outline: 0;

  }

  .mobile-close button .bars {
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 2.4px solid rgba(255, 255, 255, 0.4);
    border-radius: 50em;
    -webkit-transform: none !important;
    transform: none !important;
    transition: none !important;
    border: 2.4px solid #555555;
  }

  .mobile-close button .bar:first-child, .mobile-close button .bar:last-child {
    display: none;
  }

  .mobile-close button .bar:nth-child(2) {
    -webkit-transform: translateY(2px) rotate(135deg) !important;
    transform: translateY(2px) rotate(135deg) !important;
    transition: none !important;
    width: 22px;
    margin-right: auto;
    height: 2px;
    border-radius: 50em;
    margin-bottom: 4.25px;
    position: relative;
  }

  .mobile-close button .bar:nth-child(2):before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
    background-color: inherit;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .mobile-close button .bar {
    background-color: #555555;
    display: inline-block;
    flex-flow: inherit;
    align-items: inherit;
    justify-content: inherit;
  }
  .widget-type-custom_widget.custom-menu-primary{

    padding-left: 12.4%;
  }
  .mobile-trigger .bars {
    -webkit-transform: none;
    transform: none;
    transition-delay: 0s;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: all 0.45s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    flex-flow: column nowrap;
    align-items: inherit;
    justify-content: inherit;
  }

  .mobile-trigger .bar:first-child, .mobile-trigger .bar:last-child {
    transition-delay: 0.15s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    transition: all 0.3s ease;
  }

  .mobile-trigger .bar {
    width: 20px;
    height: 2px;
    border-radius: 50em;
    margin-bottom: 4.25px;
    position: relative;
    background-color: #000;
    display: block;
    clear: both;
  }

  .mobile-trigger .bar:nth-child(2):before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
    background-color: inherit;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
    background-color: inherit;
  }

  .mobile-trigger .bar:nth-child(2) {
    width: 16px;
  }

  .site-header .row-fluid .page-center > div > div {
    position: relative;
  }

  .mobile-trigger .bar:first-child {
    margin-bottom: 5px;
  }

  #site-wrapper {
    transition: height 0.3s, -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.55s cubic-bezier(0.23, 1, 0.32, 1), height 0.3s;
    transition: transform 0.55s cubic-bezier(0.23, 1, 0.32, 1), height 0.3s, -webkit-transform 0.55s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
  }

  .mobile-open #site-wrapper {
    overflow: hidden;
    background-color: #fff;
    -webkit-transform: translate3d(-80vw, 0, 0);
    transform: translate3d(-80vw, 0, 0);
  }
  .mobile-open .mobile-trigger .bar:nth-child(2):before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    transition: inherit;
    background-color: inherit;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .mobile-open .mobile-trigger .bar:nth-child(2) {
    width: 22px;
    margin-right: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0.1s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  }

  .mobile-open .mobile-trigger .bar:first-child {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  .mobile-open .mobile-trigger .bar:last-child {
    margin-bottom: 0;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  .mobile-open .mobile-trigger .bar:first-child {
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  }

  .mobile-open .mobile-trigger .bar:last-child {
    opacity: 0;
    visibility: hidden;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .custom-menu-primary .hs-menu-wrapper{
    max-height: calc(100vh - 80px);
    overflow-y: auto !important; 
  }
  .site-header.lp .mobile-trigger{
    display: none !important; 
  }
  .no-banner .header-container {
    min-height: 83px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    opacity: 1;
  }
  ul.hs-menu-children-wrapper.open-menu-list {
    display: none !important;
  }

  html.open {
    overflow-y: hidden;
  }
}


/* ==========================================================================
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-title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-family: UniSansRegular;
  font-weight: 700;
  line-height: 1.5;
  font-size: 43PX;
  color: #555555;
}

.hs-error-msgs {
  padding: 0;
  margin: 0;
}
.hs-error-msgs li {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}
.hs-error-msgs label {
  color: red;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.hs-input.invalid.error {
  border-color: #c87872;
}
/* Form Field */
.hs-form-field {
  margin-bottom: 15px;
}

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

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

  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* 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 {
  width: 100%;
  max-width: 500px;
  border: none;
  -webkit-appearance: none;
  display: block;
  border-bottom: 1px solid;
  border-radius: 2px;
  color: #706f6f;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
}

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none;
  background: #00a4e1;
  color: #fff;
  border: 0;
  border-radius: 60px;
  font-size: 16px;
  line-height: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
  white-space: normal;
  outline: 0;
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  font-family: inherit;
  padding-left: 20px;
  padding-right: 20px;
}

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

.hs-banner-area {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #45464A;
}


.hs-banner-area h1 {
  font-family: UniSansRegular;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff !important;
  padding-top: 35px;
}

.hs-banner-area .page-center {
  display: table;
  width: 100%;

  min-height: 450.5px;
  height: 450.5px;
}

.hs-banner-area .inner-wrapper {
  display: table-cell;
  vertical-align: middle;
}

/* Back To Top */

.bc-to-tp {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 10;
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}


.bc-to-tp.btop {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#back-to-top {
  background-color: #20a6df;
  color: #fff !important;
  display: inline-flex;
  width: 45px;
  height: 45px;
  border-radius: 50em;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 30px -2px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  color: #000;
  transition: box-shadow 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
}
#back-to-top:hover{

  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15); 
} 
#back-to-top:hover i{

  -webkit-animation: lqdBackToTopArrow 1s cubic-bezier(0.23, 1, 0.32, 1) both alternate;
  animation: lqdBackToTopArrow 1s cubic-bezier(0.23, 1, 0.32, 1) both alternate; 
}


/* Blog Listing */
.hs-blog-listing .blog-wrap .row-fluid .page-center > div > div.row-fluid {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}



.blog .blog-sidebar {
  border-left: 1px solid #e9eaee;
  padding-left: 15px;
  padding-right: 15px;
}

.blog .blog-sidebar > div:first-of-type {
  margin-bottom: 35px;
}

.blog-sidebar .block h3 {
  font-size: 30px;
  font-family: UniSansRegular;
  font-weight: 700;
  line-height: 1.5;
  color: #555555;
  margin: 1.25em 0 0.75em;
}

.blog-sidebar .widget-module ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.blog-sidebar .widget-module ul > li {
  margin-bottom: 10px;
  padding: 0;
}

.blog-sidebar .widget-module ul > li > a {
  color: #555555;
  transition: all 0.3s;
}

.blog-sidebar .widget-module ul > li > a:hover {
  color: #20a6df;
}

.blog-sidebar > div:last-of-type .block h3 {
  margin-top: -5px;
}
.post-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;

}
.hs-blog-listing .post-body {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.hs-featured-image-wrapper img {
  width: 100%;
}



.post-header {
  padding: 30px 25px 20px 25px;
}

.post-header > h2 {
  font-size: 30px;
  margin-bottom: 0.3em;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-top: 0;
}

.post-header > h2 > a {
  color: inherit;
}

.post-date {
  font-size: 10px;
  white-space: nowrap;
  margin-left: 4em;
  display: inline-block;
  position: relative;
  z-index: 3;
  margin-top: 0.75em;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.post-date:before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 0.1em;
  min-height: 1px;
  left: -4em;
  background-color: #181b31;
  width: 3em;
  margin-top: -0.05em;
  top: 50%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  transition: -webkit-transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
}

.post-summary {
  padding: 0 25px 20px 25px;
  color: rgba(24, 27, 49, 0.55);
}

.post-summary p {
  margin: 0;
}

.post-footer {
  padding: 0 25px 20px 25px;
}

.more-link {
  border: solid 1px #706f6f;
  border-radius: 30px;
  width: 150px;
  height: 50px;
  animation: hover-out .5s forwards;
  text-align: center !important;
  padding: 8px;
  display: inline-flex;
  position: relative;
  transition: all .3s ease; 
}

.more-link > span {
  width: 150px;
  font-size: 16px;
  transition-duration: .5s;
  letter-spacing: 0;
  text-transform: capitalize;
  display: block;
  color: #706f6f;
  display: inline-flex;
  border-radius: inherit;
  border-color: inherit;
  flex-flow: row wrap;
  align-items: center;
  transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  transition: transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875), -webkit-transform 0.3s cubic-bezier(0.22, 0.665, 0.34, 0.875);
  justify-content: center;
}
.more-link:hover:after {
  opacity: 1;
  right: 22px;
}
.more-link:hover > span{
  color: #fff;

}
.more-link:hover {
  width: 170px;
  border: 1px solid #20a6df;
  background-color: #20a6df !important;
  animation: hover .5s forwards;
}

.more-link:after{
  content: url(//cdn2.hubspot.net/hubfs/3842979/Retyre_May2019/Images/Arrow.svg);
  right: 30px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  position: absolute;
  transition: .5s;
  display: inline!important;
}
.post-item-inner:hover .post-date:before {
  transition-delay: 0s;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.post-item-inner{
  position: relative; 
}

.post-item-inner:hover .post-date time {
  -webkit-transform: translateX(-4em);
  transform: translateX(-4em);
  transition-delay: 0.1533333333s;
}

.post-date time {
  display: inline-block;
  margin: 0;
  font-size: 1em;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  color: inherit;
  transition: -webkit-transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
}
.post-hov {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -99999px;
}


.hs-featured-image-wrapper {
  padding-bottom: 5px;
}
.hs-blog-listing .blog-wrap{
  padding-top: 5%; 
}

.blog-topic-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.blog-topic-wrapper ul > li {
  display: inline-block;
  margin-bottom: 13.5px;
  position: relative;
  color: #b8beca;
  cursor: pointer;
  transition: color 0.3s;
  padding: 0;
}

.blog-topic-wrapper ul > li > a {
  display: inline-block;
  font-size: 1.5em;
  color: #b8beca;
  transition: color 0.3s;
}



.blog-topic-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 55px;
}

.blog-topic-wrapper ul > li.active-topic > a {
  color: #555;
}

.blog-topic-wrapper ul > li > a:hover {
  color: #555;
}

.blog-pagination a {
  display: table !important;
}
.blog-pagination{
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 35px;
}

.hs-blog-post .blog-content{
  width: 100%!important; 
}
.post-listing-simple {
  color: #555555;
  font-size: 30px;
  margin-bottom: 0.3em;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-top: 0;
}

.post-listing-simple > a {
  color: inherit;
}
.hs-blog-post .section.post-footer form::before {
  content: "Leave a reply";
  display: block;
  margin-bottom: 20px;
  font-size: 30px;  

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

/* Carausel */
.carousel-item {
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}


.carousel-item img {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  transition: opacity 1s;
  width: 770px;
  height: 648px;
}

.carousel-item figure {
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: box-shadow 0.3s, -webkit-transform 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, transform 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, transform 0.3s, -webkit-transform 0.3s, -webkit-transform 0.3s;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f4f5f9;
}

.carousel-item figure > a {
  display: block;
  position: relative;
  z-index: 2;
}

.carousel-item article {
  padding-bottom: 66.67%;
  margin-top: 3px;
  position: relative;
}

.liquid-blog-item-inner {
  justify-content: flex-end;
  display: flex;
  padding: 25px 5% 40px;
  overflow: hidden;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.liquid-overlay-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.liquid-lp-header > h2 {
  font-size: 48px;
  color: inherit;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1em;
  letter-spacing: -0.05em;
}

.liquid-lp-header > h2 > a {
  color: #fff;
  display: block;
}

.liquid-lp-details {
  font-size: 10px;
  white-space: nowrap;
  margin-left: 4em;
  display: inline-block;
  position: relative;
  z-index: 3;
  margin-top: 0.75em;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.liquid-lp-details > time {
  display: inline-block;
  margin: 0;
  font-size: 1em;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  color: inherit;
  transition: -webkit-transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  color: #fff;
}

.liquid-lp-details:before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 0.1em;
  min-height: 1px;
  left: -4em;
  width: 3em;
  margin-top: -0.05em;
  top: 50%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  transition: -webkit-transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s 0.15s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #fff;
}


.carousel-item {
  padding-left: 15px;
  padding-right: 15px;
}

.hs-blog-listing .blog-wrap .row-fluid .page-center > div:nth-of-type(2) {
  padding-top: 95px;
}
.blog-wrap .row-fluid .page-center > div:nth-of-type(2) {
  padding-top: 95px;
}

.carousel-item article:hover figure {
  box-shadow: none;-webkit-transform: none;transform: none;
}

.carousel-item article figure:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #141622 50%, transparent 100%);
  transition: opacity 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1);
  transition: transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), opacity 0.45s cubic-bezier(0.3, 0.95, 0.5, 1);
  transition: transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), opacity 0.45s cubic-bezier(0.3, 0.95, 0.5, 1), -webkit-transform 0.45s cubic-bezier(0.3, 0.95, 0.5, 1);
}

.carousel-item article:hover figure:after {
  opacity: 0.7;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.carousel-item:hover article .liquid-lp-details:before {
  transition-delay: 0s;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.carousel-item:hover article .liquid-lp-details time {
  transition-delay: 0.1533333333s;
  -webkit-transform: translateX(-4em);
  transform: translateX(-4em);
}

.liquid-lp-details:after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 0.1em;
  min-height: 1px;
  left: -4em;
  bottom: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  transition: -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #fff;
}

.carousel-item article:hover .liquid-lp-details:after {
  transition-delay: 0.15s;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.ld-fancy-heading h2 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.ld-fancy-heading {
  padding-left: 15px;
}

.ld-fancy-heading > h2 {
  padding-left: 9px;
}

.carousel-nav {
  position: absolute;
  bottom: 114%;
  right: 40px;
}

.carousel-nav-circle .flickity-prev-next-button {
  border-radius: 50em;
  border-color: #181b30;
  font-size: 20px;
  width: 35px;
  height: 35px;
  padding: 0;
}
.carousel-nav-circle .flickity-prev-next-button:hover {
  background: #181b30;
}
.carousel-nav-circle .flickity-prev-next-button:hover svg {
  stroke: #fff;
}
.flickity-prev-next-button svg {
  width: auto;
  height: auto;
  position: relative;
  top: auto;
  left: auto;
  stroke: #181b30;
  stroke-width: 1px;
  transition: stroke 0.3s;
}

.carousel-nav-circle .flickity-prev-next-button svg {
  max-width: 50%;
}

.flickity-prev-next-button.previous {
  margin-right: 5px;
  left: 0;
}

.flickity-prev-next-button.next {
  margin-left: 5px;
  right: 0;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button {
  display: inline-flex;
  position: relative;
  top: auto;
  padding: 0;
  border: 1px solid transparent;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.3s;
}


.blog-sidebar .filter-link-count {
  display: none;
}
.hs-blog-listing .post-body.no-image {
  width: 100%;
  padding-left: 0;
  flex-basis: 100%;
}

.hs-blog-listing .post-body.no-image .post-header, .hs-blog-listing .post-body.no-image .post-summary, .hs-blog-listing .post-body.no-image .post-footer {
  padding-left: 0;
}
.blog-single-footer .tags-links {
  margin: 2.5em 0;
  padding: 0;
  font-size: 10px;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  list-style: none;
}

.blog-single-footer > span {
  margin: 2.5em 0;
}

.blog-single-footer .tags-links > a {
  padding: 0.5em 1.5em;
  margin-bottom: 0.5em;
  align-items: center;
  border: 1px solid #16171e;
  color: #16171e;
  opacity: 0.6;
  display: inline-flex;
  margin-right: 0.2em;
}
.blog-sidebar .widget-module ul > li::before, .blog-sidebar .widget-module ul > li::after {
  display: none;
}

.hs-blog-post .section.post-body p {
  margin-top: 0;
}

.hs-blog-post .blog-wrap .row-fluid .page-center > div:nth-of-type(2) {
  padding-top: 80px;
}
.hs-blog-post .post-footer {
  padding: 0;
}

/* Styles that do not fit into any of the available sections above can go here. */

/***** Social Share ********/
.share-links {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.share-links > span {
  margin-right: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.social-icon {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 15px;
  line-height: 1em;
}

.social-icon.social-icon-sm {
  font-size: 14px;
}

.share-links .social-icon {
  display: inline-block;
}

.social-icon li {
  display: inline-block;
  margin-right: 0.3em;
  font-size: 1em;
  line-height: 1em;
  padding: 0;
}

.social-icon li a {
  width: 30px;
  height: 30px;
  background-color: transparent;
  line-height: normal;
  border-radius: 50em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s;
}

.social-icon i {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50em;
  display: inherit;
  justify-content: inherit;
  align-items: inherit;
}

.social-icon [class*=fa-facebook] {
  background-color: #3b5998;
}

.social-icon [class*=fa-twitter] {
  background-color: #1da1f2;
}
.social-icon [class*=fa-pinterest-p] {
  background-color: #bd081c;
}
.social-icon [class*=fa-linkedin] {
  background-color: #0077b5;
}

.social-icon a:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}
footer.blog-single-footer {
  display: flex;
}

footer.blog-single-footer .tags-links {
  padding: 0;
  font-size: 10px;
  line-height: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  list-style: none;
  margin: 2.5em 0;
}
footer.blog-single-footer .tags-links a {
  padding: 0.5em 1.5em;
  margin-bottom: 0.5em;
  align-items: center;
  border: 1px solid #16171e;
  color: #16171e;
  opacity: 0.6;
  display: inline-flex;
  margin-right: 0.2em;
}

footer.blog-single-footer .tags-links a:hover {
  opacity: 1;
}
/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
@media(min-width: 768px){
  .widget-type-custom_widget.footer-logo, .widget-type-custom_widget.pages-links, .widget-type-custom_widget.products-links, .widget-type-custom_widget.follow-us-wrapper {
    width: 50%;
    margin-left: 0;
  } 
  .container-fluid .row-fluid .page-center{
    max-width: 750px;
  } 
  .blog-content {
    width: 75% !important;
  }
  .blog-sidebar{
    width: 25% !important;
    margin-left: 0 !important;
  }
  .blog-topic-wrapper ul > li:not(:last-child) {
    margin-right: 39.3px;
  }
}

@media (min-width: 992px){
  .container-fluid .row-fluid .page-center{
    max-width: 970px;
  } 
  .widget-type-custom_widget.footer-logo, .widget-type-custom_widget.pages-links, .widget-type-custom_widget.products-links, .widget-type-custom_widget.follow-us-wrapper {
    width: 25%;
    margin-left: 0;
  }
  .post-item-inner {
    display: flex;
    flex-flow: row wrap;
  }

  .hs-featured-image-wrapper {
    flex-basis: 50%;
    flex: 1 auto;
  }
  .hs-blog-listing .post-body {
    flex-basis: 50%;
  }
  footer.blog-single-footer {
    flex-flow: row wrap;
    justify-content: space-between;
  }

  footer.blog-single-footer > span {
    max-width: 50%;
  }
}
@media (min-width: 1200px){
  .container-fluid .row-fluid .page-center{
    max-width: 1170px;
  }
  .hs-blog-post .hs-banner-area .page-center {
    height: 87vh;
  }
  .carousel-item {
    width: 66.66666667%;
  }
  .blog-single-footer > span {
    max-width: 50%;
  }
  .hs-blog-post .blog-content > div{
    padding-left: calc(26%);
    padding-right: calc(26%);
    margin-right: calc(-26%);
    margin-left: calc(-26%);
    margin-top: -6.8181818182em;
    background-color: #fff;
    padding-top: 4.3181818182em;
  }
}

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

  }
}


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width: 1229px){
  .footer-logo {
    padding-bottom: 9px;
  }
}


@media(max-width: 1199px){
  .footer-logo {
    padding-bottom: 9px;
  } 
  .site-header{
    background-color: #fff; 

  }
  .custom-logo .dark-logo {
    display: block;
  }

  .custom-logo .light-logo {
    display: none;
  }

  .site-header .row-fluid .page-center {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .custom-logo a {
    padding-top: 22px;
    padding-bottom: 15px;

  }
  .hs-banner-area h1{
    padding-top: 1px; 
  }
  .site-header {
    background-color: #f6f6f6;
  }

  .site-header.scroll-header .custom-logo a {
    padding: 22px 0;
  }

  .site-header.scroll-header {
    height: 83px;
    background-color: #f6f6f6;
    box-shadow: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-top: -1px;
  }
  .blog-topic-wrapper ul > li:last-child{
    margin-left: 0; 
  }
  .hs-blog-post .hs-banner-area .page-center {
    min-height: 580px;
    height: 580px;
  }
  .carousel-item {
    width: 50%;
  }

  .hs-blog-post .blog-content > div{
    padding-top: 4.3181818182em;
    margin-top: 2.5em;
  }
}

@media(max-width: 991px){
  .widget-type-custom_widget.footer-bot-links, .widget-type-custom_widget.copyright-wrapper {
    width: 100%;
    float: none !important;
    text-align: left;

  }
  .site-footer {
    padding-bottom: 44px;
  }


  .widget-type-custom_widget.footer-logo, .widget-type-custom_widget.pages-links, .widget-type-custom_widget.products-links, .widget-type-custom_widget.follow-us-wrapper {
    margin-bottom: 35px;
  }
  .footer-copyright{
    padding-top: 37px; 
  }

  .hs-blog-post .hs-banner-area .page-center {
    min-height: 515px;
    height: 515px;
  }
  .hs-blog-post .hs-banner-area .page-center {
    min-height: 515px;
    height: 515px;
  }

  .hs-blog-post .blog-wrap {

    margin-top: 0px;
  }

  .section.post-body p {
    margin: 0;
  }
  .carousel-item {
    width: 100%;
  }
  .carousel-nav {
    margin-top: 2em !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
  }

  .carousel-nav .flickity-button {
    display: inline-flex !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    right: auto !important;
    -webkit-transform: none !important;
    transform: none !important;
    margin: 0 15px !important;
  }
  footer.blog-single-footer {
    flex-direction: column;
  }
}



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

@media (max-width: 767px) {
  .footer-bot-links .hs-menu-wrapper>ul>li:not(:first-child){
    margin-left: 2px;
  }
  .footer-bot-links .hs-menu-wrapper>ul>li:not(:last-child):after {
    position: absolute;
  }
  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="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    max-width:100%;
  }
  .hs-banner-area h1 {
    font-size: 48px;
    margin-bottom: 12px;
  }


  .site-footer {
    padding-bottom: 45px;
  }

  .widget-type-custom_widget.products-links {
    margin-bottom: 44px;
  }
  .footer-bot-links .hs-menu-wrapper > ul > li{
    float: none !important;
    display: inline-block;
    position: relative;
    width: auto;
  }
  .footer-bot-links .hs-menu-wrapper>ul > li:not(:last-child):after {
    position: absolute;
    top: 0;
    right: -4px;
  }
  .blog-topic-wrapper {
    padding-bottom: 30px;
  }

  .blog-topic-wrapper ul > li {
    margin-bottom: 27px;
    margin-left: 13.5px;
    margin-right: 13.5px;
  }

  .blog-topic-wrapper ul > li:last-child {
    margin-left: 13.5px;
  }
  .hs-blog-listing .post-body{
    padding-left: 0;
    padding-right: 0;
  }
  .blog-sidebar{
    margin-bottom: 35px; 
  }
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;    
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    width: 100%;
    display: inline-block;
    max-width: 300px;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .section.post-body p > img{
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .hs-blog-listing .post-body.no-image {
    padding: 30px 25px 20px 25px;
  }
}  

@media(max-width: 767px) and (min-width: 500px){

  .form-wrapper form {
    width: 60%;
    position: relative;
  } 
}


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

@media (max-width: 479px) {
  .hs-banner-area h1{
    font-size: 38px;
    padding-top: 0;
    margin-top: -14px;
  }
  .footer-copyright {
    padding-top: 35px;
  }
  .copyright-wrapper p img{
    padding-left: 0; 
    vertical-align: middle;
  }

}
@media (max-width: 450px) {
  .liquid-lp-header > h2 {
    font-size: 30px;
  }
}
@-webkit-keyframes lqdBackToTopArrow {
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
  }
  41% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes lqdBackToTopArrow {
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    opacity: 0;
  }
  41% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/*--animations--*/
@-webkit-keyframes tooltippulse {
  0% {transform: translatey(-50%) scale(.9, .9); opacity: 0 }
  50% { opacity: 1; }
  100% { transform:translatey(-50%) scale(1.6, 1.6); opacity: 0; }
}
@keyframes tooltippulse {
  0% {transform: translatey(-50%) scale(.9, .9); opacity: 0 }
  50% { opacity: 1; }
  100% { transform:translatey(-50%) scale(1.6, 1.6); opacity: 0; }
}