<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Slider Skin */
.mightyslider_tabsGreen_skin {
	position: relative;
}
.mightyslider_tabsGreen_skin .frame {
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mightyslider_tabsGreen_skin .mSTabs {
	position: relative;
	z-index: 3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none !important;
}
.mightyslider_tabsGreen_skin .mSTabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.mightyslider_tabsGreen_skin .mSTabs ul li {
	display: inline-block;
	padding: 13px 20px 12px 10px;
	border-right: #becbd3 1px solid;
	cursor: pointer;
	color: #3598db;
	font-weight: 700;
	font-size: 11px;
	line-height: normal;
	z-index: 1;
	background: #ecf4fd;
}
.mightyslider_tabsGreen_skin .mSTabs ul li:last-child {
	border-left: #becbd3 1px solid;
}
.mightyslider_tabsGreen_skin .horizontal .mSTabs ul li {
	margin: 0;/*margin-right: -1px;*/
}
.mightyslider_tabsGreen_skin .vertical .mSTabs ul li {
	margin: 0;/*margin-bottom: -1px;*/
}
.mightyslider_tabsGreen_skin .horizontal .mSTabs ul li:last-of-type {
	margin-right: 0;
}
.mightyslider_tabsGreen_skin .vertical .mSTabs ul li:last-of-type {
	margin-bottom: 0;
}
.mightyslider_tabsGreen_skin .mSTabs ul li.active {
	z-index: 4;
}
.mightyslider_tabsGreen_skin .vertical .mSTabs ul li.active {
	border-right-color: #75b14e;
}
/* Style when it's low resolution */
.mightyslider_tabsGreen_skin.mSMobile, .mightyslider_tabsGreen_skin.mSVertical {
	border: #336c2b 1px solid;
	background: #FFF;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}
.mightyslider_tabsGreen_skin.mSMobile .frame, .mightyslider_tabsGreen_skin.mSVertical .frame {
	position: relative;
	border: 0;
	z-index: 2;
}
.mightyslider_tabsGreen_skin.mSMobile .horizontal .mSTabs ul li {
	border-top: 0;
}
.mightyslider_tabsGreen_skin.mSVertical .mSTabs ul li {
	border-left: 0;
}
.mightyslider_tabsGreen_skin.mSMobile .horizontal .mSTabs ul li:first-of-type {
	border-left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mightyslider_tabsGreen_skin.mSVertical .mSTabs ul li:first-of-type {
	border-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mightyslider_tabsGreen_skin.mSMobile .horizontal .mSTabs ul li:last-of-type {
	border-right: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* Pages */
.mightyslider_tabsGreen_skin .mSPages {
	position: absolute;
	margin: auto;
	padding: 0;
	height: 12px;
	list-style: none;
	bottom: 20px;
	right: 0;
	left: 0;
	z-index: 1003;
	overflow: hidden;
	text-align: center;
	line-height: 0px;
	pointer-events: none;
	-webkit-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.mightyslider_tabsGreen_skin.horizontal .mSThumbnails:hover + .mSPages {
	bottom: 60px;
	opacity: 0;
	z-index: 1001;
}
.mightyslider_tabsGreen_skin.mSMedia .mSPages {
	display: none;
}
.mightyslider_tabsGreen_skin .mSPages li {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: rgba(255,255,255,0.5);
	margin: 0 8px;
	text-indent: -9999px;
	cursor: pointer;
	vertical-align: top;
	pointer-events: all;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.mightyslider_tabsGreen_skin .mSPages li.active {
	background: #FFF;
}
.mightyslider_tabsGreen_skin.horizontal .mSThumbnails + .mSPages li {
	pointer-events: none;
}
/* Performance for Touch Devices */
.mightyslider_tabsGreen_skin.isTouch .mSClose {
	opacity: 1;
}
.mightyslider_tabsGreen_skin.isTouch .mSButtons {
	opacity: 1;
}
.mightyslider_tabsGreen_skin.horizontal.isTouch .mSThumbnails {
	bottom: -80px;
	opacity: 0.6;
}
.mightyslider_tabsGreen_skin.vertical.isTouch .mSThumbnails {
	right: -120px;
	opacity: 0.6;
}
.mightyslider_tabsGreen_skin.isTouch .mSPages {
	height: 16px;
}
.mightyslider_tabsGreen_skin.isTouch .mSPages li {
	width: 16px;
	height: 16px;
}
.mightyslider_tabsGreen_skin.horizontal.isTouch .mSThumbnails + .mSPages {
	bottom: 20px;
}
/* Global Styles */
.isInFullScreen {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	height: 100% !important;
	margin: auto !important;
	z-index: 10000 !important;
}
/* caption layer */
.mSCaption {
	position: absolute;
	display: block;
	z-index: 11;
	top: 0;
	right: 0;
	padding: 1.2em;
	text-align: right;
	height: 100%;
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mSCaption.mSMedia {
	z-index: 100000;
}
.mightySlider, .mightySlider *, .mightySlider *:before, .mightySlider *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mSCoverImage, .mSLayerCoverImage {
	max-width: none;
}
.mSCover, .mSLayerCover {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 0;
}
.mSLayerCoverImage {
	width: 100%;
	height: 100%;
}
.mSLayerContainer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #000;
}
#simple .mSSlide {
	position: relative;
	z-index: 1;
    font-size: 13px;
    padding-right: 14px;
}
}
/******************** homepage  *********************/	

.featurette {
	margin: 0 0 2em;
}
#simple {
	position: relative;
	overflow: hidden;
	max-height: 356px;
}
/* tabs */

.mightyslider_tabsGreen_skin .horizontal .mSTabs, .mightyslider_tabsGreen_skin .mSTabs ul {
	direction: rtl;
	text-align: right;
	width: 100% !important;
	display: block;
}
#simple .mSTabs li {
	overflow: visible !important;
}
#simple .mSTabs li:hover, #simple .mSTabs li.active {
	border-color: #75b14e;
	background: #75b14e;
	color: #fff;
}
#simple .mSTabs li:after, #simple .mSTabs li:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 9px 16px 0;
	border-color: transparent #ecf4fd transparent transparent;
	display: block;
	position: absolute;
	z-index: 6;
	right: -1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 6px;
}
#simple .mSTabs li:after {
	right: 1px;
	z-index: 5;
	border-right-color: #b7c8d6;
	margin-right: -1px;
}
#simple .mSTabs li.active:after, #simple .mSTabs li:hover:after, #simple .mSTabs li.active + li:before, #simple .mSTabs li:hover + li:before, #simple .mSTabs li.active + li:after, #simple .mSTabs li:hover + li:after {
	border-right-color: #75b14e;
}
#simple .mSTabs li:hover + li:after, #simple .mSTabs li.active + li:after {
	right: -2px;
}
#simple .mSTabs li:first-child:before, #simple .mSTabs li:first-child:after, #simple .mSTabs li:nth-child(2):before, #simple .mSTabs li:nth-child(2):after {
	display: none !important;
}
.mightyslider_tabsGreen_skin .mSTabs ul {
	-webkit-transform: translateX(0) !important;
	-moz-transform: translateX(0) !important;
	-ms-transform: translateX(0) !important;
	transform: translateX(0) !important;
}
#simple .mSTabs li:first-child {
	position: absolute;
	display: none !important;
}
.mSIcon {
	background-color: rgba(0, 0, 0, 0);
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
}
/* frame */

#simple .frame {
	width: 100%;
	height: 309px;
}
#simple .frame ul.slide_element {
	list-style: none;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: right;
	float: left;
	width: 100%;
}
#simple .frame ul.slide_element li.slide {
	float: left;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-color: #75b14e;
	color: #fff;
	font-size: 18px;
	height: 100%;
	width: 100%;
	margin: 0;
	text-align: right;
	position: relative;
	z-index: 1;
}
/* slide 0 */
.poster-content {
	background: rgba(0,0,0,0.6);
	height: auto;
	margin-top: 20%;
	padding: 0 2em 1em;
}
#simple .frame h2 {
	border: none;
	color: #fff;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 0;
}
#simple .frame h3 {
	font-weight: normal;
	font-size: 19px;
	margin: .4em 0;
}
#simple .frame a.read-more {
	background-position: 19px 50%;
	background-size: 8px 14px;
	font-size: 19px;
	height: 40px;
	line-height: 36px;
	margin: 0.4em 0 0.8em;
	padding: 0 24px 0 34px;
}
/* slide 1+ */

#simple .frame .slide article h1 {
	font-size: 32px;
	font-weight: 100;
	line-height: 1;
	margin: 0 0 0.4em;
	letter-spacing: 0.025em;
}
#simple .frame .slide p {
	margin: .3em 0 0;
	font-size: 14px;
	font-weight: 200;
	line-height: 1.6;
}
#simple .frame .slide ul {
	list-style: outside none none;
	margin: 0;
	padding: 0 2em 0 0;
	display: none;
}
#simple .frame .slide ul li {
	font-size: 14px;
	font-weight: 700;
	padding: .4em 0;
	margin: 0;
}
#simple .frame .slide ul li a {
	color: #fff;
}
#simple .frame .slide ul li a:hover {
	text-decoration: underline;
}
#simple .frame .slide ul li a:before {
	background-size: 6px 9px !important;
}

/*******************************************/
/*************** Inner Tabs ****************/
/*******************************************/

/* close additions */

/* buttons next prev */
/*a.mSButtons {
	background: red;
	width: 2em;
	height: 2em;
	position: absolute;
	z-index: 100;
}
a.mSButtons.mSNext {
	left: 0;
}*/
#innerTabs .frame {
	width: 100%;
	direction: ltr;
}
#innerTabs ul.mSSlideElement {
	list-style: none;
	padding: 0;
	margin: 0;
}
#innerTabs .frame ul li.mSSlide {
	float: left;
	color: #000;
	height: 100%;
	margin: 0;
	padding: 10px;
	position: relative;
	text-align: right;
	width: 100%;
	direction: rtl;
}
/* tabs buts */
#innerTabs .mSTabs ul.mSSlideElement {
	clear: both;
	max-width: 100%;
	-webkit-transform: translateZ(0px) translateX(0px) !important;
	-moz-transform:  translateZ(0px) translateX(0px) !important;
	-ms-transform:  translateZ(0px) translateX(0px) !important;
	transform: translateZ(0px) translateX(0px) !important;
	white-space: normal;
	width: 100% !important;
	font-size: 0;
	border-bottom: 3px solid #3598db;
}
#innerTabs .mSTabs li {
	bacground: #fff;
	color: #3598db;
	font-size: 12px;
	line-height: 31px;
	font-weight: bold;
	padding: 0 8px;
	border-right: 1px solid #becbd3;
	display: inline-block;
	cursor:pointer;
}

#innerTabs .mSTabs li.active {
	background: #3598db;
	color: #fff;
}


/***********************************************************************/
/***************************** MEDIA ***********************************/
/***********************************************************************/

/* 480px */
@media only screen and (min-width: 30.000em) {
#simple .frame .slide article h1 {
	font-size: 42px;
}
#simple .frame .slide p {
	font-size: 16px;
}
}

/* 768px */
@media only screen and (min-width: 48.000em) {
.featurette {
	margin-top: 1em;
}
.mightyslider_tabsGreen_skin .horizontal .mSTabs {
	display: block !important;
	display: table !important;
}
.mightyslider_tabsGreen_skin .mSTabs ul {
	display: table-row;
}
.mightyslider_tabsGreen_skin .mSTabs ul li {
	/*display: table-cell;*/
}
.mSPages {
	display: none;
}
.poster-content {
	width: 50%;
	margin-top: 6.56%;
}
#simple .frame .slide ul {
	display: block;
}

/* inner tabs */
#innerTabs .mSTabs li:first-child {
	border-right: none;
}

}

/* 908px */
@media only screen and (min-width:56.750em) {
.mightyslider_tabsGreen_skin .mSTabs ul li {
	font-size: 13px;
}
#simple .frame .slide p {
	font-size: 18px;
}
}

/*  1080px */
@media only screen and (min-width:67.500em) {
.featurette {
	margin-top: 3em;
}
.mightyslider_tabsGreen_skin .mSTabs ul li, #simple .frame .slide ul li, #simple .frame .slide ul li a {
	font-size: 14px;
}
}

/* old safari fix */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, #simple .frame .slide p {
 font-weight: normal;
}
}

/* ipad */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
#simple .frame .slide p {
	font-weight: normal;
}
}
</pre></body></html>