.header-hdr {
    width: 1070px;
}

.menu-hdr ul li:nth-child(2) {
    /* margin:0px 350px 0px 350px; */
}

.sub-hdr {
    position:relative;
    width: 1070px;
}

.sub-item {
    width: 245px;
    height: 220px;
    padding: 10px;
}

.sub-item ul li:nth-child(2) {
    /* margin:0px; */
    /* margin-bottom:10px; */
}

.menu-hdr ul li:nth-child(2) .submenu  {
    /* left:-333%; */
}

.menu-hdr ul li:nth-child(3) .submenu  {
    /* left:-780%; */
}

.main-container {
    width: 1070px;
    margin:0 auto;
}

.rhs-container {
    margin-right:0;
}

.footer-content {
    width:1070px;
}

.site-logo-hdr {
    width: 210px;
}

.banner-container {
    float: left;
    width: 61%;
    margin-bottom: 50px;
}

.rhs-container {
    width: 280px;
    float: right;
    margin-right: 62px;
}

.menu-hdr ul li:nth-child(2) {
    /* margin:0px 25% 0px 25%; */
}

.sub-hdr {
    position:relative;
    width: 920px;
}
/*
.sub-item ul li:nth-child(2) {
    margin:0px;
    margin-bottom:10px;
}
*/

.menu-hdr ul li:nth-child(2) .submenu  {
    /* left:-265%; */
}


.menu-hdr ul li:nth-child(3) .submenu  {
    /* left:-630%; */
}

.sub-item {
    width: 230px;
    height: 200px;
}

.footer-section {
    width: 25%;
}

.homeBody {
    /*background-color:#FAFAFA;*/
}

.hamburger-hdr {
    display:none;
}

.top-nav {
    display:block;
    position:absolute;
    top:12px;
    right:0;
}

.top-nav a {
    font-size:13px;
    font-weight:400;
    text-decoration:none;
}

.search-hdr {
    width: 285px;
    right: 0;
    top: 50px;
    bottom: auto;
}

.header {
    padding-bottom:0px;
}

.header-hdr {
    padding-bottom: 25px;
}

.footer-title {
    width:90%
}

.footer-section {
    width: 50%;
}

.menu-container , .banner-container {
    /*display:block;*/
}

.sub-item {
    width: 230px;
    height: 200px;
}

.sub-hdr {
    position:relative;
    width: 730px;
}

.menu-hdr ul li:nth-child(2) .submenu  {
    /* left:-190%; */
}

.menu-hdr ul li:nth-child(3) .submenu  {
    /* left:-460%; */
}

.site-logo-hdr {
    width: 210px;
}

.menu-hdr ul li:nth-child(2) {
    /* margin:0px 25% 0px 25%; */
}

.sub-hdr {
    position:relative;
    width: 920px;
}
/*
.sub-item ul li:nth-child(2) {
    margin:0px;
    margin-bottom:10px;
}
*/

.menu-hdr ul li:nth-child(2) .submenu  {
    /* left:-265%; */
}


.menu-hdr ul li:nth-child(3) .submenu  {
    /* left:-630%; */
}

.sub-item {
    width: 230px;
    height: 200px;
}

.footer-section {
    width: 25%;
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

.main-container {
    position:relative;
    width:100%;
}

.container {
    position:relative;
    width:100%;
    overflow-x: hidden;
}

.header {
    position:relative;
    width:100%;
    background-color:#fff;
}

.header-hdr {
    position:relative;
}

.site-logo-hdr img {
    width:100%;
}

.hamburger-menu {
    width:30px;
    height:5px;
    background-color: #186DB4;
    border-radius:5px;
    position:relative;
}

.hamburger-menu:after, .hamburger-menu:before {
    content: '';
    width: 100%;
    height:5px;
    background-color: #186DB4;
    position:absolute;
    border-radius:5px;
}

.hamburger-menu:after {
    top:10px;
}

.hamburger-menu:before {
    top:20px;
}

.login-frm {
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    padding: 15px;
}

.login-frm form input {
    border:0;
    padding: 8px;
    font-family: 'Open Sans' , sans-serif;
    font-weight:600;
    margin-bottom:20px;
    width: 94%;
    margin-top: 0px;
}

.search-hdr {
    position: absolute;
    /*width:100%;*/
    border:solid 1px #EBEBEB;
    /*bottom: 0;*/

}

.search-hdr input {
    width: 80%;
    border:none;
    margin: 0;
    padding: 8px;
    font-family: 'Open Sans' , sans-serif;
    font-weight:300;
    color: #757575;
}

.search-hdr input::-webkit-input-placeholder {
    color: #ccc;
}

.login-opt-hdr {
    position:absolute;
    left:20px;
    bottom: 25px;
}

.login-opt-hdr a {
    font-size:13px;
    font-weight:600;
    color:#fff;
}

.btn {
    position:relative;
    display:inline-block;
    text-align:center;
    padding:13px 25px;
    border-radius:5px;
    text-decoration:none;
    font-weight:600;
}

.btn-login {
    background-color:#ff9900;
    color:#000;
    position:absolute;
    bottom: 20px;
    right: 23px;
}

.search-icon-hdr {
    position:absolute;
    width: 20px;
    height: 20px;
    right:10px;
    top: 7px;
}

.search-icon-hdr img {
    width:100%;
}



/* ------------------------------------------------------------ *\
|* ------------------------------------------------------------ *|
|* Menus
|* ------------------------------------------------------------ *|
\* ------------------------------------------------------------ */
/* general style for all menus */
nav.menu {
    position: fixed;
    z-index: 20;
    background-color: #186DB4;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0 2px 5px 3px rgba(0,0,0,0.2);
    box-shadow: 0 2px 7px 3px rgba(0,0,0,0.2);
}
nav.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav.menu a {
    font-weight: bold;
    color: #fff;
    text-decoration:none;
}
/* slide menu left and right, push menu left and right */
nav.slide-menu-right {
    top: 0;
    width: 300px;
    height: 100%;
}
nav.slide-menu-right li {
    display: block;
    text-align: left;
    padding: 0px 0px 0px 17px;
    border-bottom: solid 1px #ccc;
}
nav.slide-menu-right li:first-child{
    border-top: none;
    padding: 0px 0px 0px 17px;
}

nav.slide-menu-right li:first-child a{
    font-size: 14px;
}

nav.slide-menu-right a {
    display: block;
    padding: 10px;
    font-size: 18px;
}
nav.slide-menu-left,
nav.push-menu-left {
    left: -300px
}
nav.slide-menu-right {
    right: -300px
}
body.smr-open nav.slide-menu-right {
    right: 0
}
body.pml-open #wrapper {
    left: 300px
}
body.pmr-open #wrapper {
    left: -300px
}
body.pmt-open #wrapper {
    top: 100px
}
body.pmb-open #wrapper {
    top: -100px
}

.menu-strip {
    position:absolute;
    width:5px;
    height:100%;
    background-color:#A5C916;
}

.footer {
    position:relative;
    width:100%;
    background-color:#D4E4F1;
    clear: both;
}

.footer-strip {
    position:relative;
    width:100%;
    height:30px;
    background-color:#186DB4;
}

.footer-section {
    position:relative;
    float:left;
 /*   width: 100%;*/
    margin-bottom: 20px;
    min-height: 230px;
}

.footer-section ul {
    margin:0;
    padding:0;
    list-style-type:none;
    list-style:none;
}

.footer-section ul li {
    margin: 0px 0px 10px 0px;

}

.footer-section ul li a {
    font-size:14px;
    font-weight:400;
    text-decoration:none;
    color: #000;
}

.footer-title {
    font-size:14px;
    font-weight:800;
    border-bottom:solid 1px #ccc;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.menu-container {
  /*  display:none; */
    position:relative;
    width:100%;
    padding-bottom: 25px;
}

.homepage {
    /*display:none;*/
    position:relative;
    width:100%;
    padding-bottom: 30px;
}

.menu-hdr {
    position:relative;
    width:100%;
    height:60px;
    background-color:#186DB4;
}

.menu-hdr ul {
    padding:0;
    margin:0;
    list-style:none;
    list-style-type:none;
    /* text-align:center; */
    width: 1070px;
    margin: auto;
}

.menu-hdr ul li {
    position:relative;
    display:inline-block;
    margin-top: 15px;
}

.menu-hdr ul li a {
    color:#fff;
    font-weight:700;
    font-size:21px;
    text-decoration:none;
}

.menu-hdr ul li:nth-child(2) {
    /* margin:0px 20% 0px 20%; */
}

.menu-strip-horz {
    width:100%;
    background:#A5C916;
    height:10px;
}

.hero-text {
    position:absolute;
    font-size:21px;
    font-weight:600;
    color:#fff;
    top:10px;
    left: 19px;
}

body {
    background-color:#fff;
}

.header-hdr {
    width: 88%;
    margin:0 auto;
    padding-bottom: 60px;
}


.site-logo-hdr {
    position:relative;
    width: 150px;
    margin-top: 15px;
    float: left;
}

.search-container {
    position:relative;
    width: 87%;
    margin:0 auto;
}

.hero-hdr {
    position:relative;
    width: 100%;
    background-color: #186DB4;
    height: 50px;
    border-radius: 5px;
    margin-top:15px;
}

.download-hdr {
    position:relative;
    width: 100%;
    background-color: #186DB4;
    height: 72px;
    border-radius: 5px;
    margin-top:15px;
}

.login-hdr {
    position:relative;
    width: 100%;
    background-color: #A5C916;
    border-radius: 5px;
    margin: 15px 0px 20px 0px;
    height: 205px;
}

.hero-text {
    position:absolute;
    font-size:21px;
    font-weight:600;
    color:#fff;
    top:10px;
    left: 19px;
}

.download-text {
    position:absolute;
    font-size:17px;
    font-weight:600;
    color:#fff;
    top:10px;
    left: 19px;
    width: 345px;
}

.fundListDownload {
    width: 414px !important;
}

.hero-icon {
    position:absolute;
    right: 11px;
    top: 5px;
}

.download-icon {
    position:absolute;
    right: 11px;
    top: 5px;
}

.login-title {
    position:relative;
    color:#fff;
    font-size:21px;
    font-weight:600;
    padding:15px 0px 0px 20px;
}

.footer-content {
    position:relative;
    width: 88%;
    margin:0 auto;
    margin-top:26px;
    font-size: 0.8em;
}




