html {
    min-height: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

html, body {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif, 'Font Awesome 5 Free';
    overflow-x: hidden;
    overflow-y: auto;
}

body {
	background: #fff;
	color: #494949;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}

body.closed {
    overflow: hidden;
}


.hidden {
    display: none;
}

p {
    font-size: 13px;
    color: #494949;
    margin-bottom: 12px;
}

a {
    color: #0072ac;
    transition: .3s ease;
    text-decoration: none;
    font-size: 13px;
}

a:hover{
    color: #494949;
	text-decoration: underline;
	cursor: pointer;
}

a:focus{
	text-decoration: none;
	outline: unset;
}

a:visited {
    color: #0072ac;
    text-decoration: underline;
}

button:focus, div:focus {
    outline: unset;
}

strong {
    font-weight: bold;
}


#header:after { 
    content: " "; 
    display: block;
    clear: both;
} 

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.push-right {
    float: right;
}

h1 {
    color: #415763;
    font-weight: 200;
    font-size: 28px;
    text-align: left;
    line-height: 1.5;
}

h2 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #719700;
    font-weight: bold;
}

h3 {
	color: #415763;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
}

h4 {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 14px;
    color: #415763;
    font-weight: bold;
    line-height: 1.5;
}

img,
.img-responsive {
    max-width: 100%;
    object-fit: cover;
}

ul {
    list-style-type: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

ol {
    list-style-type: none;
    text-align: left;
    margin: 0 0 .75em;
    padding: 0 0 0 2em;
}



.onepath-container {
    max-width: 1140px;
    margin: auto;
    margin-top: -20px;
    /*padding: 0 15px;*/
}

@media(max-width: 1140px) {
    .onepath-container {
        padding: 0;
    }
}

.extra-container {
    width: 965px;
}



@media screen and (min-width: 992px) {
    
    .onepath-container .onepath-content {
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 0 15px;
    }
    
    .extra-container .onepath-content {
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 0;
    }

    .left-bar {
        z-index: 0;
        display: flex;
        flex: 0 0 160px;
        padding: 0;
    }
}

@media(max-width: 991px) {
    .left-bar {
        display: none;
    }
    
    .extra-container {
        width: 100%;
    }
}

.grey-content {
    background: #f2f2f2;
}

/*-------------------------
           Button 
--------------------------*/

button {
    background: transparent;
    color: inherit;
    border: 0;
}

button.contact-btn, .btn-more {
    margin-top: 30px;
    float: left;
}

.btn-more {
    margin: 30px auto;
}

.page-content a.btn,
.page-content a.color-btn {
    padding: 4px 10px;
    border-radius: 4px;
    margin: 10px 0 0;
    display: inline-block;
    color: #415763;
    border: 1px solid #415763;
    font-weight: bold;
    font-size: 13px;
}

.page-content a.btn:hover {
    color: #fff;
    background: #415763;
}

.page-content a.color-btn {
    color: #fff;
    background: #415763;
}

.page-content a.color-btn:hover {
    color: #415763;
    background: transparent;
}

.page-content a.circle-btn,
.page-content a.border-btn {
    width: fit-content;
    background: #617e07;
    border-radius: 100em;
    border: 0;
    padding: 10px 16px;
    color: #fff;
    font-weight: 500;
}

.page-content a.circle-btn:after,
.page-content a.border-btn:after{
    content: '\f054';
    font-weight: 900;
    margin-left: 16px;
    font-size: 11px;
    font-family: 'Font Awesome 5 Free';
}

.page-content a.circle-btn:hover {
    background: #415e20;
}

.page-content a.border-btn {
    background: transparent;
    color: #617e07;
    border: 1px solid #617e07;
}

.page-content a.border-btn:hover {
    background: #617e07;
}

.page-content.financial-advice a.btn {
    width: fit-content;
}

.green_btn {
    font-size: 11px;
    text-align: center;
    /*width: 80px;*/
    /*height: 20px;*/
    padding: 5px 6px;
    background: linear-gradient(180deg, #a2bc8b, #617e07 35%, #617e07);
    /*background: #617e07;*/
    border-radius: 5px;
    border: 1px solid #617e07;
    color: #fff !important;
    margin-top: 10px;
    font-weight: bold;
    transition: .3s ease;
}

.green_btn:hover, .green_btn:active, .green_btn:focus {
    color: #fff;
    /*background: #617e07;*/
    background: linear-gradient(180deg, #617e07, #617e07 35%, #617e07);
}

.book-btn {
    font-size: 13px;
}



/****************************************************\
						nav
\****************************************************/

.menu-icon {
    display: none;
    border: 0;
    background: transparent;
    padding: 8px 0;
}

.menu-icon span {
    width: 26px;
    height: 1px;
    background: #fff;
    display: block;
    transition: .3s ease;
}

.sub_page_header .menu-icon span {
    background: #777;
}

@media(max-width: 991px) {
    .menu-icon {
        display: block;
        z-index: 2;
    }
    
    #navbarNav {
        display: none;   
        margin-left: 0;
    }
}

.menu-icon span:first-child {
    transform: translateY(-6px);
}

.menu-icon span:last-child {
    transform: translateY(6px);
}

.menu-icon.closed > span:first-child{
    transform: rotate(45deg) translateY(1px);
}

.menu-icon.closed > span:nth-child(2) {
    display: none ;
}

.menu-icon.closed > span:last-child {
    transform: rotate(-45deg) ;
}

#navbarNav {
    width: 100%;
    justify-content: flex-end;
}

.navbar {
    border-bottom: 0;
}

.navbar-brand {
    height: auto;
    padding: 16px 15px 15px;
}

.navbar-brand>img {
    padding-top: 13px;
    width: 137px;
}

@media(max-width: 1139px) {
    .navbar-brand {
        margin-left: 0 !important;
    }
}

@media(max-width: 990px) {
    .navbar-brand>img {
        width: 100px;
        padding-top: 5px;
    }
    
    .navbar-brand {
        padding: 0;
    }
    
    .navbar {
        margin: 0;
    }
}

.navbar-collapse {
    padding: 0;
    /*height: 24px !important;*/
    background: #617e07;
}


@media(max-width: 991px) {
    .navbar-collapse.collapse {
        /*position: absolute;*/
        background: #fff;
        width: 100%;
        /*height: 27px !important;*/
        
        /*KL_Test*/
        height: 100vh !important; 
        display: none !important;
        z-index: -1;
        padding-bottom: 15em;
    }
    
    .navbar-collapse.collapse.active {
        display: block !important;
        z-index: 999;
        overflow-y: auto !important;
    }
}

#menu{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    margin: 0;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    transition: .3s ease;
}

.closed #menu {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.closed .menu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.closed .menu-icon span {
    position: absolute;
    width: 30px !important;
    background: #fff !important;
    transition: .3s ease;
}

.closed .menu-icon span:nth-child(1) {
    transform: rotate(45deg);
}

.closed .menu-icon span:nth-child(2) {
    opacity: 0;
}

.closed .menu-icon span:nth-child(3) {
    transform: rotate(-45deg);
}

.header-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.header-tool a {
    margin-right: 15px;
    color: #494949;
    font-size: 12px;
}

.mobile-header-tool {
    display: none;
    background: #fff;
}

.mobile-header-tool a {
    color: #494949;
    width: 50%;
    display: inline-block;
    float: left;
    text-align: center;
}

@media(max-width: 991px) {
    .header-tool {
        display: none;
    }
    
    .header-top {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -70%);
    }
    
    .mobile-header-tool {
        display: block;
    }
}

.extra-header .navbar-header {
    max-width: 967px;
}

@media(max-width: 990px) {
    .extra-header .navbar-header {
        max-width: 100%;
    }
    
    .extra-header .header-top {
        position: relative;
        width: 100%;
        transform: unset;
        top: 0;
        left: 0;
        padding: 10px 0;
    }    
    
    .extra-header .navbar-brand>img {
        width: 137px;
    }
    
    .extra-header .header-tool {
        display: block;
        
    }
    
    .extra-header .search-wrapper {
        width: 50%;
    }
}

@media(max-width: 768px) {
    .extra-header .header-top {
        flex-wrap: wrap;
    }
}

.navbar-header {
    position: relative;
    display: block;
    max-width: 1110px;
    margin: auto;
    float: none;
}


@media(max-width: 991px) {
    .navbar-header {
        width: 100%;
        height: 70px;
        align-items: center;
        display: flex;
        padding: 0 15px 15px;
        margin-bottom: 6px;
    }
}

.company-logo {
    max-height: 90px;
    width: auto;
}

@media(max-width: 576px) {
    .company-logo {
        max-height: 60px;
    }
}

.header-tab {
    width: 100%;
    display: block;
    float: left;
    padding: 0;
}

.mobile-header-tab {
    display: none;
}

.mobile-header-tab > li .fas,
    li.dropdown .fas,
    li.sub-dropdown .fas {
        display: none;
}

@media(max-width: 991px) {
    .header-tab {
        display: none;
    }
    
    .mobile-header-tab {
        display: block;
    }
    
    .mobile-header-tab > li .fas,
    li.dropdown .fas,
    li.sub-dropdown .fas {
        display: inline-block;
        float: right;
        font-size: 16px;
        color: #fff;
        padding: 10px 20px;
    }
    
    .sub-dropdown.open {
        padding-bottom: 0 !important;
    }
}

.mobile-header-tab li {
    background-color: #415E20;
    list-style-type: none;
    list-style-image: none;
    border-bottom: 1px solid #617e07;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -.4px;
}

.header-tab li {
    display: inline-block;
    margin-right: 2px;
}

.header-tab li a {
    width: 150px;
    height: 22px;
    background: #415e20;
    text-align: center;
    border-radius: 6px 6px 0 0;
    padding: 2px 0;
    display: block;
    font-size: 12px;
}

.header-tab li.active a {
    background: #617e07;
}

.mobile-header-tab li.active {
    background: #617e07;
}

.header-tab li a,
.mobile-header-tab li a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    letter-spacing: -.4px;
}

.header-tab li a:hover,
.mobile-header-tab li a:hover {
    background: #617e07;
}

.navbar-nav {
    width: 100%;
    height: 28px;
    max-width: 1110px;
    margin: auto;
    float: none;
}

.navbar-nav li {
    float: left;
    position: relative;
}

@media(max-width: 991px) {
    .navbar-nav {
        display: block;
        background: #617e07;
        height: auto;
    }
    
    .navbar-nav.active {
        display: block;
    }

    .navbar-nav > li {
        margin: 0 !important;
    }
}

.navbar-nav > li.active > a,
.second-nav > li.active > a {
    text-decoration: underline;
    /*font-weight: bold;*/
}

.third-nav {
    display: none;
    background: #37501a;
    margin-top: 15px;
}

@media(max-width: 991px) {
    .navbar-nav li.active a {
        text-decoration: none;
    }
    
    .open > .third-nav {
        display: block;
        width: 100%;
    }
}


.navbar-nav li a {
    margin-right: 0;
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 4px 13.5px 4px 10px;
    display: block;
    font-size: 1.2rem;
    letter-spacing: -.4px;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
    background: transparent;
    color: #fff;
    text-decoration: underline;
}

@media(max-width: 991px) {
    .navbar-nav li a {
        width: 80%;
        padding: 5px 20px;
        display: inline-block;
    }
    
    .navbar-nav li {
        border-bottom: 1px solid #37501a;
        padding: 15px 0 ;
        width: 100%;
        float: none;
        clear: both;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        flex-wrap: wrap;
    }
}

.dropdown, .dropup {
    padding: 0;
}

.dropdown-menu {
    font-size: 12px;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    border: 0;
    display: block;
    width: 195px;
    /* border: 1px solid #415763; */
    border-top: 1px solid #fff;
    border-width: 0 1px 1px;
}

.navbar-nav .open .dropdown-menu {
    display: block;
    width: 195px;
    /*padding: 0;*/
}

.second-nav {
    padding: 0;
}

.dropdown-menu>li{
	padding: 0;
    border-top: 1px solid #415763;
    border-right: 1px solid #415763;
    border-left: 1px solid #415763;
}

@media(max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
        width: 100%;
    }
    
}

.dropdown-menu>li> a,
.second-nav > li > a {
    color: #494949 !important;
    transition: .3s ease;
    position: relative;
    white-space: normal;
    display: block;
    text-decoration: none;
    padding: 6px 15px;
}

.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover,
.second-nav >li>a:hover,
.second-nav >li.open >a:hover,
.second-nav >li>a:focus {
    border: 0;
    background-color: #E4E8F4;
    text-decoration: none;
}

@media(max-width: 991px) {
    .dropdown-menu>li> a, .second-nav > li > a {
        color: #fff !important;
    }
    
    .dropdown-menu>li>a:focus, 
    .dropdown-menu>li>a:hover,
    .second-nav >li>a:hover,
    .second-nav >li>a:focus,
    .second-nav >li.open >a:hover {
        border: 0;
        background-color: transparent;
    }
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}
    
.navbar-nav> li {
    float: left;
    /*margin: 0 10px;*/
}

.open > .second-nav {
    display: block;
}

.second-nav {
    display: none;
    position: absolute;
    left: 0;
    top: 28px;
    width: 185px;
    padding: 0;
    background: #fff;
    z-index: 99;
    border: none;
    color: #494949;
}


@media(max-width: 991px) {
    .second-nav {
        display: none;
        position: relative;
        top: 16px;
        width: 100%;
        padding: 0;
        background: #415E20;
        z-index: 99;
        border: none;
        color: #fff;
    }
}

.second-nav li {
    list-style: none;
    border-top: 1px solid #415763;
    border-right: 1px solid #415763;
    border-left: 1px solid #415763;
    width: 100%;
}

@media(max-width: 991px) {
    .second-nav li {
        border-bottom: 1px solid #37501a;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }
}

.second-navsecond-nav li.active {
    text-decoration: none;
}

.second-nav li:last-child {
    border-bottom: 1px solid #415763;
}

.second-nav li a:active {
    /*background: transparent;*/
    color: #415763;
}

@media(max-width: 990px) {
    .second-nav li a:active {
        color: #fff;
    }
}

/*---- Side Nav ---*/

.side-nav a {
    color: #fff !important;
    padding: 10px 0 10px 25px;
    display: block;
    padding: 10px 10px 10px 25px;
    text-indent: -7px;
}

.side-nav i {
    margin-right: 6px;
}

.second-extra-nav i {
    font-size: 10px
}

.second-side-nav li,
.second-extra-nav li {
    width: 100%;
    line-height: normal;
    background: #617e07;
    border-bottom: 1px solid #37501a;
    display: inline-block;
}

.second-side-nav li.active,
.second-extra-nav li.active {
    background: #415e20;
    text-decoration: underline;
}

.second-side-nav-item.active {
    border-top: none;
    background: #415e20;
    text-decoration: underline;
}

.third-side-nav li {
    border: 0;
    background: #617e07;
}

.second-side-nav-item.active li a {
    background-color: #37501a;
}

.second-side-nav-item.active li.active a,
.second-side-nav-item.active li.active a:hover,
.second-side-nav-item.active li.active a:focus {
    text-decoration: underline ;
    background: #37501a !important;
    text-decoration: underline;
    font-weight: bold;
}

.third-side-nav li a {
    color: #fff !important;
    padding: 10px 10px 10px 25px;
    text-decoration: none;
    text-indent: 0;
}

.third-side-nav li a:hover,
.third-side-nav li a:focus,
.third-side-nav li a:active {
    text-decoration: underline;
    background-color: #37501a;
}


.second-side-nav-item.active .third-side-nav {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    box-shadow: none;
    min-width: auto;
}





/****************************************************\
			    mmobile nav icon
\****************************************************/

.navbar-toggle {
    float: left;
    padding: 9px 0;
}

.navbar-toggle .icon-bar {
    width: 24px;
    height: 4px;
    background: #494949;
}

.mobile-navbar {
    display: none;
}

@media(max-width: 991px) {
    .navbar-toggle, .mobile-navbar {
        display: block;
        margin: 4px -2px;
    }

}

#header {
    position: absolute;
    margin: 0 auto;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.sub_page_header {
    background: #f5f5f9;
}


/*---- Banner -----*/

#banner {
    position: relative;
    width: 100%;
    /*max-height: 171px;*/
    display: flex;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: #fff;
}

.banner-img {
    flex-basis: 50%;
    max-width: 50%;
    z-index: 1;
}

@media(max-width: 990px) {
    #banner {
        display: block;
        max-height: 100%;
    }
    
    .banner-img {
        flex-basis: 100%;
        max-width: 100%;
        z-index: 1;
        max-height: 171px;
        overflow: hidden;
    }

}


#banner img {
    width: 100%;
    max-height: 171px;
    overflow: hidden;
    object-fit: cover;
    object-position: center
}

.extra-container #banner img {
    width: 700px;
    height: 200px;
    max-height: 200px;
}

.banner-content {
    box-sizing: border-box;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
    min-height: 171px;
    position: relative;
    margin-left: -9.5%;
    padding: 15px 15px 15px 45px;
    text-align: left;
}

@media(max-width: 990px) {
    .banner-content {
        max-width: 100%;
        flex-basis: 100%;
        margin-left: 0;
    }
}

.banner-content h3 {
    position: relative;
    text-transform: uppercase;
    color: #415763;
    font-size: 2.2rem;
    font-weight: normal;
    z-index: 3;
}


.banner-content:before {
    content: " ";
    display: flex;
    position: absolute;
    z-index: 2;
    top: -54px;
    left: -77px;
    border: 1px solid #fff;
    background-color: #fff;
    width: 300px;
    height: 300px;
    border-radius: 25pc 0 0 0;
}

@media(max-width: 990px) {
    .banner-content:before {
        display: none;
    }
}


#sub-banner {
    position: relative;
    background: #fff;
}

#sub-banner img {
    object-fit: cover;
    width: 100%;
    height: 127px;
    overflow: hidden;
}

#sub-banner h1 {
    background: #DCD8D7;
    margin: 0 0 15px;
    padding: 0 0 0 10px;
    line-height: 1.5em;
    font-weight: bold;
    font-size: 2.2rem;
}

#news-banner img {
    object-fit: cover;
    width: 100%;
}

#sub-banner.financial-advice-banner {
    margin-bottom: 30px;
}

#sub-banner.financial-advice-banner .banner_text {
    position: relative;
    width: 80%;
    height: 140px;
    display: flex;
    align-items: end;
    border-radius: 0 0 48px 0;
    background: linear-gradient(270deg, #656567 0%, #404143 85%);
    z-index: 1;
}

@media(max-width: 768px) {
    #sub-banner.financial-advice-banner .banner_text {
        width: 76vw;
    }
}

#sub-banner.financial-advice-banner img {
    position: absolute;
    right: 0;
    top: 0;
    width: 190px;
    height: 100%;
}

#sub-banner.financial-advice-banner h1 {
    color: #fff;
    background: transparent;
    margin: 20px 10px;
    font-size: 30px;
    font-weight: 500;
}


/*------------- Main Container -------------*/

@media screen and (min-width: 992px) {
    #main-container {
        margin: 0;
        flex: 1 1 auto;
        border-left: 1px solid #ebebeb;
    }
}

#main-container {
    padding: 0 15px 15px;
}

#super-container {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #f2f2f2;
}

#super-container .page-content {
    padding-bottom: 2em;
}

#super-container .sitemap {
    background: #fff;
    padding: 0 15px;
}

.extra-container .main-container {
    max-width: 770px;
    margin: 0;
}

@media(max-width: 990px) {
    .extra-container .main-container {
        max-width: 100%;
    }
}

.main-container {
    margin-right: 10px;
    margin-left: 20px;
}

.mobile-content {
    display: none;
}

@media(max-width: 991px) {
    
    .main-container {
        margin: 0;
    }
    
    .web-content {
        display: none;
    }
    
    .mobile-content {
        display: block;
    }
}

.content-box {
    padding: 23px 30px;
}


/*---------- Main Container end----------*/



/*****************\
      Footer
\*****************/

#footer {
    width: 100%;
    /*padding-bottom: 30px;*/
    background-color: #415763;
}

.footer-container {
    max-width: 1110px;
    padding: 0 15px;
    margin: auto;
}

.footer-title {
    width: 100%;
    display: inline-block;
    padding-top: 15px;
}

.footer-text {
    padding: 15px;
}

.footer-text p, .footer-text a {
    color: #fff;
    font-size: 12px;
}

.footer-text-right {
    text-align: right;
    margin-top: 15px;
}

.footer-title h3 {
    font-weight: bold;
    text-align: left;
    margin: 0;
    color: #fff;
    font-size: 12px;
    margin-bottom: 2px;
}

.footer-text ul {
    /*width: 100%;*/
    padding: 0;
    margin: -10px 0 12px 0;
    display: inline-flex;
}

.footer-text ul li {
    display: inline-flex;
    border-right: 1px solid #fff;
    padding-right: 9px;
    margin-right: 10px;
}

.footer-text ul li:last-child {
    border: 0;
}

@media(max-width: 768px) {
    .footer-text ul {
        width: 100%;
        flex-wrap: wrap;
        margin: 0 0 12px 0;
        justify-content: center;
    }
    
    .footer-text ul li {
        margin-bottom: 10px;
    }
    
    .footer-text ul li:last-child {
        margin-right: 0;
        padding-right: 0;
    }
}



/*.footer-text ul li:after {*/
/*    content: '|';*/
/*    position: relative;*/
/*    margin: 0 9px;*/
/*    display: inline-block;*/
/*    color: #fff;*/
/*}*/

.footer-text ul li:last-child:after {
    display: none;
}

#footer .disclaimer {
    margin-top: 15px;
    font-size: 12px;
    color: #fff;
}


@media(max-width: 991px) {
    .footer-text, .footer-title h3, .footer-text ul li  {
        text-align: center;
        align-items: center;
        justify-content: center;
    }
}

/*------ Search Tool ------*/

.search-wrapper {
    display: inline-block;
}

@media(max-width: 990px) {
    .search-wrapper {
        width: 100%;
    }
}

#search-tool .gsc-input-box {
    height: auto;
    width: 160px;
}

#search-tool .navbar-form {
    padding: 15px;
    margin: 0;
}

.navbar-form .input-group {
    display: flex;
}

#search-tool .navbar-form .input-group>.form-control, 
.search-again .form-control {
    width: 172.5px;
    height: 21px;
    border-radius: 2px !important;
    border-color: rgb(118,118,118);
    font-size: 1.35rem;
    flex: 1 0 75px;
    padding: 1px 3px;
    margin-right: 6px;
    -webkit-box-flex: 1;
}

#search-tool .form-control:focus,
.search-again .form-control:focus {
    border: 2px solid #617e07;
    outline-color: #617e07;
    box-shadow: none;
}

@media(max-width: 991px) {
    #search-tool .input-group {
        width: 80%;
    }
}

#search-tool table.gsc-search-box {
    width: 200px;
}

#search-tool table.gsc-search-box #gs_tti50 {
    padding-top: 2px;
    padding-bottom: 2px;
}

#search-tool .cse .gsc-search-button input.gsc-search-button-v2,
#search-tool input.gsc-search-button-v2 {
    width: 69px;
    height: 27px;
    outline: none;
}

@media (max-width: 300px) {
    #search-tool .cse .gsc-search-button input.gsc-search-button-v2,
    input.gsc-search-button-v2 {
        width: 50px;
        height: auto;
        padding: 6px 17px;
    }
}

#search-tool .gsc-results-wrapper-overlay .gsc-selected-option-container {
    width: auto !important;
}

#search-tool .gsc-control-cse.gsc-control-cse-en {
    background: transparent;
    border: none;
}

#search-tool input.gsc-search-button {
    border-color: #fff;
    background-color: #617e07;
    height: 28px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
}

.search-wrapper {
    position: relative;
}

.default_header #search-tool {
    position: absolute;
    top: 59px;
    left: -120px;
    z-index: 10000;
}


#search-tool {
    position: relative;
}

#gs_cb50 {
    vertical-align: middle;
}

.search-btn {
    background: #617e07;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px !important;
    width: 70px;
    height: 20px;
    transition: .3s ease;
    padding: 0;
    margin-left: 5px;
}

.search-btn:hover  {
    background: #617e07;
    color: #fff;
}

.orange-search-btn {
    background: linear-gradient(180deg, rgba(231,180,118,1) 0%, rgba(215,123,12,1) 47%, rgba(212,118,0,1) 100%);
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px !important;
    width: 70px;
    height: 20px;
    transition: .3s ease;
    padding: 2px 6px;
    margin-left: 5px;
}

.orange-search-btn:hover, .orange-search-btn:active, .orange-search-btn:focus {
    color: #fff;
    outline: 0;
}

.search-again {
    width: 100%;
    margin: .5em 0 0;
}

.search-again h3 {
    width: 100%;
    background: #E3EACC;
    padding: .2em 0 .2em .5em;
    margin: .75em 0 0;
}

.search-again .navbar-form {
    width: 100%;
    padding: 0;
}

.search-again .selection {
    width: 50%;
}

.search-again label {
    width: 107px;
    text-align: right;
}

.search-again input {
    margin-left: 8px;
}

#document-result {
    display: flex;
    flex-wrap: wrap;
    margin: 0 4.5px;
}

#page-result {
    display: flex;
    flex-wrap: wrap;
    margin: 0 4.5px;
}

.search-results {
    float: left;
    width: 100%;
    border-top: 1px solid #D47600;
    margin: .75em 0 0;
    padding: .75em 0 0;
}

.search-results .showing-title {
    margin-bottom: .25em;
    font-size: 13px;
    font-weight: bold;
    order: 1;
}

.search-results .table {
    order: 2;
    margin-top: .75em;
}

.search-results .table:first-child {
    border-top: 1px solid #999;
    margin-bottom: 0;
}

.search-results .table:last-child {
    border-bottom: 1px solid #999;
    margin-top: 0;
}

.search-results .table tr {
    background-color: transparent !important;
}

.search-results .table td {
    padding-left: 30px;
    border: 0;
    font-weight: bold;
}

.search-results .pagination, .invest-pagination .pagination {
    order: 3;
    background: #F1F4E5;
    border: 1px solid #E3EACC;
    margin: 1em 0;
    margin-bottom: 2em;
    padding: .5em;
    width: fit-content;
}

@media(max-width: 576px) {
    .invest-pagination {
        flex-wrap: wrap;
    }
    
    .invest-pagination .pagination-area {
        margin-bottom: 10px;
    }
}

.search-results .pagination>li, .invest-pagination .pagination > li {
    float: left;
    display: block;
    margin: 0 .2em;
    padding: 0 .5em;
    padding-right: .9em;
    border: 0;
    border-right: 1px solid #ddd;
    background-color: transparent;
}

.search-results .pagination>li:last-child, .invest-pagination .pagination > li:last-child {
    border: 0;
}

.search-results .pagination>li>a, .search-results .pagination>li>span,
.invest-pagination .pagination>li>a, .invest-pagination .pagination>li>span {
    background-color: transparent;
    padding: 0 .4em;
    margin: 0;
    border: 0;
}

.search-results .pagination>li.active a,
.invest-pagination .pagination>li.active a{
    background-color: #97af3f;
}

.pagination li:before {
    display: none !important;
}

.search-again .search-filter {
    width: 100%;
    flex-wrap: wrap;
}

.search-again .filter-tab {
    width: 100%;
    padding-right: 20%;
    text-align: right;
    margin-bottom: 0;
    margin-top: 10px;
}

.search-again .search-filter .collapse {
    width: 100%;
    border-top: 1px solid #96B040;
}

.search-again .filter-tab .btn-tab {
    color: #494949;
    background: transparent;
    border-radius: 6px 6px 0 0;
    padding: 1px 6px;
}

.search-again .filter-tab .btn-tab:hover {
    text-decoration: underline;
}

.search-again .filter-tab .btn-tab:after {
    content: '\f0da';
    display: inline-block;
    color: #b8c97f;
    font-weight: 900;
    margin: 0 4px;
    font-family: 'Font Awesome 5 Free';
}


.search-again .filter-tab .btn-tab:not(.collapsed) {
    background: #97af40;
    color: #fff;
    border-radius: 6px 6px 0 0;
    padding: 1px 6px;
}

.search-again .filter-tab .btn-tab:not(.collapsed):after {
    transform: rotate(90deg);
}

.search-again .search-filter .card-body {
    border: 0;
    background: transparent;
}

.search-again .card-body .form-item {
    padding-bottom: 1.75em;
}

.form-item select {
    padding: 2px;
}


/* Forms and brochurs*/

.formBro h3 {
    background: #EDEBEB;
}

.search-again .formBro-search label {
    width: auto;
}

.search-again .formBro-search .form-control {
    flex: 0 0 50%;
}

@media(max-width: 375px) {
    .search-again .formBro-search .form-control {
        flex: 0 0 30%;
    }
}

.formBro-search {
    width: 100%;
    border-bottom: 1px solid #96B040;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media(max-width: 768px) {
    .formBro-search {
        margin: 0 15px;
    }
}

.form-filter {
    position: relative;
    display: block !important;
    padding: 10px 10px;
}

.filter-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    /*background: #000;*/
    z-index: 1;
    display: block;
}

.form-filter .title {
    font-weight: bold;
    margin-right: 20px;
    display: inline-block;
    float: left;
}

.form-filter-content {
    display: flex;
    align-items: center;
}

.all_Category, .all_product {
    min-width: 200px;
    height: 100px;
    padding: 0 10px;
    border: 1px solid #EEEEEE;
    overflow: auto;
}


.form-filter .arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 16px;
    border-color: transparent transparent transparent #e2eacc;
    margin: 0 10px;
}

.form-filter ul {
    padding: 0 !important;
}

.form-filter li {
    text-indent: 0 !important;
    text-align: left;
}

.form-filter li:before {
    display: none !important;
}

.form-filter .option {
    cursor: pointer;
    display: block;
}

.form-filter .option.active {
    background-color: #F1F4E5;
    border-color: #A3BAE9;
}


.tab-result {
    margin-top: 10px;
}


.tabTable .th1 {
    background: #E3EACC;
    height: auto;
}

.tabTable .th1 a {
    font-weight: normal;
    cursor: pointer;
    color: #494949;
}

.tabTable .th1 a:after {
    content: '\f0d7';
    color: #6190cd;
    font-size: 12px;
    font-weight: 900;
    transform: rotate(0deg);
    display: inline-block;
    margin-left: 5px;
    font-family: 'Font Awesome 5 Free';
}

.tabTable .th1 a.active:after {
    content: '\f0d7';
    color: #6190cd;
    font-size: 12px;
    font-weight: 900;
    transform: rotate(180deg);
    font-family: 'Font Awesome 5 Free';
}

.tabTable tr:nth-of-type(odd) {
    background-color: #F1F4E5 !important;
    border-color: #FFFFFF;
    padding-top: 12px;
    padding-bottom: 5px;
    height: 40px;
}

.tabTable td:before {
    content: '\f1c1';
    display: inline-block;
    margin: 10px 15px;
    vertical-align: top;
    font-family: 'Font Awesome 5 Free';
}

.tabTable .text {
    display: inline-block;
    width: calc(100% - 40px);
}


.tab-result .pagination {
    width: 100%;
    padding: 0;
    background: #EDEBEB;
    text-align: left;
    border: 1px solid #E3EACC;
    padding-top: 3px;
    padding-bottom: 3px;
}

.tab-result .pagination>li>a, .tab-result .pagination>li>span {
    font-size: 12px;
    padding: 2px 8px;
    /*margin: 0 5px;*/
    letter-spacing: normal;
    vertical-align: middle;
    word-spacing: normal;
    text-transform: none;
    cursor: pointer;
    color: #7D6E6A;
    background: transparent;
    text-indent: 0;
    border: 0;
    border-right: 1px solid #ddd;
}

.tab-result .pagination>li:last-child>a, .tab-result .pagination>li:last-child>span {
    border-right: 0;
}

.tab-result .pagination>li.active>a, .tab-result .pagination>li.active>span {
    color: #FFFFFF;
    background: #D47600 none repeat scroll 0 0;
    margin-left: 2px;
}

.totalR {
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    margin-right: 6px;
}



/*---------- Search Tool end ---------*/



/*---------- breadcrumb  ---------*/

@media(max-width: 991px) {
    .breadcrumb-container {
        display: none;
        margin: 10px 0;
    }
}

.breadcrumb {
    background: transparent;
    padding: 0 15px;
    margin: 2px 0 3px;
}


.breadcrumb>.active {
    color: #494949;
}

.breadcrumb-item a {
    font-size: 12px;
}

.breadcrumb>li+li:before {
    content: '>';
    color: #494949;
    padding: 0 3px;
    
}

/*---------- breadcrumb end ---------*/


/*--------- Page Content ------------*/

.extraPage-content {
    margin-top: 10px;
}

.extraPage-content h3 {
    font-size: 16px;
    margin-bottom: 4px;
}

.extraPage-content h4 {
    font-size: 14px;
}

.extraPage-content p {
    font-size: 13px;
}

@media(max-width: 991px) {
    .extraPage-content {
        /*margin: 20px;*/
    }
}

.extraPage-content .section-content {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.extraPage-content .section-box {
    display: flex;
    align-items: flex-start;
    padding: 0;
}

@media(max-width: 768px) {
    .extraPage-content .section-box {
        flex-wrap: wrap;        
    }
}

.extraPage-content .section-box h3 {
    margin-bottom: 4px;
}

.extraPage-content .section-box .image {
    margin: 0 10px;
    flex: 0 0 100px;
}

.page-section {
    width: 100%;
    border-top: 1px solid #A89E9B;
    /*margin: 1em 0 0;*/
    /*padding: .5em 0 0;*/
}

.page-content h2, .page-content h3 {
    display: inline-block;
    color: #415763;
}

.page-content img.img-responsive {
    width: 100%;
    object-fit: cover;
}

.page-content ul {
    padding-left: 16px;
    margin-bottom: 10px;
}

.page-content ul li {
    color: #494949;
    text-indent: -8px;
    list-style-type: none;
    margin-top: 2px;
}

.page-content ul li:before{
    content: '\f061';
    font-weight: 900;
    margin-right: 6px;
    margin-left: 2px;
    color: #617e07;
    font-size: 8px;
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
}

.page-content ul li a {
    font-size: 12px;
}

.page-content ol {
    list-style-type: decimal;
}

.page-content .disclaimer {
    margin-top: 30px;
    font-size: 11px;
}

.section-title {
    border-bottom: 1px solid #A89E9B;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: .75em;
}

.section-title h2 {
    margin-bottom: .5rem;
    color: #415763 !important;
}

.section-content {
    /*margin-top: 10px;*/
    /*padding-top: 15px;*/
}

.section-content .image a > img{
    display: inline-block;
    float: left;
    /*margin: 2px 15px .75em 0;*/
}

.section-box {
    width: 100%;
    /*display: inline-block;*/
    display: flex;
    margin-bottom: 10px;
    /*padding: 10px 0 15px;*/
}

.section-box .image {
    display: inline-block;
    /*float: left;*/
}

.section-box .image img {
    width: 75px;
    height: 75px;
    object-fit: cover;
}

@media(max-width: 576px) {
    .section-box .image img {
        width: 100%;
        height: 100%;
    }
}

.section-box .image a {
    display: inline-block;
    width: 75px;
    margin: 2px 15px .75em 0;
}

.section-box .content p {
    /*opacity: .6;*/
}

.extraPage-content .section-box .content p {
    font-size: 13px;
}

.short-content {
    /*width: calc(100% - 35% - 110px);*/
    width: calc(100% - 175px - 110px);
    float: left;
}

.short-content h4 a,
.section-box h4 a {
    font-size: 15px;
}

.bestFor {
    float: right;
    width: 200px;
    /*flex-basis: 33.33333%;*/
    width: 175px;
    background: #ebebeb;
    border: 1px solid #bfb3a9;
    padding: 10px 5px 10px 10px;
}

.bestFor p {
    margin-bottom: 10px;
    font-weight: bold;
}

.bestFor ul {
    padding: 0 10px 0;
    margin-left: 8px;
    margin-bottom: 0;
}

.bestFor li {
    padding-bottom: 4px;
}

@media(max-width: 576px) {
    .section-box .image {
        width: 100px;
        height: 100px;
        margin: 0 auto 10px;
        /*float: none;*/
        /*clear: both;*/
        /*display: block;*/
        
    }
    
    .section-box .image a, .bestFor {
        width: 100%;
        display: block;
        float: none;
        clear: both;
    }
    
    .section-box .short-content, .section-box .content {
        width: calc(100% - 110px);
        /*text-align: center;*/
        /*margin-top: 10px;*/
        margin-left: 10px;
        display: inline-block;
    }
    
    .section-content .image a > img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        float: none;
        clear: both;
        margin: 0;
    }

}

/*--------- Page Content ------------*/

/*------------ Right Side Bar -------------*/

.right-bar {
    flex: 0 0 225px;
    -webkit-box-flex: 0;
    background: #ebebeb;
    padding: 15px;
}


.extra-container .right-bar {
    width: 195px;
    padding: 1em 10px;
    flex: unset;
}

@media(max-width: 990px) {
    .extra-container .right-bar {
        width: 100%;
    }
}

#rightBar {
    /*padding: 0 15px;*/
}

#rightBar p {
    font-size: 11px;
    margin-top: .75em;
}

#rightBar .login-box {
    border-bottom: 1px solid #d2cece;
    /*padding: 20px 0;*/
    margin-bottom: 15px;
    padding: 0 0 15px;
}

#rightBar .quickLink {
    /*padding: 20px 0;*/
    margin-bottom: 15px;
    padding: 0 0 15px;
}

.quickLink .h5 {
    font-size: 12px;
}

#rightBar .login-box ul {
    padding-left: 14px;
    margin-bottom: 1em;
    list-style-type: square;
    font-size: 12px;
}

#rightBar .login-box h2 {
    color: #415763;
    margin-bottom: .5em;
}

#rightBar .login-box h3 {
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: 1.4rem;
}

#rightBar .login-btn a {
    display: inline-block;
    border-radius: 2px;
    width: 80px;
    height: 21px;
    padding: 0 16px;
    text-align: center;
    font-weight: bold;
    
}

#rightBar .login-btn a.login {
    background-color: #415763;
    color: #fff;
    border: 1px solid #415763;
}

#rightBar .login-btn a.login:hover {
    background-color: #2f3d45;
    text-decoration: none;
}

#rightBar .login-btn a.register {
    color: #415763;
    border: 1px solid #415763;
}

#rightBar .login-btn a.register:hover {
    background-color: #415763;
    color: #fff;
    text-decoration: none;
}

#rightBar .green-box {
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
}

#rightBar .green-box h3 {
    /*height: 32px;*/
    color: #fff;
    background: #617e07;
    padding: 10px;
    margin: 0;
    font-size: 12px;
    font-weight: bold;
}

#rightBar .green-box p {
    padding: 0 .75em 8px;
    margin-bottom: 0;
}

#rightBar .green-box ul {
    background: #fff;
}

#rightBar .green-box li {
    padding: 10px;
    display: block;
    border-bottom: 1px solid #ebebeb;
}

#rightBar .green-box li:last-child {
    border: 0;
}

.green-box li a {
    color: #0072ac;
    font-size: 11px;
}

.rightBar-img {
    margin-bottom: 15px;
}

.rightBar-img img, #rightBar .green-box img {
    width: 100%;
}

@media(max-width: 990px) {
    .rightBar-img {
        width: 195px;
        margin: 20px auto;
    }
}


/*------------ Right Side Bar End-------------*/


/*------------- Table----------------*/
.table {
    overflow-x: auto;
}

table.tabdata {
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    margin: 0 0 10px;
    width: 100%;
    background: #fff;
}

table th {
    text-align: left;
}

table td {
    vertical-align: text-top;
    padding: 10px;
}

table.tabdata th.border-right, 
table.tabdata td.border-right, 
table.tabdata.email th.border-right, 
table.tabdata.email td.border-right {
    border-right: 1px solid #ebebeb;
}

table.tabdata th {
    font-weight: bold;
    border-bottom: 2px solid #617e07;
    background: #fff;
    padding: 10px 15px;
    height: 32px;
}

table.tabdata td {
    padding: 10px 15px;
    border-bottom: 1px solid #ebebeb;
}

table.tabdata td p {
    margin-bottom: 0;
}

table#columns.tabdata td {
    border-bottom: 1px solid #ebebeb;
}

.table-box,
.table-box .table-row {
    margin: 20px 0;
}

.table-row > div {
    padding: 0;
}

.table-box img {
    padding-left: 20px;
}


@media(max-width: 991px) {
    .table-box .img-responsive {
        width: 60%;
        margin: 20px auto;
        padding: 0;
    }
}




/*------------- Table end----------------*/

/*------- Super page -------*/

.content01 {
    margin-bottom: 20px;
}

.circle-content {
    width: calc(100% / 2);
    padding: 30px 60px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

@media(max-width: 576px) {
    .circle-content {
        width: 100%;
    }
}

.circle-content h2 {
    width: 100%;
    color: #415763;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 10px;
}

.circle-content p {
    margin: 20px 0;
}

.circle-content ul {
    text-align: center;
}

.circle-content img {
    width: 120px;
    height: 120px;
    border-radius: 100em;
}

.page-content .circle-content ul li:before {
    display: none;
}

.visitbutton {
    text-align: center;
}

.visitbutton a {
    display: inline-block;
    color: #415763;
    border-radius: 2px;
    border: 1px solid #415763;
    padding: 2px 8px;
    margin: 20px auto;
}

.visitbutton a:hover {
    color: #fff;
    background: #415763;
    text-decoration: none;
}

.content02 {
    padding: 0 15px;
}

.tile {
    width: calc(100% / 3 - 30px);
    /*flex-basis: 33.33333%;*/
    /*max-width: 33.33333%;*/
    display: inline-block;
    border: 1px solid #494949;
    margin: 15px;
    padding: 15px;
    vertical-align: top;
    min-height: 160px;
}

@media(max-width: 768px) {
    .tile {
        width: 100%;
        margin: 15px 0;
        height: auto;
    }
}

.tileheader {
    font-size: 16px !important;
    font-weight: bold;
    color: #0072ac;
    margin-top: 1rem;
    margin-bottom: .5rem;
    display: block;
}

/*------- Super page end -------*/


/*----------- Tab ------------*/

.page-content .nav-tabs,
.tab-result .nav-tabs {
    border-bottom: 5px solid #617e07;
    margin-bottom: 4px;
    padding: 0;
}

.page-content .nav-tabs>li,
.tab-result .nav-tabs > li {
    margin-right: 1px;
    text-indent: 0;
    margin-bottom: 0;
}

.page-content .nav-tabs>li:before ,
.tab-result .nav-tabs > li:before{
    display: none;
}

.page-content .nav-tabs> li a,
.tab-result .nav-tabs > li a{
    height: 22px;
    padding: 2px 10px;
    color: #494949;
    background: #ebebeb;
}

.page-content .nav-tabs> li a:hover,
.page-content .nav-tabs> li a:focus,
.tab-result .nav-tabs> li a:hover,
.tab-result .nav-tabs> li a:focus {
    text-decoration: underline;
}

.page-content .nav-tabs>li>a.active,
.page-content .nav-tabs>li>a.active:hover,
.page-content .nav-tabs>li>a.active:focus,
.tab-result .nav-tabs>li.active>a,
.tab-result .nav-tabs>li.active>a:hover,
.tab-result .nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background: #617e07;
    color: #fff;
    font-weight: bold;
    border: 0;
    text-decoration: none;
}

.tab-content {
    margin-top: 10px;
}

.tab-content h3 {
    margin-top: 0;    
}

.compactor {
    padding-bottom: 10px;
}

.compactor-content {
    padding-left: 10px;
}

.compactor-content h3 {
    font-size: 13px;
    margin: 0!important;
    padding: 10px 0 0 10px;
}

.compactor-content h3:before {
    content: '\f0da';
    display: inline-block;
    color: #617e07;
    margin-right: 8px;
    font-weight: 900;
    transform: rotate(90deg);
    font-family: 'Font Awesome 5 Free';
}

.compactor > a {
    color: #0072ac;
    text-decoration: none;
    font-weight: bold;
    margin-left: 14px;
    position: relative;
    display: inline-block;
}

.compactor > a:hover {
    text-decoration: underline;
}

.compactor > a:before {
    content: '\f0da';
    position: absolute;
    left: -12px;
    font-weight: 900;
    color: #617e07;
    transition: .3s ease;
    display: block;
    font-family: 'Font Awesome 5 Free';
}

.compactor a:not(.collapsed):before {
    transform: rotate(90deg);
}

.compactor p, .compactor table, .compactor ul{
    margin: 8px 0;
}

.compactor ul {
    padding-left: 20px;
}

.compactor ul li { 
    margin: 6px 0;
    text-indent: -8px;
}

.compactor ul li:before {
    content: '\f061';
    display: inline-block;
    font-weight: 900;
    margin-right:  8px;
    color: #617e07;
    font-size: 8px;
    font-family: 'Font Awesome 5 Free';
}

.tabFont-small, .tabFont-small a {
    font-size: 11px;
}


.disclaimer p {
    font-size: 11px;
    color: #999;
}

.disclaimer a {
    font-size: 11px;
}


/*-------- Tab end-----------*/


.grey-box {
    padding: 23px 30px;
    clear: both;
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.grey-box h2 {
    color: #617e07;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 16px;
}

.grey-box h2 a {
    font-size: inherit;
}

.grey-box.video-content {
    background: #f7f7f7;
    padding: 20px;
}

.grey-box.video-content .row {
    margin: 0;
}

.grey-box.video-content h3 {
    margin-top: 0;
}

.grey-box.video-content .image {
    border: 3px solid #ebebeb;
    padding: 4px;
}

.grey-box.video-content .image img {
    height: 160px;
}

@media(max-width: 990px) {
    .grey-box.video-content .image img {
        height: 200px;
    }
}

.main-grey-box {
    padding: 23px 30px;
    clear: both;
    background-color: #ebebeb;
    margin-right: 30px;
}

.extraPage-content .main-grey-box p {
    font-size: 13px;
    margin-bottom: 0;
}

.white-box {
    padding: 10px;
    clear: both;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

@media(max-width: 991px) {
    .main-grey-box {
        margin-right: 0;
    }
}

.note {
    /*border: 1px solid #617e07;*/
    border: 1px solid rgb(233, 186, 127);
    width: 100%;
    padding: 15px 15px 27px;
    /*margin-bottom: 10px;*/
    background-color: rgb(246, 228, 204);
    border-radius: 2px;
}

.note p {
    margin-bottom: 0;
}

/*----------- Enquiry Form -------------*/

.contact-form {
    /*margin-top: 30px;*/
    width: 100%;
    overflow: hidden;
}

.contact-form h2 {
    font-size: 20px;
    /*border-bottom: 1px solid #617e07;*/
    color: #415763;
    display: block;
    margin: 10px 0 .5rem;
}

@media(max-width: 990px) {
    .contact-form h2 {
        margin: 0 0 .5rem;
    }
}

.contact-form .form-field {
    border-bottom: 1px solid #a89e9b;
    display: flex;
    align-items: center;
}

.contact-form .row:nth-last-child(-n+2) > .form-field,
.contact-form .last-row > .form-field { 
    border-bottom: 0;
}

.form-field.has-error input:focus-vsible, .form-field.has-error select:focus-vsible  {
    border: 1px solid red;
}

.has-error .message {
    display: flex;
    margin: 4px 0;
    text-align: left;
    width: 30%;
    line-height: 1.3em;
    font-size: 11px;
}

.comment label {
    height: 112px;
}

.form-field textarea.text-form-field {
    margin: 6px 15px;
    width: 210px;
    height: 82px;
    border: 1px solid #415763;
    padding: 4px;
    font-size: 12px;
    border-radius: 3px;
}

.form-field input, .form-field select {
    height: 22px;
    font-size: 12px;
    border: 1px solid #415763;
    padding: 2px 4px;
    border-radius: 3px;
    margin: 0 15px;
}

.form-field input {
    /*width: 50%;*/
    width: 210px;
}
.form-field input.checkBox {
    width: auto;
}

.form-field label {
    margin-bottom: 0;
}

.form-field .label {
    color: #494949;
    font-size: 1.2rem;
    text-align: left;
    white-space: normal;
    font-weight: normal;
    display: inline-block;
    flex-basis: 25%;
    max-width: 25%;
    padding: 15px 15px 16px;
    background-color: #f1f4e6;
    border-radius: 0;
    line-height: 1.5;
}

.form-radio {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}

.form-radio input {
    margin: 0;
}

.form-radio label {
    font-size: 12px;
    margin-right: 16px;
    margin-bottom: 0;
    margin-left: 4px;
    font-weight: normal;
}

.submit {
    margin-top: 20px !important;
    flex-wrap: wrap;
}



/*.contact-phone, .contact-mail {*/
/*    display: none;*/
/*}*/

.g-recaptcha {
    width: 100%;
}

.contact-form .adviser-sel {
    display: none;
}

/*----------- Enquiry Form end-------------*/

.feedback-content {
    margin: 20px 0;
}

.feedback-box {
    display: flex;
    align-items: flex-start;
}

.feedback-box .icon {
    flex-basis: 10%;
    max-width: 10%;
}

.feedback-box .icon,
.feedback-box .info {
    padding: 5px 0 15px;
    
}

.jump-links {
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #ebebeb;
    padding: 10px;
    margin-bottom: 20px;
}

a.back-to-top {
    float: right;
}

.back-to-top {
    text-align: right;
    margin-bottom: 20px;
}

.back-to-top:before {
    content: '\f062';
    font-weight: 900;
    font-size: 8px;
    display: inline-block;
    margin-right: 4px;
    color: #617e07;
    font-family: 'Font Awesome 5 Free';

}


/*-------- mobile accordion---------*/

.accordion-heading {
    border: 1px solid #ebebeb;
    border-bottom: 0;
}

.card:last-child .accordion-heading{
    border-bottom: 1px solid #ebebeb
}

.accordion-heading h2,
.accordion-heading a {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #415763;
    text-align: left;
}

.accordion-heading a:after {
    content: '\f054';
    display: inline-block;
    float: right;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
}

.accordion-heading a.btn {
    background: transparent;
    color: #415763;
    padding: 15px;
    border-radius: 0;
}

.accordion-heading a.show {
    background-color: #617e07;
    color: #fff !important;
}

.accordion-heading a.show:after {
    transform: rotate(90deg);
}


.card-body {
    padding: 15px;
    background-color: #f7f7f7;
    border: 1px solid #ebebeb;
}

.head-collapse {
    display: none;
}

.video {
    position: relative;
    padding-bottom: 54%;
    height: 0;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.video iframe {
    display: block;
    margin: auto;
    width: 100%;
    max-height: 360px;
    height: 36vw;
}

.green-info {
    background-color: rgb(97 126 7 / 20%);
    width: 300px;
    margin: 20px 0;
}

.green-info p {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.info-box-dark {
    background: #415763;
    width: calc(100% / 2 - 10px);
    height: 250px;
    color: #fff;
    float: left;
    margin-right: 10px;
    padding: 0 10px;
    margin-bottom: 30px;
}

.info-box-dark h4 {
    color: #fff;
    font-size: 16px;
}

.info-box-dark p {
    margin-left: 6px;
    margin-bottom: 2px;
    color: #fff;
}

.teaser.intro {
    width: 50%;
    padding: 0 10px;
    float: left;
}

.teaser.brackets {
    width: 50%;
    float: right;
}

.teaser.brackets .middle:before {
    content: '';
    position: absolute;
    border: 8px solid #ebebeb;
    display: block;
    width: 100%;
    height: -webkit-fill-available;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
}

.teaser.brackets .middle:after {
    content: '';
    position: absolute;
    display: block;
    width: 86%;
    height: -webkit-fill-available;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: -1;
}

.teaser.brackets .middle {
    position: relative;
    padding: 20px 36px;
}

@media(max-width: 991px) {
    .teaser.intro, .teaser.brackets {
        width: 100%;
        float: none;
        clear: both;
        margin: 10px 0;
        display: inline-block;
    }

}

#FundName {
    clear: both;
}

/*Password*/

.signin{
  position: fixed;
  height:100vh;
  width:100vw;
  background: #fff;
  z-index: 999999;
}

.signin .row{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  min-height: 100px;
}

.signin .label{
  display:inline-block;
  color: #000;
  font-size: 20px;
  padding-left:  0;
  background-color: transparent;
}

.signin input{
  border: 1px solid #000;
  width: 280px;
}

.signin .error{
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #ff0000;
}

.signin .form-field{
  text-align: center;
}


/*-------- Sitemap ---------*/

.sitemap .header-title {
    padding: 15px 15px 0 0;
    margin-left: 20px;
    margin-bottom: 1.2rem;
    font-size: 12px;
}

.sitemap .column {
    float: left;
    /*width: calc(100% / 3 - 10px);*/
    flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 15px;
    border-right: 1px solid #d7e0ef;
}

.column-box {
    display: flex;
}


@media(max-width: 768px) {
    .column-box {
        flex-wrap: wrap;
        margin-right: 10px;
    }
    
    .sitemap .column {
        width: 100%;
    }
}


.sitemap .column:first-child {
    padding-left: 0;
}

.sitemap .column:last-child {
    border: 0;
}

@media(max-width: 768px) {
    .sitemap .column:last-child {
        border-right: 1px solid #d0d8ea;
    }
}

.sitemap li {
    padding-bottom: 1em;
    font-size: 12px;
}

.sitemap p a {
    font-weight: normal
}

.sitemap a {
    font-weight: bold;
    font-size: 13px;
}

.sitemap li li {
    padding: 2px 0;
    background: none;
    text-indent: 0;
}

.sitemap li li:before {
    display: none;
}

.sitemap li li a {
    color: #494949;
    font-weight: 400;
}


.sitemap-area {
    clear: both;
    width: 100%;
}

.column ul li ul {
    padding-left: 0;
}

.sitemap li ul ul li {
    padding-left: 7px;
    padding-bottom: .5em;
}

.sitemap li ul ul li:before {
    content: '\f0c8';
    display: inline-block;
    font-weight: 900;
    margin-right: 8px;
    color: inherit;
    font-size: 5px;
    vertical-align: middle;
    font-family: 'Font Awesome 5 Free';
}

.insurance-in-super img {
    height: 200px;
    object-position: center;
}


.USAI-content .title {
    color: #617e07;
    font-weight: bold;
}

ul.typeahead {
    padding-left: 0 !important;
    max-height: 300px;
    overflow-y: auto;
}

.typeahead li:before {
    display: none !important;
}

.typeahead li {
    background: transparent ;
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
}

.typeahead li.active a {
    background: #f1f4e5 !important;
}

.typeahead li a {
    color: #494949 !important;
}



/*-------- Sitemap end ---------*/


/*-------- Investor Insights Article------*/

#news .disclaimer {
    display: block;
    padding-top: 30px;
    border-top: 1px solid #999;
}

.news {
    display: flex;
}

#cast-show-list,
#cast-show-list-heroArt {
    width: 100%;
}

.hero .post-content {
    display: flex;
    align-items: center;
    background: #ebebeb;
    padding: 20px;
    margin: 30px 0;
}

.hero .preview-image {
    max-width: 200px;
    margin-right: 16px;
}

@media(max-width: 414px) {
    .hero .post-content {
        flex-direction: column;
    }
    
    .hero .preview-image {
        max-width: 100%;
        height: 160px;
    }
}

.preview-image {
    width: 100%;
    height: 130px;
    margin-bottom: 10px;
}

@media(max-width: 414px) {
    .preview-image {
        height:  160px;
    }
}

.preview-image img {
    height: 100%;
}

.post-cate {
    font-weight: bold;
    color: #617e08;
    font-size: 12px;
}

.hero .post-title {
    margin: 10px 0;    
}

.hero .post-title p a {
    font-size: 18px;
}

.post-title p a {
    font-weight: 400;
    text-transform: uppercase;
    color: #0172ac;
    margin: 5px 0;
}

.p-title {
    margin: 0;
}

.post-title p a {
    font-size: 1em;
}

.article-img {
    width: 100%;
    margin-bottom: 20px;
}

.post-area .col-sm-4{
    height: 300px;
}

.outage-content {
    background-color: #2f3d45;
    padding: 30px 70px;
    text-align: center;
}

.outage-content p {
    color: #fff;
    font-weight: bold;
}

.outage-content .bullet {
    display: list-item;         
    list-style-type: disc;  
    list-style-position: inside;
    margin-left: 15px;
}

/****Investments portfolio holdings****/

.iph h3{
    font-size: 20px;
    font-weight: normal;
    color: #494949;
    margin-bottom: 30px;
}

.iph select{
    width: 100%;
    height: 34px;
    padding: 6px 12px 6px 2px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.iph .search-btn{
    /*right: 20px;*/
    background: none;
    color: #494949;
    width: 100%;
    z-index: 4 !important;
}
.iph .search-btn:hover{
    background: none;
    color: #494949;
}
.iph .search-btn:focus{
    outline: none;
}
.iph .filter-section .col-md-6:nth-child(2){
    padding-left: 0;
}

.iph .disclaimer a{
    color: #999;
    font-size: 11px;
}

.iph .disclaimer a:hover{
    color: #494949;
}
.investment-table{
    width: 100%;
}

.investment-table th{
    padding: 15px;
    background-color: #f8f8f8;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}
.investment-table th:first-child {
    width: 210px;
    border-left: none;
    
}

.investment-table th:nth-child(2) {
    width: 165px;
    border-left: none;
}

.investment-table th:not(:last-child){
    cursor: pointer;
}
.investment-table td{
    padding: 15px;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}


.investment-table th:last-child  {
    width: 200px;
}

.investment-table td:last-child{
    text-align: center;
}

.investment-table tbody tr:nth-of-type(even) {
    background-color:#f1f4e5;
}

.investment-table i{
    font-style: normal;
    font-size: 10px;
    color: #494949;
}

.download-all{
    text-align: right;
    margin: 25px auto 10px;
    color: #337ab7;
    text-decoration: underline;
}

.download-all a{
    padding-right: 15px;
}

.invest-pagination{
    padding: 15px 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.invest-pagination #showAll-btn{
    /*left: 40px;*/
    position: relative;
    margin-left: 10px;
}

.invest-pagination .pagination{
    position: relative;
    /*left: 90px; */
    margin: 0;
    order: 0;
}

.invest-pagination .pagination-area {
    display: flex;
    align-items: end;
    order: -1;
}

.invest-pagination .pagination>li>a{
    text-indent: initial;
}

.investment-table a{
        font-weight: normal;
    }

@media(max-width: 990px) { 
    .iph .filter-section .col-md-4{
        margin-top: 10px;
    }
    .iph .filter-section .col-md-6{
        margin-top: 15px;
    }
    
    .iph .filter-section .col-md-6:nth-child(2){
        padding-left: 15px;
    }
}

@media(max-width: 414px) { 
    
    .iph h1{
        font-weight: 700;
        font-size: 36px;
    }
    
    .invest-header{
        display: none;
    }
    
    .invest-body tr{
        border: 1px solid #e3e3e3;
        margin-bottom: 10px;
        float: left;
        width: 100%;
        padding: 10px;
        background: #fff !important
    }
    
    .investment-table td {
        position: relative;
        display: flex;
        width: 100%;
        clear: both;
        background: #fff;
        padding: 10px 5px;
        border-bottom: none;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
        text-align: left !important;
        vertical-align: middle;
        /*justify-content: space-between;*/
        
    }
    
    .investment-table td strong {
        width: 50%;
    }
    
    .investment-table td:first-child {
        font-size: 18px;
        font-weight: bold;
        color: #415763;
    }
    
    .investment-table a{
        font-size: 16px;
    }
    
    .investment-table td:not(:first-child):before {
		content:attr(data-title);
		display:block;
		font-weight:bold;
		margin:0 0 2px;
		color: #000;
		width: 45%;
		margin-right: 20px;
	}
	
	.tooltipIcon {
		display: none; 
		color: #000;
		/* float: right; */
		position: absolute;
		right: 225px;
		top: 34px;
	}
	
	.invest-pagination .pagination{
        position: relative;
        left: 0; 
        margin: 15px 0 0;
    }
	
	.invest-pagination, .invest-pagination a#showAll-btn{
        font-size: 16px;
        /*display: block;*/
        left: 0;
        margin-top: 20px;
    }

}

.invest-search {
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    padding-right: 3px;
}


.invest-search input.form-control {
    border: 0;
    font-size: 12px;
}

.invest-search input.form-control:active, 
.invest-search input.form-control:focus {
    outline: none;
    box-shadow: none;
}

.choose-warning {
    border: 1px solid #036497;
    align-items: center;
    display: flex;
    border-radius: 4px;
    margin-top: 20px;
}

.choose-warning p {
    margin: 0;
    padding: 6px 20px;
    color: #036497;
    font-weight: bold;
}

.choose-warning p:before {
    content: '\f05a';
    font-weight: 900;
    margin-right: 10px;    
    font-family: 'Font Awesome 5 Free';
}

.input-group-btn {
    padding-right: 4px;
}

/**tooltips**/

.tooltip .tooltip-inner {
max-width: 250px;
  background-color: #384b56;
  text-align: left;
  padding: 10px;
}

.tooltipIcon {
	display: none; 
	color: #000;
	/* float: right; */
	position: absolute;
	right: 225px;
	top: 34px;
}

.tooltipIcon i{
    font-size: 16px;
}


@media(max-width: 414px) { 
    .tooltipIcon {
    	display: block;
    	right: 250px;
    }
}

@media(max-width: 390px) { 
    .tooltipIcon {
    	display: block;
    	right: 210px;
    }
}

/**Member Outcome Assessments**/
.moa ul li{
    font-size: 13px;
}

/**Important notice**/

.important-notice {
    font-family: arial;
    background-color: #415763;
    padding: 30px 40px;
}

.important-notice .section:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #6e7f89;
} 

.important-notice h3 {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.important-notice p {
    font-size: 12px;
    color: #fff;
}

.important-notice a {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}

.important-notice a:hover {
    font-weight: 600;
}

.important-notice ul {
    font-size: 12px;
    color: #fff;
    margin-left: 20px;
    margin-bottom: 15px;
    list-style-type: disc;
}

.loading-text {
    margin-left: 5px;
    font-size: 13px;
}


/* -- Responsible Page -- */

.responsible h2 {
    /*text-align: center;*/
    /*font-size: 22px;*/
    /*margin-bottom: 20px;*/
    /*display: block;*/
}

.responsible p {
    /*text-align: center;*/
}

.responsible-content {
    width: 100%;
    padding: 30px 10px;
    display: block;
}

.responsible-box-all {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0;
}

.responsible-box {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
    text-align: center;
}

.responsible-box.box2 {
    width: calc(100% / 2 - 20px);
}

@media(max-width: 576px) {
    .responsible-box,
    .responsible-box.box2 {
        width: 90%;
        margin-bottom: 30px;
    }
}

.responsible .responsible-box .icon {
    width: 40px;
    height: 40px;
    margin: auto;
}

@media(max-width: 576px) {
    .responsible .responsible-box .icon {
        width: 60px;
        height: 60px;
    }
}

.responsible-box h3,
.responsible-box a {
    width: 100%;
}

.responsible-box .title {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    margin: 16px 0 10px;
}

.responsible-image-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px 0;
}

.responsible-image-section > div {
    width: 50%;
    padding: 0 15px;
}


@media(max-width: 576px) {
    .responsible-image-section > div {
        width: 100%;
    }
    
    .responsible-image-section .text {
        order: 2;
    }
    
    .responsible-image-section .image {
        order: 1;
        margin: 20px 0;
    }
}

.article-box {
    text-align: left;
}

.article-box img {
    width: 100%;
}

.article-box .title {
    font-size: 16px;
    text-align: left;
}

.article-box .desc {
    text-align: left;
}

.disclaimer-content p {
    font-size: 12px;
    text-align: left;
    color: #999;
}

#about-us .section-box .content h3 {
    margin-top: 10px;
}

.agenda-content {
    margin: 16px 0 20px;
    background: #f2f2f2;
    padding: 20px;
}

.a-text {
    display: flex;
    /*align-items: center;*/
    margin: 6px;
}


.a-text .time {
    margin-right: 20px;
}

.a-text .content p {
    margin-bottom: 6px;
}

.bottom-info {
    margin-top: 40px;
}

.banner_text.annual_member h1 {
    margin-bottom: 0 !important;
}

.banner_text.annual_member p {
    background: #DCD8D7;
    padding-left: 10px !important;
}

.discuss-content p {
    font-size: 12px;
}

.section-content-all {
    padding: 40px 0;
}

.section-content-all .content-box {
    padding: 20px 0;
    display: flex;
    gap: 50px;
}

.section-content-all .content-box img {
    max-width: 260px;
    height: 180px;
    border-radius: 16px;
    overflow: hidden;
}

.section-content-all .content {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.section-content-all .content .title {
    font-size: 22px;
    font-weight: bold;
}

@media(max-width: 768px) {
    
    .section-content-all .content-box {
        gap: 20px;    
        flex-flow: column;
    }
    
    .section-content-all .content-box img {
        max-width: 100%;
        height: 220px;
        border-radius: 10px;
    }
    
}

.grey-section {
    background: #F4F4F4;
    border-radius: 16px;
    padding: 10px 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

@media(max-width: 768px) {
    .grey-section {
        flex-flow: column;
        align-items: baseline;
        gap: 0;
    }
    
}

.grey-section .text p {
    font-size: 14px;
}

.grey-section .text h3 {
    font-size: 24px;
}

.important-acc .btn-link:focus, .btn-link:hover {
    text-decoration: none;
    color: #494949;
    outline: 0;
}

.important-acc h2 {
    width: 100%;
    padding: 10px 0;
    margin-top: 50px;
    border-top: 1px solid #f4f4f4;
}

.important-acc button {
    width: 100%;
    color: #494949 !important;
    text-align: left;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.important-acc button:after {
    content: '\f078';
    font-weight: 900;
    display: block;
    font-size: 11px;
    font-family: 'Font Awesome 5 Free';
}


.important-acc button:not(.collapsed):after {
    transform: rotate(180deg);
}


.important-acc .card-body {
    border: 0;
    background: transparent;
}

.important-acc .card-body p {
    color: #999;
    font-size: 12px;
}

.icon-section {
    display: flex;
    flex-flow: row;
    gap: 20px;
    margin-bottom: 40px;
}

.icon-section .icon {
    width: 80px;
}

.financial_banner img {
    object-position: 0 -100px;
}

@media(max-width: 1100px) {
    .financial_banner img {
        object-position: 0;
    }
}

.top-info {
    background: #f2f2f2;
    padding: 20px 0;
}

.top-info .row {
    display: flex;
    gap: 10px;
}

.top-info .info-icon {
    font-size: 24px;
    margin-top: 2px;
}

.top-info .info-text h2 {
    font-size: 2.2rem;
    color: #415763;
    margin-bottom: 10px;
}

.top-info .info-text p,
.top-info .info-text a {
    font-size: 16px;
    margin: 0;
}








a[href$='/advisory'] {
    pointer-events: none;
    cursor: default;
}