Eternal
main.css - 

/* Theme base styles */



/* Fix Navigation Alignment */
#menu__toggle {
       display: none;
}


.post-content-wrap, .resource-content {
    padding: 20px 20px 0px 20px !important;
}


.row-fluid-wrapper.row-depth-1.row-number-4.footer-row-1-margin.dnd-section.footer-row-1-padding {
    padding-left: 0 !important;
}
.dnd_area-row-0-max-width-section-centering > .row-fluid {
    max-width: 1420px !important;
}
.hs-video-container {
    padding:9px !important;
}

img.break-that-wrap {
    width: calc(100% + 95px) !important;
    max-width: calc(100% + 95px) !important;
}

.hs-author-avatar img {
    aspect-ratio: 1 / 1;
    width: 60px;
  object-fit: cover;
height:55px !important;
}

.hs-cta-img {
    width: 300px;
}
#footer-sitemap-module-wrapper {background: transparent !important;}





ul.ul-footer-sitemap {
  padding: 0px;
}
.footer-row-1 {
  display: grid;
  grid-template-columns: 1.5fr 0.5fr;
  grid-template-rows: 1fr;
  gap: 60px;
  max-width: 100%;
}


#footer-sitemap-module-wrapper a.footer-blog-post-link {
  text-decoration: none;
}

#footer-sitemap-module-wrapper h4.footer-post-title,
#footer-sitemap-module-wrapper h4.footer-post-title a{
  color :#FFF;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: clamp(16px, 2.5vw, 24px);
  font-weight: 500;
}

.footer-featured-post img {
  max-width: 100%;
}


span.footer-post-author {
  text-transform: uppercase;
}

#footer-sitemap-module-wrapper .hs-menu-depth-1  {
  font-weight: 700;
}
#footer-sitemap-module-wrapper .hs-menu-depth-1,
#footer-sitemap-module-wrapper .hs-menu-depth-2  {
  list-style: none;
  padding: 0px;
}
#footer-sitemap-module-wrapper .hs-menu-depth-1 a,
#footer-sitemap-module-wrapper .hs-menu-depth-2 a {
  text-transform: none;
  text-decoration: none;
}

#footer-sitemap-module-wrapper ul.hs-menu-children-wrapper {padding: 0px;}

#footer-sitemap-module-wrapper li.hs-menu-depth-1 a {
  font-weight: 700;
}


.footer-module {
  padding: 80px 0;
}

#footer-sitemap-module-wrapper .hs-menu-wrapper ul {
  padding: 0px; margin: 0px;
}
#footer-sitemap-module-wrapper .hs-menu-depth-1 a,
#footer-sitemap-module-wrapper h4{
  color: #990000;
  font-size: clamp(16px,3vw,30px);
  font-family: Canadian, Georgia;
  line-height: 110%;
  margin-bottom: 20px;
  text-transform: capitalize;
  margin-top: 0px;
  display: block;
}
#footer-sitemap-module-wrapper .hs-menu-depth-2 a {
  color: #FFF;
  font-family: Open Sans;
  font-size: clamp(12px,2vw,16px);
  line-height: 1.5;
  font-weight: 400 !important;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#footer-sitemap-module-wrapper .hs-menu-depth-2 {margin-bottom: 5px;}

#footer-sitemap-module-wrapper .hs-menu-wrapper > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap:60px;
  grid-template-areas: ". . . .";
}

#footer-sitemap-module-wrapper .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  display: block !important;
  left: 0px !important;     top: 0px !important;
  position: relative !important;
  color: #FFF;
  opacity: 1;
}

#footer-sitemap-module-wrapper span.footer-post-author {display: none;}

@media screen and (max-width: 1580px) {
  .footer-row-1 {    grid-template-columns: 1fr;  }
    .footer-column-2 {      max-width: 350px;  }
}
@media screen and (max-width: 1400px) {
  #footer-sitemap-module-wrapper li.hs-menu-item.hs-menu-depth-2>a {display: block !important;}
}

@media screen and (max-width: 1080px) {
  #footer-sitemap-module-wrapper .hs-menu-wrapper>ul {    grid-template-columns: 1fr 1fr 1fr;      grid-template-areas: ". . ."; }
}  

@media screen and (max-width: 768px) {
  #footer-sitemap-module-wrapper .hs-menu-wrapper>ul {    grid-template-columns: 1fr 1fr;      grid-template-areas: ". ."; }
  #footer-sitemap-module-wrapper li.hs-menu-depth-1 a,
  #footer-sitemap-module-wrapper .hs-menu-depth-2 a {
    padding-top: 15px;
    padding-bottom: 15px;
  }


}  

@media screen and (max-width: 468px) {
  #footer-sitemap-module-wrapper .hs-menu-wrapper>ul {    grid-template-columns: 1fr;      grid-template-areas: "."; }
}  
.cta-sidebar {margin-bottom: 60px;}


img.break-that-wrap {
    width: calc(100% + 60px) !important;
    max-width: calc(100% + 60px) !important;
    right: -60px;
}


/*  my menu css*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
  
p#one {
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
  padding-bottom: 0px !important;
   left:0;
   bottom:-19;
   font-size:16px !important;
   
}

.header__menu-nav-resources-list {
   margin-top: 0rem !important;
  * }
.header__menu-nav-resources-paragraph {
    color: #000;
    font-size: 16px !important;
}
#para{
font-size: 14px !important;
}
ul.header__menu-mobile-nav-item-unordered_about {
    display: flex;
    flex-direction: column;
  list-style-type: none;
  padding: 0px !important;
  
}
/* .header__menu-nav-item-url {
    padding-bottom: 0rem !important;
  display: flex !important;
    justify-content: flex-end;
}
 */

.header__menu-nav-resources-title {
   
    padding-bottom: 1rem !important;
}


.header__menu_mega_new .header__menu-nav-item.menu-resources ul.header__menu-nav-item-unordered { background-color:#FFFFFF !important; } 
.header__menu_mega_new .header__menu-nav-item.menu-abouts .header__menu-nav-resources-paragraph, .header__menu_mega_new .header__menu-nav-item.menu-resources .header__menu-nav-resources-paragraph { font-family: "Open Sans", sans-serif; font-size: 14px !important; line-height: 21px; }  
body .header__menu_mega_new .menu-resources .header__menu-nav-resources-heading { padding-left:0 !important; }
.header__menu_mega_new .header__menu-nav-item.menu-abouts .header__menu-nav-resources-title { line-height:29px; }
.header__menu_mega_new .header__menu-nav-item-misc { width:100%; left:0; }
.header__menu_mega_new .header__menu-nav-about-title { font-family: 'futuraBook'; }
.header__menu_mega_new .header__menu-nav-item.--simple-menu .header__menu-nav-item-link { font-family: "Open Sans", sans-serif; }
.header__menu_mega_new .header__menu-nav-resources-link, .header__menu_mega_new .header__menu-nav-resources-title, .header__menu_mega_new .header__menu-nav-item-cta-half-additional-links a, .header__menu_mega_new .header__menu-nav-item-link, .header__menu_mega_new .header__menu-nav-item-title { text-decoration:none; }
.header__menu_mega_new .header__menu-nav-item-cta-half-additional-links a:hover { color:#221e1f; }
.header__menu_mega_new a:hover > .header__menu-nav-resources-title { text-decoration:underline; }
.dark-nav .header__menu_mega_new .header__menu-hamburger-line { background:#000000; }
.header__menu_mega_new .header__menu-hamburger.is_active { background:#FFFFFF; } 



.header__menu_mega_new .header__menu-nav-item.--simple-menu .header__menu-nav-item-link { font-size:18px; } /* For who we work pages */
.header__menu_mega_new .header__menu-nav-item.menu-abouts .header__menu-nav-item-misc a.header__menu-nav-resources-link { color:gray; font-size:18px; }


@media (max-width:1440px) { 
  .header__menu_mega_new .header__menu-mobile { overflow-y:auto; }
  
  .header__menu_mega_new .header__menu-mobile-nav-item-link, .header__menu_mega_new .header__menu-nav-resources-link { color:gray; text-decoration:none; } 
  .header__menu_mega_new .header__menu-mobile-nav-item-link:hover, .header__menu_mega_new .header__menu-nav-resources-link:hover { color:#000000; }
  .header__menu_mega_new .header__menu-mobile-nav-item-title, .header__menu_mega_new .header__menu-mobile-nav-resources-link { text-decoration:none; } 
  
}

@media (max-width:600px) {
  p#one {
       font-size:14px !important;
    color: #980000;
    text-decoration: underline;
}
  span.header__menu-nav-resources-heading {
    display: block;
    font-family: 'futuraBold', 'OpenSans', Helvetica, Arial, Sans-Serif;
    font-size: .875rem;
    font-weight: 900;
}
  
  span.header__menu-nav-resources-title {
    display: inherit;
}
  span.header__menu-nav-about-title {
    font-size: 13px;
}
.header__menu-nav-resources-title , .header__menu-nav-resources-paragraph {
    font-size: .875rem !important;
}
}
.header__menu-nav-about-title{
 font-family: 'futura', 'OpenSans', Helvetica, Arial, Sans-Serif;
text-transform: uppercase;
  font-weight:500;
} 

.header__menu-nav-item-about {
		position: relative;
		display: flex;
		justify-content: center;
    height: 100%;
    flex-direction: column;
  padding: 16px;
	}
.header__menu-nav-item-about:last-child {
    padding-right: 32px;
}
	
	
	.header__menu-nav-item-about:hover::before {
    opacity: 1;
	}	
	
	.header__menu-nav-item-about:hover .header__menu-nav-item-link span {
		color: #fff;
	}
	
	.header__menu-nav-item-about:hover .header__menu-nav-item-description * {
		color: #fff;
	}
	
	.header__menu-nav-item-about:hover .header__menu-nav-item-link > span {
		color: #fff;
	}
	
	.header__menu-nav-item-about:hover .header__menu-nav-item-icon {
		filter: none;
	}
    
.header__menu-nav-item-about:nth-child(2) , .header__menu-nav-item-about:nth-child(3) {
    padding-top: 3rem;
}


.header__menu-nav-item.--resources .header__menu-nav-item-unordered {
    padding: 16px 0 24px !important;
}


.header__menu {
	z-index: 100;
  position: relative;
}

.header__menu .container {
	position: relative;
	z-index: 1;
}

.header__menu .container {
	max-width: 1444px !important;
}

.header__menu-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1rem 50px;
	display: flex;
	align-items: center;
	width: 100%;
  
  /* 08-03-2024 */
  left:12px;
  right:12px;
  width:auto;
}

.header__menu-logo {
	width: auto;
	height: 50px;
	object-fit: contain;
	z-index: 1;
}

.header__menu-content {
	margin-left: auto;
	display: none;
	align-items: center;
}

.header__menu-nav-content {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	gap: 44px;
}

.header__menu-nav-item-misc {
	background: #fff;
	box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.15);
}

.header__menu-nav-item-unordered,
.header__menu-nav-item-cta-half-additional-links,
.header__menu-nav-item-cta {
	padding: 0;
	margin: 0;
	list-style: none;
}

.header__menu-nav-item-cta {
	width: 34%;
	padding: 2rem;
	background-color: #DCE0DF;
}

.header__menu-cta {
	margin-left: 1.35rem;
}

.header__menu-nav-item-title {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1rem;
	font-family: 'Canadian','Montserrat',Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
	position: relative;
	transition: .2s;
}

.header__menu-nav-item-unordered {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 66%;
	align-items: center;
	height: 100%;
	background-color: #fff;
}

.header__menu-nav-item-icon {
	height: 50px;
	width: auto;
	object-fit: contain;
  filter: invert(.15);
}

.header__menu-nav-item-link {
	display: flex;
    gap: 1rem 1rem;
    padding: 30px;
}

.header__menu-nav-item-link span {
	display: inline-block;
	margin-bottom: 0.15rem;
	font-size: 18px;
	color: #980000;
	font-family: Canadian,Montserrat,Helvetica,Arial,Lucida,sans-serif;
	text-transform: uppercase;
	transition: .2s;
}

.header__menu-nav-item-description * {
	margin: 0;
	transition: .2s;
	font-size: 14px;
  line-height: 21px;
  font-family: "Open Sans", sans-serif;
	font-weight: 400;
	color: #221e1f;
}

.header__menu-nav-item-cta-half-additional-title p {
	font-size: 1.5rem;
	color: #980000 !important;
	margin: 0;
	padding: 0;
	font-family: Canadian,Montserrat,Helvetica,Arial,Lucida,sans-serif;
}

.header__menu-nav-item-cta-half-additional-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .25rem;
	margin-top: 1rem;
  padding-bottom:48px;
	border-bottom: 1px #A59F9F solid; 
	margin-bottom: 30px;
  column-gap: 30px;
}

.header__menu-nav-item-cta-half-additional-links li {
  display: flex;
	flex-direction: column;
}

.header__menu-nav-item-cta-half-additional-links span {
	font-family: Canadian,Montserrat,Helvetica,Arial,Lucida,sans-serif;
  font-size: 1rem;
}

.header__menu-nav-item-cta-half-additional-links a {
	font-family: 'futuraBold', 'OpenSans', Helvetica, Arial, Sans-Serif;
	color: #221e1f;
}

.header__menu-nav-item-cta-full {
	display: flex;
	justify-content: center;
	align-items: center;
}



.header__menu-hamburger {
	cursor: pointer;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	outline: none;
	appearance: none;
	margin-left: auto;
	z-index: 1;
	position: relative;
}

.header__menu-hamburger:active,
.header__menu-hamburger:focus,
.header__menu-hamburger:hover {
  background: transparent;	
}

.header__menu-hamburger-line {
  display: block;
  width: 30px;
  height: 3px;
	border-radius: .875rem;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

.header__menu-hamburger.is_active .header__menu-hamburger-line {
	background-color: #221e1f;
}

.header__menu-hamburger.is_active .header__menu-hamburger-line:nth-child(2) {
  opacity: 0;
	transform: translateX(-10px);
}

.header__menu-hamburger.is_active .header__menu-hamburger-line:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.header__menu-hamburger.is_active .header__menu-hamburger-line:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

.header__menu-mobile {
	position: absolute;
	left: 0;
	padding: 0 50px 3rem 50px;
	background: white;
	width: 100%;
	height: 100vh;
	top: 0;
	display: none;
}

.header__menu-mobile.is_active {
	display: block;
}

.header__menu-mobile-nav {
	margin-top: 7rem;
}

.header__menu-mobile-nav-item-misc,
.header__menu-mobile-nav-item-unordered {
	display: none;
}

.header__menu-mobile-cta {
	margin-top: 2rem;
}

.header__menu-mobile-cta .cta_button {
	display: block;
	text-align: center;
}

.header__menu-mobile-nav-item-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: transparent;
	outline: none;
	border: 0;
	appearance: none;
	padding: 0;
	margin: 0;
	color: #221e1f;
	font-size: 1rem;
	font-family: Inter, sans-serif;
	width: 100%;
}

.header__menu-mobile-nav-item-title:hover,
.header__menu-mobile-nav-item-title:active,
.header__menu-mobile-nav-item-title:focus {
	color: #221e1f;
}

.header__menu-mobile-nav-item-chevron {
	width: 18px;
	height: 18px;
	transition: .2s;
}

.header__menu-mobile-nav-item.is_active .header__menu-mobile-nav-item-chevron {
	transform: rotate(-180deg);
}

.header__menu-mobile-nav-item-title:active,
.header__menu-mobile-nav-item-title:focus,
.header__menu-mobile-nav-item-title:hover {
  background: transparent;	
}

.header__menu-mobile-nav-content {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.header__menu-mobile-nav-item.is_active .header__menu-mobile-nav-item-misc {
	display: block;
}

.header__menu-mobile-nav-item.is_active .header__menu-mobile-nav-item-unordered {
	display: grid;
}

.header__menu-mobile-nav-item-icon {
	width: 30px;
	height: 30px;
}

.header__menu-mobile-nav-item-unordered {
	display: none;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 1.5rem 0 0 0;
	padding: 0;
	gap: 1rem;
	list-style: none;
}

.header__menu-mobile-nav-item-link {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.header__menu-mobile-nav-item-link > div > span {
  font-size: .875rem;
}


@media (min-width: 1440px) {
	.header__menu-content {
	  display: flex;	
	}
	
	.header__menu-wrapper {
		padding: 1.25rem 0px;
	}
	
  .header__menu-nav-item-unordered::after {
		background-color: #DCE0DF;
		display: block;
		width: inherit;
		height: 10px;
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;		
    z-index: 111;
	}
	
	.header__menu-nav-item.--simple-menu .header__menu-nav-item-unordered::after {
		width: 375px;
    left: -123px;
    
	}
	
	.header__menu-nav-item-list {
		position: relative;
		display: flex;
		justify-content: center;
    height: 100%;
	}
	
	.header__menu-nav-item-list::before {
		content: "";
		background-color: #dce0df;
		height: 100%;
		width: 8px;
		display: block;
		position: absolute;
		left: 0;
		opacity: 0;
		transition: .2s;
	}
/*   .header__menu-nav-item-list:nth-child(odd)::before {
    left: auto;
    right: 0;
  } */
  .header__menu-nav-item.--simple-menu .header__menu-nav-item-list:nth-child(odd)::before {
    left: 0;
}
	
	.header__menu-nav-item-list:hover::before {
    opacity: 1;
	}	
	
	.header__menu-nav-item-list:hover .header__menu-nav-item-link span {
		color: #fff;
	}
	
	.header__menu-nav-item-list:hover .header__menu-nav-item-description * {
		color: #fff;
	}
	
	.header__menu-nav-item-list:hover .header__menu-nav-item-link > span {
		color: #fff;
	}
	
	.header__menu-nav-item-list:hover .header__menu-nav-item-icon {
		filter: none;
	}
    
	.header__menu-nav-item-title::before {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		background: #DCE0DF;
		bottom: -22px;
		opacity: 0;
		visibility: hidden;
		left: 0;
		right: 0;
		clip-path: polygon(50% 60%, 0% 100%, 100% 100%);
		margin-inline: auto;
		transition: .2s ease-in-out;
		transition-delay: width, height;
		transition-duration: 250ms;
	}
	
	.header__menu-nav-item:hover .header__menu-nav-item-title::before {
		width: 52px;
		height: 52px;
		opacity: 1;
		visibility: visible;
	}
	
	.header__menu-nav-item:hover .header__menu-nav-item-title {
		color: #980000;
	}
	
	.header__menu-nav-item-title:hover {
		color: #980000;
		transition: .2s;
	}
	
	.header__menu-nav-item.gray-chevron .header__menu-nav-item-title::after {
		background: #FFFFFF !important;
	}

	.header__menu-nav-item-title::after {
		content: "";
		width: 0;
		height: 0;
		position: absolute;
		bottom: -22px;
		left: 0;
		right: 0;
		margin-inline: auto;
		opacity: 0;
		visibility: hidden;
		clip-path: polygon(50% 60%, 0% 100%, 100% 100%);
		background: #fff;
		transition: .2s ease-in-out;
		z-index: 1;
	}
	
	.header__menu-nav-item:hover .header__menu-nav-item-title::after {
		width: 50px;
		height: 50px;
		bottom: -25px;
		opacity: 1;
		visibility: visible;
	}

  .header__menu-nav-item-misc {
		display: flex;
		flex-direction: row;
		position: absolute;
		width: 100%;
		left: 0;
		top: 4.95rem;
		opacity: 0;
		visibility: hidden;
		transition: .2s ease-in-out;
		border-top: #DCE0DF 3px solid;
		width: 1345px;
		left: 3rem;		
    
	}
	
	.header__menu-nav-item:hover .header__menu-nav-item-misc {
		opacity: 1;
		visibility: visible;
		transition: .2s ease-in-out;
	}
	
	.header__menu-nav-item-list {
		transition: .2s ease-in-out;
	}
	
	.header__menu-nav-item-list:hover {
		background-color: #980000;
    z-index: 2;
	}
	
	.header__menu-nav-item.--simple-menu .header__menu-nav-item-list:hover::before {
		opacity: 1;
	}
	
	.header__menu-nav-item.--simple-menu .header__menu-nav-item-list {
		width: 375px;
		background: #fff;
		padding-top: 0;
	}
	
	.header__menu-nav-item.--simple-menu .header__menu-nav-item-list:first-child {
    padding-top: 0;
	}	
	
/* 	.header__menu-nav-item.--simple-menu .header__menu-nav-item-list:last-child {
		padding-bottom: 2rem;
	} */
	
	.header__menu-nav-item.--simple-menu .header__menu-nav-item-link:hover {
    color: #980000;
	}

	.header__menu-nav-item.--simple-menu .header__menu-nav-item-link {
		text-transform: uppercase;
		color: #221e1f;
		transition: 0.2s;
		width: auto;
		margin-right: auto;
		margin-left: 2.5rem;		
	}
	
	.header__menu-nav-item.--simple-menu {
		position: relative;
	}
	
	.header__menu-nav-item.--simple-menu .header__menu-nav-item-link {
		padding: 18px 30px;
    width: 100%;
    margin: 0;
	}
	
  .header__menu-nav-item.--simple-menu .header__menu-nav-item-link:hover {
    background-color: #990000;
    color: #fff;
}
	.header__menu-nav-item.--simple-menu > .header__menu-nav-item-unordered::before {
		content: "";
		width: 375px;
		height: 3px;
		position: relative;
		top: 0px;
		background: #DCE0DF;
	}

	.header__menu-nav-item.--simple-menu > .header__menu-nav-item-unordered {
		display: flex;
		flex-direction: column;
		top: 46px;
		position: absolute;
		right: 0;
		height: auto;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		transition: .2s ease-in-out;
		align-items: center;
    padding-bottom: 8px;
	}

	.header__menu-nav-item.--simple-menu:hover > .header__menu-nav-item-unordered {
		opacity: 1;
		visibility: visible;
	}
	
	.header__menu-nav-item-cta .hs-cta-wrapper > span {
		visibility: inherit !important;
	}
	
	.header__menu-mobile {
		display: none;
	}
	
	.header__menu-hamburger {
		display: none;
	}
	
	.header__menu-mobile-nav-item-icon {
		width: 50px;
		height: 50px;
	}	
	
	.header__menu-mobile-nav-item-link > div > span {
		font-size: 18px;
	}
  
  .header__menu-nav-item.menu-abouts .header__menu-nav-resources-title {
    line-height: normal;
    display: inline-block;
    padding: 0 0 5px !important;
}
  .header__menu-nav-item.menu-abouts .header__menu-nav-resources-paragraph {
    font-size: 14px !important;
    line-height: 21px;
    color: #211e1f;
    margin: 0; 
}
 .header__menu-nav-item.menu-abouts .header__menu-nav-item-misc a.header__menu-nav-resources-link:hover {
    background-color: #980000;
    color: #fff;
}
  .header__menu-nav-item.menu-abouts .header__menu-nav-item-misc a.header__menu-nav-resources-link:hover p.header__menu-nav-resources-paragraph {
    color: #fff;
}
  .header__menu-nav-item.menu-abouts .header__menu-nav-item-misc a.header__menu-nav-resources-link {
    padding: 8px;
    display: inline-block;
    transition: all .2s ease-in-out;
    position: relative;
}
  .header__menu-nav-item.menu-abouts .header__menu-nav-item-misc a.header__menu-nav-resources-link:before {
    content: "";
    background-color: #dce0df;
    width: 8px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -8px;
    opacity: 0;
    transition: inherit;
}
  .header__menu-nav-item.menu-abouts .header__menu-nav-item-misc a.header__menu-nav-resources-link:hover:before {
    opacity: 1;
}
  
  .header__menu-nav-item.menu-abouts .header__menu-nav-item-url {
    padding-left: 10px;
}
  .header__menu-nav-item.menu-abouts .header__menu-nav-resources-list {
    padding-bottom: 30px;
}
  .header__menu-nav-item.menu-abouts .header__menu-nav-item-misc a.header__menu-nav-resources-link:hover span.header__menu-nav-resources-title {
    color: #fff;
    
}
.header__menu-nav-resources .header__menu-nav-resources-heading, .header__menu-nav-item.menu-abouts ul.header__menu-nav-item-unordered li.header__menu-nav-item-about span.header__menu-nav-resources-heading, .header__menu-nav-item.menu-abouts ul.header__menu-nav-item-unordered li.header__menu-nav-item-about span.header__menu-nav-resources-title {
    padding-left: 8px !important;
}
  .header__menu-nav-item.menu-abouts .header__menu-nav-item-misc .header__menu-nav-item-url {
    margin: 10px 0 0;
}

  .header__menu-nav-item.menu-abouts .header__menu-nav-resources-list li.header__menu-nav-resources-item:first-child a.header__menu-nav-resources-link { padding-top: 0; }
  .header__menu-nav-item.--resources.menu-resources .header__menu-nav-resources { padding-bottom: 32px !important; }
  .header__menu-nav-item.--resources.menu-resources ul.header__menu-nav-item-unordered { padding: 0 !important; background-color: #f2f2f2; width: 70%; margin: 30px 30px 32px 2%; display: flex; flex-wrap: wrap; align-items: flex-start; }
  .header__menu-nav-item.--resources.menu-resources ul.header__menu-nav-item-unordered li.header__menu-nav-item-list { margin: 0; width: 50%; }
  .header__menu-nav-item.--resources.menu-resources ul.header__menu-nav-item-unordered li.header__menu-nav-item-list a.header__menu-nav-item-link { padding: 30px 20px !important;  }
  .header__menu-nav-item.--resources.menu-resources ul.header__menu-nav-item-unordered li.header__menu-nav-item-list a.header__menu-nav-item-link .head-resor-con-img-inn { display: flex; flex-direction: row; justify-content: space-between;  }
  .head-resor-image img.header__menu-nav-item-icon { max-width: 80px; height: 80px !important; width: auto; object-fit: contain; filter: invert(.15); margin: 0 !important; }   
  .header__menu-nav-item.--resources.menu-resources ul.header__menu-nav-item-unordered li.header__menu-nav-item-list a.header__menu-nav-item-link .head-resor-content { width: calc(100% - 100px); text-align: left; }
  .head-resor-content .header__menu-nav-item-description { padding: 0 !important; }
  .header__menu-nav-item.--resources.menu-resources ul.header__menu-nav-item-unordered li.header__menu-nav-item-list a.header__menu-nav-item-link .header__menu-nav-item-url { text-align: left; margin: 25px 0 0; }
  .header__menu-nav-item.--resources.menu-resources ul.header__menu-nav-item-unordered li.header__menu-nav-item-list:before { height: 100%; width: 8px; }
  .header__menu-nav-item.--resources.menu-resources ul.header__menu-nav-item-unordered li.header__menu-nav-item-list:hover:before { opacity: 1; }
/*   .header__menu-nav-item.--resources.menu-resources ul.header__menu-nav-item-unordered li.header__menu-nav-item-list:nth-child(odd):before { left: auto; right: 0; } */
  
  .dark-nav .header__menu_mega_new .header__menu-nav-item-title:hover { color:#980000; } 
  
  
  
}

/* hide nav styles */
.hide-nav .header__menu-nav {
	display: none;
}

/* dark nav styles */
.dark-nav .header__menu-nav-item-title {
	color: #000;
}

/* Resources */
.header__menu-nav-item.--resources .header__menu-nav-item-unordered {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 2.5rem 2rem;
	padding-left: 0;
	width: 73%;
	
}

.header__menu-nav-item.--resources .header__menu-nav-item-list,
.header__menu-nav-item.--resources .header__menu-nav-item-link {
	flex-direction: column;
}

.header__menu-nav-item.--resources  .header__menu-nav-item-heading {
	text-transform: initial;
	color: #000000;
	font-size: 30px;
}

.header__menu-nav-item.--resources .header__menu-nav-item-list:hover .header__menu-nav-item-heading {
	color: #fff;
}

.header__menu-nav-item.--resources .header__menu-nav-item-icon {
	height: 130px;
	margin-bottom: 1rem;
}

.header__menu-nav-item.--resources .header__menu-nav-item-list {
	height: 100%;
	text-align: center;
}

.header__menu-nav-item.--resources .header__menu-nav-item-url {
	display: block;
	font-size: 1.10rem;
	color: #980000;
	text-decoration: underline;
	font-family: Canadian,Montserrat,Helvetica,Arial,Lucida,sans-serif;
	
}

.header__menu-nav-item.--resources .header__menu-nav-item-list:hover .header__menu-nav-item-url {
	color: #fff;
}

.header__menu-nav-item.--resources .header__menu-nav-item-link {
	gap: 0 !important;
  padding: 3rem 1.5rem;
}

.header__menu-nav-item.--resources .header__menu-nav-item-list::before {
	height: 8px;
	width: 100%;
	bottom: 0;
}

.header__menu-nav-item.--resources .header__menu-nav-item-description {
  padding-bottom: 3rem;
}

.header__menu-nav-resources {
	position: relative;
    width: 27%;
    padding: 2rem;
    padding-right: 0;
    padding-bottom: 0rem !important;
}

.header__menu-nav-resources::after {
  background-color: #DCE0DF;
  display: block;
  width: 100%;
  height: 10px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.header__menu-nav-resources-list {
  padding: 0;
	padding-right: 1.3rem;
  list-style: none;
  margin-top: .875rem;
	border-right: 1px #DCE0DF solid;
}

.header__menu-nav-item.--resources .header__menu-nav-item-list:not(:last-child) {
  margin-right: 1rem;
}

.header__menu-nav-resources-title {
  color: #980000;
  font-family: Canadian,Montserrat,Helvetica,Arial,Lucida,sans-serif;
  text-transform: uppercase;
  font-size: 1.15rem;
}

.header__menu-nav-resources-heading {
	display: block;
	font-family: 'futuraBold', 'OpenSans', Helvetica, Arial, Sans-Serif;
	font-size: 1.5rem;
	font-weight: 900;
  padding-bottom:12px !important;
}

.header__menu-nav-resources-paragraph {
  color: #000;
  font-size: 1rem;
  font-family: 'futura', 'OpenSans', Helvetica, Arial, Sans-Serif;
  font-weight: 400;
}

.header__menu-nav-resources-item:hover .header__menu-nav-resources-title {
	text-decoration: underline;
}

/* mobile */

.header__menu-mobile-nav-resources {
	margin-top: 1rem;
}

.header__menu-mobile-nav-resources-list {
  padding: 0;
  list-style: none;
}

.header__menu-mobile-nav-resources-title {
  color: #980000;
  font-family: Canadian,Montserrat,Helvetica,Arial,Lucida,sans-serif;
  text-transform: uppercase;
  font-size: .875rem;
}

.header__menu-mobile-nav-resources-heading {
	display: block;
	font-family: 'futuraBold', 'OpenSans', Helvetica, Arial, Sans-Serif;
	font-size: .875rem;
	font-weight: 900;
}

.header__menu-mobile-nav-resources-paragraph {
  color: #000;
  font-size: .875rem;
  font-family: 'futura', 'OpenSans', Helvetica, Arial, Sans-Serif;
  font-weight: 400;
}

.header__menu-mobile-nav-resources-list {
	margin-top: .5rem;
}

.header__menu-mobile-nav-item.--resources .header__menu-mobile-nav-item-unordered {
	border-top: 1px #DCE0DF solid;
	padding-top: 1rem;
}

.header__menu-mobile-nav-item.--resources .header__menu-mobile-nav-item-link {
	font-size: .875rem;
}






@media (min-width: 1440px) {
	.header__menu-nav-item.--resources .header__menu-nav-item-list {
		justify-content: start;
	}	
  
  
  
  
  
  
}

/*  end menu css */

/* just-social  */
.footer-creds-wrap {text-align: left;}

li a:hover {color: #f3f3f3;}
/*  end just-social*/

@media (max-width: 767px) {
.related-posts-wrap {
    flex-direction: column;
}

.related-posts-wrap .post-item.grid-item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
}
/* li.hs-menu-item.hs-menu-depth-1:last-child {
    padding-right: 42px !important;
} */
/* Fonts */
@font-face {
  font-family: 'futuraBook';
  src: url("https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/EternalWorks_Jan2016-Fonts/Futura_Bk_BT_Book/futurabookr.eot");
  src: url("https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/EternalWorks_Jan2016-Fonts/Futura_Bk_BT_Book/futurabookr.eot#iefix") format("embedded-opentype"),
  url("https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/EternalWorks_Jan2016-Fonts/Futura_Bk_BT_Book/futurabookr.woff") format("woff"),
  url("https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/EternalWorks_Jan2016-Fonts/Futura_Bk_BT_Book/futurabookr.ttf") format("truetype"),
  url("https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/EternalWorks_Jan2016-Fonts/Futura_Bk_BT_Book/futurabookr.svg#futurabookr") format("svg");
  font-weight: 400;
  font-style: normal;
/*   font-display: swap; */
}

@font-face{
  font-family:'futuraBold';
  src:url("https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/EternalWorks_Jan2016-Fonts/Futura_Md_BT_Bold/futura-md-bt-bold.eot");
  src:url("https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/EternalWorks_Jan2016-Fonts/Futura_Md_BT_Bold/futura-md-bt-bold.eot#iefix") format("embedded-opentype"),
      url("https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/EternalWorks_Jan2016-Fonts/Futura_Md_BT_Bold/futura-md-bt-bold.woff") format("woff"),
      url("https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/EternalWorks_Jan2016-Fonts/Futura_Md_BT_Bold/futura-md-bt-bold.ttf") format("truetype"),
      url("https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/EternalWorks_Jan2016-Fonts/Futura_Md_BT_Bold/futura-md-bt-bold.svg#futura-md-bt-bold") format("svg");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/EternalWorks_Jan2016-Fonts/Futura_Medium_PT/FuturaPT-Medium.eot');
    src: url('https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/EternalWorks_Jan2016-Fonts/Futura_Medium_PT/FuturaPT-Medium.eot#iefix') format('embedded-opentype'),
        url('https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/EternalWorks_Jan2016-Fonts/Futura_Medium_PT/FuturaPT-Medium.woff2') format('woff2'),
        url('https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/EternalWorks_Jan2016-Fonts/Futura_Medium_PT/FuturaPT-Medium.woff') format('woff'),
        url('https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/EternalWorks_Jan2016-Fonts/Futura_Medium_PT/FuturaPT-Medium.ttf') format('truetype'),
        url('https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/EternalWorks_Jan2016-Fonts/Futura_Medium_PT/FuturaPT-Medium.svg#FuturaPT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


@font-face{
  font-family:'Canadian';
  src:url("https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/EternalWorks_Jan2016-Fonts/Canadian/canadian.eot");
  src:url("https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/EternalWorks_Jan2016-Fonts/Canadian/canadian.eot#iefix") format("embedded-opentype"),
      url("https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/EternalWorks_Jan2016-Fonts/Canadian/canadian.woff") format("woff"),
      url("https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/EternalWorks_Jan2016-Fonts/Canadian/canadian.ttf") format("truetype"),
      url("https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/EternalWorks_Jan2016-Fonts/Canadian/canadian.svg#canadian") format("svg");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}


/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */




/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */





div#our-partners {
    padding: 30px 0;
}


.lets-start-a-conversation .row-fluid {
    display: flex;
}

.lets-start-a-conversation .row-fluid .widget-span {
    margin: auto auto;
}


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


.post-listing-simple {
    height: auto !important;
}
h2.post-listing-simple {
    width: auto !important;
    margin: 0px;
}
.post-listing-simple.grid li {
    list-style: none;
    margin: 10px 0px 10px 30px;
}
.post-listing-simple.grid li:before {
    content: "• ";
    position: absolute;
    left: 0px;
    font-size: 40px;
    line-height: 40px;
    color: #900;
}

div#blog-hero:After {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    z-index: 1;
}#blog-hero .container {
    z-index: 2;
    position: relative;
}


/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper, .success-card-image{
	    border-width: 0;
    max-height: 200px;
    max-width: 100%;
    height: 225px;
    width: 100%;
    display: block;
    float: none;
    margin: 0px;
  background-size: cover;
  background-position: middle;
}


.post-header {
    color: #FFF;
    background: #211d1e;
    border-radius: 15px 15px 0px 0px;
    padding: 10px 20px;
}
.fb_iframe_widget span {Vertical-align: top !important;}


#day, #month, #year {
    display: block;
    text-transform: uppercase;
    width: 100% !important;
    text-align: center;
      line-height: 100%;
}
#thetime, .post-date, #hubspot-author_data .author-wrap, .custom_listing_comments{
    display: inline-block; 
  vertical-align: middle;
  margin: 0px 10px;
}

.post-date {display: none;}

span#day, span#day {
    font-size: 30px;
    color: #FFF;
    font-family: futuraBold !important;
    font-weight: initial !important;
    letter-spacing: 2px;
}span#month {
    margin-top: 0px;
}span#year, span#year {
    font-size: 18px;
    color: #FFF;
    margin-top: 0px;
    font-family: futuraBold !important;
    font-weight: initial !important;
}
.hs-author-avatar {
    display: inline-block;    vertical-align: middle;
}
#hubspot-author_data .hs-author-avatar img {
    height: auto;
    width: 60px;
    border-radius: 100%;
}
.blog-listing-wrapper .post-listing .post-item { 
    vertical-align: top; 
    background: #f7f7f7;
    border-radius: 7px;
    box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.4);
  	margin-bottom: 40px;
} 
.grid-item {width: 45%; float: left; margin: 0px 10px 40px;}

.resources .grid-item{
  width: 22%;
  float: left; 
  margin: 0px .5% 20px;
  padding:0px;
  display: block;
  height: auto;
} 

.post-content-wrap, .resource-content {padding: 20px 20px 20px;}

.post-content-wrap a.more-link {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background: #990000;
    padding: 0px 15px;
    border-radius: 6px;
    line-height: 30px;
    display: inline-block;
    font-weight: 900;
  	font-family: futuraBold;
  	transition: ease all 500ms;
}
.post-content-wrap a.more-link:hover {letter-spacing: 1px; }
.resource-content * {    font-size: 16px;}
.resource-categories li {
    display: inline-block;
    text-transform: uppercase;
    background: #990000;
    color: #FFF;
    line-height: 18px;
    font-size: 12px;
    padding: 0px 8px;
    border-radius: 3px;
      margin: 1.5px 0px;
}

div#blog-hero {
    background-size: cover;
    background-position: 50%;
    padding: 80px 0px;
}
/* Read More Link */
a.more-link {}

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

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */


.blog-pagination {
    text-align: center;
    margin-top: 60px;
}
.blog-pagination a {    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background: #990000;
    padding: 0px 15px;
    border-radius: 6px;
    line-height: 30px;
    display: inline-block;
    font-weight: 900;
  font-family: futuraBold;
  transition: ease all 500ms;}

.blog-pagination a:hover {letter-spacing: 1px; }

.hero-text-container {max-width: 800px;}
.hs-author-avatar img {
    height: 80px;
    border-radius: 100%;
    border: 2px solid #a59f9f;
}
.readingtime, .topics {display: inline-block;}

#blog-hero span.author-wrap {    display: block;}
#hubspot-topic_data a, #blog-hero span.author-wrap a {color:#000;}
#blog-hero h2.headline2 {    margin: 0px; line-height: 100%;}
img, img.hs-image-widget {max-width: 100%;}


.hs_cos_wrapper_type_social_sharing a {
    width: 50px !important;
    display: block;
    height: 50px !important;
}


/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: Open Sans;
  font-size: 16px;
}


.hs_cos_wrapper_type_form textarea {height: 115px;}



/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


/* Form Module
   ========================================================================== */


/* Labels */


.hs_cos_wrapper_type_form .hs-form-field > label {margin-top: 20px;}

.header-form-wrap .hs_cos_wrapper_type_form .hs-form-field > label {display: none;}


/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    font-style: italic;
    padding: 10px 6px;
    border: none;
    box-shadow: 0px 0px 5px #00000047;

}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}


.hs-form-field {
    margin: 5px 0px;
}
.hs_submit.hs-submit {
    width: 100% !important;
    margin: 5px 0px;
}





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



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

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


/* ==========================================================================
   6. MISCELLANOUS                                        
   ========================================================================== */





/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 

div#header {padding-top: 5px;}
.header-container {    padding-bottom: 40px;}

ul.social-icons {margin: 0px; padding: 0px; width: 100% !important;}
ul.social-icons li {
    display: inline-block;
    margin: 0px 5px;
}

.hero {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-top: -167px;
    padding-top: 167px;
    height: calc(700px + 167px);
    z-index: 0;
}

.container {
    margin: 0px auto !important;
    max-width: 1295px;
    display: block !important;
    float: none !important;
    width: 90% !important;
}
.header-top-right {text-align: right;}

.hammer-text * {
    font-size: 96px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 100%;
  font-family: futuraBold;
}
.hammer-text {
    max-width: 860px;
	  margin-bottom: 20px;
  padding-top: 10%;
}
.marketing-tips {
	font-size: 14px;
  font-family: FuturaBook;
  text-transform: uppercase;
  color: #990000;
}
.cta_button.hero-cta:hover {
    background-color: rgb(153,0,0) !important;
      background-image: url(https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/18-000-EW-Website/arrow-right.png) !important;
  background-repeat: no-repeat !important;
    background-position: 96% 50% !important;
    padding-right: 50px !important;
}

div#header form.hs-form > div {    width: 80%;    display: inline-block;  }
div#header .hs_submit.hs-submit {width: 20% !important; display: inline-block;    vertical-align: top;}

.header-form {    max-width: 240px;}

.type-canadian {font-family: Canadian;}
.color-red {color: #990000;}
div.phone-number p {font-size: 30px; margin: 0px; font-weight: 700;}
.type-georgia {    font-family: "Georgia","Times","Times New Roman",serif;}
.main-menu {margin-top: 10px;}

.centered {text-align: center;}
.headline {  font-family: Canadian; font-size: 36px;}
.headline2 {font-family: futuraBold; font-size: 48px;}
.type-futura {font-family: futuraBold; }
.content-section { padding: 40px 0px 60px; }
.canadian {font-family: Canadian;}


h1.small, span.small {    font-size: 16px;    letter-spacing: -.3px; margin: 0px; display: block;}
h2.uppercase.type-futura.bold, span.uppercase.type-futura.bold {margin: 0px; font-size: 33px; letter-spacing: 1.1px; display: block; }



.service-row h2.uppercase.type-futura.bold {font-size: 56px; margin-bottom: 0px; line-height: 100%;}
.service-row h4 {font-size: 36px; margin: 0px;}

.gray-section {background: #edefef; position: relative;}
.white-section {background: #FFF; position: relative;}
.beach-bg {background-image:url(https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/18-000-EW-Website/about-our-home.jpg); background-size:cover;}
.cloud-bg {background-image: url(https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/18-000-EW-Website/about-where-we-started.jpg);  background-size:cover;}
.celebrate-bg {background-image: url(https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/18-000-EW-Website/section-process-fin-1400.jpg);  background-size:cover;}
.evaluation-bg {background-image: url(https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/18-000-EW-Website/section-process-evaluation-1400.jpg);  background-size:cover;}


.gray-section:before, .white-section:before, .white-ribbon-top:before {
		content: "";
    display: block;
    width: 100%;
    height: 21px;
    position: absolute;
    top: -20px;
}
.white-ribbon-top {position: relative;}
.white-ribbon-top:before {background: url(https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/18-000-EW-Website/white-ribbon-flipped.png); top: 0px !important;}
.white-section:before {background: url(https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/18-000-EW-Website/white-ribbon.png);}
.gray-section:before {background: url(https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/18-000-EW-Website/gray-ribbon.png);}

.bottom-ribbon:after{
  	content: "";
    display: block;
    width: 100%;
    height: 21px;
    position: absolute;
    bottom: -21px;
}
.gray-section.bottom-ribbon:after{ background-image:url(https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/18-000-EW-Website/gray-ribbon-flipped.png);}
.white-section.bottom-ribbon:after{ background-image:url(https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/18-000-EW-Website/white-ribbon-flipped.png);}

img.hs-image-widget.hs-image-social-sharing-24:hover {    right: -5px;    position: relative; transition: all ease 500ms;}
img.hs-image-widget.hs-image-social-sharing-24 {transition: all ease 500ms;}

body.hs-blog-post .header-container {padding-bottom: 20px;}
.quote-text {
    text-decoration: none;
    font-size: 30px;
    font-family: "Georgia","Times","Times New Roman",serif;
    font-style: italic;
}
.service-box,.success-card{
    background-color: #FFF !important;
    padding: 25px 25px 25px 25px;
    border: 2px solid #a59f9f;
    color: #a59f9f;
  	margin-bottom: 25px;
	  position:relative;
}
.service-box.equal-col .widget-type-cta {
    position: absolute;
    bottom: 20px;
}
.services-text-group {
    border-left: 2px solid #999999;
    padding-left: 25px;
}

#services h2, .more-services h3 {
    margin: 0px;
    text-transform: uppercase;
    font-weight: 300;
  	font-size: 30px;
  	line-height: 120%;
}

.uppercase {text-transform: uppercase;}
.gray {color: #a59f9f;}
  
.more-services {    padding:20px 20px 60px; color: #a59f9f; position: relative; margin-bottom: 60px;}

.more-services:hover { box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);}
.more-services:hover .service-icon img {    filter: saturate(40);}
.service-icon img {max-width: 100%;}


.more-services .hs-cta-wrapper {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -90px;
}

.footer {background-color: #000; color:#FFF;}




ul#terms-footer-links {
    list-style: none;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

#terms-footer-links li,
#terms-footer-links li a {
    list-style: none;
    color: #FFF;
    text-decoration: none;
}
#terms-footer-links li {
    display: inline-block;
    margin: 0px 30px;
}
#terms-footer-links li:before {display: none !important;}







.solution h4 {
    color: #990000 !important;
  	margin: 0px;
    text-transform: uppercase;
    font-size: 24px;
}

.equal-heights > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-wrap: wrap;
}

.contact-column .headline {font-size: 24px;}

.contact-form fieldset {    margin-bottom: 20px !important;}

/* -- Portfolio Item Thumb --*/

.featured-projects .project-info {
    background: url(https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/18-000-EW-Website/featured-projects-more-info.png) no-repeat center 0;
    color: #fff;
    height: 400px;
    padding: 115px 15px 0;
    position: absolute;
    top: 85%;
    transition: top .4s ease-in-out;
    width: 100%;
 		text-align: center;
}
.featured-projects .featured-project {
    border-radius: 50%;
    height: 268px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    width: 268px;
}
.featured-projects img {    max-width: 100%;}
.featured-projects .featured-project-name {
  font-family: futuraBold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.featured-projects span {    line-height: 1.35em;}
.featured-projects .project-info span, .featured-projects .project-info a {    display: block;}
.featured-projects .featured-project:hover .project-info, .featured-projects .featured-project.active .project-info {    top: -15%;}

/*
 .featured-projects .project-info a {
    color: #990000;
    background: #FFF;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 3px;
    margin-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
*/

.featured-projects .project-info a {
    color: #FFF;
    position: absolute;
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    line-height: 525px;
    top: 0px;
    left: 0px;
    text-align: center;
}

.featured-projects .project-info a:hover {letter-spacing: 1px;}
.featured-projects {    margin-bottom: 40px;}
/* End Projects Module */

.portfolio-control-icon-left, .portfolio-control-icon-right {    height: 24px;    width: 16px;}
.portfolio-controls-right {    right: 0;}
.portfolio-controls-left {    left: 0;}
.portfolio-control-icon-right {    background-image: url(https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/18-000-EW-Website/icon-arrow-right.png);}
.portfolio-control-icon-left {    background-image: url(https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/18-000-EW-Website/icon-arrow-left.png);}
.portfolio-control-area-bottom {    background-color: #900;}
.portfolio-control-icon-left, .portfolio-control-icon-right, .portfolio-control-icon-x {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
}
.portfolio-controls {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5000;
}
.portfolio-control-area-top:hover, .portfolio-control-area-bottom:hover {    opacity: 1;}
.portfolio-control-area-top, .portfolio-control-area-bottom {
    opacity: .9;
    padding: 15px;
    transition: opacity 150ms ease-in;
}
.portfolio-control-area-top {    background-color: #4c0000;}
.portfolio-control-icon-x {
    background-image: url(https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/18-000-EW-Website/icon-x.png);
    height: 20px;
    width: 20px;
}
.portfolio-hero {
  min-height: 400px;  
  margin-bottom: -25px; 
  background-size: cover; 
  padding-top: 75px;
  position: relative;
}

.portfolio-hero:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #FFF;
    top: 0px;
    opacity: 0.5;
    z-index: 0;
}
.portfolio-hero .container {
    z-index: 2;
    position: relative;
}


.underline-red ul {list-style:none;}
.underline-red li {
    border-color: #900;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}
.filter-invert img {filter: invert(100%);}
#team-members .column.center {
    width: 33%;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0px 0px 20px;
    text-align: center;
	  padding: 0px 40px;
}


.mtn-bg {background-image: url(https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/HeroImage-2.jpg); background-position: bottom; background-repeat: no-repeat;  background-size: contain;}

.success-card .success-company-name {text-align: center; margin: 10px 0px; font-size: 22px;}
.success-card {height: 500px;}
.success-card-text {
    height: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.success-card a.cta_button {
    position: absolute;
    bottom: 20px;
}
.case-study-logo {
    display: inline-block;
	  width: 25%;
    margin: 0px 20px 0px 0px;
  text-align: center;
}
.case-study-hero-text {
    display: inline-block;
    width: 70%;
    vertical-align: top;
  padding-bottom: 40px;
}
.case-study-hero-title {margin: 0px; font-size: 32px;}

#filter { 
  font-size: 16px; 
  list-style: none; 
  margin-left: 0; 
  width: 100%;
  text-align: center;
}
#filter li { 
  display: inline-block;
  list-style: none;
  line-height: 16px;
  margin-right: 10px;
  padding-right: 10px;
}

.resources {
width: 100%;
margin: 0 auto;
margin-top: 20px;
}

li.hs-menu-item.hs-menu-depth-1.active.active-branch a {color:#900;}
 
.resource-card {
color: #212121;
padding: 15px;
float: left;
margin-left: 10px;
margin-right: 10px;
width: 250px;
background: #ffffff;
border: 2px solid #787878;
margin-bottom: 20px;
}

.who-we-help-container {
    max-width: 720px !important;
    margin: 0px auto !important;
    float: none !important;
} 

.mega-menu .hs-rss-item {
    margin-bottom: 5px;
}
.mega-menu {
    background: #FFF;
    box-shadow: 0px 3px 6px #0000000d;
    position: absolute;
    max-width: 1040px;
    right: 0px;
  z-index: 999999;
  display:none !important;
}

.mega-menu .hs-cta-img {    margin-bottom: -6px;}

.solutions-mega {
    width: 300px !important;
    left: 0px;
  padding: 0px 20px;
}
.who-we-help-mega {
    width: 300px !important;
    left: 100px;
  	padding: 0px 20px;
}


@media (min-width: 768px) {
  .mega-menu:hover, .mega-menu.hover {
    display: block  !important;   
    top: -20px;
      padding-top: 25px;
  }
}



/*.mega-menu.resources-mega {
  top: -46px;
}*/

.header-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-6, 
.header-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-11, 
.header-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-16,
.header-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-23 {height: 0px;}

.mega-menu ul {padding-left: 0px;}
.mega-menu .headline {font-size: 22px;}
.mega-menu li {list-style: none;}
.mega-menu a {text-decoration: none; color: #333; font-size: 14px;}
.mega-menu li.hs-menu-item.hs-menu-depth-1 a {text-transform: uppercase; font-weight: 900;}
.mega-menu li.hs-menu-item.hs-menu-depth-1 li.hs-menu-item.hs-menu-depth-2 a {text-transform: Capitalize !important; font-weight: 500;}
.mega-menu ul.hs-menu-children-wrapper {display: block !important;}
.mega-menu .not-bold li a {font-weight: 500 !important;}
.mega-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper {padding: 0px; transition: all ease 500ms;}
.mega-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover ul.hs-menu-children-wrapper {
  position: relative;
  text-align: left;
  border: none; 
  padding: initial; 
  background: initial;
}
.mega-menu .not-bold li a, .mega-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper a {padding: 0px; transition: all ease 500ms;}
.mega-menu .not-bold li a:hover, .mega-menu li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper a:hover {  padding-left: 5px;}

.three-column-rss .hs-rss-item {
    width: 33%;
    display: inline-block;
    padding: 0px 20px;
    vertical-align: top;
}
.three-column-rss a.hs-rss-title {
    font-weight: 900;
    color: #000;
    font-family: futuraBold;
    letter-spacing: 1px;
  text-transform: uppercase;
}
.three-column-rss .hs-rss-description a {
    display: block;
    color: #FFF;
    padding: 5px 10px;
    background: #333;
    border-radius: 3px;
    margin: 15px 0px;
    width: 150px;
    text-transform: capitalize;
    font-weight: 900;
    text-align: center;
}

/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */

@media (min-width: 767px) {
	ul.hs-menu-children-wrapper {    display: none;}
} 

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 1295px) {
	#services h2, .more-services h3 {font-size: 24px;}
  ul.social-icons li {margin: 0px 2px;}
  div.phone-number p {font-size: 24px;}
  .header-form-wrap {    left: -30px;    position: relative;}
   .blog-listing-wrapper .post-listing .post-item {width: 100%;}
}


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




@media (max-width: 767px) {
  .header-form-wrap {    left: 0px;    position: relative;}
	.logo {    text-align: center;}
  .header-form-wrap,.social-icons {    width: 48.5% !important;    display: inline-block !important;}
 .header-container-wrapper, .container {	width: 90%; margin: 0px auto !important;}
  .hammer-text * {font-size: 36px;}
  .hero {       height: auto;    padding: 150px 0px 40px;   }
	.service-box {    width: 48.93617020799999% !important;    display: inline-block !important; vertical-align: top;}
  .services-text-group {border-left: none;}
  .social-icons {text-align: right;}
  .browser-tab span {font-size: 6px;}
  .browser-refresh-button, .browser-settings-button, .browser-back-button {display: none;}
  .portfolio-container{ width: 80% !important; margin: 0px auto !important;}
  .portfolio-control-area-top, .portfolio-control-area-bottom {padding: 5px;}
  #team-members .column.center, .resources .grid-item, .three-column-rss .hs-rss-item {    width: 100% !important; display: block;}
  .headline2 {font-size: 36px;}
}


@media (max-width: 525px) {
    .social-icons {    width: 100% !important;    display: block;}
		.header-form-wrap, ul.social-icons {display: none !important;}
		.phone-number {    text-align: center;}
  .custom-menu-primary {    margin-top: -35px !important;}
  .headline{font-size: 24px;}
  
  
}

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

@media (max-width: 479px) {
    .service-box {
      width: 90% !important;
      display: block !important;
      margin: 10px auto !important;
  }
}





/* ---------- Circles */
.design-elements-bg .gray-stripes-bg-circle,
.background-design-elements .gray-circle-lines,
.solution-card-bg-elements .gray-striped-circle {
  background-image: url(https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/raw_assets/public/18-001-EW-Website/2021%20EW%20Theme/images/Circles/circle-stripe-light-gray-%23dce0df.png) !important;
  background-color: transparent !important;
}
.big-red-circle-flare,
.background-design-elements .red-circle-dots,
.tabs-background-elements .red-dot-circle,
.solution-card-bg-elements .dotted-red-circle   {
  background-image: url(https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/raw_assets/public/18-001-EW-Website/2021%20EW%20Theme/images/Circles/circle-dotted-red-%23990000.png)!important;
  background-color: transparent !important;
}

.tabs-background-elements .white-stripe-circle {
  background-image: url(https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/raw_assets/public/18-001-EW-Website/2021%20EW%20Theme/images/Circles/circle-stripe-white-%23ffffff.png)!important;
  background-color: transparent !important;
}

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}


section.blog-section-container {
    padding: 80px 0px;
}

section.blog-section-container .post-listing.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 60px;
    grid-template-areas: ". .";
}

section.blog-section-container .post-listing.grid h2 {
  text-decoration: none;
  color: #000;
  margin-bottom: 10px;
  line-height: 100%;
  font-size: clamp(18px,2.8vw,36px);
}

section.blog-section-container .post-listing.grid h2 > a {
  color: #000;
  text-decoration: none;
  font-size: clamp(18px,2.8vw,36px);
}


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

  section.blog-section-container .post-listing.grid {display: block;}
  
}

 main#main-content > .body-container > .row-fluid-wrapper {
    overflow: hidden;
}



main#main-content.let-it-overflow > .body-container > .row-fluid-wrapper {
    overflow: unset;
}





div#footer-cta {    background: #161213;}


#fopoter-cta .row-number-1 {
    padding-top: 0px;
    padding-bottom: 0px;
}
#footer-cta .footer-row-0-padding {
    padding: 0px;
}
 #footer-cta .footer-row-1-padding {
   padding-top: 20px;
   padding-bottom: 80px;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 0px;
}

@media (max-width: 1580px) {
  .dnd-section .dnd-column {
    padding: 0 30px;
  }
}


@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0 20px;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */




/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */


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


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *: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;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #333;
  font-family: FuturaBook;
  font-size: 18px;
  line-height: 1.5;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1295px;
  margin: 0 auto;
}

a { color: gray; }
a:hover, a:focus { color: #000; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

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

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



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


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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: Canadian;
  margin-top: 0;
}

p {margin-top: 0px;}

h2 {margin-bottom: 60px;}
h3 {margin-bottom: 30px;}


.h3-style {
    font-size: clamp(16px,3vw,30px);
    text-transform: capitalize;
    line-height: 110%;
    margin-bottom: 0px;
    font-family: Canadian;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}


/* ==========================================================================
   Buttons                                              
   ========================================================================== */


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: FuturaBook;
  font-size: 18px;
  text-decoration: none !important;
  
  background-color: #900;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,.4);
    transition: background-color .15s ease-in-out;
    padding: 9px 18px 11px;
    position: relative;
    font-size: 15px;
    border: none;
    border-radius: 3px;
}


input.hs-button.primary.large,
.hubspot-grader-form-container .hs-form .hs-button, .hubspot-grader-form-container .hs-form .hs-button:hover, .hubspot-grader-form-container .hs-form .hs-button:hover:not(.inactive), .hubspot-grader-form-container .hs-form .hs-button:focus, .hubspot-grader-form-container .hs-form .hs-button:active, .hubspot-grader-form-container .hs-form .hs-button:active:not(.inactive):not(.link) {
    cursor: pointer !important;
    background: #900 !important;
    color: #FFF !important;
    padding: 20px 25px !important;
    border-radius: 7px !important;
    font-family: Canadian, Georgia !important;
    font-weight: 500!important;
    font-style: none !important;
    text-decoration: none !important;
    font-size: 16px!important;
    line-height: 16px!important;
    text-transform: uppercase!important;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* 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 {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

body .hs-form-radio .hs-input {
    display: inline-block;
    width: 20px !important;
}


/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

header.header {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0px;
  z-index: 1000;
}


span#hs_cos_wrapper_my_cta {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
}


.menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  z-index: 9999;
}

.logo-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo-wrap img {
  height: 50px;
}
.menu-wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
    justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  opacity: 1;
  min-height: 90px;
}
.menu__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
nav.menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.menu-wrap ul {
  list-style:none; 
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0px;
  padding: 0px;

}

div.hs-menu-wrapper {display: flex;}

.menu-wrap ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0; 
  padding-left: 22px !important;
  padding-right: 22px !important;
}

header .menu-wrap li.hs-menu-item a:hover {
  text-decoration: none;
}

/*
header .menu-wrap li.hs-menu-item a:before {
content: "";
width: 100%;
height: 3px;
background: transparent linear-gradient( 270deg, #A0CB06 0%, #B2E306 100%) 0% 0% no-repeat padding-box;
position: absolute;
bottom: 15px;
transition: width  300ms ease;
width: 0px;
}
*/
header.sticky .menu-wrap li.hs-menu-item a:before {filter: invert(1);}

header .menu-wrap li.hs-menu-item a:hover:before {width: 100%;}
.menu-wrap ul li.hs-menu-item.nav-cta-btn {
  align-items: center !important;
  -webkit-box-align: center !important;
}

header .menu-wrap li.hs-menu-item.active a:before {
  width: 100%;
}

header .menu-wrap li.hs-menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  white-space: nowrap;
  font-family: 'Canadian','Montserrat',Helvetica,Arial,Lucida,sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  text-decoration: none;
}

.menu__logo {
  z-index: 99999;
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
  filter: invert(1);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box_wrapper {
  visibility: visible;
  right: 0;
}

.dark-nav .menu__btn>span, .dark-nav .menu__btn>span::before, .dark-nav .menu__btn>span::after {
    background: #000 !important;
    z-index: 9999;
    filter: none !important;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: relative;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
  top: calc(50% - 14px);
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 2px;

  background-color: #FFF;

  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box_wrapper {
  display: flex;
  position: fixed;
  visibility: hidden;
  top: 0;
  right: -100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #FFF;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  transition-duration: .25s;
  height: 100vh;
  width: 100vw;
}



.menu__item:hover {
  background-color: #ffffff4d;
  border-radius: 3px;
  color: #000;
  text-decoration: none;
}

#menu__toggle:checked ~ .menu__box_wrapper{
    display: flex !important;
    width: 100vw;
    height: 100vh;
}

.hs-menu-wrapper ul{margin: 0px auto !important;}

ul.menu__box {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;  
    max-height: calc(100vh - 160px);
  overflow: auto;
  width: 80%;
}

.menu__box .cta_button {

  display: block; 
  max-width: 300px;
  PADDING: 40px; 
  margin: 0px auto; 

}


.menu__item a:active, 
.menu__item a:focus,
.menu__item a:hover{
  text-decoration: none;
  color:#000;
}

header .menu-wrap li.hs-menu-item a:focus {
  border: none;
  text-decoration: none;
}


.menu__item a {
  color: #000;
  font-weight: 500;
  display: block;
}



.menu__box_wrapper ul, .menu__box_wrapper ul li, .menu__box_wrapper ul li a {
  display: block !important;
  color: #000 !important;
  text-align: center;
}

/* .menu__box_wrapper ul.active-branch { */
.menu__box_wrapper .menu__box > ul.active-branch {
  max-height: calc(66vh - 80px);
  overflow-y: auto;
  padding-right: 30px;
}



.menu__box_wrapper .menu__box >  ul.active-branch::-webkit-scrollbar {
  width: 10px;
}
.menu__box_wrapper .menu__box > ul.active-branch::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg,#A0CB06 0%,#B2E306 100%);
  border: 0px;
  box-shadow: none;
}

.menu__box_wrapper .menu__box >  ul.active-branch::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.menu__box_wrapper .menu__box >  ul.active-branch::-webkit-scrollbar-thumb {
  background-color: darkgrey;
}


.menu__box_wrapper ul li a  {
  display: block !important;
  text-align: center;
  width: 100%;
  font-size: clamp(20px, 5vw, 24px) !important;
  color: #000 !important;;
  font-family: 'Canadian','Montserrat',Helvetica,Arial,Lucida,sans-serif !important;;
  white-space: initial !important;
  line-height: 1.2em;
  max-width: 600px;
  margin: 0px auto !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
.menu__box_wrapper ul li a:before{display: none;}
.menu__logo.opened {    filter: invert(1);}
.menu__logo {    transition: all ease 300ms;}
header.header.sticky {
  position: fixed;
  background: #000;
  filter: invert(1);
}






li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
  display: block;
}

header .menu-wrap li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper {
  position: relative !important;
  left: 0px !important;
  top: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  opacity: 1;  
}
header .menu-wrap li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper li {
  padding-left: 0px !important;
  display: block;
}
header .menu-wrap li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper li a {
  color: #000;
  padding: 0px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
}

li.hs-menu-item.hs-menu-depth-3.hs-item-has-children > a {
  font-weight: 700;
}

header .menu-wrap li.hs-menu-item.hs-menu-depth-1 > ul.hs-menu-children-wrapper {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-template-areas: ". . .";
}

header .menu-wrap li.hs-menu-item.hs-menu-depth-3 > a ~ ul.hs-menu-children-wrapper, 
header .menu-wrap li.hs-menu-depth-2 ul.hs-menu-children-wrapper {
  display: block !important;
}





@media only screen and (max-width:1400px) {
  .menu__menu {display: none;}
  .menu__btn {display: flex;}



  header .menu-wrap li.hs-menu-item.hs-menu-depth-1>ul.hs-menu-children-wrapper {
    opacity: 1;
    left: 0px;
    display: block !important;
    position: relative;
  }

  header .menu-wrap li.hs-menu-item.hs-menu-depth-2 ul.hs-menu-children-wrapper li{padding: 5px !important;}

  header .menu-wrap li.hs-menu-item.hs-menu-depth-1>ul.hs-menu-children-wrapper a {
    font-size: 14px !important;
    padding: 5px 10px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin: 5px auto;
  }


  li.hs-menu-item.hs-menu-depth-2 >  a {display: none ;}




  span#hs_cos_wrapper_my_cta {
      text-align: center;
      margin: 0px auto 40px !important;
      display: block;
  }
  span#hs_cos_wrapper_my_cta a {font-size: clamp(18px, 4vw, 40px) !important;}

  div.hs-menu-wrapper {
    display: block;
    padding-bottom: 40px;
  }


}


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

  header li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover > ul.hs-menu-children-wrapper ,  
  header .menu-wrap li.hs-menu-item a:hover ~ ul.hs-menu-children-wrapper,
  header .menu-wrap li.hs-menu-item a ~ ul.hs-menu-children-wrapper:hover {
    background: #FFF;
    padding: 20px;
    position: absolute;
    opacity: 1;
    left: 0px;
    top: calc(100% - 10px);
    display: grid !important;
  }

  header .menu-wrap li.hs-menu-item.hs-menu-depth-3 > a ~ ul.hs-menu-children-wrapper, 
  header .menu-wrap li.hs-menu-depth-2 ul.hs-menu-children-wrapper {
    display: block !important;
  }


  header .menu-wrap li.hs-menu-item .hs-menu-depth-2 a {
    color: #000;
    padding: 0px;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
  }

  header .menu-wrap li.hs-menu-item .hs-menu-depth-2  a {
    color: #990000;
    font-family: 'Canadian','Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-size: 20px;
    padding-bottom: 20px;
  }
  
}




@media only screen and (max-width:767px) {
  #menu__toggle:checked ~ .menu__box_wrapper {padding-bottom: 0px;}
}





.dark-nav header .menu-wrap li.hs-menu-item.hs-menu-depth-1 > a {    color: #000;}

.hide-nav div#hs_menu_wrapper_EW-2021_Menu {    display: none;}

.dark-nav .menu__logo img {
  /* Replace with Actual Logo */
    content: url(https://623492.fs1.hubspotusercontent-na1.net/hubfs/623492/belch.io/template-assets/ew-logo.png);
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}




@media screen and (min-width: 960px) {img.has-circle-backgrounds {    margin-top: -40px;}}