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


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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */
@import url('//fonts.googleapis.com/css?family=Roboto+Slab:normal|Raleway:500|Roboto+Condensed:normal|Roboto:500|Roboto:normal|Roboto:300&amp;subset=latin');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Lato:700|Roboto:300,400,500,700&display=swap');
/* EX: @import url('http://example.com/example_style.css'); */
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//6907597.fs1.hubspotusercontent-na1.net/hubfs/6907597/CharityHowTo_February2020%20Theme/Fonts/fa-solid-900.eot#iefix") format("embedded-opentype"), 
    url("//6907597.fs1.hubspotusercontent-na1.net/hubfs/6907597/CharityHowTo_February2020%20Theme/Fonts/fa-solid-900.woff2") format("woff2"),
    url("//6907597.fs1.hubspotusercontent-na1.net/hubfs/6907597/CharityHowTo_February2020%20Theme/Fonts/fa-solid-900.woff") format("woff"), 
    url("//6907597.fs1.hubspotusercontent-na1.net/hubfs/6907597/CharityHowTo_February2020%20Theme/Fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//6907597.fs1.hubspotusercontent-na1.net/hubfs/6907597/CharityHowTo_February2020%20Theme/Fonts/fa-brands-400.eot#iefix") format("embedded-opentype"), 
    url("//6907597.fs1.hubspotusercontent-na1.net/hubfs/6907597/CharityHowTo_February2020%20Theme/Fonts/fa-brands-400.woff2") format("woff2"), 
    url("//6907597.fs1.hubspotusercontent-na1.net/hubfs/6907597/CharityHowTo_February2020%20Theme/Fonts/fa-brands-400.woff") format("woff"), 
    url("//6907597.fs1.hubspotusercontent-na1.net/hubfs/6907597/CharityHowTo_February2020%20Theme/Fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: auto;
}

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

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

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

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

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

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

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

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

/* Responsive iFrames */
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}
 
/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background: #fff;
  font-family: Poppins,Helvetica,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #404040;
  line-height: 1.7;
}
.hs-embed-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    height: 400px !important;
    max-height: 400px !important;
} 
.my_form_blog_get_invited form ul li a {
    text-decoration: none !important;
    color: #0274be !important;
    font-family: Raleway !important;
    font-size: 16px !important;
    line-height: 24px !important;
    
}


.my_form_blog_get_invited form ul   {
  box-shadow:none !important;
    margin-bottom:10px !important;
    display:block;
}

.my_form_blog_get_invited img{position:relative;width:40px;margin:auto;display:block;margin-bottom:1rem}.my_form_blog_get_invited .body-container [type="email"]{margin-bottom:0px !important}.my_form_blog_get_invited strong{color:#0c8643}.my_form_blog_get_invited input{margin-bottom:11px !important}.my_form_blog_get_invited .actions input{width:100%;margin-top:1rem;background:#f28e19} !important;border-color:#f28e19 !important;}.mt-6.text-white.sr-invisible.fadeInBottom p span{color:#444 !important}

.my-form-invite .my_form_blog_get_invited {
    background: #f7f7f7 !important;
}
.my_form_blog_get_invited form {
box-shadow:none;
}
.my_form_blog_get_invited img {
    position: relative;
   
    width: 40px;
    margin: auto;
    display: block;
    margin-bottom: 1rem;
}

.my_form_blog_get_invited strong {
    color: #ffffff;
}

.my_form_blog_get_invited form>div:first-child div {
    display: flex;
    align-items: center;
}

.my_form_blog_get_invited .atmc-form-01_footer p {
    font-size: 12px;
}

.my_form_blog_get_invited form>div:first-child div img {
    width: 40px !important;
    height: 40px !important;
    margin-right: 14px;
}

.my_form_blog_get_invited form > div:nth-child(1) {
    background: #0c8340;
    padding:18px;
}

.my_form_blog_get_invited form > div:nth-child(1) img {
    margin: 0px;
}

.my_form_blog_get_invited h3 {
    margin: 0px !important;
}

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


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



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

/* Basic text */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
small {
  font-size: 80%;
  font-weight: 400;
}
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 {
  font-weight: 300;
  line-height: 1.5;
  margin:0 0 15px 0;    
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}

/* Anchor Links */
a {
  color: #0095da;
  background-color: transparent;
  text-decoration: none;
}
a:hover, a:focus {
  color: #00618e;
  text-decoration:none;
}


/* Lists */
ul, ol {
  margin-bottom: 1rem;
  margin-top: 0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  margin: 0 0 1rem;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  border-left: 5px solid #ccc;
}
figure {
  margin: 0 0 1rem;
}
figcaption, figure {
  display: block;
}
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 {}

.hs-header-grp {
  z-index: 1;
  background-color: #fff;

}
.hs-header-inner-grp {
  position: relative;
  z-index: 999;
  box-shadow: 0 1px 10px rgba(151,164,175,.1);
}
.hs-header-grp .page-center {
  padding-left: 15px;
  padding-right: 15px;
}
.hs-header-top-bar-grp{
  padding-top: .25rem;
  text-align: right;
  line-height: 1.5;
}
.hs-header-top-bar-content-wrp {
  display: inline-block;
}
.hs-header-top-bar-content-wrp ul  {
  padding-left: 0;
  margin:0;
  list-style: none;
}
.hs-header-top-bar-content-wrp ul li {
  display: inline-block;
}
.hs-header-top-bar-content-wrp ul li a{
  color: #77838f;
  font-size: .875rem;
  font-weight: 300;
  padding-left: .5rem;
  padding-right: .5rem;
}
.hs-header-top-bar-content-wrp ul li a span {
  margin-right: .25rem;
}
.hs-header-top-bar-content-wrp ul li:last-child a {
  font-size: .75rem;
  width: 1.5rem;
  height: 1.5rem;
  padding-right: 0;
  padding-left: 0;
  border: 1px solid transparent;
  display: inline-block;
  text-align: center;
}
.hs-header-top-bar-content-wrp ul li:last-child a span {
  margin-right: 0;
}
.hs-header-top-bar-content-wrp ul li a:hover {
  color: #00618e;
  text-decoration:none;
}
.hs-header-top-bar-content-wrp ul li:last-child a:hover{
  color: #1e2022;
}
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
.fa-question:before {
  content: "\f128";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-shopping-cart:before {
  content: "\f07a";
}

.hs-header-logo a {
  display: inline-block;
  padding-top: 0.5125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.hs-header-logo svg {
  margin-bottom: -.4375rem;
  vertical-align: baseline;
}
.hs-header-grp.lp .hs-header-top-bar-grp {
  min-height: 31px;
}
.widget-span.custom-header-wrapper {
  min-height: 101px;
}

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

.body-container-wrapper {}
.body-container {
  padding:35px 15px;
}

.hsbanner-area-wrp {
  background-color: #f8f9fa;
  padding: 27px 0 64px;
  position: relative;
}
.hsbanner-area-wrp .page-center {
  padding-left: 15px;
  padding-right: 15px;
}
.hsbanner-area-wrp h4 {
  margin: 0;
  font-weight: 500;
  color: #1e2022;
}

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


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

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

.hs-footer-grp{
  background-image: linear-gradient(150deg,#45c1d8,#0095da);
  background-repeat: repeat-x;
  line-height: 1.5;
}
.hs-footer-grp .page-center {
  padding-left: 15px;
  padding-right: 15px;
}

.hs-footer-top-grp {
  padding-bottom: 2rem;
}
.span4.hs-footer-logo-contact-grp {
  width: 33.33333% !important;
  margin-bottom: 2rem;
}
.hs-footer-logo a {
  max-width: 17rem;
  display: block;
  margin: 0 0 1rem;
}
.hs-footer-logo svg {
  margin-bottom: -.4375rem;
  vertical-align: baseline;
}
.span8.hs-footer-menu {
  margin-left: 0 !important;
  width: 66.55% !important;
}
.hs-footer-menu {
  padding-left:16.66667%;
}
.hs-footer-menu .hs-menu-wrapper > ul {
  display:block;
}
.hs-footer-menu .hs-menu-wrapper>ul>li {
  width: 33.33%;
  margin-bottom: 1.5rem;
  padding: 0 15px;
}
.hs-footer-menu .hs-menu-wrapper>ul>li:not(:first-child) {
  padding-left: 20px;
}
.hs-footer-menu .hs-menu-wrapper>ul > li:last-child {
  padding-left: 26px;
}
.hs-footer-menu .hs-menu-wrapper > ul > li > a {
  font-weight: 500;
  color: #fff;
  font-family: Poppins,Helvetica,Arial,sans-serif;
  line-height: 1.5;
  margin-bottom: .5rem;
  cursor: text;
  text-decoration:none;
}
.hs-footer-menu .hs-menu-wrapper > ul > li > a:hover {
  color: #fff;
  text-decoration:none;
}

.hs-footer-menu .hs-menu-wrapper > ul ul li a {
  font-size: .875rem;
  position: relative;
  display: inline-block !important;
  padding: .425rem 0;
  color: hsla(0,0%,100%,.7);
  text-decoration: none;
  white-space: normal !important;
  vertical-align: top;
  margin-right:-7px;
}
.hs-footer-menu .hs-menu-wrapper > ul ul li a:hover {
  color:#fff;
  text-decoration:none;
}


.hs-footer-contact-details p {
  font-size: 80%;
  font-weight: 400;
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.7;
}

.hs-footer-follow-us p {
  margin: 0;
  color: #fff;
}
.hs-footer-social-icon ul {
  padding-left: 0;
  margin:0;
  list-style: none;
}
.hs-footer-social-icon ul li {
  display: inline-block;
}
.hs-footer-social-icon ul li:not(:last-child) {
  margin-right: .5rem;
}
.hs-footer-social-icon ul li a {
  transition: all .2s ease-in-out;
  border: 1px solid transparent;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  display: inline-block;
  font-weight: 500;
  border-radius: .25rem;
  position: relative;
  line-height: 0;
  padding: 0;
  font-size: .8175rem;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.hs-footer-social-icon ul li a:hover{
  box-shadow: 0 4px 11px rgba(209,65,48,.35);
}
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}
.btn-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-twitter:hover {
  color: #fff;
  background-color: #0d8ddc;
  border-color: #0c85d0;
}
.btn-google {
  color: #fff;
  background-color: #d14130;
  border-color: #d14130;
}
.btn-google:hover {
  color: #fff;
  background-color: #b33628;
  border-color: #a93325;
}
.hs-footer-social-icon ul li a span {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 2em;
  font-family: "Font Awesome 5 Brands";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.hs-footer-copyright p {
  color: hsla(0,0%,100%,.7);
  margin: 0;
  font-size: 80%;
  font-weight: 400;
  text-align: right;
  line-height: 1.7;
  padding-top:5px;
}






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


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

/* Parent List */
.custom-menu-primary {}
.custom-menu-primary .hs-menu-wrapper>ul {
  display: block;
  float: right;
  margin-top: -2px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li {}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding: 1.5rem .875rem;
  color: #0095da;
  line-height: 1.5;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #00618e;
  text-decoration:none;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper>ul ul {}
.custom-blog-menu-primary .hs-menu-wrapper>ul ul{
  background:#fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {}
.custom-menu-primary .hs-menu-wrapper>ul ul li a,
.custom-blog-menu-primary .hs-menu-wrapper>ul ul li a{
  padding-right: 1.75rem;
  padding-left: 1.75rem;
  font-size: .875rem;
  color: #77838f;
  padding: .5rem 1.75rem;
  line-height: 1.5;
  background: #fff;
  white-space: normal !important;
  text-decoration:none;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,
.custom-blog-menu-primary .hs-menu-wrapper>ul ul li a:hover{
  color: #00618e;
  text-decoration:none;
}


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

.custom-menu-primary .hs-menu-wrapper>ul ul > li.get-invited {
  margin-top: .5rem;
  padding-top: .5rem;
  overflow: hidden;
  border-top: 1px solid #e7eaf3;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li.get-invited > a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f0a9";
  color: #0095da;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    display:block !important;
  }
  .hs-header-logo a {
    padding-top: .5125rem;
    padding-bottom: 0.52rem;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 0 ;
    visibility: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    background: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    margin-top: 500px !important;
    transition:none !important;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul > li.hs-item-has-children.clicked > ul{
    opacity: 1 !important;
    visibility: visible !important;
    display:block !important;
    margin-top:0 !important;
    transition: 300ms ease !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.get-invited {
    padding-top: 14px;
    margin-right: -1px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.get-invited>a {
    padding: 0;
    padding: .625rem 1.125rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem;
    color: #fff;
    background-color: #f28e19;
    border-color: #f28e19;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    display: inline-block;
    font-weight: 500;
    transition: all .2s ease-in-out;
    border: 1px solid transparent;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover {
    background-color: #d97a0c;
    border-color: #cc740c;
    color: #d9d9d9;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul,
  .custom-blog-menu-primary .hs-menu-wrapper>ul ul{
    border-top: .1875rem solid #0095da;
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem;
    box-shadow: 0 8px 20px rgba(0,149,218,.075);
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-width: 240px;
  }
  .hs-header-grp {
    top: -250px;
    transition: .3s ease;
    -mox-transition: .3s ease;
    -webkit-transition: .3s ease;
  }
  .scroll-header .hs-header-grp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  .scroll-header .hs-header-top-bar-grp {
    display: none !important;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul {
    margin-top: 0;
  }
  .scroll-header .hs-header-logo a {
    padding-top: 0.7125rem;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    padding-top: 15px;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    padding: .625rem 1.20rem .625rem 1.125rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    font-size: 65%;
    font-weight: 900;
    content: "\f107";
    margin-left: .5rem;
    transition: .3s ease;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li.hs-item-has-children > a:after {
    top: 20px;
    right: 20px;
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    font-size: 80%;
    font-weight: 900;
    content: "\f105";
    margin-left: auto;
    margin-right: .04rem;
    transition: .3s ease;
    position: absolute;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children:hover>ul {
    opacity: 1 !important;
    visibility: visible !important;
    margin: -1.2rem 0 0 !important;
    top: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a, 
  .custom-blog-menu-primary .hs-menu-wrapper>ul ul li a {
    position: relative;
  }
  .custom-blog-menu-primary .hs-menu-wrapper>ul li:first-child > ul{
    min-width:230px;
  }

}


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

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

@media (max-width: 767px) {

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
  }
  .hs-header-bottom-grp {
    position: relative;
  }
  .navbar-toggler.btn.u-hamburger {
    position: absolute;
    top: 18px;
    right: 4px;
  }
  .navbar-toggler.btn.u-hamburger {
    display: inline-block;
    font-weight: 500;
    color: #1e2022;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .75rem 1rem;
    font-size: 1rem;
    outline: none;
    line-height: 1.5;
    cursor: pointer;
    border-radius: .3125rem;
    transition: all .2s ease-in-out;
  }
  .navbar-toggler.btn.u-hamburger{
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .3125rem;
  }
  .navbar-toggler .btn {
    font-size: inherit;
    line-height: 0;
    padding: .25rem;
  }
  .hshamburger-box {
    width: 1.5625rem;
    height: .875rem;
    display: inline-block;
    position: relative;
  }
  .hs-hamburger-inner, 
  .hs-hamburger-inner:after, 
  .hs-hamburger-inner:before {
    width: 1.5625rem;
    height: .125rem;
    background-color: #8c98a4;
    position: absolute;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease;
  }
  .hs-hamburger-inner:after,
  .hs-hamburger-inner:before {
    content: "";
    display: block;
  }
  .hs-hamburger-inner:before {
    top: .375rem;
    transition-property: transform,opacity;
    transition-duration: .3s;
    transition-timing-function: ease;
  }
  .hs-hamburger-inner:after {
    top: .75rem;
  }

  .mobile-open .hs-hamburger-inner {
    transform: translate3d(0,.375rem,0) rotate(45deg);
  }
  .mobile-open .hs-hamburger-inner:before{
    transform: rotate(-45deg) translate3d(-.22321rem,-.25rem,0);
    opacity: 0;
  }
  .mobile-open .hs-hamburger-inner:after{
    transform: translate3d(0,-.75rem,0) rotate(-90deg);
  }

  .navbar-toggler.btn.u-hamburger:hover .hs-hamburger-inner,
  .navbar-toggler.btn.u-hamburger:hover .hs-hamburger-inner:after, 
  .navbar-toggler.btn.u-hamburger:hover .hs-hamburger-inner:before {
    background-color: #0095da;
  }

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

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    min-width: 100% !important;
    padding: 0 !important;
    text-align: right;
    line-height: 36px;
  }
  .child-trigger:after {
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    font-size: 65%;
    font-weight: 900;
    content: "\f107";
    margin-left: .5rem;
    transition: .3s ease;
    color: #0095da
  }
  .child-trigger.child-open:after {
    transform: rotate(-180deg);
  }
  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0; /* Makes room for button */
    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;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%; /* Full screen width */
  }

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

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


  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a { }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}

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

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


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


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

/* Blog Post and Listing Body Class */
body.blog {
  background-color: #eeeeee;
  -webkit-font-smoothing: antialiased;
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 16px;
  line-height:1.5;
  color: #444444;
}
.blog .mobile-trigger.navbar-toggler.btn.u-hamburger {
  display: none !important;
}
.blog .body-container .page-center,
.blog .hs-blog-footer-copyright-grp .page-center{
  max-width: 1152px !important;
}
.blog a{
  transition: all 0.25s linear;
}
.hs-blog-logo img {
  max-width: 240px;
}

.blog .blog-content {
  margin-bottom: 35px;
  padding: 3.994%;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.1);
}

.blog #back-to-top {
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 10px 18px 10px;
  position: fixed;
  right: 15px;
  bottom: 10px;
  transition: all .25s linear 0s;
  z-index: 25;
  background: #222;
  text-align: center;
  border-radius: 3px;
  height: 40px;
  width: 40px;
}
.blog #back-to-top:hover{
  background-color: #0274BE;
  color: #fff!important;
}


.breadcrumb {
  clear: both;
  padding: 0;
  overflow: hidden;
  margin-bottom: 15px;
}
.breadcrumb> div {
  padding: 0 5px;
  overflow: visible;
  float: none;
  display: inline-block;
}
.breadcrumb .root {
  padding: 0;
}
.breadcrumb a {
  text-transform: capitalize;
  color: #0274BE;
}
.breadcrumb a:hover {
  color: #0274BE;
}
.breadcrumb .fa-caret-right {
  padding: 0 0;
}

/* Header */
.hs-blog-header-grp {
  background: #fff;
  min-height: 64px !important;
}
.custom-blog-menu-primary .hs-menu-wrapper > ul{
  display:block;
}
.custom-blog-menu-primary .hs-menu-wrapper > ul > li {
  line-height: 24px;
  position: relative;
  transition: all 0.25s linear;
}
.custom-blog-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #666666;
  font-size: 14px;
  font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  transition: none;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  text-decoration: none;
}
.custom-blog-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: black;
  text-decoration:none;
}

.custom-blog-menu-primary .hs-menu-wrapper>ul>li.active>a, 
.custom-blog-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
  color: #0274BE;
}
.custom-blog-menu-primary .hs-menu-wrapper>ul>li.active>a:hover, 
.custom-blog-menu-primary .hs-menu-wrapper>ul>li.active-branch>a:hover {
  color: black;
}
.hs-blog-footer-grp {
  margin-top: 30px;
  background: #353945;
}
.hs-blog-footer-top-outter-grp > .row-fluid-wrapper > .row-fluid {
  max-width: 600px;
  margin: 0 auto;
}
.hs-blog-footer-form .widget-type-form {
  background: #2b2e38;
  padding: 5%;
}
.hs-blog-footer-form .hs-form-field span:empty+span { 
  display: none;
}
.hs-blog-footer-form .widget-type-form  textarea,
.hs-blog-footer-form .widget-type-form  input[type="text"],
.hs-blog-footer-form .widget-type-form  input[type="password"],
.hs-blog-footer-form .widget-type-form  input[type="datetime"],
.hs-blog-footer-form .widget-type-form  input[type="datetime-local"],
.hs-blog-footer-form .widget-type-form  input[type="date"],
.hs-blog-footer-form .widget-type-form  input[type="month"],
.hs-blog-footer-form .widget-type-form  input[type="time"],
.hs-blog-footer-form .widget-type-form  input[type="week"],
.hs-blog-footer-form .widget-type-form  input[type="number"],
.hs-blog-footer-form .widget-type-form  input[type="email"],
.hs-blog-footer-form .widget-type-form  input[type="url"],
.hs-blog-footer-form .widget-type-form  input[type="search"],
.hs-blog-footer-form .widget-type-form  input[type="tel"],
.hs-blog-footer-form .widget-type-form  input[type="color"] 
.hs-blog-footer-form .widget-type-form  select {
  color: #60656f;
  font-size: 14px;
  font-weight: 400;
  font-family: Roboto;
  background: #fff;
  border-color: rgba(0,0,0,.35);
  border: 0;
  box-shadow: none;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  display: block;
  margin-top: 0;
  margin-right: 1%;
  margin-left: 0;
  padding-top: 11px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-left: 12px;
  max-width: 100%;
  width: 100%;
  margin-bottom: 18px;
}
.hs-blog-footer-form .widget-type-form .hs-button.primary, 
.hs-blog-footer-form .widget-type-form input[type="submit"], 
.hs-blog-footer-form .widget-type-form input[type="button"] {
  background: linear-gradient(179deg,#f28e19 34%,#e07e0b 100%);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-width: 0px;
  border-color: rgba(0,0,0,.35);
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: none;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top-width: 0px;
  box-shadow: 0px 0px 0px 0px #ffffff;
  color: #ffffff;
  font-family: Roboto;
  font-size: 17px;
  font-weight: 700;
  -webkit-letter-spacing: 0.3px;
  -moz-letter-spacing: 0.3px;
  -ms-letter-spacing: 0.3px;
  letter-spacing: 0.3px;
  line-height: 1;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  max-width: 100%;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  text-transform: capitalize;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  text-shadow: none;
}
.hs-blog-footer-form .widget-type-form .hs-button.primary:hover, 
.hs-blog-footer-form .widget-type-form input[type="submit"]:hover, 
.hs-blog-footer-form .widget-type-form input[type="button"]:hover {
  background: linear-gradient(179deg,#c86f06 34%,#cb7005 100%) !important;
  box-shadow: 0px 0px 0px 0px #ffffff !important;
  transform: none;
}
.blog .widget-type-form .invalid.error {
  border: 2px solid rgb(255, 153, 153) !important;
}
.blog .blog-sidebar .hs_error_rollup ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog .hs-error-msgs.inputs-list label {
  color: #aa6463;
  font-weight: normal;
}
.blog form.hs-form .hs-form-field ul.inputs-list li {
  font-size: 14px;
  color: rgb(170, 100, 99);
  margin:10px 0px 10px;
  text-align: center;
  line-height: 18px;
  background-color: rgb(255, 239, 239) !important;
  padding: 12px;
  font-weight: 600;
  border-radius: 3px;
  border: 2px solid rgb(255, 153, 153);
  display: block;
  opacity: 1;
}
.blog form.hs-form .hs-form-field ul.inputs-list li label {
  font-size: 14px;
  color: #aa6463;
  font-weight: 600;
  text-shadow: none;
  font-family: helvetica, arial, san-serif;
}
.hs-blog-footer-copyright-grp {
  background-color: #ffffff;
  padding-bottom: 17px;
  padding-top: 20px;
}
.hs-blog-footer-copyright p {
  margin: 0;
  font-family: Raleway;
  line-height: 21px;
  font-size: 14px;
  font-weight: 500;
  color: #7e7d7d;
}
.hs-blog-footer-copyright p a {
  color: #0274BE;
  text-decoration:none;
}
.hs-blog-footer-copyright p a:hover{
  color: #0274BE;
  text-decoration:none;
}

.hs-blog-footer-right-content h4 {
  color: #fff;
  font-size: 20px;
  font-family: Lato;
  margin: 0;
  line-height: 22px;
  padding-top: 12px;
}
.hs-blog-footer-right-content p {
  color: #d1d1d4;
  font-size: 15px;
  font-family: Lato;
  margin-top: 6px;
  margin-bottom: 16px;
}
.hs-blog-footer-top-grp > .row-fluid-wrapper >.row-fluid {
  padding: 7% 5% 1%;
}
.hs-blog-footer-left-img {
  padding-top: 10px;
  padding-left: 8px;
}

h1.postsby {
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 26px;
  color: #222222;
  text-transform: capitalize;
  margin-bottom: 25px;
  margin-top: 0;
  line-height: 1.4;
}

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

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

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


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



/* 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 {
  font-family: 'Roboto';
  font-weight: 300;
  margin-bottom: 12px;
  font-size: 24px;
  color: #222222;
  line-height: 1.4;
  text-transform: capitalize;
}
.post-header h2 a {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 28px;
  color: #0c8643;
  text-decoration:none;
}
.post-header h2 a:hover {
  text-decoration: none;
  color: #0c8643;
}
.section.post-header h1 {
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 35px;
  color: #222222;
  text-transform: capitalize;
}

/* Blog Author and Avatar */
#hubspot-author_data {}

.post-info {
  display: block;
  color: #aaa;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: Raleway,arial,sans-serif;
}
.post-info a {
  color: #777;
  text-decoration:none;
}
.post-info a:hover {
  color: #0274BE;
  text-decoration:none;
}
.post-info > span {
  margin-right: 20px;
}
.fa-tags:before {
  content: "\f02c";
}
.fa-calendar:before {
  content: "\f073";
}

#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: 100%;
  float: left;
  margin-bottom: 30px;  
}
.blog-listing-wrapper .post-listing .post-item .post-body {
  width: auto;
  float: none;
}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-blog-listing .hs-featured-image-wrapper {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}
.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link {
  max-width: 100%;
  float: left;
  width: 100%;
}
.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  margin-bottom: 0;
  width: 100%;
  float: left;
  max-width: 100%;
  margin: 0;
}

/* Read More Link */
.more-link{
  margin-top: 10px;
}
.more-link a {
  display: inline-block;
  margin: 0;
  color: #0274be;

}
.more-link a:hover {
  color: #0274BE;
}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  border-top: 0;
  border-bottom: 0;
  height: auto;
  padding: 12px 0 7px;
  margin: 0 0 10px 0;
}

/* Blog Commments */
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
  margin:15px 0;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing.no-comments {
  border: none;
}
#comments-listing:empty {
  display:none;
}
#comments-listing:empty {
  display: 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 {
  padding:10px 0;
}

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

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date {
  font-size: 13px;
  text-align: right;
}

/* Pagination */
.blog-pagination {
  clear: both;
  overflow: hidden;
  float: left;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 0;
  display: block;
}
.blog-pagination a {
  background: #222;
  margin:0;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  padding: 10px 13px;
  min-width: 36px;
  box-sizing: border-box;
  border-radius: 3px;
  text-align: center;
}
.blog-pagination a:hover {
  background-color: #0274BE;
  color: #fff;
}

.blog-pagination span {
  width: 33.33%;
  float: left;
  margin-bottom: 5px;
}
.blog-paginations pan.next-posts {
  float: right;
  text-align: right;
}
.blog-pagination span.all-posts {
  text-align: center;
}
blog-pagination span.next-posts {
  text-align: right;
  float: right;
}
.blog-pagination .next-posts {
  text-align: right;
  float: right;
}

.blog-pagination .half-page {
  width: 50%;
}
.blog-pagination span.all-posts.half-page {
  text-align: left;
}
.blog-pagination span.half-page.half-next-page {
  text-align: right;
  float: right;
}

.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 {
  text-decoration: none;
}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom: 27px;
  float: left;
  clear: both;
  width: 100%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.1);
}

.my_form_blog_get_invited .hs-form-field {
    padding: 10px 20px 0px;
}

.my_form_blog_get_invited .hs_submit.hs-submit {
    padding: 0px 20px;
}

.my_form_blog_get_invited .atmc-form-01_footer {
    padding: 0px 20px;
}



.blog .blog-sidebar h1,
.blog .blog-sidebar h2,
.blog .blog-sidebar h3,
.blog .blog-sidebar h4,
.blog .blog-sidebar h5,
.blog .blog-sidebar h6,
.blog .blog-sidebar .from-title {
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 20px;
  margin: 0px 0 15px 0;
  text-transform: uppercase;
  line-height: 1.4;
  color: #222222;
}

.hs-get-invited-grp {
    padding: 0px !important;
}

.hs-get-invited-grp .my_form_blog_get_invited {
    padding: 0px !important;
  border: solid #0c8340 4px;
    border-radius: 8px;
}

.blog .blog-sidebar ul {
  margin: 0;
  padding: 0;
  display: block;
}
.blog .blog-sidebar ul li {
  list-style-type: square;
  margin-left: 17px;
  margin-bottom: 7px;
}
.blog .blog-sidebar ul li a {
  text-decoration:none;
  color: #0274BE;
  font-family:Raleway;
  font-size:16px;
  line-height:24px;
}
.blog .blog-sidebar ul li a:hover {
  color: #0274BE;
  text-decoration:none;
}

.hs-blog-list-cat ul.l_tinynav1 {
  display: none !important;
}
.hs-blog-list-cat select {
  padding: 6px 10px !important;
  border-color: #d8d8d8;
  width: 100% !important;
  color: #444 !important;
  border: 1px solid #e4e4e4 !important;
  border-radius: 0 !important;
  box-shadow: none;
  outline: 0 !important;
  font-family: Raleway,arial,sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: normal !important;
}
.hs-blog-list-cat select:focus {
  outline: 0 !important;
  box-shadow: none !important;
  box-shadow: none !important;
  border-color: #d8d8d8 !important;
}
.filter-link-count {
  display: none;
}

.blog .blog-sidebar .widget-span.hs-site-search-grp,
.hs-site-search-grp{
  background: #222;
}
.blog .blog-sidebar .widget-span.hs-site-search-grp label,
hs-site-search-grp label{
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin: 0px 0 15px 0;
  line-height: 1.4;
  display: block;
}

.blog .blog-sidebar .widget-span.hs-site-search-grp,
.hs-site-search-grp{
  background: #222;
}

.blog .blog-sidebar .widget-span.hs-site-search-grp label,
.hs-site-search-grp label{
  font-family: 'Roboto';
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin: 0px 0 15px 0;
  line-height: 1.4;
  display: block;
}

.blog .blog-sidebar .widget-span.hs-site-search-grp textarea,
.blog .blog-sidebar .widget-span.hs-site-search-grp input[type="text"],
.blog .blog-sidebar .widget-span.hs-site-search-grp input[type="password"],
.blog .blog-sidebar .widget-span.hs-site-search-grp input[type="datetime"],
.blog .blog-sidebar .widget-span.hs-site-search-grp input[type="datetime-local"],
.blog .blog-sidebar .widget-span.hs-site-search-grp input[type="date"],
.blog .blog-sidebar .widget-span.hs-site-search-grp input[type="month"],
.blog .blog-sidebar .widget-span.hs-site-search-grp input[type="time"],
.blog .blog-sidebar .widget-span.hs-site-search-grp input[type="week"],
.blog .blog-sidebar .widget-span.hs-site-search-grp input[type="number"],
.blog .blog-sidebar .widget-span.hs-site-search-grp input[type="email"],
.blog .blog-sidebar .widget-span.hs-site-search-grp input[type="url"],
.blog .blog-sidebar .widget-span.hs-site-search-grp input[type="search"],
.blog .blog-sidebar .widget-span.hs-site-search-grp input[type="tel"],
.blog .blog-sidebar .widget-span.hs-site-search-grp input[type="color"] 
.blog .blog-sidebar .widget-span.hs-site-search-grp select {
  width: 100%;
  background-color: #fff;
  float: left;
  padding: 15px 0;
  text-indent: 10px;
  color: #999;
  border: 1px solid #DDD;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #EEE inset;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0;
  line-height:normal;
  font-family: Raleway;
  outline: none;
}
.blog .blog-sidebar .widget-span.hs-site-search-grp [type="text"]:focus,
.blog .blog-sidebar .widget-span.hs-site-search-grp [type="password"]:focus,
.blog .blog-sidebar .widget-span.hs-site-search-grp [type="datetime"]:focus,
.blog .blog-sidebar .widget-span.hs-site-search-grp [type="datetime-local"]:focus,
.blog .blog-sidebar .widget-span.hs-site-search-grp [type="date"]:focus,
.blog .blog-sidebar .widget-span.hs-site-search-grp [type="month"]:focus,
.blog .blog-sidebar .widget-span.hs-site-search-grp [type="time"]:focus,
.blog .blog-sidebar .widget-span.hs-site-search-grp [type="week"]:focus,
.blog .blog-sidebar .widget-span.hs-site-search-grp [type="number"]:focus,
.blog .blog-sidebar .widget-span.hs-site-search-grp [type="email"]:focus,
.blog .blog-sidebar .widget-span.hs-site-search-grp [type="url"]:focus,
.blog .blog-sidebar .widget-span.hs-site-search-grp [type="search"]:focus,
.blog .blog-sidebar .widget-span.hs-site-search-grp [type="tel"]:focus,
.blog .blog-sidebar .widget-span.hs-site-search-grp [type="color"]:focus,
.blog .blog-sidebar .widget-span.hs-site-search-grp [type="file"]:focus,
.blog .blog-sidebar .widget-span.hs-site-search-grp textarea:focus,
.blog .blog-sidebar .widget-span.hs-site-search-grp select:focus {
  outline: none;
  border: 1px solid #DDD;
  box-shadow: 1px 1px 3px #EEE inset;
}
.blog .blog-sidebar .widget-span.hs-site-search-grp .widget-span.widget-type-custom_widget {
  background: transparent;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.blog .blog-sidebar .hs-site-search-grp button {
  background-color: #0274BE;
  color: #fff;
  width: 100%;
  height: 48px;
  cursor: pointer;
  text-align: center;
  padding-top: 10px;
  padding: 9px 0;
  transition: all 0.25s linear;
  border: 0;
  margin-top: 10px;
  border-radius: 3px;
  font-size: 14px;
  font-family: Arial;
  box-shadow:none;
  outline:none;
}
.blog .blog-sidebar .hs-site-search-grp button:hover{
  background-color: #0274BE;
  color: #fff;
  box-shadow:none;
}

.blog .blog-sidebar .widget-span.hs-get-invited-grp .widget-span,
.hs-get-invited-grp{
  background: #f7f7f7;
  padding: 30px 15px 12%;
  margin-bottom:0;
}
.hs-blog-getinvited-form-wrp .oakland-IconsElement--content {
  text-align: center;
  padding: 5px;
}
.blog .blog-sidebar .hs-blog-getinvited-form-wrp h3,
.hs-blog-getinvited-form-wrp h3{
  color: #3a3a3a;
  font-size: 20px;
  text-transform: none;
  padding: 10px 0 0;
  font-weight: 700;
  font-family: Roboto,arial,san-serif;
  line-height: 26px;
  margin: 0;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.hs-blog-getinvited-form-wrp .oakland-IconsElement--content i {
  background-color: #0095da;
  padding: 10px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-size: 24px;
  color: #fff;
  width: 52px;
  height: 52px;
  line-height: 30px;
}
.hs-blog-getinvited-top-content p {
  color: rgb(85,85,86);
  font-size: 15px;
  font-family: Roboto;
  text-align: center;
  line-height:20px;
  padding: 0 2%;
  margin-top: 12px;
  margin-bottom: 8px;
}
.blog .blog-sidebar .hs-blog-getinvited-form-wrp form.hs-form.stacked {
  padding-left: 10px;
  padding-right: 10px;
}
.blog .blog-sidebar .hs-blog-getinvited-form-wrp textarea,
.blog .blog-sidebar .hs-blog-getinvited-form-wrp input[type="text"],
.blog .blog-sidebar .hs-blog-getinvited-form-wrp input[type="password"],
.blog .blog-sidebar .hs-blog-getinvited-form-wrp input[type="datetime"],
.blog .blog-sidebar .hs-blog-getinvited-form-wrp input[type="datetime-local"],
.blog .blog-sidebar .hs-blog-getinvited-form-wrp input[type="date"],
.blog .blog-sidebar .hs-blog-getinvited-form-wrp input[type="month"],
.blog .blog-sidebar .hs-blog-getinvited-form-wrp input[type="time"],
.blog .blog-sidebar .hs-blog-getinvited-form-wrp input[type="week"],
.blog .blog-sidebar .hs-blog-getinvited-form-wrp input[type="number"],
.blog .blog-sidebar .hs-blog-getinvited-form-wrp input[type="email"],
.blog .blog-sidebar .hs-blog-getinvited-form-wrp input[type="url"],
.blog .blog-sidebar .hs-blog-getinvited-form-wrp input[type="search"],
.blog .blog-sidebar .hs-blog-getinvited-form-wrp input[type="tel"],
.blog .blog-sidebar .hs-blog-getinvited-form-wrp input[type="color"] 
.blog .blog-sidebar .hs-blog-getinvited-form-wrp select {
  color: #60656f;
  font-size: 16px;
  font-weight: 400;
  font-family: Roboto;
  background: #ffffff;
  border-style: solid;
  border-color: rgba(208, 206, 206, 0.77);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  margin: 0;
  line-height: 1.5;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-top: 10px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-left: 12px;
  box-shadow: none;
  max-width: 100%;
  width: 100%;
}
.blog .blog-sidebar .hs-blog-getinvited-form-wrp .hs-button.primary, 
.blog .blog-sidebar .hs-blog-getinvited-form-wrp input[type="submit"], 
.blog .blog-sidebar .hs-blog-getinvited-form-wrp input[type="button"],
.hs-blog-getinvited-form-wrp .hs-button.primary, 
.hs-blog-getinvited-form-wrp input[type="submit"], 
.hs-blog-getinvited-form-wrp input[type="button"]{
  background: linear-gradient(181deg,#f28e19 32%,#cf7207 100%) ;
  border-bottom-left-radius: 2px ;
  border-bottom-right-radius: 2px ;
  border-bottom-width: 0px ;
  border-color: rgba(0,0,0,.35) ;
  border-left-width: 0px ;
  border-right-width: 0px ;
  border-style: none ;
  border-top-left-radius: 2px ;
  border-top-right-radius: 2px ;
  border-top-width: 0px ;
  box-shadow: 0px 0px 3px 0px rgba(133,131,131,0.68) ;
  color: #ffffff ;
  font-family: Roboto ;
  font-size: 18px ;
  font-weight: 700 ;
  -webkit-letter-spacing: 0.3px ;
  -moz-letter-spacing: 0.3px ;
  -ms-letter-spacing: 0.3px ;
  letter-spacing: 0.3px ;
  line-height: 0.9;
  margin-bottom: 0px ;
  margin-top: 16px ;
  max-width: 100% ;
  padding-bottom: 14px;
  padding-top: 14px ;
  text-transform: capitalize ;
  -webkit-text-decoration: none;
  text-decoration: none ;
  width: 100% ;
  white-space: normal !important;
  text-shadow:none;
  outline:none;
  transform: none;
  cursor: pointer;
}
.hs-blog-getinvited-form-wrp .hs-form-field span:empty+span {
  display: none;
}
.blog .blog-sidebar .hs-blog-getinvited-form-wrp .hs-button.primary:hover, 
.blog .blog-sidebar .hs-blog-getinvited-form-wrp input[type="submit"]:hover, 
.blog .blog-sidebar .hs-blog-getinvited-form-wrp input[type="button"]:hover,
.hs-blog-getinvited-form-wrp .hs-button.primary:hover, 
.hs-blog-getinvited-form-wrp input[type="submit"]:hover, 
.hs-blog-getinvited-form-wrp input[type="button"]:hover{
  background: linear-gradient(181deg,#e3800d 32%,#b76303 100%) ;
  box-shadow: 0px 0px 3px 0px rgba(133,131,131,0.68) ;
}

.blog .blog-sidebar .hs-blog-getinvited-form-wrp form.hs-form.stacked {
  padding-left: 10px;
  padding-right: 10px;
}
.hs-blog-getinvited-form-wrp textarea,
.hs-blog-getinvited-form-wrp input[type="text"],
.hs-blog-getinvited-form-wrp input[type="password"],
.hs-blog-getinvited-form-wrp input[type="datetime"],
.hs-blog-getinvited-form-wrp input[type="datetime-local"],
.hs-blog-getinvited-form-wrp input[type="date"],
.hs-blog-getinvited-form-wrp input[type="month"],
.hs-blog-getinvited-form-wrp input[type="time"],
.hs-blog-getinvited-form-wrp input[type="week"],
.hs-blog-getinvited-form-wrp input[type="number"],
.hs-blog-getinvited-form-wrp input[type="email"],
.hs-blog-getinvited-form-wrp input[type="url"],
.hs-blog-getinvited-form-wrp input[type="search"],
.hs-blog-getinvited-form-wrp input[type="tel"],
.hs-blog-getinvited-form-wrp input[type="color"] 
.hs-blog-getinvited-form-wrp select {
  color: #60656f;
  font-size: 16px;
  font-weight: 400;
  font-family: Roboto;
  background: #ffffff;
  border-style: solid;
  border-color: rgba(208, 206, 206, 0.77);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  margin: 0;
  line-height: 1.5;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-top: 10px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-left: 12px;
  box-shadow: none;
  max-width: 100%;
  width: 100%;
}



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

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

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

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

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

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


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


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

.related-posts h4 {
  font-size: 30px;
  font-family: 'Roboto';
  font-weight: 300;
  color: #222222;
  line-height: 1.4;
  margin-bottom: 12px;
}

.latestPost.related-post-item {
  width: 31%;
  margin-right: 3.5%;
  float: left;
  margin-bottom: 15px;
}
.latestPost.related-post-item:last-child {
  margin-right: 0;
}
.related-title h2 {
  font-size: 16px;
  margin-top: 10px;
  font-family: 'Roboto';
  color: #222222;
  text-transform: capitalize;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 400;
}
.related-title h2 a {
  color: #222222;
}
.related-title h2 a:hover{
  color: #0274be
}

.hs-blog-post #hubspot-author_data .hs-author-avatar {
  margin-top: 18px;
}
.hs-blog-post .hs-author-social-section {
  margin-top: 30px;
}
.hs-blog-post .comment-date {
  text-align: left;
  display: block;
}
.hs-blog-post .comment.depth-0:last-child {
  border-bottom: none!important;
}

.hs-blog-post .hs_recaptcha.hs-recaptcha.field.hs-form-field {    
  width: auto;    
  overflow: auto;
  padding:10px 0;
}



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


/* =============== Global Form Styles =============== */
.body-container h3.form-title {
  color: #0095da;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: .5rem;
  line-height: 1.5;
}
/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.body-container .hs-form-field > label {
  display: block;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: 500;
  color: #1e2022;
}

label {}
/* One Line Inputs */
.body-container [type="text"],
.body-container [type="password"],
.body-container [type="datetime"],
.body-container [type="datetime-local"],
.body-container [type="date"],
.body-container [type="month"],
.body-container [type="time"],
.body-container [type="week"],
.body-container [type="number"],
.body-container [type="email"],
.body-container [type="url"],
.body-container [type="search"],
.body-container [type="tel"],
.body-container [type="color"],
.body-container [type="file"],
.body-container textarea,
.body-container select {
  display: block;
  width: 100%;
  padding: .75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1e2022;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d5dae2;
  outline:none;
  margin-bottom: 2.5rem;
  font-family:Poppins, Helvetica, Arial, sans-serif;
  font-size:16px;
  border-radius: .3125rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;    
}

.body-container [type="text"]:focus,
.body-container [type="password"]:focus,
.body-container [type="datetime"]:focus,
.body-container [type="datetime-local"]:focus,
.body-container [type="date"]:focus,
.body-container [type="month"]:focus,
.body-container [type="time"]:focus,
.body-container [type="week"]:focus,
.body-container [type="number"]:focus,
.body-container [type="email"]:focus,
.body-container [type="url"]:focus,
.body-container [type="search"]:focus,
.body-container [type="tel"]:focus,
.body-container [type="color"]:focus,
.body-container [type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
  box-shadow: 0 0 10px rgba(0,149,218,.1);
  border-color: rgba(0,149,218,.5); 
}

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

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

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

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

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

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder { color: #999 }
:-moz-placeholder { color: #999 }
::-moz-placeholder { color: #999 }
:-ms-input-placeholder { color: #999 }
:input-placeholder { color: #999 }


/* =============== 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"] {
  width:auto;
  display:inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background-color: #0095da;
  border-color: #0095da;
  margin-bottom: 1.5rem;
  border: 1px solid transparent;
  padding: .75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .2s ease-in-out;
  -mox-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  border-radius: .3125rem;
  display: inline-block;
  font-weight: 500;
  white-space: normal !important;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  box-shadow: 0 4px 11px rgba(0,149,218,.35); 
  transform: translateY(-3px);
  color: #fff;
  background-color: #007bb4;
  border-color: #0072a7;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  text-decoration: none;
  box-shadow: 0 4px 11px rgba(0,149,218,.35); 
  transform: translateY(-3px);
  color: #fff;
  background-color: #007bb4;
  border-color: #0072a7; 
}

.hs-form-required {
  color: #f2332c;
}
.hs-form-field span:empty+span {
  display: none;
}
/* =============== 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                                      
========================================================================== */


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


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
.hs-search-results__listing li {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 24px;
  color: #222222;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.hs-search-results__listing li p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: Raleway;
  line-height: 24px;
}
.hs-search-results__listing li a {
  font-family: 'Roboto';
  font-weight: 500;
  font-size: 28px;
  color: #0c8643;
}
.hs-search-page .hs-search-field {
  width: 50%;
}
#email-prefs-form .email-edit {
  font-size: 16px !important;
  padding: .75rem 1rem !important;
}
.body-container ul li {}
.hs-blog-social-share ul li {
  background: none;
  padding-left: 0;
}
form ul li{
  background: none !important;
  padding-left: 0 !important;
}
.one-column .body-container-wrapper input[type="text"],
.one-column .body-container-wrapper input[type="password"],
.one-column .body-container-wrapper input[type="datetime"],
.one-column .body-container-wrapper input[type="datetime-local"],
.one-column .body-container-wrapper input[type="date"],
.one-column .body-container-wrapper input[type="month"],
.one-column .body-container-wrapper input[type="time"],
.one-column .body-container-wrapper input[type="week"],
.one-column .body-container-wrapper input[type="number"],
.one-column .body-container-wrapper input[type="email"],
.one-column .body-container-wrapper input[type="url"],
.one-column .body-container-wrapper input[type="search"],
.one-column .body-container-wrapper input[type="tel"],
.one-column .body-container-wrapper input[type="color"],
.one-column .body-container-wrapper input[type="file"],
.one-column .body-container-wrapper textarea,
.one-column .body-container-wrapper select {
  width: 50% !important;
}
.widget-type-google_search input[type="text"] {
  display:block;
}
#hs-pwd-widget-password {
  display: block;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  background: #fff;
  padding:10px 10px;
}
.blog .blog-sidebar ul.hs-search-field__suggestions {
  padding: 10px;
  display: block;
}
.hs-search-page .body-container .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  background: #fff;
  padding:10px 10px;
  position: absolute;
  top: 100%;
}
.hs-error-msgs.inputs-list{
  margin:10px 0;
  list-style:none;
  padding:0;
}

.hs-error-msgs.inputs-list label{
  color: #ff0000;
  font-weight:normal;
}  

.subscription-template.one-column #email-prefs-form .subscribe-options label span {    
  font-size: 16px;    
  color: #444;    
  line-height: 24px;
}






/* =============== Screen sizes smaller than .page-center =============== */
@media (min-width: 300px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:first-child>a {
    color: #0095da;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #e7eaf3;
    padding-bottom: 1rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:first-child>a:hover{
    color: #00618e;
    text-decoration: none;
  }
}

@media (min-width: 576px){
  .container-fluid .row-fluid .page-center  {
    max-width: 540px;
  }
}
@media (max-width: 768px){
.hs-embed-wrapper {

    max-height: 200px !important;
  }
}

@media (min-width: 768px){
  .container-fluid .row-fluid .page-center {
    max-width: 720px;
  }
  .hs-footer-grp{
    padding-top:4em;
    padding-bottom:4em;
  }
  .span9.custom-blog-menu-primary {
    margin-left: 0 !important;
  }
  .blog .blog-content {
  
    margin-bottom: 35px;
  }

  .blog .blog-sidebar {
    width: 29.5% !important;
    float: right !important;
    margin-left: 0 !important;
  }
  .span8.hs-blog-footer-right-content {
    width: 66.666%;
    margin-left: 0 !important;
  }
  .span4.hs-blog-footer-left-img {
    width: 33.333% !important;
  }
  .hs-blog-footer-right-content h4 {
    margin-right: -10px;
  }
}
@media (min-width: 866px){
  .toggle-mobile-menu {
    display: none;
  }
  .span3.hs-blog-logo {
    width: auto !important;
  }
  .span9.custom-blog-menu-primary {
    width: auto !important;
    margin-left: 0 !important;
  }
  .custom-blog-menu-primary  .hs-menu-wrapper,
  .custom-blog-menu-primary  .hs-menu-wrapper > ul ul {
    display:block !important;
  }
}

@media (min-width: 992px){
  .container-fluid .row-fluid .page-center {
    max-width: 960px;
  }
}


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

@media (max-width: 1199px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 1.5rem 0.275rem;
  }
  .custom-blog-menu-primary .hs-menu-wrapper>ul {
    margin-left: 0;
  }

}

@media screen and (max-width: 1152px){
  .blog .body-container .page-center,
  .blog .header-container .page-center{
    max-width: 96% !important;
  }
  .blog .body-container {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-blog-logo {
    padding-left: 6px;
  }
}

@media (max-width: 991px) and (min-width: 768px){
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    padding: .625rem 0.225rem;
  }
}

@media (max-width: 991px){
  .widget-span.custom-header-wrapper {
    min-height: 165.703px;
  }
  .widget-span.custom-header-wrapper.lp-header {
    min-height: 96px;
  }
  .span8.hs-footer-menu, 
  .hs-footer-menu {
    width: 100% !important;
    padding-left: 0;
  }
  .hs-footer-logo-contact-grp {
    width: 100% !important;
  }
  .hs-footer-menu .hs-menu-wrapper>ul>li {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-footer-menu .hs-menu-wrapper>ul>li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-footer-menu .hs-menu-wrapper>ul>li:first-child {
    padding-left: 0;
  }
  .hs-footer-menu .hs-menu-wrapper>ul>li:last-child {
    padding-right: 0;
  }
  .hs-footer-menu .hs-menu-wrapper>ul>li:not(:first-child),
  .hs-footer-menu .hs-menu-wrapper>ul>li:last-child{
    padding-left: 15px;
  }
  .hs-footer-menu .hs-menu-wrapper>ul>li:not(:first-child) {
    padding-left: 10px;
  }
  .hs-footer-menu .hs-menu-wrapper>ul>li:last-child {
    padding-left: 20px;
  }

  .hs-header-logo a {
    padding-top: 0.2125rem;
  }
  .custom-menu-primary.js-enabled {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a,
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a{
    padding: .625rem 0.125rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after,
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{
    margin-left: 0.3rem;
  }
  .hs-footer-logo-contact-grp {
    width: 100% !important;
  }
}

@media (max-width: 970px) {
  .custom-blog-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 865px){
  .blog .header-container-wrapper,
  .blog .footer-container-wrapper,
  .blog .body-container-wrapper {
    position: relative;
    transition: 0.5s ease left;
    left: 0;
  }
  .blog.mobile-open .header-container-wrapper,
  .blog.mobile-open .footer-container-wrapper, 
  .blog.mobile-open .body-container-wrapper {
    left:300px;
  }
  .hs-blog-footer-copyright-grp {
    padding-left: 2%;
    padding-right: 2%;
  }
  .hs-blog-logo {
    padding-left: 0;
    text-align: center;
    width: 100% !important;
  }
  .toggle-mobile-menu{
    display:none !important;
  }
  .blog .toggle-mobile-menu{
    display:block !important;
  }
  .custom-blog-menu-primary,
  .custom-blog-menu-primary .hs-menu-wrapper > ul,
  .custom-blog-menu-primary .hs-menu-wrapper > ul li,
  .custom-blog-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;
  }
  /* Hide menu on mobile */
  .custom-blog-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-blog-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

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

  /* Mobile Menu Styles */
  .custom-blog-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .toggle-mobile-menu {
    display: block;
    margin-left: -2.01%;
    margin-right: -2.01%;
    padding: 10px 2.02%;
    text-indent: 0px;
    font-family: 'Roboto Condensed';
    font-weight: normal;
    font-size: 16px;
    position: relative;
    top: 0;
    right: 0;
    width: auto !important;
    background-color: #0274be;
    color: #fff !important;
    text-align: left;
    transition: none;
    text-decoration: none;
    margin-top: 7px;
  }
  .toggle-mobile-menu:after {
    content: "\f0c9";
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
    font-family: FontAwesome;
  }
  .mobile-open .custom-blog-menu-primary {
    left: 0;
    z-index: 111;
  }
  .custom-blog-menu-primary {
    display: block;
    position: fixed !important;
    top: 0;
    left: -300px;
    width: 300px !important;
    height: 100%;
    background-color: #222;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    overflow: auto;
    transition: left 500ms ease;
    -webkit-backface-visibility: hidden;
    box-sizing: border-box;
    overflow-x: hidden;
    z-index:33;
  }
  .custom-blog-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 14px;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-decoration: none;
    transition: none;
    display: inline-block;
    padding:10px 25px;
    line-height: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .custom-blog-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: black;
  }
  .custom-blog-menu-primary.js-enabled .hs-menu-wrapper {
    display: block !important;
  }
  #mobile-menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    cursor: pointer;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: rgba(0,0,0,.5);

  }
  .mobile-open #mobile-menu-overlay{
    display:block;
  }
  .custom-blog-menu-primary .child-trigger:after {
    color: #fff;
  }
  .custom-blog-menu-primary .child-trigger {
    width: 43px !important;
    height: 43px !important;
    text-align: center;
    min-width: auto !important;
  }
  body.blog.mobile-open {
    overflow: hidden;
  }
  .custom-blog-menu-primary .hs-menu-wrapper>ul ul,
  .custom-blog-menu-primary .hs-menu-wrapper>ul ul a{
    background-color: rgba(95, 93, 93, 0.5);
  }
  .custom-blog-menu-primary .hs-menu-wrapper>ul ul li a {
    background-color: rgba(34, 34, 34, 0.4);
    border-bottom: 1px solid rgba(0,0,0,0.2);
    color:#fff;
  }
  .custom-blog-menu-primary .hs-menu-wrapper>ul ul li a:hover{
    color:#000;
  }
  .custom-blog-menu-primary .hs-menu-wrapper>ul>li.active>a, 
  .custom-blog-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
    color: #000;
  }
  .custom-blog-menu-primary .hs-menu-wrapper>ul>li.active>a:hover, 
  .custom-blog-menu-primary .hs-menu-wrapper>ul>li.active-branch>a:hover {
    color: black;
  }
}

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

@media (max-width: 767px) {
  .widget-span.custom-header-wrapper,
  .widget-span.custom-header-wrapper.lp-header{
    min-height: auto;
  }
  .hs-search-page .hs-search-field {
    width: 100%;
  }
  .body-container-wrapper .main-content,
  .body-container-wrapper .sidebar{
    margin-bottom:20px;
  }
  .one-column .body-container-wrapper input[type="text"],
  .one-column .body-container-wrapper input[type="password"],
  .one-column .body-container-wrapper input[type="datetime"],
  .one-column .body-container-wrapper input[type="datetime-local"],
  .one-column .body-container-wrapper input[type="date"],
  .one-column .body-container-wrapper input[type="month"],
  .one-column .body-container-wrapper input[type="time"],
  .one-column .body-container-wrapper input[type="week"],
  .one-column .body-container-wrapper input[type="number"],
  .one-column .body-container-wrapper input[type="email"],
  .one-column .body-container-wrapper input[type="url"],
  .one-column .body-container-wrapper input[type="search"],
  .one-column .body-container-wrapper input[type="tel"],
  .one-column .body-container-wrapper input[type="color"],
  .one-column .body-container-wrapper input[type="file"],
  .one-column .body-container-wrapper textarea,
  .one-column .body-container-wrapper select {
    width: 100% !important;
  }
  #email-prefs-form .email-edit {   
    max-width: 100% !important;
  }  
  .subscription-template.one-column #email-prefs-form .checkbox-row span.fakelabel span {    
    width: 85%;
  }  
  .blog .blog-sidebar {
    margin-top:30px;
  }
  .hs-blog-post .blog-section img {
    float: none !important;
  }
  .subscription-template.one-column .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }
  .hs-footer-grp .page-center {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .span4.hs-footer-logo-contact-grp,
  .hs-footer-logo-contact-grp {
    width: 100% !important;
  }

  .hs-footer-social-icons-grp {
    width: 60% !important;
    float: left !important;
  }
  .hs-footer-copyright {
    width: 40% !important;
    text-align: right;
    float: left !important;
  }
  .hs-footer-menu .hs-menu-wrapper>ul>li {
    float: left !important;
  }
  .hs-footer-menu .hs-menu-wrapper>ul ul li a {
    margin-right: 0;
  }
  .hs-footer-copyright p {
    text-align: right;
    padding-top: 0;
  }
  .hs-footer-social-icon ul {
    margin-top: 5px;
  }
  .hs-header-logo a {
    padding-top: .4125rem;
    padding-bottom: 0.2125rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-bottom: .25rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li a {
    padding: .5rem 0;
    color: #0095da;
    font-family: Poppins,Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: #00618e;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li:hover > a, 
  .custom-menu-primary .hs-menu-wrapper>ul li:hover > .child-trigger:after {
    color: #00618e;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.get-invited > a {
    padding: 0;
    padding: .625rem 1.125rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .25rem;
    color: #fff;
    background-color: #f28e19;
    border-color: #f28e19;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    display: inline-block;
    font-weight: 500;
    transition: all .2s ease-in-out;
    border: 1px solid transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.get-invited > a:hover {
    background-color: #d97a0c;
    border-color: #cc740c;
    color: #d9d9d9;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    border-left: .1875rem solid #0095da;
    padding-left: 1.5rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    font-size: .875rem;
    color: #77838f;
    padding: .5rem 0;
    text-decoration: none;
  }

  .blog-sidebar {
    max-width: 340px !important;
    margin: 0 auto !important;
  }
  .blog .blog-sidebar .hs-blog-getinvited-form-wrp form.hs-form.stacked {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hs-blog-listing .hs-featured-image-wrapper {
    float: none;
    margin-right: 0;
  }
  .hs-blog-listing .hs-featured-image-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
    float: left;
    width: 100%;
  }
  .latestPost.related-post-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .header-container-wrapper {
    min-height: 80px;
  }
  .hs-blog-footer-left-img {
    padding-left: 0;
    width: 100%;
  }
  .hs-blog-footer-left-img img {
    width: 83%;
    max-width: 100%;
    padding-left: 08px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul ul {
    padding-left: 1.5rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    padding-right: 1.5rem;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a {
    padding:.625rem 1.125rem;
  }

}
@media (max-width: 575px) {
  .span4.hs-footer-logo-contact-grp,
  .hs-footer-logo-contact-grp {
    width: 100% !important;
  }
  .hs-footer-social-icon {
    margin-bottom: 1rem;
  }
  .hs-footer-menu .hs-menu-wrapper>ul>li {
    display: inline-block !important;
    width: 49%;
    vertical-align: top;
    float: none !important;
  }

  .hs-footer-menu .hs-menu-wrapper>ul ul li a {
    margin-right: 0;
  }
  .hs-footer-menu .hs-menu-wrapper>ul>li:last-child {
    padding-left: 0;
  }
  .hs-footer-menu .hs-menu-wrapper>ul>li:not(:first-child) {
    padding-left: 0;
  }
  .hs-footer-menu .hs-menu-wrapper > ul > li:nth-child(2) {
    padding-left: 15px;
  }

  .hs-footer-social-icons-grp {
    width: 100% !important;
    float: left !important;
  }
  .hs-footer-copyright {
    width: 100% !important;
    text-align: right;
    float: left !important;
  }
  .hs-footer-social-icon ul {
    margin-top: 0;
  }
  .hs-footer-copyright p {
    text-align: left;
    padding-top: 0;
  }

}

@media (max-width: 550px) {
  .post-header h2 a{
    font-size:24px;
  }
  .section.post-header h1 {
    font-size: 24px;
  }
  .hs-search-results__listing li a {
    font-size: 24px;
  }
}


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

@media (max-width: 479px) {
  .subscription-template.one-column #email-prefs-form .subscribe-options {
    overflow: visible;   
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: 100%;
    float: none;
    margin: 20px 0 20px 0px;
  }  

  .hs-footer-menu .hs-menu-wrapper > ul > li:nth-child(2) {
    padding-left: 0;
  }
  .hs-footer-menu .hs-menu-wrapper > ul > li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-footer-social-icons-grp {
    width: 100% !important;
    float: left !important;
  }
  .hs-footer-copyright {
    width: 100% !important;
    text-align: right;
    float: left !important;
  }
  .hs-blog-footer-copyright-grp {
    text-align: center;
  }
}

@media screen and (max-width: 400px){
  .section.post-header h1,
  .post-header h2 a{
    font-size: 20px;
    line-height: 1.4;
  }
  .hs-search-results__listing li a {
    font-size: 20px;
    line-height: 1.4;
  }
}