.gs-container {
	font-size: 16px;
	color: black;
}

.gs_nomargin {
	margin: 0 !important;
}

.gs_verdana {
	font-family: Verdana, sans-serif;
}
.gs_arial {
	font-family: Arial, Helvetica, sans-serif;
}

.gs_style1 {
	font-size: 16px;
	.gs_text_section_wrapper {
		margin: 0 0 30px 0;
		width: 100%;
	}
	.gs_text_section_wrapper:last-of-type {
		margin: 0 !important;
	}
	.gs_text_section {
		margin: 0;
		p.gs_bigtitle {
			font-size: 1.5em;
/*			font-size: 20px;*/
			font-weight: bold;
			margin: 10px 0;
		}
		p.gs_title {
			font-size: 1.25em;
/*			font-size: 16px;*/
			font-weight: bold;
			margin: 0 10px 0 0;
		}
		p.gs_text {
			font-size: 1em;
/*			font-size: 14px;*/
			font-weight: normal;
			margin: 0 10px 10px 0;
		}
		p.gs_text:last-of-type {
			margin: 0;
		}
		hr {
			border: 0;
			height: 6px;
			margin: 0;
		}
		ol.gs_text, ul.gs_text {
			margin: 6px 0 10px 0;
			padding-left: 20px;
/*			font-size: 12px;*/
			font-size: 1em;
			li {
				margin: 6px 0;
			}
		}
	}
}
.gs_style2 {
	font-size: 14px;
	.gs_text_section_wrapper {
		margin: 0 0 20px 0;
		width: 100%;
	}
	.gs_text_section_wrapper:last-of-type {
		margin: 0;
	}
	.gs_text_section {
		margin: 0;
		p.gs_bigtitle {
			font-size: 1.5em;
/*			font-size: 16px;*/
			font-weight: bold;
			margin: 10px 0;
		}
		p.gs_title {
/*			font-size: 14px;*/
			font-size: 1.25em;
			font-weight: bold;
			margin: 0 10px 0 0;
		}
		p.gs_text {
			font-size: 1em;
/*			font-size: 12px;*/
			font-weight: normal;
			margin: 0 10px 10px 0;
		}
		p.gs_text:last-of-type {
			margin: 0;
		}
		hr {
			border: 0;
			height: 6px;
			margin: 0;
		}
		ol.gs_text, ul.gs_text {
			margin: 6px 0 10px 0;
			padding-left: 20px;
/*			font-size: 12px;*/
			font-size: 1em;
			li {
				margin: 6px 0;
			}
		}
	}
}



.gs-container-flex {
	display: flex;
	gap: 10px;
	flex-direction: column;
}

.gs-bigwrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gs_text_section_wrapper {
/*	width: 100%;*/
/*	margin: 0 0 20px 0;*/
}
.gs_text_section_wrapper:last-of-type {
/*	margin: 0;*/
}
.gs_text_section {
/*	padding: 6px 0;*/
/*	margin: 0;*/
	p.gs_title {
/*		font-weight: bold;*/
/*		font-size: 14px;*/
/*		margin: 0 10px 0 0;*/
	}
	p.gs_text {
/*		font-size: 12px;*/
/*		margin: 0 10px 10px 0;*/
	}
/*	p.gs_text:last-of-type {
		margin: 0;
	}*/
/*	ol.gs_text, ul.gs_text {
		margin: 6px 0 10px 0;
		padding-left: 20px;
		font-size: 12px;
		li {
			margin: 6px 0;
		}
	}*/
/*	hr {
		border: 0;
		height: 6px;
		margin: 0;
	}*/
}

.gs_floattopright_image {
	max-width: 50%;
	float: right;
	margin: 0 0 10px 10px;
}


/* TEXT */
/*p.gs_bigtitle {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
}
p.gs_title {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
p.gs_text {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}
*/




/* TOUCH DEVICES */
@media (hover: none) and (pointer: coarse) {
	.gs-container {
		margin: 10px;
	}
}

/* DESKTOP */
@media (hover: hover) and (pointer: fine) {
	.gs-container {
		margin: 10px;
		max-width: var(--rw, 900px);

	}
	.gs-container-extratop {
		margin: 20px 10px 10px 10px !important;
	}
}