<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lightboxBox {
	width: 100%;
	max-width: 825px;
	background-color: #FFF;
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
	visibility: hidden;
	zoom: 1;
}

.lightboxBoxWider {
	max-width: 1200px;
	display: inline-block;
	width: auto;
	zoom: 1;
	*display: inline;
}

.lightboxBoxContainer {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 107px;
	display: none;
	z-index: 12;
}

.lightboxBoxEvenWider {
	max-width: 1280px;
	position: relative;
	display: block;
	zoom: 1;
	*display: block;
	
}

.customOverlay{
    background-color: #000000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;    
}

.customOverlay2{
    background-color: #000000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 101;
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;    
}

.lboxCloseButton {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
}

.lightboxBox h1 {
	color: #29bda5;
	font-size: 31px;
	text-transform: uppercase;
	line-height: 1;
	text-align: left;
	padding: 43px 6% 24px;
	text-transform: uppercase;
	font-family: 'Brandon Grotesque Thin', Century Gothic, Arial, sans-serif;
}

.lightboxBox img.lbImage {
	width: 87%;
	display: block;
	margin: 0 auto;
}

.lightboxBox p {
	font-family: 'Brandon Grotesque', Arial, sans-serif;
	font-size: 18px;
	color: #969696;
	padding-top: 28px;
	padding-bottom: 35px;
	text-align: left;
	padding-left: 6%;
	padding-right: 6%;
}

.footerPopupContent {
	padding: 43px 5% 24px;
	text-align: left;
}

.lightboxBox .footerPopupContent p {
	padding-bottom: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

.lightboxBox h2 {
	color: #000;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1;
	text-align: left;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.longContentBox {
	height: 350px;
	overflow-y: auto;
	margin-bottom: 10px;
	padding-right: 5px;
}

.footerPopupContent ol {
	list-style-type: decimal;
	padding-left: 1.5em;
	margin-bottom: 20px;
}

.footerPopupContent ol li {
	list-style-type: decimal;
	font-family: Arial, sans-serif;
	margin-top: 10px;
	font-size: 12px;	
}

.lightboxBox .footerPopupContent p.contactParagraph {
	padding-bottom: 0;
}

.contactTable {
	margin-bottom: 20px;
}

.contactTable td {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

.contactTable td.columnLeft {
	width: 50px;
}</pre></body></html>