







/* 1a. Containers */









/* 1b. Colors */











/* 1c. Typography */


























/* 1d. Buttons */






























/* 1e. Forms */






























/* 1f. Icons */
















/* 1g. Cards */











/* 1h. Tables */













/* 1i. Website header */



























/* 1j. Website footer */













/* Drag and drop layout styles */

.dnd-section {
	padding: 60px 20px;
	padding: 60px 4%;
}

/* Padding on blog post sections */

.blog-post-section {
	padding: 60px 0;
}

/* .content-wrapper is used for blog post and system templates and .header-wrapper is used for the website header module */

.dnd-section > .row-fluid,
.content-wrapper,
.header__wrapper {
	max-width: 1250px;
}





html {
	font-size: 16px;
	line-height: 1.5em;
}
@media (min-width: 992px) {
	html {
		font-size: 20px;
		line-height: 1.5em;
	}
}

body {
	background-color: #ffffff;
	color: #000000;
	font-family: Staff, serif;
	font-style: normal;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Paragraphs */

p {

}

/* Anchors */

a {
	color: #0f9b5f;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

a:hover,
a:focus {
	color: ;
}

a:active {
	;
	color: ;
}

/* Headings */

h1 {
	font-size:36px;
	font-weight:900;
	line-height:1.11em;
	margin:.37em 0 .2em
}

h2{
	font-size:30px;
	font-weight:900;
	line-height:1.1em;
	margin:.47em 0 .3em
}

h3{
	font-size:19px;
	font-weight:700;
	line-height:1.43em;
	margin:.67em 0 .45em
}
h4{
	font-size:16px;
	font-weight:700;
	line-height:1.5em;
	margin:.67em 0 .45em
}
h5{
	font-size:16px;
	font-weight:700;
	line-height:1.5em
}
h6{
	font-size:16px;
	font-weight:700;
	line-height:1.5em
}
@media(min-width:992px){
	h1{
		font-size:54px;
		line-height:1.14em
	}
	h2{
		font-size:48px;
		line-height:1.2em
	}
	h3{
		font-size:30px;
		line-height:1.33em
	}
	h4{
		font-size:20px;
		line-height:1.5em
	}
	h5{
		font-size:18px;
		line-height:1.5em
	}
	h6{
		font-size:16px;
		line-height:1.5em
	}
}

/* Blockquotes */

blockquote {
	font-size: 1.6em;
	font-style: italic;
	font-weight: 100;
	line-height: 1.3;
	margin: 0 1em;
	padding: 1rem 1rem 0 1rem;
	text-align: center;
}

blockquote > footer {
	font-family: Staff, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
	font-size: 16px;
}

/* Horizontal rules */

hr {
	border-bottom-color: #000000;
}





/* Primary button */

button,
.button,
.hs-button,
.cta_button.button--pot {
	padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

	font-family: Staff, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
	background-color: 

  
  
    
  


  rgba(15, 155, 95, 1.0)

;
	border-radius: 50px; 
	color: #ffffff;
	fill: #ffffff;
	/*font-size: 16px;*/
	font-size: 16px;
	text-transform: none;
}
@media screen and (min-width: 992px) {
	button,
	.button,
	.hs-button,
	.cta_button.button--pot {
		font-size: 20px;
	}
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active,
.cta_button.button--pot:hover,
.cta_button.button--pot:focus,
.cta_button.button--pot:active {
	font-family: Staff, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
	background-color: 

  
  
    
  


  rgba(8, 82, 50, 1.0)

;
	color: #ffffff;
	fill: #ffffff;
}

button:active,
.button:active,
.hs-button:active {
	border: 1px solid #0f9b5f;

	font-family: Staff, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
	background-color: rgba(88, 162, 130, 100);
	border-color: #5febaf;
	color: #ffffff;
	fill: #ffffff;
}

/* Secondary button */

.button.button--secondary {
	border: 1px solid #0f9b5f;

	font-family: Staff, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
	border-radius: 0px;
	color: #0f9b5f;
	fill: #0f9b5f;
	text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
	border: 1px solid #0f9b5f;

	font-family: Staff, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
	background-color: 

  
  
    
  


  rgba(15, 155, 95, 1.0)

;
	color: #ffffff;
	fill: #ffffff;
}

.button.button--secondary:active {
	font-family: Staff, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
	background-color: rgba(95, 235, 175, 100);
	border: 1px solid #0f9b5f;

	border-color: #5febaf;
	color: #ffffff;
	fill: #ffffff;
}

/* Simple button */

.button.button--simple {
	;
	color: #0f9b5f;
	fill: #0f9b5f;
}

.button.button--simple:hover,
.button.button--simple:focus {
	;
	color: ;
	fill: ;
}

.button.button--simple:active {
	;
	color: ;
	fill: ;
}

/* Button sizing */

.button.button--small {
	padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

	font-size: 14px;
}

.button.button--large {
	padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

	font-size: 18px;
}

/* PoT button */
.cta_button.button--pot {
	border-radius: 50px !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}
@media screen and (min-width: 992px) {
	.cta_button.button--pot {
		font-size: 20px !important;
	}
}





/* Form */

form {
	border: 1px none #109b5f;

	padding-top: 0px;
padding-right: 0px;
padding-bottom: 20px;
padding-left: 0px;

	/*background-color: 

  
  
    
  


  rgba(16, 155, 95, 1.0)

;*/
	border-radius: 0px;
}

/* Fieldsets */
fieldset {
	margin-bottom: 14px !important;
}

/* Form title */

.form-title {
	border: 1px none #0f9b5f;

	padding: 25px;

	font-family: Staff, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
	background-color: 

  
  
    
  


  rgba(15, 155, 95, 1.0)

;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	color: #ffffff;
	font-size: 28px;
	text-transform: ;
}

/* Labels */

form label {
	padding-top: 6px;
padding-right: 0px;
padding-bottom: 6px;
padding-left: 0px;

	font-family: Staff, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
	color: theme.colors.font_color.color;
	color: #000;
	font-size: 16px;
}

form label.hs-form-booleancheckbox-display {
	font-size: 14px;
}

/* Error */
form ul.hs-error-msgs {
	list-style: none;
	margin: 0;
	padding: 0;
}
form label.hs-error-msg {
	color: #f2545b;
	font-size: 14px;
}

/* Help text */

form legend {
	font-family: Staff, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
	color: theme.colors.font_color.color;
	font-size: 14px;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
	border: 1px solid #000000;

	padding: 10px;

	font-family: Staff, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	border-radius: 0px;
	color: theme.colors.font_color.color;
	font-size: 16px; 
	width: 90%;
}

/* Form fields - placeholders */

::-webkit-input-placeholder {
	color: #000000;
}

::-moz-placeholder {
	color: #000000;
}

:-ms-input-placeholder {
	color: #000000;
}

:-moz-placeholder {
	color: #000000;
}

::placeholder {
	color: #000000;
}

/* Form fields - date picker */

form .hs-dateinput:before {
	right: 10px;
}

form .pika-table thead th {
	background-color: 

  
  
    
  


  rgba(15, 155, 95, 1.0)

;
	color: #ffffff;
}

form td.is-today .pika-button {
	color: theme.colors.font_color.color;
}

form .is-selected .pika-button {
	background-color: #109b5f;
	color: theme.colors.font_color.color;
}

form .pika-button:hover {
	background-color: #0f9b5f !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
	font-family: Staff, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
	color: theme.colors.font_color.color;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
	font-family: Staff, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
	color: theme.colors.font_color.color;
	font-size: 14px;
}

/* Submit button */



form input[type='submit'],
form .hs-button {
	border: 1px solid #0f9b5f;

	font-family: Staff, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
	background-color: 

  
  
    
  


  rgba(15, 155, 95, 1.0)

;
	border-radius: 0px;
	color: #ffffff;
	text-transform: none;
}

form input[type='submit']:hover,
form input[type='submit']:focus,
form .hs-button:hover,
form .hs-button:focus {
	border: 1px solid #0f9b5f;

	font-family: Staff, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
	background-color: 

  
  
    
  


  rgba(8, 82, 50, 1.0)

;
	color: #ffffff;
}

form input[type='submit']:active,
form .hs-button:active {
	border: 1px solid #0f9b5f;

	font-family: Staff, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
	background-color: rgba(88, 162, 130, 100);
	border-color: #5febaf;
	color: #ffffff;
}





form input[type='submit'],
form .hs-button {
	padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

	font-size: 16px;
}



/* Inline thank you message */

.submitted-message {
	border: 1px none #109b5f;

	padding-top: 0px;
padding-right: 0px;
padding-bottom: 20px;
padding-left: 0px;

	/*	background-color: 

  
  
    
  


  rgba(16, 155, 95, 1.0)

;
	border-radius: 0px;
	*/
}

/* Text in forms */
form .hs-richtext p {
	line-height: 1.2;
}

/* Miscs */
form ul.inputs-list {
	font-size: 14px;
	padding-left: 0;
}
form input[type=checkbox], 
form input[type=radio] {
	margin-top: 3px;
}
form li.hs-form-booleancheckbox {
	line-height: 1.2;
	list-style: none;
}





/* Default icon (regular/dark) */

.icon {
	padding: 15px;

	background-color: 

  
  
    
  


  rgba(240, 158, 180, 1.0)

;
}

.icon svg {
	fill: #ffffff;
	height: 16px;
	width: 16px;
}

/* Light icon */

.icon--light .icon {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.icon--light svg {
	fill: #0f9b5f;
}

/* Size */

.icon--small svg {
	height: 12px;
	width: 12px;
}

.icon--small .icon {
	padding: 10px;

}

.icon--large svg {
	height: 24px;
	width: 24px;
}

.icon--large .icon {
	padding: 25px;

}





/* Table */

table {
	border: 1px solid #000000;

	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

th,
td {
	border: 1px solid #000000;

	padding: 10px;

	color: theme.colors.font_color.color;
}

/* Table header */

thead th,
thead td {
	background-color: 

  
  
    
  


  rgba(15, 155, 95, 1.0)

;
	color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
	background-color: 

  
  
    
  


  rgba(16, 155, 95, 1.0)

;
	color: theme.colors.font_color.color;
}





/* Header container */

.header {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header content color */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote,
.header .tabs__tab,
.header .tabs__tab:hover,
.header .tabs__tab:focus,
.header .tabs__tab:active {
	/*color: theme.colors.font_color.color;*/
}

/* Header top bar */

.header__top {
	background-color: 

  
  
    
  


  rgba(16, 155, 95, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
	font-family: Staff, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
	color: theme.colors.font_color.color;
	font-size: 16px;
	text-transform: none;
}

.header__language-switcher:hover .header__language-switcher-current-label > span,
.header__language-switcher:focus .header__language-switcher-current-label > span {
	font-family: Staff, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
	color: #000000;
}

.header__language-switcher-child-toggle svg {
	fill: theme.colors.font_color.color;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
	border-color: #000000;
}

.header__language-switcher .lang_list_class li {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
	font-family: Staff, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
	color: theme.colors.font_color.color;
	font-size: 16px;
	text-transform: none;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	color: #000000;
}

.header__language-switcher .lang_list_class a:active {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header bottom */

.header__bottom {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Logo */

.header__logo-company-name {
	font-family: Staff, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
	color: #231f20;
	font-size: 40px;
	text-transform: none;
}

/* Menu */

@media (max-width: 767px) {
	.header__menu--mobile {
		background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	}
}

/* Menu items */

.header__menu-link {
	font-family: Staff, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
	font-size: 16px;
	text-transform: none;
}

@media (max-width: 767px) {
	.header__menu-item--depth-1 {
		border-top: 1px solid #000000;
	}
}

/* Menu items - top level */

.header__menu-item--depth-1 > .header__menu-link:not(.button) {
	color: theme.colors.font_color.color;
}

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
	font-family: Staff, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
	color: #000000;
}

.header__menu-item--depth-1 > .header__menu-link:active {
	font-family: Staff, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
	color: #505050;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
	font-family: Staff, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
	color: #000000;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
	fill: theme.colors.font_color.color;
}

/* Menu items - submenus */

.header__menu-submenu {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	border-color: #000000;
}

.header__menu-submenu .header__menu-link:not(.button) {
	color: theme.colors.font_color.color;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
	font-family: Staff, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
	color: #000000;
}

.header__menu-submenu .header__menu-link:active {
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
	color: ;
	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Menu icons */

.header__menu-toggle svg {
	fill: theme.colors.font_color.color;
}












/* Dark card */

.card--dark {
	border: 1px solid #theme.colors.font_color.color;

	background-color: 

  
  
    
  


  rgba(#theme.colors.font_color.color, 1.0)

;
	border-radius: 0px;
	color: #ffffff;
}

.card--dark summary,
.card--dark p,
.card--dark h1,
.card--dark h2,
.card--dark h3,
.card--dark h4,
.card--dark h5,
.card--dark h6,
.card--dark a:not(.button),
.card--dark span,
.card--dark div,
.card--dark li,
.card--dark blockquote {
	color: #ffffff;
}

/* Light card */

.card--light {
	border: 1px solid #000000;

	background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
	border-radius: 0px;
	color: theme.colors.font_color.color;
}

.card--light summary,
.card--light p,
.card--light h1,
.card--light h2,
.card--light h3,
.card--light h4,
.card--light h5,
.card--light h6,
.card--light a:not(.button),
.card--light span,
.card--light div,
.card--light li,
.card--light blockquote {
	color: theme.colors.font_color.color;
}





/* Error templates */

.error-page:before {
	font-family: Staff, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
}

/* System templates */

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
	color: theme.colors.font_color.color;
}

/* Search template */

.hs-search-results__title {
	font-size: 32px;
}

/* Backup unsubscribe template */

.backup-unsubscribe input[type='email'] {
	font-size: 16px !important;
	padding: padding: 10px;
 !important;
}





/* Accordion */

.accordion__summary,
.accordion__summary:before {
	font-family: Staff, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
	font-size: 24px;
}

.card--dark .accordion__summary:before {
	color: #ffffff;
}

.card--light .accordion__summary:before {
	color: theme.colors.font_color.color;
}

/* Blog listing, recent posts, related posts, and blog post */

.blog-post h1 {
	margin-bottom: 2rem;
}

.blog-post__meta {
	font-size: .9rem;
}

.blog-listing__post-title {
	line-height: 1.2;
}



.blog-listing__post-title-link {
	color: #000;
	text-decoration: none;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {

}

.blog-listing__post-title-link:active {

}

.blog-listing__post-tag {
	color: theme.colors.font_color.color;
}

.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus {
	color: theme.colors.font_color.color;
}

.blog-listing__post-tag:active {
	color: theme.colors.font_color.color;
}

.blog-listing__post-author-name,
.blog-post__author-name {
	color: theme.colors.font_color.color;
}

.blog-listing__post-author-name :hover,
.blog-listing__post-author-name :focus,
.blog-post__author-name:hover,
.blog-post__author-name:focus {
	color: theme.colors.font_color.color;
}

.blog-listing__post-author-name :active,
.blog-post__author-name:active {
	color: theme.colors.font_color.color;
}

.image--featured-image {
	max-width: 100%;
	width: 100%;
}

.blog-listing {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blog-listing--3-col, .blog-listing--4-col {
	justify-content: space-between;
}
/*
.blog-listing--3-col {
	gap: 1rem;
}
*/
.blog-listing__post {
	display: flex;
	margin-bottom: 2.8rem;
	padding: 0;
	width: 100%;
}
.blog-listing--4-col .blog-listing__post:nth-child(4n+1), 
.blog-listing--4-col .blog-listing__post:nth-child(4n+2), 
.blog-listing--4-col .blog-listing__post:nth-child(4n+3) {
	margin-right: 1.333rem;
}
.blog-listing--3-col .blog-listing__post {
	width: calc(100% - 1rem);
}
.blog-listing--4-col .blog-listing__post {
	width: calc(100% - 1rem);
}
.blog-listing--card .blog-listing__post {
	flex-direction: column;
}

@media screen and (min-width: 500px) {
	.blog-listing--3-col .blog-listing__post {
		width: calc(50% - 1rem);
	}
	.blog-listing--4-col .blog-listing__post {
		width: calc(50% - 1rem);
	}
}

@media screen and (min-width: 700px) {
	.blog-listing--3-col .blog-listing__post {
		width: calc(33% - 1rem);
	}
	.blog-listing--4-col .blog-listing__post {
		width: calc(25% - 1rem);
	}
}
.blog-listing__post-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 0.7rem 0 0;
}
.blog-listing--card .blog-listing__post-image-wrapper {
	height: 200px;
}
.blog-listing__post-image-wrapper {
	display: flex;
}
.blog-listing--card .blog-listing__post-image {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.blog-listing__post-image {
	height: auto;
	width: 100%;
}
.blog-post__body .hs-embed-wrapper {
	max-height: 100% !important;
	max-width: 100% !important;
}

/* Cases blog post */
.blog-post__narrow-body {
	margin: auto;
	max-width: 800px;
}

.blog-post__footer {
	border-top: 1px solid #000;
	padding: 1rem 0;
	margin: 4rem 0 0;
}

/* Image gallery */

.image-gallery__close-button-icon:hover,
.image-gallery__close-button-icon:focus {
	background-color: transparent;
}

.image-gallery__close-button-icon:active {
	background-color: transparent;
}

.icon--light .image-gallery__close-button-icon:hover,
.icon--light .image-gallery__close-button-icon:focus {
	background-color: transparent;
}

.icon--light .image-gallery__close-button-icon:active {
	background-color: transparent;
}

/* Pagination */

.pagination__link-icon svg {
	fill: #0f9b5f;
	height: 16px;
	width: 16px;
}

.pagination__link:hover .pagination__link-icon svg,
.pagination__link:focus .pagination__link-icon svg {
	fill: ;
}

.pagination__link:active .pagination__link-icon svg {
	fill: #5febaf;
}

.pagination__link--active {
	border-color: #000000
}

/* Pricing card */

.pricing-card__heading {
	background-color: #0f9b5f;
}

/* Social follow and social sharing */

.social-follow__icon:hover,
.social-follow__icon:focus,
.social-sharing__icon:hover,
.social-sharing__icon:focus {
	background-color: #f3f3f3;
}

.social-follow__icon:active,
.social-sharing__icon:active {
	background-color: rgba(255, 238, 255, 1.0);
}

.icon--light .social-follow__icon:hover,
.icon--light .social-follow__icon:focus,
.icon--light .social-sharing__icon:hover,
.icon--light .social-sharing__icon:focus {
	background-color: #f3f3f3;
}

.icon--light .social-follow__icon:active,
.icon--light .social-sharing__icon:active {
	background-color: rgba(255, 255, 255, 1.0);
}

/* Tabs */

.tabs__tab,
.tabs__tab:hover,
.tabs__tab:focus,
.tabs__tab:active {
	border-color: theme.colors.font_color.color;
	color: theme.colors.font_color.color;
}

/* Misc */
body.disable-scroll, html.disable-scroll {
	overflow: hidden;
	position: relative;
	height: 100vh;
}


/* HubDB list */
.hubdb-list {

}
.hubdb-list ul {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}
.hubdb-list ul li {

}
.hubdb-list ul li a {
	color: #000;
	line-height: 1.2;
	text-decoration: none;
}
.hubdb-list ul li a div {
	display: flex;
	height: 100px;
}
.hubdb-list ul li a img {
	display: block;
	margin: auto 0;
	max-width: 100%;
	max-width: 293px;
	max-height: 73px;
	object-fit: contain;
}
.hubdb-list ul li h3 {
	font-size: 24px;
}
.hubdb-list ul li p {
	font-size: 16px;
}






/* NAV TEST. */
body.page--nav-test {}


body.page--nav-test .header-nav--top ul li:nth-last-child(2) {
	margin-left: inherit;
}
body.page--nav-test .header-nav--top ul li:nth-last-child(1) {
	margin-left: auto;
}