/* mixin */
/* variables */
.container { position: relative; z-index: 20; }

header .nav-menu-right > ul > li.gs-nohover > a:hover, header .nav-menu-right > ul > li > a:focus { color: #ffffff; }

.home-carousel {
    position: relative;
    height: auto;
    min-height: inherit;
    -moz-transition: height 0.35s ease-in-out,min-height 0.35s ease-in-out,max-height 0.35s ease-in-out;
    -o-transition: height 0.35s ease-in-out,min-height 0.35s ease-in-out,max-height 0.35s ease-in-out;
    -webkit-transition: height 0.35s ease-in-out,min-height 0.35s ease-in-out,max-height 0.35s ease-in-out;
    transition: height 0.35s ease-in-out,min-height 0.35s ease-in-out,max-height 0.35s ease-in-out;
}

@media only screen and (min-width: 768px) {
    .home-carousel {
        height: 100%;
        min-height: 100%;
        overflow: hidden;
    }
}

.home-carousel .owl-stage-outer, .home-carousel .owl-stage, .home-carousel .owl-item, .home-carousel .item {
    position: relative;
    height: 100%;
}

.home-carousel .item {
    position: relative;
    height: 100%;
}

    .home-carousel .item .content {
        position: absolute;
        bottom:0px;
        left: 0;
        right: 0;
        color: #005aac;
        text-align: center;
        opacity: 0;
        -moz-transition: top 0.35s ease-in-out,opacity 0.35s ease-in-out;
        -o-transition: top 0.35s ease-in-out,opacity 0.35s ease-in-out;
        -webkit-transition: top 0.35s ease-in-out,opacity 0.35s ease-in-out;
        transition: top 0.35s ease-in-out,opacity 0.35s ease-in-out;
    }

        .home-carousel .item .content.first {
            bottom: 10px;
        }

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .home-carousel .item .content.first {
        bottom: 80px;
    }
}

@media only screen and (min-width: 768px) {
    .home-carousel .item .content {
        top: 200px;
        text-align: left;
    }
}

@media only screen and (min-width: 768px) and (max-height: 767px) {
    .home-carousel .item .content {
        top: 130px;
    }
}

.home-carousel .item .content h2 {
    font-size: 50px;
    font-size: 5rem;
}

@media only screen and (min-width: 768px) {
    .home-carousel .item .content h2 {
        font-size: 45px;
     
    }
}

@media screen and (max-width: 480px){ 
.home-carousel .item .content h2 {font-size: 40px;}
}

.home-carousel .item .content h1 {
    font-size: 50px;
}

@media screen and (max-width: 480px){ 
.home-carousel .item .content h1 {font-size: 30px; margin-top:-200px;}
}

.home-carousel .item .content p {
    font-size: 25px;
}

@media screen and (max-width: 480px){ 
.home-carousel .item .content p {font-size: 18px;}
}

.home-carousel .item .content p.text-small {
    font-size: 22px;
}

@media screen and (max-width: 480px){ 
.home-carousel .item .content p.text-small {font-size: 18px;}
}

.home-carousel .item .content a {
    color: #005aac;
}

    .home-carousel .item .content a:hover, .home-carousel .item .content a:focus {
        color: #6ccee6;
    }

.home-carousel .item .content .btn-green {
    font-size: 20px;
    font-size: 2rem;
    padding: 10px 30px;
    color: #FFFFF;
	background-color:#6CC24A;
	border:none;
}

    .home-carousel .item .content .btn-green:hover, .home-carousel .item .content .btn-green:focus {
        color: #FFFFFF;
		background-color:#73d74b;
    }

.home-carousel .item .content .btn-ghost {
    font-size: 20px;
    font-size: 2rem;
    padding: 10px 30px;
    color: #FFFFF;
	background-color:#d9534f;
	border:none;
}

    .home-carousel .item .content .btn-ghost:hover, .home-carousel .item .content .btn-ghost:focus {
        color: #6ccee6;
		background-color:#d43f3a;
    }

.home-carousel .item .content .btn-ghost-campaign {
    font-size: 20px;
    font-size: 2rem;
    padding: 10px 30px;
    color: #900001;
	background-color:#FBB03B;
	border:none;
}

    .home-carousel .item .content .btn-ghost-campaign:hover, .home-carousel .item .content .btn-ghost-campaign:focus {
        color: #AD0009;
		background-color:#F49314;
    }

.home-carousel .item .content.content-inverse h2 {
    color: #fff;
}

.home-carousel .item .content.content-inverse a {
    color: #fff;
}

    .home-carousel .item .content.content-inverse a:hover, .home-carousel .item .content.content-inverse a:focus {
        color: #6ccee6;
    }

.home-carousel .item .content.content-inverse .btn-ghost {
    color: #fff;
}

    .home-carousel .item .content.content-inverse .btn-ghost:hover, .home-carousel .item .content.content-inverse .btn-ghost:focus {
        color: #6ccee6;
    }

.home-carousel .item .content.content-inverse .btn-green {
    color: #fff;
}

    .home-carousel .item .content.content-inverse .btn-green:hover, .home-carousel .item .content.content-inverse .btn-green:focus {
        color: #fff;
    }

.home-carousel .item .content.content-inverse .btn-ghost-campaign {
    color: #900001;
}

    .home-carousel .item .content.content-inverse .btn-ghost-campaign:hover, .home-carousel .item .content.content-inverse .btn-ghost-campaign:focus {
        color: #FFFFFF;
    }

.home-carousel .active .item .content {
    opacity: 1;
}

.home-carousel .owl-controls .owl-nav {
    display: none;
}

    .home-carousel .owl-controls .owl-nav .owl-prev, .home-carousel .owl-controls .owl-nav .owl-next {
        font-size: 50px;
        font-size: 5rem;
        display: inline-block;
        position: absolute;
        top: 50%;
        margin-top: -60px;
        width: 50px;
        height: 60px;
        color: #fff;
        text-align: center;
        text-shadow: 0 3px 6px rgba(0,0,0,0.6);
    }

        .home-carousel .owl-controls .owl-nav .owl-prev:hover, .home-carousel .owl-controls .owl-nav .owl-prev:focus, .home-carousel .owl-controls .owl-nav .owl-next:hover, .home-carousel .owl-controls .owl-nav .owl-next:focus {
            color: #005aac;
        }

    .home-carousel .owl-controls .owl-nav .owl-prev {
        left: 15px;
    }

    .home-carousel .owl-controls .owl-nav .owl-next {
        right: 15px;
    }

.home-carousel .owl-controls .owl-dots {
    position: absolute;
    top: 50px;
    right: 15px;
}

@media only screen and (min-width: 768px) {
    .home-carousel .owl-controls .owl-dots {
        top: 100px;
        right: 30px;
    }
}

.home-carousel .owl-controls .owl-dots .owl-dot {
    display: block;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .home-carousel {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        overflow: hidden;
    }

        .home-carousel .owl-controls .owl-nav {
            display: hidden;
        }
}

.home-carousel-dots {
    position: absolute;
    top: 100px;
    right: 15px;
}

    .home-carousel-dots .owl-dot {
        display: block;
        margin-bottom: 10px;
        width: 10px;
        height: 10px;
        background-color: #fff;
        border-radius: 5px;
        cursor: pointer;
        -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
    }

        .home-carousel-dots .owl-dot.active {
            background-color: #6ccee6;
        }
		

.side-panel {
    position: relative;
    height: 100px;
    -moz-transition: bottom 0.35s ease-in-out;
    -o-transition: bottom 0.35s ease-in-out;
    -webkit-transition: bottom 0.35s ease-in-out;
    transition: bottom 0.35s ease-in-out;
}

    .side-panel .side-panel-carousel .item {
        background-color: #000;
        background-color: rgba(0,0,0,0.7);
		position: relative;
        padding: 10px;
        height: 100px;
        color: #fff;
    }

@media only screen and (max-height: 767px) {
    .side-panel .side-panel-carousel .item {
        height: 100px;
    }
}

.side-panel .side-panel-carousel .item h4, .side-panel .side-panel-carousel .item p {
    margin-top: 0;
	width:200px;
}

@media only screen and (max-height: 767px) {
    .side-panel .side-panel-carousel .item h4, .side-panel .side-panel-carousel .item p {
        margin-bottom: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.side-panel .side-panel-carousel .item h4 {
    color: #6ccee6;
	line-height:25px;
	width:200px;
}

.side-panel .side-panel-carousel .item .bg {
    top: 10px;
    bottom: 130px;
    width: 135px;
    height: 110px;
}

@media only screen and (max-height: 767px) {
    .side-panel .side-panel-carousel .item .bg {
        top: 0;
        height: 100px;
    }
}

.side-panel .side-panel-carousel .item a {
    color: #fff;
}

    .side-panel .side-panel-carousel .item a:hover, .side-panel .side-panel-carousel .item a:focus {
        color: #6ccee6;
    }

.side-panel .side-panel-carousel .item .btn-ghost {
    position: absolute;
    bottom: 20px;
    right: 15px;
    width: 135px;
}

@media only screen and (max-height: 767px) {
    .side-panel .side-panel-carousel .item .btn-ghost {
        padding: 3px 6px;
		bottom: 20px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .side-panel .side-panel-carousel .item {
        padding-left: 240px;
    }

        .side-panel .side-panel-carousel .item .bg {
            width: 225px;
        }
}

.side-panel .side-panel-carousel .owl-dots {
    position: absolute;
    top: 5px;
    right: 15px;
}

    .side-panel .side-panel-carousel .owl-dots .owl-dot {
        display: inline-block;
        margin-left: 10px;
        width: 8px;
        height: 8px;
        background-color: #fff;
        cursor: pointer;
        -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

        .side-panel .side-panel-carousel .owl-dots .owl-dot.active {
            background-color: #f8002a;
        }

@media only screen and (min-width: 768px) and (max-height: 640px) {
    .side-panel {
		display:block;
    }
}

@media only screen and (max-height: 767px) {
    .side-panel {
        height: 100px;
    }
}

@media only screen and (min-width: 768px) {
    .side-panel {
        position: absolute;
        left: 0;
        bottom: 100px;
        width: 380px;
        overflow: hidden;
        z-index: 21;
    }
}

@media only screen and (min-width: 768px) {
    .side-panel {
        bottom: 160px;
    }
}

.secondary .btn-toggle { right: 30px; }

/*.page-menu { font-family: 'UnitRoundedOT', Helvetica, sans-serif; font-weight: 600; padding-top: 20px; overflow: hidden; -moz-transition: height 1s ease-in-out; -o-transition: height 1s ease-in-out; -webkit-transition: height 1s ease-in-out; transition: height 1s ease-in-out; }*/
.page-menu { font-family: 'lato-bold'; padding-top: 20px; overflow: hidden; -moz-transition: height 1s ease-in-out; -o-transition: height 1s ease-in-out; -webkit-transition: height 1s ease-in-out; transition: height 1s ease-in-out; }
.page-menu .product-items { margin: 0; padding: 0; list-style: none; }
.page-menu .product-items:before, .page-menu .product-items:after { display: table; content: " "; }
.page-menu .product-items:after { clear: both; }
.page-menu .product-items .item { display: block; margin-bottom: 20px; }
@media only screen and (min-width: 481px) { .page-menu .product-items .item { float: left; } }
@media only screen and (min-width: 481px) and (max-width: 767px) { .page-menu .product-items .item { width: 50%; } }
@media only screen and (min-width: 768px) and (max-width: 991px) { .page-menu .product-items .item { width: 33.33333333%; } }
@media only screen and (min-width: 992px) { .page-menu .product-items .item { width: 20%; } }
.page-menu .product-items .item > a { font-size: 18px; font-size: 1.6rem; position: relative; display: block; padding: 10px 0 0 70px; min-height: 60px; color: #005aac; line-height: 1.2; text-align: left; }
.page-menu .product-items .item > a > [class^="rhb-glyph-icon-"], .page-menu .product-items .item > a > [class*=" rhb-glyph-icon-"] { position: absolute; top: 0; left: 0; font-size: 60px; font-size: 6rem; color: #fff; }
.page-menu .product-items .item > a:hover, .page-menu .product-items .item > a:focus { color: #fff; }
@media only screen and (min-width: 768px) { .page-menu { height: 95px; }
  .open .page-menu { height: auto; } }
  

.mobile-only { display: block; padding-top:15%; }
.mobile-only-img { display:block; }
.thumbnail-norm-index img{display:block; max-width:150%; height:auto; margin-left:-220px;}
@media screen and (max-width: 480px){ 
.mobile-only-img { display: block; background-image:url(../uploads/home/right-disp.png); background-repeat:no-repeat; position:relative; width:200px; height:200px; }
.mobile-only {color:#FFF; margin-top:-30px; width:96%; margin-left:2%; margin-right:2%; margin-bottom:0; position:relative; margin-bottom:-60px; text-align:center; }
.mobile-only h1 { color:#1269B3; }
.mobile-only p { color:#000000; font-size:24px; }
.thumbnail-norm-index img{display:block; max-width:100%; height:auto; margin-left:0; margin-bottom:40px;}
}

@media (max-width: 768px) {
  .btn-responsive {
    padding:2px 4px;
    font-size:80%;
    line-height: 1;
    border-radius:3px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
    padding:4px 9px;
    font-size:90%;
    line-height: 1.2;
  }
}


.slideshow-iblab2023 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-iblab-20230412-banner.jpg);
	background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
}

.col-md-6 ul {
    margin: 20px 0;
}

.col-md-6 .hero-list-item {
    font-size: 18px;
    font-weight: normal;
    
}

.col-md-6 span img {
    float: left;
}

.img-mobile {
    width: 192px;
    height: 48px;
    margin: 10px 0 0 0;
}

@media (max-width: 768px) {
    .slideshow-iblab2023 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-iblab-20230412-mobile.jpg);
    background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
    }
    
    /*custom font color for mobile view*/
    #iblab2023-mobile-h1 {
        margin-top: -200px !important;
        color: #ffffff;
    }
    
    /*custom font color for mobile view*/
    .content p {
        color: #ffffff;
    }
    .col-md-6 .hero-list-item {
    font-size: 16px;
    font-weight: bold;
        text-align: center;
}
    .img-mobile {
        margin: 0 auto;
    }
}

.slideshow-morningcuppa-dec2023 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-morningcuppa-20231222-banner.jpg);
	background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
}

.col-md-6 ul {
    margin: 20px 0;
}

.col-md-6 .hero-list-item {
    font-size: 18px;
    font-weight: normal;
    
}

.col-md-6 span img {
    float: left;
}

.img-mobile {
    width: 192px;
    height: 48px;
    margin: 10px 0 0 0;
}

@media (max-width: 768px) {
    .slideshow-morningcuppa-dec2023 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-morningcuppa-20231222-mobile.jpg);
    background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
    }
    
    /*custom font color for mobile view*/
    #morningcuppa-dec2023-mobile-h1 {
        margin-top: -200px !important;
        color: #ffffff;
    }
    
    /*custom font color for mobile view*/
    .content p {
        color: #ffffff;
    }
    .col-md-6 .hero-list-item {
    font-size: 16px;
    font-weight: bold;
        text-align: center;
}
    .img-mobile {
        margin: 0 auto;
    }
}


.slideshow-bursaexcellence-oct2025 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-bursaexcellenceaward-20251001-banner.jpg);
	background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
}

.col-md-6 ul {
    margin: 20px 0;
}

.col-md-6 .hero-list-item {
    font-size: 18px;
    font-weight: normal;
    
}

.col-md-6 span img {
    float: left;
}

.img-mobile {
    width: 192px;
    height: 48px;
    margin: 10px 0 0 0;
}

@media (max-width: 768px) {
    .slideshow-bursaexcellence-oct2025 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-bursaexcellenceaward-20251001-mobile.jpg);
    background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
    }
    
    /*custom font color for mobile view*/
    #bursaexcellence-oct2025-mobile-h1 {
        margin-top: -200px !important;
        color: #ffffff;
    }
    
    /*custom font color for mobile view*/
    .content p {
        color: #ffffff;
    }
    .col-md-6 .hero-list-item {
    font-size: 16px;
    font-weight: bold;
        text-align: center;
}
    .img-mobile {
        margin: 0 auto;
    }
}


.slideshow-mfasecurekey-nov2025 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-securekey-20251107-banner.jpg);
	background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
}

.col-md-6 ul {
    margin: 20px 0;
}

.col-md-6 .hero-list-item {
    font-size: 18px;
    font-weight: normal;
    
}

.col-md-6 span img {
    float: left;
}

.img-mobile {
    width: 192px;
    height: 48px;
    margin: 10px 0 0 0;
}

@media (max-width: 768px) {
    .slideshow-mfasecurekey-nov2025 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-securekey-20251107-mobile.jpg);
    background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
    }
    
    /*custom font color for mobile view*/
    #mfasecurekey-nov2025-mobile-h1 {
        margin-top: -200px !important;
        color: #ffffff;
    }
    
    /*custom font color for mobile view*/
    .content p {
        color: #ffffff;
    }
    .col-md-6 .hero-list-item {
    font-size: 16px;
    font-weight: bold;
        text-align: center;
}
    .img-mobile {
        margin: 0 auto;
    }
}


.slideshow-smfi-nov2025 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-smficampaign-20251111-banner.jpg);
	background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
}

.col-md-6 ul {
    margin: 20px 0;
}

.col-md-6 .hero-list-item {
    font-size: 18px;
    font-weight: normal;
    
}

.col-md-6 span img {
    float: left;
}

.img-mobile {
    width: 192px;
    height: 48px;
    margin: 10px 0 0 0;
}

@media (max-width: 768px) {
    .slideshow-smfi-nov20255 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-smficampaign-20251111-mobile.jpg);
    background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
    }
    
    /*custom font color for mobile view*/
    #smfi-nov2025-mobile-h1 {
        margin-top: -200px !important;
        color: #ffffff;
    }
    
    /*custom font color for mobile view*/
    .content p {
        color: #ffffff;
    }
    .col-md-6 .hero-list-item {
    font-size: 16px;
    font-weight: bold;
        text-align: center;
}
    .img-mobile {
        margin: 0 auto;
    }
}

.slideshow-signupandgetrewarded-jan2026 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-signupgetrewarded-20260105-banner.jpg);
	background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
}

.col-md-6 ul {
    margin: 20px 0;
}

.col-md-6 .hero-list-item {
    font-size: 18px;
    font-weight: normal;
    
}

.col-md-6 span img {
    float: left;
}

.img-mobile {
    width: 192px;
    height: 48px;
    margin: 10px 0 0 0;
}

@media (max-width: 768px) {
    .slideshow-signupandgetrewarded-jan2026 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-signupgetrewarded-20260105-mobile.jpg);
    background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
    }
    
    /*custom font color for mobile view*/
    #signupandgetrewarded-jan2026-mobile-h1 {
        margin-top: -200px !important;
        color: #ffffff;
    }
    
    /*custom font color for mobile view*/
    .content p {
        color: #ffffff;
    }
    .col-md-6 .hero-list-item {
    font-size: 16px;
    font-weight: bold;
        text-align: center;
}
    .img-mobile {
        margin: 0 auto;
    }
}

.slideshow-df-feb2026 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-df-20260203-banner.jpg);
	background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
}

.col-md-6 ul {
    margin: 20px 0;
}

.col-md-6 .hero-list-item {
    font-size: 18px;
    font-weight: normal;
    
}

.col-md-6 span img {
    float: left;
}

.img-mobile {
    width: 192px;
    height: 48px;
    margin: 10px 0 0 0;
}

@media (max-width: 768px) {
    .slideshow-df-feb2026 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-df-20260203-mobile.jpg);
    background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
    }
    
    /*custom font color for mobile view*/
    #df-feb2026-mobile-h1 {
        margin-top: -200px !important;
        color: #ffffff;
    }
    
    /*custom font color for mobile view*/
    .content p {
        color: #ffffff;
    }
    .col-md-6 .hero-list-item {
    font-size: 16px;
    font-weight: bold;
        text-align: center;
}
    .img-mobile {
        margin: 0 auto;
    }
}

.slideshow-twpfutures-feb2026 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-twp-20260223-banner.jpg);
	background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
}

.col-md-6 ul {
    margin: 20px 0;
}

.col-md-6 .hero-list-item {
    font-size: 18px;
    font-weight: normal;
    
}

.col-md-6 span img {
    float: left;
}

.img-mobile {
    width: 192px;
    height: 48px;
    margin: 10px 0 0 0;
}

@media (max-width: 768px) {
    .slideshow-twpfutures-feb2026 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-twp-20260223-mobile.jpg);
    background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
    }
    
    /*custom font color for mobile view*/
    #twpfutures-feb2026-mobile-h1 {
        margin-top: -200px !important;
        color: #ffffff;
    }
    
    /*custom font color for mobile view*/
    .content p {
        color: #ffffff;
    }
    .col-md-6 .hero-list-item {
    font-size: 16px;
    font-weight: bold;
        text-align: center;
}
    .img-mobile {
        margin: 0 auto;
    }
}


.slideshow-sgxcomplimentary-feb2026 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-sgxcomplimentary-20260226-banner.jpg);
	background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
}

.col-md-6 ul {
    margin: 20px 0;
}

.col-md-6 .hero-list-item {
    font-size: 18px;
    font-weight: normal;
    
}

.col-md-6 span img {
    float: left;
}

.img-mobile {
    width: 192px;
    height: 48px;
    margin: 10px 0 0 0;
}

@media (max-width: 768px) {
    .slideshow-sgxcomplimentary-feb2026 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-sgxcomplimentary-20260226-mobile.jpg);
    background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
    }
    
    /*custom font color for mobile view*/
    #sgxcomplimentary-feb2026-mobile-h1 {
        margin-top: -200px !important;
        color: #ffffff;
    }
    
    /*custom font color for mobile view*/
    .content p {
        color: #ffffff;
    }
    .col-md-6 .hero-list-item {
    font-size: 16px;
    font-weight: bold;
        text-align: center;
}
    .img-mobile {
        margin: 0 auto;
    }
}

.slideshow-tradeandwin-feb2026 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-tradeandwin-20260226-banner.jpg);
	background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
}

.col-md-6 ul {
    margin: 20px 0;
}

.col-md-6 .hero-list-item {
    font-size: 18px;
    font-weight: normal;
    
}

.col-md-6 span img {
    float: left;
}

.img-mobile {
    width: 192px;
    height: 48px;
    margin: 10px 0 0 0;
}

@media (max-width: 768px) {
    .slideshow-tradeandwin-feb2026 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-tradeandwin-20260226-mobile.jpg);
    background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
    }
    
    /*custom font color for mobile view*/
    #tradeandwin-feb2026-mobile-h1 {
        margin-top: -200px !important;
        color: #ffffff;
    }
    
    /*custom font color for mobile view*/
    .content p {
        color: #ffffff;
    }
    .col-md-6 .hero-list-item {
    font-size: 16px;
    font-weight: bold;
        text-align: center;
}
    .img-mobile {
        margin: 0 auto;
    }
}

.slideshow-smfce-apr2026 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-smfce2026-20260401-banner.jpg);
	background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
}

@media (max-width: 768px) {
    .slideshow-smfce-apr2026 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-smfce2026-20260401-mobile.jpg);
    background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
    }
    
    /*custom font color for mobile view*/
    #smfce-apr2026-mobile-h1 {
        margin-top: -200px !important;
        color: #ffffff;
    }
}


.slideshow-smallcap-may2026 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-smallcap2026-20260513-banner.jpg);
	background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
}

.col-md-6 ul {
    margin: 20px 0;
}

.col-md-6 .hero-list-item {
    font-size: 18px;
    font-weight: normal;
    
}

.col-md-6 span img {
    float: left;
}

.img-mobile {
    width: 192px;
    height: 48px;
    margin: 10px 0 0 0;
}

@media (max-width: 768px) {
    .slideshow-smallcap-may2026 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-smallcap2026-20260513-mobile.jpg);
    background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
    }
    
    /*custom font color for mobile view*/
    #smallcap-may2026-mobile-h1 {
        margin-top: -200px !important;
        color: #ffffff;
    }
    
    /*custom font color for mobile view*/
    .content p {
        color: #ffffff;
    }
    .col-md-6 .hero-list-item {
    font-size: 16px;
    font-weight: bold;
        text-align: center;
}
    .img-mobile {
        margin: 0 auto;
    }
}


.slideshow-ekycspecial-may2026 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-ekycv22026-20260514-banner.jpg);
	background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
}

.col-md-6 ul {
    margin: 20px 0;
}

.col-md-6 .hero-list-item {
    font-size: 18px;
    font-weight: normal;
    
}

.col-md-6 span img {
    float: left;
}

.img-mobile {
    width: 192px;
    height: 48px;
    margin: 10px 0 0 0;
}

@media (max-width: 768px) {
    .slideshow-ekycspecial-may2026 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-ekycv22026-20260514-mobile.jpg);
    background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
    }
    
    /*custom font color for mobile view*/
    #ekycspecial-may2026-mobile-h1 {
        margin-top: -200px !important;
        color: #ffffff;
    }
    
    /*custom font color for mobile view*/
    .content p {
        color: #ffffff;
    }
    .col-md-6 .hero-list-item {
    font-size: 16px;
    font-weight: bold;
        text-align: center;
}
    .img-mobile {
        margin: 0 auto;
    }
}

.slideshow-twp2-may2026 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-boosterrewardcampaign-20260515-banner.jpg);
	background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
}

.col-md-6 ul {
    margin: 20px 0;
}

.col-md-6 .hero-list-item {
    font-size: 18px;
    font-weight: normal;
    
}

.col-md-6 span img {
    float: left;
}

.img-mobile {
    width: 192px;
    height: 48px;
    margin: 10px 0 0 0;
}

@media (max-width: 768px) {
    .slideshow-twp2-may2026 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-boosterrewardcampaign-20260515-mobile.jpg);
    background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
    }
    
    /*custom font color for mobile view*/
    #twp2-may2026-mobile-h1 {
        margin-top: -200px !important;
        color: #ffffff;
    }
    
    /*custom font color for mobile view*/
    .content p {
        color: #ffffff;
    }
    .col-md-6 .hero-list-item {
    font-size: 16px;
    font-weight: bold;
        text-align: center;
}
    .img-mobile {
        margin: 0 auto;
    }
}

.slideshow-tsmigration-may2026 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-tsmigration-20260522-banner.jpg);
	background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
}

.col-md-6 ul {
    margin: 20px 0;
}

.col-md-6 .hero-list-item {
    font-size: 18px;
    font-weight: normal;
    
}

.col-md-6 span img {
    float: left;
}

.img-mobile {
    width: 192px;
    height: 48px;
    margin: 10px 0 0 0;
}

@media (max-width: 768px) {
    .slideshow-tsmigration-may2026 {
    background-image: url(/-/media/rhb-invest/microsites/tradesmart/uploads/home/responsive/TS-tsmigration-20260522-mobile.jpg);
    background-size:cover;
	display:block;
	position:relative;
	max-width:100%; height:100%;
    }
    
    /*custom font color for mobile view*/
    #tsmigration-may2026-mobile-h1 {
        margin-top: -200px !important;
        color: #ffffff;
    }
    
    /*custom font color for mobile view*/
    .content p {
        color: #ffffff;
    }
    .col-md-6 .hero-list-item {
    font-size: 16px;
    font-weight: bold;
        text-align: center;
}
    .img-mobile {
        margin: 0 auto;
    }
}

/* ===== Bluish Dark Backdrop (Scoped - No BS Conflict) ===== */
/* Strong override using Bootstrap state */
/* Fix backdrop layering */
body.modal-open .modal-backdrop {
    z-index: 9998 !important;
    background-color: rgba(8, 25, 49, 1) !important;
    opacity: 0.85 !important;
}

/* Ensure modal stays above backdrop */
body.modal-open .modal {
    z-index: 9999 !important;
}

/* ===== Center Modal (Bootstrap 3 compatible) ===== */
#announcementModal.modal {
    text-align: center;
    padding: 0 !important;
}

#announcementModal.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#announcementModal .modal-dialog {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    max-width: 520px;
}

/* ===== Modal Styling ===== */
.announcement-modal {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

/* Header */
.announcement-modal .modal-header {
    background: linear-gradient(135deg, #0b3c6f, #0067b1);
    color: #fff;
    border-bottom: none;
}

.announcement-modal .modal-title {
    font-weight: 600;
    font-size: 18px;
}

/* Body */
.announcement-modal .modal-body {
    font-size: 15px;
    line-height: 1.6;
    padding: 25px;
}

/* Footer */
.announcement-modal .modal-footer {
    border-top: none;
    padding: 15px 20px;
}

/* CTA */
.announcement-modal .btn-primary {
    background: #EE4143;
    border: none;
}

.announcement-modal .btn-primary:hover {
    background: #c53032;
}

/* ===== Smooth Zoom Animation ===== */
#announcementModal .modal-dialog {
    transform: scale(0.92);
    transition: all 0.25s ease;
}

#announcementModal.in .modal-dialog {
    transform: scale(1);
}

/* ===== Mobile Optimization ===== */
@media (max-width: 768px) {
    #announcementModal .modal-dialog {
        width: 92%;
        margin: 0 auto;
    }

    .announcement-modal .modal-body {
        font-size: 14px;
        padding: 20px;
    }
}

/* ===== Banner Container ===== */
.announcement-modal {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 70px rgba(0,0,0,0.45);
}

/* Close button (floating) */
.announcement-close {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 10;
    font-size: 24px;
    color: #fff;
    opacity: 0.9;
}

/* Banner image */
.announcement-banner img {
    width: 100%;
    height: auto;
    display: block;
}

/* Content section */
.announcement-content {
    padding: 15px 25px 30px;
    background: #fff;
}

/* Title */
.announcement-content h3 {
    font-weight: 600;
    margin-bottom: 35px;
    color: #0067b1;
}

/* Text */
.announcement-content p {
    font-size: 14.5px;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* Note highlight */
.announcement-note {
    font-weight: 600;
    color: #0067b1;
    margin-top: 10px;
}

/* CTA buttons */
.announcement-actions {
    margin-top: 20px;
}

.announcement-actions .btn {
    margin: 5px;
    min-width: 140px;
}

/* Primary CTA */
.announcement-actions .btn-primary {
    background: #EE4143;
    border: none;
}

.announcement-actions .btn-primary:hover {
    background: #c53032;
}

/* Mobile */
@media (max-width: 768px) {
    .announcement-content {
        padding: 20px;
    }

    .announcement-content h3 {
        font-size: 18px;
    }

    .announcement-actions .btn {
        width: 100%;
        margin: 6px 0;
    }
}