﻿* {
	box-sizing: border-box;
}
body {
	margin: 0;
}
.top-spacer {
	width: 100%;
	height: 80px;
	background-color: ;
}
.group-head {
	max-width: 70%;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 20px;
	text-indent: 15px;
	color: #222;
	font-family: swiss;
	background-color: ;
	vertical-align: bottom;
	display: block;
	text-align: right;
	border-bottom: 0px black solid;
	height: 30px;
	background-image: url("../cfg/sf321-group-head-bg.png");
	background-repeat: repeat-x;
	padding: 0px 10px 0px 0px;
}
.flex-parent {
	margin: 0px auto 0px auto;
	border: lime 0px solid;
	padding: 0px 10px 0px 10px; /*10px added post php script*/
	width: 100%;
	max-width: 1500px;
	display: flex;
}
.flex-txt p {
	margin: 15px 15px 15px 15px;
}
.flex-img {
	display: flex;
	flex-direction: row;
	width: 100%;
	max-width: 1000px;
	gap: 15px;
	background-color: ;
}
.flex-txt {
	display: flex;
	flex-direction: row;
	width: 100%;
	max-width: 500px;
	font-family: swiss condensed;
	font-size: 13pt;
	line-height: 17pt;
}
.flex-txt div {
	width: 100%;
	background-color: ;
}
.flex-txt-vh {
	display: flex;
	flex-direction: row;
	width: 100%;
	max-width: 650px;
	font-family: swiss condensed;
	font-size: 13pt;
	line-height: 17pt;
}
.flex-txt-vh p {
	margin: 15px 15px 15px 15px;
}
.flex-txt-h {
	display: flex;
	flex-direction: row;
	width: 100%;
	max-width: 650px;
	font-family: swiss condensed;
	font-size: 13pt;
	line-height: 17pt;
}
.flex-txt-h p {
	margin: 15px 15px 15px 15px;
}
.img-div {
	width: 100%;
	height: auto;
	background-color: ;
}
.img-div img {
	width: 100%;
	height: auto;
	background-color: ;
	margin: 0;
	display: block;
}
.img-div-v {
	width: 100%;
	height: auto;
	background-color: ;
}
.img-div-h {
	min-width:400px;
}
.img-div-v img {
	width: 100%;
	height: auto;
	background-color: ;
	margin: 0;
	display: block;
	max-width: 600px;
	float: right;
}
.mosaic-spacer {
	max-width: 1500px;
	margin: 40px auto;
	border: none;
	border-top: 0px transparent #FFFFFF;
}
@media (max-width: 1200px) {
.flex-img {
	flex-direction: column;
}
}
@media (max-width: 750px) {
.flex-parent {
	flex-wrap: wrap;
}
/*10px removed*/
.flex-txt {
	flex-wrap: wrap;
	max-width: 100%;
}
.top-spacer {
	height: 60px;
}
hr {
	margin: 20px auto;
}
.flex-img {
	gap: 10px;
}
}
@media (max-width: 600px) {
.flex-parent {
	padding: 0;
}
}
