@font-face {
    font-family: 'TheSansPlain';
    src: url('/personal-banking/accounts/assets/font/thesans-webfont.eot');
    src: url('/personal-banking/accounts/assets/font/thesans-webfont-.eot#iefix') format('embedded-opentype'),
         url('/personal-banking/accounts/assets/font/thesans-webfont.woff') format('woff'),
     url('/personal-banking/accounts/assets/font/thesans-webfont.svg#TheSansPlain') format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'TheSansCdThin';
    src: url('/personal-banking/accounts/assets/font/thscof4s-webfont.eot');
    src: url('/personal-banking/accounts/assets/font/thscof4s-webfont-.eot#iefix') format('embedded-opentype'),
         url('/personal-banking/accounts/assets/font/thscof4s-webfont.woff') format('woff'),
         url('/personal-banking/accounts/assets/font/thscof4s-webfont.svg#TheSansCdThin') format('svg');
    font-weight: 200;
    font-style: normal;}


@font-face { /* Top Navi */
    font-family: 'TheSansSemiBoldPlain';
    src: url('/personal-banking/accounts/assets/font/thesanssemibold-webfont.eot');
    src: url('/personal-banking/accounts/assets/font/thesanssemibold-webfont-.eot#iefix') format('embedded-opentype'),
         url('/personal-banking/accounts/assets/font/thesanssemibold-webfont.woff') format('woff'),
         url('/personal-banking/accounts/assets/font/thesanssemibold-webfont.svg#TheSansSemiBoldPlain') format('svg');
    font-weight: normal;
    font-style: normal;}


@font-face { /* Hotline */
    font-family: 'TheSansCdRegular';
    src: url('/personal-banking/accounts/assets/font/thescof5-webfont.eot');
    src: url('/personal-banking/accounts/assets/font/thescof5-webfont-.eot#iefix') format('embedded-opentype'),
         url('/personal-banking/accounts/assets/font/thescof5-webfont.woff') format('woff'),
         url('/personal-banking/accounts/assets/font/thescof5-webfont.svg#TheSansCdRegular') format('svg');
    font-weight: normal;
    font-style: normal;}

@font-face {
    font-family: 'TheSansCdLight';
    src: url('/personal-banking/accounts/assets/font/thscof3l-webfont.eot');
    src: url('/personal-banking/accounts/assets/font/thscof3l-webfont-.eot#iefix') format('embedded-opentype'),
         url('/personal-banking/accounts/assets/font/thscof3l-webfont.woff') format('woff'),
         url('/personal-banking/accounts/assets/font/thscof3l-webfont.svg#TheSansCdLight') format('svg');
    font-weight: 200;
    font-style: normal;}
@font-face {
  font-family: 'TheSansExtraLightCapsLight';
  src: url('/personal-banking/accounts/assets/font/TheSansExtraLightCapsLight.eot?#iefix') format('embedded-opentype'),  url('/personal-banking/accounts/assets/font/TheSansExtraLightCapsLight.woff') format('woff'), url('/personal-banking/accounts/assets/font/TheSansExtraLightCapsLight.ttf')  format('truetype'), url('/personal-banking/accounts/assets/font/TheSansExtraLightCapsLight.svg#TheSansExtraLightCapsLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TheSansExtraLightPlainLight';
  src: url('/personal-banking/accounts/assets/font/TheSansExtraLightPlainLight.eot?#iefix') format('embedded-opentype'),  url('/personal-banking/accounts/assets/font/TheSansExtraLightPlainLight.woff') format('woff'), url('/personal-banking/accounts/assets/font/TheSansExtraLightPlainLight.ttf')  format('truetype'), url('/personal-banking/accounts/assets/font/TheSansExtraLightPlainLight.svg#TheSansExtraLightPlainLight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'TheSansCdSemiBold';
    src: url('/personal-banking/accounts/assets/font/thsclf6s-webfont.eot');
    src: url('/personal-banking/accounts/assets/font/thsclf6s-webfont.eot?#iefix') format('embedded-opentype'),
         url('/personal-banking/accounts/assets/font/thsclf6s-webfont.woff') format('woff'),
         url('/personal-banking/accounts/assets/font/thsclf6s-webfont.ttf') format('truetype'),
         url('/personal-banking/accounts/assets/font/thsclf6s-webfont.svg#thesanscdsemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.promo-box {
  background-color: #8b6dff;
  padding: 30px 30px 0px 30px;
  color: #fff;
  margin: 0px 5px;
}
.promo-box .img:after {
  content: '';
  height: 1px;
  width: 158px;
  border: solid 1px #ffffff;
  transform: rotate(90deg);
  position: absolute;
  top: 80px;
  right: -70px;
}
.promo-box .text span {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 20px;
  display: block;
}
.promo-box .text p {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 30px;
}
.promo-button {
  width: 149px;
  height: 46px;
  border-radius: 6px;
  border: solid 2px #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding: 10px 20px;
  margin-bottom: 30px;
  color: #fff !important;
}
.promo-box .img img {
  max-width: 100%;
}
@media (max-width:650px) {
  .promo-box .img:after {
    display: none;
  }
  .promo-box .img img {
    margin: 0px auto;
    display: block;
  }
  .promo-box {
    padding: 30px 10px 10px;
  }
  .promo-box .img {
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
  }
}
@media (min-width: 761px) and (max-width: 767px) {
  .promo-box {
    padding: 30px 10px 40px;
  }
}
@media (max-width: 768px) {
  .promo-box .img:after {
    display: none;
  }
  .promo-box .img img {
    margin: 0px auto;
    display: block;
  }
  .promo-box .img {
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .promo-box .text {
    padding-bottom: 30px;
  }
}
@media (min-width: 500px) and (max-width: 760px) {
  .promo-box .text {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .promo-box .text {
    padding-bottom: 40px;
  }
}

.accr {
  margin-bottom: 15px;
  cursor: pointer;
}
.accr-title {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: normal;
  color: #484848;
  border-radius: 5px;
  box-shadow: 0 2px 15px 8px rgba(72, 72, 72, 0.02);
  background-color: #ffffff;
  padding:20px;
  font-family: 'Open Sans', 'Helvetica', Arial, san-serif;
}
.accr-content {
  padding:20px 20px 20px 65px;
  box-shadow: 0 2px 15px 8px rgba(72, 72, 72, 0.02);
  background-color: #ffffff;
  font-family: 'Open Sans', 'Helvetica', Arial, san-serif;
  font-size: 16px;
  display: none;
}
.accr-icon {
  width: 17px;
  margin-right: 20px;
}
.accr-icon.active {
  transform: rotate(180deg);
  transition: all 0.5s;
}
.accr-title figure {
  float: left;
  height: 100%;
  display: block;
}
@media (max-width: 650px) {
  .accr-title figure {
    min-height: 100px;
  }
  .accr {
    margin: 15px 0px;
  }
}
@media (max-width: 768px) {
  .accr-title {
    padding: 20px;
  }
}
.btn {
  min-width: 120px;
  padding: 10px 23px;
  color: #fff!important;
  background: #393939;
  font-family: TheSansSemiBoldPlain;
}
.fz-18 {
    font-size: 18px;
}
.fz-26 {
    font-size: 26px;
}
.cf-sep {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.cf-sep>span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}
.cf-sep>span:before {
    right: 100%;
}
.cf-sep>span:before, .cf-sep>span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 1000px;
    border-top: 1px solid #e3e3e3;
}
.cf-sep>span:after {
    left: 100%;
}
.cf-sep>span:before, .cf-sep>span:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 1000px;
    border-top: 1px solid #e3e3e3;
}
.hiw-table-head {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.42;
  color: #333333;
  padding: 20px 20px 0px 20px;
  overflow: hidden;
  max-width: 835px;
}
.hiw-table-head small {
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.71;
  color: #333333;
}
@media (max-width:650px) {
  .hiw-table-head small {
    width: 100%;
    display: block;
  }
  .hiw-table-head {
    padding: 20px 15px 0px;
  }
}
.hiw-table-head .first {
  background-color: rgba(148, 230, 222, 0.75);
  padding: 10px;
  border-radius: 4px 0px 0px 0px;
}
.hiw-table-head .last {
  background-color: #79e0d6;
  padding: 10px;
  border-radius: 0px 4px 0px 0px;
}
.hiw-table {
  font-size: 16px;
  max-width: 835px;
  padding: 0px 20px 10px;
}
.hiw-table .list {
  padding: 20px 20px 0px;
}
.hiw-table .first {
  border-left: 1px dashed rgba(148, 230, 222, 0.75);
  border-right: 1px dashed rgba(148, 230, 222, 0.75);
}
table {
  border: solid 1px #cccccc;
  width: 100%;
}
th, td {
  padding: 15px;
}

th {
  background-color: #cccccc;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.29;
  color: #484848;
}

body {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    color: #333333;
    -webkit-text-size-adjust: 100%;
}
h1 {
  font-family: 'TheSansPlain', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 34px;
  line-height: 38px;
  color: #333;
  letter-spacing: -1pt;
  margin: 0 0 10px 0;
}
h2 {
    font-family: "TheSansSemiBoldPlain";
}
    h2 small {
        display: block;
        font-size: 0.633em;
    }
.section h2 {
  color: #333;
  font-family: 'Open Sans', san-serif ;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: #333333;
}

h3 {
    font-family: "TheSansSemiBoldPlain";
    font-size: 1.586em;
}
    h3 small {
        display: block;
    }
h4 {
  font-family: 'TheSansPlain', Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 24px;
  line-height: 28px;
  color: #333;
  margin: 0 0 15px;
}
h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: #333;
  margin: 0 0 10px 0;
}
.sectionhead {
    font-family: "TheSansSemiBoldPlain";
    font-size: 35px;
}
.subsectiontext {
    font-size: 14px;
    margin-bottom: 40px;
}
.stepshead {
    font-family: "TheSansPlain";
}
.list-unstyled {
    list-style: none;
}
a, a:visited {
  text-decoration: none;
  outline: 0;
  border-bottom: 1px dotted #0055CC;
  color: #0055CC;
}
a:hover {
    text-decoration: none;
}

.info a {border: none;}

.container {
    position: relative;
    max-width: 980px;
}

#header {
    clear: both;
    height: 127px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.header-wrapper {
    clear: both;
    margin: 0 auto;
    padding: 30px 0 0 0;
    width: 940px;
}
.header-logo-container {
    display: inline;
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    width: 76px;
}
.header-logo-container a {
    border: none;
}
.header-right-section {
    clear: right;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    width: 844px;
}
.top-navigation {
    clear: both;
    height: 34px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.bank-name {
    display: inline;
    float: left;
    margin: 0;
    padding: 6px 0 0 14px;
    width: auto;
}
.bank-name a, .bank-name a:link, .bank-name a:visited, .bank-name a:hover, .bank-name a:active {
    font-family: 'TheSansSemiBoldPlain', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #c1281b;
    border: 0;
}
.country-more-detail.country {
    height: 20px;
    padding: 0;
    margin: 6px 12px 0 30px;
    float: right;
    position: relative;
    right: 4px;
}
.country-more-detail p {
    cursor: pointer;
    line-height: 20px;
    display: inline;
    padding: 0;
    margin: 0 10px 0 0;
}
.country-more-detail a.dropdown {
    border: none;
}
.country-more-detail-box-wrapper {
    display: none;
}
.country-more-detail-box-wrapper span {
    background: #ffffff url("/personal-banking/accounts/assets/images/insurance-arrow-down-zn.png") no-repeat center 11px;
    width: 20px;
    height: 27px;
    border: 1px solid #D7D7D7;
    border-bottom: 1px solid #ffffff;
    position: absolute;
    top: -3px;
    right: -6px;
    z-index: 10;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}
.country-more-detail-content {
    width: 99px;
    padding: 2px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    position: absolute;
    top: 23px;
    right: -6px;
    z-index: 9;
}
.inner-more-detail-content {
    width: 93px;
    background: #fff url("/personal-banking/accounts/assets/images/country-bg.jpg") repeat-x bottom left;
    overflow: hidden;
    padding: 0;
    margin: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.country-more-detail-content ul li.m-radius a:hover{
    width:93px;
    *width:80px;
    background:#999;
    color:#fff;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
}
.country-more-detail-content ul li.c-radius a:hover{
    width:93px;
    *width:80px;
    background:#999;
    color:#fff;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.country-more-detail-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.country-more-detail-content ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 108px;
    float: left;
    background: none;
}
.country-more-detail-content ul li a {
    display: block;
    cursor: pointer;
    margin: 0;
    padding: 5px;
    color: #212121;
    text-decoration: none;
    border: none;
}
.top_misclink {
    float: right;
    padding-top: 6px;
    width: 350px;
    text-align: right;
}
.top_misclink ul {
    float: right;
    margin: 0;
    padding: 0;
}
.top_misclink ul li {
    background: none;
    display: inline;
    margin: 0;
    padding: 0 15px 0 0;
    line-height: 20px;
}
.navigation {
    clear: both;
    height: 63px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.navigation ul {
    background: none;
    color: #212121;
    float: left;
    font-family: 'TheSansSemiBoldPlain', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    padding: 0;
    margin: 0;
}
.navigation li {
    background: none;
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 20px;
}
.navigation li a {
    border: none;
    color: #212121;
    display: block;
    height: 63px;
    padding: 23px 12px 0 15px;
    line-height: 20px;
    text-shadow: #ffffff 0 1px 0;
    text-decoration: none;
}
.navigation ul li a:hover {
    text-decoration: none;
    background: url("/personal-banking/accounts/assets/images/navi_hover.gif") repeat-x top left;
}
.navigation ul li a.active {
  background: url("/personal-banking/accounts/assets/images/bg-nav-active.jpg") repeat-x top left;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
a.secondary_navi {
    border: none;
    color: #725d27;
    display: block;
    font-family: 'TheSansSemiBoldPlain', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    float: right;
    height: 63px;
    line-height: 20px;
    padding: 23px 12px 0 15px;
    margin: 0 8px;
    text-shadow: #ffffff 0 1px 0;
    text-decoration: none;
}
a.secondary_navi:hover {
    background: url("/personal-banking/accounts/assets/images/navi_premier_hover.gif") repeat-x top left;
}
.sub_title_wrapper {
    border-bottom:1px solid #fff;
    width:100%;
    height:59px;
}
.sub_title_bgimg {
    margin:0 auto;
    padding:0;
    width:940px;
    height:59px;
}
.sub_title{
    margin:0;
    padding:12px 0 0 0;
}
.sub_title h1 {
    margin:0;
    position: relative;
}
.sub_title h1 span {
    font-size: 14px;
    font-family: Arial, sans-serif;
    position: absolute;
    top: -10px;
    margin-left: 4px;
}
.breadcrumbs {
    font-size:12px;
    padding:26px 0 0;
    height: 70px;
    clear:both;
    border-top: 1px solid #dddddd;
}
.breadcrumbs .container {
    max-width: 940px;
    padding: 0;
}
.breadcrumbs ul{
    padding:0;
    margin:0;
    line-height:14px;
    overflow:hidden;
}
.breadcrumbs li {
    float: left;
    display: inline;
    color: #333333;
    padding:0;
    margin:0;
    background: none;
    line-height: 20px;
    position: relative;
}
.breadcrumbs li span{
    display:block;
    width:5px;
    height:14px;
    margin: 2px 7px;
    background: url("/personal-banking/accounts/assets/images/arrow_grey.png") center 6px no-repeat;
}
.breadcrumbs li span.ascii {
    position: absolute;
    font-size: 11px;
    right: -15px;
    top: -5px;
}
ul.insurance-s-col-box-copy{
	margin-top:90px;
}
ul.insurance-s-col-box-copy li {
    line-height: 28px !important;
    color: #4A4A49;
    font-size: 24px;
    padding-bottom: 20px;
}
.masthead {

}
.masthead ul {
    padding: 0;
    margin: 0;
}
.masthead ul li {
  padding: 0 0 0 16px;
  margin: 0 0 8px 0;
  line-height: 20px;
  list-style: none;
  background: url(/personal-banking/accounts/assets/images/bullet.gif) no-repeat 2px 7px;
}
.intro-container {
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;}

.intro-wrap {
    margin:0 0 20px 0;
    /* padding:0; */
    padding: 0 0 14px 0;
    position: relative;
    width:100%;
    background:url(/personal-banking/accounts/assets/images/intro-wrap-bg.jpg) repeat-x bottom left;}

.intro-pattern-bg {
    padding:0;
    background:url(/personal-banking/accounts/assets/images/intro-pattern-bg.png) no-repeat bottom center;
    position:relative;}

.intro-content-wrap {
    clear: both;
    margin: 0;
    padding: 0 0 35px 0;
    width: 940px;
    position: relative;
    z-index: 500;}

.intro-text {
    margin:0 0 15px 0;
    padding:0;}

.intro-text h1 {
  font-family: 'TheSansPlain','Lucida Grande','Lucida Sans Unicode', Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 45px;
  margin: 0 0 15px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .intro-text h1 {
    max-width: 379px;
  }
}
.intro-text p {
    font-family: 'TheSansPlain','Lucida Grande','Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #222;
    line-height: normal;
    width: 690px;
}

.intro-minibox-wrap {
    clear: both;
    margin:0 0 25px 0;
    padding:3px;
    position: relative;
    width: 934px;
    z-index: 500;}

.intro-minibox-wrap h4 {
    margin:0 0 2px 0;}

.mini-1 div, .mini-2 div, .mini-3 div, .mini-4 div {
    float:left;}

.mini-1-wrap {
    margin:0 10px 0 0;
    float:left;}

.mini-1 {
    margin:0;
    padding:16px 12px 0 12px;
    height:125px;
    background:#fff;
    border:1px solid #e1e1e1;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -moz-box-shadow: 0 2px 2px #e0e0e0;
    -webkit-box-shadow: 0 2px 2px #e0e0e0;
    box-shadow: 0 2px 2px #e0e0e0; /* h-shadow v-shadow blur spread color inset;*/}

.mini-1-btm-shadow {
    margin:0 auto;
    padding:0;
    width:139px;
    height:7px;
    background:url(/personal-banking/accounts/assets/images/mini-one-btm-shadow.png) no-repeat;}

.intro-cta-wrap {
    clear: both;
    margin:0;
    padding:0;
    position: relative;
    z-index: 500;}

.intro-cta-wrap h4 {
    margin:0;}

.cta-points {
    margin:5px 0;
    width:375px;
    background:#fff;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;}

ul.cta-details {
    margin:0;
    padding:0;}

ul.cta-details li {
    margin:0 0 5px 0;
    padding:0 0 0 20px;
    background:url(/personal-banking/accounts/assets/images/bullet-type1.gif) 0 3px no-repeat;
    line-height:18px;}

.intro-main-pic {
    margin:0;
    padding:0;
    position:absolute;
    bottom: 0;
    right: 0;
    z-index: 400;}

.intro-wrap-btm-shadow {
    clear: both;
    margin:0;
    padding:0;
    bottom: 0;
    position: absolute;
    width:940px;
    height:6px;
    background:url(/personal-banking/accounts/assets/images/intro-wrap-btm-shadow.jpg) no-repeat bottom center;
    z-index: 200}

.btm-shadow-dark {
    background: url(/personal-banking/accounts/assets/images/content_btm_shadow_dark.png) no-repeat top left;
    clear: both;
    height: 7px;
    margin: 0;
    padding: 0;
    width: 940px;}

.inner-container-wrap {
    margin:0 auto;
    padding:34px 0;
    width:868px;
    overflow:auto;}

.one, .two, .three {
    margin:0;
    padding:0;
    float:left;}

.inner-container-wrap-radial-shadow {
    margin:0 auto;
    padding:24px 0 10px 0;
    width:868px;
    background:url(/personal-banking/accounts/assets/images/radial-shadow-with-divider.png) no-repeat bottom left;
    overflow:auto;}

.inner-container-wrap-radial {
    margin:0 auto;
    padding:20px 0;
    width:868px;
    background:url(/personal-banking/accounts/assets/images/radial-shadow.png) no-repeat bottom left;
    overflow:auto;}

.inner-container-wrap-left {
    margin:0;
    padding:0;
    width:410px;
    float:left;}

.inner-container-wrap-left img {
    clear: both;
    display: block;
    margin: 0 auto;}

.inner-container-wrap-right {
    margin:0;
    padding:0;
    width:434px;
    float:right;}

.inner-container-wrap-right .heading {font-size:14px; font-weight:bold; margin:0 0 3px 0; padding:0; color:#333;}

.easy-ways-icon-wrap {
    margin:0 0 15px 0;
    padding:0;
    width:434px;
    clear:both;}

.easy-ways-icon {
    margin:4px 0 0 0;
    padding:0;
    width:50px;
    float:left;}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;}

.easy-ways-text {
    margin:0;
    padding:0;
    width:375px;
    float:right;}

.intro_amount_months1 {
    color: #009999;
    font-family: 'TheSansCdRegular', Helvetica, Arial, sans-serif;
    font-size: 65px;
    font-weight: 200;
    line-height: 65px;
    padding: 0;}

.intro_months1 {
    color: #009999;
    font-family: 'TheSansCdRegular', Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: 200;
    line-height: 20px;
    margin: 10px;
    padding: 0;}

.intro_details1 p {
    color: #009999;
    font-family: 'TheSansCdRegular', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 20px;}
a.button-red {
    font-size: 14px;
    line-height: 14px;
    margin: 0 0 10px 0;
    padding: 8px;
    border-bottom: none;
    color: #fff;
    display: inline-block;
    font-family: 'TheSansSemiBoldPlain', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    width: auto;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #e02b2a url(/personal-banking/accounts/assets/images/button_redbg.jpg) repeat-x bottom left;
}
a.button-full {
    display: block;
}
a.button-red.anchor span {
  background: url(/personal-banking/accounts/assets/images/anchor_arrow.png) no-repeat right center;
  padding-right: 20px;
}

.img-responsive {
    margin: 0 auto;
}
.btm-shadow {
  background: url(/personal-banking/accounts/assets/images/bottom-shadow.png) no-repeat top left;
  clear: both;
  height: 7px;
  margin: 0 auto;
  padding: 0;
  width: 940px;
}

.section.how {
    margin-top: 65px;
}
.section-wrap {
    padding: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb( 226, 226, 226 );
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 1px 3px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 1px 3px 0px rgba(50, 50, 50, 0.5);
    margin-bottom: 40px;
}
.section-wrap p.head {
    font-family: "TheSansCdThin";
    font-size: 28px;
    margin-top: 80px;
}
.section-wrap p {
    font-size: 17px;
    line-height: normal;
    margin: 0;
}
.section.gifts .section-wrap{
    background: #e9f4f4;
}
.section.gifts .section-wrap .gift {
    text-align: center;
}
.section.gifts .section-wrap .gift p {
    font-size: 14px;
}
.section.gifts .section-wrap .gift p.head {
    font-size: 24px;
    font-family: 'TheSansCdSemiBold';
    margin-top: 0;
}
.section.gifts .section-wrap .gift p span {
    font-size: 12px;
}

.section.secure .section-wrap {
    padding: 0;
}
.section.secure .section-wrap p.head {
    margin-top: 0;
    padding-top: 40px;
    font-family: 'TheSansCdSemiBold';
    font-size: 24px;
}
.section.secure .section-wrap p {
    padding-left: 20px;
    padding-right: 20px;
}


.section.manage .section-wrap {
    padding: 0;
    border: none;
    box-shadow: none;
}
.section.manage .section-wrap .outer-container {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    clear: both;
    margin: 0;
    padding: 2px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.section.manage .section-wrap .inner-container {
    background: #fff url(/personal-banking/accounts/assets/images/conten_box_gradient.jpg) repeat-x bottom left;
    clear: both;
    height: 100%;
    margin: 0;
    padding: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.section.manage .section-wrap .inner-container .row {
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 10px;
  background: url(/personal-banking/accounts/assets/images/radial-shadow-with-divider.png) no-repeat bottom center;
  overflow: auto;
}
.section.manage .section-wrap p {
    font-size: 14px;
}
.section.manage .section-wrap p.head {
    font-family: 'TheSansPlain', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-size: 24px;
    line-height: 28px;
    color: #333;
    margin: 0 0 15px;
}
.section.manage .section-wrap .list {
    padding-left: 58px;
    padding-bottom: 10px;
}
.section.manage .section-wrap .list.spending {
    background: url(/personal-banking/accounts/assets/images/icons/icon_track.png) no-repeat top left;
}
.section.manage .section-wrap .list.security {
    background: url(/personal-banking/accounts/assets/images/icons/icon_secure.png) no-repeat top left;
}
.section.manage .section-wrap .list.open {
    background: url(/personal-banking/accounts/assets/images/icons/icon_sunday.png) no-repeat top left;
}
.section.manage .section-wrap .list p {
    margin-bottom: 10px;
}
.section.manage .section-wrap .list p.title {
    margin-bottom: 15px;
}
.section.about{padding-bottom:60px;}

.how-to-apply-container {
  width: 100%;
  margin-top: 50px;
  clear: both;
  position: relative;
}
.how-to-apply-wrap {
  width: 100%;
  background: url(/personal-banking/accounts/assets/images/account_how_to_apply_bg1.jpg) repeat-x left top;
  position: relative;
}
.how-to-apply-pattern-bg {
  width: 100%;
  background: url(/personal-banking/accounts/assets/images/account_how_to_apply_bg2.jpg) no-repeat center top;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.how-to-apply-wrap h2 {
    font-family: 'TheSansCdRegular','Lucida Grande','Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 54px;
    font-weight: normal;
    letter-spacing: -2px;
    line-height: 54px;
    margin: 50px 0 30px 0;
    padding: 0;
}
.how-to-apply-box-container {
  overflow: hidden;
  padding: 15px;
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -moz-box-shadow: 0 2px 2px #e0e0e0;
  -webkit-box-shadow: 0 2px 2px #e0e0e0;
  box-shadow: 0 2px 2px #e0e0e0;
}
.how-to-apply-box {
    width:auto;
    background:url(/personal-banking/accounts/assets/images/htw-foot-beneficial-item-bg.png) no-repeat right center;
    margin:0 20px 10px 0;
    padding-right:20px;
    float:left;}

.how-to-apply-box p {letter-spacing:0;}

.how-to-apply-box-last {
    min-width:300px;
    float:left;
    }
.how-to-apply-box-style2 {
    width:600px;
    background:url(/personal-banking/accounts/assets/images/htw-foot-beneficial-item-bg.png) no-repeat right center;
    margin:0 20px 10px 0;
    float:left;}

.how-to-apply-box-style2 p {letter-spacing:0;}

.how-to-apply-box-style2-last {
    width:250px;
    padding-right:18px;
    float:left;}


.how-to-apply-box-last p {letter-spacing:0;}

.how-to-apply-box div, .how-to-apply-box-last div {
    float:left;}

.how-to-apply-step {
    width:135px;
    height:26px;
    color:#fff;
    font-weight:bold;
    background:url(/personal-banking/accounts/assets/images/account_how_to_apply_step.png) no-repeat left top;
    padding:3px 0 0 5px;
    float:none !important;}

.how-to-apply-or {
    font-size:18px;
    margin-bottom:90px;
    font-style:italic;
    color:#333;
    padding:20px 15px 0 15px;}

.how-to-apply-or-style2 {
float:left;
font-size:18px;
font-style:italic;
color:#333;
padding:20px 15px 0 15px;}

.accord-box-step1{
    width:auto;
    float:left;
    letter-spacing:-3px;
    color: #009999;
    font-family: 'TheSansCdThin','Lucida Grande','Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 65px;
    padding: 0;
    }

.accord-box-step2 {
    width:auto;
    min-height:100px;
    letter-spacing:-3px;
    color: #006699;
    font-family: 'TheSansCdThin','Lucida Grande','Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 65px;
    padding: 0 5px 0 0;
}
.how-to-apply-box p, .how-to-apply-box-last p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-style: normal;
    color: #333;
    margin: 0 0 10px 0;
}
.how-to-apply-map {
    width:556px;
    height:181px;
    background:url(/personal-banking/accounts/assets/images/account_how_to_apply_map.png) no-repeat left top;
    margin:0 auto 40px auto;
    *margin:0 auto 0 auto;
    position:relative;
    top:-1px;}

.how-to-apply-locate-container {
    width:100%;
    position:absolute;
    bottom:20px;}

.how-to-apply-locate {
    width:388px;
    height: 87px;
    background:url(/personal-banking/accounts/assets/images/conten_box_gradient.jpg) repeat-x left bottom;
    border:1px solid #e1e1e1;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    margin:0 auto;
    padding:10px;
    position:relative;
    bottom:-12px;
    z-index:1;}

.how-to-apply-locate input {
    width:250px;
    font:18px Arial, Helvetica, sans-serif;
    color:#333;
    border:1px solid #c4c4c4;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    margin-right:8px;
    padding:4px 4px 5px 4px;
    float:left;
    display:inline-block;}

.how-to-apply-locate a.button-red {
    padding:8px 32px;
    float:right;
    clear:right;
    display:inline-block;}

.how-to-apply-locate-btm-shadow {
    width:440px;
    height:24px;
    background:url(/personal-banking/accounts/assets/images/account_how_to_apply_locate_shadow.png) no-repeat center top;
    margin:0 auto;
    position:relative;
    bottom:0;}

.how-to-apply-signup-container {
    padding:20px 30px;
    background:#fff;
    border:1px solid #e1e1e1;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -moz-box-shadow:0 2px 2px #e0e0e0;
    -webkit-box-shadow:0 2px 2px #e0e0e0;
    box-shadow:0 2px 2px #e0e0e0;
    margin-bottom:10px;}

.how-to-apply-signup-img img {
    margin:20px auto;}

.how-to-apply-small-text {
    font-size:12px;}


.content-list p {
  font-size: 15px;
  font-family: 'Open Sans', Arial;
  line-height: 18px;
  margin: 0;
  margin-bottom: 20px;
}
.content-list ul {
    padding: 0;
    margin: 0;
}
.content-list ul li {
  padding: 0 0 0 16px;
  margin: 0 0 8px 0;
  line-height: 20px;
  list-style: none;
  background: url(/personal-banking/accounts/assets/images/bullet.gif) no-repeat 2px 7px;
}
.content-list ul li a {
    font-family: 'Open Sans', Arial;
    font-size: 15px;
}

.window {
    background-color: #FFFFFF !important;
    border: 1px solid #E1E1E1 !important;
    border-radius: 6px 6px 6px 6px !important;
    box-shadow: 0 0 5px 5px #BBBBBB !important;
    padding: 10px !important;
    width: 465px;
}
.boxes .window {
    position:fixed;
    left:0;
    top:0;
    background-color:#fff;
    width:440px;
    display:none;
    z-index:9999;
    padding:20px;
}
.btn-close-content {
  width: 100%;
  height: 15px;
}
.btn-close-content a.close {
  border-bottom: none;
  width: 10px;
  height: 10px;
  display: block;
  float: right;
}
.btn-close-content a img {
  border-bottom: none;
}


.fancybox-overlay {
    font-family: "TheSansPlain";
    font-size: 16px;
}

/**************** CDA ****************************/
.cda .breadcrumbs {
  position: absolute;
  width: 100%;
  z-index: 9;
}
.cda .masthead {
    position: relative;
    z-index: 1;
    height: 505px;
}
.cda .intro-wrap {
    background: url(/personal-banking/accounts/assets/images/cda/banner.jpg) no-repeat top center;
    padding: 0;
    height: 505px;
}
.cda .intro-pattern-bg {
    background: none;
}
.cda .intro-content-wrap {
    /*background: rgb(255,255,255);
    background: rgba(255,255,255,0.7);
    padding: 30px;*/
    float: right;
    width: 370px;
    margin-right: 30px;
    margin-top: 40px;
}
.cda .intro-content-wrap .intro-text {
    overflow: hidden;
    margin-bottom: 10px;
	background: rgba(255,255,255,0.7);
    padding: 30px;
}
.cda .intro-content-wrap .intro-text img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.cda .intro-content-wrap .intro-text p {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    font-family: "TheSansPlain";
    margin: 0;
}

.section.about {
    text-align: center;
}
.section.about h2 {
    font-family: 'TheSansCdSemiBold';
    text-transform: uppercase;
    font-size: 36px;
    color: #3b3b3b;
    margin-top: 65px;
}
.section.about p, p.para {
    font-family: "TheSansPlain";
    font-size: 19px;
    color: #2e2e2e;
}
.section.about ul {
    text-align: center;
    margin: 0;
    list-style: none;
    padding: 25px 0;
}
.section.about ul li {
    display: inline;
}
.section.about ul li:first-child > span {
    border-right: 2px solid #bababa;
    padding-right: 27px;
}
.section.about ul li:first-child + li > span {
    padding-left: 20px;
}
.section.about ul li > span {
    display: inline-block;
    font-size: 80px;
    line-height: 40px;
    color: #bcbec4;
    font-family: 'TheSansCdSemiBold';
}
.section.about ul li span.year {
    font-size: 40px;
}
.section.about ul li span.desc {
    font-size: 25px;
    color: #424242;
    font-family: 'TheSansCdRegular';
    text-align: left;
    display: block;
}
.dropdown-section {
    margin-bottom: 20px;
    font-family: "TheSansPlain";
    text-align: left;
}
.dropdown-section .trigger {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 53px;
    color: #fff;
    background: #6fb6b4;
    padding: 0 20px;
    cursor: pointer;
    height: 53px;
    position: relative;
}
.dropdown-section .trigger:after {
    position: absolute;
    content: ' ';
    background: url(/personal-banking/accounts/assets/images/cda/arrow.png) no-repeat;
    background-position: 0 -14px;
    width: 22px;
    height: 12px;
    right: 20px;
    top: 20px;
}
.dropdown-section .trigger.active:after {
    background-position: 0 0;
}
.the-content {
    border: 1px solid #b2b2b2;
    padding: 25px 40px;
    display: none;
}
.the-content p {
    font-size: 19px;
    color: #2e2e2e;
    text-align: left;
}
.how-it-works .the-content ul {
    padding: 0 0 0 46px;
}
.how-it-works .the-content ul li > div {
    padding: 20px;
    background: #efefef;
    margin-bottom: 10px;
    position: relative;
}
.how-it-works .the-content ul li > div:before {
    content: ' ';
    position: absolute;
    left: -46px;
    width: 46px;
    height: 37px;
    background: url(/personal-banking/accounts/assets/images/cda/one.png) no-repeat top left;
}
.how-it-works .the-content ul li:first-child + li > div:before {
    background-image: url(/personal-banking/accounts/assets/images/cda/two.png);
}
.how-it-works .the-content ul li:first-child + li + li > div:before {
    background-image: url(/personal-banking/accounts/assets/images/cda/three.png);
}
.how-it-works .data-column {
    font-size: 20px;
}
.how-it-works .data-column .left-column {
    width: 228px;
    float: left;
}
.how-it-works .data-column .right-column {
    width: 390px;
    float: left;
    margin-left: 2px;
}
.how-it-works .data-column .left-column div,
.how-it-works .data-column .right-column div {
    height: 35px;
    line-height: 35px;
    margin-bottom: 2px;
    background: #fff;
}
.how-it-works .data-column .head {
    background: #194c68 !important;
    color: #fff;
}
.how-to-use .the-content .health {
    padding-bottom: 25px;
}
.how-to-use .the-content .title {
    padding-left: 120px;
    color: #2e2e2e;
    font-size: 19px;
}
.how-to-use .the-content ul {
    padding: 0 0 20px 120px;
    position: relative;
}
.how-to-use .the-content ul:before {
    content: ' ';
    position: absolute;
    width: 100px;
    height: 99px;
    top: -22px;
    left: 0;
    background: url(/personal-banking/accounts/assets/images/cda/education.png) no-repeat top left;
}
.how-to-use .the-content .health ul:before {
    background: url(/personal-banking/accounts/assets/images/cda/health.png) no-repeat top left;
}
.how-to-use .the-content ul li {
    font-size: 19px;
    display: block;
    text-align: left;
}

.section.benefits {
    background: #f2f2f2;
    padding-bottom: 60px;
}
.section.benefits .block-wrapper {
    position: relative;
}
.section.benefits h2 {
  font-family: 'TheSansCdSemiBold';
  text-transform: uppercase;
  font-size: 36px;
  color: #3b3b3b;
  margin-top: 65px;
  text-align: center;
}

.section.benefits .protect, .section.benefits .save {
    width: 49%;
	margin: 0px 5px;
}
.section.benefits .spend {
    width: 100%;
	margin: 0px;
	display:inline-block;
}
.section.benefits .head {
    color: #fff;
    font-size: 36px;
    font-family: Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
	padding:0 10px;
}
.section.benefits .protect .head {
    background: #ef8d49;
}
.section.benefits .save .head {
    background: #773579;
}
.section.benefits .spend .head {
    background: #2c5671;
}
.section.benefits .block {
    width: 100%;
    float: left;
    margin-top: 7px;
    height: 420px;
    padding: 15px 0px;
    position: relative;
}
/*Container background-colors*/
.section.benefits .protect .block {
    background: #f8caa8;
}
.section.benefits .save .block.one {
    background: #ccbbd3;
}
.section.benefits .save .block.two {
    background: #ccbbd3;
}
.section.benefits .spend .block.one {
    background: #acb1c1;
}
.section.benefits .spend .block.two {
    background: #acb1c1;
}
/*Custom background*/
.section.benefits .protect-box, .section.benefits .save-box, .section.benefits .spend-box{
	 padding:0 10px 15px;
	 background-repeat:no-repeat;
	 background-position:top right;
}
.block-wrapper img{max-width:100%;}
.save, .protect, .spend{position:relative;}

.save{margin-right:0px !important; float:right; margin-bottom:32px !important;}
.protect{margin-left:0px !important; float:left; margin-bottom:32px !important;}
.spend{margin-top:30px !important;}

.desktop-only{display:block;}
.mobile-only{display:none;}
.spend{margin-bottom:32px !important;}
#spe{margin-top:-6px;}

.top-container{margin-bottom:20px;}

.info-spend .left-container, .info-protect .left-container{width:50%; float:left; padding:20px;}
.info-spend .right-container, .info-protect .right-container{width:50%; float:right; padding:20px;}

#spe.info-protect .left-container{width:32%; display:inline-block; padding:0px;}
#spe.info-protect .middle-container{width:32%; display:inline-block; padding:0px;}
#spe.info-protect .right-container{width:32%; display:inline-block; padding:0px;}

/*Custom background icons*/
.section.benefits .protect-box.one{background-image: url(/personal-banking/accounts/assets/images/cda/icon_salary.png)}
.section.benefits .protect-box.two{background-image: url(/personal-banking/accounts/assets/images/cda/icon_family.png)}
.section.benefits .protect-box.three{background-image: url(/personal-banking/accounts/assets/images/cda/bg-protect.png)}

.section.benefits .save-box.one{background-image: url(/personal-banking/accounts/assets/images/cda/bg-save2.png)}
.section.benefits .save-box.two{background-image: url(/personal-banking/accounts/assets/images/cda/bg-save.png)}

.section.benefits .spend-box.one{background-image: url(/personal-banking/accounts/assets/images/cda/bg-spend.png)}
.section.benefits .spend-box.two{background-image: url(/personal-banking/accounts/assets/images/cda/bg-spend2.png)}

.section.benefits .block ul{
	padding-left: 20px;
}
.section.benefits .block p, .section.benefits .block ul li {
    font-size: 22px;
    font-family: 'TheSansCdRegular';
    line-height: 27px;
}
.info-button {
    position: absolute;
    width: 100%;
    left: 0;
}
a.info {
    font-size: 16px;
    color: #3c3c3c;
    display: block;
    font-family: 'TheSansCdSemiBold';
    background: #fff url('/personal-banking/accounts/assets/images/cda/arrow.jpg') no-repeat top right;
    height: 31px;
    border: none;
    line-height: 31px;
    padding-left: 12px;
}
.section.benefits .info-container {
    position: relative;
    float:left;
    width: 100%;
    z-index: 99;
}
.section.benefits .info-container .info-content {
    display: none;
    border: 14px solid #80478C;
    padding: 25px;
    position: relative;
    z-index: 99;
    background: #fff;
}
.section.benefits .info-container .info-save {
    border-color: #F7975B;
}
.section.benefits .info-container .info-spend {
    border-color: #2D6586;
}
.info-content {
    font-family: 'TheSansPlain';
    color: #474747;
    font-size: 18px;
}
.info-content ul, ul.bullet-ul {
    padding: 0;
}
.info-content ul li, ul.bullet-ul li {
  padding: 0 0 0 16px;
  margin: 0 0 8px 0;
  line-height: 20px;
  list-style: none;
  background: url(/personal-banking/accounts/assets/images/bullet.gif) no-repeat 2px 7px;
}
.info-content ul ul, ul.bullet-ul {
    padding-left: 20px;
    margin: 15px 0;
}
.info-content a.btn {
    font-family: 'TheSansCdSemiBold';
    font-size: 16px;
    color: #fff;
    background: #e20b1e;
    text-align: center;
    width: 245px;
    height: 32px;
    display: block;
}



.section.track h2 {
  font-family: 'TheSansCdSemiBold';
  text-transform: uppercase;
  font-size: 36px;
  color: #3b3b3b;
  margin-top: 65px;
  text-align: center;
}
.section.track .wrapper {
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb( 226, 226, 226 );
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.5);
  margin-bottom: 40px;
}
.section.track .wrapper .wrap {
    margin-bottom: 20px;
}
.section.track .img-wrap {
    float: left;
    width: 208px;
}
.section.track .content {
    float: left;
    width: 645px;
    margin-left: 20px;
}
.section.track .content p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  font-style: normal;
  color: #333;
  margin: 0 0 10px 0;
}
.section.track .content p.fast {
    padding-left: 125px;
    background: url('/personal-banking/accounts/assets/images/cda/fast.jpg') no-repeat top left;
    height: 47px;
}
.section.track .content .text {
    margin-bottom: 30px;
}
/*Content Area Accordion */
.generic-accordion-container {
    border-bottom:1px solid #ccc;
    margin-top:0;
    margin-bottom: 40px;
}

.generic-accordion-header {
    height:79px;
    border:1px solid #ccc;
    border-bottom:none;
    padding:20px 60px 0 25px;
    position:relative;
    cursor:pointer;}

.generic-accordion-header span {
    width:100%;
    height:1px;
    background:url(/personal-banking/accounts/assets/images/generic-accordion-topheader.jpg) no-repeat top center;
    position:absolute;
    top:0;
    left:0;}

.generic-active-header {
    background:url(/personal-banking/accounts/assets/images/generic-accordion-active.jpg) no-repeat right top;}

.generic-inactive-header {
    background:url(/personal-banking/accounts/assets/images/generic-accordion-inactive.jpg) no-repeat right top;}

.generic-inactive-header:hover {
    background:url(/personal-banking/accounts/assets/images/generic-accordion-inactive-hover.jpg) no-repeat right top;}

.generic-accordion-content {
    background:#fff url(/personal-banking/accounts/assets/images/generic-accordion-content.jpg) repeat-x left top;
    border:1px solid #ccc;
    border-top:none;
    border-bottom:none;
    padding:10px 25px 25px 25px;
    display:none;}
.generic-accordion-header h2 {
  text-shadow: #fff 0 1px 0;
  margin: 0;
  color: #333333;
  font-family: 'TheSansCdLight', Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 200;
  line-height: 36px;
}



.footer {
    background-image: url("https://www.ocbc.com/assets/images/footer_bg-mobile.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    height: 48px;
    border-top: none;
    /*height: 101px;*/
}
.footer * {
    font-size: 12px;
    font-family: "TheSansPlain";
}
        .footer .container ul {
            margin-top: 12px;
        }
            .footer .container ul li {
                font-size: 1.1em;
            }
                .footer .container ul li a {
                    text-decoration: none;
                    color: #095acd;
                    border-bottom: dotted 1px #095acd;
                }
        .footer .container ul.sns {
            margin-left: 40px;
        }
            .footer .container ul.sns li {
                padding: 0;
                margin-right: 5px;
            }
            .footer .container ul.sns li a {
                text-decoration: none;
                border-bottom: 0;
            }
            .footer .container ul.sns li img {
                border: 0;
            }
        .footer .container div {
            float: right;
            margin-top: 12px;
            color: #808080;
        }

/**************** responsive ****************************/
#container {
    position: relative;
}
.mobile-logo-container {
    display: none;
}
.mobile-logo-container a {
    border: none;
}
.menu-btn {
    float: right;
    background-color: #F4F4F4;
    background-image: url('/personal-banking/accounts/assets/images/responsive/mobile-menu.png');
    background-repeat: no-repeat;
    height: 42px;
    width: 35px;
    margin-top: 2px;
    margin-right: 10px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    cursor: pointer;
}
/*.intro-wrap, .intro-pattern-bg{
    background:none !important;
}*/
/*mobile menu*/
.pushy{
    position: fixed;
    width: 190px;
    height: 100%;
    top: 0;
    right:0;
    z-index: 9999;
    background: #666;
    font-size: 1.1em;
    font-weight: 300;
    -webkit-box-shadow: inset 10px 0 6px -9px rgba(0, 0, 0, .7);
    -moz-box-shadow: inset 10px 0 6px -9px rgba(0, 0, 0, .7);
    box-shadow: inset 10px 0 6px -9px rgba(0, 0, 0, .7);
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}
.pushy a {
    display: block;
    color: #fff;
    padding: 15px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-decoration: none;
}
.pushy a.selected {
    background-color: #373737;
    border-right: 5px solid #EF1815;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
}
.pushy a:hover{
    background: #373737;
    color: #FFF;
}
/* Menu Movement */
.pushy-left{
    -webkit-transform: translate3d(-190px,0,0);
    -moz-transform: translate3d(-190px,0,0);
    -ms-transform: translate3d(-190px,0,0);
    -o-transform: translate3d(-190px,0,0);
    transform: translate3d(-190px,0,0);
}
.pushy-right{
    -webkit-transform: translate3d(190px,0,0);
    -moz-transform: translate3d(190px,0,0);
    -ms-transform: translate3d(190px,0,0);
    -o-transform: translate3d(190px,0,0);
    transform: translate3d(190px,0,0);
}
.pushy-open{
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.container-push, .push-push{
    -webkit-transform: translate3d(-190px,0,0);
    -moz-transform: translate3d(-190px,0,0);
    -ms-transform: translate3d(-190px,0,0);
    -o-transform: translate3d(-190px,0,0);
    transform: translate3d(-190px,0,0);
}
/* Menu Transitions */
.pushy, #container, .push{
    -webkit-transition: -webkit-transform .2s cubic-bezier(.16, .68, .43, .99);
    -moz-transition: -moz-transform .2s cubic-bezier(.16, .68, .43, .99);
    -o-transition: -o-transform .2s cubic-bezier(.16, .68, .43, .99);
    transition: transform .2s cubic-bezier(.16, .68, .43, .99);
    /* improves performance issues on mobile*/
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}



/**************** MEDIA QUERY ****************************/

@media screen and (max-width: 990px) {
    #container{
        width:100%;
        min-width: 300px;
    }
    #header {
        background: url('/personal-banking/accounts/assets/images/responsive/header_inside_navi_bg.jpg') repeat-x top left;
        clear: both;
        height: 60px;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .header-wrapper {
        width: 750px;
        padding-top: 10px;
    }
    .mobile-logo-container {
        display: inline;
    }
    .header-logo-container {
        display: none;
    }
    .header-right-section {
        display: none;
    }
    .sub_title_wrapper {
        padding: 0 15px;
    }
    .sub_title_bgimg {
        width: 100%;
        background-position: top center;
    }
    .sub_title h1 {
        width: 730px;
        margin: 0 auto;
    }
    .breadcrumbs .container {
        width: 750px;
        padding: 0 15px;
    }
    .masthead {
        height: auto;
    }
    .intro-container {
        width: 750px;
        margin: 0 auto;
    }
     .intro-wrap-btm-shadow, .intro-content-wrap,
    .intro-minibox-wrap, .intro-text p {
        width: 100%;
    }
    .section-wrap {
        padding: 20px;
    }
    .section.how img {
        width: 100%;
        height: auto;
    }
    .section.gifts .section-wrap .gift {
        margin-bottom: 20px;
    }
    .section.secure .section-wrap {
        padding-bottom: 20px;
    }
    .section.manage img {
        width: 100%;
        height: auto;
    }

    .cda .intro-container {
        width: 100%;
    }
    .cda .intro-pattern-bg {
        width: 750px;
        margin: 0 auto;
    }
    .cda .intro-content-wrap {
        padding: 20px;
        margin-right: 0;
        margin-top: 77px;
    }
    .the-content {
        padding: 25px;
    }
    .how-it-works .data-column .right-column {
        width: 370px;
    }
}

@media screen and (max-width: 767px) {
	.footer .container ul.sns {
        margin-left: 0px;
    }


	.desktop-only{display:none;}
	.mobile-only{display:block;}

    #header {
        padding: 0 15px;
    }
    .mobile-logo-container {
        margin-left: -10px;
    }
    .container, .header-wrapper, .sub_title h1,
    .breadcrumbs .container, .intro-container {
        width: 100%;
    }
    .container {
        padding: 0 15px;
    }
    .menu-btn {
        margin-right: 0;
    }
    .btm-shadow {
        display: none;
    }
    .intro-main-pic {
        display: none;
    }
    .section-wrap p.head {
        margin-top: 0;
    }
    .section.how img {
        max-width: 350px;
        margin-top: 20px;
    }
    .section.manage .section-wrap p.head {
        margin-top: 20px;
    }

    .how-it-works .data-column .left-column {
        width: 190px;
    }
    .how-it-works .data-column .right-column {
        width: 330px;
    }
    .section.track .content {
        width: 100%;
        margin: 0;
    }

    .cda .masthead {
        height: auto;
    }
    .cda .intro-wrap {
        background-size: 800px;
        height: auto;
    }
    .cda .intro-pattern-bg {
        width: 100%;
    }
    .cda .intro-content-wrap {
        float: none;
        margin: 0;
        width: 100%;
        padding: 0;
        position: relative;
        background: transparent;
        padding-top: 269px;
    }
    .cda .intro-content-wrap .intro-text img {
        max-width: 310px;
    }
	ul.insurance-s-col-box-copy{
		margin-top:90px;
	}
}

@media screen and (max-width: 640px) {

    .section.about ul li {
        display: block;
    }
    .section.about ul li > span {
        border: none !important;
        height: 130px;
        padding: 0 !important;
        text-align: center;
    }

    .how-to-apply-map {
        width: 100%;
        background: none;
        height: 100px;
    }
    .how-to-apply-locate-btm-shadow {
        display: none;
    }
    .footer {
        height: auto;
    }
    .footer .container {
        overflow: hidden;
        padding-bottom: 10px;
    }
        .footer .container ul {
            margin-left: auto;
            margin-right: auto;
        }
        .footer .container div {
            text-align: center;
            margin-top: 20px;
            padding-bottom: 10px;
        }

		.section.benefits .protect{width:100%; float:none; margin-bottom:55px !important; margin-left:0px; margin-right:0px;}
		.section.benefits .save{width:100%; float:none; margin-bottom:55px !important; margin-left:0px; margin-right:0px;}

		.info-spend .left-container, .info-protect .left-container{width: 100%; float: none; padding: 10px; margin-bottom:10px;}
		.info-spend .right-container, .info-protect .right-container{width: 100%; float: none; padding: 10px; margin-bottom:10px;}

		#spe.info-protect .left-container{width:100%; display:block;}
		#spe.info-protect .middle-container{width:100%; display:block;}
		#spe.info-protect .right-container{width:100%; display:block;}

		.section.about{padding-bottom:10px;}
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .footer .container div.pull-right {
        margin-right: 10px;
    }
}

/* Large Devices */
@media screen and (max-width: 767px) and (orientation: landscape) {
    .footer .container ul {
        width: 100%;
        text-align: center;
    }
    .footer .container div {
        width: 100%;
        text-align: center;
    }
}


@media screen and (max-width: 480px) {
    h1 {
        font-size: 30px;
        line-height: 30px;
    }
    .intro-wrap {
        margin-bottom: 0;
    }
    .intro-text h1 {
        font-size: 35px;
        line-height: normal;
    }
    .intro-text p {
        font-size: 18px;
        line-height: normal;
    }
    .cta-points {
        width: 100%;
    }
    .section h2, .section.about h2, .section.track h2, .section.benefits .head,
    .section.benefits h2 {
        font-size: 30px;
    }
    .section-wrap p.head {
        font-size: 23px;
    }
    .section-wrap p {
        font-size: 14px;
    }
    .section.how {
      margin-top: 20px;
    }
    .section.secure .section-wrap p.head {
        font-size: 20px;
    }
    .section.secure img {
        width: 100%;
        max-width: 290px;
    }
    .how-to-apply-locate-container {
        position: relative;
        bottom: 0;
    }
    .how-to-apply-locate, .how-to-apply-locate input, .how-to-apply-locate a.button-red {
        width: 100%;
    }
    .how-to-apply-map {
        height: 150px;
    }
    .how-to-apply-locate {
        height: 140px;
    }
    .how-to-apply-locate a.button-red {
        margin-top: 10px;
    }

    .cda .sub_title h1 {
        font-size: 21px;
    }
    .cda .intro-content-wrap .intro-text img {
        max-width: 200px;
    }
    .section.about p {
        font-size: 16px;
    }
    .section.benefits .block p {
        font-size: 18px;
        line-height: 20px;
    }
    .section.track .content p.fast {
        padding: 0;
        background: transparent;
    }
    .generic-accordion-header h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 400px) {
    .section.benefits .protect, .section.benefits .spend, .section.benefits .save {
        width: 100%;
    }
    .section.benefits .block {
        width: 100%;
        height: 200px;
    }
}

@media screen and (min-device-width: 320px) and (max-device-width: 568px) {
    .footer .container ul {
        width: 100%;
        text-align: center;
    }
    .footer .container div {
        width: 100%;
        text-align: center;
    }
}

/* Phone Landscape */
@media screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .footer .container ul {
        width: 100%;
        text-align: center;
    }
    .footer .container div {
        width: 100%;
        text-align: center;
    }
}


/* Phone Portrait */
@media screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

}


@media screen and (max-width: 399px) {
    .text-mobile-normal {
        white-space: normal;
    }
    .text-mobile-nowrap {
        white-space: nowrap;
    }
}
