/* cmsms stylesheet: TWSPopups modified: 20230615 12:59 PM 12:59:05 PM */
.TWSPopupsWrapper {}

.TWSPopup-pop-up {background: rgba(0, 0, 0, 0.7); display: none; position:fixed; z-index:9999; top: 0; right: 0; bottom: 0; left: 0; }
.TWSPopup-pop-up-inner { display:block; position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); width: 90%; min-height: 50%; background: #fff; color:#000; text-align:center;
}

@media only screen and (min-width: 600px) {
.TWSPopup-pop-up-inner { width: 75%; }
}

@media only screen and (min-width: 800px) {
.TWSPopup-pop-up-inner { width: 50%; }
}

.TWSPopup-pop-up .dismiss { display:block; position:absolute; top:-30px; right:-30px; }
.TWSPopup-pop-up .dismiss a { color:#fff; cursor:pointer; font-size:200%;}
.TWSPopup-pop-up .dismiss a:hover { color: #EC6606; }
.TWSPopup-pop-up .dismiss span {display: none;}

.TWSPopup-pop-up h3 {
	font-family: oscine, sans-serif;
	font-weight: 600;
	font-style: normal;
	background: #EC6606;
	color: #fff;
	line-height: 120%;
	font-size: 24px;
	padding: 20px;
	}
.TWSPopup-pop-up .popup-txt { padding: 5%;  text-align:center;  }
.TWSPopup-pop-up .content a { }
/* cmsms stylesheet: TWSAccordion modified: 20230607 06:13 PM 6:13:56 PM */
/* Accordion (class) styles */

#TWSAccordionWrapper {
	margin: 40px 0;
}

.accordion {
	margin-top: 23px 0;
	line-height: 1.6;
	padding: 0;
}

.accordion > h3 {
	position: relative;
	font-family: oscine, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 20px !important;
	padding: 10px 20px;
	margin: 10px 0px 0px 60px !important;
	cursor: pointer;
	line-height: 30px !important;
	background: #262626;
	color: #fff !important;
	border-radius: 3px;
}

.accordion > h3::before {
	font:normal normal normal 18px/1 Material-Design-Iconic-Font;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	transition:.5s;
	content: '\f312';
	display: inline-block;
	position: absolute;
	width: 50px !important;
	line-height: 50px !important;
	left: -60px;
	background: #EC6606;
	color: #fff;
	font-size: 30px;
	text-align: center;
	border-radius: 3px;
	margin-top: -10px;
}

.accordion > h3.opened {
	background: #0071B9;
	border-radius: 3px 3px 0px 0px;
}

.accordion > h3.opened::before {
	content: '\f311';
	background: #EC6606;
}

.accordion > div.outer {
	height: 0;
	overflow: hidden;
	background: #f4f4f7;
	border-radius: 0px 0px 3px 3px;
	margin: 0px 0px 0px 60px;
}

.accordion div.inner {
	padding: 20px 20px 0px 20px;
}

.accordion div.inner ol {
	margin-left: 20px;
	margin-bottom:15px
}

.accordion div.inner h2, .accordion div.inner h3, .accordion div.inner h4, .accordion div.inner h5  {
	color: #262626;
}

.accordion div.inner p:last-of-type {
	margin-bottom:15px
}

a.accordionmore {
	display: inline-block;
	color: #fff;
	line-height: 32px;
	text-transform: capitalize;
	text-align: center;
	border-radius: 100px;	
	background-color: #0071B9;
	padding: 0 15px;
	border: none;
	font-size: 14px;
}

a:hover.accordionmore {
	background-color: #EC6606;
	border: none;
}
/* cmsms stylesheet: TWSstaffprofiles modified: 20250602 11:59 PM 11:59:37 PM */
#TWSstaffprofilesWrapper {}


#TWSstaffprofilesWrapper .profilebox {
	background: #e9e9e9;
	position: relative;
	margin-bottom: 20px;
}

#TWSstaffprofilesWrapper h3 {
	padding: 15px 10px 0px 10px !important;
	font-size: 20px !important;
	line-height: 30px !important;
	margin: 0px 0px 5px 0px;
	z-index: 100;
}

#TWSstaffprofilesWrapper h4 {
	padding: 0px 10px 10px 10px !important;
	font-size: 14px !important;
	line-height: 20px !important;
	margin: 0px;
}

#TWSstaffprofilesWrapper i:not(a.squareBTN i) {
	margin-right: 10px;
	color: #EC6606;
}

#TWSstaffprofilesWrapper .profilebox a {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

#TWSstaffprofilesWrapper .profilebox a span {
	display: none;
}

#TWSstaffprofilesWrapper .profilebox .aspect:after {
	transition: all 0.3s ease;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	font: 20px/1 Material-Design-Iconic-Font;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f2fb';
	text-align: center;
	vertical-align: middle;
	line-height: 32px;
	border-radius: 3px;
	background: rgba(236, 102, 6, 0);
	color: rgba(255, 255, 255, 0);
}

#TWSstaffprofilesWrapper .profilebox:hover .aspect:after {
	background: rgba(236, 102, 6, 1);
	color: rgba(255, 255, 255, 1);
}

#TWSstaffprofilesWrapper .profilebox .heroImg:after {
	transition: all 0.3s ease;
	display: block;
	position: absolute;
	bottom: 0px;
	content: " ";
	width: 100%;
	height: 5px;
	background: rgba(236, 102, 6, 0);
}

#TWSstaffprofilesWrapper .profilebox:hover .heroImg:after {
	background: rgba(236, 102, 6, 1);
}

#TWSstaffprofilesWrapper a.button i, #TWSstaffprofilesWrapper a.button:hover i {
	color: #fff !important;
}
