@charset "utf-8";
/* CSS Document */

/* Reset */
@import url(reset.css);

/* Fonts */

@font-face {
	font-family: "FrutigerCnd";
	src: url("../fonts/frutiger57cond.eot");
	src: url("../fonts/frutiger57cond.eot?#iefix") format("embedded-opentype"),
		url("../fonts/frutiger57cond.woff") format("woff"),
		url("../fonts/frutiger57cond.ttf") format("truetype"),
		url("../fonts/frutiger57cond.svg#frutiger57cond") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "FrutigerBlackCnd";
	src: url("../fonts/frutiger57blackcond.eot");
	src: url("../fonts/frutiger57blackcond.eot?#iefix")
			format("embedded-opentype"),
		url("../fonts/frutiger57blackcond.woff") format("woff"),
		url("../fonts/frutiger57blackcond.ttf") format("truetype"),
		url("../fonts/frutiger57blackcond.svg#frutiger57blackcond") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "FrutigerBold";
	src: url("../fonts/frutigerbold.eot");
	src: url("../fonts/frutigerbold.eot?#iefix") format("embedded-opentype"),
		url("../fonts/frutigerbold.woff") format("woff"),
		url("../fonts/frutigerbold.ttf") format("truetype"),
		url("../fonts/frutigerbold.svg#frutigerbold") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "FrutigerCndBold";
	src: url("../fonts/frutigercond.eot");
	src: url("../fonts/frutigercond.eot?#iefix") format("embedded-opentype"),
		url("../fonts/frutigercond.woff") format("woff"),
		url("../fonts/frutigercond.ttf") format("truetype"),
		url("../fonts/frutigercond.svg#frutigercond") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "swis721_ltcn_btlight";
	src: url("../fonts/swz721lc-webfont.eot");
	src: url("../fonts/swz721lc-webfont.eot?#iefix") format("embedded-opentype"),
		url("../fonts/swz721lc-webfont.woff") format("woff"),
		url("../fonts/swz721lc-webfont.ttf") format("truetype"),
		url("../fonts/swz721lc-webfont.svg#swis721_ltcn_btlight") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "FrutigerUltraBlack";
	src: url("../fonts/frutigerultrablack.eot");
	src: url("../fonts/frutigerultrablack.eot?#iefix") format("embedded-opentype"),
		url("../fonts/frutigerultrablack.woff") format("woff"),
		url("../fonts/frutigerultrablack.ttf") format("truetype"),
		url("../fonts/frutigerultrablack.svg#frutigerultrablack") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Define tags */
body {
	background: #fff url(../images/backtile-1.jpg) repeat-x top left;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #5d5d5d;
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4em;
	margin: 0 0 8px 0;
	padding: 0;
}
h1 {
	font-size: 2.9em;
	font-family: "FrutigerCndBold", Arial, Helvetica, sans-serif;
	color: #6f3092;
}
h2 {
	font-size: 2.2em;
	font-family: "swis721_ltcn_btlight", Arial, Helvetica, sans-serif;
	color: #6f3092;
}
h3 {
	font-size: 1em;
	font-family: "FrutigerBlackCnd", Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
}
h4 {
	font-size: 1.5em;
	font-family: "FrutigerBlackCnd", Arial, Helvetica, sans-serif;
	color: #6f3092;
	font-weight: normal;
}
h5 {
	font-size: 1.4em;
	font-family: "FrutigerCndBold", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6f3092;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
.intro {
	font-size: 1.4em;
	color: #6f3092;
	font-family: "swis721_ltcn_btlight", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
.quote {
	font-size: 2em;
	color: #a293ab;
	background: #f7f7f7;
	font-family: "swis721_ltcn_btlight", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	width: 220px;
	margin: 0 0 20px 20px;
	padding: 15px 15px 15px 20px;
	float: right;
	border: 1px solid #e7e4ea;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 0 1.3em 0;
	line-height: 1.4em;
	color: #5d5d5d;
}
ul {
	margin: 0 0 1em 5px;
}
li,
form li {
	list-style: disc inside;
	margin: 0 0 0.3em;
}
ol {
	margin: 0 0 1em 2em;
}
ol li {
	list-style-type: decimal;
}
a {
	color: #6f3092;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
hr {
	color: #ccc;
}
input {
	background: #f4f5f5;
	color: #000;
	border: 1px solid #e6e7e8;
	padding: 3px;
}
textarea {
	background: #f4f5f5;
	color: #000;
	border: 1px solid #e6e7e8;
	padding: 3px;
}
fieldset {
	border: none;
}
img a,
a img {
	border: none !important;
}
sup {
	font-size: 0.8em;
	line-height: 1em;
	vertical-align: 35%;
}
sub {
	font-size: 0.8em;
	line-height: 1em;
	vertical-align: -25%;
}

/*--CONTENT AREAS--*/
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 980px;
	position: relative;
	background: url(../images/fade-top.png) 0px 127px no-repeat;
}

#fade-top {
	width: 1070px;
	height: 644px;
	background: url(../images/fade-top.png) left top no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#skip-main-content {
	position: absolute;
	top: -50px;
}
#skip-sub-navigation {
	position: absolute;
	top: -50px;
}

/*-- HEADER --*/
#header {
	margin: 0 auto !important;
	padding: 0;
	margin: 0;
	height: 143px;
	width: 980px;
	position: relative;
}

#logo {
	width: 168px;
	height: 87px;
	position: absolute;
	top: 28px;
	left: 20px;
	padding: 0;
	z-index: 1000;
	margin: 0;
}
#logo img {
	padding: 0;
	margin: 0;
}
#logoglow {
	width: 647px;
	height: 248px;
	position: absolute;
	top: 0;
	left: -215px;
	z-index: 0;
	background: url(../images/logo-glow.png) left top no-repeat;
}

/*--MAIN NAVIGATION--*/
#main-navigation {
	width: 944px;
	height: 44px;
	margin: 0 0 0 18px;
	padding: 0;
	background: #6f3092;
	border-bottom: 1px solid #c5acd3;
	position: relative;
	text-transform: uppercase;
	z-index: 10000;
}
#main-navigation ul {
	padding: 14px 0 0 4px;
	z-index: 9999;
}
#main-navigation li {
	float: left;
	margin: 0;
	padding: 0 0 13px 0;
	list-style: none;
	position: relative;
}
#main-navigation a {
	font-size: 1.3em;
	font-family: "swis721_ltcn_btlight", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #bba6cf;
	padding: 0 19px 0 10px;
	margin: 0;
	border-right: 1px solid #9a7eb0;
}
#main-navigation li.active a {
	color: #fff;
}
#main-navigation a.mn-first {
	margin-left: none;
}
#main-navigation a.mn-last {
	border-right: none;
}
#main-navigation a:hover {
	color: #fff;
}

/* Main nav Dropdown */
#main-navigation li:hover > ul {
	display: block;
	z-index: 9999;
}
#main-navigation li ul {
	display: none;
	padding: 0 !important;
	margin: 0 0 0 0 !important;
	background-color: #f2f2f2;
	text-transform: none;
	color: #626161;
	width: 170px;
	border: 1px #acacac solid;
	position: absolute !important;
	left: 15px;
	top: 30px;
	z-index: 99999 !important;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}
#main-navigation li ul li {
	float: none;
	height: auto;
	font: 12px/1.3em arial, helvetica, sans-serif;
	color: #626161;
	padding: 0 !important;
	margin: 0 !important;
	z-index: 9999;
}
#main-navigation li ul a {
	padding: 7px 12px 7px 12px;
	display: block;
	margin: 0 0 0px 0;
	color: #626161 !important;
}
#main-navigation ul ul li.active a;
 {
	color: #626161;
}

/* Dropdown Hover styling */
#main-navigation li:hover ul {
	font-weight: bold;
	z-index: 9999;
}
#main-navigation li:hover li {
	float: none;
	background-color: #f2f2f2;
	color: #fff !important;
	padding: 0px;
	margin: 0px;
}
#main-navigation li li a:hover {
	color: #fff !important;
	background: #999;
}

/* Second tier dropdown */
/*#main-navigation li ul ul{display:none; padding:0; margin:0; background-color:#f2f2f2; border:1px #acacac solid; position:absolute; left:160px; top:0px; z-index:10000; text-transform:none; color:#646363; width:170px;}*/
#main-navigation li ul ul {
	display: none;
	padding: 0;
	margin: 0;
	background-color: #f2f2f2;
	border: 1px #acacac solid;
	position: relative;
	text-transform: none;
	color: #646363;
	width: 170px;
}
#main-navigation ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 9000;
	float: none !important;
}

/* Display None */
div#main-navigation ul ul,
div#main-navigation ul li:hover ul ul,
div#main-navigation ul ul li:hover ul ul {
	display: none;
	z-index: 9999;
}

/* Display Block*/
div#main-navigation ul li:hover ul,
div#main-navigation ul ul li:hover ul,
div#main-navigation ul ul ul li:hover ul {
	display: block;
	z-index: 9999;
}

/*-#main-navigation li:hover ul ul{display: none !important; z-index:9999;}*/

/*--UTILITY NAVIGATION--*/
#utility-navigation {
	width: 320px;
	height: 20px;
	position: absolute;
	top: 35px;
	right: 0px;
	z-index: 1000;
	margin: 0;
	padding: 5px 0 5px 5px;
	font-size: 0.9em;
}
#utility-navigation ul {
	margin-left: 0;
	padding-left: 0;
}
#utility-navigation li {
	display: inline;
	padding: 0 7px 0 5px;
	border-right: 1px solid #ae94be;
	float: left;
}
#utility-navigation li.un-last,
#utility-navigation li:last-child {
	border-right: none;
}
#utility-navigation a {
	text-decoration: none;
	color: #8f63a8 !important;
}
#utility-navigation a:hover {
	text-decoration: none;
	color: #000 !important;
}
#utility-navigation input {
	float: left;
	width: 125px;
	background: #fff;
	color: #666;
	list-style: none;
	margin: -3px 0 0 0;
	padding: 2px;
	border: 1px solid #c1b5c9;
}
#utility-navigation button {
	float: left;
	color: #8f63a8 !important;
	background: none;
	border: none;
	cursor: pointer;
	margin: -2px 4px 0 0px;
}
#utility-navigation button:hover {
	color: #000 !important;
}

/*--Search top--*/
div.moduletable-search-util {
}
.moduletable-search-util input {
	margin: 0px 0 0 0px;
	float: left;
	height: 17px;
}
.moduletable-search-util label {
	color: #fff;
	display: none;
}
.moduletable-search-util input.button-util {
	font: 1em "Swis721CnBTRoman", Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	color: #fff;
	background: none;
	cursor: pointer;
	border-radius: 12px;
	border: none;
	padding: 3px 9px 0 9px !important;
	display: block;
	width: 65px;
	height: 23px;
	float: left;
	margin-right: 3px;
}
.moduletable-search-util input.button-util:hover {
	background: #fff;
	color: #4d4d4d;
	border-radius: 12px;
	border: none;
}

#page-tools {
	float: right;
	margin: 0;
}
#page-tools li {
	display: inline;
}

#related-content {
	float: right;
	width: 240px;
	padding: 0 0 20px 0;
	margin: 0 30px 0 0;
}

/*--SUB NAVIGATION--*/
#sub-navigation {
	clear: both;
	float: right;
	position: relative;
	width: 240px;
	margin: 0 30px 20px 0;
	padding: 0px 0 0 0;
}
#sub-navigation ul {
	margin: 0;
	padding: 0 0 10px 0;
}
#sub-navigation ul li ul {
	padding: 0 0 3px 20px;
	font-size: 12px;
}
#sub-navigation li {
	padding: 7px 0;
	margin: 0;
	color: #000;
	list-style: disc inside;
	background: url(../images/underline1.jpg) left bottom no-repeat;
}
#sub-navigation ul li ul li {
	background: none;
	padding: 8px 0 0 0;
}
#sub-navigation ul li ul li:hover {
	color: #6f3092;
}
#sub-navigation li:hover {
	list-style: disc inside;
	color: #6f3092;
}
#sub-navigation li.active {
	color: #6f3092 !important;
	list-style: disc inside;
}
#sub-navigation a {
	text-decoration: none;
	color: #5d5d5d;
	font-size: 1em;
}
#sub-navigation li.active a,
#sub-navigation a.sn-active {
	color: #6f3092 !important;
	font-weight: bold;
}
#sub-navigation li a:hover {
	color: #6f3092;
}
#sub-navigation h2,
#sub-navigation h3 {
	display: block;
	background: url(../images/underline1.jpg) left bottom no-repeat;
	color: #000;
	margin-top: 0;
	line-height: 1em;
	padding-bottom: 0.4em;
	margin-bottom: 0.5em;
}

#sub-navigation li:hover {
	list-style: disc inside;
	color: #000;
}
#sub-navigation a.nlnk {
	cursor: default !important;
	text-decoration: none;
	color: #5d5d5d;
}
#sub-navigation a.nlnk:hover {
	cursor: arrow !important;
	color: #5d5d5d !important;
}
#sub-navigation li.active a.nlnk {
	cursor: default !important;
	color: #6f3092 !important;
}

/*--CONTENT--*/
#content-home {
	margin: 0px 0 0 0;
	width: 100%;
	height: auto;
}

#content-home p {
}
#content {
	margin: 0px 0 0 0;
	padding: 0;
}

#bannerbox-home {
	height: 360px;
	width: 980px;
	margin: 0;
	padding: 0;
}
#bannerbox-sub {
	height: 285px;
	width: 980px;
	margin: 0;
	padding: 0;
}

/*---BANNER SET---*/
#banner-set {
	width: 944px !important;
	background: none;
	position: absolute;
	top: 187px;
	left: 18px;
	z-index: 1000;
}
.bs-sub {
	height: 272px !important;
}

/*--FEATURE--*/
#feature {
	height: 325px;
	width: 944px;
	padding: 0;
	margin: 0;
	position: relative;
	border-bottom: 11px solid #6f3092;
}
#feature-sub {
	height: 272px !important;
	width: 944px !important;
	padding: 0;
	margin: 0;
	position: relative;
	border-bottom: 11px solid #6f3092;
}
#feature img {
	margin: 0;
	padding: 0;
}
#feature-text {
	position: absolute;
	top: 34px;
	left: 37px;
	z-index: 2000;
	padding: 0px;
	width: 380px;
}
#feature-text h1 {
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1em;
}
#feature-text h4 {
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
	font-size: 1.2em;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}
#feature-text p {
	color: #fff;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.3em;
	width: 300px;
}

#feature-map1 {
	position: absolute;
	left: 32px;
	top: 5px;
	z-index: 1000;
	width: 551px;
	height: 322px;
	background-image: url(../images/map-sepfluor-sa.png);
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}
#feature-map1:hover {
	background-position: left -321px;
}
#feature-map1 a {
	display: block;
	width: 551px;
	height: 322px;
	cursor: pointer;
}

/*--MAIN CONTENT--*/
#main-content-wrapper {
	float: left;
	margin: 0 -295px 0 0;
	width: 100%;
	padding: 0;
}

#main-content {
	margin: 0 295px 0px 0;
	padding: 0 25px 0px 45px;
	background: url(../images/divider-page-r.jpg) right top no-repeat;
	min-height: 500px;
}
#main-content img {
	margin: 4px 0 10px 14px;
}
#main-content a {
	text-decoration: underline;
}

/*--COVID-19--*/

.covid-footer {
	width: 904px;
	margin: 0 auto;
	background: rgba(120, 10, 149, 0.2);
	padding: 5px 20px;
	margin-bottom: 10px;
}
.covid-footer h5 {
	font-size: 2.3em;
}
.covid-footer p {
	color: #772896;
	font-size: 1.1em;
}
.covid-footer p a {
	text-decoration: underline;
	font-weight: bold;
}

.covid-right-block {
	background: rgba(120, 10, 149, 0.2);
	color: #fff;
	padding: 10px;
}
.covid-right-block h5 {
	font-size: 2.3em;
}
.covid-right-block p {
	color: #772896 !important;
	font-size: 1.1em !important;
}
.covid-right-block p a {
	text-decoration: underline;
	font-weight: bold;
}

/*--RELATED CONTENT--*/
#related-content {
	float: right;
	width: 240px;
	padding: 0 0 20px 0;
	margin: 0 30px 0 0;
}

.related-content-item {
	margin: 0px 0 17px 0;
	border-bottom: 0px dotted #d3d3d3;
}
.related-content-item p {
	font-size: 14px;
	color: #5d5d5d;
	margin: 0 0 0.5em 0;
}
.related-content-item ul {
	margin: 10px 0 10px 0px !important;
	padding: 0;
}
.related-content-item li {
	list-style: none outside !important;
}
.related-content-item label {
	float: left;
	margin: 0 0 11px 0;
}
.related-content-item input {
	background: #fff;
	color: #6f3092;
	list-style: none;
	margin: 0 5px 8px 0px;
	padding: 2px;
	font-size: 0.9em;
	background: #f3f3f3 url(../images/input1.jpg) left top no-repeat;
	color: #000;
	border: 1px solid #cdcdcd;
	float: left;
}
.related-content-item input[type="text"],
.related-content-item input[type="password"],
.related-content-item input[type="email"] {
	width: 155px;
}
.related-content-item input[type="checkbox"] {
	border: none;
	margin: 0;
	float: left;
	margin-left: 10px;
}
.related-content-item input[type="submit"] {
	clear: both;
	padding: 0;
}
.related-content-item .button {
	clear: both;
	margin: 0px 0 3px 40px;
	padding: -5px 0 0 0;
	border: none;
	background: url(../images/btn_subscribe.png) no-repeat left 3px;
	width: 60px;
	height: 25px;
	cursor: pointer;
	display: block;
	float: none;
	color: #fff;
	vertical-align: top;
}
.related-content-item .button:hover {
	background-position: left -24px;
}
.related-content-item a {
	text-decoration: none;
}
.related-content-item a.readmore {
	text-decoration: underline !important;
}
.related-content-item h2,
.related-content-item h3 {
	background: url(../images/underline1.jpg) left bottom no-repeat;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
}
.related-content-item img {
	float: right;
	margin: 0 0 6px 8px;
}
.related-content-item fieldset p {
	clear: both;
}

.related-content-item #login-form ul {
	margin-top: 0 !important;
}
.related-content-item #login-form ul li {
	font-size: 11px;
	margin: 0 0 0 100px;
}

.jNewsMod .inputbox {
	margin: 5px 30px 5px 2px !important;
}

p.newsbit {
	font-size: 13px;
	color: #6f3092;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.2em;
}

.related-content-item fieldset {
	padding-left: 0;
}

/*--FOOTER--*/
/*--#footer-row{width:100%; height:139px; background:#e7e8e9 url(../images/backtile-2.jpg) left bottom repeat-x; margin-top:0; position:fixed; bottom:0; left:0}--*/
#footer-row {
	width: 100%;
	height: 139px;
	background: #e7e8e9 url(../images/backtile-2.jpg) left bottom repeat-x;
	margin-top: 0;
	position: relative;
}

#footer {
	width: 920px;
	height: 100px;
	background: url(../images/footer.png) left top no-repeat;
	margin: 0 auto;
	clear: both;
	color: #fff;
	position: relative;
	padding: 30px 0 0 60px;
}
#footer-navigation {
	display: block;
	font-size: 13px;
	color: #fff;
	margin: 0 60px 0 0;
	float: right;
}
#footer-navigation li {
	display: inline;
	padding: 0 5px 0 0;
}
#footer a {
	color: #fff;
	text-decoration: none;
	padding: 0 9px 0 5px;
	border-right: 1px solid #fff;
}
#footer a:hover {
	color: #ccc;
}
#footer a.fa-last {
	color: #fff;
	text-decoration: none;
	padding: 0 7px 0 7px;
	border: none !important;
}
#footer a.fa-last:hover {
	color: #ccc;
}
#footer p {
	color: #fff;
	margin: 0 0 0 0;
	float: left;
	font-size: 13px;
}
#footer-navigation ul {
	margin-left: 5px;
}

#footer img {
	float: left;
	margin: 5px;
	padding: 0;
}
#footer img a {
	border: none;
}

#footerfade-left {
	width: 18px;
	height: 166px;
	position: absolute;
	top: -166px;
	left: 0px;
	z-index: 1000;
	background: url(../images/footerfade-left.jpg) left top no-repeat;
}
#footerfade-right {
	width: 18px;
	height: 166px;
	position: absolute;
	top: -166px;
	right: 0px;
	z-index: 1000;
	background: url(../images/footerfade-right.jpg) left top no-repeat;
}

/*--GENERIC--*/
.row {
	clear: both;
}
.col {
	width: 47%;
}
.left {
	float: left;
	padding-right: 15px;
}
.right {
	float: right;
	padding-left: 18px;
}
.right-np {
	float: right;
	padding-left: 0;
}
.b-l {
	border-left: 1px solid #cecfcf;
}
.col.left.about {
	margin-top: 70px;
}

.col-20 {
	width: 19%;
}
.col-30 {
	width: 29%;
}
.col-40 {
	width: 39%;
}
.col-45 {
	width: 45%;
}
.col-50 {
	width: 48%;
}
.col-60 {
	width: 59%;
}
.col-70 {
	width: 69%;
}
.col-100 {
	width: 99%;
}

.pic-l {
	float: left !important;
	margin: 0 12px 12px 0;
	padding: 0;
}
.pic-l img a {
	border: none;
}
.pic-r {
	float: right !important;
	margin: 0 0 12px 12px !important;
}
.pic-r img a {
	border: none;
}
.fl-n,
.fl-n img {
	float: none !important;
}

/*--OS gallerty--*/
.copyright-block {
	display: none;
}

/*--Home page FEATURES - nokeng--*/

.line {
	border: 1px solid #6f3092;
	height: 275px;
}
.featblock.full-1 {
	width: 95% !important;
	float: none;
	padding: 0;
	margin: 0;
}
.img {
	padding: 0;
	margin: 0;
}

/*--Home page FEATURES--*/
.featblock {
	width: 45%;
	float: left;
	padding-right: 20px;
	margin: 0 20px 15px 0; /*background:url(../images/divider-featblock.jpg) right top no-repeat*/
}
.featblock h2 {
	font-size: 2.5em;
	line-height: 1em;
	margin-bottom: 0.7em;
}
.featblock p {
	font-size: 1em;
	line-height: 1.5em;
}
.featblock p.intro,
.featblock p.lead {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 0.7em;
}
.ndiv {
	background: none !important;
	padding: 0;
	margin: 0;
}
.featblock.full {
	width: 93.5% !important;
	float: none;
	padding: 10px 20px 5px;
	margin: 5px 20px 10px 0;
}
/*.featblock.full {width:95% !important; float:none; padding:20px; margin:0 20px 25px 0;}*/
.featblock.base {
	padding-right: 0;
	margin: 0 20px 15px 0;
	background: none;
}
.featblock.base img {
	padding: 0 0 0px 0;
	margin: 10px 0 0 !important;
}

.purp {
	padding: 15px 15px 0px 20px;
	width: 46%;
	margin: 0 0 10px 0;
	background: #6f3092;
}
.purp img {
	padding: 0 0 0 0;
	margin: 10px 0 0 !important;
	border: 1px solid #fff !important;
}
.purp h2 {
	color: #fff;
}
.purp p {
	color: #fff;
}
.purp a {
	margin: 0;
	padding: 0;
	color: #fff;
}
.purp a img {
	margin: 0 auto 10px auto;
	padding: 0;
}

.featblock figure {
	display: block;
	width: auto;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.featblock figure img {
	width: 100%;
	margin: 0 auto 10px auto !important;
	padding: 0;
}
.featblock figcaption {
	text-align: center;
	font-size: 0.8em;
	color: #fff;
	margin-bottom: 10px;
}

/*--Homepage Info portal--*/
.infoportal {
	width: 591px;
	height: 262px;
	margin: 10px 0 15px 0;
	padding: 25px 0 0 30px;
	background: url(../images/ip-background.png) left top no-repeat;
}
.infoportal.half {
	width: 45%;
	display: inline-block;
	float: right;
	margin: 0 0 0 10px;
}
.col-ip {
	float: left;
}
.ipl {
	width: 35%;
	border-right: 2px dotted #d8c7e1;
	margin: 0;
	padding: 0 12px 10px 0;
}
.ipm {
	width: 25%;
	border-right: 2px dotted #d8c7e1;
	margin: 0;
	padding: 0 12px 10px 25px;
}
.ipr {
	width: 25%;
	border-right: none;
	margin: 0;
	padding: 0 0 10px 25px;
}
.col-ip img {
	margin: 0 !important;
	padding: 0 !important;
}
.col-ip h5 {
	margin-bottom: 0px;
}
.infoportal p.descriptor {
	color: #999 !important;
	margin-top: -2px;
	padding: 0;
}

.sml90 {
	font-size: 0.9em;
}
.sml80 {
	font-size: 0.8em;
}
.sml70 {
	font-size: 0.7em;
}
.sml50 {
	font-size: 0.5em;
}
.descriptor {
	font-size: 0.8em !important;
	margin: 0;
	color: #999 !important;
}

.divider {
	clear: both;
	height: 5px;
	margin: 0 0 15px 0;
	border-bottom: 1px dotted #ccc;
}
.nmr {
	margin-right: 0 !important;
}
.nml {
	margin-left: 0 !important;
}
.npr {
	padding-right: 0 !important;
}
.npl {
	padding-left: 0 !important;
}
.tight {
	margin: 0;
	padding: 0;
	line-height: 1.1em;
}

/*--TABLES--*/
table {
	margin: 0 0 1em 0;
	width: 100%;
	border-bottom: 2px solid #6f3092;
}
#main-content_notes {
	padding: 5px 15px 0px 15px;
}
td,
th {
	padding: 3px 7px 3px 3px;
	text-align: right;
	vertical-align: bottom;
	border: none;
	color: #6f3092;
}
tr th {
	background: #efe9f4;
	border-bottom: 1px solid #6f3092;
	color: #6f3092;
}
th {
	font-weight: bold;
	color: #fff;
}
td {
	border-bottom: 0px solid #ccc;
}
caption {
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 3px;
	color: #6f3092;
	text-align: left;
}
caption span {
	font-weight: normal;
}
.ta-l,
.ta-l td,
.ta-l th {
	text-align: left !important;
}
.ta-c,
.ta-c td,
.ta-c th {
	text-align: center;
}

.shade,
.shade td {
	background: #efe9f4;
}
.shade2,
.shade2 td {
	background: #f8f5fa;
}
.shade3,
.shade3 td {
	background: #f6f3e8;
}
thead th {
	background: #6f3092;
	color: #fff;
	font-weight: bold;
	text-align: right;
}
thead td {
	background: #a5a4a4;
	border-top: #fff 3px solid;
	color: #fff;
}
thead tr.nb td {
	background: #fa9c1e;
	border-top: #fa9c19 3px solid;
}
thead tr.nb th,
th.nb {
	background: #2e2b2c;
}
.rule td,
.rule {
	border-bottom: #cecece 1px solid;
}
.rule-nb td {
	border-bottom: #000 1px solid;
}
.indent {
	padding-left: 15px;
}
.va-t td,
.va-t {
	vertical-align: top;
}
.v-borders td,
td.v-borders {
	border-right: #fa9c1e 1px solid;
}
.v-borders thead th,
th.v-borders,
thead td.v-borders {
	border-right: #fff 1px solid;
}
.nvb {
	border-right: none !important;
}
.border-white,
.border-white td {
	border: 2px solid #ffffff;
}
.total td,
.total {
	font-weight: bold;
}

#main-content table.gd img {
	margin: 0;
}
table.gd {
	border-bottom: none;
	padding-left: 10px;
}
table.gd tr td {
	border-bottom: 1px solid #ccc;
}

.rule-t td {
	border-top: 1px solid #6f3092;
}
.rule-b td {
	border-bottom: 1px solid #6f3092;
}

/*--Table Contacts--*/
/*--table.cntct{width:400px; border-bottom:none; margin-left:30px}--*/
table.cntct {
	width: 400px;
	border-bottom: none;
}
.cntct tr {
	border-bottom: #cecece 1px solid !important;
}

/*--Breadcrumb--*/
ul.breadcrumb {
	font-size: 0.9em;
	margin: 12px 0 10px 25px;
	padding: 0 0 0 0px !important;
	width: 960px;
	display: block;
	color: #5d5d5d;
}
.breadcrumbs {
	color: #5d5d5d;
}
.breadcrumb li {
	float: left;
	padding: 0 6px 0 6px;
	list-style: none;
	border-right: 1px solid #cccdcd;
	color: #cccdcd;
}
.breadcrumb a {
	color: #999;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #000000;
}
.breadcrumb li.first {
	display: none;
	padding: 0 6px 0 0;
	margin: 0 !important;
}
.breadcrumb li.last {
	border-right: none !important;
}

.clear {
	clear: both;
	height: 0px;
}

/*--REGISTER BUTTON--*/
.register h3 {
	color: #fff;
}

#register {
}
#register li {
	list-style: none;
	padding-left: 0;
}
#register button {
	clear: both;
	margin: 3px 0 3px 40px;
	padding: 0 0 0 0;
	border: none;
	background: url(../images/btn_subscribe.png) no-repeat left top;
	width: 60px;
	height: 25px;
	cursor: pointer;
	display: block;
}
#register button:hover {
	background-position: left -27px;
}
#register p {
	margin: 0 0 1em 0px;
	padding: 0;
}

#search input {
	float: left;
	margin: 5px 0 15px 15px;
}
#search button {
	float: left;
	margin: 5px 0 0 5px;
	padding: 0 0 0 0;
	border: none;
	background: url(../images/btn_search.png) no-repeat left top;
	width: 20px;
	height: 20px;
	cursor: pointer;
	display: block;
}
#search button:hover {
	background-position: 0 -20px;
}

/*--Shareprice--*/
.shareprice {
	padding: 0;
	margin: 8px 0;
}
.shareprice h2 {
	float: left;
	margin: 0px 0px 0 0;
	padding: 0;
	border: none;
	line-height: 1.1em;
	background: none;
}
.shareprice h3 {
	float: left;
	color: #8e8e92;
	font-size: 1.1em;
	margin: 0 5px 0 0;
	padding: 20px 0 0 0;
	line-height: 1em;
	background: none;
}
.shareprice h5 {
	float: right;
	margin: 20px 20px 0 0px;
	color: #8e8e92;
	font-weight: normal;
	font-size: 1em;
}
.shareprice h5 img {
	float: left;
	margin: 5px 4px 0 0;
}
.shareprice p {
	clear: both;
	font-size: 0.8em;
	padding: 0;
	line-height: 1em;
}
.shareprice .flt {
	float: left;
}

.list-t li {
	margin: 0 0 0 -11px !important;
	padding: 0;
	list-style: none;
	background: url(../images/bullet1.png) no-repeat;
	background-position: 0px 3px;
}
.txt-l {
	float: left !important;
	margin: 0 0px 2px 12px !important;
}
.list-t li h3 {
	font-size: 13px !important;
}
.txt-r {
	float: right !important;
	margin: 0 5px 2px 0px !important;
}

.list-block {
	width: 285px;
}
.list-block ul {
}
.list-block li {
	border-bottom: 2px dotted #c7cdd4;
	list-style-image: url(../images/bullet1.png) outside;
}
.list-block li:hover {
	list-style: url(../images/bullet2.png);
}
.list-block img {
	float: right;
	border: none;
}
.list-block a {
	border: none;
	cursor: pointer;
}
.list-block h4 {
	margin-bottom: 0 !important;
}

/*--Read more--*/
a.readmore1,
p.readmore1 a {
	font-size: 13px;
	font-weight: bold;
	color: #6f3092;
	text-decoration: none !important;
	display: block;
	padding: 1px 0 0 6px;
	width: 84px;
	height: 20px;
	margin: 2px 0 0 0;
	background: url(../images/readmore-arrow.png) no-repeat;
	background-position: center right;
}
a.readmore1:hover,
p.readmore1 a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/readmore-hover.png) no-repeat;
	background-position: 0px 2px;
}

a.readmore2 {
	font-size: 13px;
	font-weight: bold;
	color: #6f3092;
	text-decoration: none !important;
	display: inline-block;
	padding: 1px 6px;
	margin: 2px 0 0 0;
	background: none;
	border-radius: 10px;
}
a.readmore2:hover {
	color: #fff;
	text-decoration: none;
	background: #999;
}

a.readmore2 {
	font-size: 13px;
	font-weight: bold;
	color: #6f3092;
	text-decoration: none !important;
	display: inline-block;
	padding: 1px 6px;
	margin: 2px 0 0 0;
	background: none;
	border-radius: 10px;
}
a.readmore2:hover {
	color: #fff;
	text-decoration: none;
	background: #999;
}

/*--Management--*/
.management {
	width: 405px;
	padding: 0 0 0 22px;
	margin: 0 0 10px 0;
	float: left;
}
.management h2 {
	margin-top: 0px;
	margin-bottom: 0 !important;
	line-height: 1em;
}
.management h5 {
	margin-bottom: 0 !important;
}
.management p {
	margin-bottom: 0.5em !important;
}

/*--Newsflash--*/
.newsflash {
	margin-bottom: 15px;
}
.newsflash h4 {
	font-size: 14px;
	color: #6f3092;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0.3em;
	line-height: 1.2em;
}
.newsflash p {
	font-size: 0.9em;
}
.newsflash a.readmore1 {
	font-size: 13px;
	font-weight: bold;
	color: #6f3092;
	text-decoration: none;
	display: block;
	padding: 1px 0 0 6px;
	width: 84px;
	height: 20px;
	margin: -7px 0 5px 0;
	background: url(../images/readmore-arrow.png) no-repeat;
	background-position: 80px 6px;
}
.newsflash a.readmore1:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/readmore-hover.png) no-repeat;
	background-position: 0px 2px;
}

/*--Feed--*/
.feed {
	margin-bottom: 15px;
}
.feed h4 {
	font-size: 14px;
	color: #6f3092;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0.3em;
	line-height: 1.2em;
}
.feed p {
	font-size: 0.9em;
}
.feed a.readmore {
	font-size: 13px;
	font-weight: bold;
	color: #6f3092;
	text-decoration: none;
	display: block;
	padding: 1px 0 0 6px;
	width: 84px;
	height: 20px;
	margin: -7px 0 5px 0;
	background: url(../images/readmore-arrow.png) no-repeat;
	background-position: 80px 6px;
}
.feed a.readmore:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/readmore-hover.png) no-repeat;
	background-position: 0px 2px;
}

/*--Form submit--*/
input.cf-submit {
	clear: both;
	margin: 0px 0 10px 145px;
	padding: -5px 0 0 0;
	border: none;
	background: url(../images/btn_subscribe.png) no-repeat left 3px;
	width: 160px;
	height: 25px;
	cursor: pointer;
	display: block;
	float: none;
	color: #fff;
	vertical-align: top;
}
input.cf-submit:hover {
	background-position: left -24px;
}

div.chronoform {
	display: none !important;
}
p.chrono_credits {
	display: none !important;
}
p.chrono_credits a {
	display: none !important;
}

/*--Medialist--*/
.medialist {
}
.medialist li {
	list-style: disc outside;
}
.medialist h2 {
	margin-left: 30px;
	border-bottom: 1px dotted #ccc;
}
.medialist h5 {
	line-height: 1.2em;
	margin-bottom: 0;
}

/*--Gallery--*/
.gallery {
}
.gallery h3 {
	font-size: 1.5em;
	font-family: "FrutigerBlackCnd", Arial, Helvetica, sans-serif;
	color: #6f3092;
	font-weight: normal;
	clear: both;
}

/*--Artsexylightbox--*/
.asl_image_caption {
	width: 150px;
	height: 150px;
	text-align: center;
}
img.artsexylightbox {
	margin: 4px 0 !important;
}
.asl_caption {
	font-size: 12px;
	margin-bottom: 5px;
}

/*--New videos--*/
.newvid-featured {
	text-align: center;
	margin: 0 0 20px 0;
}
.newvid-featured h5 {
	display: inline-block;
	text-align: center;
	margin-bottom: 0em;
	font-size: 2em;
	line-height: 1.2em;
}
.newvid-featured p {
	font-size: 1em;
}
.newvid-featured p.descriptor {
	font-size: 0.75em;
}

.newvid {
	display: block;
	padding-bottom: 10px;
	padding-top: 0px;
	width: 590px;
	height: 330px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto 10px auto;
}

.newvid iframe {
	margin-bottom: 0px;
	border: 1px solid #000;
}

.text-center {
	text-align: center;
}

.nodisplay {
	display: none;
}

/*--OS Fancybox overlay--*/
.os_fancybox-overlay {
}

/*--Fancybox--*/
.hm-link0 {
	color: #808c98;
	font-size: 19px;
	letter-spacing: 2px;
	text-decoration: none !important;
}
.hm-link1 {
	color: #808c98;
	font-size: 19px;
	letter-spacing: 2px;
	text-decoration: none !important;
}
.hm-link2 {
	color: #6f3092;
	font-size: 18px;
	margin: 0 3px;
}

.fancybox-wrap {
	position: relative;
}
.fancybox-type-iframe {
	width: 800px !important;
	height: 450px !important;
	margin: 20px auto !important;
}
.fancybox-inner {
	width: 802px !important;
	height: 454px !important;
}
.fancybox-close {
}

/*--HTML5 video--*/
video {
	margin: 0 auto;
	border: 1px solid #ccc;
}

.purple-block {
	padding: 10px;
	background: rgba(120, 10, 149, 0.1);
	border-radius: 10px;
	margin-bottom: 15px;
}

a.main-heading {
	line-height: 1.6;
	margin-bottom: 10px;
	display: block;
	text-decoration: underline !important;
	font-size: 32px;
	color: #772896;
}

a.main-heading:hover {
	text-decoration: none !important;
}

/*--Breezing Forms - Contact us--*/
.bfQuickMode input,
.bfQuickMode textarea {
	margin: 0 0 10px 10px !important;
	padding: 6px;
	width: 300px !important;
}

#bfPage1 label {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: 90px !important;
	margin: 0 0 5px 0;
}

#bfElemWrap92,
button.ff_elem,
.bfElemWrap#bfElemWrap92 {
	display: none !important;
}

button#bfSubmitButton.pull-right {
	float: none !important;
	margin-left: 124px;
}

img.ff_capimg {
	margin-left: 10px !important;
}

.bfQuickMode button.bfSubmitButton {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	background: #999;
	padding: 5px 10px 6px 10px;
	border: none;
	cursor: pointer;
}
.bfQuickMode button.bfSubmitButton:hover {
	background: #6f3092;
}

/* Cookie conset popup */
#cookieConsent {
	background: #ffffff !important;
	color: #000;
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding-block: 1.2rem;
	z-index: 1001;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.cookie-container-wrapper {
	max-width: 95%;
	margin: 0 auto;
}

#cookieConsent.active {
	display: block;
}

#cookieConsent .cookie-container {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

#cookieConsent p {
	margin: 0 !important;
	font-family: Arial, Helvetica, sans-serif;
}

#cookieConsent a {
	color: #000;
	text-decoration: underline;
	text-underline-offset: 3px;
	font-weight: bold;
}

#cookieConsent a:hover {
	color: #6f3092;
}

#cookieConsent button {
	color: #fff;
	background: #6f3092;
	border: 2px solid #6f3092;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	cursor: pointer;
	width: 100%;
	margin: 0 !important;
	font-family: Arial, Helvetica, sans-serif;
}

#cookieConsent button:hover {
	color: #6f3092;
	background: #fff;
}

@media screen and (min-width: 768px) {
	#cookieConsent .cookie-container {
		flex-direction: row;
		align-items: center;
	}

	#cookieConsent button {
		width: 120px;
	}
}

@media screen and (min-width: 1024px) {
	#cookieConsent .cookie-container-wrapper {
		max-width: 85%;
	}
}

@media screen and (min-width: 1400px) {
	#cookieConsent .cookie-container-wrapper {
		max-width: 75%;
	}
}

@media screen and (min-width: 1600px) {
	#cookieConsent .cookie-container-wrapper {
		max-width: 60%;
	}
}
