
body {
	font-family: 'Open Sans', sans-serif;
	color: #333
}

* {
   	box-sizing: border-box;
   	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	-ms-box-sizing: border-box;
}

body, p, td, th {
    font-size: 18px;
    font-family:  Arial, sans-serif;
}

p { margin-bottom: 0; }

.auto {
	max-width: 1170px;
	margin: auto;
}


.section,
.section-loan {
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 0
}

@media only screen and (max-width: 767px) {
	.section-loan {
		padding-top: 0;
	}

}
.bp-rel { position: relative; }
.bp-ab  { position: absolute; }
.bp-set {display: inline-block;}
.zIndex {z-index: -1;}

.img-res img { width: 100%; max-width: 100%; }


span.break-lg {display: block;}
@media screen and (max-width: 767px) { span.break-lg {display: inline-block;} }

hr.divider {
	margin-top: 50px;
    margin-bottom: 50px;
    border: none;
    border-top: 1px solid #cccccc;
}

/* spacer for left and right */
.mr1 { margin-right: 10px; }
.mr2 { margin-right: 20px; }
.mr3 { margin-right: 30px; }
.mr4 { margin-right: 40px; }
.mr5 { margin-right: 50px; }

.ml1 { margin-left: 10px; }
.ml2 { margin-left: 20px; }
.ml3 { margin-left: 30px; }
.ml4 { margin-left: 40px; }
.ml5 { margin-left: 50px; }

/* spacing for mobile */
@media screen and (max-width: 991px) {
	.mb4-md {
		margin-bottom: 40px;
	}

	.mb2-md {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.mb4-m {
		margin-bottom: 40px;
	}
}
/* typography */
.par-xl  { font-size: 40px; }
.par-l   { font-size: 32px; }
.par-m   { font-size: 26px; }
.par-sm   { font-size: 22px; }
.par-s   { font-size: 18px; }
.par-xs  { font-size: 16px; }
.par-xxs { font-size: 15px; }
.font-a  { font-family: Arial, Helvetica, sans-serif; }
.font-b  { font-family: 'TheSans-Bold', Arial, sans-serif; }
.font-p  { font-family: 'TheSansPlain', Helvetica, Arial, sans-serif; }


.sub_title h1 {
    line-height: 26px;
}

.bg_color {background: #fafafa;}

.txt-center-lg {
		text-align: center;
}


.section-title h1 {
	font-family: 'TheSansPlain', Helvetica, Arial, sans-serif;
	display: inline-block;
    text-align: left;
    margin-left: -20px;
}

@media only screen and (max-width: 1024px) {

	.section-title h1 {
	    margin-left: 0;
	    padding-left: 30px;
	}

	.txt-center-lg {
		text-align: left;
	}
}


@media only screen and (max-width: 767px) {
	.section-title h1 {
	    margin-left: 0;
	    padding-left: 0;
	}
	
} 

.section-title h2 {
	font-size: 34px;
	font-family: 'TheSansPlain', Helvetica, Arial, sans-serif;
}

.section-title h3 {
	font-size: 22px;
	font-family: Arial, Helvetica,  sans-serif;
	font-weight: bold;
}
.section-title a.hd_title {
	font-size: 18px;
	font-family: Arial, Helvetica,  sans-serif;
	font-weight: bold;
	color: #009e9b;
	border-bottom: 1px dotted #009e9b;
	display: initial;
	padding-bottom: 5px;
	
}

.section-title a.hd_title {
	color: #009e9b;
}

.col_sec_tt {

}

.col_sec_tt a.hd_title {
	height: 80px;
    line-height: 1.4;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.col_sec_tt h4 {
		height: auto;
	}
}

/* buttons  */

a.da-btn {
	border-radius: 4px;
	font-family: 'Open sans', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	background: #ffffff;
}

a.rd-btn {
	background: #d62824;
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #ffffff;
	
}



@media only screen and (max-width: 991px) {
	.get-in-touch a.rd-btn {
		width: 217px;
	}
}

@media only screen and (max-width: 425px) {
	.get-in-touch a.rd-btn {
		width: 100%;
	}
}

.underline {
	color: #0055cc;
	text-decoration: underline;
	display: inline-block;
	font-size: 18px;
}

a.blk_btn {
	font-size: 18px;
	font-family: 'Open sans', sans-serif;
	font-weight: bold;
	color: #333333;
}

a.blk_btn i {
	font-size: 70%;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    margin-left: 5px;
}

a.blk_btn:hover i {
	margin-left: 10px;
}

a.blue-link {
	color: #0055cc;
	border-bottom: #663399 1px dotted;
}

.co-red { color: #930d11;}

/* header */

.ps-head {
	background: #f2f2f2;
	padding: 40px 0;
}

@media only screen and (max-width: 640px) {
	.ps-head {
		padding: 20px 0;
	}
}

.masthead {
	background: url('../../assets/images/deposit_accounts/masthead.png') no-repeat 50% 0;
	background-size: cover;
	height: 188px;
}

@media only screen and (max-width: 1920px) {

	.masthead { background-size: cover; } 

}

@media only screen and (max-width: 480px) {

	.masthead { background-position-x: 8%; height: auto; } 

} 
.intro {
	display: table;
    width: 100%;
}
.intro h1 { 
	text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 147px;
}

@media only screen and (max-width: 640px) {

	.intro  { padding-top: 20px; }

} 

@media only screen and (max-width: 396px) {

	.intro h1 { line-height: 40px; font-size: 35px; }

} 



/* accordion */

.acc-tt {
	
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.pdd-l {
	padding-left: 50px;
}

.acc-tt p {
	margin: 0;
}

.acc-cnt {

	margin-top: -5px;
	display: none;

}

.spacer {
	height: 15px;
}

.acc-bd {
	padding: 15px 20px;
	background: #ffffff;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

/*.accord_wrap {
	padding-left: 50px;
}*/

.acc-tt:before {
	content: '';
    display: block;
    position: absolute;
    top: 10%;
    left: 0;
    width: 40px;
    height: 40px;
    margin-top: -8px;
    pointer-events: none;
    background: url('../../assets/images/deposit_accounts/arrow.png') no-repeat center;
    background-size: 100% 100%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    cursor: pointer;
    z-index: 2;
}

/*.accord-open {background: #e3e3e3;}*/

.accord-open:before {
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}



.accord ul {
	padding-left: 0;
	list-style: none;
	margin-left: 0;
}

.accord ul > li {
	margin-bottom: 50px;
	list-style: none;
}

.nf_tt p {
	line-height: 1;
}


.gt--row {
	display: -webkit-box;         
	display: -ms-flexbox;
	display: -ms-flex;     
	display: flex;
    max-width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    
}

.gt--row--call p {
	font-size: 14px;
	-webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}


.gt--row img {
	display: inline-block;
    max-width: 100%;
    margin-right: 40px;
}

.terms-condition ul {
	padding-left: 0;
	margin-left: 0;
}

.terms-condition  .acc-tt:before {
	display: none;
}


#modal-deposit-insurance-scheme {
	display: none;
}


#footer { bottom: auto; }


@media screen and (max-width: 959px) {

	.iw-component {
	    margin-top: 160px;
	}

	#footer {
	    background: url('/assets/images/footer_bg-mobile.jpg') repeat-x top left;
	    display: block;
	}

	.misc_container {
	    width: 100%;
	    text-align: center;
	}

	.misc_container>ul {
	    width: 100%;
	    clear: both;
	    text-align: center;
	}

	.misc_container ul.misc_icons {
	    margin-top: 20px;
	}

	ul.misc_icons li,
	ul.misc_links li {
		display: inline-block;
		float: none;
	}

	.copyright {
	    text-align: center;
	    width: 100%;
	    padding-top: 0;
	}
}