<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  Place all the styles related to the matching controller here.
  They will automatically be included in application.css.
*/


#about-1 {
	margin:60px 0;
}

#about-2 {
 	background: #f6f8fb;
  padding: 0px 0;
}

#about-3 {
  padding: 60px 0;
}

#about-1 .sec-container {
	margin:0 auto; 
	max-width:900px;
	text-align:center;
}

.sec-container h3 {
	margin-top:0;
	padding-top:0;
	font-size:27px; 
	line-height:2.0em;
	color:#F37121;
	font-weight:bold;
	font-family:'GothamMed', Arial, Helvetica, sans-serif;
}

.sec-container h5 {
	text-align:center;
	color:#777; 
	font-size:18px; 
	line-height:2.0em; 
	font-weight:normal;
}

.sec-container .col {
	padding:0;
}

#about-2 .sec-container h3 {
	margin-top:30px;
}

#about-2 .sec-container p {
	line-height:2.2em;
	font-size:16px;
	color:#777;
}

#about-3 li {
	color:#777;
  font-size:17px; 
	line-height:1.8em;
	padding:0 0 15px 10px;
}


#team-1 {
  padding: 60px 0;
}

#team-2 {
	background: #f6f8fb;
  padding: 60px 0;
}

.img-circle {
    border-radius: 50%;
}

#team-1 p, #team-2 p {
	line-height:2.2em;
	font-size:17px;
	color:#777;
}

.team-quote {
	font-weight:bold; 
	font-family:'GothamMed', Arial, Helvetica, sans-serif;
	text-align:center; 
	margin-top:25px;
}


#faq-1 {
  padding: 60px 0;
}

#faq-2 {
	background: #f6f8fb;
  padding: 60px 0;
}

#faq-1 p, #faq-2 p {
	line-height:2.2em;
	font-size:17px;
	color:#777;
}

.faq-img {
	background:#3EA96E;
	max-width:40px;
	margin-right:10px;
	border:3px solid #3EA96E;
	border-radius: 50%;
}


.s-img {
	text-align:center; 
}

.s-title {
	text-align:center; 
	color:#fff;
	font-size: 18px;
	font-weight:bold; 
	font-family:'GothamMed', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin: 15px 0;
}

.s-desc {
	padding:0 10px;
	text-align:center; 
	color:#fff;
	font-size: 15px;
	line-height:1.8em;
}



#about-top {
	padding: 0;
	
	/* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#fafafa)); 
	/* Safari 5.1, Chrome 10+ */ 
	background: -webkit-linear-gradient(top, #f2f2f2, #fafafa); 
	/* Firefox 3.6+ */ background: -moz-linear-gradient(top, #f2f2f2, #fafafa); 
	/* IE 10 */ background: -ms-linear-gradient(top, #f2f2f2, #fafafa); 
	/* Opera 11.10+ */ background: -o-linear-gradient(top, #f2f2f2, #fafafa);
}

#about-middle {
	background: #fff;
	padding:80px 0;
}

#about-bottom {
	padding: 50px 0;
	background: #fbfbfb;
}

.about-row {
	margin-top:0px;
	padding:55px 50px 40px;
	text-align:center;
}

.about-img {
	margin-bottom:24px;
}

.about-title {
  color: #4D4D4F;
  font-family: "GothamMed",Arial,Helvetica,sans-serif;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.8em;
	letter-spacing: 0.9px;
}

.about-desc {
	color:#8B989E;
}

.about-desc a {
	color:#4D4D4F;
}


.about-link {
	margin: 0 auto;
	text-align:center;
}

.about-link a {
	background:#00B2EF;
	padding:20px 20px;
	color:#fff;
	font-weight:bold;
	font-family:'GothamMed', Arial, Helvetica, sans-serif;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.about-link a:hover {
	background:#8B989E;
	color:#fff;
}

.about-row-sec {
	border-left:2px solid #fff; 
	border-right:2px solid #fff;
}



.legal-policy {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	max-width:700px;
	margin:0 auto;
	line-height:2.0em;
}

.legal-title {
	color: #003044;
  font-size: 24px;
  line-height: 31px;
	margin: 30px 0;
}

.legal-policy ul li {
	margin-bottom: 10px;
  padding-left: 15px;
}

.legal-policy h4 {
	color: #003044;
  font-size: 18px;
  line-height: 31px;
	margin: 30px 0 15px;
}
</pre></body></html>