
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@600&display=swap');







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */

















/* 1d. Buttons */










/* 1e. Forms */









/* 1f. Tables */











/* 1g. Site header */





















.dnd-section,
.content-wrapper--vertical-spacing {
  padding-top: 40px;
  padding-bottom: 40px;
}






body {
  font-size: 1rem;
  color: #343a40;
  font-weight: {font=null, font_set=GOOGLE, styles={font-weight=400, font-style=normal, text-decoration=none}, size=null, size_unit=null, color=null, variant=400, fallback=sans-serif, style=font-weight: 400; font-style: normal; text-decoration: none, css=font-weight: 400;};
  font-family: Montserrat;
}

/* Paragraphs */

p {
  font-size: 1rem;
  color: #343a40;
  font-weight: {font=null, font_set=GOOGLE, styles={font-weight=400, font-style=normal, text-decoration=none}, size=null, size_unit=null, color=null, variant=400, fallback=sans-serif, style=font-weight: 400; font-style: normal; text-decoration: none, css=font-weight: 400;};
}

/* Anchors */

a {
  color: 

  
  
    
  


  rgba(118, 189, 50, 1.0)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(80, 129, 34, 1.0)

;
}

/* Headings */

h1 {
  font-family: Montserrat;
  font-size: 3.75rem;
  color: #343a40;
  font-weight: 500;
}

h2 {
  font-family: Montserrat;
  font-size: 2.25rem;
  color: #343a40;
  font-weight: 500;
}

h3 {
  font-family: Montserrat;
  font-size: 1.5rem;
  color: #343a40;
  font-weight: 500;
}

h4 {
  font-family: Montserrat;
  font-size: 1.875rem;
  color: #343a40;
  font-weight: 500;
}

h5 {
  font-family: Montserrat;
  font-size: 1.5rem;
  color: #343a40;
  font-weight: 500;
}

h6 {
  font-family: Montserrat;
  font-size: 1.125rem;
  color: #343a40;
  font-weight: 500;
}

/* Blockquote */

blockquote {
  border-left-color: #F8FAFC;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(118, 189, 50, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(118, 189, 50, 0.0)

;
  border-radius: 0.3rem;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 0.75rem 2rem;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(108, 173, 46, 1.0)

;
  border-color: #4e950a;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button:active,
.button:active {
  background-color: rgba(158, 229, 90, 1.0);
  border-color: #9ee55a;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





form,
.submitted-message {
  font-size: 1rem;
  color: #343a40;
  font-weight: {font=null, font_set=GOOGLE, styles={font-weight=400, font-style=normal, text-decoration=none}, size=null, size_unit=null, color=null, variant=400, fallback=sans-serif, style=font-weight: 400; font-style: normal; text-decoration: none, css=font-weight: 400;}
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(52, 58, 64, 1.0)

;
}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(52, 58, 64, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(52, 58, 64, 1.0)

;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-color: 

  
  
    
  


  rgba(129, 138, 145, 0.0)

;
  color: #495057;
  border-radius: 1rem;
  background-color: #F8F9FA
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: 

  
  
    
  


  rgba(82, 168, 236, 0.0)

;
}

/* Form placeholder text */



/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #494A52;
}

.fn-date-picker td .pika-button:hover {
  background-color: #494A52 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #494A52;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(118, 189, 50, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(118, 189, 50, 0.0)

;
  border-radius: 0.3rem;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 0.75rem 2rem;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(108, 173, 46, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(255, 122, 89, 0.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(158, 229, 90, 1.0);
  border-color: #9ee55a;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #eee;
}

th,
td {
  border-color: #eee;
  color: #000;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
  border-bottom-color: #eee;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: 

  
  
    
  


  rgba(52, 58, 64, 1.0)

;
  font-family: Montserrat;
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: 

  
  
    
  


  rgba(52, 58, 64, 1.0)

;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #494A52;
}

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(108, 117, 125, 1.0)

;
  border-color: ;
}

body .submenu.level-2 > li:first-child:before {
  border-color: ;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}


body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(248, 249, 250, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Montserrat;
}

.header__language-switcher-label-current:after {
  border-top-color: 

  
  
    
  


  rgba(52, 58, 64, 1.0)

;
}

.submenu.level-1>li>a.active-item {
  color: 

  
  
    
  


  rgba(142, 191, 85, 1.0)

 !important;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

 !important;
}

.sign-up-button a {
  color: #fff;
  background-color: #76bd32;
  border-color: #76bd32;
}

.sign-up-button a:hover {
  color: #fff;
  background-color: #6cad2e;
  border-color: #6cad2e;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: 

  
  
    
  


  rgba(52, 58, 64, 1.0)

;
  }
}

ul.submenu.level-2>li>a {
  color: 

  
  
    
  


  rgba(248, 249, 250, 1.0)

;
}

ul.submenu.level-2>li>a:hover {
  color: 

  
  
    
  


  rgba(52, 58, 64, 1.0)

;
}

ul.submenu.level-1>li {
  background: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}





.footer_top {
  background-color: 

  
  
    
  


  rgba(118, 189, 50, 1.0)

;
}

footer.footer .footer_top .row_inner {
  align-items: center;
}

.heading h5 {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.para p {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

footer.footer .footer_top .form_wrapper {
  display: flex;
  justify-content: flex-end;
}

.form_wrapper form input[type=submit], .form_wrapper form .hs-button {
  border-color: 

  
  
    
  


  rgba(52, 58, 64, 1.0)

 !important;
  background-color: 

  
  
    
  


  rgba(52, 58, 64, 1.0)

 !important;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

 !important;
}

.form_wrapper form input[type=submit]:hover, .form_wrapper form .hs-button:hover {
  background-color: 

  
  
    
  


  rgba(43, 48, 53, 1.0)

 !important;
}

footer.footer .footer_top .form_wrapper .hs_submit.hs-submit {
  max-width: 33.3333333333%;
  position: relative;
  padding-left: 15px;
}

footer.footer .footer_top div#hs_form_target_my_form {
  display: flex;
  justify-content: flex-end;
}

footer.footer .footer_top div#hs_form_target_my_form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 80%;
}

footer.footer .footer_top .form_wrapper .hs-form-field {
  max-width: 100%;
}

@media (max-width:1200px){
  footer.footer .footer_top div#hs_form_target_my_form form {
    width: 100%;
  }
}

@media (max-width:1000px){
  footer.footer .footer_top .form_wrapper .hs_submit.hs-submit {
    max-width: 50%;
  }
}

.footer_bottom {
  background-color: 

  
  
    
  


  rgba(52, 58, 64, 1.0)

;
}

.title_text h6 {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.resources_menu a,
.company_menu .hs_cos_wrapper .hs-menu-wrapper >ul >li >a,
.solutions_menu .hs_cos_wrapper .hs-menu-wrapper >ul >li >a,
.logo_menu .hs_cos_wrapper .hs-menu-wrapper >ul >li >a ,
 .logo_menu p a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.resources_menu a:hover,
.company_menu .hs_cos_wrapper .hs-menu-wrapper >ul >li >a:hover,
.solutions_menu .hs_cos_wrapper .hs-menu-wrapper >ul >li >a:hover,
.logo_menu .hs_cos_wrapper .hs-menu-wrapper >ul >li >a:hover,
.logo_menu p a:hover{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.copyright p {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.privacy a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.privacy a:hover {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

ul.social-icons li i {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.switcher-container ul li a {
  background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(52, 58, 64, 1.0)

;
}
.switcher-container ul li a:hover {
  background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





/* Blog Header */

/* .blog-header {
background-color: rgb(245, 245, 245);
}
*/
/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #343a40;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: 

  
  
    
  


  rgba(80, 129, 34, 1.0)

;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: 

  
  
    
  


  rgba(80, 129, 34, 1.0)

;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #494A52;
}

.blog-pagination__link {
  color: #343a40;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #494A52;
}

.blog-post__title {
  color: #343a40;
  font-family:Montserrat;
  font-size: 3.75rem;
  font-weight: 500;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: #FFF;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: 

  
  
    
  


  rgba(80, 129, 34, 1.0)

;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: 

  
  
    
  


  rgba(80, 129, 34, 1.0)

;
}

.blog-index__post-content--small h2 {
  font-size: 1.5rem;
}

.blog-index__post-content a {
  color: #343a40;
}

.blog-post__read-more svg {
  fill: #343a40;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-sidebar a {
  color: #343a40;
}

/* .blog__subscription-block, .blog-related-posts {
background-color: rgb(245, 245, 245);
}
*/
.post-featured-image {
  max-height: 600px;
}

/* Removed Blog Post Shadow */
/* .blog-post {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
} */

.blog-post__meta a {
  color: #343a40;
}

.blog-post__meta a:hover {
  color: 

  
  
    
  


  rgba(80, 129, 34, 1.0)

;
}

.blog-post__links-container {
  border-top:  2px solid rgb(228, 230, 232);
}

.blog-post__back-to-blog {
  color: #343a40;
}

.blog-post__back-to-blog svg {
  fill: #343a40;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(228, 230, 232) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(228, 230, 232);
}

.section.post-footer .hs-input {
  border-color: rgb(228, 230, 232);
}

.blog-recent-posts {
  background-color: rgb(245, 245, 245);
}

/* Custom Blog Styles and Sidebar */

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover,
a.blog-pagination__link:hover {
  color: #76bd32;
}

a.blog-pagination__link svg {
  transition: all .15s linear;
}

a.blog-pagination__link:hover svg {
  fill: #76bd32;
}

a.blog-pagination__link.blog-pagination__number-link:hover {
  border-color: #76bd32;
}

/* Blog Listing Page */

.hs-blog-listing div#hs_cos_wrapper_dnd_area_header-module-1 {
    width: 100% !important;
}

.hs-blog-listing .blog-header {
    margin-top: 3.5rem;
}

.hs-blog-listing .blog-header__inner {
    display: flex;
/*     max-width: 1240px; */
    padding: 0 15px 0 31px;
}

.hs-blog-listing h1 {
    font-family: Montserrat;
    font-size: 3rem;
    color: #75bd32;
    font-weight: 600;
    text-align: left;
}

.hs-blog-listing p.blog-header__subtitle {
    font-size: 20px;
    text-align: left;
}

.hs-blog-listing .listing-header-text-wrapper span {
    width: 100% !important;
    display: flex;
}

.hs-blog-listing h2.blog-header__tag {
    font-size: 18px;
    font-weight: 600;
    background: #dfdede;
    display: inline;
    padding: 3px 11px 2px;
    border-radius: 5px;
    text-align: left;
}

.hs-blog-listing .listing-header-img-wrapper {
    display: flex;
    align-items: center;
    max-width: 185px;
    min-width: 185px;
    margin-left: 6rem;
}

.hs-blog-listing .listing-header-img-wrapper img.listing-header-img {
    width: 185px;  
    height: 185px; 
}

/* remove padding */
.blog-sidebar.span3 .row-fluid {
    padding-right: 0;
    padding-left: 0;
}

/* remove bold from sidebar widget text */
.blog-sidebar.span3 .widget-module ul li a {
    font-weight: 500;
}

.blog-sidebar.span3 .twitter-widget {
    border-radius: 5px;
    box-shadow: -5px 0px 20px 0px rgb(73 75 77 / 10%);
}

/* Blog Subscribe Form */
.hs-blog-listing .subscription-form {
    max-width: 700px;
    padding-top: 20px;
}

.hs-blog-listing .subscription-form form label {
    text-align: left;
    display: block;
}

.hs-blog-listing .subscription-form input#email-2c41c7da-e58c-4bf4-a52e-afb3ecaf4498_1 {
    border: 2px solid #76bd32;
}


/* Blog Post Pages */

.hs-blog-post .content-wrapper {
    max-width: 1280px;
}

.hs-blog-post .body-container.body-container--blog-post > div{
    box-shadow: -5px 0px 20px 0px rgb(73 75 77 / 10%);
}

.hs-blog-post article.blog-post {
/*     max-width: none; */
    padding: 84px 15px 80px 15px;
}

.hs-blog-post .blog-body-wrapper {
    display: flex;
}

.hs-blog-post .blog-post__body {
    width: 72.358974359%;
    padding-right: 4%;
}

.hs-blog-post .blog-body-wrapper .blog-sidebar.span3 {
    width: 25.076923077%;
    margin-left: 2.564102564%;
}

/* Pool Quote */

p.pool-quote-green {
    background-color: #76bd32;  
    color: #fff;
    font-size: 2em;
    line-height: 1.3em;
    margin: 25px 0 35px 0;
    padding: 1.4em 2em 1.2em 2em;
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.375rem rgb(0 0 0 / 5%), 0 0.5rem 1.2rem rgb(0 0 0 / 10%) !important;
}

p.pool-quote-white {
    background-color: #fff;  
    color: #76bd32;
    font-size: 2em;
    line-height: 1.3em;
    margin: 25px 0 35px 0;
    padding: 1.4em 2em 1.2em 2em;
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.375rem rgb(0 0 0 / 5%), 0 0.5rem 1.2rem rgb(0 0 0 / 10%) !important;
}

p.pool-quote-green span.quote-mark,
p.pool-quote-white span.quote-mark {
    font-family: 'Catamaran', sans-serif;
    font-size: 3em;
}

p.pool-quote-green span.quote-mark:nth-child(1),
p.pool-quote-white span.quote-mark:nth-child(1) {
    transform: rotate(180deg) translate(11px, 32px);
    display: inline-table;
}

p.pool-quote-green span.quote-mark:nth-child(2), p.pool-quote-white span.quote-mark:nth-child(2) {
    position: absolute;
    transform: translate(11px, 23px);
}

p.pool-quote-green span.quotee, 
p.pool-quote-white span.quotee {
    display: block;
    width: 100%;
    text-align: right;
    font-size: .6em;
    margin-top: 6px;
}

/* Design Fix 11/2021 */

.post-featured-image {
    margin-bottom: 0;
}

/* Blog Post Author */
article.blog-post .blog-post__meta {
    display: flex;
    align-items: center;
    gap: 4px;
}


article.blog-post .blog-post__meta .hs-author-avatar {
    display: inline;
}

article.blog-post .blog-post__meta .hs-author-avatar img {
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
}

@media (max-width: 1199px){
    .hs-blog-listing .listing-header-img-wrapper {
        margin-left: 0;
    }
}

@media (max-width: 991px){
    .hs-blog-listing .listing-header-img-wrapper {
        display: none;
    }
  
    .hs-blog-post article.blog-post {
        padding: 50px 15px 50px 15px;
    }
}

@media (max-width: 767px){
    .hs-blog-listing .content-wrapper>.row-fluid {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
  
    .hs-blog-post article.blog-post {
        padding: 0px 15px 10px 15px;
    }
  
    article.blog-post h1.blog-post__title span {
        font-size: 0.8em;
    }
}


/* video fix */

.hs-blog-post .blog-post__body iframe {
    width: 100%;
}

@media (max-width: 1067px){
    
    .hs-blog-post .blog-body-wrapper {
        flex-direction: column;
    }
  
    .hs-blog-post .blog-post__body {
        width: 100%;
        padding-right: 0;
    }

    .hs-blog-post .blog-body-wrapper .blog-sidebar.span3 {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 767px){
    .hs-blog-post .blog-post {
        margin: 40px auto;
    }
  
    .hs-blog-post .content-wrapper {
        padding: 0;
    }
}












.card__price {
  font-family: Montserrat
    font-size: 1.5px;
  color: #343a40;
  font-weight: 500
}

@media (min-width: 576px){
  .container, .footer__container, .content-wrapper, .header__container, .page-center, .dnd-section > .row-fluid, article.blog-post {
    max-width: 575.99982px;
  }
}

@media (min-width: 768px){
  .container, .footer__container, .content-wrapper, .header__container, .page-center, .dnd-section > .row-fluid, article.blog-post {
    max-width: 719.99892px;
  }
  
  footer.footer .footer_top .row_inner>.column_container {
    width: 66.66666667%;
  }

  footer.footer .footer_top .form_container {
    width: 33.33333333%;
  }
}


@media (min-width: 992px){
  .container, .footer__container, .content-wrapper, .header__container, .page-center, .dnd-section > .row-fluid, article.blog-post {
    max-width: 959.9997px;
  }
}

@media (min-width:1200px){
  .container, .footer__container, .content-wrapper, .header__container, .page-center, .dnd-section > .row-fluid, article.blog-post {
    max-width: 1140px;
  }
}

/* Landing Page Styles */

.hs-landing-page .header_wrapper.clearfix,
.hs-landing-page .mobile_header {
    background: #222222;
}

body.fixed.fixed_logo.sticky_logo .hs-landing-page header.header {
    background: rgba(52,58,64,0.85);
}

form .legal-consent-container p {
    font-size: 11px;
}

footer.gv-footer-no-nav .footer_bottom_bottom {
    display: flex;
    width: 100%;
    padding-top: 40px;
}

footer.gv-footer-no-nav .column_container.item1,
footer.gv-footer-no-nav .column_container.item4 {
    display: flex;
    width: 50%;
}

@media (max-width: 768px){
  footer.gv-footer-no-nav .footer_bottom_bottom {
      flex-wrap: wrap;
  }
  
  footer.gv-footer-no-nav .column_container.item1,
  footer.gv-footer-no-nav .column_container.item4 {
      display: flex;
      width: 100%;
  }
  
  footer.gv-footer-no-nav .copyright>div, .copyright>div {
      text-align: center;
  }
  
  footer.gv-footer-no-nav ul.social-icons {
      width: 100%;
      padding-top: 20px;
      padding-bottom: 15px; 
      text-align: center;
  }
}






.embed-form-super-wrapper .hs-form {
  max-width: 100%;
  margin: auto;
}

.embed-form-super-wrapper .hs-form input[type=date],
.embed-form-super-wrapper .hs-form input[type=datetime],
.embed-form-super-wrapper .hs-form input[type=datetime-local],
.embed-form-super-wrapper .hs-form input[type=email],
.embed-form-super-wrapper .hs-form input[type=month],
.embed-form-super-wrapper .hs-form input[type=number],
.embed-form-super-wrapper .hs-form input[type=password],
.embed-form-super-wrapper .hs-form input[type=range],
.embed-form-super-wrapper .hs-form input[type=search],
.embed-form-super-wrapper .hs-form input[type=tel],
.embed-form-super-wrapper .hs-form input[type=text],
.embed-form-super-wrapper .hs-form input[type=time],
.embed-form-super-wrapper .hs-form input[type=url],
.embed-form-super-wrapper .hs-form input[type=week],
.embed-form-super-wrapper .hs-form fieldset.form-columns-1 textarea.hs-input,
.embed-form-super-wrapper .hs-form fieldset.form-columns-1 .input select,
.embed-form-super-wrapper .hs-form .input textarea,
.embed-form-super-wrapper .hs-form .hs-input textarea,
.embed-form-super-wrapper .hs-form textarea,
.embed-form-super-wrapper .hs-form .input select,
.embed-form-super-wrapper .hs-form .hs-input select,
.embed-form-super-wrapper .hs-form select {
  border: 1px solid #d6d6d6;
  width: 100%;
  padding: 9px 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.embed-form-super-wrapper .hs-form ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.embed-form-super-wrapper .hs-form fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.embed-form-super-wrapper .hs-form fieldset.form-columns-1 input[type="checkbox"],
.embed-form-super-wrapper .hs-form fieldset.form-columns-1 input[type="radio"] {
  width: auto !important;
  margin-right: 15px !important;
  margin-top: -2px;
}

.embed-form-super-wrapper .hs-form label {
  color: #606060;
}

.embed-form-super-wrapper .hs-form fieldset {
  max-width: 100% !important;
}

.embed-form-super-wrapper .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 33.333% !important;
}

.embed-form-super-wrapper .hs-form fieldset {
  margin-bottom: 0 !important;
}

.embed-form-super-wrapper .hs-form .hs-form-field {
  margin-bottom: 15px;
}

.embed-form-super-wrapper .hs-form label {
  font-weight: normal;
  letter-spacing: 1px;
}

.embed-form-super-wrapper .hs-form ul li {
  margin-top: 4px;
  margin-bottom: 4px !important;
  float: left;
  width: 100%;
}

.embed-form-super-wrapper .hs-form fieldset textarea.hs-input {
  min-height: 200px;
}

.embed-form-super-wrapper .hs-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px;
  border-radius: 0;
}

.embed-form-super-wrapper .hs-form button,
.embed-form-super-wrapper .hs-form input[type=button],
.embed-form-super-wrapper .hs-form input[type=reset],
.embed-form-super-wrapper .hs-form input[type=submit] {
  background: #606060;
  color: white;
  padding: 7px 45px;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px;
}

.embed-form-super-wrapper .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.embed-form-super-wrapper .hs-form fieldset.form-columns-3 .hs-form-field,
.embed-form-super-wrapper .hs-form fieldset.form-columns-2 .hs-form-field {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.embed-form-super-wrapper .hs-form fieldset .hs-form-field {
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

@media screen and (max-width:400px) {
  .embed-form-super-wrapper .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
}

.embed-form-super-wrapper {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #ffffff;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border-color: #bababa !important;
  border-style: solid !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  padding-left: 49px !important;
  padding-right: 49px !important;
  margin: 0 auto;
}

.embed-form-super-wrapper .hs-form label,
.embed-form-super-wrapper .hs-form label span {
  font-family: 'Montserrat', Arial !important;
  color: #636363 !important;
  font-size: 16px !important;
  letter-spacing: 0px !important;
  font-weight: 500 !important;
  margin-bottom: 6px;
}

.embed-form-super-wrapper .hs-form label {
  width: 100%;
  text-align: left !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.embed-form-super-wrapper .hs-form input[type=date],
.embed-form-super-wrapper .hs-form input[type=datetime],
.embed-form-super-wrapper .hs-form input[type=datetime-local],
.embed-form-super-wrapper .hs-form input[type=email],
.embed-form-super-wrapper .hs-form input[type=month],
input[type=number],
.embed-form-super-wrapper .hs-form input[type=password],
.embed-form-super-wrapper .hs-form input[type=range],
.embed-form-super-wrapper .hs-form input[type=search],
.embed-form-super-wrapper .hs-form input[type=tel],
.embed-form-super-wrapper .hs-form input[type=text],
.embed-form-super-wrapper .hs-form input[type=time],
.embed-form-super-wrapper .hs-form input[type=url],
.embed-form-super-wrapper .hs-form input[type=week],
.embed-form-super-wrapper .hs-form .input textarea,
.embed-form-super-wrapper .hs-form .hs-input textarea,
.embed-form-super-wrapper .hs-form textarea,
.embed-form-super-wrapper .hs-form .input select,
.embed-form-super-wrapper .hs-form .hs-input select,
.embed-form-super-wrapper .hs-form select {
  text-align: left !important;
  font-family: 'Montserrat', Arial !important;
  letter-spacing: 0px !important;
  font-weight: 300 !important;
  font-size: 20px !important;
  border-color: #e2e2e2 !important;
  color: #000000 !important;
  background-color: #f4f4f4 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-style: solid !important;
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  height: auto !important;
}

.embed-form-super-wrapper .hs-form input::-webkit-input-placeholder,
.embed-form-super-wrapper .hs-form select::-webkit-input-placeholder {
  color: #a1a1a1 !important;
  text-align: left !important;
}

.embed-form-super-wrapper .hs-form input::-moz-placeholder,
.embed-form-super-wrapper .hs-form select::-moz-placeholder {
  color: #a1a1a1 !important;
  text-align: left !important;
}

.embed-form-super-wrapper .hs-form input:-ms-input-placeholder,
.embed-form-super-wrapper .hs-form select:-ms-input-placeholder {
  color: #a1a1a1 !important;
  text-align: left !important;
}

.embed-form-super-wrapper .hs-form input:-moz-placeholder,
.embed-form-super-wrapper .hs-form select:-moz-placeholder {
  color: #a1a1a1 !important;
  text-align: left !important;
}

.embed-form-super-wrapper .hs-form button,
.embed-form-super-wrapper .hs-form input[type=button],
.embed-form-super-wrapper .hs-form input[type=reset],
.embed-form-super-wrapper .hs-form input[type=submit] {
  font-family: 'Montserrat', Arial !important;
  letter-spacing: 2px !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  color: #fff !important;
  background: #76bd32 !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
  border-radius: 3px !important;
  border-style: solid !important;
  border-color: #53b8fb !important;
  border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear;
  -khtml-transition: all .2s linear;
}

.embed-form-super-wrapper .hs-form .hs-submit {
  display: inline-block;
  width: 100%;
}

.embed-form-super-wrapper .hs-form .hs-submit .actions {
  width: 100% !important;
  float: left !important;
  clear: both !important;
  text-align: left !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 0px !important;
/*   padding-right: 300px !important; */
}

.embed-form-super-wrapper .hs-richtext {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

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

  .embed-form-super-wrapper .hs-form .form-columns-2>div.hs-form-field,
  .embed-form-super-wrapper .hs-form .form-columns-3>div.hs-form-field,
  .embed-form-super-wrapper .hs-form .form-columns-4>div.hs-form-field {
    width: 100% !important;
  }
}

.embed-form-super-wrapper .hs-form .hs-error-msgs label,
.embed-form-super-wrapper .hs-form .hs-error-msgs label span {
  font-family: 'Montserrat', Arial !important;
  letter-spacing: 1px !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: #f2545b !important;
}

.embed-form-super-wrapper .hs-form button:hover,
.embed-form-super-wrapper .hs-form input[type=button]:hover,
.embed-form-super-wrapper .hs-form input[type=reset]:hover,
.embed-form-super-wrapper .hs-form input[type=submit]:hover {
  background: #76bd32 !important;
  color: #ffffff !important;
  border-color: #76bd32 !important;
}

.grecaptcha-badge {
  width: auto !important;
  height: auto !important;
  box-shadow: none !important;
}

.embed-form-super-wrapper .hs-form input[type="checkbox"] {
  margin-right: 10px;
  margin-top: -2px;
}

.center-the-form form,
.center-the-form form input {
  text-align: center;
}

.belch-modal__btn,
.micromodal-slide .belch-modal__container,
.micromodal-slide .belch-modal__overlay {
  will-change: transform
}

.belch-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .8);
  display: flex;
  justify-content: center;
  align-items: center
}

.belch-modal__container {
  background-color: #fff;
  width: 100%;
  max-width: 920px;
  max-height: 100vh;
  border-radius: 6px;
  overflow-y: auto;
  box-sizing: border-box
}

.belch-modal__header {
  display: flex;
  justify-content: flex-end;
  align-items: center
}

.belch-modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box
}

.belch-modal__close {
  background: 0 0;
  background-color: transparent !important;
  border: 0;
  cursor: pointer
}

.belch-modal__close:focus {
  outline: 0;
  border: 0
}

.belch-modal__header .belch-modal__close:before {
  content: "\2715"
}

.belch-modal__content {
  line-height: 1.5;
  color: rgba(0, 0, 0, .8)
}

.belch-modal__btn {
  font-size: .875rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out;
  padding: .5rem 1rem;
  padding: .5rem 1rem
}

.belch-modal__btn:focus,
.belch-modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.belch-modal__btn-primary {
  background-color: #00449e;
  color: #fff
}

@keyframes mmfadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0)
  }

  to {
    transform: translateY(-10%)
  }
}

.micromodal-slide {
  display: none
}

.micromodal-slide.is-open {
  display: block
}

.micromodal-slide[aria-hidden=false] .belch-modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=false] .belch-modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .belch-modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1)
}

.micromodal-slide[aria-hidden=true] .belch-modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1)
}

.belch-modal {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  display: none
}

.belch-modal.is-open {
  display: block
}

/* GoodVision styles Belch.io Modal */

header.belch-modal__header {
    position: absolute;
    top: 60px;
    right: 30px;
}

main.belch-modal__content {
    display: flex;
    flex-direction: row;
}

main.belch-modal__content .vc_col-sm-6 {
    width: 50%;
}

main.belch-modal__content p {
    font-family: Montserrat;
    font-size: 18px;
    line-height: 26px;
}

main.belch-modal__content .vc_col-sm-6.modal-form-section {
    padding: 40px;
}

.bg-dark-opacity-1 {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

main.belch-modal__content .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

main.belch-modal__content h3.text-heading-default.font-weight-bold.el-title_custom_color.mb-12 {
    font-weight: 700 !important;
    letter-spacing: -0.02em;
    line-height: 1.28;
    margin-bottom: 1rem;
}

main.belch-modal__content .embed-form-super-wrapper {
    padding: 0 !important;
    border: none !important;
}

main.belch-modal__content form input[type=text], form input[type=email], 
main.belch-modal__content form input[type=password], form input[type=tel], 
main.belch-modal__content form input[type=number], form input[type=file], 
main.belch-modal__content form select, form textarea {
    margin: 0;
}

main.belch-modal__content form#hsForm_2c41c7da-e58c-4bf4-a52e-afb3ecaf4498 {
    margin-bottom: 25px;
}

main.belch-modal__content input.hs-button.primary.large {
    font-family: Montserrat;
    letter-spacing: 1px !important;
    line-height: 21px;
    text-transform: none;
}

main.belch-modal__content .vc_custom_1643899273643 {
    background-image: url(https://goodvisionlive.com/wp-content/uploads/2021/03/drone-small.png?id=14969) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

a.belch-io-trigger-btn {
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: none;
    padding: 0.75rem 2rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    color: #fff;
    font-weight: 600;
}

@media (max-width:1199.98px){
  .belch-modal__container {
      max-width: 770px;
  }
}

@media (max-width:991.98px){
  .belch-modal__container {
      max-width: 570px;
  }
  
  main.belch-modal__content h3.text-heading-default.font-weight-bold.el-title_custom_color.mb-12 {
      font-size: 24px;
  }
}

@media (max-width:766.98px){
  .belch-modal__container {
      max-width: 420px;
  }
  
  main.belch-modal__content .vc_col-sm-6.modal-form-section {
      width: 100%;
  }
  
  main.belch-modal__content .wpb_column.vc_column_container.vc_col-sm-6.vc_col-has-fill.text-center {
      display: none;
  }
}

@media (max-width:574.98px){
  .belch-modal__container {
      max-width: none;
      margin-right: 15px;
      margin-left: 15px;
  }
  
  header.belch-modal__header {
      top: 50px;
      right: 5px;
  }
  
  button.belch-modal__close {
    color: #000000;
  }
  
  main.belch-modal__content form#hsForm_2c41c7da-e58c-4bf4-a52e-afb3ecaf4498 {
      margin-bottom: 0px;
  }
}

/* remove badge from dropdown in navigation */
span.remove-badge .content_wrapper {
    display: none !important;
}