body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: 0;
	min-height: 100%;
	height: 100%;
	text-align: center;
}

p,
ul,
li {
	line-height: 24px !important;
}

h2 {
	font-weight: normal;
}

.screen-reader-only {
	position: absolute;
	display: block;
	cursor: text;
	margin: -1px 0 0 -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	font-weight: normal;
	font-size: 15px;
	line-height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	outline: 0;
}

.center-transition {
	display: inline-block;
	position: relative;
}

.center-transition::after {
	content: "";
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #FFC72C!important;
	transition: transform 0.25s ease-out;
}

.center-transition:hover::after {
	transform: scaleX(1);
}

.center-transition.center::after {
	transform-origin: bottom center;
}

.center-transition.center:hover::after {
	transform-origin: bottom center;
}

.additional-links.mobile {
	display: none;
}

.additional-links.desktop {
	margin-top: 80px;
}

.portalMarketing.desktop {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 10px 0;
}

.portalMarketing img {
	flex-shrink: 0;
	width: 100%;
}

.portalMarketing.mobile {
	display: none;
}

.qsgDesktop {
	text-align: center;
	padding: 12px 24px;
	cursor: pointer;
	border-radius: 0 50px 50px 0;
	border: none;
	font-weight: bold;
	text-transform: uppercase;
	width: 240px;
	margin-top: 10px;
}

.qsgDesktop {
	background-color: var(--bg);
}

.qsgDesktop a {
	color: var(--text);
	text-decoration: none;
}

.portalWrapper {
	background-color: var(--bg);
	min-height: 100%;
	width: 100%;
	height: auto;
	display: inline-block;
}

.portalContainer {
	margin: 10px auto;
	max-width: 1200px;
	width: auto;
	padding: 10px;
}

.navHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
}

.sfcPortalLogo {
	text-align: left;
}

.languageSelection {
	display: flex;
	flex-direction: column;
	font-size: 1.1em;
	text-align: right;
}

.fixedHeaderEnds {
	width: 175px;
}

.portalAccountLogo {
	padding: 10px;
	align-items: center;
}

.portalAccountLogo>img {
	max-height: 100px;
	max-width: 100%;
}

.portalLoginHero {
	position: relative;
	text-align: center;
	display: flex;
	justify-content: space-around;
	width: fit-content;
}

.fullWidthContainer {
	width: 100%;
	display: flex;
	justify-content: center;
}

.smallerForm {
	width: 540px;
}

.inputStyle {
	box-shadow: none;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	width: 95%;
}

.radio-group {
	margin-left: 10px;
}

input[type="radio"],
input[type="checkbox"] {
	accent-color: var(--radio-accent);
  }

.purpleBtn,
.purpleBtn a {
	background-color: var(--bg);
	color: var(--text);
	padding: 15px 30px;
	text-decoration: none;
	border-radius: 3px;
}

.clear {
	clear: both;
}

.portalLoginModule {
	width: auto;
	margin: 12px;
	vertical-align: text-top;
	float: left;
	max-width: 440px;
	min-width: 330px;
	height: fit-content;
}

.portalLoginModule,
.portalLoginModule.directPanel,
.portalLoginModule.passwordPanel {
	background: var(--bg);
	color: var(--text);
}

.portalLoginModule.directPanel {
	color: var(--main-text);
}

.portalLoginCard .searchBtn.single,
.portalLoginModule .searchBtn.single,
.portalLoginModule.directPanel .searchBtn.single,
.portalLoginModule.passwordPanel .searchBtn.single {
	background: var(--button-bg);
	color: var(--button-text);
	border: 1px solid var(--button-bg);
}

.portalLoginCard .searchBtn.single:hover,
.portalLoginModule .searchBtn.single:hover,
.portalLoginModule.directPanel .searchBtn.single:hover,
.portalLoginModule.passwordPanel .searchBtn.single:hover {
	background: var(--button-hover-bg);
	color: var(--button-hover-text);
}

.unitContainer {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.portalLoginCard {
	background-color: var(--bg);
	border: 1px solid var(--button-bg);
	padding: 10px;
	margin: 12px;
	box-shadow: 0 9px 10px -3px rgba(128, 128, 128, 1)
}

.unitNavBtn {
	padding: 8px 6px;
	border: 1px solid var(--button-bg);
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	color: var(--button-text);
	background-color: var(--button-bg);
	cursor: pointer;
}

.unitNavBtn:hover {
	color: var(--button-hover-text);
	background-color: var(--button-hover-bg);
}

.tooltip_content {
	margin: 6px 8px;
}

.portalLoginModule .moduleContents {
	padding: 8px 16px;
}

.portalLoginPanelForm {
	width: auto;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	display: block;
}

.form-item {
	margin: 12px 0;
}

.form-item-title {
	font-weight: bold;
	margin: 6px 0;
}

.flexContainer,
.promoContainer,
.registrationContainer {
	display: flex;
	justify-content: space-between;
}

.promoContainer {
	border: 1px solid #BBB;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 5px;
}

.registrationContainer {
	display: flex;
	justify-content: space-evenly;
}

.registrationFormContent {
	max-width: 725px;
	align-items: center;
}

.smaller {
	justify-content: center;
}

.smaller .left,
.smaller .right {
	width: 400px;
}

.portalLoginHeroBg {
	background-image: url("/sfc3/images/noText/portalHeroBackground.jpg");
	background-repeat: no-repeat;
	width: 100%;
	max-width: 1200px;
	background-position: center bottom;
	height: 600px;
}

.portalLoginHeroBg_1439560 {
	background-image: url("/sfc3/images/noText/portalHeroBackground_1439560.jpg");
	background-repeat: no-repeat;
	width: 100%;
	max-width: 1200px;
	background-position: center bottom;
	height: 600px;
}

.portalAccountLogo.mobile {
	display: none;
}

.fullWidthContentBox {
	float: left;
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}

.fullWidthContentBox p {
	font-size: 16px;
	line-height: 20px;
	margin: 20px;
}

.fullWidthContentPage p,
.fullWidthContentPage li {
	font-size: 18px !important;
}

.fullWidthContentPage li {
	margin-bottom: 20px;
}

.fullWidthContentPage h2 {
	color: #333333;
	font-size: 28px;
}

.fullWidthContentPage h3 {
	color: #20409a;
	font-size: 24px;
	margin: 0px;
}

.portalLoginCorporateMessage img {
	text-align: center;
	max-width: 100%;
}

.postBannerContent {
	background-color: var(--bg);
	display: flex;
	justify-content: center;
}

.postBannerContent > div {
	color: var(--text);
	text-transform: uppercase;
	font-size: 2em;
	width: 60%;
	text-align: center;
	margin: 20px;
}

.portalLoginCorporateMessage {
	margin: 20px auto;
}

.portalLoginCorporateMessage li,
.portalLoginCorporateMessage p {
	text-align: left;
}

.searchBtn.single {
	padding: 12px 24px;
	cursor: pointer;
	border-radius: 50px;
	border: none;
	font-weight: bold;
}

.searchField {
	background: var(--input-bg);
	border: 1px solid var(--input-border);
	color: var(--text);
	outline: none;
	resize: none;
	padding: 0 10px;
	width: 200px;
	height: 35px;
}

.searchField.single {
	display: inline;
}

.portalLoginModule .searchField.single {
	width: 90%;
}

.cantLogin {
	margin-top: 10px;
}

.portalLoginModule .cantLogin,
.portalLoginModule.directPanel .cantLogin,
.portalLoginModule.passwordPanel .cantLogin {
	color: var(--main-text);
}

.portalLoginModule .forgotLink,
.portalLoginModule.directPanel .forgotLink,
.portalLoginModule.passwordPanel .forgotLink {
	color: var(--text);
	text-decoration: none;
}

.portalLoginModule .cantLogin > a,
.portalLoginModule.directPanel .cantLogin > a,
.portalLoginModule.passwordPanel .cantLogin > a {
	color: var(--main-text);
	text-decoration: none;
}

.marginContent {
	margin: 10px 0;
}

.bottomContent {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bottomContent>div {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.guaranteeContent {
	display: flex;
	align-items: center;
	justify-content: center;
}

.horizontal-line {
	width: 100%;
	border-bottom: 2px solid var(--border-color);
	text-align: center;
	line-height: 0.1em;
	margin: 20px 0 30px 0;
}

.horizontal-line span {
	background-color: var(--bg-color);
	color: var(--color);
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
}

.parallel-line {
	width: 100%;
	text-align: center;
	margin: 10px 0;
}

.line-above,
.line-below {
	display: block;
	height: 2px;
	background-color: var(--text);
	margin: 9px 0;
}

.parallel-line > .text {
	display: inline-block;
	color: var(--color);
	padding: 0 10px;
	text-transform: uppercase;
	font-size: 1.4em;
	background-color: var(--bg-color);
}

.slip-fall-logo {
	margin: 0 20px;
}

.guarantee-logo {
	display: none;
}

.videoContent {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: center;
}

.video {
	flex: 1 1 45%;
	max-width: 45%;
	margin: 10px;
}

.youtube-video {
	width: 100%;
	aspect-ratio: 16/9;
}

select {
	padding: 0;
	box-sizing: content-box;
}

.partnersitescontactUs {
	display: flex;
	justify-content: space-evenly;

}

/* Alert Messages */
.info-msg,
.success-msg,
.warning-msg,
.clear-msg,
.error-msg {
	margin: 0 0 15px;
	padding: 10px;
	border-radius: 0;
	line-height: 20px;
	text-align: left;
}

.info-msg {
	color: #000;
	background-color: #BEF;
	border: 1px solid #059;
	border-left: 5px solid #059;
}

.success-msg {
	color: #000;
	background-color: #DFF2BF;
	border: 1px solid #270;
	border-left: 5px solid #270;
}

.warning-msg {
	color: #000;
	background-color: #FEEFB3;
	border: 1px solid #9F6000;
	border-left: 5px solid #9F6000;
}

.clear-msg {
	color: #000;
	background-color: none;
	padding: 0px;
	border: 0px;
}

.error-msg {
	color: #000;
	background-color: #FFBABA;
	border: 1px solid #D8000C;
	border-left: 5px solid #D8000C;
}

/* End Alert Messages */

@media only screen and (max-width: 1024px) {
	.video {
		flex-basis: 100%;
		max-width: 100%;
		text-align: center;
	}

	.portalLoginHero,
	.portalContainer {
		width: 98%;
		display: block;
		background-image: none !important;
	}

	.portalHalf {
		float: left;
		padding: 3%;
		width: 94%;
	}

	.portalHalf img {
		max-width: 1000px;
	}

	.portalThird {
		float: left;
		padding: 3%;
		width: 88%;
		min-height: 120px;
	}

	.parallel-line {
		display: none;
	}

	.guarantee-logo {
		display: block;
	}

	.additional-links.desktop {
		display: none;
	}

	.additional-links.mobile {
		display: block;
	}
}

@media only screen and (max-width:960px) {
	.partnersitescontactUs {
		flex-direction: column;
		justify-content: center;
	}
}

@media only screen and (max-width:768px) {

	.portalLoginHeroBg,
	.portalLoginHeroBg_1439560 {
		background-image: none;
		height: 60px;
	}

	.portalLoginModule {
		width: 100%;
		padding: 0;
		margin: 10px 0;
		max-width: 100%;
		font-size: 1.2em;
		position: relative;
		min-width: 0;
	}

	.portalLoginModule .moduleContents {
		padding: 10px;
	}

	.portalLoginModule .searchField {
		width: 90% !important;
		font-size: 1.2em;
		margin: 0;
	}

	.portalLoginPanelForm {
		margin-left: 0;
		width: auto;
		font-size: 1.2em;
	}

	.portalLoginCard {
		width: 90%;
	}

	.smaller {
		flex-direction: column;
	}

	.portalLogin {
		width: 92%;
		padding: 10px 20px;
	}

	.portalContainer {
		width: 96%;
	}

	.portalLoginHero,
	.unitContainer {
		width: 100%;
	}

	.unitContainer {
		grid-template-columns: 1fr;
	}

	.portalLoginModule .searchBtn {
		font-size: 14px;
		font-weight: normal;
	}

	#nav_accountnav img {
		text-align: center;
	}

	.sfcPortalLogo img {
		max-width: 120px;
	}

	.portalAccountLogo.desktop {
		display: none;
	}

	.portalAccountLogo.mobile {
		display: flex;
		justify-content: center;
	}

	.portalMarketing.desktop {
		display: none;
	}

	.portalMarketing.mobile {
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}

	.marginContent {
		margin: 10px 0;
		padding-bottom: 0;
	}

	.postBannerContent {
		margin: 10px 0;
	}

	.postBannerContent>div {
		font-size: 1.4em;
		width: 100%;
		padding: 12px;
	}

	.bottomContent>div {
		margin-bottom: 40px;
	}

	.horizontal-line,
	.horizontal-line span {
		display: none;
	}

	.inputStyle {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.smallerForm {
		margin: 0 10px;
	}

	.registrationContainer {
		flex-direction: column;
	}

	.promoContainer {
		flex-direction: column;
	}
}