.wp-block-navigation-item__content{
	outline: none !important;
}

* {
	font-family: 'Poppins', sans-serif;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

.header-figure {
	margin: auto;
	margin-block-end: auto !important;
}

.hidden-group {
	display: none;
}

.wp-block-navigation-item__content{
	outline-style: none;
}

p, label, .page-list > li {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}

.page-list > li {
	font-size: 18px;
}

.contact-form label {
	font-weight: 500;
}

.contact-us-link, 
.contact-us-link > a {
	font-size: 16px;
	font-family: 'Roboto', sans-serif ;
}

input, textarea {
	border-width: 1px !important;
  border-radius: 10px !important;
}

.page-list > li {
	margin: 6px 0;
}

.gspb_heading {
	margin-top: 0;
}

.custom-button, .custom-button a { 
	font-size: 16px;
	font-family: 'Poppins', sans-serif !important;
	font-weight: 500 !important;
}


.custom-header > div {
	display: flex;
	flex-direction: column;
	gap: 48px;
	justify-content: space-between;
	max-width: 1084px;
	min-height: 360px;
}

.custom-header nav ul{
	gap: 0px;
}


.login-button a{
	font-weight: 500 !important;
	padding: 0px 16px !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px !important;
	border: 3px solid rgb(8, 40, 60) !important;
}

footer nav ul{
	gap: 0 !important;
}

footer nav ul li{
	margin-left: 24px;
	font-size: 16px;
}

.custom-header nav li {
	margin-left: 24px;
	font-size: 18px !important;
}

.custom-header .logo-img img,
footer .logo-img > img {
	max-width: 64px;
  max-height: 64px;
}

.home-header > div {
	min-height: 80vh;
}

.page-content {
	max-width: 70%;
	width: 70%;
	margin: auto;
}

.page-title {
	font-size: 48px !important;
	margin-bottom: 64px;
}

.page-list {
	padding-left: 8px;
}

.footer-container {
	max-width: 100%;
}

.footer-container p {
	margin-top: 4px;
}

.footer-container + nav {
	margin-top: 48px;
}

footer + div {
	display: none;
}

footer {
	margin-block-start: 64px !important;
}

.social-icons {
	display: none;
}

.dataTables_scrollHeadInner,
.solutions-table {
	width: 100% !important;
}
.solutions-table thead th {
	font-size: 18px;
}


.solutions-table tbody td {
	font-size: 16px;
}

.solutions-table .column-1,
.solutions-table .column-2 {
	min-width: 150px;
}

.solutions-table .column-3,
.solutions-table .column-4 {
	min-width: 150px;
	max-width: 150px;
}

.image-list-container {
	align-items: center !important;
}

.contact-us-form h3 {
	font-size: 20px !important;
	padding-left: 1em;
	margin: 0;
}

.contact-us-form blockquote {
	margin: 0;
}

.contact-us-form p {
	margin-bottom: 16px;
}

.contact-us-form p br {
	display: none;
}

.footer-disclosure {
	max-width: 90% !important;
	font-size: 13px !important;
}

.footer-paragraph {
	max-width: 90% !important;
}

@media (max-width: 992px){
	.custom-header nav li {
		font-size: 16px !important;
	}
	div.image-text-container {
    grid-template-columns: 100%!important;
  }
	div.image-text-container > div {
		grid-column: 1 !important;
    grid-row: 2 !important;
	}
	div.image-text-container > figure {
		grid-column: 1 !important;
    grid-row: 1 !important;
	}
	
	.page-content {
		max-width: 85%;
		width: 85%;
	}
	
	.page-list > li {
		font-size: 16px;
	}
}

@media (max-width: 600px){
	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 20px;
	}
	
	h4 {
	font-size: 18px;
}
	p, .page-list > li {
	font-size: 14px;
}
	
	.contact-us-link,
	.contact-us-link > a{
		font-size: 14px;
	}
	
	
.custom-button > a {
	font-size: 14px;
}
	
	.custom-header .header-logo-column {
		display: none;
	}
	
	.wp-block-jetpack-layout-grid {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.solutions-table thead th {
		font-size: 15px;
	}
	
	.solutions-table tbody td {
		font-size: 14px;
	}

	.page-title {
		font-size: 36px !important;
	}
	
	.page-content {
		max-width: 90%;
		width: 90%;
	}
	
}

@media (max-width: 782px){
	.footer-container p {
		text-align: center;
	}
	
	footer .logo-img > img {
		max-width: 96px;
		max-height: 96px;
	}
}


.country-modal {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.4);
        font-family: 'Poppins', sans-serif;
}

.country-modal-content {
	width: 400px;
	box-sizing: border-box;
	padding: 32px;
	position: relative;
	background: #fff;
	margin: auto;
	border: 1px solid #f1f1f1;
	top: 50%;
	border-radius: 8px;
	transform: translateY(-50%);
	animation-name: animateTop;
	animation-duration: 0.4s;
}

.country-modal-title {
	margin: 0;
	margin-bottom: 32px;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}

.country-modal-option {
	display: block;
	background: white;
	border: 2px solid #08283c;
	outline: none;
	padding: 16px;
	width: 100%;
	margin-top: 16px;
	border-radius: 8px;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.4s ease-in-out;
}

.country-modal-option:hover {
	background-color: #f1f1f1;
}

@keyframes animateTop {
	from {
		top: 300px;
		opacity: 0;
	}
	to {
		bottom: 0px;
		opacity: 1;
	}
}

@media (max-width: 576px) {
	.country-modal-content {
		width: 320px;
	}
}

.discount-code-form h3{
	display: none;
}

.discount-code-form p {
	text-align: center;
}

ul.dropdown-button {
	border-width: 1px !important;
	margin-top: 4px;
	min-width: 175px !important;
	overflow: hidden !important;
}

.dropdown-button {
		color: var(--wp--custom--color--foreground) !important;
}

.dropdown-item, .pum-trigger {
	width: 100%;
	margin-left: 0 !important;
}

.pum-trigger > a,
.dropdown-item > a {
	font-size: 14px;
  padding: 6px 12px;
}

.dropdown-item:hover, .pum-trigger:hover {
	background-color: #f1f1f1;
}

.dropdown-menu > ul > li{
	border-radius: 8px;
	color: white;
	background-color: var(--wp--custom--button--color--background);
    border-color: var(--wp--custom--button--border--color);
    border-width: var(--wp--custom--button--border--width);
    border-style: var(--wp--custom--button--border--style);
    font-size: var(--wp--custom--button--typography--font-size);
}

.wp-block-navigation__submenu-icon{
	display:none !important;
}

.dropdown-button {
	border-radius: 8px;
	color: white;
	background-color: var(--wp--custom--button--color--background);
    border-color: var(--wp--custom--button--border--color);
    border-width: var(--wp--custom--button--border--width);
    border-style: var(--wp--custom--button--border--style);
    font-size: var(--wp--custom--button--typography--font-size);
}

.dropdown-button button {
	padding: 0 12px !important;
}

.pushbutton-wide {
	margin-top: 20px;
	    background-color: var(--wp--custom--button--color--background);
    border-radius: 8px;
    border-color: var(--wp--custom--button--border--color);
    border-width: var(--wp--custom--button--border--width);
    border-style: var(--wp--custom--button--border--style);
    color: var(--wp--custom--button--color--text);
    font-size: var(--wp--custom--button--typography--font-size);
    font-weight: var(--wp--custom--button--typography--font-weight);
    line-height: var(--wp--custom--button--typography--line-height);
    padding-top: var(--wp--custom--button--spacing--padding--top);
    padding-right: var(--wp--custom--button--spacing--padding--right);
    padding-bottom: var(--wp--custom--button--spacing--padding--bottom);
    padding-left: var(--wp--custom--button--spacing--padding--left);
}

.pum-content > p{
	display: none;
}

.pum-content {
	font-family: 'Poppins', sans-serif !important;
	display:flex;
	justify-content: center;
	font-weight: 400 !important;
}

.pum-content > div {
	width: 100% !important;
}

.grunion-field-label {
		margin: 10px 0 10px 0;
		font-family: 'Poppins', sans-serif !important;
}

.grunion-radio-label {
		font-family: 'Poppins', sans-serif !important;
}

.grunion-field-text {
	opacity: 1 !important;
	font-size: 16px !important;
}

.grunion-radio-options {
	margin-bottom: 24px;
	margin-top: 8px;
}

.pum-title {
	font-family: 'Poppins', sans-serif !important;
	margin-bottom: 8px !important;
	font-size: 32px !important;
	font-weight: 400 !important;
}

.grunion-field[type="text"],
.grunion-field[type="email"]{
	margin-top: 0px !important;
	height: 20px;
	width: 100% !important;
}

.contact-submit {
	display: flex;
  justify-content: center;
	margin: 0;
}

.contact-submit button {
	padding: 6px 20px;
}

.pum-container {
	max-width: 400px !important;
	width: 90%;
}

.snackbar-container {
	position: fixed;
	bottom: -64px;
	height: 64px;
	left: 50%;
	transform: translateX(-50%);
	border: 2px solid #0B293D;
	justify-content: center;
	align-items: center;
	padding: 0 32px;
	border-radius: 8px;
	display: none;
	opacity: 0;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
	width: 560px;
  text-align: center;
  max-width: 90%;
}

.snackbar-text {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #0B293D;
}

.snackbar-container.visible {
	display: flex;
	opacity: 1;
	animation: snackbarAnim 1s ease-in-out;
	animation-fill-mode: forwards;
}

@keyframes snackbarAnim {
	from {
		bottom: -64px;
		opacity: 0;
	}
	to {
		bottom: 30px;
		opacity: 1;
	}
}

