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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Hind:300,700|Montserrat:700|Open+Sans:400,700|Roboto:400,500|Varela+Round&display=swap');
@import url('//fonts.googleapis.com/css?family=Lato:400,400i&display=swap');
@font-face {
	font-family: "icomoon";
	src: url("//cdn2.hubspot.net/hubfs/5829033/VitaltechSolutions_May2019/Fonts/icomoon/icomoon.eot") format("embedded-opentype"),
		url("//cdn2.hubspot.net/hubfs/5829033/VitaltechSolutions_May2019/Fonts/icomoon/icomoon.woff") format("woff"), 
		url("//cdn2.hubspot.net/hubfs/5829033/VitaltechSolutions_May2019/Fonts/icomoon/icomoon.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "FontAwesome";
	src: url("//cdn2.hubspot.net/hubfs/5829033/VitaltechSolutions_May2019/Fonts/FontAwesome/fontawesome-webfont.eot") format("embedded-opentype"),
		url("//cdn2.hubspot.net/hubfs/5829033/VitaltechSolutions_May2019/Fonts/FontAwesome/fontawesome-webfont.woff") format("woff"),
		url("//cdn2.hubspot.net/hubfs/5829033/VitaltechSolutions_May2019/Fonts/FontAwesome/fontawesome-webfont.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "ncf_icons";
	src: url("//cdn2.hubspot.net/hubfs/5829033/VitaltechSolutions_May2019/Fonts/ncf_icons/ncf_icons.eot") format("embedded-opentype"),
		url("//cdn2.hubspot.net/hubfs/5829033/VitaltechSolutions_May2019/Fonts/ncf_icons/ncf_icons.woff") format("woff"),
		url("//cdn2.hubspot.net/hubfs/5829033/VitaltechSolutions_May2019/Fonts/ncf_icons/ncf_icons.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
	background-color: #f6f6f6;
	color: #000000;
	font-family: Varela Round;
	font-size: 16px;
	line-height: 31px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

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

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


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1,h2,h3,h4,h5,h6 {
	margin: 0 0 15px;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #000000;
	letter-spacing: 0;
	font-weight: 700;
	font-family: Hind;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	font-size: 80px;
	line-height: 80px;
}
h2 {
	font-size: 50px;
	font-weight: 300;
	color: #000000;
}

h3 {
	font-size: 35px;
	font-weight: 700;
	color: #000000;
}

h4 {
	color: #59595b;
	line-height: 30px;
	font-family: Hind;
	font-size: 30px;
}

h5 {
	font-family: Varela Round;
	text-transform: none;
	font-size: 25px;
	line-height: 32px;
	font-weight: 400;
}

h6 {
	font-family: Montserrat;
	letter-spacing: 0;
	font-size: 20px;
	line-height: 20px;
}
/* Anchor Links */
a { 
	color: #4ca346;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
	text-decoration: none;
}
a:hover, a:focus {
	color:#000;
}

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

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}
.scroll-header .header-group {
	top: -64px;
	transition: all 0.2s ease-in-out;
}
.header-group .page-center {
	padding-left:90px;
	padding-right:90px;
}
.widget-span.header-section {
	width: auto;
}

.widget-span.header-section.sec-1 {
	float: left;
}

.widget-span.header-section.sec-2 {
	float: right;
	margin-left: 0;
	position: relative;
}

.header-logo img:last-child {
	display: none;
}

.header-logo img {
	width: auto;
	margin-bottom: 0px;
	display: block;
	transition: opacity 0.4s ease;
	vertical-align: baseline;
	font-family: inherit;
}
.header-icons-group {
	width: auto !important;
	float: right !important;
	margin: 0 0 0 30px !important;
}
.header-icons-container {
	font-size: 0;
	position: relative;
}
.header-icons-container a {
	margin-top: 24px;
	color: #ffffff;
	opacity: 0.75;
	transition: opacity 0.2s ease,color 0.2s ease;
	display: inline-block;
	margin-bottom: -1px;
	font-family: Varela Round;
	font-size: 16px;
	line-height: 22.4px;
	font-weight: 400;
	position: relative;
	overflow: hidden;
}

.header-icons-container {
	font-size: 0;
}

.header-icons-container a > i {
	font-size: 16px;
	color: inherit;
	background-color: transparent;
	transition: transform 0.25s ease,opacity 0.2s ease;
	-webkit-transition: -webkit-transform 0.25s ease,opacity 0.2s ease;
	text-align: center;
	line-height: 24px;
	height: 22px;
	width: 34px;
	vertical-align: middle;
	max-width: 100%;
	top: -2px;
	word-spacing: 1px;
}
.header-icons-container a > i:before {
	width: 100%;
}
.header-icons-container a:hover {
	opacity: 1;
}
.widget-span.header-section.sec-1 {
	margin-right: 2%;
}
.mian-header-group {
	min-height: 0 !important;
}
/*======================banner-area=======================*/
.banner-area .page-center {
	padding-top: calc(100vw * 0.13);
	padding-bottom: calc(100vw * 0.12);
}
.banner-area .page-center {
	padding-left:90px;
	padding-right:90px;
}
.banner-area {
	position: relative;
	z-index: 15;
	margin-top: -1px;
}
.header-group {
	position: absolute;
	transition: background-color 0.3s ease,box-shadow 0.3s ease,border-color 0.3s ease;
	padding-top: 10px;
	top: 0;
	left: 0;
	background-color: transparent;
	width: 100%;
	z-index: 99;
}

.banner-image-wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	-webkit-transform: scale(1) translateZ(0);
	-ms-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	-webkit-transition: transform 0.95s 0s cubic-bezier(0.3,0.58,0.42,0.9);
	transition: transform 0.95s 0s cubic-bezier(0.3,0.58,0.42,0.9);
}

.banner-image {
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

.bg-overlay {
	background-color: #40964f;
	opacity: 0.95;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	z-index: 2;
	backface-visibility: hidden;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
}
.banner-content {
	position: relative;
	z-index: 9;
}

.banner-content h1 {
	text-align: center;
	font-family: Hind;
	font-size: 80px;
	line-height: 80px;
	font-weight: 700;
	margin-bottom: 7px;
	color: #fff;
}
/*=======================================================*/
/* =============== Content =============== */

.body-container {
	padding: 40px 0;
}
.body-container .page-center{
	padding:0 90px;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.footer-group .page-center {
	padding-left:90px;
	padding-right:90px;
}
.footer-group{
	background-color: #ffffff;
	color: #898989;
	font-family: "Varela Round";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
.footer-top-group .page-center {
	padding-top: 55px;
	padding-bottom: 55px;
}
.footer-bottom-group {
	border: none!important;
	background-color: #1F1F1F;
	padding: 20px 0px;
	font-size: 12px;
	color: #777;
}
.icons-container ul {
	float: right;
	list-style: none;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	padding: 0;
	margin: 0;
}
.icons-container ul > li {
	float: left;
	margin-left: 20px;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
.icons-container ul > li > a {
	display: block;
	line-height: 22px;
	height: 24px;
	position: relative;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	background-position: center top;
	color: #898989;
}
.icons-container ul > li > a > i {
	color: #777777;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	font-size: 20px;
	width: auto;
	background-color: transparent;
}
i[class*="fa-"], span[class*="fa-"] {
	display: inline-block;
	font-size: 16px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	top: -2px;
	word-spacing: 1px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	max-width: 100%;
}
[class^="icon-"], [class*=" icon-"], i[class*="fa-"], span[class*="fa-"] {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}
.footer-copyright-group p {
	color: #777777;
	line-height: 22px;
	margin-top: 3px;
	-webkit-font-smoothing: subpixel-antialiased;
	margin-bottom: 0;
	font-family: "Varela Round";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}
.fa-google-plus:before {
	content: "\f0d5"
}
.fa-linkedin:before {
	content: "\f0e1";
}
.fa-facebook-f:before, .fa-facebook:before {
	content: "\f09a";
}
.fa-twitter:before {
	content: "\f099";
}
.fa-phone:before {
	content: "\f095";
}
.fa-envelope:before {
	content: "\f0e0";
}
.icons-container ul>li>a:hover i {
	border-color: #ffffff;
	color: #ffffff;
}
.footer-top-group .page-center {
	padding-top: 55px;
	padding-bottom: 55px;
	margin-bottom: 0px;
}
.widget-span.footer-section.col-2 {
	margin-right: 0;
	margin-left: 0;
}

.footer-section {
	margin-bottom: 30px;
}

.footer-heading h4 {
	margin-bottom: 12px;
	font-family: Montserrat;
	text-transform: uppercase!important;
	letter-spacing: 1px;
	font-size: 12px;
	color: #494949;
	font-weight: 700;
	line-height: 40px;
}

.footer-contact-group span > div {
	font-family: "Varela Round";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	line-height: 31px;
	vertical-align: baseline;
}

.footer-menu-primary .hs-menu-wrapper > ul {
	display: block;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}

.footer-menu-primary .hs-menu-wrapper > ul > li {
	border: none;
	padding: 4px 0;
	font-family: "Varela Round";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	line-height: 31px;
}

.footer-menu-primary .hs-menu-wrapper > ul > li:first-child {
	padding-top: 0;
}

.footer-menu-primary .hs-menu-wrapper > ul > li > a {
	color: #898989;
}
.widget-span .footer-copyright-group {
	width: 40.5%;
	margin-right: 2%;
	float: left;
}

.widget-span .footer-social-icons-group {
	width: 57.5%;
	margin-left: 0;
	float: left;
}
.widget-span.footer-section {
	width: 49.0%;
	margin-right: 2%;
	float: left;
}

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


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

/* Parent List */

.custom-menu-primary {
	width: auto !important;
	margin: 0 !important;
}
.custom-menu-primary .hs-menu-wrapper > ul {
	overflow: visible!important;
	transition: padding 0.8s ease,margin 0.25s ease;
	min-height: 1px;
	line-height: 1px;
	display:block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	padding-bottom: 34px;
	padding-top: 24px;
	color: #ffffff;
	opacity: 0.75;
	transition: opacity 0.2s ease,color 0.2s ease;
	margin-left: 10px;
	margin-right: 10px;
	font-family: Varela Round;
	font-size: 16px;
	line-height: 22.4px;
	font-weight: 400;
	position: relative;
}

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

/* Child List */

.animate .header-group,
.scroll-header.footer-in .header-group{
	position: fixed!important;
	-webkit-transition: -webkit-transform .3s,height .3s,background .3s,opacity .3s,border-color 0.3s;
	transition: transform .3s,height .3s,background .3s,opacity .3s,border-color 0.3s;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
	background-color: rgba(255,255,255,0.96);
	width: 100% !important;
	transition: all 0.2s ease-in-out;
}

.animate .header-logo img:last-child,
.scroll-header.footer-in .header-logo img:last-child{
	display: block;
}

.animate .header-logo img:first-child,
.scroll-header.footer-in .header-logo img:first-child{
	display: none;
}



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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1001px) {
	.custom-menu-primary .hs-menu-wrapper,
	.custom-menu-primary .hs-menu-wrapper > ul ul { 
		display:block !important;
	}
	.body-container-wrapper {
		box-shadow: 0 27px 25px -2px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 27px 25px -2px rgba(0,0,0,0.3);
		background-color: #f9f9f9;
		position: relative;
		z-index: 10;
	}
	.footer-container {
		position: fixed;
		bottom: 0;
		width: 100% !important;
		z-index: 1;
		will-change: opacity;
	}
	.footer-container-wrapper {
		min-height: 448px !important;
	}
	.blog .footer-container-wrapper {
		min-height: 584px !important;
	}
	.animate .custom-menu-primary .hs-menu-wrapper > ul > li > a,
	.scroll-header.footer-in .custom-menu-primary .hs-menu-wrapper > ul > li > a{
		color: #000000;
		opacity: 1;
		-webkit-transition: color 0.2s ease;
		transition: color 0.2s ease;
	}
	.animate .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after,
	.animate .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after,
	.scroll-header.footer-in .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after,
	.scroll-header.footer-in .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after{
		border-color: #4ca346;
	}
	.animate .header-icons-container a,
	.scroll-header.footer-in .header-icons-container a{
		color: #000000;
		opacity: 1;
	}
	.animate .header-icons-container a:hover i:after,
	.scroll-header.footer-in .header-icons-container a:hover i:after{
		color: #4ca346;
	}
	.header-icons-container a:hover i {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	.header-icons-container a:hover i:before {
		opacity: 0;
	}
	.header-icons-container a > i:after {
		position: absolute;
		top: 100%;
		left: 0;
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		width: 100%;
		text-decoration: inherit;
		display: block;
		speak: none;
	}
	.header-icons-container a > i.fa-twitter:after {
		content: "\f099";
	}
	.header-icons-container a > i.fa-linkedin:after {
		content: "\f0e1";
	}
	.header-icons-container a > i.fa-google-plus:after {
		content: "\f0d5";
	}
	.mobile{
		display:none !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
		-ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
		-webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
		transition: transform .3s ease-out,border-color .3s ease-out;
		position: absolute;
		display: block;
		bottom: -6px;
		left: 0;
		width: 100%;
		-ms-transform: scaleX(0);
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		border-top: 2px solid #000;
		content: '';
		padding-bottom: inherit;
		border-color: #4ca346;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after,
	.custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after{
		backface-visibility: hidden;
		-ms-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		border-color: #ffffff;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul {
		padding: 15px 0;
		background-color: #fff;
		box-shadow: 0px 3px 5px #888;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a {
		transition: opacity 0.2s ease,color 0.2s ease;
		font-family: Varela Round;
		font-size: 16px;
		line-height: 22.4px;
		font-weight: 400;
		padding: 8px 20px;
		height: 100%;
		color: #888;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li {
		line-height: 0px;
		font-size: 12px;
		position: relative;
	}
	.mobile-fly-out-wrapper {
		min-height: 0 !important;
	}
	.no-banner .header-logo img:first-child {
		display: none;
	}
	.no-banner .header-logo img:last-child {
		display: block;
	}
	.no-banner .custom-menu-primary .hs-menu-wrapper > ul > li > a {
		color: #888;
		opacity: 1;
	}
	.no-banner .header-icons-container a {
		color: #888;
		opacity: 1;
	}
	.no-banner .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after {
		border-color: #4ca346;
	}
	.hs-blog-listing .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
		border-color: #ffffff;
	}
	.no-banner .header-icons-container a:hover i:after {
		color: #4ca346;
	}
	.animate .header-group,
	.scroll-header.footer-in .header-group,
	.scroll-header.header-group{
		z-index: 1006!important;    
		top: 0px !important;
	}
	.body-container-wrapper {
		z-index: 1005 !important;
	}
	.post-pagination-area .post-previous-post:hover h3 {
		transform: translateX(40px) translateZ(0);
		backface-visibility: hidden;
	}

	.post-pagination-area .post-next-post:hover h3 {
		-webkit-transform: translateX(-40px) translateZ(0);
		transform: translateX(-40px) translateZ(0);
		backface-visibility: hidden;
	}
}


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

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

/* ==========================================================================
5. BLOG                                        
========================================================================== */
.blog-banner-area {
	background-color: #2b2b2b;
	height: 100vh;
	width: 100%;
	position: relative;
	-webkit-transition: none;
	z-index: 2;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
}

.blog-banner-area-inner {
	height: 100vh;
	text-align: center;
	overflow: hidden;
	color: #fff;
	display: block!important;
	-webkit-font-smoothing: antialiased;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}

.bg-image-wrap {
	-webkit-transform: scale(1) translateZ(0);
	-ms-transform: scale(1) translateZ(0);
	transform: scale(1) translateZ(0);
	-webkit-transition: 0.95s 0s cubic-bezier(0.3,0.58,0.42,0.9);
	transition: 0.95s 0s cubic-bezier(0.3,0.58,0.42,0.9);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}

.blog-banner-area .bg-image {
	background-position: center center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}

.blog-banner-area .page-center {
	height: 100%;
	z-index: 100;
	padding: 0 90px;
	position: relative;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}

.blog-banner-area .blog-banner-area-content {
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	position: relative;
	display: block;
	width: 100%;
	z-index: 100;
}

.blog-banner-area .inner-wrap {
	padding-top: 80px;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}

.blog-banner-area h1 {
	font-family: Hind;
	text-transform: capitalize;
	letter-spacing: -2px;
	font-size: 80px;
	line-height: 80px;
	font-weight: 700;
	margin-bottom: 8px;
	display: block;
	color: #fff;
	z-index: 101;
	-webkit-font-smoothing: antialiased;
}

.blog-banner-area .subheading {
	font-family: Montserrat;
	text-transform: uppercase;
	letter-spacing: 9px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
}

.blog-banner-area .scroll-down-wrap {
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 60px;
	z-index: 101;
	transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	margin-left: -8px;
}

.blog-banner-area .scroll-down-wrap .section-down-arrow {
	width: 49px;
	height: 49px;
	line-height: 34px;
	bottom: 25px;
	margin-left: -15px;
	display: inline-block;
	color: #fff!important;
	border: 2px solid #fff;
	text-align: center;
	font-size: 25px;
	-webkit-border-radius: 100px;
	transition: opacity 0.4s ease;
	-webkit-transition: opacity 0.4s ease;
	overflow: hidden;
	opacity: 0.6;
	left: 0;
	position: absolute;
	z-index: 101;
}
.fa-angle-down:before {
	content: "\f107";
}
.fa-angle-down:before {
	content: "\f107";
}
.blog-banner-area .section-down-arrow .fa-angle-down.top,
.blog-banner-area .section-down-arrow .fa-angle-down.top {
	-webkit-transform: translate(0,-48px);
	-ms-transform: translate(0,-48px);
	transform: translate(0,-48px);
	font-size: 18px;
}

.blog-banner-area .section-down-arrow i {
	width: 49px;
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	transition: transform 0.2s ease;
	-webkit-transition: transform 0.2s ease;
	display: block;
	color: #fff;
	top: -2px;
	word-spacing: 1px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	max-width: 100%;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.blog-banner-area .section-down-arrow .fa-angle-down {
	-webkit-transform: translate(0,-48px);
	-ms-transform: translate(0,-48px);
	transform: translate(0,-48px);
	font-size: 20px;
}

.blog-banner-area .scroll-down-wrap a:hover {
	opacity: 1;
}

.blog-banner-area .scroll-down-wrap a:hover .fa-angle-down.top {
	-webkit-transform: translate(0,0px);
	-ms-transform: translate(0,0px);
	transform: translate(0,0px);
}

.blog-banner-area .scroll-down-wrap a:hover .fa-angle-down {
	-webkit-transform: translate(0,0px)!important;
	-ms-transform: translate(0,0px)!important;
	transform: translate(0,0px);
}

.header-container > .row-fluid-wrapper > .row-fluid [class*="span"]:first-child {
	min-height: 0;
}
.hs-blog-listing .page-center.content-wrapper {
	max-width: 100%;
	padding: 0 30px;
	width: 100% !important;
	max-width: 100% !important;
}
.post-listing:before,.post-listing:after {
	display: block;
	content: "";
	clear: both;
}
.post-listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
	margin: 0 -15px;
}
.blog-content-wrapper {
	-webkit-perspective: 1000px;
	box-shadow: 0px 1px 3px rgba(0,0,0,.08);
	border-radius: 4px;
	overflow: hidden;
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	height: 100%;
	transition: opacity 0.3s cubic-bezier(0.3,0.58,0.55,1),transform 0.3s cubic-bezier(0.3,0.58,0.55,1)!important;
	-webkit-transition: opacity 0.3s cubic-bezier(0.3,0.58,0.55,1),-webkit-transform 0.3s cubic-bezier(0.3,0.58,0.55,1);
	background-color: #fff;
}
.blog-post-content {
	position: relative;
	min-height: 98px;
}
.blog-post-content > a {
	position: relative;
	display: block;
	transition: color 0.2s;
	-webkit-transition: color 0.2s;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
.blog-post-content > a .hs-featured-image {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	transition: all .7s cubic-bezier(.2,1,.22,1);
	-webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
	max-width: 100%;
	height: auto;
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	object-fit: cover;
	height: 232px;
}
.blog-listing-wrapper .post-listing .post-item:hover .hs-featured-image {
	transform: scale(1.07);
	-webkit-transform: scale(1.07);
}
.content-inner {
	position: static;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
.content-inner .entire-meta-link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	z-index: 101;
	height: 100%;
}
.meta-category {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
.meta-category .design {
	border-radius: 100px;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 101;
	font-family: Montserrat;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #fff;
	border: 2px solid rgba(255,255,255,0.5);
	transition: all 0.2s ease;
	padding: 0px 10px;
	display: inline-block;
	line-height: 20px;
}
.meta-category .design:hover {
	background-color: #27ccc0;
	border: 2px solid transparent;
	color: #fff;
}
.article-content-wrap {
	min-height: 541px;
	padding: 17%;
	position: relative;
	z-index: 100;
	background-color: #fff;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
.article-content-wrap .custom-post-header {
	color: #888;
	margin-bottom: 12px;
	font-family: "Varela Round";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	line-height: 31px;
}
.article-content-wrap .custom-post-header h3 {
	font-family: Hind;
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0px;
	vertical-align: baseline;
	margin: 0;
}
.article-content-wrap .excerpt {
	color: #888;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
.post-author-wrap {
	border-top: 1px solid rgba(0,0,0,0.06);
	padding: 6px 21px;
	z-index: 101;
	display: block;
	position: absolute;
  bottom: 0
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
.post-author-wrap .meta-author {
	margin-right: 13px;
	margin-left: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
.icon-salient-m-user:before {
	content: "\e074";
}
.post-author-wrap .meta-author > a {
	display: inline-block;
	color: #888;
	transition: color 0.1s linear;
	-webkit-transition: color 0.1s linear;
	font-family: "Varela Round";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}
.post-author-wrap .meta-author > a > i {
	transition: color 0.1s linear;
	-webkit-transition: color 0.1s linear;
	width: 15px!important;
	margin-right: 3px;
	font-size: 14px!important;
	top: 0px!important;
	color: #b9b9b9;
	line-height: 34px;
	height: 34px;
	background-color: transparent;
	max-width: 100%;
	position: relative;
	text-align: center;
	vertical-align: middle;
	font-family: 'icomoon'!important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.post-author-wrap .meta-author > a:hover > i {
	color: #4ca346;
}
.blog-pagination a.all-posts-link {
	margin-right: 15px;
}
.footer-outter-section {
	text-align: center;
	background-color: #ECEBE9;
}

.footer-outter-section .page-center {
	padding: 42px 0px 36px 0px;
}

.footer-outter-section span {
	letter-spacing: -1px;
	display: inline-block;
	font-family: Hind;
	font-size: 42px;
	line-height: 48px;
	font-weight: 300;
	color: #4B4F52;
	vertical-align: baseline;
}

.footer-outter-section a.nectar-button {
	background: none repeat scroll 0 0 #27CFC3;
	position: relative;
	top: -3px;
	color: #FFF;
	margin-bottom: 0px;
	box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 0 -3px rgba(0,0,0,0.1) inset;
	margin-left: 22px;
	line-height: 24px;
	padding: 16px 21px;
	display: inline-block;
	opacity: 1;
	transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
	background-color: #4ca346;
	border-radius: 200px!important;
	-webkit-border-radius: 200px;
	text-transform: uppercase;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 1px;
}
.footer-outter-section a.nectar-button:hover {
	color: #fff;
	opacity: 0.75;
}
.feature-image.no-image {
	min-height: 232px;
	background: #888;
}

.section.post-header {
	border-bottom: 0;
	text-align: center;
	padding-top: 30px;
	margin-bottom: 35px;
	padding-bottom: 35px;
	position: relative;
}

.custom-post-title .post-meta-category {
	font-family: Montserrat;
	text-transform: uppercase;
	letter-spacing: 9px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 700;
	color: #888;
	top: 0px;
	position: relative;
	padding-left: 10px;
	vertical-align: baseline;
}

.custom-post-title .post-meta-category a {
	border-radius: 100px;
	font-family: Montserrat;
	text-transform: uppercase!important;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 700;
	border: 2px solid #000;
	padding: 4px 8px;
	margin: 5px 6px 15px 5px;
	display: inline;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	color: #000;
	text-decoration: none;
}

.custom-post-title .post-meta-category a:hover {
	border-color: transparent;
	color: #fff;
}
.custom-post-title .post-meta-category a:last-child:hover {
	background-color: #2ac4ea
}
.custom-post-title .post-meta-category a:nth-child(1):hover {
	background-color: #27ccc0;
}

.custom-post-title .post-meta-category a:nth-child(2):hover {
	background-color: #f6653c
}
.custom-post-title h1 {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	font-family: Hind;
	text-transform: capitalize;
	letter-spacing: -2px;
	font-size: 80px;
	line-height: 80px;
	font-weight: 700;
	padding: 16px 0 16px 0;
	top: 3px;
	position: relative;
}

.single-below-header {
	margin-top: 8px;
	margin-bottom: 0px;
	font-size: 11px;
	color: #888;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
}

.single-below-header span,.custom-post-comments {
	float: none;
	display: inline-block;
	font-size: 14px;
	font-family: Varela Round;
	padding: 0 10px 0 10px;
	line-height: 16px;
	color: #888;
	top: 0px;
	position: relative;
	text-transform: none;
	border-left: 1px solid #DDD;
	text-transform: capitalize;
}
.single-below-header .custom-post-comments {
	display: inline-block;
}
.single-below-header span:first-child {
	border: 0;
}
.single-below-header span a, .custom-post-comments a {
	color: #888;
}
.single-below-header span a:hover, .custom-post-comments a:hover {
	color: #4ca346;
}
.blog-post-wrapper .post-body p {
	padding-bottom: 27px;
	-webkit-font-smoothing: subpixel-antialiased;
	margin: 0;
}
.blog-post-wrapper .post-body {
	max-width: 1000px;
	margin: 0 auto;
	font-family: "Varela Round";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: subpixel-antialiased;
	line-height: 31px;
	color: #000000;
}
.bottom-meta {
	margin: 60px 0;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}

.bottom-meta .sharing-default-minimal {
	margin-bottom: 60px;
	text-align: left;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}

.bottom-meta .sharing-default-minimal a {
	border-radius: 100px;
	line-height: 1px;
	margin: 10px 13px 10px 0;
	height: auto;
	display: inline-block;
	border: 2px solid #000;
	padding: 9px 30px;
	background-repeat: no-repeat;
	position: relative;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}

.bottom-meta .sharing-default-minimal  a.facebook-share {
	border-color: #6a75c8;
	color: #6a75c8;
	transition: all 0.2s ease;
}

.bottom-meta .sharing-default-minimal a i {
	width: auto;
	height: 15px;
	font-size: 15px;
	line-height: 19px;
	transition: all 0.2s ease;
	padding-right: 3px;
}

.bottom-meta .sharing-default-minimal a.facebook-share i {
	color: #6a75c8;
	transition: all 0.2s ease;
}

.bottom-meta .sharing-default-minimal .social-text {
	display: inline;
	opacity: 1;
	font-family: Varela Round;
	font-weight: 400;
	top: auto;
	line-height: 16px;
	padding-left: 0px;
	font-size: 14px;
}

.bottom-meta .sharing-default-minimal a.facebook-share:hover {
	background-color: #6a75c8;
	color: #fff;
}

.bottom-meta .sharing-default-minimal a.facebook-share:hover i {
	color: #fff;
}
.sharing-default-minimal .nectar-social .twitter-share {
	border-color: #6abaf7;
	color: #6abaf7;
	transition: all 0.2s ease;
}
.sharing-default-minimal .nectar-social .twitter-share i {
	color: #6abaf7;
	transition: all 0.2s ease;
}
.sharing-default-minimal .nectar-social .twitter-share:hover {
	background-color: #6abaf7;
	color: #fff;
}
.sharing-default-minimal .nectar-social .twitter-share:hover i {
	color: #fff;
}.sharing-default-minimal .nectar-social .google-plus-share {
	border-color: #f05660;
	color: #f05660;
	transition: all 0.2s ease;
}
.sharing-default-minimal .nectar-social .google-plus-share i {
	color: #f05660;
	transition: all 0.2s ease;
}
.sharing-default-minimal .nectar-social .google-plus-share:hover {
	background-color: #f05660;
	color: #fff;
}
.sharing-default-minimal .nectar-social .google-plus-share:hover i {
	color: #fff;
}
.sharing-default-minimal .nectar-social .linkedin-share {
	border-color: #2e82d9;
	color: #2e82d9;
	transition: all 0.2s ease;
}
.sharing-default-minimal .nectar-social .linkedin-share i {
	height: 15px;
	font-size: 14px;
	color: #2e82d9;
	line-height: 16px;
	transition: all 0.2s ease;
}
.sharing-default-minimal .nectar-social .linkedin-share:hover {
	background-color: #2e82d9;
	color: #fff;
}
.sharing-default-minimal .nectar-social .linkedin-share:hover i {
	color: #fff;
}
.sharing-default-minimal .nectar-social .pinterest-share {
	border-color: #f00;
	color: #f00;
	transition: all 0.2s ease;
}
.sharing-default-minimal .nectar-social .pinterest-share i {
	height: 15px;
	font-size: 16px;
	color: #f00;
	line-height: 18px;
	transition: all 0.2s ease;
}
.sharing-default-minimal .nectar-social .pinterest-share:hover {
	background-color: #f00;
	color: #fff;
}
.sharing-default-minimal .nectar-social .pinterest-share:hover i {
	color: #fff;
}
.fa-pinterest:before {
	content: "\f0d2";
}
.topic-page .blog-banner-area,
.author-page .blog-banner-area,
.author-page .blog-banner-area-inner,
.topic-page .blog-banner-area-inner {
	height: 350px;
}
.topic-page .blog-banner-area .bg-image-wrap,
.author-page .blog-banner-area .bg-image-wrap {
	background-position: center center;
}
.topic-page .blog-banner-area .bg-image-wrap::after,
.author-page .blog-banner-area .bg-image-wrap::after{
	background-color: rgba(45,45,45,0.35);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: ' ';
	z-index: 1;
	display: block;
}
.topic-page .blog-banner-area h1,
.author-page .blog-banner-area h1{
	text-align: left;
}
.topic-page .blog-banner-area .inner-wrap,
.author-page .blog-banner-area .inner-wrap{
	text-align: left;
	padding-top: 72px;
}
.nks-trigger {
	top: 70%;
	position: absolute;
	left: 500px;
	cursor: pointer;
	z-index: 10072;
	opacity: 1;
	transition: all 0.5s ease-in-out;
	-webkit-font-smoothing: antialiased;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
}
.nks-trigger span {
	font-size: 24px;
	display: block;
	padding: 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	-webkit-backface-visibility: hidden;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
	position: relative;
}
.ncf-icon-square:before {
	content: '\e812';
}
.ncf-icon-mail-4:before {
	content: '\e806';
}
.nks-trigger span .fa-stack-2x {
	background-color: rgb(88, 170, 114);
	z-index: -2;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.05s;
	-moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.05s;
	-ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.05s;
	-o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.05s;
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.05s;
	-webkit-backface-visibility: hidden;
	color: black;
	height: auto;
	font-size: 2em;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	display: inline-block;
	font-family: ncf_icons !important;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.nks-trigger .ncf-icon-square:before {
	color: rgb(88, 170, 114)!important;
	content: '\e812';
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.05s;
	-moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.05s;
	-ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.05s;
	-o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.05s;
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.05s;
	-webkit-backface-visibility: hidden;
}
.nks-trigger .ncf-icon-mail-4:before {
	color: #ffffff !important;
	content: '\e806';
	position: relative;
	top: 15px;
}
.nks-trigger .fa-stack-1x:after {
	width: 100%;
	height: 100%;
	border-radius: 0 !important;
	margin: 0;
	content: '';
	position: absolute;
	margin: 8%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.2);
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.025s;
	-moz-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.025s;
	-ms-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.025s;
	-o-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.025s;
	transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.025s;
	-webkit-backface-visibility: hidden;
	z-index: -1;
}
.ncf-icon-mail-4 {
	display: inline-block !important;
	font-family: ncf_icons !important;
	font-style: normal !important;
	font-weight: normal !important;
	line-height: 1 !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.nks-trigger .ncf-icon-mail-4 {
	top: -4px;
	width: 100%;
	height: 100%;
}
.nks-trigger span:hover .fa-stack-1x:after {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	width: 100%;
	height: 100%;
	border-radius: 0 !important;
	margin: 0;
}
.nks-trigger:hover span:after {
	opacity: 1 !IMPORTANT;
	visibility: visible !IMPORTANT;
	-webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
	padding: 10px 14px !important;
	margin-top: -26px !important;
	background-color: rgba(0, 0, 0, 0.7);
	left: 100%!important;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.ncf-overlay-wrapper {
	-webkit-transform: translateZ(0);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	z-index: -1;
	cursor: auto;
}

.form-open .ncf-overlay-wrapper {
	visibility: visible;
}
.form-open .ncf-sidebar-innerwrap {
	transform: unset;
}

.blog-form-wrapper {
	z-index: 100000;
	width: 548px;
	background: transparent;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: 0 0;
	position: fixed;
	top: 0;
	bottom: 0;
	min-height: 100%;
	left: -500px;
	font-family: 'Lato', sans-serif;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-backface-visibility: hidden;
	transition: all 0.6s ease-in-out;
}
.form-open .blog-form-wrapper {
	left: 0;
}
.nks-trigger span::after {
	padding: 10px 14px;
	margin-top: -26px;
	opacity: 0;
	visibility: hidden;
	content: 'Contact us';
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	font-size: 14px;
	top: 50%;
	left: 101%;
	font-family: inherit;
	line-height: 28px;
	white-space: nowrap;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	color: #FFF;
}

.nks-trigger span:hover::after {
	opacity: 1 !important;
	visibility: visible !important;
	left: 100%;
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.ncf-overlay-wrapper .ncf-overlay:hover {
	cursor: url(//cdn2.hubspot.net/hubfs/5829033/VitaltechSolutions_May2019/Images/close2.png) 16 16,pointer;
}
.ncf-overlay-wrapper .ncf-overlay {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	background: #333;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	cursor: pointer;
	-webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	-ms-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition-delay: .2s;
	-webkit-transition-delay: .2s;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
}

.form-open .ncf-overlay-wrapper .ncf-overlay {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.ncf-sidebar-wrapper {
	background-image: url(//cdn2.hubspot.net/hubfs/5829033/VitaltechSolutions_May2019/Images/blur7.jpg);
	width: 500px;
	overflow-y: scroll;
	height: 100%;
	overflow-x: hidden;
}
.form-open .nks-trigger .ncf-icon-mail-4:before {
	background: url(//cdn2.hubspot.net/hubfs/5829033/VitaltechSolutions_May2019/Images/close.png) center center no-repeat;
}
.form-open .nks-trigger .fa-stack-1x::before {
	content: "";
	font-size: 25px;
	width: 48px;
	height: 48px;
	background-size: 50% 50% !important;
	display: block;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	position: relative !important;
	top: -1px;
	left: 0;
}

.ncf-sidebar-inner {
	width: 500px;
	padding-right: 60px;
	height: 100%;
	box-sizing: content-box;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}

.ncf-sidebar-innerwrap {
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background: #fff;
	box-shadow: 8px -8px 0 0 rgba(0,0,0,0.03);
	width: 400px;
	float: left;
	margin: 30px auto 50px 50px;
	margin-top: 50px;
	-webkit-backface-visibility: hidden;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	box-sizing: border-box;
	-webkit-transform: scale(0.9, 0.9);
	-moz-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
	transition: all 0.6s ease-in-out;
}
.form-open .ncf-sidebar-innerwrap {
	transform: unset;
}
.ncf-form-wrapper {
	font-size: 100%;
	font: inherit;
	font-weight: inherit;
	vertical-align: baseline;
}
.ncf_sidebar_header {
	border-bottom: 1px solid #F2F2F2;
	font-size: 100%;
	font: inherit;
	font-weight: inherit;
	vertical-align: baseline;
	width: 100%;
}

.ncf-sidebar-header-userinfo {
	overflow: hidden;
	display: table-row;
	font-size: 100%;
	font: inherit;
	font-weight: inherit;
	vertical-align: baseline;
	width: 100%;
}

.ncf_sidebar_socialbar {
	border-top: 1px solid #F2F2F2;
	font-size: 100%;
	font: inherit;
	font-weight: inherit;
	vertical-align: baseline;
	margin-top: 2px;
}

.ncf-userpic {
	padding: 30px 18px 30px 30px;
	display: table-cell;
	box-sizing: content-box;
	font-size: 100%;
	font: inherit;
	font-weight: inherit;
	vertical-align: baseline;
}

.ncf-user-credentials {
	width: 246px;
	overflow: hidden;
	display: table-cell;
	box-sizing: content-box;
	vertical-align: middle;
	padding-left: 2px;
	height: 140px;
	line-height: 21px;
	font-size: 100%;
	font: inherit;
	font-weight: inherit;
}

.ncf-userpic img {
	width: 110px;
	height: 110px;
	max-width: none;
	border-radius: 110px;
	-moz-border-radius: 110px;
	-webkit-border-radius: 110px;
}
.ncf-sidebar-inner:before,.ncf-sidebar-inner:after {
	display: block;
	content: "";
	clear: both;
}
.ncf-user-credentials >span {
	display: block;
	padding: 3px 0;
	font-family: Lato, sans-serif;
	font-stretch: 100%;
	font-weight: 200;
	-webkit-font-smoothing: antialiased;
}
.ncf-user-credentials .ncf_user_firstname {
	font-size: 27px;
	font-weight: 200;
	margin-bottom:4px;
	color: #404040;
}
.ncf-user-credentials .ncf_user_lastname {
	font-size: 25px;
	font-weight: 600;
	margin-bottom:4px;
	color: #040402;
}
.ncf_user_title {
	font: inherit;
	font-weight: inherit;
	vertical-align: baseline;
	padding-right: 25px;
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	color: #616361;
	position: relative;
	top: -3px;
}
.ncf_sidebar_socialbar ul {
	text-align: center;
	margin: 0;
	height: 50px;
	margin: 1px 0 1px;
	padding: 0;
	list-style: none;
	font-size: 0;
	font-weight: inherit;
	vertical-align: baseline;
}

.ncf_sidebar_socialbar ul li {
	list-style: none;
	display: inline-block;
	width: 45px;
	height: 50px;
	background-color: white;
	outline: 1px solid white;
	font-size: 100%;
	font: inherit;
	font-weight: inherit;
	vertical-align: baseline;
}

.ncf_sidebar_socialbar ul li a {
	background-color: #999;
	width: 45px;
	height: 50px;
	display: block;
	background-image: url(//cdn2.hubspot.net/hubfs/5829033/VitaltechSolutions_May2019/Images/minimalistic_social_sprite.png);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.ncf_sidebar_socialbar ul li .ncf_twitter {
	background-position: -270px 0;
}

.ncf_sidebar_socialbar ul li a.ncf_linkedin {
	background-position: -90px 0;
}

.ncf_sidebar_socialbar ul li a.ncf_gplus {
	background-position: -45px 0;
}

.ncf_sidebar_socialbar ul li a:hover {
	background-color: #4ca346;
}
.ncf_user_bio {
	font-family: Lato, sans-serif;
	font-size: 16px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	line-height: 24px;
	padding: 0 0 26px;
	color: #000000;
}

.ncf_sidebar_content {
	margin: 19px 30px;
}

.ncf-sidebar-wrapper form {
	font-size: 100%;
	font: inherit;
	font-weight: inherit;
	vertical-align: baseline;
}
.ncf-sidebar-wrapper label {
	color: #ccc;
	text-transform: none;
	background-color: white;
	position: absolute;
	left: 10px;
	top: 12px;
	padding: 3px;
	cursor: text;
	-webkit-transition: all .2s cubic-bezier(0.215, 0.061, 0.355, 1);
	-moz-transition: all .2s cubic-bezier(0.215, 0.061, 0.355, 1);
	-ms-transition: all .2s cubic-bezier(0.215, 0.061, 0.355, 1);
	-o-transition: all .2s cubic-bezier(0.215, 0.061, 0.355, 1);
	transition: all .2s cubic-bezier(0.215, 0.061, 0.355, 1);
	box-sizing: border-box;
	font: 400 16px 'Lato', sans-serif;
	text-indent: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	vertical-align: baseline;
}

.ncf-sidebar-wrapper .input {
	border-radius: 4px;
	width: 100%;
	margin: 0 0 15px;
	position: relative;
}

.ncf-sidebar-wrapper label .hs-form-required {
	color: #ccc;
	margin-left: 3px;
}
.blog .body-container .ncf-sidebar-wrapper .hs-input {
	max-width: 100%;
	border: 1px solid #E6E6E6;
	box-shadow: inset 0px -4px 0px 0px rgba(229,229,229,0.30);
	border-radius: 4px;
	background: white;
	box-sizing: border-box !important;
	width: 100% !important;
	height: 50px;
	overflow: hidden;
	margin: 0;
	padding: 6px 12px 6px 12px !important;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	color: #555;
	font-size: 16px;
	font-family: Lato, sans-serif;
  font-weight:400;
}
.blog .body-container .ncf-sidebar-wrapper textarea{
	height: 168px !important;
}
.ncf-sidebar-wrapper form h3 {
	display: none;
}

.blog .body-container .ncf-sidebar-wrapper .hs-input:focus {
	border-color: #528f4a;
	box-shadow: inset 0px -4px 0px 0px #a2bca0;
	color: #528f4a;
}

.blog .body-container .ncf-sidebar-wrapper .hs-input:focus+label,
.blog .body-container .ncf-sidebar-wrapper .focused label{
	color: #528f4a;
	top: -13px;
	font-size: 14px;
}

.blog .body-container .ncf-sidebar-wrapper .hs-input.:focus+label .hs-form-required {
	color: #528f4a;
}
.blog .body-container   .ncf-sidebar-wrapper input[type="submit"] {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	padding: 13px 0 12px !important;
	position: relative;
	font: 600 17px 'Lato', sans-serif !important;
	color: #FFF !important;
	text-decoration: none;
	display: inline-block;
	box-sizing: border-box;
	box-shadow: 0 2px 0px 2px #528f4a;
	text-align: center;
	text-transform: uppercase;
	outline: none;
	overflow: hidden;
	height: 46px;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	vertical-align: baseline;
	background-color: #4ca346;
	border: 0;
	width: 232px;
	margin: 0;
	margin-left: 54px;
}
.blog .body-container .ncf-sidebar-wrapper .hs-submit {
	position: relative;
}
.ncf-sidebar-wrapper .hs-error-msgs {
	position: relative;
}

.ncf-sidebar-wrapper .hs-error-msgs label {
	border: 0;
	box-shadow: unset;
	position: relative !important;
	top: -14px;
	left: 0;
	color: #D51717;
	z-index: 9999;
	background: white !important;
	padding: 5px 0 3px 0;
	font-weight: 400;
	line-height: 12px;
	margin: 0;
	font-family: Lato, sans-serif;
	font-size: 12px;
}

.ncf-sidebar-wrapper .hs-error-msgs label:before {
	content: "*";
	margin-right: 3px;
}
.ncf-sidebar-wrapper H3 {
	DISPLAY: NONE;
}
/*======================post pagination ========================*/
.post-pagination-area {
	position: relative;
	background-color: #333;
	color: #fff;
	overflow: hidden;
}
.post-pagination-area ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.post-pagination-area ul li {
	padding: 6% 9%;
	width: 50%;
	line-height: 0;
	min-height: 300px;
	-webkit-justify-content: center;
	justify-content: center;
	display: -webkit-flex;
	display: flex;
	-moz-box-align: center;
	-moz-box-pack: center;
	align-items: center;
	-webkit-align-items: center;
	float: none!important;
	overflow: hidden;
	position: relative;
	background-color: #333;
}
.post-pagination-area ul li.full-post-nav{
	width: 100%;
}
.post-pagination-area ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important;
	z-index: 101;
	display: block;
}
.post-pagination-area h3 {
	position: relative;
	z-index: 10;
	color: #fff;
	display: inline-block;
	-webkit-transform: translateX(0px) translateZ(0);
	-webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
	transform: translateX(0px) translateZ(0);
	transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
	margin: 0 0 7px;
	width: 100%;
	font-family: Hind;
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
}
.post-pagination-area ul li::after {
	background-color: rgba(13,13,13,0.35);
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	display: block;
	z-index: 1;
	width: 100%;
	height: 100%;
	-webkit-transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
	transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}
.post-pagination-area h3 span {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}
.post-pagination-area .post-next-post h3 span {
	text-align: left;
}
.post-pagination-area .post-previous-post h3 span {
	text-align: right;
}
.post-pagination-area h3 .text {
	font-size: 32px;
	line-height: 32px;
}
.post-pagination-area .next-arrow {
	position: absolute;
	backface-visibility: hidden;
	right: -43px;
	top: 50%;
	margin-top: -15px;
	height: 30px;
	width: 40px;
	display: block;
	transform: translateX(38px);
}
.post-pagination-area .next-arrow line.top {
	stroke: #ffffff;
	animation: rightArrowLineEnd 0.4s cubic-bezier(0.3, 0.2, 0.1, 1) 0.25s forwards;
	stroke-dashoffset: 40px;
	stroke-width: 2px;
	stroke-dasharray: 10px;
}
.post-pagination-area .next-arrow line.bottom {
	animation: rightArrowLineEnd 0.4s cubic-bezier(0.3, 0.2, 0.1, 1) 0.25s forwards;
	stroke-dashoffset: 40px;
	stroke: #ffffff;
	stroke-width: 2px;
	stroke-dasharray: 10px;
}
.post-pagination-area ul li:hover::after {
	background-color: rgba(13,13,13,0.9);
}
.post-previous-post .next-arrow {
	animation: rightArrowEnd2 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
	-webkit-transform: translateX(38px) rotate(180deg);
	transform: translateX(38px) rotate(180deg);
	left: -43px;
	right: auto;
}
.post-previous-post:hover .next-arrow {
	-webkit-transform: translateX(42px);
	transform: translateX(42px);
	animation: rightArrowStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
.post-previous-post .line {
	animation: rightLineEnd2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
	display: block;
	font-size: 14px;
	text-align: right;
	height: 2px;
	width: 45px;
	background-color: #fff;
	position: absolute;
	content: '';
	backface-visibility: hidden;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-28px) scaleX(0);
	-webkit-transform-origin: left;
	transform: translateY(-50%) translateX(-28px) scaleX(0);
	transform-origin: left;
	left: -74px;
	right: auto;
	color: #fff;
	margin-bottom: 5px;
}
.post-previous-post:hover .next-arrow line {
	animation: rightArrowLineStart 0.3s cubic-bezier(0.05, 0.2, 0.1, 1) 0.1s forwards;
	stroke-dashoffset: 30px;
}
.post-previous-post:hover .line {
	-webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
	-webkit-transform-origin: right;
	transform: translateY(-50%) translateX(0px) scaleX(1);
	transform-origin: right;
	animation: rightLineStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.post-next-post:hover .next-arrow {
	-webkit-transform: translateX(42px);
	transform: translateX(42px);
	animation: rightArrowStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
.post-next-post:hover .next-arrow line {
	animation: rightArrowLineStart 0.3s cubic-bezier(0.05, 0.2, 0.1, 1) 0.1s forwards;
	stroke-dashoffset: 30px;
}
.post-next-post .line {
	display: block;
	font-size: 14px;
	text-align: left;
	height: 2px;
	width: 45px;
	background-color: #fff;
	position: absolute;
	content: '';
	right: -74px;
	backface-visibility: hidden;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(28px) scaleX(0);
	-webkit-transform-origin: right;
	transform: translateY(-50%) translateX(28px) scaleX(0);
	transform-origin: right;
	margin-bottom: 5px;
}
.post-next-post:hover .line {
	-webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
	-webkit-transform-origin: left;
	transform: translateY(-50%) translateX(0px) scaleX(1);
	transform-origin: left;
	animation: rightLineStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
.post-pagination-area .post-bg-img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	height: 100%;
	-ms-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
	-webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
	transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}
.post-pagination-area .post-previous-post h3 span:not(.text) {
	display: block;
	text-align: right;
	font-family: Hind;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}
.post-pagination-area .post-previous-post h3 .text {
	text-align: right;
	font-family: Hind;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}
.post-pagination-area ul li:hover .post-bg-img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

/*=============================================*/
/* =============== 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 {
	width: 20%;
	display: block;
	color: #676767;
	padding: 0 15px;
	float: left;
	margin-bottom: 30PX;
}
.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;
}

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

.custom_listing_comments {
	border: 1px solid #e2e2e2;
	display: block;
	line-height: 165%;
	padding: 15px;
}

#comments-listing {
	border: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}
#comments-listing.no-comments {
	border: none;
}
.comment.depth-0 {
	border-bottom: 1px solid #000 !important;
	border-top: medium none !important;
	margin: 0 10px 10px !important;
	padding: 0 15px !important;
}
.comment-body {
	border-bottom: medium none;
	color: ;
	display: block;
	font-family: ;
	font-size: ;
	line-height: ;
	padding: 0;
}
.comment-reply-to{
	margin-bottom: 15px;
}
.comment-from h4 {
	margin: 0;
	padding-top: 15px;
}
.comment-date {
	color:  !important;
	display: block !important;
	text-align: left;
}
/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

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

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

/* Labels and Legends */
label {}
.body-container .hs-form-field > label {
	display: block;
	color: #000;
	font-family: Varela Round;
	font-size: 16px;
	line-height: 31px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 4px;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	border: 1px solid #ccc;
	-webkit-box-shadow: none;
	font-size: 16px;
	-o-box-shadow: none;
	padding: 16px;
	line-height: 24px;
	color: #555;
	width: 100%;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	outline: 0;
	font-family: "Varela Round";
	font-weight: 400;
	-webkit-font-smoothing: subpixel-antialiased;
	margin-bottom:10px;
}

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

.form-title {
	color: #4ca346;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
	line-height: 28px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.hs-form-required {
	color: #ff0000;
}
/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

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

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

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

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

/* Error */
.hs-error-msgs label {
	padding: 2px 6px;
	border: 0px;
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	display: block;
	font-size: 16px;
	font-weight: normal;
	font-family: "Varela Round";
	font-style: normal;
	-webkit-font-smoothing: subpixel-antialiased;
	margin-bottom: 5px;
	line-height: 31px;
	color: #ff0000;
}

.hs-error-msgs {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* 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"] {
	display: inline-block;
	-webkit-appearance: none;
	text-decoration: none !important;
	padding: 16px 23px;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	box-shadow: none;
	-ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
	-webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
	transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
	font-family: Montserrat;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 700;
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	line-height: normal;
	margin: 15px 0;
	white-space: normal;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #4ca346;
	border: none;
	color: #fff;
}

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


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

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


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

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


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

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


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

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


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.blog .body-container .ncf-sidebar-wrapper input[type="submit"]:hover {
	background: #70b56b;
}
.custom-form{
	width:50% !important;
}
.no-nav .mobile-trigger {
	display: none !important;
}
a#back-to-top {
	bottom: 17px;
	overflow: hidden;
	transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
	-webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
	background-color: rgba(0,0,0,0.25);
	border-radius: 200px;
	-webkit-border-radius: 200px;
	box-shadow: none;
	display: block;
	position: fixed;
	text-align: center;
	line-height: 12px;
	right: 17px;
	color: #fff;
	cursor: pointer;
	z-index: 9994;
	height: 29px;
	width: 29px;
	background-repeat: no-repeat;
	background-position: center;
}

a#back-to-top:before {
	background-color: rgba(255,255,255,0.25);
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
	-webkit-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
	opacity: 0;
	z-index: 2;
	display: block;
	content: ' ';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #000;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
	-webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.3s cubic-bezier(.55,0,.1,1);
	border-radius: 100px;
	-webkit-border-radius: 100px;
}

a#back-to-top:after {
	background-color: #4ca346;
	display: block;
	content: ' ';
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.3s cubic-bezier(.55,0,.1,1);
	-webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.3s cubic-bezier(.55,0,.1,1);
	border-radius: 100px;
	-webkit-border-radius: 100px;
}

a#back-to-top i {
	line-height: 29px;
	width: 29px;
	height: 29px;
	font-size: 14px;
	top: 0px;
	left: 0px;
	text-align: center;
	position: relative;
	z-index: 10;
	background-color: transparent;
	vertical-align: middle;
	max-width: 100%;
	display: inline-block;
}
.fa-angle-up:before {
	content: "\f106";
}
.fa-angle-up:before {
	content: "\f106";
}
a#back-to-top i.fa-angle-up.top-icon,
a#back-to-top i.fa-angle-up {
	-webkit-transform: translate(0,0px);
	-ms-transform: translate(0,0px);
	transform: translate(0,0px);
	transition: transform 0.2s ease;
	-webkit-transition: transform 0.2s ease;
}

a#back-to-top:hover {
	transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
	-webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.16);
	background-color: transparent;
}

a#back-to-top:hover i.fa-angle-up.top-icon.top-icon {
	-webkit-transform: translate(0,-29px);
	-ms-transform: translate(0,-29px);
	transform: translate(0,-29px);
}

a#back-to-top:hover i.fa-angle-up {
	-webkit-transform: translate(0,0px);
	-ms-transform: translate(0,0px);
	transform: translate(0,0px);
	transition: transform 0.2s ease;
	-webkit-transition: transform 0.2s ease;
	-webkit-transform: translate(0,-29px);
	-ms-transform: translate(0,-29px);
	transform: translate(0,-29px);
}

a#back-to-top:hover:after {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.no-banner .header-group {
	position: relative;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
	background-color: rgba(255,255,255,0.96);
	z-index:1007;
}
.hs-blog-post .body-container {
	padding-bottom: 0;
}
.form-open .body-container-wrapper {
	z-index: 1007 !important;
}
@keyframes rightArrowLineEnd {
	0% {
		stroke-dashoffset: 40px;
	}

	100% {
		stroke-dashoffset: 50px;
	}
}
@keyframes rightLineEnd {
	0% {
		transform: translateY(-50%) translateX(0px) scaleX(1);
	}

	100% {
		transform: translateY(-50%) translateX(28px) scaleX(0);
	}
}
@keyframes rightLineStart {
	0% {
		transform: translateY(-50%) translateX(-88px) scaleX(0);
	}

	100% {
		transform: translateY(-50%) translateX(0px) scaleX(1);
	}
}
@keyframes rightArrowEnd2 {
	0% {
		transform: translateX(-42px) rotate(180deg);
	}

	100% {
		transform: translateX(-75px) rotate(180deg);
	}
}
@keyframes rightArrowStart2 {
	0% {
		transform: translateX(50px) rotate(180deg);
	}

	100% {
		transform: translateX(-42px) rotate(180deg);
	}
}
@keyframes rightArrowLineStart {
	0% {
		stroke-dashoffset: 30px;
	}

	100% {
		stroke-dashoffset: 40px;
	}
}
@keyframes rightArrowStart {
	0% {
		transform: translateX(-50px);
	}

	100% {
		transform: translateX(42px);
	}
}
@keyframes rightLineEnd2 {
	0% {
		transform: translateY(-50%) translateX(0px) scaleX(1);
	}

	100% {
		transform: translateY(-50%) translateX(-28px) scaleX(0);
	}
}


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


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


/* =============== Screen sizes smaller than .page-center =============== */
@media(max-width:1599px){
	.hs-blog-listing .page-center.content-wrapper{
		padding: 0 20px;
	}
	.blog-listing-wrapper .post-listing .post-item {
		width: 25%;
	}
	.hs-blog-listing .page-center.content-wrapper {
		padding: 0 35px;
	}
}

@media(max-width: 1300px){
	.banner-content h1 {
		font-size: 60px;
		line-height: 60px;
	}	
	.topic-page .blog-banner-area h1,
	.auhtor-page .blog-banner-area h1{
		font-size: 72px;
		line-height: 72px;
	}

	.topic-page .blog-banner-area .subheading,
	.auhtor-page .blog-banner-area .subheading{
		font-size: 12.8px;
		line-height: 24px;
	}
}

@media(max-width: 1299px){
	.blog-listing-wrapper .post-listing .post-item {
		width: 33.33337%;
		padding: 0 12px;
	}

	.hs-blog-listing .page-center.content-wrapper {
		padding-left:  26px;
		padding-right: 36px;
	}

	.post-listing {
		margin: 0 -12px;
	}
	.topic-page .blog-banner-area h1,
	.author-page .blog-banner-area h1{
		font-size: 68px;
		line-height: 68px;
	}
}

@media(max-width:1125px){
	.header-icons-group {
		margin: 0 !important;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		margin: 0 5px;
		font-size: 14px;
	}
}

@media(max-width:1025px){
	a#back-to-top{
		display:none !important;
	}
}

@media (max-width:1000px){
	.desktop{
		display:none !important;
	}
	.widget-span .footer-copyright-group {
		width: 49%;
		margin-bottom: 0px;
	}
	.widget-span .footer-social-icons-group {
		width: 49%;
	}
	.widget-span.footer-section {
		margin-right: 15px;
		padding: 15px;
		width: 48%;
	}
	.widget-span .footer-copyright-group {
		width: 49%;
		margin-bottom: 0px;
	}
	.widget-span .footer-social-icons-group {
		width: 49%;
	}
	.header-logo img:first-child {
		display: none;
	}
	.header-logo img:last-child {
		display: block;
	}
	.header-logo img {
		height: 24px;
	}
	.header-logo a {
		display: inline-block;
		line-height: 22px;
		font-size: 22px;
		margin-top: 10px;
		padding-bottom: 7px;
		position: relative;
		top: -1px;
	}
	.header-group {
		position: fixed;
		background-color: rgb(255, 255, 255);
		width: 100% !important;
		transform: translateY(0px) translate(0px, 0px);
		transition:all 0.3s ease-in-out;
	}
	.scroll-header .header-group {
		position: relative;
	}
	.main-header-group{
		min-height:62px !important;
	}
	.animate .main-header-group{
		min-height:62px !important;
	}
	.banner-area {
		top: 0;
		margin-top: 5px;
		padding-top: 0;
	}
	.banner-content h1 {
		font-size: 56px;
		line-height: 56px;
	}
	/* Menu Reset */
	.custom-menu-primary,
	.custom-menu-primary .hs-menu-wrapper > ul,
	.custom-menu-primary .hs-menu-wrapper > ul li,
	.custom-menu-primary .hs-menu-wrapper > ul li a{
		display: block;
		float: none;
		position: static;
		top: auto;
		right: auto;
		left: auto;
		bottom: auto;
		padding: 0px;
		margin: 0px;
		background-image: none;
		background-color: transparent;
		border: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none; 
		max-width: none;
		width: 100%;
		height: auto;
		line-height: 1;  
		font-weight: normal;
		text-decoration: none;
		text-indent: 0px;
		text-align: left;
		color:#fff;
	}

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

	.mobile-trigger i.lines {
		background-color: transparent;
		width: 22px;
		position: relative;
		display: block;
		font-family: Playfair Display;
		font-size: 15px;
		line-height: 15px;
		font-weight: 400;
	}

	.mobile-trigger:after {
		background-color: rgba(0,0,0,0.4);
		display: inline-block;
		width: 1.4rem;
		height: 2px;
		transition: transform 0.45s ease,opacity 0.2s ease,background-color 0.2s linear;
		-webkit-transition: -webkit-transform 0.45s ease,opacity 0.2s ease,background-color 0.2s ease;
		position: absolute;
		left: 0;
		top: 12px;
		content: '';
		transform: scale(1,1);
		-webkit-transform: scale(1,1);
		background-color: #999;
	}

	.mobile-trigger i.lines:before {
		background-color: #999;
		top: 6px;
	}

	.mobile-trigger i.lines:before,.mobile-trigger i.lines:after {
		display: block;
		width: 1.4rem;
		height: 2px;
		transition: 0.3s;
		position: absolute;
		left: 0;
		content: '';
		-webkit-transform-origin: 0.142rem center;
		transform-origin: 0.142rem center;
		background-color: #999;
	}

	.mobile-trigger {
		display: inline-block !important;
		cursor: pointer;
		top: 16px;
		right: 0;
		position: relative;
		width: 22px;
		height: 22px;
		z-index: 99;
		float: right;
	}
	.header-group .page-center {
		position: relative;
	}

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

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

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

	.custom-menu-primary.js-enabled{
		position: relative;
		margin: 0;
	}
	/* Hide menu on mobile */
	.custom-menu-primary.js-enabled .hs-menu-wrapper,
	.custom-menu-primary.js-enabled .hs-menu-children-wrapper{
		display: none;
	}  
	/* Make child lists appear below parent items */
	.custom-menu-primary ul.hs-menu-children-wrapper{
		visibility: visible !important;
		opacity: 1 !important;
		position: static !important;
		display: none;
	}
	/* Mobile Menu Styles */ 
	.custom-menu-primary.js-enabled .hs-menu-wrapper{
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		padding: 0;
		height: auto;
		min-height:840px;
		visibility: visible !important;
		display: block !important;
	}
	.custom-menu-primary .hs-menu-wrapper{
		background-color: transparent;
		width: 100%; /* Full screen width */
	}

	/* Level 1 Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul > li{
		position: relative;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li a{
		overflow: visible;
	}

	.overlay {
		background-color: rgba(0,0,0,0.8);
		position: fixed;
		left: auto;
		top: 0;
		right:0;
		z-index: 97;
		opacity: 0;
		width:0px;
		height:0px;
		-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
		transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s
	}

	.mobile-open .overlay {
		width: 100%;
		height: 100%;
		opacity: 1;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
	}

	.mobile-fly-out-wrapper {
		right: -300px;
		width: 300px !important;
		height: 100vh;
		z-index: 10000;
		position: fixed;
		padding: 33px;
		padding-top: 26px;
		overflow: hidden;
		margin: 0 !important;
		top: 0;
		background-color: #4ca346;
		color: #fff;
		transition: right 0.3s ease-in-out;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		Z-INDEX: 99;
	}
	.mobile-open .mobile-fly-out-wrapper {
		right: 0;
	}
	.header-icons-group {
		float: none !important;
	}
	.header-icons-group.mobile .header-icons-container a {
		display: inline-block;
		padding: 0 6px 6px 0;
		margin-top: 25px;
		margin-bottom: 0;
	}
	.header-icons-container a > i {
		background-color: transparent!important;
		font-size: 18px;
		line-height: 22px;
		width: 32px;
		height: 32px;
		word-spacing: 1px;
		position: relative;
		text-align: center;
		vertical-align: middle;
		max-width: 100%;
	}
	.header-container-wrapper, 
	.body-container-wrapper, 
	.footer-container-wrapper {
		transition:right 0.3s ease-in-out;
		position:relative;
		right:0;
	}
	.mobile-open .header-container-wrapper,
	.mobile-open .body-container-wrapper, 
	.mobile-open .footer-container-wrapper{
		right:300px;
	}
	.mobile-open .header-group{
		transform: translateY(0px) translate(-300px, 0px);
		position: fixed !important;
		z-index: 9999;
	}
	.mobile-open .banner-area {
		margin: 0;
	}
	.mian-header-group {
		min-height: 62px !important;
	}
	.banner-area{
		margin:0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		opacity: 0.7;
		transition: opacity 0.2s ease, color 0.2s ease;
		-webkit-transition: opacity 0.2s ease, color 0.2s ease;
		font-size: 24px;
		line-height: 30px;
		font-family: 'Open Sans';
		font-weight: 700;
		letter-spacing: -1px;
		display: inline !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li {
		vertical-align: baseline;
		font-family: inherit;
		font-weight: inherit;
		font-style: inherit;
		line-height: 31px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li  a {
		font-size: 18px;
		opacity: 0.7;
		transition: opacity 0.2s ease, color 0.2s ease;
		-webkit-transition: opacity 0.2s ease, color 0.2s ease;
		line-height: 24px;
		font-family: 'Open Sans';
		font-weight: 700;
		letter-spacing: 0;
		display: inline !important;
		padding-left: 14px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
		opacity: 1;
	}
	a.flyout-close-btn {
		backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		width: 34px;
		height: 34px;
		transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
		-webkit-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
		z-index: 100;
		color: #ddd;
		font-size: 18px;
		max-width: none;
		line-height: 32px;
		font-family: 'Open Sans';
		font-weight: 400;
		display: block;
		position: absolute;
		right: 15px;
		top: 20px;
	}
	.flyout-close-btn span {
		font-size: 24px;
		-webkit-backface-visibility: hidden;
		color: #fff;
		height: 34px;
		left: -2px;
		line-height: 32px;
		max-width: none;
		transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
		-webkit-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
		width: 34px;
		background-color: transparent;
		display: inline-block;
	}
	.icon-salient-x{
		font-family: 'icomoon'!important;
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		border-radius: 999px 999px 999px 999px;
		-webkit-border-radius: 999px 999px 999px 999px;
		position: relative;
		text-align: center;
		vertical-align: middle;
		word-spacing: 1px;
	}
	.flyout-close-btn span.icon-salient-x:before {
		content: "\e117";
	}
	.icon-salient-x:before {
		content: "\e003";
	}
	[class^="icon-"]:before, [class*=" icon-"]:before {
		text-decoration: inherit;
		speak: none;
	}
	.flyout-close-btn:hover span {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	.flyout-close-btn:hover {
		border-color: rgba(255,255,255,0.7);
		color: #ddd;
	}
	.blog-banner-area h1 {
		font-size: 56px;
		line-height: 60px;
	}
	.blog-banner-area .blog-banner-area-content {
		margin-bottom: 25px;
	}
	.blog-banner-area {
		height: calc(100vh - 59px);
	}
	.blog-banner-area .subheading {
		font-size: 14.4px;
		line-height: 27px;
	}
	.blog-banner-area .blog-banner-area-content {
		top: 46.8%;
	}
	.blog-banner-area .scroll-down-wrap .section-down-arrow {
		bottom: 26px;
	}
	.blog-banner-area .scroll-down-wrap {
		margin-left: -7px;
	}
	.blog-listing-wrapper .post-listing .post-item {
		width: 50%;
		padding: 0 10px;
	}
	.post-listing {
		margin: 0 -10px;
	}
	.hs-blog-listing .page-center.content-wrapper {
		padding-left: 19px;
		padding-right: 29px;
	}
	.custom-post-title h1 {
		font-size: 56px;
		line-height: 56px;
	}
	.custom-post-pagination ul > li > h3 span:last-child {
		font-size: 25.6px;
		line-height: 25.6px;
	}
	.custom-post-pagination ul > li {
		min-height: 225px!important;
	}
	.footer-outter-section span {
		display: block;
	}
	.footer-outter-section a.nectar-button {
		margin-top: 20px;
		margin-left: 0px;
	}
	.topic-page .blog-banner-area,
	.topic-page .blog-banner-area-inner,
	.author-page .blog-banner-area,
	.author-page .blog-banner-area-inner{
		height: auto!important;
	}
	.topic-page .blog-banner-area,
	.author-page .blog-banner-area{
		padding-top: 10%;
		padding-bottom: 10%;
	}
	.topic-page .blog-banner-area h1,
	.author-page .blog-banner-area h1{
		font-size: 56px;
		line-height: 60px;
	}
	.topic-page .blog-banner-area .blog-banner-area-content,
	.author-page .blog-banner-area .blog-banner-area-content{
		top: 0;
		transform: unset;
		margin: 0;
	}
	.topic-page .blog-banner-area .inner-wrap,
	.author-page .blog-banner-area .inner-wrap{
		padding-top: 80px;
	}
	.animate .header-group,
	.scroll-header.footer-in .header-group{
		z-index:1007!important;
	}
	.post-pagination-area  h3 span:not(.text) {
		text-align: center !important;
	}

	.post-pagination-area h3 .text {
		font-size: 25.6px !important;
		line-height: 25.6px !important;
	}

	.post-pagination-area .next-arrow {
		display: none;
	}

	.post-pagination-area .line {
		display: none !important;
	}
}


@media (max-width:999px) {
	.container-fluid .row-fluid .page-center {
		max-width: 600px;
	}
	.footer-group .page-center {
		padding-left: 0;
		padding-right: 0;
	}
	.body-container .page-center{
		padding:0;
	}
	.header-group .page-center{
		padding: 0;
	}
	.banner-area .page-center{
		padding-left:0;
		padding-right:0;
	}
	.blog-banner-area .page-center,
	.blog-banner-area .inner-wrap {
		padding: 0;
	}
	.hs-blog-listing .page-center.content-wrapper {
		padding-left: 15px;
		padding-right: 27px;
	}
	.topic-page .blog-banner-area .inner-wrap,
	.author-page .blog-banner-area .inner-wrap{
		padding: 0;
	}

	.topic-page .blog-banner-area .subheading,
	.author-page .blog-banner-area .subheading{
		font-family: Montserrat;
		text-transform: uppercase;
		letter-spacing: 9px;
		font-size: 16px;
		line-height: 30px;
		font-weight: 700;
	}
}

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

@media (max-width: 767px) {
	.custom-form{
		width:100% !important;
	}
}  

@media(max-width: 690px){
	.container-fluid .row-fluid .page-center {
		max-width: 420px;
	}
	.footer-social-icons-group {
		width: 100% !important;
		float: none !important;
	}

	.icons-container ul {
		float: none;
	}

	.icons-container ul>li:first-child {
		margin-left: 0;
	}
	.footer-section.col-1 {
		margin-bottom: 70px;
	}

	.footer-heading h4 {
		line-height: 36px;
	}
	h1 {
		font-size: 52px;
		line-height: 52px;
	}

	h2 {
		font-size: 35px;
		line-height: 36px;
	}

	h3 {
		font-size: 30px;
	}

	h5 {
		font-size: 22px;
		line-height: 32px;
	}

	h6 {
		font-size: 17px;
	}

	h4 {
		font-size: 26px;
	}
	.widget-span .footer-copyright-group {
		width: 100%;
		margin-bottom: 25px;
	}

	.widget-span.footer-section {
		width: 100%;
		float: none;
		padding: 0;
	}
	.banner-content h1 {
		font-size: 52px;
		line-height: 52px;
	}
	.blog-banner-area h1 {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 4px;
	}

	.blog-banner-area .subheading {
		font-size: 11.2px;
		line-height: 21px;
	}
	.blog-listing-wrapper .post-listing .post-item {
		width: 100%;
		padding: 0;
	}
	.hs-blog-listing .page-center.content-wrapper {
		padding: 0px 42px;
	}
	.blog-post-content > a .hs-featured-image {
		height: 396px;
	}
	.post-listing {
		margin: 0;
	}
	.custom-post-title h1 {
		font-size: 24px;
		line-height: 30px;
	}
	.custom-post-title .post-meta-category {
		display: none;
	}
	.footer-outter-section a.nectar-button {
		display: block!important;
		margin-top: 20px;
		margin-left: 0px;
	}
	.post-pagination-area ul li {
		width: 100%;
		min-height: 250px!important;
		text-align: center;
	}
	.blog-post-wrapper .post-body img {
		width: 100% !important;
		margin: 0px !important;
		float: none !important;
	}
	.topic-page .blog-banner-area .subheading,
	.author-page .blog-banner-area .subheading{
		font-size: 15px;
	}
	.blog-banner-area .page-center {
		max-width: 320px !important;
	}
	.post-pagination-area h3 .text {
		text-align: center !important;
	}
}

@media(max-width:689px){
	.topic-page .blog-banner-area h1,
	.author-page .blog-banner-area h1{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 4px;
	}
}

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

@media (max-width: 479px) {
	.container-fluid .row-fluid .page-center {
		max-width: 350px;
		padding-left:15px;
		padding-right:15px;
	}
	.blog-banner-area .page-center {
		padding: 0 !important;
	}
	.hs-blog-listing .page-center.content-wrapper {
		padding: 0 32px;
	}
	.blog-post-content > a .hs-featured-image {
		height: auto;
	}
	.subscribe-options label span {
		font-weight: normal;
		margin-left: 3px;
		font-size: 13px;
		font-weight: normal;
	}
	.blog-banner-area .page-center {
		padding:0 15px;
	}
}

@media (max-width:320px){
	.header-group .page-center {
		padding: 0 10px !important;
	}

	.footer-group .page-center {
		padding-right:10px !important;
		padding-left:10px !important;
	}
	.footer-top-group .page-center {
		padding-top: 55px;
		padding-bottom: 55px;
	}
}








