<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Header Style */
.logoWrapper,.topMenuLeft{
    padding-left: 29px;
}
/* Banner style */
.heroBanner img{
    width: 100%;
    display: block;
}
/* Content Section Style */
.content_wrap{
    width: 100%;
    background: url(../images/BG1.png);
    background-size: cover;
    background-position: bottom;
}
.main_content{
    padding: 50px 10%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.cards{
    width: 67%;
    display: inline-block;
}
.card_section{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}
.card{
    display: inline-block;
    width: 80%;
    vertical-align: top;
    margin-bottom: 50px;
    background: url(../images/BG3.png);
    background-position: center;
    border-radius: 5px;
    padding: 42px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
    background-size: cover;
}
.card:nth-child(1),.card:nth-child(3){
    margin-right: 2%;
}
.card img{
    width: 150px;
    display: block;
    margin: auto;
    margin-bottom: 15px;
}
.card h2{
    font-weight: bold;
    text-align: center;
    font-size: 15px;
}
.card h3{
    font-weight: bold;
    font-size: 15px;
    margin-top: 15px;
}
.card ul li{
    font-size: 15px;
    margin-top: 15px;
    padding-left: 18px;
    position: relative;
    word-spacing: 1px;
    float: none;
}
.card ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    padding: 3px;
    border-radius: 100%;
    background-color: #333333;
}
.form_section{
    width: 30%;
    display: inline-block;
    border-radius: 5px;
}
.sidebarWrapRgtBlock{
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3);
    border-radius: 5px;
}
.formHeading{
    padding: 20px;
    border-bottom: 1px solid #ccc;
}
.formHeading img{
    vertical-align: middle;
    width: 26px;
}
.formHeading span{
    padding-left: 15px;
    font-size: 25px;
    vertical-align: middle;
    color: #ffffff;
}
.formCont{
    padding: 20px 20px 20px 20px;
}
.subtext {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 22px;
}
.ulForm li{
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 15px;
}
.dispvalue{
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}
.dispvalue1{
    padding-top: 10px;
}
.field1{
    display: block;
    width: 100%;
    height: 40px;
    font-size: 15px;
    padding-left: 7px;
    border: 1px solid #fff !important;
    border-radius: 3px;
    color: #fff;
    outline: none;
  	background-color: #1A3550;
}
#location1,#location2{
    display: inline-block;
    width: auto;
    outline: none;
}
.helpnote{
    display: block;
    padding-top: 20px;
    font-size: 13px;
    line-height: 20px;
}
.note{
    font-size: 12px;
    margin-top: 5px;
}
.errorcode {
    clear: both;
    padding-top: 6px;
    display: none;
    color: #D00000;
    font-size: 14px;
}
.mandy_notfilled {
    border: 1px solid #D00000 !important;
    color: #FFF;
}
.disc{
    padding: 0 0 20px 0;
    font-size: 12px;
    line-height: 20px;
}
.submitBtn{
    text-align: center;
    display: block;
    background-color: #EC5529;
    color: #ffffff;
    border-radius: 7px;
    padding: 7px 0;
    font-size: 15px;
    cursor: pointer;
}
.submitBtn:hover{
    text-decoration: none;
}
.disclaimerTxt{
    margin-top: 20px;
    font-size: 13px;
}
/* Footer content */
.footerContent{
    background: url(../images/BG2.png);
    width: 100%;
    background-size: cover;
    background-position: center;
    padding: 30px 10% 50px 10%;
}
.contentFlex{
    display: flex;
    justify-content: flex-start;
}
.contentDiv{
    width: 33%;
    padding: 20px;
    position: relative;
    z-index: 99;
}
.contentDiv::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 86%;
    border: 1px solid #000000;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.contentDiv:nth-child(1){
    margin-right: 14px;
}
.contentDiv h2 {
    font-size: 18px;
    display: table;
    font-weight: bold;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    background: url(../images/BG2.png);
    width: auto;
    padding: 0 10px;
}
.contentDiv ul li{
    font-size: 15px;
    margin-top: 15px;
    padding-left: 18px;
    position: relative;
    word-spacing: 1px;
    float: none;
    font-weight: bold;
}
.contentDiv ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    padding: 3px;
    border-radius: 100%;
    background-color: #333333;
}
/*Footer start*/
#footer {
	padding: 20px 29px 0;
    font-size: 11px;
    position: relative;
    clear: both;
    z-index: 1;
    background-color: #333333;
}

.footerMenu {
    border-bottom: 2px solid #CCCCCC;
    overflow: hidden;
    padding: 0px 0 5px;
    width: 100%;
    z-index: 9999;
    background: #fff;
    position: relative;
}

.footerDisclaimer {
    overflow: hidden;
    padding: 16px 0 35px;
    z-index: 9999;
    position: relative;
    background: #fff;
}

.footerLogo {
    background: url(../images/citi-logo-pc.png) no-repeat;
    width: 62px;
    height: 16px;
    float: left;
}

.copyRight {
    float: right;
    text-align: right;
    color: #999;
}

.copyRight {
    padding-top: 15px;
}

.flx-cls {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: flex-start;
    border-bottom: 1px solid #fff;
}
.flx-cls ul{
    display: none;
}
footer ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}

footer ul li a {
    margin-right: 20px;
}

footer ul li:last-child a {
    margin-right: 0;
}

footer ul .fa {
    font-size: 13px;
    color: #fff;
    margin-right: 30px;
}
footer ul {
	display: inline-block;
}
footer ul li {
    display: inline-block;
}
.flx-cls ul {
    float: right;
}
.footer_menu{
    width: 100%;
}
.footer_menu li a {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
	text-decoration: none;
	font-family: Interstate_Regular, sans-serif !important;
}
.footer_menu li a:hover,  .footer_menu li a:focus{
	color: #fff;
}
.copy-right {
    padding: 20px 0 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.copy-right p {
    width: 45%;
    text-align: right;
    color: #fff !important;
    line-height: 1.7;
	font-size: 14px;
    font-family: Interstate_Regular, sans-serif !important;
}
/*footer end*/
/* Media Query */
@media only screen and (max-width:1024px){
    .contentDiv {
        width: 40%;
    }
    .contentDiv h2{
        font-size: 16px;
    }
}
@media only screen and (max-width:960px){
    .main_content{
        flex-wrap: wrap;
        padding: 50px 5%;
    }
    .cards,.form_section{
        width: 100%;
    }
    .card{
        margin-bottom: 30px;
    }
    .footerContent{
        padding: 50px 5%;
    }
    .contentDiv {
        width: 48%;
    }
    .contentDiv::before{
        bottom: 4px;
    }
}
@media only screen and (max-width:768px){
    .copy-right p{
        width: 100%;
    }
}
@media only screen and (max-width:767px){
    .logoWrapper, .topMenuLeft {
        padding-left: 20px;
    }
    .footerContent{
        padding: 50px 5%;
    }
    .contentFlex{
        flex-wrap: wrap;
    }
    .contentDiv{
        width: 100%;
    }
    .contentDiv:nth-child(1) {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
        margin-bottom: 30px;
    }
    .contentDiv:nth-child(2)::before{
        bottom: -4px;
    }
    .copy-right {
        display: block;
    }
    .copy-right p {
        width: 100%;
        margin-top: 18px;
    }
    footer ul li a {
        margin-right: 7px;
    }
	.footer_menu li a {
		font-size: 12px;
	}
	.cInd {
		margin-left:20px;
	}	
	.citiLogo {
		margin-left:20px;
	}
	#footer{
		padding: 0 20px;
	}
}
@media only screen and (max-width:483px){
    .card{
        width: 100%;
    }
    .card:nth-child(1), .card:nth-child(3) {
        margin-right: 0;
    }
}</pre></body></html>