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


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

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


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

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

@import url('//fonts.googleapis.com/css?family=Varela+Round&ver=3.1.2');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css?ver=1.0.28');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

[class^="fa-"],
[class*="fa-"],
[class^="fa-"]:before,
[class*="fa-"]:before,
[class^="fab-"],
[class*="fab-"],
[class^="fab-"]:before,
[class*="fab-"]:before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: inherit;
  font-weight: normal;
  speak: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} 
/* 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) */
.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: 1024px) {
  .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; }
@font-face {
    font-family: "Modern Pictograms";
    src: url('//cdn2.hubspot.net/hubfs/1009053/Selworthy_February2019%20Theme/Font/modernpictogramspro_234.woff') format('woff2');
}

/*
@font-face {
    font-family: "Modern Pictograms";
    src: url('/fonts/Noto-Sans/Regular/NotoSans-Regular.eot');
    src: url('/fonts/Noto-Sans/Regular/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Noto-Sans/Regular/NotoSans-Regular.woff2') format('woff2'),
         url('/fonts/Noto-Sans/Regular/NotoSans.woff') format('woff'),
         url('/fonts/Noto-Sans/Regular/NotoSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}  
*/

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

body {
  background: #fff;
  color: #2f2c2c;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
}
body.blog{ 
  color: #757575;
}

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

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


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

/* Basic text */
p {
  margin:0 0 15px 0;
} 
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 {}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #2f2c2c;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1, .h1 { 
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2em;
}
h2 {  
  font-size: 42px;
  line-height: 1.1em;
}
h3 {
  font-size: 30px;  
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 {
  font-size: 24px; 
  font-weight: 400;
  line-height: 1.6;
}
.body-container h4 {
  opacity: .7;
}
h5 {
  font-size: 20px;
}
h6 {
  color: #4cc2c0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.custom-header {
    position: fixed;
}
.custom-header.header-talk .row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:last-child{
  display:none;
}
.book--meeting{
  background-color:#0265C4;
  font-size:18px;
  padding-top:11px;
  padding-bottom:11px;
  padding-left:40px;
  padding-right:40px;
  display:inline-block;
  color:white;
  margin-top:35px;
  cursor: pointer;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border-radius: 50px;
}
.book--meeting:hover{
  background-color:#3886d0;
  color:white;
}
.scheduleTimeBtn .book--meeting {
    box-shadow: rgba(0,0,0,.3) -2px 4px 10px 1px;
}
.small-header .book--meeting{
  margin-top:6px;
}
.symbol {
    font-family: "Modern Pictograms";
    font-size: 1.3em;
    text-transform: none;
}
.heading-title {
  color: #2f2c2c;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif; 
  font-size: 48px;
  font-weight: 400; 
  line-height: 1.2em;
  margin: .5em 0;
}

.heading-decoration {
  position: relative;
  margin-top: 20px;
} 
.heading-decoration > span {
  border-top: 3px solid #4cc2c0;
  border-radius: 10px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  transition: width .4s linear;
}
.heading-decoration .first {
  width: 30px;
}
.heading-decoration .second {
  width: 100px;
}
.crumina-heading:hover .first {
  -webkit-animation: move-short 1.5s infinite linear;
  animation: move-short 1.5s infinite linear;
  width: 0;
}
.crumina-heading:hover .second {
  -webkit-animation: move 1.5s infinite linear;
  animation: move 1.5s infinite linear;
  width: 130px;
} 
.crumina-heading:hover .first {
  -webkit-animation: move-short 1.5s infinite linear;
  animation: move-short 1.5s infinite linear; 
  width: 0;
} 
@-webkit-keyframes move-short {
  100% {
    width: 140px;
    margin-right: 0;
  } 
} 
@keyframes move-short {
  100% {
    width: 140px;
    margin-right: 0; 
  } 
}
.crumina-heading:hover .second {
  -webkit-animation: move 1.5s infinite linear;
  animation: move 1.5s infinite linear;
  width: 130px; 
}

@-webkit-keyframes move {
  100% {
    width: 0; 
  }
} 
@keyframes move {
  100% {
    width: 0;
  }
}
.crumina-heading > *:last-child {
  margin-bottom: 0;
}
.crumina-heading > *:first-child {
  margin-top: 20px;
}
.body-container .crumina-heading > *:last-child {
  margin-bottom: 20px !important;
}
/* Anchor Links */
a {   
  color: #2f2c2c;
  text-decoration:none;
  transition: all 0.15s linear;
}
a:hover,
a:focus {
  color: #4cc2c0;
  text-decoration:none;
} 
/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}
.contactPullSmallImage{
  position: relative;
  height: 1070px;
  text-align: center;
}
.contactPullSmallImage div{
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 500px;
}
.contactPullSmallImage img{
  position: relative;
  width: 438px;
  padding-top: 122px;
  height: 899px;
}
.contactPullImage{
  position: relative;
  height: 1410px;
  text-align: center;
}
.contactPullImage div{
  background-repeat:no-repeat;
  background-position:top center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.contactPullImage img{
  position: relative;
  width: 606px;
  padding-top: 168px;
  height: 1244px;
}
/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


.silverBadgeFooter span{
  display:inline-block;
  float:left;
}
.silverBadgeFooter img{
  width:180px; 
  margin-top:-84px; 
  position:relative; 
  top:30px; 
  left:-30px;
}
.silverBadgeFooter img:last-child{
  top:12px;
}

/* =============== 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-container,  
.footer-container {  
  line-height: 1.5;
}
@media(min-width:801px){ 
  .header-container,  
  .footer-container { 
    font-size: 16px;  
  }
}
/* =============== Header =============== */

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

.span12.widget-span.widget-type-cell.custom-header-wrapper {
  min-height: 111px;
}
.custom-header{
  background-color: #fff;
  left:0;
  padding: 0;
  position: absolute;
  top:0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100% !important;
  z-index: 999;
}
.custom-header{
  position: fixed; 
  -webkit-box-shadow: rgba(0,0,0,.3) 0px 7px 15px 1px;
  -moz-box-shadow: rgba(0,0,0,.3) 0px 7px 15px 1px;
  box-shadow: rgba(0,0,0,.3) 0px 7px 15px 1px; 
}
.scroll .custom-header{
  position: static;
}

.container-fluid .custom-header .page-center {  
  position: relative;
}
.custom-logo {
  padding:12px 0;
}
.custom-logo a{
  display:inline-block;
  vertical-align:middle;
}
.custom-logo img{ 
  
}

/* =============== Header Right =============== */
.blog-filters {
    position:relative;
    z-index:1;
}
#blog-filter-wrap {
    text-align:right;
  margin-bottom:30px;
}
.filter-item {
    position:relative;
    display:inline-block;
    vertical-align:middle;
}
.filter-item + .filter-item {
    margin-left:45px;
}
#blog-filter-wrap .button, .filter-title {
    font-size:15px;
    font-weight:normal;
    text-transform:uppercase;
    letter-spacing:0.095em;
    position:relative;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
}
.filter-title {
    padding:18px 0;
}
.filter-title .symbol {
    font-size:1em;
}
#filter-search .filter-title .symbol {
    font-size:26px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.filter-content {
    max-width:990px;
    width:100vw;
    padding:14%;
    position:absolute;
    right:-20px;
    top:calc(100% + 9px);
    font-size:0;
    visibility:hidden;
    opacity:0;
    transition:0.1s 0.1s;
    background-color: #3e4d50;
    border-color: #3e4d50;
    z-index:100;
}
.filter-content .button {
    margin:15px;
    width:calc((100% - 90px) / 3);
}
.filter-content .button:hover {
    background-color:#4cc2c0;
}
.filter-item:hover .filter-content {
    visibility:visible;
    opacity:1;
    transition:0s;
}
.filter-item:hover .filter-title {
    color:#FFF;
}
.filter-item .filter-title:before {
    display:block;
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    top:50%;
    left:50%;
    background:#3e4d50;
    z-index:-1;
    padding:0 20px 20px 20px;
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    transition:0.1s 0.1s;
    opacity:0;
    visibility:hidden;
}
.filter-item:hover .filter-title:before {
    opacity:1;
    visibility:visible;
    transition:0s;
}
.filter-item:hover .filter-title:after {
    content:"";
    width:40px;
    height:2px;
    background:#4cc2c0;
    display:block;
    position:absolute;
    top:calc(100% + 10px);
    left:50%;
    margin-left:-20px;
    z-index:1;
}
.hs-blog-post #blog-filter-wrap{
  display:none;
}
.filter-item:hover .filter-title:before, .filter-item:hover .filter-title:after, .filter-title:before, .filter-title:after{
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}

#filter-search.filter-item:hover .filter-title:after {
    width:24px;
    margin-left:-12px;
}
#filter-search .filter-content {
    right:auto;
    left:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform:translateX(-50%);
    text-align:center;
    padding:40px;
}
#search-field {
    color:#FFF;
    font-size:30px;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    padding:4px 0;
    width:calc(100% - 50px - 25px);
    margin-right:25px;
    background:none;
    border:none;
    border-radius:0;
    border-bottom:2px solid #FFF;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    display:inline-block;
    vertical-align:bottom;
}
#search-button {
    cursor:pointer;
    color:#0065c8;
    font-size:46px;
    text-align:center;
    line-height:50px;
    width:50px;
    height:50px;
    border:2px solid #4cc2c0;
    border-radius:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    display:inline-block;
    vertical-align:bottom;
    transition:0.2s;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
}
#search-button:hover {
    color:#FFF;
    background:#4cc2c0;
}

#filter-type .filter-content {
    max-width:375px;
}
#filter-type .filter-content .button {
    width:92%;
    display:block;
}

.blog-filters .button {
    border:2px solid;
    box-sizing:border-box;
    cursor:pointer;
    padding:14px 23px 14px;
    letter-spacing:0.095em;
    text-align:center;
    text-decoration:none;
    font-size:21px;
    font-weight:600;
    text-transform:uppercase;
    transition:0.2s;
    display:inline-block;
    zoom:1;
    *display:inline;
    color: #FFF;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
}
.blogSubscribe-newsletter{
  text-align:center;
}
.blogSubscribe-newsletter label, .blogSubscribe-newsletter .heading-decoration{
    display:none;
}
.blogSubscribe-newsletter input[type="email"]{
    width:90% !important;
    border-radius:0px;
    padding: 10px 12px;
    border: 2px solid #4cc2c0;
    background: white;
    margin-top:6px !important;  
}
.blogSubscribe-newsletter .hs-button.primary{
    background: #4cc2c0;
    color: white;
  margin-top: 15px !important;
}
.blogSubscribe-newsletter ul.hs-error-msgs.inputs-list{
  width:50%;
  margin:0 auto;
}
.blog-filters #filter-topic .button, .blog-filters #filter-type .button{
    border-color: #4cc2c0;
}
.blog-filters .filter-item.button{
  border:2px solid #4cc2c0;
  color:#4cc2c0;
  font-weight: normal;
}
.blog-filters .filter-item.button:hover{
  color:white;
  background-color: #4cc2c0;
  border-color: #4cc2c0;
}

.reading-minutes{
  font-size: 14px;
  margin: 5px 0px;
  display: inline-block;
  color: #2f2c2c;
}

.row-fluid .hover_bkgr_fricc, .row-fluid .hover_bkgr_schedule{
    background:rgba(0,0,0,.4);
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
  left: 0;
}
.hover_bkgr_fricc .helper, .hover_bkgr_schedule .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.hover_bkgr_fricc > div, .hover_bkgr_schedule > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width:780px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 5%;
}
.popupCloseButton, .popupCloseButtonSchedule {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 16px;
    line-height: 31px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.popupCloseButton:hover {
}
.hover_bkgr_schedule > div {
    max-width: 1000px;
    min-height: 100px;
    vertical-align: middle;
    width: 100%;
    padding: 15px 1%;
    border-radius: 0px;
    padding: 0px 1%;
}
body.trigger_schedule{
  overflow:hidden;
}
.popupCloseButtonSchedule{
 top:5px;
  right:5px;
}
.row-fluid .hover_bkgr_schedule{
  max-width:100% !important;
  overflow:auto;
}
.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}
.meetings-iframe-container iframe{
  min-height: 704px !important;
  height: auto !important;
}
.blogSubscribe-newsletter form{
  width:100%;
}

.trigger-icon-wrapper{
  background-color: #fff;
  border: 3px solid #2f2c2c;
  border-radius: 50%;
  cursor: pointer;
  height: 70px; 
  position: absolute;
  transition: all .3s ease;
  transition-delay: .3s;
  width: 70px;
  z-index: 35;
  display:none;
}  
.hs-open-icon-wrapper {
  bottom: -35px;
  right: 100px;
}  
.trigger-icon {
  background-color: #f15b26;
  border: 4px solid #fff;
  border-radius: 50%;
  display: table-cell;
  height: 64px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 64px;
}
.trigger-icon a {
  display: block;
}
.trigger-icon span {
  background: #fff;
  border-radius: 10px;
  display: block;
  height: 3px;
  margin: 3px auto;
  position: relative;
  transition: all .3s ease;
}
.trigger-icon.hs-open-icon span:first-of-type {
  width: 25%;
}
.trigger-icon.hs-open-icon span:nth-child(2) {
  width: 50%;
}
.trigger-icon.hs-open-icon span:last-of-type {
  width: 40%;
} 
.trigger-icon.hs-open-icon:hover span {
  width: 70% !important;
} 
.sidebar-active .hs-open-icon-wrapper {
  opacity: 0;
  visibility: hidden;
} 
.hs-close-icon-wrapper {
  left: auto;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 83px;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all .4s ease;
  will-change: transform;
  z-index: 999999;
} 
.sidebar-active .hs-close-icon-wrapper{
  opacity: 1;
  right: calc(500px + -34px);
  -webkit-transform: scale(1);
  transform: scale(1); 
} 
.hs-close-icon.trigger-icon span {
  width: 28px;
}
.hs-close-icon.trigger-icon span:first-of-type {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  top: 5px;
}
.hs-close-icon.trigger-icon span:last-of-type {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: -1px;
}
.overlay {
  background: rgba(47, 44, 44, 0.85);
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity .3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}
.sidebar-active .overlay {
  opacity: .8;
  visibility: visible;
}
.custom-header-right {
  background-color: #fff;
  height: 100vh;
  max-width: 500px;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .4s ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  will-change: transform;
  width: 100%;
  z-index: 9999;
}
.sidebar-active .custom-header-right {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}  
.user-menu-content-wrapper.close-icon span:last-of-type {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.custom-header-right > div+div{
  margin: 0;
  padding: 30px 75px 40px;
}
.custom-header-right > div.custom-sidebar-logo {
  margin: 0;
  padding: 80px 75px 50px;
} 
.custom-header-right > div:nth-child(3) {
  background-color: #f7f9f9;
}
.custom-sidebar-logo img {
  margin-bottom: 15px;
}
.custom-header-right h4{
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3em;
  margin:0 0 20px;
}
.contacts-item {
  margin-bottom: 20px;
}
.contacts-item .icon {
  height: 70px;
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  width: 70px;
}
.contacts-icon {
  max-width: 48px;
  max-height: 48px;
}
.contacts-item img {
  float: left;
  margin: auto 30px auto auto;
}
.contacts-item .content a {
  color: #2f2c2c;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3em;
  margin: .5em 0;
  text-decoration:none;
  transition: all .3s ease;
}
.contacts-item .sub-title {
  color: #757575;
  font-size: 14px;
  margin-bottom: 0;
}
.hs-follow-us h4.heading-title {
  margin-top: 15px;
}
.w-follow-item {
  background-color: #3a589b;
  display: inline-block;
  min-height: 60px;
  padding: 12px 15px 12px 40px;
  position: relative;
  width: 100%;
}
.facebook-bg-color {
  background-color: #3a589b;
}
.twitter-bg-color {
  background-color: #08acee;
}
.linkedin-bg-color {
  background-color: #007bb6;
}
.instagram-bg-color{
  background-color: #3f729b;
}
.social-icon {
  color: #fff;
  font-size: 24px;
  margin-right: 20px;
}
.w-follow-title {
  background-color: inherit;
  color: #fff;
  display: inline-block;
}
.w-follow-add {
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
  height: 100%;
  line-height: 60px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0px;
  width: 60px;
}
.full-block {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.w-follow-add i {
  color: #fff;
  font-size: 15px;
  left: 50%;
  position: absolute;
  top: 53%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.w-follow-add i.plus {
  opacity: 1;
}
.w-follow-add i.check {
  opacity: 0;
} 
/* =============== banner =============== */
.custom-banner-area {
  background-color: #3e4d50;
  background-position: center center;
  color: #fff;
  padding: 30px 0;
  position: relative;
  text-align:center;
} 
.custom-banner-area .row-fluid-wrapper {
  display: block !important;
  position: relative;
  width: 100% !important;
  z-index: 99;
}
.no-banner .body-container {
  padding-top:50px;
}  
.blog .custom-banner-area {
  background-color: #3e4d50;
  background-position: center center;
  color: #fff;
  padding: 30px 0;
  position: relative;
}
.custom-banner-area h1 {
  color: #fff;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2em;
  margin: .5em auto;
  max-width: 800px;
  padding: 0 15px;
  position: relative;
  width: 100%;
}
.custom-banner-area h1.custom-topic{
  text-transform:capitalize;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {
  padding:40px 0 100px;
}
.hs-blog-listing .body-container{
  padding-top:0;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/*body every div margin in the bottom*/
.body-container .main-content,
.body-container .sidebar,
.body-container form{ 
  margin-bottom: 35px; 
}
.blog .body-container form{
  margin-bottom: 0; 
}
body.error-template .body-container,
body.password-template .body-container, 
body.search-template .body-container, 
body.subscription-template .body-container {
  padding: 50px 0 50px 0;
}


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

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

.custom-footer-wrapper {}
.custom-footer {}

.container-fluid .custom-footer .page-center {  
} 
.custom-footer-middel{
  background-color: #3e4d50; 
} 
.container-fluid .custom-footer-middel .page-center {   
  padding: 0;
}  
.hs-footer-middle .info {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  padding: 60px 15px 0px;
}
.hs-blog-post .hs-post-featured-image{
  display:none;
}
.hs-footer-middle .info .heading,
.hs-footer-middle .info .crumina-heading {
  margin-bottom: 23px;
} 
.custom-footer .heading-title {
  color: #fff;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3em;
  margin: 20px 0; 
} 
.custom-footer-link {
  margin-bottom: 60px;
}
.half-width {
  float: left;
  width: 50%;
}
.custom-footer-link .hs-menu-wrapper > ul, .custom-footer-link .hs-menu-wrapper ul{
  font-size: 14px;
  line-height: 1.2;
}
.custom-footer-link .hs-menu-wrapper > ul > li, .custom-footer-link .hs-menu-wrapper ul > li{
  margin-bottom: 1.1em;
  transition: all .3s ease;
}
.custom-footer-link .hs-menu-wrapper > ul > li:hover > a {}
.custom-footer-link .hs-menu-wrapper > ul > li > a, .custom-footer-link .hs-menu-wrapper ul > li > a{
  color: rgba(255, 255, 255, 0.35);
  display: inline-block;
  text-decoration: none;
  transition: all .3s ease;
  width: auto;
}
.custom-footer-link .hs-menu-wrapper > ul > li > a:hover, .custom-footer-link .hs-menu-wrapper ul > li > a:hover{
  color: #4cc2c0;
  margin-left: 10px;
}
.custom-footer-link .hs-menu-wrapper > ul > li i, .custom-footer-link .hs-menu-wrapper ul > li i {
  display: inline-block;
  margin-right: 15px;
  margin-top: 3px;
  width: auto;
}
.custom-footer-link .hs-menu-wrapper > ul > li.active > a{}
.custom-footer-link .hs-menu-wrapper > ul > li:first-of-type > a{
}
.custom-footer-link .hs-menu-wrapper > ul > li:last-of-type > a{}

.custom-footer .contacts { 
  align-items: center;
  display: flex; 
  padding: 40px 0;
}
.custom-footer .contacts >.span6 {
  float: left;
  width: 50%;
}
.custom-footer .contacts-item {
  margin-bottom: 0;
}
.custom-footer .contacts-item .content {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
} 
.custom-footer .contacts-item .content .title {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: 1.5;
  margin: 0;
  transition: all .3s ease;
}
.custom-footer .contacts-item .content .title:hover, .custom-footer .contacts-item .content .title:focus {
  color: #fff;
}
.custom-footer .contacts-item .content .title{
  cursor:text;
}
.custom-footer .contacts-item .content .title[itemprop="email"]{
  cursor:pointer;
}
.custom-footer .contacts-item .content .sub-title {
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.custom-footer-bottom{
  background-color: #121111;
  padding: 62px 0 31px 0;
  position: relative;
}
.custom-copyright{}
.custom-copyright p{
  color: rgba(255,255,255,1);
  font-size: 14px;
  margin:0 0px 0 0;
}  


/*------------- #SUBSCRIBE --------------*/

.subscribe-section {
  background-color: #4cc2c0;
  color: #fff;
  overflow: hidden;
  position: relative;
}  
.form-subscribe .crumina-heading,
.form-subscribe .hs-form-field > label{
  display: none;
}
.subscribe {
  overflow: hidden;
} 
.subscribe .page-center{
  position: relative;
  padding: 74px 15px 77px 15px;
} 
.subscribe .images-block img,
.subscribe .images img {
  opacity: 0;
  position: absolute;
  transition: all 0.8s ease-in-out;
}
.subscribe .images-block img.mail,
.subscribe .images img.mail {
  bottom: -100%;
  left: 0;
} 
.subscribe .images-block img.gear,
.subscribe .images img.gear {
  right: 0px;
  top: 50px;
} 
.subscribe .images-block img.mail-2,
.subscribe .images img.mail-2 {
  bottom: -50px;
  right: -100%;
} 
.active.subscribe .images-block img.mail-2 {
  opacity: 1;
  right: 20px;
} 
.active.subscribe .images-block img.mail {
  bottom: 0px;
  opacity: 1;
} 
.active.subscribe .images-block img.gear {
  opacity: 1;
  transform: rotateZ(360deg);
}
.subscribe .form-subscribe {
  margin: 0 0 25px;
  padding: 0 0 0 101px;
} 
.form-subscribe>* {
  height: 100%;
}
.subscribe .form-subscribe >span,.subscribe .form-subscribe .hs-form {
  display: inline-block;
  width: 100%;
}
.form-subscribe form.hs-form {
  background: transparent;
  left: -1px;
  margin: 0 0 0 auto;
  max-width: 571px;
  padding-right: calc(25.5% + 1px);
  position: relative;
}
.form-subscribe .hs_error_rollup {
  clear: both;
}
.form-subscribe .hs_email.hs-form-field {
  float: left;
  width: 100% !important;
} 
.form-subscribe .hs_submit.hs-submit {
  float: left;
  position: absolute;
  right: 0px;
  top: -2px;
  width: 30%;
}
.form-subscribe input.hs-input {
  background-color: #fff;
  border-color: transparent;
  border-radius: 50px 0 0 50px;
  color: #797676;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 0 0 !important;
  padding: 14px 40px 14px 39px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .form-subscribe input.hs-input { 
    padding: 17.5px 40px 17.5px 39px;
  }
}
.form-subscribe input.hs-input::-webkit-input-placeholder {
  color: #757575;
}   
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
.form-subscribe input.hs-input:focus {
  box-shadow: 17px 0 60px #d3dcdc;
}   
.form-subscribe input.hs-button.primary.large {
  background-color: #2f2c2c;
  border-radius: 0 50px 50px 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  margin: 0 !important;
  outline: 0 none;
  padding: 18px 43px 18px 42px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
} 
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1025px) {

  .children-show .hs-open-icon-wrapper {
    display:none !important;
  }  
  /* =============== Custom Menu Primary =============== */

  /* Parent List */
  .custom-menu-primary{
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper{
    padding: 41px 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul{
    display: block;
    float: right;
    padding:7px 8px 14px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    display: inline-block;
    padding: 0 11px 0; 
    position: static !important;
    vertical-align: middle;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #4cc2c0;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li> a:before {
    border-top: 2px solid #4cc2c0;
    bottom: 6.5px;
    content: '';
    display: block;
    height: 2px;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all .3s linear;
    width: 0%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after { 
    border-top: 2px solid #4cc2c0;
    bottom: 6.5px;
    content: '';
    display: block;
    height: 2px;
    left:0;
    opacity: 0;
    position: absolute;
    right: auto;
    transition: width .3s linear;
    width: 0%;
  } 
  @-webkit-keyframes primary-short {
    0% {
      width: 0; 
    }
    50% {
      width: 40%; 
    }
    100% {
      width: 15%; 
    } 
  }

  @keyframes primary-short {
    0% {

      width: 0; }
    50% {
      width: 40%; 
    }
    100% {
      width: 15%; 
    }
  }

  @-webkit-keyframes primary-long {
    0% {
      width: 100%; 
    }
    50% {
      width: 55%;
    }
    100% {
      width: 80%; 
    } 
  }

  @keyframes primary-long {
    0% {
      width: 100%;
    }
    50% {
      width: 55%;
    }
    100% {
      width: 80%; 
    } 
  } 
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before { 
    -webkit-animation: primary-long .5s linear;
    animation: primary-long .5s linear;
    width: 80%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after {
    -webkit-animation: primary-short .5s linear;
    animation: primary-short .5s linear;
    width: 15%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #2f2c2c;
    font-size: 17px;
    font-weight: 500;
    margin-right: 7px;
    padding: 0 0px 14px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .3s ease;
    vertical-align: middle;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after {
    opacity: 1;
  }
  .hs-blog-post #blog-filter-wrap{
    display:none;
  }
  .pagination-icon {
  text-align: center;
}
.pagination-icon svg {
  position: relative;
  width: 80px;
  height: 80px;
  top: 4px;
}
.pagination-icon .pagination-icon-img {
  margin-bottom: 20px;
  position: relative;
  background: url(//cdn2.hubspot.net/hubfs/1009053/Selworthy_February2019%20Theme/image/load-more-arrow.svg) no-repeat center;
  opacity: .15;
  display: inline-block;
  pointer-events:none;
}
.scroller-status .pagination-icon .pagination-icon-img{
  pointer-events: all;
  cursor:pointer;
}
.pagination-icon .pagination-icon-img.hover svg{
  -webkit-animation: rotate-img 2s infinite linear;
  animation: rotate-img 2s infinite linear;
}
@-webkit-keyframes rotate-img {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-img {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div#infscr-loading, div#infscr-loader.MultipleBlogLoader {
  text-align: center;
  color: #d7d7d7;
  text-transform: uppercase;
  transition: all .3s ease;
  bottom: -120px !important;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height: 120px;
  padding-top: 100px;
  cursor: pointer;
}
div#infscr-loading:hover, div#infscr-loader.MultipleBlogLoader:hover{
  color: #4cc2c0;
}
div#infscr-loading > img, , div#infscr-loader.MultipleBlogLoader > img {
  display: none !important;
}
div#infscr-loading > div, div#infscr-loader.MultipleBlogLoader > div{
  display:inline-block;
}
div#infscr-loading > div > em, div#infscr-loader.MultipleBlogLoader > div > em {
  display: none !important;
}
  .back-to-top {
    position: absolute;
    z-index: 999;
    width: 50px;
    height: 50px;
    display: block;
    fill: #222121;
    stroke: inherit;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    float: right;
    top: 90px;
    right: 0;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
  }
  .back-to-top:hover{
      fill: #4cc2c0
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a .text:after {
    color: #acacac;
    content: '';
    font-family: "FontAwesome";
    font-size: 10px;
    margin-left: 6px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a .text .text:after{
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{}

  .custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type > a{}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type > a{}

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{}

  .custom-menu-primary .hs-menu-wrapper > ul >li>ul.hs-menu-children-wrapper {
    background: #fff;
    background-position: right bottom;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
    display: none!important;
    left: 0 !important;
    margin: 0px auto 0 auto !important;
    padding:0px;
    right: 0 !important;
    top: auto;
    transition: all .4s ease-in-out !important;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li:hover>ul.hs-menu-children-wrapper {
    display:block!important;
    top: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li>ul.hs-menu-children-wrapper .mega-menu {
    display: inline-block;
    padding: 30px 30px 20px;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-menu-depth-2 {
    display: inline-block; 
    float:left;
    min-height: 517px;
    vertical-align: top;
    width: 25%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) ul{
    width: 69%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) ul ul{
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:nth-child(2) ul li.hs-menu-depth-2{
    width: 50%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-menu-depth-2 >a{
    color: #2f2c2c;
    clear: both;
    display: block;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.3em;
    margin: .5em 0;
    padding: 10px 0;
    text-decoration: none;
    transition: all .4s ease-out;
    white-space: normal !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a{}

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

  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    opacity: 1 !important;
    position: static !important;
    visibility: visible !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li{
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    color: #757575;
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 10px 0;
    position: relative;
    text-decoration: none;
    transition: all .4s ease-out;
    white-space: normal !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {
    color: #4cc2c0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover i.menu-item-icon{
    color: #757575;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a i{
    font-size: 24px;
    opacity: 1;
    margin-right: 12px;
    margin-left: 0;
    vertical-align: middle;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a i.seoicon-right-arrow {
    color: #4cc2c0;
    display: inline;
    font-size: 12px;
    line-height: 1;
    margin: 0px 0 0 10px;
    opacity: 0;
    position: relative;
    text-align: center;
    top: 3px;
    transition: all .4s ease;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a .text {
    /* display: inline-block; */
    vertical-align: middle;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover > i.seoicon-right-arrow {
    opacity: 1;
  }
  /* 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;
  }

  .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>ul.hs-menu-children-wrapper .mega-menu .page-center {
  padding: 0;
}
/* =============== Mobile Toggle Menu =============== */

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

.landing-page .custom-logo a.mobile-trigger {
  display: none !important;
} 
.post-item + .post-item::before {
    content: "";
    display: block;
    height: 100%;
    width: 0;
    border-left: 1px solid rgba(151,151,151,0.3);
    position: absolute;
    top: 0;
    left: -2.2%;
}
/* ==========================================================================
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 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; 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 {}


/* ==========================================================================
blog default                                      
========================================================================== */

/* -------------- Default Code for comment ------------ */

.subscribe-options label {
  display: block;
}
.checkbox-row span.fakelabel span {
  float: none;
} 
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body textarea  {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.hs-button.primary,
input[type="submit"],
input[type="button"] { 
  white-space: normal !important;
}
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;
}
#comments-listing {
  border: 1px solid #ccc;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%;
} 
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
} 
.comment-body {
  border-bottom: 0 none; 
  color: #333;
  display: block;
  font-family: arial;
  font-size: 14px;
  line-height: inherit;
  padding: 0;
} 
.comment-reply-to{
  margin-bottom: 15px;
} 
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
} 
.comment-date {
  color: #333 !important;
  display: block !important;
  text-align: left;
} 
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
} 
#comments-listing.no-comments {
  border: none;
}

div#comment-form input.hs-button.primary {
  margin: 20px 0!important;
}


/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data {
  padding: 10px 0;
}
#hubspot-author_data .hs-author-avatar {
  float: left;
  max-width: 70px;
  padding: 0px 10px 10px 0;
}  
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
} 
.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin: 10px 0; 
  padding: 10px 0 2px;
} 
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  background: none;
  list-style-type: none;
  padding: 0;
} 
.blog p#hubspot-topic_data {
  margin: 20px 0;
  display: block;
} 
.blog .blog-sidebar span.filter-link-count {
  display: none;
} 
a.more-link {
  display: inline-block;
  margin: 10px 0;
  vertical-align: middle;
}

.blog-pagination {
  display: inline-block; 
  width: 100%;
}
.blog-pagination a { 
}  
.post-body li {
  list-style-position: inside;
}
.blog .blog-sidebar ul {
  display:block;
  margin-bottom:15px; 
}
.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  padding: 10px 0;
}

div#infscr-loading {
  bottom: -50px;
  clear: both !important;
  display: table !important;
  position: absolute;
  width: 100%;
}
div#infscr-loader.MultipleBlogLoader{
  width: 100%;
  padding-top: 10px;
  bottom: 0px !important;
  height: auto;
}
div#infscr-loader.MultipleBlogLoader.MultipleBlogLoadedAll{
  display:none;
}
#BlogMultipleContainer{
  display:none;
}
#BlogMultipleContainer:nth-child(1), #BlogMultipleContainer:nth-child(2){
  /*display:block;*/
}
body .hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.hs-contact .custom-footer-subscription input[type="email"], .blog .custom-footer-subscription input[type="email"]{
  padding: 17px 40px 16px 39px;
  margin-top: 0px !important;
}
.hs-contact .custom-footer-subscription .form-subscribe input.hs-button.primary.large, .blog .custom-footer-subscription .form-subscribe input.hs-button.primary.large{
  margin-top: 2px !important;
}
.custom-footer-subscription .subscribe-title{
  color: white;
}

ul.hs-error-msgs.inputs-list li ,
div#custom-post-share ul li,
div#custom-post-share ul li,
.blog .blog-sidebar ul li,
body .hs-menu-wrapper ul li{
  padding: 0;
} 
div#custom-post-share ul li:after,
div#custom-post-share ul li:before,
.blog .blog-sidebar ul li:after,
.blog .blog-sidebar ul li:before,
.hs-menu-wrapper ul li:after,
.hs-menu-wrapper ul li:before,
ul.hs-error-msgs.inputs-list li:before,
ul.hs-error-msgs.inputs-list li:after {
  display: none;
} 
/* -------------------- Ends ----------- */


/* ==========================================================================
blog listing                                    
========================================================================== */

.blog.hs-blog-listing { 
}
.blog .post-listing{}

.blog .post-item .left-col {
  color: #a7a7a7;
  display: table;
  float: left;
  font-size: 14px;
  text-align: left;
  width:45px;
} 
.post-author img {
  border-radius: 100%;
  display: block;
  margin: 5px 0px 10px;
  max-width: 40px;
} 
a.author-link {
  color: #2f2c2c;
  font-size: 14px;
  text-decoration: none;
} 
a.author-link:hover {
  color: #4cc2c0;
}
.blog .post-item .right-col { 
  float: left;
  padding-left: 10px;
  width: calc(100% - 76px);
}
.blog .post-item .custom-category{
  display:block;
  clear:both;
}
.blog .post-item .custom-category a{
  display:inline-block;
  font-size: 13px;
}
div#custom-post-meta {
  margin-bottom: 15px;
}
.seoicon-tags{
  vertical-align:-3px;
}
div#custom-post-meta span {
  background-color: transparent;
  border-radius: 50px;
  color: #a7a7a7;
  display: inline-block;
  font-size: 14px; 
  padding: 0;
  vertical-align: bottom;
}
div#custom-post-meta span:not(:last-of-type) {
  margin: 0 30px 0 0;
}
div#custom-post-meta i {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  margin-right: 10px;
  transition: all .3s ease;
  vertical-align: middle;
}
div#custom-post-meta a {
  color: #a7a7a7;
  display: inline-block;
  text-decoration:none;
  vertical-align: bottom;
}
div#custom-post-meta a:hover {
  color: #4cc2c0;
}
.post-author a {
  display: block;
}
.blog .post-item{ 
  background-color: #fff;
  margin-bottom: 30px;
  padding: 10px 10px;
  position: relative;
}
.blog .custom-hs-post-item  {
  padding-left: 15px;  
}
.custom-featured-image-wrapper{
  display: block;
  /*box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);
  margin: 0 auto 60px;
  max-width: 900px;
  width: 100%;
  */
  position: relative;
  text-align: center;
  /*border: 1px solid #f3f3f3;*/
  padding: 10px;
  margin-bottom: 25px;
}
.custom-featured-image-wrapper .hs-featured-image-wrapper {
  overflow: hidden;
  position: relative;
  
}
.hs-featured-image-wrapper img.hs-featured-image{ 
  border-width: 0;
  /*display: block !important;
  float: none;
  height: auto;
  margin: 0;
  max-height: 100%;
  max-width: 100%;
  width: 100%;*/
}
.hs-featured-image {
    float:none;
    margin: 0 auto;
    max-width:initial;
    height: 223px;
}

@media (min-width:1200px ) {
	/*.hs-featured-image-wrapper img.hs-featured-image {
		height: 576px;
		object-fit: cover;
	}
	
	.hs-blog-listing .hs-featured-image-wrapper {
		width:900px;
		height:576px;
	}*/
}

@media (max-width:1199px) and (min-width:992px) {
	/*.hs-featured-image-wrapper img.hs-featured-image {
		height: 560px;
		object-fit: cover;
	}
	.hs-blog-listing .hs-featured-image-wrapper {
		width:860px;
		height:560px;
	}*/
}

@media (max-width:991px) and (min-width:777px) {
	/*.hs-featured-image-wrapper img.hs-featured-image {
		height:396px;
		object-fit: cover;
	}
	.hs-blog-listing .hs-featured-image-wrapper {
		width:605px;
		height:396px;
	}*/
}

@media (max-width:776){
	/*.hs-featured-image-wrapper img.hs-featured-image {
		height:auto;
		object-fit: unset;
	}*/
}

.hs-featured-overlay {
  background: rgba(17, 17, 17, 0.7);
  bottom: 0;
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease;
}  
.hs-featured-image-wrapper:hover .hs-featured-overlay {
  opacity: 1; 
}
.hs-featured-image-wrapper .link-post,
.hs-featured-image-wrapper .link-image {
  color: #fff;
  cursor: pointer;
  font-size: 36px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  text-decoration:none;
  transform: translate(75%, -50%);
  -webkit-transform: translate(75%, -50%);
  -ms-transform: translate(75%, -50%);
  transition: all .6s ease;
  z-index: 50;
}
.hs-featured-image-wrapper .link-post{
  left: auto;
  right: 0%;
  transform: translate(-75%, -50%);
  -webkit-transform: translate(-75%, -50%);
  -ms-transform: translate(-75%, -50%);
}
.hs-featured-image-wrapper:hover .link-image {
  opacity: 1;
  left: 50%;
} 
.hs-featured-image-wrapper:hover .link-post{
  opacity: 1;
  right: 50%;
}
.hs-featured-image-wrapper a:hover{
  color: #4cc2c0;
}
.custom-post-content-wrapper{}

.blog .hs-post-date {}

.blog .post-item .post-header h2 { 
  color: #2f2c2c;
  display: block;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0 0 15px;
  text-transform: capitalize;
  text-align: center;
}
.blog .post-item .post-header h2 a  {  
  color: #2f2c2c;
  text-decoration:none;
}
.blog .post-item .post-header h2 a:hover  { 
  color: #4cc2c0;
  text-decoration:none;
}
.custom-hs-post-item .post-body p{
  font-size:18px;
  font-family: 'Lato', sans-serif;
  line-height: 1.5em;
  font-weight:300;
  margin-bottom:12px;
  text-align:justify;
}

a.more-link {
  background-color: #2f2c2c;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  margin: 10px 0 30px;
  padding: 12px 35px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s ease;
  text-transform: none;
  vertical-align: middle;
}
a.more-link i {
  display: inline;
  font-size: 12px;
  margin-left: 10px;
  vertical-align: middle;
}
a.more-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  left: 0;
  top: 0;
  position: absolute;
  transition: all .3s ease;
}
a.more-link:hover{
  background-color: #4cc2c0;
  color: #fff;
}
a.more-link:hover:after {
  box-shadow: 9px 9px 9px 0 rgba(47, 44, 44, 0.2);
} 
.blog-pagination {
  display: inline-block;
  padding: 17px 0 16px 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.blog-pagination>div {
  display: inline-block;
  vertical-align: middle;
}
.blog-pagination a {
  background-color: #f7f9f9;
  border: 2px solid transparent;
  border-radius: 100%;
  color: #757575;
  display: inline-block;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  margin: 0 12px 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease;
  width: 60px;
  float: left;
} 
.blog-pagination a:hover { 
  color: #4cc2c0;
}
.blog-pagination a.active {
  background: transparent;
  border-color: #4cc2c0;
  color: #4cc2c0;
}
.btn-prev {
  cursor: pointer;
  display: block;
  fill: #e1e1e1;
  height: 64px;
  position: absolute;
  stroke: inherit;
  transition: all .2s ease-in;
  width: 64px;
  z-index: 10;
}
.btn-prev:hover,
.btn-next:hover{
  fill: #4cc2c0;
}
.blog-pagination a.prev-link:hover .btn-prev {
  right: 2px;
}
.blog-pagination a.prev-link {
  background: transparent;
  margin: 0 30px 0 0px ;
}
.blog-pagination a.prev-link .btn-prev {
  top: 50%; 
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.blog-pagination a.next-link {
  background: transparent;
  margin: 0 0px 0 30px;
}
.btn-next {
  cursor: pointer;
  display: block;
  fill: #e1e1e1;
  height: 64px;
  position: absolute;
  stroke: inherit;
  transition: all .2s ease-in;
  width: 64px;
  z-index: 10;
}
.btn-next {
  top: 50%; 
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
} 
.blog-pagination a.next-link:hover .btn-next {
  left: 2px;
}
/* ==========================================================================
blog post                                    
========================================================================== */

.blog-post-wrapper {
  padding: 0px;
}
img.hs-post-featured-image {
  /*box-shadow: 24px 50px 60px rgba(0, 0, 0, 0.3);*/
  max-width: 900px;
  margin-bottom: 60px;
  /*width: 100%;*/
}
.blog.hs-blog-post .section.post-header h1 {
  color: #2f2c2c;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 42px; 
  line-height: 1.1em;
  font-weight: 400;
  margin: .5em 0;
}
.blog-post-wrapper .post-body {
  border-bottom: 1px solid #f7f9f9;
  color: #757575;
  font-size: 18px;
  margin-bottom: 30px;
  padding-bottom: 30px;
} 
.hs-blog-post .post-author img {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.blog.hs-blog-post div#custom-post-meta span {  
  vertical-align: middle;
}
.blog.hs-blog-post div#custom-post-meta > span { 
  margin-bottom: 10px; 
}
.blog.hs-blog-post div#custom-post-meta a.author-link { 
  color: #2f2c2c;
  vertical-align: middle;
}
.blog.hs-blog-post div#custom-post-meta a.author-link:hover { 
  color: #4cc2c0;
}
.social-icons.socials {
  display: block;
}
.socials .label { 
  color: #757575;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; 
  position: relative;
  top: 2px;
}
.socials a {
  background: none;
  cursor: pointer;
  display: inline-block;
  margin-left: 0;
  opacity: .7;
  padding: 1px 6px;
  transition: opacity .2s ease-in;
  vertical-align: middle;
} 
.socials a:hover {
  opacity: 1;
}
.socials .social__item {
    margin-right:2px;
    cursor: pointer;
    opacity: 1;
}
.socials .social__item img {
  height: 48px;
}
.custom-copyright .socials{
    display: inline-block;
    float: right;
    margin-top: -5px;
    margin-right: 0;
}
.custom-copyright p{
  display: inline-block;
  margin-top: 20px;
}
.custom-copyright p.copyrightSmallText{
  display: block;
  margin-top:50px;
  color: #b3b3b3;
}
.custom-footer-link .half-width{
  width:33%;
}

.tags-wrap {
  margin-bottom: 10px;
  padding-top: 30px;
}
.tags-wrap a {
  border: 2px solid #dddede;
  border-radius: 50px;
  color: inherit;
  float: left;
  font-size: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  transition: all .3s ease;
} 
.tags-wrap a:hover {
  background-color: #4cc2c0;
  border-color: #4cc2c0;
  color: #fff;
}
.custom-post-pagination.clearfix {
  display:block;
  margin-top: 80px; 
  padding: 0 0 80px;
  position: relative;
  width:100%;
} 
.custom-post-pagination a {
  position: relative;
  transition: all 0.15s linear;
} 
.custom-post-pagination a.previous-posts-link{
  float: left;
  text-align: left;
}
.custom-post-pagination a.next-posts-link {
  float: right;
  text-align: right;
}
.custom-post-pagination a.previous-posts-link:hover {
  left: 2px;
}
.custom-post-pagination a.next-posts-link:hover {
  right: 2px;
} 
.custom-post-pagination .btn-prev,
.custom-post-pagination .btn-next {
  display: inline-block;
  position: static;
  -webkit-transform: translate(0%);
  transform: translate(0%);
  vertical-align: middle;
}
.custom-post-pagination .btn-prev {
  left: auto;
  margin-right: 35px;
  position: relative;
  -webkit-transform: none;
  transform: none;
}
.custom-post-pagination .btn-next  {
  left: auto;
  margin-left: 35px;
  position: relative;
  -webkit-transform: none;
  transform: none;
}
.custom-post-pagination .btn-content {
  display: inline-block;
  vertical-align: middle;
} 
.custom-post-pagination .btn-content .btn-content-title {
  color: #2f2c2c;
  font-size: 18px;
  text-transform: uppercase;
  transition: all .3s ease;
} 
.custom-post-pagination a:hover .btn-prev,
.custom-post-pagination a:hover .btn-next {
  color: #4cc2c0;
  fill: #4cc2c0;
}
.custom-post-pagination a:hover .btn-prev {
  margin-right: 33px;
}
.custom-post-pagination a:hover .btn-next {
  margin-left: 33px;
}
.custom-post-pagination a:hover .btn-content .btn-content-title {
  color: #4cc2c0;
}
.custom-post-pagination .btn-content .btn-content-subtitle {
  font-size: 14px;
  margin-bottom: 0;
  color: #757575;
  transition: all .3s ease;
}
.custom-post-pagination a:hover .btn-content .btn-content-subtitle {
  color: #2f2c2c;
}
.hs-recaptcha {
  margin: 20px 0; 
} 
.hs-author-social-section {
  margin-top: 10px;
}
/* ==========================================================================
blog sidebar
========================================================================== */
.blog .blog-sidebar {}

.blog .blog-sidebar .widget-span {
  margin-bottom: 40px;
}

.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar h3.form-title,
.blog .blog-sidebar .hs_cos_wrapper_type_google_search form.hs-form label  { 
  color: inherit;
  display: block ;
  font-family: inherit;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin: 20px 0 10px;
} 

/* ==========================================================================
all post page                                        
========================================================================== */

div.post-listing-simple .post-item {
  float: none;
  margin: 0px 0px 20px 0;
  max-width: none;
  min-height: 0 !important;
  padding:0;
  width: 100% !important;
}
div.post-listing-simple .post-item h2{
  color: inherit;
  display: block ;
  font-family: inherit;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin: 20px 0 10px;
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */

body .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0
}
.one-column .body-container form {
  width: 50% !important;
}
.one-column.blog .body-container form{
  width:100% !important;
}
#email-prefs-form .email-edit { 
  max-width: 100%  !important;
}
div#comment-form input.hs-button.primary {
  margin-top: 20px;
}

body .hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0
}
body .hs-menu-wrapper ul li{
  padding: 0;
}
.hs-menu-wrapper ul li:after,
.hs-menu-wrapper ul li:before,
ul.hs-error-msgs.inputs-list li:before {
  display: none;
} 
/* =============== Global Form Styles =============== */

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

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

/* Labels and Legends */
label { 
  color: #757575;
  display:block;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin:0 0 8px 0;
}
.hs-form-required{
  color: #790000;
  margin-left: 4px;
}
.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 {
  background-color: #f7f9f9;
  border: 1px solid transparent;
  border-radius: 50px;
  color: #757575;
  display: inline-block;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1.5;
  margin: 0 0 15px 0 !important;
  outline: 0 none;
  padding: 4px 4px;
  position: relative;
  transition: all .3s ease;
  width: 100% !important;
}
input.hs-input.hs-search-field__input {
  margin: 0 !important;
}
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 {
  box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}

/* 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 */
ul.hs-error-msgs.inputs-list{ 
  background-color: rgba(255,223,224,.25);
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  margin:5px 0 ;
  padding:6px 0 !important;
}
.hs-error-msgs label{  
  color: #790000;
  display: block;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
  font-size: 13.008px;
  letter-spacing: normal;
  line-height: 1.5;
  margin: 0;
  padding: 5px 4px;
}
.hs-input.error {
  border-color: #790000;
}

/* 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"] {
  -webkit-appearance: none;
  background-color: #f7f9f9;
  border: 0;
  border-radius: 50px;
  box-shadow: none;
  color: #757575;
  cursor: pointer;
  display: inline-block;
  font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
  font-size: 16px;
  line-height: 1.5; 
  margin: 36px 0 0;
  outline:0 none;
  padding: 20px 40px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all .3s ease;
  width: auto;
}

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

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus  {
  box-shadow: 25px 20px 20px -15px rgba(0, 0, 0, 0.3);
}


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



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


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

@media (max-width: 1199px) {

  .container-fluid .row-fluid .page-center { 
    max-width: 965px; 
  }
  .container-fluid .custom-header .page-center {
    max-width: 100% !important; 
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li  > a{   
    font-size: 16px; 
  }
  /* subscribe */

  .subscribe .page-center{
    padding: 73px 15px 77px 15px;
  }
  .subscribe .images-block img.mail,
  .subscribe .images img.mail {
    width: 11%;
  }
  .form-subscribe.subscribe-form {
    margin-left: 0 !important;
    padding: 0;
    width: 100% !important;
  }
  .subscribe .images-block img.gear,
  .subscribe .images img.gear {
    right: -20px; 
  }
  .form-subscribe form.hs-form { 
    max-width: 100%; 
  }
}

@media (max-width: 1024px) {
.silverBadgeFooter img{
    left: 85px;
  }
  .custom-logo {
    float: none !important;
    margin: 0 !important; 
    width: 100% !important;
  }
  .hs-footer-middle .info { 
    padding: 40px 15px 0px;
  }
  .custom-footer .contacts-item .content .title { 
    font-size: 16px; 
  }
  .custom-footer .contacts-item .content .sub-title { 
    font-size: 13px; 
  }  
  .w-follow-item { 
    padding: 15px; 
  }
  .custom-post-pagination .btn-content{
    display: none;
  }
  /* subscribe */
  .subscribe .page-center{
    padding: 72px 15px 170px;
  }
  /*============================================= 
  Menu resert
  ============================================= */ 


  .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{
    background-image: none;
    background-color: transparent;
    border: 0px;
    bottom: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    color:#fff;
    display: block;
    float: none;
    font-weight: normal;
    height: auto;
    left: auto;
    line-height: 1;  
    margin: 0px;
    max-width: none;
    padding: 0px;
    position: static;
    right: auto;
    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    top: auto;
    width: 100%;
  }   
  /* ===== Mobile Toggle Button ===== */
  .custom-header{
    position:absolute;
  }
  .mobile-trigger{
    background: transparent;
    color: #2f2c2c;
    cursor: pointer;
    display: inline-block !important;
    float: right;
    height: 46px;
    margin: 14px 0 0 0;
    padding-right: 70px;
    position: relative;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    transition: color .3s linear, background .3s linear;
    width: auto;
  }
  .mobile-trigger:focus{ 
    color: #2f2c2c;  
  } 
  .mobile-trigger:hover{ 
    color: #4cc2c0;
    text-decoration: none;  
  } 
  .hs-open-icon-wrapper {
    bottom: -37px; 
  } 
  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    text-decoration: none;  
  }
  .mobile-trigger .mob-menu--title {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-right: 19px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    top: 2px;
    vertical-align: middle;
    width: auto;
  }
  .menu-icon-wrapper {
    display: inline-block;
    height: 34px;
    position: relative;
    text-align: left;
    transition: 0.1s;
    vertical-align: middle;
    width: 34px;
  } 
  .menu-icon-wrapper svg {
    left: -33px;
    position: absolute;
    top: -33px;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .menu-icon-wrapper.scaled {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  .menu-icon-wrapper svg path {
    fill: transparent;
    stroke: #2f2c2c;
    stroke-width: 30px;
    stroke-linecap: round;
    transition: all .45s ease;
  }
  .mobile-open .menu-icon-wrapper svg path:nth-child(1) {
    stroke-dashoffset: 5803.15 !important;
    stroke-dasharray: 2901.57, 5258.15, 240 !important;
  } 
  .mobile-open .menu-icon-wrapper svg path:nth-child(2) {
    stroke-dashoffset: 800 !important;
    stroke-dasharray: 400, 600, 0 !important;
  } 
  .mobile-open .menu-icon-wrapper svg path:nth-child(3) {
    stroke-dashoffset: 6993.11 !important;
    stroke-dasharray: 3496.56, 6448.11, 240 !important;
  }
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    border-left: 1px solid #f0f0f0;
    color: #acacac;
    cursor: pointer;
    display: block !important;
    font-family: "FontAwesome";
    font-size: 14px;
    height: 48px !important;
    line-height: 54px;
    margin-left: 6px; 
    padding: 0 !important;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 0px;
    width: 60px !important;
  }
  .child-trigger:hover{
    color: #4cc2c0;
    text-decoration: none;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul> li:hover > .child-trigger{
    color: #4cc2c0; 
  } 
  .child-trigger i{
    font-style: normal;
  }
  .child-trigger i:after{
    content: ''; 
  }
  .child-trigger i, .child-trigger i:after{ 
  }
  .child-trigger i:after{ 
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{ 
  } 
  .mobile-open .hs-open-icon-wrapper.trigger-icon-wrapper {
    display: none;
  }
  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    background-color: #fff;
    left: 0;
    margin: -3px 0 0 0 !important;
    position: absolute;
    width: 100% !important;
  }
  .mobile-open .custom-menu-primary.js-enabled{ 
  }


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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary .hs-menu-wrapper{
    -webkit-overflow-scrolling: touch;
    clear: both;
    left: 0;
    margin: 20px 0 38px 0;
    max-height: 50vh !important;
    overflow-y: scroll;
    position: relative;
    top: 0;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%;  
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    -webkit-overflow-scrolling: touch;
    clear: both;
    left: 0;
    margin: 20px 0 38px 0;
    max-height: 50vh !important;
    overflow-y: scroll;
    position: relative;
    top: 0;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%;  
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {  
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{ 
    padding: 0 7px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li:first-child > a {
    border-top:1px solid #f0f0f0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li  > a{  
    border-bottom: solid 1px #f0f0f0;
    color: #2f2c2c;
    display: block;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 12px 20px;
    position: relative;
    text-align: left;
    text-transform: capitalize;
    transition: all .3s ease;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul> li:hover > a{
    color: #4cc2c0;
  }
  /* 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> li >ul {
    padding: 30px 30px 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{  
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-menu-depth-2 .child-trigger{
    display: none!important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-menu-depth-2 >a{
    color: #2f2c2c;
    clear: both;
    display: inline-block !important;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.3em;
    margin: .5em 0;
    padding: 10px 0;
    text-decoration: none;
    transition: all .4s ease-out;
    width: auto !important;
    white-space: normal !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a{ 
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a{}

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    display: block!important;
    margin-bottom: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li{
    width: 100%;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
    color: #757575;
    display: inline-block !important;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 6px 0;
    padding: 11px 0 10px 0;
    position: relative;
    text-decoration: none;
    transition: all .4s ease-out;
    width: auto !important;
    white-space: normal !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {
    color: #4cc2c0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a * {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a i{
    font-size: 24px;
    opacity: 1;
    margin-right: 15px;
    margin-left: 0;
    vertical-align: middle;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a i.seoicon-right-arrow {
    color: #4cc2c0;
    display: inline;
    font-size: 12px;
    line-height: 1;
    margin: 0px 0 0 10px;
    opacity: 0;
    position: relative;
    text-align: center;
    top: 3px;
    transition: all .4s ease;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a .text { 
    position: relative;
    top: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover > i.seoicon-right-arrow {
    opacity: 1;
  }
  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{ 
  } 

}

@media (max-width: 991px) {

  .silverBadgeFooter img{
    margin-top:0px;
    top: 0px;
    left: 0px;
  }
  .container-fluid .row-fluid .page-center { 
    max-width: 710px; 
  } 
  .custom-menu-primary.js-enabled .hs-menu-wrapper { 
    margin: 3px 0 55px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-menu-depth-2 >a { 
    font-size: 18px; 
  } 
  .half-width {
    float: none;
    width: 100%;
  } 
  .custom-footer-bottom { 
    padding: 60px 0 30px 0; 
  }
  .custom-copyright p { 
    margin: 0 0px 10px 0;
  }
  .hide-mobile-heading{
    display:none;
  }
  .custom-footer-link .half-width {
      width: 100%;
      text-align: center;
  }
  .custom-copyright .socials{
    float: none;
    display: block;
    text-align: center;
    margin-top: 37px;
  }
  .custom-footer .contacts-item .content{
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .contacts-item .icon {
      margin-right: 0;
      display: block;
      text-align: center;
      margin: 0 auto;
  }
  .custom-copyright p.copyrightSmallText{
    margin-top:30px;
  }
  .custom-copyright p {
      margin: 0 0px 20px 0;
      text-align: center;
      display: block;
  }
  .back-to-top{
    top:0;
  }
  .silverBadgeFooter img {
      margin-top: 0px;
      top: 0px;
      left: 0px;
      display: block;
      margin: 0 auto;
      margin-bottom: 0px;
  }
}

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

  .custom-logo {
    padding-bottom: 3px;
  }
  .hs-open-icon-wrapper {
    bottom: -50px;
  }
}
@media (max-width: 800px) {
  body {
    font-size: 14px;
  } 
  .custom-banner-area h1 { 
    font-size: 40px;
  }
  .body-container {
    padding: 35px 0;
  }
  .blog-post-wrapper .post-body { 
    font-size: 14px; 
  }
  .custom-footer .heading-title {
    font-size: 28px;
    margin: 20px 0 18px 0;
  }
  .heading-decoration { 
    margin-top: 17px;
  }
  .hs-follow-us h4.heading-title {
    font-size: 28px; 
    margin-top: 14px;
  }
  .blog.hs-blog-post .section.post-header h1 { 
    font-size: 36px; 
  }

  /* subscribe */
  .images-block img.gear,
  .subscribe .images img.gear {
    top: 10px;
  }
}

@media (max-width: 767px) and (min-width: 571px) {
  .mobile-open .custom-logo {
    padding: 30px 0 17px 0;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    margin: 3px 0 70px 0;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {

  .container-fluid .row-fluid .page-center {
    max-width: 100%;
  } 
  .custom-logo {
    padding: 30px 0 33px 0;
  }
  .mobile-trigger { 
    margin: 14px 0 0 0;
    padding-right: 20px;
  }
  .hs-open-icon-wrapper {
    bottom: -21px;
  }
  .trigger-icon-wrapper { 
    height: 50px; 
    width: 50px; 
  }
  .trigger-icon { 
    border: 2px solid #fff;
    height: 44px; 
    width: 44px;
  } 
  .hs-close-icon.trigger-icon span {
    width: 20px;
  }
  .sidebar-active .hs-close-icon-wrapper { 
    right: 15px; 
    top: 15px;
  }
  .custom-header-right > div.custom-sidebar-logo { 
    text-align: center;
  }
  .custom-sidebar-logo img {
    margin-bottom: 15px;
    margin-right: 15px;
  } 
  .custom-banner-area h1 { 
    font-size: 36px; 
  }
  .hs-footer-middle .info {
    padding: 40px 15px 0px;
  }
  .hs-footer-middle .info .heading, 
  .hs-footer-middle .info .crumina-heading {
    margin-bottom: 22px;
  }
  .custom-footer-link {
    margin-bottom: 30px;
  }
  .custom-footer .contacts-item .content .title { 
    margin-top: -1px;
  } 
  .custom-footer-bottom {
    padding: 30px 0;
  }
  .blog .blog-sidebar {
    padding-top:50px;  
  }
  .one-column .body-container form {
    width: 100% !important;
  }  
  .blog .post-item .left-col { 
    display: block;
    float: none; 
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
  }
  .blog .custom-hs-post-item {
    padding-left: 0;
  }
  .post-author img { 
    float: left;
    margin-right: 20px;
  }
  .blog .post-item .right-col {
    display: inline-block;
    float: none;
    padding-left: 0;
    width: 100%;
  }
  /* subscribe */

  .subscribe .images-block img.mail,
  .subscribe .images img.mail {
    width: 35%;
  } 
  .active.subscribe .images-block img.mail {
    bottom: 0;
    left: 15px;
  } 
  .subscribe .images-block img.gear, 
  .subscribe .images img.gear {
    right: 15px;
    top: 10px;
  }
  .form-subscribe form.hs-form { 
    padding-right: 30%; 
  }
  .form-subscribe input.hs-button.primary.large { 
    padding: 18px 23px 18px 22px; 
  }
}  

@media (max-width: 640px) {
  .subscribe .images-block img.mail,
  .subscribe .images img.mail {
    width: 40%;
  }
}  
@media (max-width: 570px) { 

  .custom-logo {
    padding: 30px 0 0;
    text-align: center;
  }    
  .landing-page .custom-logo {
    padding: 30px0; 
  } 
  .custom-logo a {
    clear: both !important;
    display: table;
    margin: 0 auto;
    vertical-align: middle;
  }
  .mobile-open .custom-logo {
    padding-bottom: 17px;
  }
  .custom-logo img { 
  }
  .custom-logo a.mobile-trigger {
    float: left;
    margin: 30px 0 0 0;
    padding-right: 0;
  }
  .child-trigger.child-open {
    color: #4cc2c0;
  }
  .hs-open-icon-wrapper.trigger-icon-wrapper {
    display: none;
  }
  .custom-footer .heading-title {
    font-size: 20px; 
  }
  .custom-footer .contacts { 
    display: block;
    padding: 40px 5px 0px 5px;
  } 
  .custom-footer .contacts-item .content .title {
    margin-top: 0;
  }
  .custom-footer .contacts>.span6 {
    float: none;
    width: 100%;
  }  
  .blog.hs-blog-post .section.post-header h1 { 
    font-size: 32px; 
  }
  .custom-post-pagination.clearfix { 
    margin-top: 30px;
    padding: 0; 
  }

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

@media (max-width: 479px) {
  h1 {
    font-size: 30px;
  }
  h2, .h2 {
    font-size: 26px;
  }
  .custom-banner-area h1 { 
    font-size: 30px; 
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-menu-depth-2 >a { 
    font-size: 16px; 
  } 
  .hs-footer-middle .info .heading,
  .hs-footer-middle .info .crumina-heading {
    margin-bottom: 23px;
  }
  .custom-footer .heading-title { 
    margin: 20px 0 20px 0;
  }
  .blog.hs-blog-post .section.post-header h1 { 
    font-size: 26px; 
  }
  .hs-recaptcha { 
    max-width:250px;
    overflow-x:auto;
  }  
  .blog-pagination a { 
    font-size: 12px;
    height: 25px;
    line-height: 22px;
    margin: 0 8px 0 0; 
    width: 25px;
  } 
  .btn-prev,
  .btn-next{ 
    height: 25px;
    margin: 6px 8px 0 0; 
    width: 25px; 
  } 
  /* subscribe */

  .subscribe .page-center {
    padding-top: 71px;
  }
  .subscribe .images-block img.gear,
  .subscribe .images img.gear {
    right: 0; 
  }
  .form-subscribe input.hs-button.primary.large {
    padding: 17px 10px;
  } 
  .active.subscribe .images-block img.mail { 
    left: 0;
  } 
  .form-subscribe form.hs-form {
    padding: 0 0 10px 0;
  }
  .form-subscribe .hs_email.hs-form-field {
    float: none;
    margin-bottom: 20px;
    width: 100% !important;
  }
  .form-subscribe input.hs-input { 
    border-radius: 50px;  
    padding: 16px 40px 16px 39px;
  } 
  .form-subscribe .hs_submit.hs-submit {
    float: none;
    position: static;
    right: 0px;
    top: 0;
    width: 100%;
  } 
  .form-subscribe input.hs-button.primary.large {
    border-radius: 50px;
    padding: 20px;
    text-align: left;
    width: 100%;
  } 
  .form-subscribe>* {
    flex-direction: column;
    height: auto;
  } 
  .form-subscribe {
    flex-direction: column;
    height: auto;
  }
}

@media (max-width: 360px) {

  .subscribe .images-block img.mail,
  .subscribe .images img.mail {
    width: 60%;
  }
  .custom-banner-area h1 {
    font-size: 24px;
  }
  .mobile-trigger .mob-menu--title { 
    top: 1px; 
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a i { 
    margin-right: 8px; 
  }
}



/* BLog tags CSS Update 13-02-19  */
body.newBlog .blogTags{ margin-bottom:50px; }
body.newBlog .blogTags h3{ margin:0; font-size:24px; text-transform:uppercase; padding-bottom:15px; display:none; }
body.newBlog .blogTags ul{ list-style:none; margin: 0; padding: 0; text-align: center; }
body.newBlog .blogTags ul li{ padding:0 30px; display:inline-block; vertical-align: top;  }
body.newBlog .blogTags ul li a{ font-size:18px; line-height:1.5; padding:5px 10px; display:block; position:relative; text-transform: capitalize; }
body.newBlog .blogTags ul li a:after { content: ""; width: 0%; height: 2px; background-color: #4cc2c0; display: block; position: absolute; left: 50%; right: 0; bottom: 0; transition:all ease 0.3s; }
body.newBlog .blogTags ul li a:hover:after{ width: 100%; left:0; }
body.newBlog .blogTags .filter-link-count{ display:none; }
body.newBlog .authorPostDetail{ padding:20px 0px; }
body.newBlog .authorPostDetail .postAuthor{ display:inline-block; vertical-align:middle; margin-right:-4px; width:100px; height:100px; border:5px solid #4cc2c0;  background-position: center; background-size: cover; background-repeat: no-repeat; border-radius: 50%; }
body.newBlog .authorPostDetail .postAuthorDetail{ width:calc(100% - 100px); padding-left: 30px; display:inline-block; vertical-align:middle; margin-right:-4px; }
body.newBlog .blog-section .post-item{ padding:30px; }  
body.newBlog .blog-section .custom-hs-post-item{ padding-left:0;}
body.newBlog .blog-section .post-item a.more-link{ margin-bottom:0; }
@media(max-width:991px){
  body.newBlog .blog-content , body.newBlog .rightSide{ width:100% !important; margin-left:0 !important; }
  body.newBlog .rightSide{ margin-top:30px; }
/*   body.newBlog .blogTags{ padding:30px; } */
} 


/* Blog Listing and Blog Post */

.topicsListing ul { margin:0; padding:0; display:block; text-align:center; }
.topicsListing ul li { display:inline-block; vertical-align:top; margin:5px 15px; }
.topicsListing ul li a { padding:0 10px 5px; display:block; border-bottom:3px solid transparent; color:#a1a1a1; font-weight:400; font-size:18px; }
.topicsListing ul li a.current,.topicsListing ul li a:hover { border-bottom-color:#00bcbb; color:#000; }

a.featuredLink { width:100%; display:block; padding-bottom:60%; font-size:0; line-height:0; }
.listingInner .title { margin:6px 0 10px; }
.listingInner .title h5{ font-size:18px; }     
.blogListingMain { margin:0 -15px }
.postsListing .postItem { width:33.33%; float:left; height:500px; }  
.postItem .listingInner { padding:15px; }
.postItem .postDetails { padding:20px 15px; }
.blogPost.innerHero:after { content:normal; }
.blogPost.innerHero:before { content:''; width:0; height:0; border:40px solid transparent; border-width:20px 40px 20px 40px; border-bottom-color:#fff; position:absolute; bottom:0; left:50%; margin-left:-40px; }
.blogPost.innerHero .tableCell { display:table-cell; vertical-align:bottom; padding:70px 0 100px; text-align:center; }
.blogListingMain .font12{ font-size:12px; line-height:1.5; }
.blogPostTemplate .postContent h1,.blogPostTemplate .postContent h2,.blogPostTemplate .postContent h3,.blogPostTemplate .postContent h4,.blogPostTemplate .postContent h5 { color:#000; }
.postBottomData { padding:40px 0 50px; border-bottom:1px solid #ebebeb; }
.postBottomData .topic-link { font-size:15px; font-weight:400; color:#7d7d7d; padding:6px 20px; border-radius:50px; background-color:#f6f7fb; display:inline-block; margin:4px 4px 0 0; }
.postTopics .label { display:inline-block; margin-right:12px; }
.blogDataRight { text-align:right; }
.blogDataRight > .ib + .ib:before { content:'|'; padding:0 7px 0 12px; }
.socialShare.socialIcons li a { width:auto; height:auto; border:none; background:transparent; line-height:1.5; }
.blogAuthorData .authorContent .socialShare { text-align:left; margin-top:15px; }
.blogAuthorData .authorContent p { margin-top:10px; }
.socialShare ul li a { color:#464646; }
.blogAuthorData .authorImage { width:100px; height:100px; display:inline-block; border-radius:50%; margin-right:15px; vertical-align:middle;  }
.blogAuthorData .authorImage + .authorContent { width:calc(100% - 122px); display:inline-block; vertical-align:middle; }

.spinner { margin: 60px auto 0; width: 70px; text-align: center; }
.spinner > div { width: 18px; height: 18px; background-color: #4cc2c0; border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
.spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; }
.spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; background-color:#3e4d50; }
@-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0) } 40% { -webkit-transform: scale(1.0) } }
@keyframes sk-bouncedelay { 0%, 80%, 100% {  -webkit-transform: scale(0);transform: scale(0); } 40% {  -webkit-transform: scale(1.0); transform: scale(1.0); } }


.blogPagination{ margin-top:80px; text-align: center; }
.blogPagination ul { margin: 0; padding: 0; list-style: none; }
.blogPagination ul li {  display: inline-block; vertical-align: middle; margin-right: 10px; }
.blogPagination ul li a { width: 45px; height: 45px; display: block; background-color: #f7f9f9; line-height: 45px; border: 1px solid #757575; text-align: center; color: #757575; font-weight: 500; border-radius:50%;  transition: all ease 0.3s; }

.blogPagination ul li.arrow a { border-color: #757575; color: #757575; font-size: 21px; }
/* .blogPagination ul li.arrow:hover a { color: #fff; } */
.blogPagination ul li.active a { background: transparent; color: #757575; border-radius:10px; }
.blogPagination ul li:hover a {  border-radius:10px;  background: transparent; color: #757575; }

.p0-50{ padding-left:50px; padding-right:50px; }
@media (min-width:1650px){
    .blogListingMain { padding:0 30px 45px; }
    .postItem .listingInner { padding:30px; }
}
.relatedPosts.postsListing { margin:0 -15px; }
@media (min-width:1230px){
    .relatedPosts.postsListing .postItem { width:33.33%; }
}

@media (min-width:992px){ 
  .blogPost.innerHero .tableStyle { height:455px; } 
  .blogPost.innerHero .title h1 { font-size:60px; } 
}

@media (max-width:1230px){
    .postsListing .postItem { width:33.33%; }
}
@media(max-width:1081px){
  .postsListing .postItem{ height:413px;}
}
@media(max-width:1024px){
  .filter-item:hover .filter-content, .filter-item:hover .filter-title:before{
    visibility: hidden; 
    opacity: 0; 
    transition: 0s;
  }
  .filter-item:hover .filter-title:after{
    display:none;
  }
  .filter-item .filter-content.activeBox, .filter-item:hover .filter-title.filterActive:before{
    visibility: visible;
    opacity: 1;
    transition: 0s;
  }
  .filter-item:hover .filter-title{
    color: #757575;
  }
  .filter-item:hover .filter-title.filterActive{
    color:white;
  }
  .hs-blog-listing .body-container{
    padding-top:70px;
  }
}
@media (max-width:992px){
    .postsListing .postItem { width:50%; }
    .relatedPosts.postsListing .postItem:nth-child(2n+1) { clear:left; }
    .postBottomData .span6 { width:100%; display:block; text-align:center; }
    .postBottomData .span6 + .span6 { margin-top:10px; }
    .socialIcons.socialShare { margin:0; }
    body.newBlog .blogTags ul li{ padding:0 15px; }
  .p0-50{ padding-left:30px; padding-right:30px; }
  .blogPagination{ margin-top:40px; }
  .postsListing .postItem{ height:428px; }
}
@media(max-width:767px){
  .filter-content .button {
      width: calc((100% - 90px) / 1);
  }
  .hs-blog-post img.hs-post-featured-image{
    max-width:100%;
  }
  .leadinModal{
    z-index: 99999999999;
  }
  .scheduleTimeBtn{
    text-align:center;
    margin-bottom:20px;
  }
  .book--meeting{
    margin-top:15px;
  }
  .hover_bkgr_fricc > div{
    width:94%;
  }
  body.newBlog .blogTags{ margin-bottom: 30px; }
  .p0-50{ padding-left:15px; padding-right:15px; }
  .blogPagination ul li a{ width:35px; height:35px; line-height:36px; }
  .blogPagination ul li{ margin-right:5px; }
   body.newBlog .blogTags ul li a{ font-size:16px; }
  body.newBlog .blogTags ul li{ padding:0 5px; }
  .hs-featured-image{
    width:100%;
    height:auto;
  }
}
@media (max-width:560px){
    .postsListing .postItem { width:100%; height:auto; }
    .topicsListing ul li { margin:5px; }
    .topicsListing ul li a { padding:0 0 5px; }
    .postItem .listingInner { padding:0 0 30px; }
    .blogAuthorData .authorImage { display:block; margin:0 auto 15px; }
    .blogAuthorData .authorImage + .authorContent { width:100%; display:block; text-align:center; }
    .blogAuthorData .authorContent .socialShare { text-align:center; }
    .blogPost.innerHero .tableCell { padding:50px 0 50px; display:block; }
    .blogListingMain{ margin:0;}
 
}


