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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body {
  background: #ebe9e9;
}

.c-col-inner {
  box-shadow:0 !important;
}

/* button */
.cta-four {
  font-size: clamp(17px, 2.1vw, 18px) !important;
}
p {
  font-size: 17px !important;
  line-height: 1.35;
  font-weight: 400;
  color: #022c36 !important;
}

h1 {
	font-size: clamp(46px, 6.1vw, 62px) !important;
  font-weight: 500;
  line-height: 1.1 !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
}	

h2 {
  color: #022c36 !important;
	font-size: clamp(34px, 5vw, 50px) !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  margin: 0 !important;
  font-weight: 600;
  line-height: 1.15 !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
}	
h3 {
  color: #022c36 !important;
	font-size: clamp(25px, 4vw, 32px) !important;
  font-weight: 600;
  line-height: 1.15 !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
  margin: 0 !important;
  padding: 0 0 0.3em 0 !important;
}	
h4 {
	font-size: clamp(19px, 3vw, 24px) !important;
  font-weight: 400;
  line-height: 1.28 !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
  color: #022c36 !important;
  margin: 0 !important;
  padding: 0 0 0.6em 0 !important;
}	
h5, h6 {
  line-height: 1.25 !important;
  color: #022c36 !important;
}
/* footer */
.hhs-foot-copyright {
  font-size: 14px !important;
  color: #777 !important;
}
.hhs-foot-base-nav .hs-menu-wrapper.hs-menu-flow-horizontal ul li a,
.hhs-foot-base-nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  font-size: 15px !important; 
}
/* footer END */

/* margin around modules */

.headline_box .row {
	margin-bottom: 0 !important;
	padding-bottom: 6px !important;
}
@media (min-width: 575px) {

	.headline_box .row {
		margin-bottom: 0 !important;
		padding-bottom: 18px !important;
	}
}
@media (min-width: 951px) {
	.headline_box .row {
		margin-bottom: 0 !important;
		padding-bottom: 14px !important;
	}
}

/* margin around modules END */

li a {
  line-height: 1.4 !important;
}

#clean-base {
  padding: 0 !important; 
  margin: 0 !important;
}


/* margin on top has to change because mobile has no overlap */

/* this adjusts placement of content below the menu */
/* margin 64px + 10px for extra spacing */
#hs_cos_wrapper_dnd_area-module-2 .row {
  margin: 74px 0 40px 0 !important;
  padding: 0 !important;
  /* background: #cc0000; */
}
/* is the following doing anything? */
.hhs-top-bar .hhs-alt-nav {
   height: 30px !important;
}

/* helps give more space on top of logo, need to adjust space above row */
.hhs-top-bar {
  padding: 11px 0;
}

/* lower hamburger icon padding for making it look more even with logo */

.hhs-nav-grid__extras {
  padding-top: 12px !important;
}

/* hides search */
.top-bar-search {
	display:none !important;
}

/* hides contact us button */
.hhs-extras-ctas {
  display:none !important;
}

/* hides text links once hamburger appears */
@media (max-width: 960px) {
  .hhs-nav-links {
    display:none !important;
  }
}

/* padding left and right of content on page */
/* default is 15px */
.container,
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, 
.col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, 
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, 
.col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, 
.col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, 
.col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, 
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, 
.col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, 
.col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, 
.col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, 
.col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, 
.col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.hhs-header-hat .container, .hhs-top-bar .container {
 padding-left: 20px !important;
 padding-right: 20px !important;
}

/* adjust spacing between boxes on mobile. Added 2 extra pixels */
@media (max-width: 574px) {
  .filter-card, .number-counter-card {
    padding-top:6px !important;
    padding-bottom: 6px !important;
}
  .clean-base .c-1,
  .clean-base .c-2,
  .clean-base .c-3 {
   margin-bottom: 12px !important 
  }

@media (min-width: 575px) {
  #hs_cos_wrapper_dnd_area-module-2 .row {
    /* 73px + 12px for extra spacing */
    margin: 85px 0 40px 0 !important;
    padding: 0 !important;
    /* background: pink; */
  }
  .logo-standard, .logo-sticky {
    max-width: 290px !important;
  }
  /* lower */
  .hhs-nav-grid__extras {
    padding-top: 0 !important;
  }
  .hhs-top-bar {
  padding: 16px 0 !important;
  }
  .container,
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, 
  .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, 
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, 
  .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, 
  .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, 
  .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, 
  .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, 
  .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, 
  .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, 
  .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
  .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, 
  .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, 
  .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 13px !important;
    padding-right: 13px !important;
  }
  .hhs-header-hat .container, .hhs-top-bar .container {
   padding-left: 26px !important;
   padding-right: 26px !important;
  }
}
  

@media (min-width: 951px) {
  #hs_cos_wrapper_dnd_area-module-2 .row {
    /* 82px + 10px for extra spacing */
    margin: 92px 0 40px 0 !important;
    padding: 0 !important;
    /* background: gray; */
  }
  .logo-standard, .logo-sticky {
    max-width: 330px !important;
  }
  .hhs-top-bar {
  padding: 9px 0 !important;
  }
  /* shows search box */
  .top-bar-search {
    display: block !important;
  }
  .container,
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, 
  .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, 
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, 
  .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, 
  .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, 
  .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, 
  .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, 
  .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, 
  .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, 
  .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
  .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, 
  .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, 
  .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .hhs-header-hat .container, .hhs-top-bar .container {
   padding-left: 32px !important;
   padding-right: 32px !important;
  }
}


/* following is for menu switch to hamburger */

/*
@media screen and (max-width:890px){
  .main-nav .sc-site-header__menu {
    display:none !important;
    }
  .hhs-nav-grid__extras {
    display:none !important;
  }
  .hhs-menu-toggle {
    display:block !important;
    }
}


@media screen and (max-width:950px) {
  .main-nav .sc-site-header__menu {
    display:none !important;
    }
  .hhs-extras-ctas {
    display:none !important;
    }
  .hhs-menu-toggle {
    display:block !important;
  }
}



@media screen and (min-width:951px) {
  .main-nav .sc-site-header__menu {
    display:block !important;
    }
  .hhs-extras-ctas {
    display:none !important;
    }
 .hhs-menu-toggle {
    display:none !important;
  }
}
*/


/*
   .hhs-nav-grid__extras {
    display:none !important;
  }
  .top-bar-search {
    display:none !important;
  }    
*/