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


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

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


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


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

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

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: "avenir";
  src: url("//5854099.fs1.hubspotusercontent-na1.net/hubfs/5854099/IVvy_February2020/Fonts/avenir-book.ttf") format("truetype");
  font-weight: 400;
}


 
@font-face {
  font-family: "avenir";
  src: url("//5854099.fs1.hubspotusercontent-na1.net/hubfs/5854099/IVvy_February2020/Fonts/avenir-medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "nexa";
  src: url("//5854099.fs1.hubspotusercontent-na1.net/hubfs/5854099/IVvy_February2020/Fonts/nexa-bold.otf") format("opentype");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//5854099.fs1.hubspotusercontent-na1.net/hubfs/5854099/IVvy_February2020/Fonts/FontAwesome5FreeSolid.eot") format("embedded-opentype"), 
	 url("//5854099.fs1.hubspotusercontent-na1.net/hubfs/5854099/IVvy_February2020/Fonts/fa-solid-900.woff2") format("woff2"), 
	 url("//5854099.fs1.hubspotusercontent-na1.net/hubfs/5854099/IVvy_February2020/Fonts/FontAwesome5FreeSolid.woff") format("woff"), 
	 url("//5854099.fs1.hubspotusercontent-na1.net/hubfs/5854099/IVvy_February2020/Fonts/FontAwesome5FreeSolid.ttf") format("truetype"), 
	 url("//5854099.fs1.hubspotusercontent-na1.net/hubfs/5854099/IVvy_February2020/Fonts/FontAwesome5FreeSolid.svg") format("svg");
  font-style: normal;
  font-weight: 900;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body, html {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6rem;
  overflow-x: hidden;
}

body {
  color:  #3E3E3E;
  background-color: #fff;
}

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

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


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

/* Basic text */
p {
  margin: 0 0 10px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

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

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
  color: #6F7888;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 2.75rem;
}
h2 {
  color: #294E09;
  margin-top: 30px;
  margin-bottom: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
}
h3 {
  color: #294E09;
  margin-bottom: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.65rem;
}
h4 {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: #80ba27;
  line-height: 30px;
  font-weight: bolder;
  margin-bottom: 5px;
}
h5 {
  color: #888;
  margin-bottom: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.94rem;
  line-height: 1.03rem;
}
h6 {
  color: #6F7888;
  margin-bottom: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 0.825rem;
}

/* Anchor Links */
a { 
  color: #294E09;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #23527c;
  text-decoration: underline;
}

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

/* Block Quotes */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p {}
blockquote small {}

figure {
  margin: 0;
}

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

#custom-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F1F1F1;
  box-sizing: content-box;
  transition: min-height 0.25s ease-out;
  min-height: 50px;
}

.widget-span .custom-logo {
  position: absolute;
  top: 18px;
  z-index: 2;
  transition: opacity 0.15s ease-out;
  width: auto;
  float: none;
  opacity: 0;
}

img {
  vertical-align: middle; 
  width: 100%;
  max-height:400px;
  object-fit:cover;
  object-position: center;
  
}

.custom-logo img {
  width: 58px;
  transition: width 0.25s ease-out;
}

.widget-span .custom-scroll-logo {
  width: auto;
  float: none;
  margin: 0;
  position: absolute;
  top: 13px;
  z-index: 1;
  transition: opacity 0.15s ease-out;
  opacity: 1;
}

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

.body-container-wrapper {}
.body-container {
  margin-top: 51px;
  padding-bottom: 10%;
}

.no-banner .body-container {
  padding-top: 5%
}

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


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

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

#custom-footer {
  display: block;
  padding: 3%;
  padding-left: 5%;
  padding-right: 5%;
  background: #FFFFFF;
  color: #3E3E3E;
}

.widget-span .custom-footer-logo {
  width: auto;
}

.custom-footer-logo a {
  text-decoration: none;
}

.custom-footer-logo img {
  width: 100px;
}

.widget-span .custom-footer-menu {
  width: auto;
  margin: 0;
  float: right;
  margin-right: 5%;
}

.custom-footer-menu .hs-menu-wrapper > ul {
  display: inline-flex;
  white-space: nowrap;
  float: right;
}

.custom-footer-menu .hs-menu-wrapper > ul:after, 
.custom-footer-menu .hs-menu-wrapper > ul:before {
  content: none;
}

.custom-footer-menu .hs-menu-wrapper > ul > li {
  margin-right: 5%!important;
  color:  #3E3E3E;
  font-family: "nunito",sans-serif;
  font-weight: 600;
  float: none !important;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  color:  #3E3E3E;
  text-decoration: none;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover {
  border-bottom: 1px dotted #fff;
}

.custom-footer-menu .hs-menu-wrapper > ul ul {
  position: absolute;
  left: 0;
  min-width: 160px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
  background: #3c3c3c;
  z-index: 9000;
  padding: 50%!important;
}

.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}

.custom-footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children.clicked ul.hs-menu-children-wrapper {
  display: block;
}

.custom-footer-menu .hs-menu-wrapper > ul ul li {
  display: block;
}

.custom-footer-menu .hs-menu-wrapper > ul ul li a {
  color: #fff;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
  font-family:'nunito', sans-serif;
  line-height: 1.6rem;
  display: inline !important;
}

.custom-footer-menu .hs-menu-wrapper > ul ul li:not(:last-child) {
  padding-bottom: 25px;
}

.custom-footer-menu .hs-menu-wrapper > ul ul li:first-child > a {
  border-bottom: none;
}

.custom-footer-menu .hs-menu-wrapper > ul ul li a:hover {
  color: #fff;
  text-decoration: none;
  border: none;
}

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


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

.widget-span .custom-menu-primary {
  position: relative;
  top: 0;
  padding-left: 105px;
  width: 100%;
  transition: padding 0.25s ease-out, opacity 0.25s ease-out;
  opacity: 1;
  margin: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
  height: 80px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  float: none !important;
  display: inline-block;
  vertical-align: middle;
  min-height: 100%;
  font-family: "nunito", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 40px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  color: #6F7888;
  background-color: transparent;
  vertical-align: middle;
  cursor: pointer;
  transition: color 0.15s ease-out, background-color 0.25s ease-out, padding 0.25s ease-out;
  padding: 20px 15px  21px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:not(.hs-item-has-children) > a {
  font-family: 'nunito', sans-serif;
  font-weight: 600;
  padding-right: 15.5px;
}

.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li > a:focus {
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
  line-height: 20px;
  vertical-align: top;
  padding: 0 15px 15px 0;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  text-decoration: none;
  font-family: 'nunito', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  transition: color 0.15s ease-out;
  display: block;
  padding: 4px 0;
  color: #777;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  color: #80BA27;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:focus {
  background-color: #F1F1F1;
  outline: none;
  text-decoration: none;
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

.fa-caret-down:before {
  content: "\f0d7";
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a > .fa-caret-down {
  margin-left: 3px;
}

.custom-right-menu .hs-menu-wrapper > ul > li.us > a:before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 4px;
  width: 15px;
  height: 15px;
  background-image: url(//5854099.fs1.hubspotusercontent-na1.net/hubfs/5854099/IVvy_February2020/Images/icon-region.png);
}

.custom-right-menu .hs-menu-wrapper > ul > li.us > a:after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.875rem;
}

.custom-right-menu .hs-menu-wrapper > ul > li.request-demo > a {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.875rem;
  white-space: normal;
  font-family: 'nunito', sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #80BA27;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out;
}

.custom-right-menu .hs-menu-wrapper > ul > li.request-demo > a:hover {
  color: #fff !important;
  background-color: #9ad63e;
}

.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children.clicked ul.hs-menu-children-wrapper {
  display: block;
}

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


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

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

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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

.blog-h1 h1{
  font-family: 'Poppins', sans-serif;
  font-weight: 700; 
  font-size: 4rem; 
  line-height: 4.2rem; 
  letter-spacing: -1.92px;
  color: #FFFFFF !important;
  position: absolute;
  top: 22vw;
  left: 20%;
  transform: translate(-50%, -50%);
}


.blog-background-image {
  max-height: 200px;
    width: 100%;
    height: auto;
  
}

/* Blog Post Title */
.post-header h2 {font-size: 24px; color: #294E09;}
.post-header h2 a {
  color: inherit;
  text-decoration: none !important; font-size: 24px; color: #294E09;
}
span.filter-link-count {
  display: none;
}
/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {  display: flex !important;
  flex-wrap: wrap !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{}

/* Read More Link */


/* Blog Topics List */
#hubspot-topic_data {  display: flex !important;
  flex-wrap: wrap !important;
  list-style: none;
  margin: 0;
  padding: 0;}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
.body-container .hs-blog-social-share li{
  background: none;
  padding: 0;
}
#comment-form .hs_subscribe li {
  list-style: none;
  padding: 0;
}


/* Blog Commments */
#comments-listing {
  margin-bottom: 30px;
  margin-top: 30px;
}

#comments-listing.no-comments {
  border: none;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

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

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  display: block !important;
  font-size: 13px;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.custom_listing_comments{
  border: 1px solid #E2E2E2;
  display: block;
  line-height: 165%;
  padding: 15px;
  line-height:26.4px;
}

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

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


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

.blog .blog-sidebar {}

/* Blog Modules */

/* =============== Blog 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;
  overflow: hidden;
}
.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;
}

#comments-listing:not([data-has-comments="true"]) {
  display: none;
}

#comments-listing {
  border: 1px solid #ccc;
}

.replying {
  padding: 0 15px !IMPORTANT;
}

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


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


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

/* Form Field */
.hs-form-field {
  margin-bottom: 15px;
}

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

/* Labels and Legends */
label {}
body .hs-form-field > label,
.widget-type-google_search label,
li.hs-form-booleancheckbox label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  color:  #294E09;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  -webkit-appearance: none;
  display: inline-block;
  width:100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color:  #3E3E3E;
  background-color: #fff;
  background-image: none;
  border: 0px solid  #3E3E3E;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

/* 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{
  color: red;
  display: block;
  margin-top: 5px;
}
ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
}
.hs-form-required {
  color: red;
}
/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


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

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

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

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


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

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

/* Inputs */
#comment-form input[type="submit"] {
  margin-top: 15px;
}
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

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

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

#comment-form .hs-form:before {
  content: "Leave a Reply";
  display: block;
  margin: 0 0 25px;
  font-size: 30px;
}

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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  margin: 15px 0;
  border-radius: 5px;
  border: 0px;
  vertical-align: middle;
  text-align: center;
  white-space: normal;
  font-family: 'Poppins', sans-serif;
  line-height: 18px;
  padding: 10px 18px 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #99c852;
  background-color: #294E09;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #294E09;
  background-color: #9ad63e;
  border: 1px solid #9ad63e;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


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

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}


.form-title {
  color: #294E09;
  margin-bottom: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.65rem;
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
}

.form-title:after {
  content: "";
  margin: 20px auto 0;
  max-width: 300px;
  width: 100%;
  height: 6px;    
  background-color: #80BA27;
}


/*Form Background Styling*/

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe,
.widget-span.widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
div#comment-form,
.body-container .hs_cos_wrapper_type_form,
.hs-search-field__bar, .section.post-footer {
  display:block;
  margin: 30px 0;
}

.landing-page.one-column .body-container .widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
.subscription-template .body-container .hs-search-field__bar,
.password-template .body-container .hs-search-field__bar,
.error-template .body-container .hs-search-field__bar,
.landing-page.one-column .body-container .hs-search-field__bar{
  width: 50%;
}

.hs-search-field__bar {
  max-width: 600px;
  width: 100% !important;
}
.hs-search-field__bar form {
  width: 100% !important;
}

.section.post-footer .hs-form:before {
  content: "Leave a Reply";
  display: block;
  font-size: 24px;
  margin: 0 0 40px;
}
.section.post-footer input.hs-button.primary {
  margin-top: 15px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.us > ul li a {
  font-family: "nunito", sans-serif;
  font-weight: 500;
  padding: 15px 13px;
  background-color: #FFFFFF;
  transition: color 0.15s ease-out, background-color 0.15s ease-out;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.us > ul {
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.us > ul li {
  padding: 0;
  line-height: 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.us > a {
  margin-bottom: -1px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.us > ul li a:hover {
  background-color: #80BA27;
  color: #FFFFFF;
}


.hs-banner-area {
  height: 70vh;
  background-repeat: no-repeat;
  position: relative;
  padding: 160px 0 140px 0;
  background-position: center;
  background-size: cover;
  margin-bottom: 5%;
  background-color: #3c3c3c;
}

.blog-sidebar h3 {
  color:#7EB647;
  margin-bottom: 20px;
  font-family: "nunito",sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.65rem;
  margin-top: 20px;
  color: #7eb647;
}

.blog-sidebar h3:after {
  content: none;
}

.widget-module h3 {
  color:#7EB647;
  margin-bottom: 20px;
  font-family: "nunito",sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.65rem;
  margin-top: 20px;
  color: #7eb647;
}

.widget-module h3:after {
  content: none;
}


/* =================================================================================== */

#custom-menu-wrapper {
  margin: 0;
  width: 100%;
  position: relative;
  top: 0;
  display: block;
}

.widget-span .custom-menu-primary {
  width: auto;
}

.widget-span .custom-right-menu {
  width: auto;
  float: left;
  margin: 0;
  padding-left: 22px;
  transition: padding 0.25s ease-out;
}

.custom-right-menu .hs-menu-wrapper > ul {
  display: block;
}

.custom-right-menu .hs-menu-wrapper > ul > li {
  display: inline-block;
  float: none !important;
  vertical-align: middle;
}

.custom-right-menu .hs-menu-wrapper > ul > li:not(:last-child) > a {
  display: block;
  color: #6F7888;
  font-family: "nunito", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  transition: padding 0.25s ease-out, color 0.15s ease-out;
  text-decoration: none !important;
  padding: 27px 15px;
  height: auto;
}

.custom-right-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:focus {
  background-color: #F1F1F1;
  outline: none;
  text-decoration: none;
}

.custom-right-menu .hs-menu-wrapper > ul ul {
  display: none;
  left: 0;
  z-index: 1;
  padding: 0;
  background-color: #FFFFFF;
  white-space: nowrap;
  box-sizing: content-box;
  transition: top 0.25s ease-out;
  position: absolute;
  top: 81px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.custom-right-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: none;
}
.custom-right-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.clicked ul.hs-menu-children-wrapper li a {
  display: block;
}

.custom-right-menu .hs-menu-wrapper > ul ul li {
  padding: 0;
  line-height: 20px;
}

.custom-right-menu .hs-menu-wrapper > ul ul li a {
  display: block;
  padding: 15px 13px;
  font-family: "nunito", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #777;
  background-color: #FFFFFF;
  transition: color 0.15s ease-out, background-color 0.15s ease-out;
  text-decoration: none;
}

.custom-right-menu .hs-menu-wrapper > ul ul li:not(.active):not(:first-child) > a:hover {
  background-color: #80BA27;
  color: #fff;
}

.custom-right-menu .hs-menu-wrapper > ul ul li.active > a {
  color: rgba(111, 120, 136, 0.75);
  cursor: text;
}

.custom-right-menu .hs-menu-wrapper > ul > li:not(:last-child).login > a, 
.custom-right-menu .hs-menu-wrapper > ul > li:not(:last-child).contact > a {
  padding: 22px 15px 27px 10px;
}

.custom-right-menu .hs-menu-wrapper>ul>li:not(.hs-item-has-children)>a:hover {
  color: #7EB647;
}

.custom-right-menu .hs-menu-wrapper>ul>li.request-demo {
  margin-left: 18px;
  margin-top: -2px;
}


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

.custom-menu-primary .hs-menu-wrapper ul > li.active > a {
  color: #80ba27 !important;
}

.custom-right-menu .hs-menu-wrapper > ul > li:not(:last-child).us > a {
  font-weight: 400;
}

.custom-right-menu .hs-menu-wrapper > ul ul li:first-child > a {
  color: rgba(111,120,136,0.75);
  cursor: text;
}

@-moz-document url-prefix() {
  .widget-span .custom-right-menu {
	 padding-left: 9px !important;
  }
}

.custom-lp-footer .custom-footer-menu .hs-menu-wrapper > ul > li {
  margin-right: 14px !important;
}

/****** Blog *******/

body.blog .body-container.container-fluid {
  padding: 0;
}
.hs-blog-banner-area h1 {
  font-family: "Poppins",sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 2.48rem;
  margin: 0;
  color: #fff; text-decoration: none;
}

.hs-blog-banner-area {
  color: #fff;
  background-color: #333;
  text-align: center;

}
.hs-blog-banner-area > div{
  padding: 75px 10px;

}

.blog .hs-blog-inner-wrapper .page-center {
  padding: 40px;
}

.post-header h2 a {
  color: #7EB647;
  text-decoration: none;
  transition: color .15s ease-in-out;
}

.post-header h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.19rem;
  margin: 20px 0 14px;
  text-decoration: none;
}

.post-header h2 a:hover {
  color: #99c852; text-decoration: none;
}

.blogPostDate {
  font-family: font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: .94rem;
  line-height: 1.44rem;
  display: block;
  padding-bottom: 20px;
  color: #6f7888;
}
p#hubspot-topic_data {
  margin: 0;
  padding-bottom: 20px;
  font-family: 'nunito', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.44rem;
  color: #666666;
  text-decoration: none;
}

p#hubspot-topic_data a {
  color:  #3E3E3E;
  text-decoration: none;
  transition: color .15s ease-in-out; text-decoration: none;
}

p#hubspot-topic_data a:hover {
  color: #79B546;
}
.blog-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none; text-decoration: none;
}

.blog-sidebar ul li a {
  display: block;
  padding: 8px 0;
  color: #555;
  text-decoration: none;
  transition: color .15s ease-in-out;
}

.blog-sidebar ul li a:hover {
  color: #7EB647;
}
.blog-sidebar > div {
  padding: 0 15px 20px;
  border-bottom: 1px solid #ccc;
}

.blog-sidebar > div:last-child {
  border: none;
}
.blogTwitterLink {
  padding-top: 20px;
}
.blogTwitterLink a {
  color: #00a7e7;
  text-decoration: none;
  transition: color .15s ease-in-out;
}
.blogTwitterLink a:hover {
  color: #7EB647;
}
.blogTwitterLink p:before {
  content: "";
  position: relative;
  top: 6px;
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background: url(//5854099.fs1.hubspotusercontent-na1.net/hubfs/5854099/IVvy_February2020/Images/xicon-social-twitter.png) no-repeat center;
}
.blog-listing-wrapper .post-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 0 15px 40px;
}
.blog-listing-wrapper .post-item:last-child {
  border-bottom: none;
}
.blog-listing-wrapper  .post-listing {
  margin-right: -15px;
  margin-left: -15px;
}

.blog-pagination {
  display: table;
  margin: 0 auto 75px;
}

.blog-pagination .page-numbers {
  display: table-cell;
  width: 34px;
  height: 34px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #7EB647;
  text-decoration: none;
  transition: color .15s ease-in-out;
}

.blog-pagination .page-numbers.active {
  color: #fff;
  background-color: #7EB647;
  border: 1px solid #7EB647;
}
.blog-pagination .page-numbers.next:after {
  content: "";
  position: relative;
  display: inline-block;
  padding-top: 2px;
  width: 14px;
  height: 14px;
  font-family: "Font Awesome 5 Free"!important;
  font-weight: 900;
  font-size: .875rem;
}
.blog-pagination .page-numbers.prev::after {
  content: "";
  position: relative;
  display: inline-block;
  padding-top: 2px;
  width: 14px;
  height: 14px;
  font-weight: 900;
  font-size: 0.875rem;
  font-family: "Font Awesome 5 Free" !important;
}
.blog-pagination a:hover {
  color: #79B546;
}

.hs-blog-footer .logo span {
  display: none;
}

.hs-blog-footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ececec;
}

.hs-blog-footer .hs-blog-footer-menu .hs-menu-wrapper > ul {
  display: block;
  margin: 0 -15px;

}
.hs-blog-footer .hs-blog-footer-menu .hs-menu-wrapper > ul > li.logo img {
  width: auto;
}
.hs-blog-footer .hs-blog-footer-menu .hs-menu-wrapper > ul > li {
  width: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}



.hs-blog-footer .hs-blog-footer-menu .hs-menu-wrapper > ul > li > a {
  display: inline-block;
  padding-bottom: 10px;
  color: #888;
  font-family: "nunito",sans-serif;
  font-weight: 400;
  font-size: .875rem;
  text-decoration: none;
  cursor: text;
}

.hs-blog-footer .hs-blog-footer-menu .hs-menu-wrapper > ul > li > ul li a {
  display: inline-block !important;
  padding: 5px 0;
  color: #6f7888;
  font-family: "nunito",sans-serif;
  font-weight: 400;
  font-size: .812rem;
  line-height: 1.375rem;
  transition: color .15s ease-out;
}
.hs-blog-footer .hs-blog-footer-menu .hs-menu-wrapper>ul>li>ul li a:hover {
  color: #7EB647;
}

.hs-blog-footer .hs-blog-footer-menu .hs-menu-wrapper>ul>li>ul li.active a {
  color: #80ba27;
}
.hs-blog-footer .hs-blog-footer-menu .hs-menu-wrapper li.row > a {
  display: none !important;
}
.hs-blog-footer .hs-blog-footer-menu .hs-menu-wrapper>ul>li:nth-last-child(2) > ul > li:not(:last-child),
.hs-blog-footer .hs-blog-footer-menu .hs-menu-wrapper>ul>li:last-child > ul > li:not(:last-child) {
  padding-bottom: 20px;
}
.hs-blog-footer .hs-blog-footer-menu .hs-menu-wrapper>ul>li:nth-last-child(2) > ul > li:last-child > a,
.hs-blog-footer .hs-blog-footer-menu .hs-menu-wrapper>ul>li:last-child > ul > li:last-child > a {
  padding-bottom: 10px;
  color: #888;
  font-family: "nunito",sans-serif;
  font-weight: 400;
  font-size: .875rem;
  display: inline-block !important;
  cursor: text;
  text-decoration: none !important;
}
.hs-blog-footer .hs-blog-footer-menu .hs-menu-wrapper>ul>li>ul li a {
  white-space: normal !important;
}
.hs-blog-footer .hs-blog-footer-menu .hs-menu-wrapper>ul>li:first-child>a {
  cursor: pointer;
}
.hs-blog-footer .hs-blog-footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:last-child>a {
  margin-top: 7px;
  padding-bottom: 11px;
}
.hs-blog-footer .hs-blog-footer-menu .hs-menu-wrapper>ul>li:nth-last-child(2)>ul>li:last-child>a {
  padding-top: 0;
}


.navSectionSocial ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navSectionSocial ul li {
  display: inline-block;
  width:auto !important;
}

.navSectionSocial ul li .iv__socialIcon {
  display: inline-block !important;
  width: 24px;
  height: 24px;
  transition: background-position-y .15s ease-in-out;
  background: transparent url(//5854099.fs1.hubspotusercontent-na1.net/hubfs/5854099/IVvy_February2020/Images/blog_social_icons.png) no-repeat;
}
.navSectionSocial {
  padding-top: 20px;
}
.navSectionSocial ul li .iv__socialIcon.facebook {
  background-position-y: 0;
}

.navSectionSocial ul li .iv__socialIcon.twitter {
  background-position-y: -48px;
}

.navSectionSocial ul li .iv__socialIcon.linkedin {
  background-position-y: -96px;
}

.navSectionSocial ul li .iv__socialIcon.google {
  background-position-y: -144px;
}
.navSectionSocial ul li .iv__socialIcon:hover.facebook {
  background-position-y: -24px!important
}

.navSectionSocial ul li .iv__socialIcon:hover.twitter {
  background-position-y: -72px!important
}

.navSectionSocial ul li .iv__socialIcon:hover.linkedin {
  background-position-y: -120px!important
}

.navSectionSocial ul li .iv__socialIcon:hover.google {
  background-position-y: -168px!important
}
.hs-blog-post .section.post-header h2 {
  color: #555;
  font-family: font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.19rem;
  margin: 20px 0 14px;
}
.blog-post-wrapper .section.post-body {
  color: #6f7888;
  font-family: font-family: 'Nunito', sans-serif;
}

.blog .custom-menu-primary .hs-menu-wrapper > ul > li > a > .fa-caret-down {
  margin: 0;
}

.blog .widget-span .custom-right-menu {
  float: right;
}

/* .blog .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li > a {
  margin-bottom: 10px;
  color: #888;
  font-family: "avenir",sans-serif;
  font-weight: 400;
  font-size: .812rem;
  text-transform: uppercase;
  padding: 0;
  cursor: text;
}

.blog .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li {
  display: inline-block;
}
 */
.blog .custom-menu-primary .hs-menu-wrapper > ul ul ul {
  position: static;
  box-shadow: none;
  padding: 0;
}

.blog .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  top: 81px;
}

.blog .custom-menu-primary .hs-menu-wrapper > ul ul ul li {
  line-height: 20px;
  vertical-align: top;
  padding: 0;
}

.blog .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding-right: 16px;
}

/* Buttons on blog */

.blog .custom-right-menu .hs-menu-wrapper > ul > li.request-a-demo > a {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  font-size: .875rem;
  white-space: normal;
  transition: color .15s ease-out , background-color .15s ease-out , border .15s ease-out;
  text-decoration: none!important;
  font-family: "nunito",sans-serif;
  font-weight: 700;
  color: #fff;
  background-color: #80BA27;
  
}

.blog .custom-right-menu .hs-menu-wrapper > ul > li.request-a-demo {
  margin-left: 17.5px;
  margin-top: -2px;
}

.blog .custom-right-menu .hs-menu-wrapper > ul > li.request-a-demo > a:hover {
  color: #fff;
  background-color: #99c852;
 
}

.blog .custom-right-menu .hs-menu-wrapper > ul > li.add-your-venue > a {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  font-size: .875rem;
  white-space: normal;
  transition: color .15s ease-out , background-color .15s ease-out , border .15s ease-out;
  text-decoration: none!important;
  font-family: "nunito",sans-serif;
  font-weight: 700;
  color: #6f7888;
  background-color: #fff;
  border: 1px solid #ccc;
}

.blog .custom-right-menu .hs-menu-wrapper > ul > li.add-your-venue {
  margin-left: 17.5px;
  margin-top: -2px;
}

.blog .custom-right-menu .hs-menu-wrapper > ul > li.add-your-venue > a:hover {
  color: #7EB647;
  background-color: #fff;
  border: 1px solid #ccc;
}

.blog .custom-right-menu .hs-menu-wrapper > ul > li.au > a:before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background-image: url(//5854099.fs1.hubspotusercontent-na1.net/hubfs/5854099/IVvy_February2020/Images/au.png);
}

.blog .custom-right-menu .hs-menu-wrapper > ul > li.au > a:after {
  content: "";
  position: relative;
  display: inline-block;
  margin-left: 5px;
  font-weight: 900;
  font-size: 0.875rem;
  font-family: "Font Awesome 5 Free" !important;
}

.blog .custom-right-menu .hs-menu-wrapper > ul > li.au > a {
  font-family: "nunito",sans-serif;
  font-weight: 400;
}

.blog .custom-right-menu .hs-menu-wrapper > ul > li.login {
  margin-left: 1px;
}

.blog.scroll-header .custom-right-menu .hs-menu-wrapper>ul>li.add-your-venue>a {
  border: 1px solid transparent;
  margin-top: 4px;
}

.blog.scroll-header .custom-right-menu .hs-menu-wrapper>ul>li.add-your-venue>a:hover {
  border: 1px solid #ccc;
}

.blog .custom-right-menu .hs-menu-wrapper>ul ul li:not(.active):not(:first-child)>a:hover {
  background-color: #7EB647;
}

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

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


@media (min-width: 992px){
  .container-fluid .row-fluid .page-center {
	 max-width: 970px;
  }
  .widget-span .custom-logo {
	 opacity: 1;
  }
  .custom-logo img {
	 width: 85px;
  }
  .widget-span .custom-scroll-logo {
	 opacity: 0;
  }
  .widget-span .custom-menu-primary.mobile {
	 display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
	 display: none;
	 left: 0;
	 z-index: 1;
	 background-color: #fff;
	 white-space: nowrap;
	 box-sizing: content-box;
	 opacity: 0;
	 transition: opacity 0.15s ease-out, top 0.25s ease-out;
	 position: absolute;
	 top: 80px;
	 padding: 20px 15px;
	 box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }
  .custom-menu-primary { 
	 display:block !important;
  }
  .body-container {
	 margin-top: 80px;
  }
  .scroll-header .widget-span .custom-logo {
	 opacity: 0;
  }

  .scroll-header .widget-span .custom-scroll-logo {
	 opacity: 1;
  }

  .scroll-header .widget-span .custom-menu-primary {
	 padding-left: 78px;
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul {
	 height: 50px;
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
	 padding: 5px 15px 6px;
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li.us {
	 margin-left: 44px;
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li.login>a, 
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li.contact>a {
	 padding: 2px 10px 5px;
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li.request-demo>a {
	 padding: 6px 13px 6px 12px !important;
	 margin-top: 3px;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li:not(.hs-item-has-children) > a {
	 padding-right: 15.5px;
  }
  #custom-header {
	 min-height: 80px;
  }
  .scroll-header #custom-header {
	 min-height: 50px;
  }
  .scroll-header .widget-span .custom-right-menu {
	 padding-left: 49px;
  }

  .scroll-header .custom-right-menu .hs-menu-wrapper>ul>li:not(:last-child)>a {
	 padding: 12px 15px 11px;
  }

  .scroll-header .custom-right-menu .hs-menu-wrapper>ul>li:not(:last-child).login>a, 
  .scroll-header .custom-right-menu .hs-menu-wrapper>ul>li:not(:last-child).contact>a {
	 padding: 8px 15px 13px 10px;
  }

  .scroll-header .custom-right-menu .hs-menu-wrapper>ul>li.request-demo {
	 margin-top: 2px;
  }

  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul ul,
  .scroll-header .custom-right-menu .hs-menu-wrapper > ul ul{
	 top: 51px;
  }

  .scroll-header .custom-logo img {
	 width: 58px;
	 transition: width 0.15s ease-out;
  }

  @-moz-document url-prefix() {
	 .scroll-header .widget-span .custom-right-menu {
		padding-left: 36px !important;
	 }
  }

}

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

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

@media (max-width: 1199px) and (min-width: 992px){
  .custom-menu-primary .hs-menu-wrapper > ul > li  > a {
	 font-size: 13px;
	 padding-left: 3px !important;
	 padding-right: 10px !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.us {
	 margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.request-demo {
	 margin-left: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:not(.hs-item-has-children)>a {
	 padding-right: 10px;
  }

  .widget-span .custom-right-menu {
	 padding: 0 !important;
  }

  .custom-right-menu .hs-menu-wrapper>ul>li:not(:last-child)>a {
	 padding: 27px 5px;
	 font-size: 13px;
  }

  .custom-right-menu .hs-menu-wrapper>ul>li:not(:last-child).login>a, 
  .custom-right-menu .hs-menu-wrapper>ul>li:not(:last-child).contact>a {
	 padding: 22px 10px 27px 10px;
  }

  .custom-right-menu .hs-menu-wrapper>ul>li.request-demo {
	 margin-left: 10px;
  }

  .scroll-header .custom-right-menu .hs-menu-wrapper>ul>li:not(:last-child).login>a, 
  .scroll-header .custom-right-menu .hs-menu-wrapper>ul>li:not(:last-child).contact>a {
	 padding: 8px 10px 13px 10px;
  }

  .blog .custom-right-menu .hs-menu-wrapper > ul > li:not(:last-child) > a {
	 padding: 27px 15px;
	 font-size: .875rem;
  }

  .blog .custom-right-menu .hs-menu-wrapper > ul > li.login > a {
	 padding: 22px 15px 27px 10px;
  }

  .blog .custom-menu-primary .hs-menu-wrapper > ul > li > a {
	 padding-left: 15px !important;
	 padding-right: 16px !important;
	 font-size: .875rem;
  }

}

@media (max-width: 1250px) {
  #custom-footer {
	 padding: 10%;
	 bottom: 0;
  }

  .widget-span .custom-footer-menu {
	 width: 100%;
	 float: none;
	 display: block;
	 margin: 0;
  }

  .widget-span .custom-footer-logo {
	 float: none;
  }

  .custom-footer-menu .hs-menu-wrapper > ul {
	 display: block;
	 float: none;
	 margin-top: 5%;
  }

  .custom-footer-menu .hs-menu-wrapper > ul ul {
	 padding: 21.172px !important;
  }

}

@media (max-width: 991px) {

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

  #custom-header .page-center {
	 position: relative;
  }

  .mobile-trigger {
	 position: absolute;
	 top: 5px;
	 right: 15px;
	 display: block;
	 width: 40px;
	 height: 40px;
	 background: transparent url(//5854099.fs1.hubspotusercontent-na1.net/hubfs/5854099/IVvy_February2020/Images/icon-menu.svg) no-repeat center center;
	 cursor: pointer;
  }

  #custom-menu-wrapper {
	 display: none;
  }

  .widget-span .custom-menu-primary {
	 position: fixed;
	 top: 51px;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 display: none;
	 flex-direction: column;
	 padding: 0;
	 width: 100%;
	 height: auto;
	 background-color: #FFFFFF;
	 overflow-y: auto;
  }

  .mobile-open .widget-span .custom-menu-primary {
	 display: flex;
	 opacity: 1;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
	 display: block;
	 min-height: 40px;
	 line-height: 40px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
	 display: block;
	 height: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
	 padding: 0 15px;
	 color: #6F7888;
	 background-color: transparent;
	 vertical-align: middle;
	 cursor: pointer;
	 transition: color 0.15s ease-out, background-color 0.25s ease-out;
	 display: block;
	 width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.us > a {
	 padding-top: 0;
	 padding-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.login > a, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.contact > a {
	 padding: 0  15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.request-demo {
	 margin: 0;
	 padding: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.request-demo > a {
	 display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.us {
	 margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
	 position: relative;
	 top: 0;
	 padding: 15px;
	 box-shadow: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.us > a {
	 font-family: "nunito", sans-serif;
	 font-weight: 400;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.us > a:before {
	 content: "";
	 position: relative;
	 top: 3px;
	 display: inline-block;
	 margin-right: 5px;
	 width: 15px;
	 height: 15px;
	 background-image: url(//5854099.fs1.hubspotusercontent-na1.net/hubfs/5854099/IVvy_February2020/Images/icon-region.png);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.us > a:after {
	 content: "";
	 position: relative;
	 display: inline-block;
	 margin-left: 5px;
	 font-family: "Font Awesome 5 Free" !important;
	 font-weight: 900;
	 font-size: 0.875rem;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.us > a > .fa-caret-down {
	 display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.login  > a, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.contact > a {
	 font-family: "nunito", sans-serif;
	 font-weight: 500;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.request-demo > a {
	 display: inline-block;
	 margin-bottom: 0;
	 text-align: center;
	 padding: 6px 12px;
	 line-height: 1.42857143;
	 border-radius: 4px;
	 text-decoration: none !important;
	 font-size: 0.875rem;
	 white-space: normal;
	 font-family: "nunito", sans-serif;
	 font-weight: 700;
	 width: 100% !important;
	 color: #80BA27;
	 background-color: #80BA27;
	 border: 1px solid #80BA27;
	 transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.request-demo {
	 min-height: auto;
	 line-height: normal;
  }
  .hs-blog-footer .hs-blog-footer-menu .hs-menu-wrapper > ul > li {
	 width: 100%;
  }
  .blog-content, .blog-sidebar {
	 width: 100% !important;
	 margin-left: 0 !important;
  }

  .blog .custom-menu-primary .hs-menu-wrapper > ul > li.au > a {
	 font-family: "nunito",sans-serif;
	 font-weight: 400;
  }

  .blog .custom-menu-primary .hs-menu-wrapper > ul > li.au > a:before {
	 content: "";
	 position: relative;
	 top: 3px;
	 display: inline-block;
	 margin-right: 5px;
	 width: 15px;
	 height: 15px;
	 background-image: url(//5854099.fs1.hubspotusercontent-na1.net/hubfs/5854099/IVvy_February2020/Images/au.png);
  }

  .blog .custom-menu-primary .hs-menu-wrapper > ul > li.au > a > .fa-caret-down {
	 margin-left: 5px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.add-your-venue > a {
	 display: block;
	 margin-bottom: 0;
	 text-align: center;
	 vertical-align: middle;
	 cursor: pointer;
	 background-image: none;
	 padding: 6px 12px;
	 line-height: 1.42857143;
	 border-radius: 4px;
	 font-family: "nunito",sans-serif;
	 font-size: .875rem;
	 white-space: normal;
	 transition: color .15s ease-out , background-color .15s ease-out , border .15s ease-out;
	 text-decoration: none!important;
	 font-weight: 700;
	 color: #6f7888!important;
	 background-color: #fff!important;
	 border: 1px solid #ccc;
	 width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.add-your-venue {
	 padding: 15px;
	 background-color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.add-your-venue > a:hover {
	 color: #7EB647 !important;
	 background-color: #fff!important;
	 border: 1px solid #ccc;
  }

  .blog .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
	 margin: 0;
	 padding: 0;
	 position: static;
  }

  .blog .custom-menu-primary .hs-menu-wrapper > ul > li.au > ul > li > a {
	 display: block;
	 padding: 15px 13px;
	 font-family: "nunito",sans-serif;
	 font-weight: 500;
	 font-size: .875rem;
  }

  .blog .custom-menu-primary .hs-menu-wrapper > ul > li.au > ul > li:first-child > a, 
  .blog .custom-menu-primary .hs-menu-wrapper > ul > li.au > ul > li.active > a {
	 color: rgba(111,120,136,.75);
  }

  .blog .custom-menu-primary .hs-menu-wrapper > ul > li.au > ul > li {
	 padding: 0;
	 line-height: 20px;
  }

  .blog .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li {
	 display: block;
  }

  .blog .custom-menu-primary .hs-menu-wrapper > ul > li:not(.au) > ul {
	 position: relative;
	 top: 0;
	 padding: 15px;
	 box-shadow: none;
  }
  .blog-sidebar>div {
	 padding: 0 0 20px;
  }

  .hs-blog-footer .hs-blog-footer-menu .hs-menu-wrapper>ul>li.logo>a {
	 padding: 0;
	 display: inline;
  }

  .hs-blog-footer .hs-blog-footer-menu .hs-menu-wrapper > ul > li.support > ul > li.site-info > ul > li:last-child > a ,
  .hs-blog-footer .hs-blog-footer-menu .hs-menu-wrapper > ul > li.venue-solutions > ul li:last-child > a,
  .hs-blog-footer .hs-blog-footer-menu .hs-menu-wrapper > ul > li.events-solutions > ul li:last-child > a {
	 padding-bottom: 4px;
  }

  .hs-blog-footer-menu .navSectionSocial {
	 margin-bottom: -1px;
  }

}


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

@media (max-width: 767px) {

  .hs-search-field__bar {
	 max-width: 100%;
  }
  .landing-page.one-column .body-container .widget-type-form,
  .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form{
	 width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical > ul {
	 margin-bottom: 20px;
  }
  .subscribe-options label {
	 margin: 0;
  }
  .hs-form {
	 margin-bottom: 30px
  }
  #comment-form .hs-form {
	 margin-bottom: 0;
  }
  .blog-sidebar {
	 padding-top: 30px;
  }
  .checkbox-row span.fakelabel span {
	 width: calc(100% - 40px);
  }
  .subscribe-options label span {
	 white-space: normal;
	 padding-right: 30px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
	 max-width: 100%;
  
	 float: none;
	 display: block !important;
	 margin: 20px 0;
  } 
  .hs-author-profile .hs-author-bio,
  .hs-author-profile .hs-author-social-section,
  .hs-author-profile .hs-author-avatar,
  .hs-blog-listing .hs-author-profile{
	 width: 100%;
	 float: left;
  }
  .hs-author-profile .hs-author-avatar img {
	 margin-bottom: 5px;
  }
  #recaptcha_area, #recaptcha_table {
	 width: 318px!important;
	 overflow-x: auto !important;
	 max-width: 100% !important;
  }
  .container-fluid .row-fluid .page-center {
	 max-width: 600px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a > .fa-caret-down {
	 width: auto;
  }

}  




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

@media (max-width: 479px) {
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
	 width: 100%;
	 display: inline-block;
	 max-width: 300px;
	 overflow: auto;
	 overflow-y: hidden !important;
	 margin: 10px 0;
  }
  .hs-banner-area {
	 margin-bottom: 10%;
  }
  .no-banner .body-container {
	 padding-top: 10%
  }
}

@media (max-width: 450px) {
  .body-container-wrapper .container-fluid .row-fluid .page-center {
	 padding-left: 10%;
	 padding-right: 10%;
  }
  #custom-footer {
	 padding: 20%;
  }
  .hs-blog-banner-area{
	 padding:10% 15% 15%;
  }
}




/* =============== Custom Landing Page Nov 2021 =============== */


.video-header h1{
  font-family: "nunito", sans-serif; 
  font-weight: 700; 
  font-size: 4rem; 
  line-height: 4.2rem; 
  letter-spacing: -1.92px;
  color: black !important;
  position: absolute;
  top: 22vw;
  margin-left: 60px;  
}