<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* grid for contact-us page*/
.grid570,.grid160{
    display: inline;
    float: left;
    word-wrap: break-word;    
}
.grid570 {
    width: 570px;   
}
.grid160 {
    width: 160px;   
}
.contact-links a,.contact-detailed a,.contact-detailed .call-icon{
	text-decoration: none;
} 
/* section hero theme */
.hero-theme {
    height: auto;
    background: url("../../images/global/contact-us-bg.png") no-repeat;
    overflow: hidden;
}
.hero-container {   
    color: #ffffff;
    word-wrap: break-word;
    text-overflow: ellipsis;
}
.contact-us .hero-container {
    width: 348px;  
    margin-top: 10px; 
}
.hero-theme h1, .hero-theme .header-wrap{
    font-size: 60px;    
    padding-top: 75px;
    color: #ffffff;
    font-weight: normal;
}
.hero-container p {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
}
/* contact-links section */
.contact-links {
    padding: 25px 60px 0px 60px;
    background-color: #192239;
}
.contact-links h2 {
    padding-bottom: 30px;
    color: #ffffff;
    font-size: 20px;
}
.contact-links li{
    -webkit-transition: border-bottom 0.25s ease, margin-bottom 0.25s ease;
    -moz-transition: border-bottom 0.25s ease, margin-bottom 0.25s ease;
    -o-transition: border-bottom 0.25s ease, margin-bottom 0.25s ease;   
    transition: border-bottom 0.25s ease, margin-bottom 0.25s ease;   
    padding-bottom: 8px;
    margin: 0px 12px 20px 0px;
    border-bottom: 2px solid #d8d8d0;
}
.link-list li:hover {
     -webkit-transition: border-bottom 0.25s ease, margin-bottom 0.25s ease;
    -moz-transition: border-bottom 0.25s ease, margin-bottom 0.25s ease;
    -o-transition: border-bottom 0.25s ease, margin-bottom 0.25s ease;   
    transition: border-bottom 0.25s ease, margin-bottom 0.25s ease;
    border-bottom: 6px solid #d8d8d0;
    margin-bottom: 6px;
}
.contact-links a {
    color: #ffffff;    
    display: block;
}
.contact-links .title-txt {
    padding-left: 8px;
}
.contact-links .icon-chevron {
    float: right;
}
/* contact-details section */
.contact-details {
    padding-bottom: 40px;
}
.contact-details .contact-detailed {
    border-bottom: 1px solid #3e69a5;
    padding: 38px 0px 37px 0px;
}
.contact-detailed h3 {
    font-size: 20px;
    line-height: 20px;
}
.contact-detailed .description {
    font-size: 14px;
    line-height: 18px;
    padding: 6px 0px 13px 0px;
}
.contact-detailed .contact-items a {   
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease; 
    color: #d63181;
    font-size: 14px;
}
.contact-detailed .contact-items a:hover{
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #801d4d;
}
.contact-detailed .call-icon {   
    display: inline-block;
    height: 30px;
    color: #000;
    line-height: 170%;
    padding-left: 44px;
    margin-bottom: 5px;
    font-size: 16px;
    background: url('../../images/global/contact-us-sprite.png') no-repeat;
	width:170px;
}
.contact-detailed .call-icon:hover{
    text-decoration: underline;
}
.contact-detailed .icon-number:hover{
    text-decoration: none;
}
.contact-us-list {
    margin-left: 85px;
}
.info-section {
    margin-bottom: 15px;
    border-top: 6px solid #eeeeee;
}
.new-alert {
	margin:10px 0px 0px 10px;   
    font-size: 12px;
}
.info-icon {
    float: left;
    margin-top: 10px;
}
.contact-us-list .icon-number {
    background-position:  0px -60px;
    cursor: default;
}
.contact-us-list .icon-callback {
   background-position:  0px 0px;
}
.contact-us-list .icon-online{
    background-position:  0px -30px;
}
.faq-links .icon-right-pink-small {
    margin-left: 5px;
}
.faq-links:hover {
    color: #801d4d;
}
.faq-links:hover .icon-right-pink-small {
    background-position: -10px -523px;
}
</pre></body></html>