@charset "UTF-8";

.c_section.bggradient_susbg {
	background: linear-gradient(150deg, #33c180 0%, #095093 80%);
	color: #fff;
}
.c_section.bgsusblue {
	background-color: #0a5093;
	color: #fff;
}
.c_section.bgsusgreen {
	background-color: #33c180;
	color: #fff;
}
.c_section.bgsuslightblue {
	background-color: #50abd9;
	color: #fff;
}
.c_section.bglightblue {
	background-color: #edf4f8;
}
.c_section.bggradient_susbg a.normalTextLink,
.c_section.bgsusblue a.normalTextLink,
.c_section.bgsusgreen a.normalTextLink,
.c_section.bgsuslightblue a.normalTextLink {
	color: #fff;
}
.c_section.bggradient_susbg .c_titleH2>div>div:only-child:before,
.c_section.bggradient_susbg .c_titleH2>div>div.h2:before,
.c_section.bggradient_susbg [class^="c_p-"] .c_titleH2 h2:before {
	background-color: #fff;
}
.c_section.bgsusblue .c_titleH2>div>div:only-child:before,
.c_section.bgsusblue .c_titleH2>div>div.h2:before,
.c_section.bgsusblue [class^="c_p-"] .c_titleH2 h2:before {
	background-color: #fff;
}
.c_section.bgsusgreen .c_titleH2>div>div:only-child:before,
.c_section.bgsusgreen .c_titleH2>div>div.h2:before,
.c_section.bgsusgreen [class^="c_p-"] .c_titleH2 h2:before {
	background-color: #fff;
}
.c_section.bgsuslightblue .c_titleH2>div>div:only-child:before,
.c_section.bgsuslightblue .c_titleH2>div>div.h2:before,
.c_section.bgsuslightblue [class^="c_p-"] .c_titleH2 h2:before {
	background-color: #fff;
}
.rounded-corners10 img,
.rounded-corners10 iframe {
	border-radius: 10px;
}

@media print, screen and (min-width: 768px){
	.c_media.col5540 .textbox {
		width: 55%;
	}
	.c_media.col5540 .imagebox {
		width: 40%;
	}
}
/*
.c_section.bgimage {
	background: no-repeat fixed url('') center center/cover rgba(255, 255, 255, .7);
	background-blend-mode: lighten;
}
*/