







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */






















































/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.dnd-section,
.content-wrapper--vertical-spacing {
  /*   padding: 80px 20px; */

  padding-top: 80px;
  padding-bottom: 80px;
}





html { }

body {
  color: #333E48;
  font-weight: 400;
  font-family: Source Sans Pro,sans-serif;
}

/* Paragraphs */

p {
  /*   font-size: 100px;
  color: #333E48;
  font-weight: 400; */
}

/* Anchors */

a {
  color: rgba(51, 62, 72, 1.0);
}

a:hover,
a:active {
  color: rgba(51, 62, 72, 1.0);
}

/* Headings */

h1 {
  font-family: Source Sans Pro;
  font-size: 35px;
  color: #333E48;
  font-weight: 700;
}

h2 {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 32px;
  color: #333e48;
  font-weight: ;
}

h3 {
  font-family: Source Sans Pro;
  font-size: 28px;
  color: #333e48;
  font-weight: 700;
}

h4 {
  font-family: Source Sans Pro;
  font-size: 24px;
  color: #333e48;
  font-weight: 700;
}

h5 {
  font-family: Source Sans Pro;
  font-size: 20px;
  color: #333e48;
  font-weight: 700;
}

h6 {
  font-family: Poppins;
  font-size: 18px;
  color: #333e48;
  font-weight: regular;
}

/* Blockquote */

blockquote {
  border-left-color: #57586e;
}





button,
.button {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(51, 62, 72, 1.0);
  border-radius: 0px;
  color: #333E48;
  padding: 9px 34px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(51, 62, 72, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

button:active,
.button:active {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: #5b6670;
  color: #333E48;
}





form,
.submitted-message {
  color: #333E48;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: rgba(246, 252, 235, 0.0);
  color: rgba(51, 62, 72, 1.0);
}

/* Form label */

.hs-form label {
  color: rgba(51, 62, 72, 1.0);
}

/* Form help text */

.hs-form legend {
  color: rgba(51, 62, 72, 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(189, 189, 189, 1.0);
  color: ;
  border-radius: 0px;
}

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(189, 189, 189, 1.0);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #333E48;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #333E48;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button,
.button {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(51, 62, 72, 1.0);
  border-width: 1px;
  border-radius: 0px;
  color: rgba(51, 62, 72, 1.0);
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 9px;
  padding-bottom: 9px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
.button:hover,
.button:focus {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(51, 62, 72, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 255, 255, 0.0);
  border-color: rgba(51, 62, 72, 1.0);
  color: rgba(255, 255, 255, 1.0);
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(26, 26, 26, 1.0);
  color: rgba(26, 26, 26, 1.0);
}

thead th,
thead td {
  background-color: rgba(26, 26, 26, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

table,
tbody + tbody {
  border-color: rgba(26, 26, 26, 1.0);
}






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

@media only screen and (min-width: 64.0625em) {

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li,
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a {   
    background-color: rgba(255, 255, 255, 0.0);  
  } 

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a {
    color: rgba(51, 61, 71, 1.0);  
  }  

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:hover {
    color: rgba(51, 61, 71, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li.active-branch > a,
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a.active-branch  { 
    color: rgba(51, 61, 71, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul li a {
    color: rgba(51, 61, 71, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul li a:hover {
    color: rgba(51, 61, 71, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul li.active-branch a,
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul li a.active-branch,
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul li.active a,
  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li ul li a.active {
    color: rgba(51, 61, 71, 1.0);
    background-color: rgba(255, 255, 255, 1.0);
  }
}






.footer {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(173, 179, 182, 1.0);
}

.footer__container {
  /*   max-width: 65px; */
}

/* Footer Content */


.footer-email-title h2,
.footer-menu-works .hs-menu-wrapper > ul > li:first-child > a,
.footer-menu-resources .hs-menu-wrapper > ul > li:first-child > a,
.footer-menu-company .hs-menu-wrapper > ul > li:first-child > a,
.footer-menu-works .hs-menu-wrapper > ul > li:first-child > a:hover,
.footer-menu-resources .hs-menu-wrapper > ul > li:first-child > a:hover,
.footer-menu-company .hs-menu-wrapper > ul > li:first-child > a:hover {
  color: rgba(173, 179, 182, 1.0);
}

.copyright {
  color: rgba(173, 179, 182, 1.0);
}

.footer-menu-works .hs-menu-wrapper > ul > li > a, 
.footer-menu-resources .hs-menu-wrapper > ul > li > a, 
.footer-menu-company .hs-menu-wrapper > ul > li > a {
  color: rgba(255, 255, 255, 1.0);
}


.footer-menu-works .hs-menu-wrapper > ul > li > a:hover, 
.footer-menu-resources .hs-menu-wrapper > ul > li > a:hover, 
.footer-menu-company .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(255, 222, 56, 1.0);
}








/* Blog Header */

.blog-header {
  background-color: rgb(#null);
}

/* Blog Listing */

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

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

.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: #333E48;
}

.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: #333E48;
}

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

.blog-pagination__link {
  color: #333E48;
}

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

.blog-post__title {
  color: #333E48;
  font-family:Source Sans Pro;
  font-size: 35px;
  font-weight: 700;
}

.blog-post__author {
  background-color: #57586e;
}

#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: ;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #333E48;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #333E48;
}

.blog-index__post-content--small h2 {
  font-size: 28px;
}

.blog-index__post-content a {
  color: #333E48;
}

.blog-post__read-more svg {
  fill: #333E48;
}

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

.blog-sidebar a {
  color: #333E48;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(#null);
}

.post-featured-image {
  max-height: px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__meta a {
  color: #333E48;
}

.blog-post__meta a:hover {
  color: #333E48;
}

.blog-post__links-container {
  border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
  color: #333E48;
}

.blog-post__back-to-blog svg {
  fill: #333E48;
}

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

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  /*   border-color: rgb(#null); */
}

.blog-recent-posts {
  background-color: rgb(#null);
}











.card__price {
  font-family: Source Sans Pro;
  font-size: 28px;
  color: #333e48;
  font-weight: 700;
}

.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

@media only screen and (min-width: 40.0625em) {

  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 65%;
  }
}


body {
  font-size: 0.75rem;
  line-height: 1.5;

  font-size: 100%;
}

@media only screen and (min-width: 64.0625em) {

  body {
    font-size: 100rem;
    font-size: 100%;
  }
}
/* icon modified */
.line-1 {
  box-sizing:border-box;
  height: 15px;
  width: 15px;
  border: 1px solid #979797;
  transform: rotate (270deg);
}
.line {
  box-sizing:border-box;
  height: 15px;
  width: 15px;
  border: 1px solid #979797;
  
}
.01 {
  height: 67px;
  width: 47px;
  color: #48B12A;
  font-family: Poppins;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 72px;
}

@media only screen and (min-width: 960px) {
.hidedesktop{display:none;}
}

/*** custom **/

.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content{
 background-color: #bb3232; !important;
}

/* CLEARgo Homepage Dec 2023 */
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('https://cdn.shopify.com/s/files/1/0686/7605/9429/files/ProximaNova-Regular.woff2?v=167046879');
}

/* Header */
@media only screen and (max-width: 1023px) {
  .custom-menu-primary.desktop .hs-menu-wrapper > ul {
    display: none !important; 
  }
}


/* Footer */
:root {
  --color-apple-green-light: #9DE275; 
}


.footer {
  position: relative; 
  padding-top: 96px; 
  padding-bottom: 24px; 
  background-color: #000000; 
  z-index: 1; 
}

.footer__container {
  display: flex; 
  flex-direction: column; 
  gap: 122px; 
}

.footer__container .footer-row1 {
  display: flex; 
  flex-direction: row; 
  justify-content: space-between; 
  column-gap: calc(96vw / 16);
  row-gap: calc(12vw / 16); 
  padding: 0 calc(384vw / 16); 
}

.company-info {
  display: flex; 
  flex-direction: column; 
  gap: 48px; 
  text-align: start; 
}

.company-info p, .company-info a {
  font-family: 'ProximaNova-Regular' !important; 
}

.company-info p {
  font-size: 24px; 
}

.company-info a {
  display: flex; 
  align-items: center; 
  font-size: 24px; 
  color: #FFFFFF; 
  text-decoration: underline;
}

.company-info a:hover {
  color: var(--color-apple-green-light); 
}

.regions {
  display: flex; 
  flex-wrap: wrap; 
  gap: 48px; 
  max-width: 465px; 
}

.region {
  width: 200px; 
}

.region > p {
  margin: 0 !important; 
  color: #FFFFFF; 
}

.footer-column2 {
  height: fit-content; 
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap; 
  column-gap: calc(96vw / 16); 
  row-gap: 48px; 
}

.footer-menu .menu-item>a:hover {
  color: var(--color-apple-green-light); 
}

.footer-social ul {
  display: flex; 
  flex-direction: column; 
  gap: 12px; 
  align-items: start; 
  margin: 0; 
  width: fit-content; 
}

.footer-social ul li {
  margin-left: 0; 
}

.footer-social ul li a {
  display: flex; 
  align-items: center; 
  font-size: 24px; 
  color: #FFFFFF; 
}

.footer-social ul li a:hover {
  color: #FFFFFF; 
}

.footer-social ul li a:after, .company-info a:first-child:after {
  content: ''; 
  width: 24px; 
  height: 24px; 
  display: block; 
  background-image: url('/hubfs/arrow-slope.png'); 
  background-size: contain; 
  background-repeat: no-repeat; 
}

.footer-social ul li a:before {
  line-height: 32px; 
  font-family: 'ProximaNova-Regular'; 
}

.footer-social ul li a:hover:before {
  color: var(--color-apple-green-light); 
}

.cg-icon-social-linkedin:before {
  content: "Linkedin"; 
}

.cg-icon-social-facebook:before {
  content: "Facebook"; 
}

.cg-icon-social-youtube:before {
  content: "YouTube"; 
}

.cg-icon-social-twitter:before {
  content: "Twitter"; 
}

div#hs_cos_wrapper_footer_menu {
  height: fit-content; 
}

.copyright {
  display: flex; 
  flex-direction: row; 
  align-items: center; 
  gap: 50px; 
  padding: 0 calc(384vw / 16); 
  font-size: 24px; 
  font-family: 'ProximaNova-Regular'; 
  color: #FFFFFF; 
}

.copyright > img{
  width: 130px; 
  height: 30px; 
}

@media (max-width: 640px) {
  .footer__container {
    gap: 48px; 
  }
  
  .footer__container .footer-row1 {
    flex-direction: column; 
    row-gap: 48px; 
    padding: 0 25px; 
  }
  
  .footer-column2 {
    flex-direction: column; 
  }
  
  .region {
    width: 150px; 
  }
  
  .region > p, .region > a {
    font-size: 16px; 
  }
  
  .copyright {
    padding: 0 25px; 
  }
}

@media (min-width: 1601px) {
  .footer__container .footer-row1 {
    column-gap: 96px; 
    row-gap: 12px; 
  }
  
  .footer-column2 {
    column-gap: 96px; 
  }
}