<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* REQUIRED for core functionality */
select{background:none; border: 1px solid #ededed; border-radius:0;-moz-box-shadow: inset 0 3px 9px -7px #000; color:#8C8B8B;
-webkit-box-shadow: inset 0 3px 9px -7px #000; height:35px; font-weight:900;
box-shadow: inset 0 3px 9px -7px #000;}

.responsive-tabs__heading { display: none;}
.responsive-tabs__list__item { display: inline; cursor:pointer;}
.responsive-tabs__panel h4{font-weight:bold; font-size:18px; margin:0 0 20px 0}
.responsive-tabs__panel p{font-size:14px; padding-bottom:5px;}
.list-su{list-style:square; margin-left:15px;}
.list-su a{font-size:14px; color:#7c848c; text-decoration:underline;}
.form-ul{list-style:none; margin:0; padding:0;}
.form-ul li{margin:10px 0 10px 0; padding:0; width: 98.5%;}
.feedback-form-input, .default-form input{width: 48%;
padding: 10px 1%;
background: #fff;
border: 1px solid #ededed;
border-radius: 1px;
color: #323f4e;
margin:0 0 0 20px;
-moz-box-shadow: inset 0 3px 9px -7px #000;
-webkit-box-shadow: inset 0 3px 9px -7px #000;
box-shadow: inset 0 3px 9px -7px #000;}
.feedback-form-select {
width: 48%;
margin:0 0 0 20px;
}

.default-form{padding:0 !important}
.default-form input, .default-form textarea{width:98% !important; margin:10px 0 0 0; padding: 10px 2% !important;}
.feedback-form-textarea, .default-form textarea{width: 30%;
padding: 10px 1%;
height:100px;
border: 1px solid #ededed;
border-radius: 1px;
color: #323f4e;
-moz-box-shadow: inset 0 3px 9px -7px #000;
-webkit-box-shadow: inset 0 3px 9px -7px #000;
box-shadow: inset 0 3px 9px -7px #000; float:left; margin-right:35px}
.submit-btn{
display: inline-block;
width: 32%;
cursor:pointer;
padding: 10px 5px;
border: 3px solid #323f4e;
border-radius: 3px;
font: normal 30px 'centermedium';
text-decoration: none;
letter-spacing: -1px;
color: #323f4e;
text-align: center; background:none
}
.submit-btn:hover{color:#ffcb08; border:3px solid #ffcb08;}
.submit-btn2 {
display: block;
width: 50%;
padding: 10px 5px;
border: 3px solid #323f4e;
border-radius: 3px;
font: normal 30px 'centermedium';
text-decoration: none;
letter-spacing: -1px;
color: #323f4e;
text-align: center;
background: none;
margin: 30px auto;
cursor:pointer
}
.submit-btn2:hover{color:#ffcb08; border:3px solid #ffcb08;}
@media (max-width: 960px) {
	.about-img{width:100%; opacity:0.2; z-index:-1;}
	.about-contain{width:100%;}
	.feedback-form-input, .default-form input, .feedback-form-select {
width: 90% !important;
margin: 0 0 10px 20px !important;
}
.form-ul li {
margin:0;}
.contact-form-block {
width: 100%;
position: relative;
margin-top: 30px;
text-align: center;
}
#contact-form textarea {
margin-bottom: 0;
margin-left: 28px;
width: 90% !important;
margin-top: 0;
}
.marg50 {
margin-top: 130px !important;
float: none;
}
}
@media (max-width: 767px) {
	.responsive-tabs__list { display: none;}
	.responsive-tabs__heading { display: block; cursor: pointer; }
	.responsive-tabs__panel--closed-accordion-only { display: none;}
}

@media (min-width: 768px) {
	.responsive-tabs__panel--closed-accordion-only { display: block !important;}
}

/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */

.responsive-tabs-wrapper { 
	clear: both;
	zoom: 1; 
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
    content: "";
    display: table;
} 
.responsive-tabs-wrapper:after {
    clear: both;
}

.responsive-tabs__heading:focus,
.responsive-tabs__list__item:focus { outline: 1px solid #ccc;  }

.responsive-tabs__heading--active:focus,
.responsive-tabs__list__item--active:focus { outline: none !important;}

.responsive-tabs__list { font-size: 1.2em; margin: 2em 0 0 0; padding: 0;padding-bottom:11px; line-height: 1em; }
.responsive-tabs__list__item { background: #eee; padding: 15px 35px;  margin-right: 0.5em; border: 1px solid #ddd; font-size:16px; margin-left:-1px }
.responsive-tabs__list__item:hover {background: #efefef }
.responsive-tabs__list__item--active, 
.responsive-tabs__list__item--active:hover {  background: #014282; border-bottom-color: #014282; color:#fff;}

.responsive-tabs__panel { margin-bottom: 50px; border:#014282 solid 1px; margin-top:4px; overflow:hidden}

@media (max-width: 767px) {
	.responsive-tabs__heading { 
		
		background: #fff;
		border:#f6f6f6 solid 2px;
		position: relative; font-size:18px; padding:10px;
	}

	.responsive-tabs__heading:after {
		content:"";
		display: block;
		position: absolute;
		right: 20px;
		top: 40%;
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		border-top: 10px solid #000;
	}
	.responsive-tabs__heading:hover,
	.responsive-tabs__heading--active:hover {  background: #014282;
		position: relative; color:#fff;}
	.responsive-tabs__heading--active { background: #014282;
		position: relative; color:#fff;}
	.responsive-tabs__heading--active:after {
		border-bottom: 10px solid #000;
		border-top:0;
	 }
}

/* END - Optional - Basic Skin */
</pre></body></html>