<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  body{
	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
	font-family:"Roboto";
    font-size: 12px;
    line-height: 1.428571429;
    color: #333333;
	margin: 0;
  }
  .form-control{
	    width: 270px;
	    height: auto;
	    padding: 5px 7px;
	    font-size: 13px;
	    line-height: 15px;
	    color: #555;
	    vertical-align: middle;
	    background-color: #ffffff;
	    border: 1px solid #cccccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 4px rgba(187,197,207,0.75);
	    box-shadow: inset 0 1px 4px rgba(187,197,207,0.75);
    }
 .noPadding{
	padding: 0;
  }
.txtarea{
	width: 352px;
	height: 150px!important;
}
.formQuote{
	margin-left: 200px;
}
.email.infoItalic{
	font-size: 11px;
    font-style: italic;
    margin-top: 5px;
	margin-left: 35%;
    margin-bottom: 10px;
}
/*For submit button*/
.btnLightBlue:hover, .btnLightBlue:focus, .btnLightBlue:active, .btnLightBlue.active{
	background-color: #006CAC;
    /*border: 1px solid #009adc;*/
	color: #fff;
}
.upper{
	text-transform: uppercase;
}
.btnLightBlue{
	background: #0085d5;
	padding: 6px 15px 6px 18px !important;
}
.btn-blue{
	color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 15px;
    line-height: 1.5em;
    font-weight: bold;
    padding: 6px 20px;
    background-color: #0085d5;
    border: none;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    zoom: 1;
}
.mrginBT20{
	margin-bottom: 20px;
}
.heading,.sub_heading{
	font-weight:bold;
	margin-top: 10px;
	margin-bottom:10px;
	text-align: left;
    color: #0767c9;
    font-size: 16px;
	width: 95%;
    border-bottom: 1px solid #ccc;
}
.sub_heading{
	margin-top: 30px;
}
.backBtn{
	margin-right: 10px;
}

/* landingPage */
.landLinks li {
    margin-bottom: 10px;
}
.landLinks{
	list-style-type:none;
}
.bgwhite {
  background-color:#fff;
}
.announcementSec {
  margin-left: 40px;
    margin-top: 80px;
}
 .annouTxt {
  font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.container.bgwhite {
    max-width: 1050px;
	margin:0 auto;
	margin-top:10px;
	font-family:Helvetica;
}
.blueClr{
    color: #0083d8;
    text-decoration: underline;
}
.blueClr:focus, .blueClr:hover {
    color: #0083d8;
    text-decoration: underline;
}
.links{
	font-family: robotoregular, Arial, Helvetica, sans-serif; 
	font-size: 28px; 
	padding-left: 40px; 
	padding-bottom: 20px; 
	padding-top:5px;
}
.devClass{
	font-size:7.0pt;
	font-family:Arial;
}
.font18{	
	font-size: 18px;	
	color: #0767c9;
}



.font14{
	font-size: 14px;
}
p.info{
	padding-top: 20px;
}
.mrginT5{
	margin-top: 5px;
}
iframe#footerContainer body{
	margin: 0 !important;
}
.mrginT25{
	margin-top:25px;
}
.info a{
	color: #323232;
	pointer-events: none;
	text-decoration: none;
}
.mrgin0{
	margin: 0;
}
.anounc{
	text-align: justify;
	font-size: 12px;
}
.support{
	margin-left: 15px;
}
.lt-ie9 .col-sm-7,.lt-ie9 .col-lg-7 {
	float: left;
	width: 58.33%;
}
.lt-ie9 .col-sm-6,.lt-ie9 .col-lg-4 {
	width: 50%;
}
.lt-ie9 .col-sm-4,.lt-ie9 .col-lg-4 {
	width: 33.33%;
}
}
.lt-ie9 .col-sm-3,.lt-ie9 .col-lg-4 {
	width: 25%;
}
.lt-ie9 .col-lg-4,.lt-ie9 .col-lg-5,.lt-ie8 .col-sixth {
	float: left;
}
.lt-ie8 .footer-links li a{
	line-height: 1.3;
}
.lt-ie8 .footer-links ul li{
	width: auto;
	clear: none;
}
.lt-ie9 .clearfix{
	clear:both;
}
.lt-ie9 .infoItalic{
	clear: both;
}
.lt-ie8 .primary-nav.globalHeadernav li{
	width: auto;
	float: left;
	padding-right: 15px;
}
.lt-ie8 .primary-nav.globalHeadernav li a{
	color: white;
}
.lt-ie8 .top-nav ul{
	float: right;
}
.lt-ie8 .top-nav ul li{
	width: 20%;
	float: left;
}
.lt-ie8 .homeSearch {
	margin: 30px -20px 0 0 !important
}

.column {  
  float: left;  
  width: 33%;
  padding-bottom: 120px;
}
  
.left {
  font-size: 12px;
  padding-left: 40px;
  padding-top: 130px;	
  width: 20%;
}

.right {
  font-size: 12px;
  padding-top: 40px;
  padding-left: 45px;
  padding-right: 30px;
  width: 25%;
}

.middle {
  margin: auto;
  padding-top: 40px;  
  width: 55%;  
  text-align: justify;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
div.c {
  text-align: right;
} </pre></body></html>