<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.wrap {
    text-align: left;
}

.wrap&gt;*:not(*:root) {
    margin-left: -4px;
}

input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}


/*---Fix for Wow---*/
.wow { visibility: hidden; }


/*--- FIx for safari flexibleg grid--*/

*:focus {
    outline: 0;
}

/*---JL UPDATE FONTS JAN 2025---*/
/*---UPDATE WEBSITE FONTS TO INTER---*/
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter_28pt-Regular.ttf');
    font-weight:400;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter_28pt-Italic.ttf');
    font-weight:400;
    font-style: italic;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter_28pt-Bold.ttf');
    font-weight:600;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter_28pt-BoldItalic.ttf');
    font-weight:600;
    font-style: italic;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Inter';
}

body {
    font-size: 12px;
    line-height: 1.25em;
    background-color: #f9f9f9;
    overflow-x: hidden;
}

[class*="_container"] {
    width: 100%;
    margin: 0px auto;
    max-width: 1180px;
}

[class*="_postcontainer"] {
    width: 100%;
    margin: 0px auto;
    max-width: 870px;
}

[class*="_smallcontainer"] {width: 100%;margin: 0px auto;max-width: 880px;}


a {
    transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -webkit-transition: color 0.2s linear;
    text-decoration: none;
    color: #333;
}

/*---JL UPDATE FONTS JAN 2025---*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter';
}


/*---General---*/
html {scroll-behavior: smooth;}
#content {background-color: #f4f4f4;overflow-x:hidden;overflow-y:visible;}

.box.alignbot {
    display: table-cell;
    vertical-align: bottom;
}

.inboxpad {padding: 10%;}
.fullrow&gt;* {padding: 0px;}
.search-no-results #findadvisor {display: none;}

/*---Typography---*/
h1 {font-size: 40px;line-height: 44px;margin-bottom: 30px;font-weight: 700;}
h2 {font-size: 36px;line-height: 40px;margin-bottom: 30px;}
h3 {font-size: 26px;line-height: 36px;margin-bottom: 30px;}
h4 {font-size: 24px;line-height: 36px;margin-bottom: 20px;}
h5 {font-size: 22px;line-height: 32px;margin-bottom: 10px;font-weight: 700;}
h6 {font-size: 20px;line-height: 30px;margin-bottom: 15px;}
p {font-size: 16px;line-height: 24px;margin-bottom: 30px;}

.whitetext {color: white;}
.lightgrey {color: #e1e1e1;}
.medgrey {color: #747474;}
.darkgrey {color: #3a3a3a;}
.darkred {color: #b3102c;}
.gobut {background-color: #b3102c;padding: 10px 20px;border-radius: 22px;color: #ffffff;font-size: 20px;line-height: 20px;margin: 20px;transition-duration: 0.5s;}
.gobut:hover {color: #ffffff;background-color: #6b0000;transition: 0.5s;}
.uppertext {text-transform: uppercase;}
.textleft {text-align: left;}
.textright {text-align: right;}
.textcenter {text-align: center;}


.pad35{padding:35px;}

.padtb10 {padding-top:10px;padding-bottom:10px;}
.padtb45 {padding-top:45px;padding-bottom:45px;}

.padlf10 {padding-left:10px;padding-right:10px;}

.lfpad5 {padding-left:5%;padding-right:5%;}

.tbpad5 {padding-top:5%;padding-bottom:5%;}
.tbpad10 {padding-top:10%;padding-bottom:10%;}


.height_60 {height:60vh;}
.height_75 {height:75vh;}
.height_82 {height: 82vh;}
.height_85 {height:85vh;}
.height_90 {height:90vh;}
.height_105 {height:105vh;}
.height_110 {height:110vh;}
.minh_300 {min-height:300px;}


.limit5 {max-width: calc(445px - 2%);}
.inlineicontitle &gt; * {display:inline-block;vertical-align:middle;}
.discenter {display: block;margin: auto;}

.whiterow {background-color:#ffffff;}

/*---Background Class---*/
.bck_paral {background-attachment:fixed;background-size:cover;background-position:center;}
.bck_cover {background-size:cover;background-position:center;}


/*---Box Grid---*/

.kenfloatleft {
    float: left;
}

.kenfloatright {
    float: right;
}

.keninline {
    display: inline-block;
    vertical-align: middle;
}

.butpad {
    padding: 20px 0px;
}

.propad {
    padding: 45px 0px 30px 0px;
}

.marginup {
    margin-top: 65px;
}

.relativebox {
    position: relative;
}


/*---Action Bar---*/

#actionbar {
    background-color: #a7202c;
}

#actionbar .actionmenu_link li {
    display: inline-block;
    margin-right: 10px;
    padding: 11px 5px;
    color: white;
}

#actionbar .actionmenu_link li a {
    color: white;
}

#actionbar .actionmenu_link li a:hover {
    color: #c7c7c7;
}

#actionbar .actionmenu_menu {
    float: left;
}

#actionbar .actionmenu_login {
    float: right;
}

li#menu-item-865 {
    background-color: #000000;
    padding: 13px 20px !important;
}


/*---Main Menu---*/

#navmainmenu .logo {
    max-width: 170px;
    padding: 10px 10px 0;
    float: left;
}

#navmainmenu .logo a {
    padding: 0px !important;
    margin-left: 0px !important;
}

#navmainmenu .logo a:hover {
    background-color: white;
}

#navmainmenu .nav-menu nav&gt;ul&gt;li&gt;a {
    display: inline-block;
    padding: 25px 15px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-left: 10px;
}

#navmainmenu .nav-menu nav&gt;ul&gt;li&gt;a:hover {
    color: #a7202c;
}

div#navmainmenu {
    background-color: white;
}

a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {
    max-width: 315px;
}

a.ubermenu-nojs .ubermenu-tabs-show-default&gt;.ubermenu-tabs-group&gt;.ubermenu-tab&gt;.ubermenu-tab-content-panel li {
    padding: 0px 10px 5px 10px;
}

-target:hover {
    color: #b3102c !important;
}

.ubermenu-submenu {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.ubermenu-nojs .ubermenu-tabs-show-default&gt;.ubermenu-tabs-group&gt;.ubermenu-tab&gt;.ubermenu-tab-content-panel {
    padding-top: 0px !important;
}

a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only {
    font-size: 18px;
    padding: 5px 30px;
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
    z-index: 999999999999 !important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop&gt;.ubermenu-target {
    padding-right: 25px !important;
}

.ubermenu-skin-clean-white {
    background: transparent !important;
    color: #000;
}

.ubermenu-responsive-toggle .fas {
    float: right;
    margin: 0;
    font-size: 20px;
    padding: 5px 0;
    margin-top: 15px;
}

.menuspecialheight ul.ubermenu-submenu {
    min-height: 400px !important;
}

a.ubermenu-responsive-toggle img {
    width: 150px;
}

.ubermenu-nojs .ubermenu-tabs-show-default&gt;.ubermenu-tabs-group&gt;.ubermenu-tab&gt;.ubermenu-tab-content-panel li {
    padding: 0px 10px 5px 20px;
}

.ubermenu-nojs .ubermenu-tabs-show-default&gt;.ubermenu-tabs-group&gt;.ubermenu-tab&gt;.ubermenu-tab-content-panel {
    padding-top: 10px !important;
    height: 400px;
}

.nav-menu .tabwithimage .ubermenu-tab-content-panel li {
    padding: 10px 0 10px 15px;
    box-sizing: border-box;
    display: inline-block;
}

.nav-menu .tabwithimage .ubermenu-tab-content-panel li a {
    position: relative;
    width: 300px;
    height: 200px;
    overflow: hidden;
    display: inline-block;
    background: #e9e9e9;
    padding: 0;
}

.nav-menu .tabwithimage .ubermenu-tab-content-panel a {
    color: #707070 !important;
}

.nav-menu .tabwithimage .ubermenu-tab-content-panel li.ubermenu-item-view-all a {
    background: #a7202c;
    width: 80px;
    position: relative;
}

.nav-menu .tabwithimage .ubermenu-tab-content-panel li.ubermenu-item-view-all a span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    overflow: hidden;
    display: block;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0;
}

.nav-menu .tabwithimage .ubermenu-tab-content-panel li.ubermenu-item-view-all a span:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    background: #fff;
    opacity: 0.2;
}

.nav-menu .tabwithimage .ubermenu-tab-content-panel a.ubermenu-target-with-image,
.nav-menu .tabwithimage .ubermenu-tab-content-panel a.ubermenu-target-with-image .ubermenu-target-description {
    color: #fff !important;
}

.nav-menu .tabwithimage .ubermenu-tab-content-panel a.ubermenu-target-with-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    display: block;
    z-index: 1;
}

.nav-menu .tabwithimage .ubermenu-tab-content-panel .ubermenu-target-title {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 1.2em;
    z-index: 2;
    vertical-align: middle;
}

.nav-menu .tabwithimage .ubermenu-tab-content-panel .ubermenu-target-description {
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-style: italic;
    z-index: 2;
}

.nav-menu .tabwithcontent .ubermenu-tab-content-panel li {
    float: none !important;
    position: initial !important;
}

.nav-menu .tabwithcontent .ubermenu-tab-content-panel:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 65%;
    border-right: 1px solid #eee !important;
    display: block;
}

.nav-menu .tabwithcontent .ubermenu-tab-content-panel li a {
    padding: 5px 50px 0px 15px;
    position: initial !important;
}

.nav-menu .tabwithcontent .ubermenu-tab-content-panel .ubermenu-target-description {
    display: none;
    position: fixed;
    top: 25px;
    right: 5%;
    padding: 15px;
    font-size: 20px;
    line-height: 25px;
    box-sizing: border-box;
    width: 40%;
}

.nav-menu .tabwithcontent .ubermenu-tab-content-panel a:hover .ubermenu-target-description {
    display: block;
    font-size: 20px !important;
    line-height: 30px;
    padding-right: 10% !important;
}

.ubermenu .tabwithcontent .ubermenu-tab-layout-left&gt;.ubermenu-tabs-group&gt;.ubermenu-tab&gt;.ubermenu-tab-content-panel {
    height: 400px;
    overflow: auto;
}

.ubermenu .ubermenu-nav .ubermenu-column-full {
    max-width: 1200px !important;
    display: block !important;
    margin: auto !important;
    float: none !important;
}

span.ubermenu-target-title.ubermenu-target-text {
    font-weight: 600;
}

span.ubermenu-target-description.ubermenu-target-text {
    font-size: 14px !important;
    padding: 0px 0px !important;
}

.ubermenu-skin-clean-white .ubermenu-item-level-0:hover&gt;.ubermenu-target,
.ubermenu-skin-clean-white .ubermenu-item-level-0.ubermenu-active&gt;.ubermenu-target {
    background: #ffffff !important;
}

.ubermenu-skin-clean-white .ubermenu-submenu .ubermenu-item-header&gt;.ubermenu-target:hover {
    color: #b3112c !important;
}

.hideindesktop {
    display: none;
}

.mobilenavmainmenu_container #mobile-nav-menu {
    display: none;
}

.mobilenavmainmenu_container {
    min-height: 50px;
}

a.mobile-menu-toggle {
    font-size: 30px;
    padding: 16px;
    display: block;
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 10;
}

.mobilenavmainmenu_container .logo {
    width: 250px;
    height: 60px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 5px 15px;
}

.mm-menu_offcanvas {
    z-index: 1000;
}

@media screen and (max-width: 959px) {
    #navmainmenu .nav-menu .ubermenu-tab .ubermenu-sub-indicator {
        display: none !important;
    }
    #navmainmenu .nav-menu .ubermenu-tab-content-panel {
        display: none !important;
    }
    #navmainmenu {
        z-index: 1000;
        position: relative;
    }
}


/*---Isotope Grid Css---*/

#mansofeed {min-height:600px;}


.mansofeed {
    padding-top: 35px;
    padding-bottom: 35px;
}

.mansofeed-itemfull {
    width: 100%;
}

.mansofeed-item {
    width: 33.33%;
}


.mansofeed-item .contain {
    margin: 20px;
    background-color: #ffffff;
    transition: 0.5s;
    position: relative;
    height: auto;
}

.mansofeed-item .contain:after {
    content: url(../img/mansofeed-shadow.png);
    background-position: center;
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
}

.mansofeed-item .mansotext {
    padding: 35px 25px;
    text-align: left;
    transition-duration: 0.5s;
    min-height: 200px;
}

.mansofeed-item .mansotext&gt;* {
    display: block;
    transition: 0.5s !important;
    color:#000000;
}

.mansofeed-item .noimg {
    background-color: #b3102c;
}

.mansofeed-item .noimg a {
    color: white;
}

.mansofeed-item .posttag {
    color: #b3102c;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.mansofeed-item .posttitle {
    font-size: 26px;
    line-height: 34px;
    color: #484848;
    font-weight: 700;
    margin: 10px 0px 0px 0px;
}

.mansofeed-item .postexcept {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0px 0px 0px;
}

.mansofeed-item .postdate {
    font-style: italic;
    color: #b6b6b6;
    margin: 10px 0px;
}

.button-group.filter-button-group {
    padding: 40px 10px 0px 10px;
    text-transform: uppercase;
}

.button-group.filter-button-group a {
    padding: 20px 15px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    font-weight: 700;
    line-height: 40px;
    display:inline-block;
}

.button-group.filter-button-group a:hover {
    color: #a7202c;
}

.button-group.filter-button-group a span:after {
    content: "";
    height: 4px;
    width: 0px;
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
    z-index: 203;
    opacity: 0;
    background-color: #a7202c;
    transition: width 0.5s;
}

.button-group.filter-button-group a span:hover:after {
    width: 60px;
}

.button-group.filter-button-group a:after {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.button-group.filter-button-group a.is-checked&gt;span:after {
    opacity: 1;
    width: 60px;
}

.mansofeed-item.products a:hover .posttag,
.mansofeed-item.products a:hover .posttitle,
.mansofeed-item.products a:hover .postexcept {
    color: white;
    transition-duration: 0.5s;
}

.mansofeed-item.highlightred .contain {
    background-color: #b3112c;
}

.mansofeed-item.highlightred .mansotext&gt;* {
color: #ffffff !important;
}
.mansofeed-item.highlightred a {color: #ffffff;}

.mansofeed-item.highlightred a:hover .contain {
    background-color: #000000;
}
.mansofeed-item.highlightblack .contain {
    background-color: #000000;
}
.mansofeed-item.highlightblack .mansotext&gt;* {
    color: #ffffff !important;
}
.mansofeed-item.highlightblack a:hover .contain {
    background-color: #b3112c;
}
.mansofeed-item.highlightgrey .contain {
    background-color: #797979;
}
.mansofeed-item.highlightgrey .mansotext&gt;* {
    color: #ffffff !important;
}
.mansofeed-item.highlightgrey a:hover .contain {
    background-color: #b3112c;
}
.mansofeed-item a {
    display: block;
    transition: all 0.5s;
    position: relative;
}
.mansofeed-item a:hover {
    transition: all 0.5s;
}
.mansofeed-item .contain .mansotext&gt;*:hover {
    background-color: initial;
}
.mansofeed-item .img_holder&gt;img {
    width: 100%;
    height: auto;
    display: block;
}
.mansofeed-item .contain .entry-image-overlay {
    background-color: rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    width: 100%;
    z-index: 1;
}
.mansofeed-item .contain .entry-image-overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    color: #ffffff;
}
.mansofeed-item .contain:hover .entry-image-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    background-size: 40px 40px, 100% 100%;
}
.mansofeed-item:hover .contain {
    background-color: #a7202c;
    color: #ffffff;
    transition-duration: 0.5s;
}
.mansofeed-item:hover .mansotext&gt;*,
.mansofeed-item:hover .mansotext&gt;a&gt;* {
    color: #ffffff !important;
}
.mansofeed-item:hover ul.address li a {
    color: #ffffff;
}

/*---Slick Slider---*/
.slick-slide {padding:10px;}
.slickbox {background-color: #ffffff;padding: 10px 15px;border-radius: 15px;border: 1px solid #d2d2d2;min-height: 550px;}
.slickbox ul li {font-size: 14px !important;line-height: 22px !important;text-align: left;}
.slickimgbox {max-width: 180px;display: block;margin: auto;height: 145px;position:relative;}
.slickimgbox img {position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 100%;height: auto;}
.slickbox p {text-align: left;margin-top: 10px;margin-bottom: 10px;}
.slick-prev, .slick-next {background-color: #ffffff !important;border-radius: 100%;border: 1px solid #5f5f5f !important;padding: 5px !important;width: 48px !important;height: 48px !important;}
.slick-prev:before, .slick-next:before {color: #000000 !important;padding: 10px;}
.slick-next {right:-50px !important;}
.slick-prev {left:-50px !important;}
ul.slick-dots {display: none !important;}
.slick-disabled {border-color: #ececec !important; color: #ececec !important;}


/*---Products---*/
.page_header {
    background-position: center;
    background-size: cover;
    padding: 10vh 0px;
    background-color: #333;
    min-height: 60vh;
    background-attachment: fixed;
}
.page_header&gt;div&gt;div&gt;div&gt;h2 {
    margin-bottom: 65px;
}

.page_header h2 p, .postheader h2 p {
    font-size: 24px ;
    line-height: 36px ;
}

.awselect .placeholder, .awselect ul li {
    text-shadow: none;
}

/*---Services---*/
.iconspacing {
    margin-top: 15px;
    margin-bottom: 15px;
}
.iconspacing&gt;h4 {
    font-weight: 600;
}
.s-gradient {
    background: #c61631;
    background: -moz-linear-gradient(-45deg, #c61631 0%, #ffa555 100%);
    background: -webkit-linear-gradient(-45deg, #c61631 0%, #ffa555 100%);
    background: linear-gradient(135deg, #c61631 0%, #ffa555 100%);
}

/*---About Us---*/
.boxes h4 {
    font-size: 1.3em;
    line-height: 1.6em;
    margin-top: 25px;
}
.imgbox {
    background-position: center;
    background-size: cover;
    padding: 190px 0px;
}
.imgtextbox {
    background-position: center;
    background-size: cover;
    color: #ffffff;
}
.freecontent&gt;div&gt;div {
    padding-left: 0px;
    padding-right: 0px;
}
.redbox {
    background-color: #b5112c;
}
.redbox&gt;* {
    color: #ffffff;
}
.boxes {
    padding: 70px 35px 70px 45px;
}
.whitebox {
    background-color: #ffffff;
}
.whitebox&gt;h4 {
    color: #adadad;
}
.whitebox&gt;h2 {
    color: #484848;
}
.redbox h2,
.whitebox h2 {
    line-height: 1.2em;
    font-size: 2.2em;
}
.box.boxes.redbox ul li:before {
    content: "\2022";
    color: #ffffff;
    margin-left: -15px;
    padding-right: 10px;
}
.box.boxes.imgtextbox ul li:before {
    content: "\2022";
    color: #ffffff;
    margin-left: -15px;
    padding-right: 10px;
}
.box.boxes ul {
    margin-left: 20px;
}
.box.boxes ul li {
    margin-bottom: 12px;
}
.box.boxes.whitebox ul li:before {
    content: "\2022";
    color: #b5112c;
    margin-left: -15px;
    padding-right: 10px;
}
.box.boxes h6 {
    font-size: 1.4em;
    line-height: 1.4em;
}
.boxes {
    padding: 70px 35px 70px 45px;
    box-shadow: inset 0px 0px 5px #00000033;
}
.box.boxes h2&gt;img {
    margin-bottom: 20px;
}

/*---Locator---*/
.searchfilter {
    padding: 20px;
}
.searchfilter ul li {
    background-color: white;
    width: auto;
    border-radius: 30px;
    padding: 15px 30px;
    margin-left: 10px;
    cursor: pointer;
    display: none;
}
.searchfilter ul li.active {
    display: inline-block;
}
.searchfilter ul li:after {
    content: 'X';
    margin-left: 15px;
    color: #a8a8a8;
    font-weight: 700;
}




/*---NewsSearch---*/
.bigsearch input {
    background-color: transparent;
    border-bottom: 4px solid #b3102c;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    text-align: center;
    padding: 20px;
    font-size: 26px;
    color: white;
    margin-top: 22px;
    width: 100%;
    -webkit-transition: 0s;
}
.bigsearch input:hover {
    border-bottom: 4px solid transparent;
}
.bigsearch input::placeholder {
    color: #cecece;
}
.bigsearch:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #ffffff;
    transition: width 1.5s;
    margin-top: -4px;
}
.bigsearch:hover:after {
    width: 100%;
}
.newssearch {
    background-image: url("../img/newssearch-bck.jpg");
    background-position: center;
    background-size: cover;
    padding: 10vh 0px;
}

/*---contact us---*/

/*---Blog Template---*/
#post {position: relative;min-height: 300px;}

.postheader_postcontainer {
    padding-top: 45px;
    padding-bottom: 20px;
    position: relative;
}
.postcontain .posttag {
    margin-top: 35px;
}
.postcontain .posttag a:hover {
    color: #b3102c;
}
.postcontain .whiteb.hvr-rect {
    font-size: 16px !important;
    color: white !important;
    padding: 10px 20px;
    text-decoration: none;
}
.postcontain .whiteb.hvr-rect:hover {
    color: #b3102c !important;
    text-decoration: none;
}
.postcontain .whiteb.hvr-rect:focus {
    color: #b3102c !important;
    text-decoration: none;
}
.postcontain .box a {
    color: #b3102c;
    font-weight: 600;
    text-decoration: underline;
}
.postcontain .box a:hover {
    color: #000000;
}
.posttag {
    color: #b3102c;
    font-weight: 700;
    text-transform: uppercase;
}
.featuredimage {
    width: 100%;
    margin: 0px auto;
    max-width: 960px;
}
.postcontain {
    position: relative;
}
.postcontain&gt;* {
    text-align: left;
}
.postcontain h1 {
    font-size: 4em;
    line-height: 1em;
    margin-bottom: 35px;
    font-weight: 700;
}
.postcontain h2 {
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 35px;
}
.postcontain h3 {
    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 35px;
}
.postcontain h4 {
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 35px;
}
.postcontain h5 {
    font-size: 1.8em;
    line-height: 1em;
    margin-bottom: 35px;
}
.postcontain h6 {
    font-size: 1.9em;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.postcontain p {
    font-size: 18px;
    line-height: 32px;
    color: #585858;
    margin-bottom: 35px;
}
.postcontain .box&gt;p:first-of-type {
    font-size: 1.8em;
    line-height: 1.5em;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 15px;
    margin-bottom: 35px;
    color: #7e7e7e;
}
.postcontain table p {
    font-size: inherit;
    border-bottom: initial;
    line-height: initial;
    margin-bottom: initial;
}
.postcontain table p:first-of-type {
    border-bottom: initial;
    margin-bottom: initial;
}
.postcontain li&gt;ul {
    margin-left: 20px;
    margin-bottom: 35px;
}
.postcontain ul li,
.postcontain ol li {
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    margin-left: 19px;
    color: #585858;
}
.postcontain ul li::before,
.postcontain ol li::before {
    content: "\2022";
    color: #b3112c;
    margin-left: -17px;
    padding-right: 10px;
}
._postcontainer ul ol {
    margin-bottom: 35px;
}
.postcontain table ol li, .page-template table ol li{
    list-style-type: decimal;
    margin-left: 13px;
}
.postcontain table ul li, .page-template table ul li{
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 22px;
}
.postcontain img {
    width: 100%;
    height: auto;
}
.posttag a:after {
    content: ',';
    margin-right: 5px;
}
.posttag a:last-child:after {
    content: "";
}
#moresolutions {
    padding: 65px 0px;
}
#moresolutions h4.medgrey {
    text-transform: uppercase;
}



.postheader {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
}
.postheader,
.postcontain {
    max-width: 620px;
    width: 620px;
    margin-left: calc((100% - 620px) / 2);
}
.postcontain .box&gt;img {
    max-width: 100%;
    height: auto;
    margin-bottom: 35px;
}
.noresult {
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
    display: none;
}

/*---Post Table---*/

.postcontain table, .page-template table{
    background-color: #ffffff;
    width:100%;
    margin-bottom: 30px;
    table-layout: fixed;
}

tr:first-child {
    background-color: #b3102c;
    color: #ffffff;
}

table tr:nth-child(odd) {
    background-color: #dddddd;
}

table tr:nth-child(even) {
    background-color: #fbfbfb;
}

table th{
    background-color: #b3102c;
    color: #ffffff !important;
}

table th, table td {
    padding: 20px 30px;
    font-size: 14px;
    text-align: left;
    color:#000000;
}



/*---Mega Menu---*/
.ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item&gt;.ubermenu-submenu.ubermenu-submenu-type-mega {
    min-height: 245px !important;
}
#menu-item-194 ul.ubermenu-submenu.ubermenu-submenu-id-194.ubermenu-submenu-type-mega.ubermenu-submenu-drop.ubermenu-submenu-align-full_width {
    height: 410px;
}

/*---Locator---*/
ul.address {
    margin-top: 20px;
    margin-left: 5px;
    margin-bottom: 25px;
}
ul.address li {
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
}
ul.address li i {
    margin-right: 10px;
    color: #adadad;
    position: absolute;
    top: 4px;
    left:-4px;
}

ul.address li a i {
    margin-right: 10px;
    color: #adadad;
    position: absolute;
    top: 4px;
    left: -23px;
}

.locatorsearch {
    background-image: url("../img/locator-bck.jpg");
    background-position: center;
    background-size: cover;
    padding: 10vh 0px;
}

/*---Floating Box icon---*/
.stickybox {
    width: 50px;
    z-index: 300;
}
.stickybox.socialshareicon ul li {
    font-size: 16px;
    width: 48px;
    text-align: center;
    margin: 15px 0px;
}
.stickybox.socialshareicon ul li a {
    font-size: 20px;
    background-color: #dedede;
    padding: 14px;
    border-radius: 100%;
    display: block;
}
.stickybox.socialshareicon {
    position: absolute;
    top: 40px;
    margin-left:-30px;
}
.relatedblog {
    position: absolute;
    right: 0px;
}

/*---Financial Advisor---*/
.financialadvisor {
    background-image: url('/wp-content/uploads/2019/03/gp-findbranch-bck.jpg');
    background-position: 20% 45%;
    background-size: cover;
    padding: 20vh 0px;
}


select {
    background-color: transparent;
    padding: 10px 20px;
    border-radius: 22px;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
}
option {
    background-color: white;
    color: black;
}


#selectdropdown select {
    margin-bottom: 30px;
}

.financialadvisor .gform_wrapper {
    max-width: 600px;
    display: block;
    margin: auto;
}

.financialadvisor .gform_wrapper input {
    background-color: white;
    border-radius: 60px !important;
    padding: 20px 35px!important;
}

.financialadvisor label.gfield_label {
    display: none !important;
}

#gform_submit_button_4 {
    display: block;
    margin: auto;
    float: none;
    margin-top: -5px;
    text-align: center;
    border: 0px;
}

.financialadvisor .gform_wrapper {margin-bottom:0px !important;}


/*---Help Page---*/
.helpbck {
    background-image: url("../img/help-bck.jpg");
    background-position: center;
    background-size: cover;
    padding: 10vh 0px 20vh 0px;
}

/*---Full Page---*/
.page-template-fullpage #post h1 {
    font-size: 4em;
    line-height: 1em;
    margin-bottom: 35px;
    font-weight: 700;
}
.page-template-fullpage #post h2 {
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 35px;
}
.page-template-fullpage #post h3 {
    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 35px;
}
.page-template-fullpage #post h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 35px;
}
.page-template-fullpage #post h5 {
    font-size: 1.8em;
    line-height: 1em;
    margin-bottom: 35px;
}
.page-template-fullpage #post h6 {
    font-size: 1.9em;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.page-template-fullpage #post p {
    font-size: 18px;
    line-height: 34px;
    color: #585858;
    margin-bottom: 35px;
}



.page-template-fullpage #content #post ol,
.page-template-fullpage #content #post ul {
    list-style: circle;
    margin-left: 25px;
    margin-bottom: 30px;
}
.page-template-fullpage #post ul li,
.page-template-fullpage #post ol li {
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 16px;
    line-height: 28px;
    list-style:none;
}

.page-template-fullpage #post ul li:before, .page-template-fullpage #post ol li:before {
    content: "\2022";
    color: #b3112c;
    margin-left: -17px;
    padding-right: 10px;
}

.page-template-fullpage #post p &gt; a.hvr-rect {
    padding: 15px 30px;
}

table th, td {
    font-size: 14px !important;
    line-height: 24px !important;
}

/*---Empty page template---*/
.page-template-empty #content ul li {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 16px;
    list-style: none;
    margin-left: 20px;
}
.page-template-empty #content ul li:before {
    content: "\2022";
    color: #b5112c;
    margin-left: -15px;
    padding-right: 10px;
}

.page-template-empty #content ul li &gt; ul {
    margin-top: 10px;
}

.page-template-empty #content ul.whitedotli li:before {
    color: white;
}

/*---Homepage Template---*/
.page-template-homepage .mansotext {
    min-height: initial;
}

.page-template-homepage .KFAcademy.mansofeed-item .contain {
    min-height: 602px;
}

.mansofeed-item.uncategorized.Home .postdate {display: none;}
.mansofeed-item.Products .postdate {display: none;}
.mansofeed-item.educations.kenanga-future-academy .postdate {display: none;}
.mansofeed-item.bursa-malaysia-derivatives .postdate {display: none;}
.mansofeed-item.uncategorized.cme-group-products .postdate {display: none;}
.mansofeed-item.uncategorized.global-markets .postdate {display: none;}
.mansofeed-item.bursa-mids .postdate {display: none;}
.knowledge-centre .postdate {display: none;}
.recent-transactions .postdate {display: none;}
.news .postdate {display: none;}
.mansofeed-item.uncategorized.Products .contain {min-height: 520px;}
.mansofeed-item.KenangaFuturesAcademy .contain {min-height: 620px;}


/*---Who we serve---*/
.ourclient {
    font-size: 16px;
    display: table;
    line-height: 20px;
}

img.icoliimg {
    vertical-align: middle;
    width: 80px;
    height: auto;
    display: inline-block;
}

.icolitext {
    vertical-align: middle;
    display: inline-block;
    width: 210px;
}

/*---Special Ul with images---*/
/*---Special Ul Li with image---*/
ul.imgul li:before {content: none !important;}
ul.imgul li img {display: inline-block;width: 50px;vertical-align:middle;margin-right: 15px;}
ul.imgul .imglitext {display: inline-block;width: 340px;vertical-align: middle;}
ul.imgul li {margin-left: 0px !important;margin-bottom:15px !important;}
ul.imgul li &gt; ul {margin-left: 70px;}
ul.imgul li &gt; ul li:before {content: "\2022" !important;color: #353535 !important;}
ul.imgul.tinyspace img {width: 80px;}
ul.imgul.tinyspace .imglitext {width: 245px;}


/*---Gravity Form---*/
.gform_wrapper select,
.gform_wrapper textarea,
.gform_wrapper input {
    border-radius: 10px !important;
    background-color: transparent;
    color: #424242;
    padding: 12px!important;
    border: 1px solid #a6a6a6;
    font-size: 16px!important;
    margin-bottom: 15px;
}
.gform_footer .gform_button {
    background-color: #b3102c !important;
    color: white !important;
    padding: 12px 35px !important;
    cursor: pointer;
    font-size: 20px!important;
    font-weight: 700;
    float: right;
}

.gform_wrapper .ginput_complex .ginput_left, .gform_wrapper .ginput_complex .ginput_right {
    width: 100% !important;    padding-right: 0px !important;
}

.hidelabel label.gfield_label{
    display: none !important;
}

.gform_confirmation_message {
    font-size: 18px;
    line-height: 30px;
}


.gform_fields li:before {
    content: none !important;
}

.gform_wrapper {
    margin-bottom: 75px !important;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100% !important;
}

.gform_confirmation_wrapper {
    margin-bottom: 35px;
}

/*---Footer---*/
#footer {
    padding: 65px 0px 20px 0px;
    background-color: #ffffff;
    border-top: 1px solid #f4f4f4;
}
#footer .sitemapmenu ul li a {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    line-height: 22px;
}
#footer .sitemaptitle, .footersitemap ul li {
    color: #828282;
    font-weight: 700;
    margin-bottom: 25px;
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 16px;
    line-height:24px;
}

#footer .sitemapmenu .sitemaptitle {
    margin-left:0px;
}

#footer .footersitemap {
    text-align: right;
    margin-bottom: 25px;
}
#footer .borderbottom {
    border-bottom: 1px solid #dcdcdc;
}
#footer a,
#footer li a {
    color: #828282;
}
#footer a:hover,
#footer li a:hover {
    color: #a7202c;
}
#footer .copyright {
    margin-top: 20px;
    color: #828282;
}
#footer .sitemaptitle a i {
    font-size: 24px;
}
.footcol1,
.footcol2 {
    margin-bottom: 35px;
}


#footer .sitemaptitle a.fbi:hover {
    color: #3a589b !important;
}
#footer .sitemaptitle a.youi:hover {
    color: #ff0000 !important;
}
#footer .sitemaptitle a.lini:hover {
    color: #0073b1 !important;
}
#footer .sitemaptitle a.insi:hover {
    color: #000000 !important;
}
#footer .sitemaptitle a.tiki:hover {
    color: #000000 !important;
}

.fbi:hover, .youi:hover, .lini:hover, .insi:hover, .tiki:hover {color:#828282 !important;}

/*---Select---*/
.awselect .front_face {
    font-size: 24px;
    line-height: 38px;
    min-width: 460px;
    background-color:#ffffff;
}
.productsearch h2 {
    font-size: 3em;
    line-height: 1em;
    padding: 15px 0px;
    margin-bottom: 1px;
}
.awselect .back_face ul li a {
    line-height: 1.4em;
    border-bottom: 2px solid transparent;
    transition-duration: 1s;
    text-align: left;
}
.awselect .back_face ul li a:hover {
    border-bottom: 2px solid #a7202c;
    transition-duration: 1s;
}

h3.page-title {
    font-size: 3.5em;
    line-height: 1.3em;
    color: white;
    font-weight:700;
}

h2.lightgrey.show-me {
    font-size: 1.5em !important;
    display:none;
}

.awselect .front_face .placeholder {
    color: black;
    padding-left: 20px;
}

.awselect.animate .front_face {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.awselect .front_face .icon svg {
    fill: #000000 !important;
}
.awselect .back_face ul li:last-child &gt; a {
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
}

div#awselect_selectdropdown.awselect {
    margin-bottom: 20px;
}


#awselect_secselectdropdown.awselect .front_face {
    min-width: 250px !important;
}

div#awselect_selectdropdown.awselect {
    margin-bottom: 20px;
}

div#awselect_secselectdropdown {
    margin-bottom: 20px;
}

a#selectdropdownbutton {
    padding: 25px 35px;
    margin-bottom: 20px;
}

/*---Shortcode Accordion---*/
button.kenaccordion {
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
}
.su-spoiler-style-default.su-spoiler-closed&gt;.su-spoiler-title&gt;.su-spoiler-icon {
    left: inherit !important;
    border: 1px solid #ffffff !important;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 26px;
    color: #474747 !important;
    background-color: #ffffff;
}
.su-spoiler-style-default&gt;.su-spoiler-title&gt;.su-spoiler-icon {
    left: inherit !important;
    right: 0;
    border: 1px solid #b3102c;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 26px;
    color: #b3102c;
}
.su-spoiler-style-default&gt;.su-spoiler-title {
    padding: 25px 55px 25px 25px !important;
}
.su-spoiler-title {
    border-bottom: 1px solid #dadada!important;
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: 400 !important;
}
.su-spoiler {
    margin-bottom: 0px !important;
}
.su-spoiler-style-default&gt;.su-spoiler-content {
    padding: 25px !important;
    color: #ffffff;
    background-color: #b0102b;
}
.su-spoiler.su-spoiler-closed&gt;.su-spoiler-content {
    padding: 0 !important;
}
.su-spoiler-content {
    font-size: 15px!important;
    line-height: 25px!important;
}
.su-spoiler.su-spoiler-style-default.su-spoiler-icon-plus {
    color: #b3102c;
    border-bottom: 2px solid #f7f7f7 !important;
}
.su-spoiler.su-spoiler-style-default.su-spoiler-icon-plus.su-spoiler-closed {
    margin: 0px !important;
    background-color: #d4d4d4;
    border-bottom: 2px solid #f7f7f7 !important;
    color: #000000;
}
.su-spoiler.su-spoiler-style-default.su-spoiler-icon-plus.su-spoiler-closed&gt;.su-spoiler-title {
    color: #ffffff;
    background-color: #474747;
}
.su-spoiler.su-spoiler-style-default.su-spoiler-icon-plus&gt;.su-spoiler-title {
    color: #ffffff;
    background-color: #b3102c;
}

.su-spoiler-content p {
    font-size: 15px!important;
    line-height: 25px!important;
    color:#ffffff !important;
}

.su-spoiler.su-spoiler-style-default ol li:before, .su-spoiler.su-spoiler-style-default ul li:before {
    color: #ffffff !important;
}

.su-spoiler.su-spoiler-style-default a {
    color: #ffffff !important;
}

.su-spoiler-icon {
    top: 25px !important;
    right: 25px !important;
}
.su-spoiler-style-default&gt;.su-spoiler-title&gt;.su-spoiler-icon {
    border: 1px solid #ffffff !important;
    color: #b3102c !important;
    background-color: #ffffff;
}

/*---Button Animation---*/
[class^="hvr-"] {
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background-color: #b3102c;
    text-decoration: none;
    color: #ffffff;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-rect {
    font-size: 20px;
    font-weight: 500;
    padding: 20px 35px;
    border-radius: 35px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #b3102c;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-rect:before {
    border-radius: 30px;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background-color: #000000;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-rect:hover:before,
.hvr-rect:focus:before,
.hvr-rect:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hvr-rect:hover,
.hvr-rect:focus,
.hvr-rect:active {
    color: white;
}
.whiteb:hover.hvr-rect:hover,
.whiteb:hover.hvr-rect:focus,
.whiteb:hover.hvr-rect:active {
    color: #b3102c;
}
.whiteb.hvr-rect:before {
    background-color: #ffffff;
    color: #b3102c;
}
a.whiteb.hvr-rect:focus {
    color: #b3102c;
}
a.rewhiteb.hvr-rect {
    background-color: #ffffff;
    color: #000000;
    margin-right: 10px;
}
.rewhiteb:hover.hvr-rect:hover,
.rewhiteb:hover.hvr-rect:focus,
.rewhiteb:hover.hvr-rect:active {
    color: #ffffff;
}
.rewhiteb.hvr-rect:before {
    background-color: #b3102c;
    color: #ffffff;
}
a.rewhiteb.hvr-rect:focus {
    color: #ffffff;
}

a.blackwhiteb.hvr-rect {
    background-color: #b3102c;
    color: #ffffff;
    margin-right: 10px;
}
.blackwhiteb:hover.hvr-rect:hover,
.blackwhiteb:hover.hvr-rect:focus,
.blackwhiteb:hover.hvr-rect:active {
    color: #ffffff;
}
.blackwhiteb.hvr-rect:before {
    background-color: #000000;
    color: #ffffff;
}
a.blackwhiteb.hvr-rect:focus {
    color: #ffffff;
}

.twiti {
    color: #1da1f2;
}
.twiti.hvr-rect:before {
    background-color: #1da1f2;
}
.linkedi {
    color: #007bb5;
}
.linkedi.hvr-rect:before {
    background-color: #007bb5;
}
.fbi {
    color: #3a589b;
}
.fbi.hvr-rect:before {
    background-color: #3a589b;
}
.emaili {
    color: #b3102c;
}
.emaili.hvr-rect:before {
    background-color: #b3102c;
}
.fwa {
    color: #5ed055;
}
.fwa.hvr-rect:before {
    background-color: #5ed055;
}
a.fwa.hvr-rect {
    display:none !important;
}

.alm-reveal {
    display: none;
}
.rev-btn i {
    padding-top: 28%;
}
.people {
    margin-bottom: 25px;
}
.people-image {
    width: 100%;
    padding-bottom: 125%;
    height: 0;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;
}
.people-name {
    color: #b3102c;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom:10px;
}
.people-title+.people-title {
    margin-top: 10px;
}
.people-title * {
    font-size: 14px !important;
    line-height: 22px !important;
}
.people-title p {
    margin-bottom: 0px !important;
}
.people-title ul li {
    margin-bottom: 5px;
    color: #4c4c4c;
    margin-left: 15px !important;
}
.people-title ul li:before {
    content: "\2022";
    color: #b3112c;
    margin-left: -17px;
    padding-right: 10px;
}

.people-title ul {
    margin-left: 0px !important;
}
.people-readmore {
    text-align: center;
}
.people-readmore-link.haslink {
    cursor: pointer;
}
.people-readmore-link.haslink:hover .people-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: #000;
}
.people-readmore-link.haslink:hover .people-image:after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}
.box a.red-button {
    color: #fff;
    text-decoration: none;
    background: #b3102c;
    padding: 5px 15px;
    border-radius: 5px;
    font-weight: normal;
    cursor: pointer;
    position: relative;
}
.people-readmore .red-button {
    border-radius: 30px !important;
    padding: 10px 20px !important;
    margin: 22px auto!important;
    display: block;
    width: 112px;
}
.people-readmore:hover .people-content {
    display: block;
}
.people-content {
    background: #fff;
    max-width: 900px;
    position: relative;
    margin: auto;
}
.people-content .text {
    height: 80vh;
    padding: 30px;
    overflow: auto;
}
.people-content .people-name {
    text-align: left;
    margin-bottom: 10px;
}
.people-content .people-title {
    text-align: left;
}
.people-content .people-desc {
    border-top: 1px solid #ccc;
    padding-top: 23px;
    margin-top: 25px;
}
.people-content .image {
    background-size: cover;
    background-position: center;
    margin-bottom:20px;
}
.people-desc&gt;p {
    font-size: 16px !important;
    margin-bottom: 25px !important;
    line-height: 30px !important;
}

.white-popup.people-content &gt; button.mfp-close {
    top: 5px;
    background-color: black;
    border-radius: 100%;
    right: 5px;
    color: #ffffff;
    opacity: 1;
}

.accordion-row {
    border-bottom: 1px solid #e2e2e2;
}
.accordion-title {
    padding: 4px 50px 4px 15px;
    position: relative;
}
.accordion-title p {
    margin-bottom: 0;
}
.accordion-content {
    padding: 15px;
    display: none;
}
.accordion-row.active .accordion-title {
    color: #b3102c;
    border-bottom: 1px solid #b3102c;
    cursor: pointer;
}
.accordion-row.active .accordion-title p {
    color: #b3102c;
}
.accordion-row.active .accordion-content {
    display: block;
}
.accordion-row .toggle {
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 6px 0;
    color: #ccc;
    position: absolute;
    top: 8px;
    right: 15px;
}
.accordion-row.active .toggle {
    color: #b3102c;
    border: 1px solid #b3102c;
}

/*---Shortcode---*/
.su-spoiler-content p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
}
.su-spoiler-style-default&gt;.su-spoiler-content ul li, .su-spoiler-style-default&gt;.su-spoiler-content ol li{
    font-size: 14px !important;
    margin-bottom: 8px !important;
    margin-top: 0px !important;
    line-height: 20px;
    color: #ffffff;
    margin-left: 20px;
}

.su-spoiler-style-default&gt;.su-spoiler-content ul, .su-spoiler-style-default&gt;.su-spoiler-content ol {
    margin-left: 10px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.su-spoiler-style-default&gt;.su-spoiler-content ul li:before {
    content: "\2022";
    color: #ffffff;
    margin-left: -15px;
    padding-right: 10px;
}
.su-spoiler-style-default&gt;.su-spoiler-content&gt;table ul li {
    color: #ffffff;
}
.su-spoiler-style-default&gt;.su-spoiler-content ul {
    margin-bottom: 20px;
}
.su-spoiler-content th,
td {
    border: 0px;
}
.su-spoiler-content tr {
    border-bottom: 1px solid white;
}
.su-spoiler-content tr:last-child {
    border-bottom: none;
}
.su-spoiler-content td {
    background-color: #b3102c;
    color: #ffffff !important;
    padding: 7px;
    vertical-align:top;
}
.su-spoiler-content tr&gt;td:first-child {
    font-weight: 800;
}
.su-spoiler-style-default&gt;.su-spoiler-content ul li:before {
    color: #ffffff;
}

/*---Timeline---*/
.wpex-timeline-list li:before {display: none !important;}
.wpex-timeline-list ul.wpex-timeline &gt; li, .wpex-timeline &gt; li {margin-bottom:-30px !important;}
.wpex-timeline &gt; li .wpex-timeline-label h2 a {display: none !important;}
.timeline-details span.tll-date {top: -45px;color: #b3102c !important;background-color: transparent !important;border: 0px !important;padding: 0px !important;font-size: 28px !important;}


.su-spoiler-style-default&gt;.su-spoiler-content ul.files {
    list-style: none;
    margin-bottom: 0px;
}
.su-spoiler-style-default&gt;.su-spoiler-content ul.files li {
    background: transparent;
    margin-left: 0;
    color: #ffffff;
    border: 1px solid #ffffff;
    transition-duration: 0.3s;
}
.su-spoiler-style-default&gt;.su-spoiler-content ul.files li a {
    color: #ffffff;
    padding: 10px;
}
.su-spoiler-style-default&gt;.su-spoiler-content ul.files li:hover {
    background-color: white;
    transition-duration: 0.3s;
}
.su-spoiler-style-default&gt;.su-spoiler-content ul.files li:hover&gt;a {
    color: black;
}
.su-spoiler-style-default&gt;.su-spoiler-content ul.files li::before {
    display: none;
}
.accordions .box+.box {
    margin-top: 30px;
}
.accordions .box h4 {
    margin-bottom: 15px;
}
.su-spoiler-style-default&gt;.su-spoiler-content a {
    color: #ffffff;
    text-decoration: underline;
}
ul.files li a {
    display: block;
    text-decoration: none !important;
}
ul.files .filename {
    font-weight: bold;
    text-decoration: none;
    margin-bottom:20px;
    display:block;
    line-height:24px;
    font-size:16px;
}
ul.files .filetype {
    text-transform: uppercase;
    display: inline-block;
    border-left: 1px solid #b0102b;
    padding: 0 15px 0 5px;
    margin-left: 5px;
}
ul.files li .fileextra {
    display: block;
}
ul.files li .fileextra &gt; i {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size:20px;
}

ul.files li .fileextra &gt; span {
    color: #c41230;
}
ul.files li a:after {
    content: "";
    clear: both;
    display: block;
}
.video_post_type .play_icon.fa-play-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video_post_type:hover .play_icon.fa-play-circle {
    display: none;
}
.video_container {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 55%;
}
.video_container iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.page_navigator .page.page_header .darkred.uppertext {
    text-align: left;
    text-transform: inherit;
    color: #fff;
    margin-bottom: 0;
    font-size: 1.2em;
}
.page_navigator .page_header .box&gt;.propad {
    padding: 0px;
    text-align: left;
}
.page_navigator .page_header .awselect .front_face {
    border-bottom: 2px solid #fff;
    background-color: white;
}
.page_navigator .page_header h2.lightgrey {
    font-size: 2em;
    text-align: left;
    color: #fff;
}
.page_navigator .page_header .posttitle {
    color: #fff;
    margin-top: 15px;
}
.accordions .su-tabs {
    background: transparent;
    padding: 0;
    border-radius: 0px;
}
.accordions .icon-container {
    width: 30px;
    position: absolute;
    margin-left: -33px;
}
.accordions .icon-container .icon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 32px;
    height: 32px;
    top: -5px;
    left: -10px;
}
.su-tabs-nav span {padding: 10px 15px 10px 50px !important;font-size: 16px !important;}
.accordions .su-spoiler.su-spoiler-closed .icon.active,
.accordions .icon-container .icon.active,
.accordions .su-spoiler .icon.normal,
.accordions .su-tabs-current .icon-container .icon.normal {
    display: none;
}
.accordions .su-spoiler.su-spoiler-closed .icon.normal,
.accordions .su-spoiler .icon.active,
.accordions .su-tabs-current .icon-container .icon.active {
    display: block;
}
.accordions .su-tabs-pane {
    background: transparent;
}
    .su-tabs-vertical .su-tabs-nav {
        float: left;
        width: calc(27% - 30px) !important;
    }
    
    
    .accordions .su-tabs-vertical .su-tabs-nav {
        border: 1px solid #ccc;
        border-radius: 5px;
        overflow: hidden;
        margin-top: 25px;
        margin-bottom:65px;
    }
    
    .accordions .su-tabs-vertical .su-tabs-nav&gt;span {
        border-bottom: 1px solid #ccc;
        padding: 20px 15px 20px 60px !important;
    }
    
    .accordions .su-tabs-vertical .su-tabs-nav&gt;span:last-child {
        border-bottom: 0;
    }
    
    .accordions .su-tabs-vertical .su-tabs-nav&gt;span.su-tabs-current {
        color: #fff;
        background: #a7202c;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        padding-left: 50px;
        font-size: 16px;
    }
    
    .accordions .su-tabs-vertical .su-tabs-panes {
        width: 72%;
        margin-left:30px;
    }

.su-tabs-vertical .su-tabs-pane ul {
    font-size: 16px;
    line-height: 26px;
}

.su-tabs-vertical .su-tabs-pane ul li::before, .su-tabs-vertical .su-tabs-pane ol li::before {
    content: "\2022";
    color: #b3112c;
    margin-left: -16px;
    padding-right: 10px;
}

.su-tabs-vertical .su-tabs-pane ul, .su-tabs-vertical .su-tabs-pane ol{
    margin-left:17px;
}

.su-tabs-vertical .su-tabs-pane ul li, .su-tabs-vertical .su-tabs-pane ol li {
    margin-bottom: 10px;
}


.event_box {
    margin-top: 50px;
}
.event_box h4.title {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    font-size: 20px;
}
.event_box h4.title i {
    color: #b3102c;
}
.event_box tr:nth-child(odd) {
    background-color: #dddddd;
}

.event_box tr:nth-child(even) {
    background-color: white;
}

.event_box tr:first-child {
    background-color: #b3102c;
}

.event_box tr:first-child td {
    color: #ffffff;
}

.event_box td {
    padding: 20px 30px;
    font-size: 14px;
}
.map_container {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.map_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.trainer_profile .photo {
    width: 100%;
    padding-bottom: 100%;
    height: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #b3102c;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.trainer_profile .trainer-desc {
    margin-top: 20px;
    line-height: 34px;
    font-size:18px;
}
.trainer_profile+.trainer_profile {
    margin-top: 25px;
}
.trainer_profile .name {
    margin-top: 25px;
    margin-bottom: 5px;
}
.trainer_profile .title {
    margin-bottom: 10px;
    font-style: italic;
    font-size: 1.1em;
}
.event_meta {
    width: 100%;
    margin: 0px auto;
    max-width: 960px;
    background: #b3102c;
    color: #fff;
    padding: 25px 10px;
}
.event_meta span {
    padding: 5px 10px 5px 30px;
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
}
.event_meta span i {
    margin-right: 10px;
    position: absolute;
    left: 10px;
    top: 7px;
}
.event_action {
    text-align: right;
}
.event_action a {
    display: inline-block;
    background: #fff;
    color: #b3102c;
    font-weight: bold;
    cursor: pointer;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 16px;
    margin-top: 45px;
    margin-left: 10px;
}
.event_action a:hover {
    background: #555;
    color: #fff;
}
.su-tabs-pane ul {
    font-size: 0;
}

.su-tabs-pane {
    padding: 15px 5px;
}

.su-tabs-pane ul.files li:before {
    display: none;
}


.su-tabs-pane ul.files li {
    display: inline-block;
    width: calc(50% - 10px);
    margin: 5px;
    box-sizing: border-box;
    background: #f9f9f9;
    font-size: 14px;
}
.su-tabs-pane ul.files li a {
    color: #000;
    position: relative;
    display: block;
}
.su-tabs-pane ul.files li .fileextra {
    float: none;
    color: #b3102c
}
.su-tabs-pane ul.files li .fileextra i.fa-download {
    bottom: 15px;
    right: 15px;
    color: #000;
    position: absolute;
}

ul.files li:hover .fileextra span, ul.files li:hover .filename {
    color: #ffffff !important;
}

ul.files:hover .filetype {border-color:#ffffff;}

ul.files.fileshoverblack li:hover {
    background: #333333;
}

ul.files li:hover {
    background: #b3102c;
}
ul.files li:hover .fileextra i.fa-download,
ul.files li:hover a,
ul.files li:hover .fileextra {
    color: #fff
}

.su-tabs-vertical .su-tabs-pane ul {
    margin-bottom: 35px;
}

.su-tabs-pane.su-clearfix.su-tabs-pane-open {
    min-height: 350px !important;
}

ul.files &gt; li:before {content:unset !important;}
ul.files li {background-color: #ffffff;margin-bottom: 0px !important;margin-left: 0px !important;}
ul.files li &gt; a {padding: 20px;position: relative;}
ul.files.spefileborder &gt; li {border: 1px solid #d0d0d0;}
ul.files.spefileborder li &gt; a {height: 150px;padding:25px;}

/*---Understanding listed derivatives---*/
div#bursamalaysiaderivatives &gt; div, div#CMEgroup &gt; div {
    padding: 0px !important;
}

/*---Search Page---*/
div#productsearch .searchpage_header {
    background-image: url('http://kenanga.com.my/wp-content/uploads/sites/3/2019/01/s-search.jpg') !important;
    background-size:cover;
}

.proclose {
    display: none !important;
}

/*---Daily Notes / Daily Commentary---*/
.dailytable {display: table;width: 100%;padding:10px !important;}
.dailytable &gt; table {display: inline-table;width: 50%;vertical-align: top;}
.dailytable.tablefull &gt; table {width:100% !important;}
.dailytable tr:nth-child(even) &gt; td:nth-child(odd) {background-color: #777777;color: #ffffff;}
.dailytable tr:nth-child(odd) &gt; td:nth-child(odd) {background-color: #444444;color: #ffffff;}
.dailytable tr:nth-child(even) &gt; td:last-child {background-color: #ffffff;color:#585858;}
.dailytable tr:nth-child(odd) &gt; td:last-child {background-color: #ebebeb;color: #000000; color: #585858;}
.dailytable td {vertical-align: top;width:50%;font-size: 14px;line-height: 20px; padding: 15px !important;}
.dailytabletitle p {color: #be2436 !important;font-weight: 800;margin-bottom: 10px !important;}
.dailytabletitle span {font-size: 14px;margin-left: 10px;color: #656565;}
.dailytabletitle {margin-top: 30px;border-bottom: 1px solid #dedede;margin-bottom: 15px;}
.dailytabletcontent p {font-size: 14px !important;line-height: 24px !important;}
.dailytable.tablefull li {font-size: 14px !important;line-height: 24px !important;}
.dailytabletcontent .col-xs-12 {padding-left: 0px !important;padding-right: 0px !important;}
.filter-all.mansofeed-item.daily-notes:nth-of-type(1n+4) {display: none;}

/*---Responsive---*/
@media only screen and (max-width:1024px) {
    .mansofeed-item {width: 50%;}
    .height_60 {height:50vh;}
    .height_75 {height:60vh;}
    .height_85 {height:60vh;}
    .height_90 {height:60vh;}
    .height_105 {height:60vh;}
    .height_110 {height:60vh;}
}

@media only screen and (max-width:960px) {
    .stickybox.socialshareicon {
        display: block;
        width: 100%;
        padding-top: 35px;
        padding-bottom: 35px;
        position: initial !important;
        margin-left:0px;
    }
    
    
    
    .stickybox.socialshareicon ul li {
        display: inline-block;
        margin : 15px 5px;
    }
    
    .stickybox ul {
        text-align: center;
    }
}

@media only screen and (min-width:959px) and (max-width:1200px) {
#navmainmenu .nav-menu nav&gt;ul&gt;li&gt;a {
    font-size: 14px !important;
}
}



@media only screen and (max-width:959px) {
    h1 {font-size: 30px;line-height: 36px;margin-bottom: 20px;}
    h2 {font-size: 28px;line-height: 34px;margin-bottom: 20px;}
    h3 {font-size: 22px;line-height: 32px;margin-bottom: 20px;}
    h4 {font-size: 20px;line-height: 26px;margin-bottom: 20px;}
    h5 {font-size: 18px;line-height: 28px;margin-bottom: 20px;}
    h6 {font-size: 16px;line-height: 24px;margin-bottom: 20px;}
    h1, h2, h3, h4, h5, h6, p {letter-spacing:0px;}
    .page_header h2 p, .postheader h2 p {font-size: 20px;line-height: 32px;}
    h3.page-title {font-size:32px;line-height:36px;}
    .awselect .front_face .current_value {font-size:20px !important;}
    .hvr-rect {font-size:18px;padding:20px 30px;}
    .keninline {display: block;}
    .marginup {margin-top: 0px;}
    .postheader, .postcontain {width: 100%;margin-left: initial;}
    .awselect .front_face {font-size: 2em;min-width: 100%;width: 100%;}
    #findadvisor .awselect .front_face {width: 100%;}
    .sarrange1 {order: 1;}
    .sarrange2 {order: 2;}
    .page_header {background-attachment:initial;}
    .dailytable &gt; table {width: 100%;}
    .page_navigator {z-index: 2;position:relative;}
    .su-tabs-nav {margin-top: 0px !important;width: 100% !important;}
    .su-tabs-vertical .su-tabs-panes {width: 100% !important;margin-left: 0px !important;}
    .su-tabs-vertical .su-tabs-nav {width:100% !important;}
    .accordions.full-width .box {width: 100% !important;padding: 35px 20px 20px 20px !important}
    .mobnoparallax {background-attachment: unset !important;background-size:cover;}
    .freeimg{width:100%;margin-bottom:35px;}
    .freetext {max-width:100%!important;margin-left:15px!important;margin-right:15px !important}    ul.imgul .imglitext {width: 290px;vertical-align: top;line-height: 24px;margin-bottom: 20px;}
    .minh_300 {min-height:150px;}
    ul.files.spefileborder li &gt; a {padding:15px;}
    .dailytable {padding:0px !important;}
    div#navmainmenu {height: 60px !important;}
    .mobilehome .logo {margin: auto;width: 140px;float: none !important;}
    .mobilesearch {position: absolute;top: 50%;right: 8px;font-size: 20px;z-index: 10;padding: 15px;transform: translate(0%,-50%);}
    a.mobile-menu-toggle {font-size: 20px;padding: 12px;display: block;position: absolute;top: 50%;z-index: 10;left:8px;transform: translate(0%,-50%);}
    .slickbox {min-height:initial !important;}
    .mansofeed-item .contain {margin:8px}
    .awselect .front_face .current_value {font-size:18px !important;padding-left: 0px !important;}
    .awselect .back_face ul li a {font-size: 18px !important;padding-left: 24px !important;}
    .page_header {min-height: auto;}
    .button-group.filter-button-group {padding: 10px 10px 0px 10px;}
    .mm-panel_has-navbar {padding-top: 44px !important;}
    .tp-rightarrow.tparrows.uranus {bottom: 15px !important;top: inherit !important;background-color: #000000 !important;opacity: 0.8;border-radius: 100%;}
    .tp-leftarrow.tparrows.uranus {bottom: 15px !important;top: inherit !important;background-color: #000000 !important;opacity: 0.8;border-radius: 100%;right: 80px !important;left: inherit !important;}
    .tparrows.tp-leftarrow:before, .tparrows.tp-rightarrow:before {font-size: 20px !important;}
    .event_meta &gt; * div {padding: 0px !important;}
    .event_action a {margin-top: 10px;}
    .event_action {text-align: left;}
    .accordions.full-width .product_box {padding-left: 5px !important;padding-right: 5px !important;}
    .accordions.full-width .product_box &gt; * {color: initial !important;}
    .accordions.full-width .box.product_box a {font-weight: 700;color: #b3102c !important;}
    .accordions.full-width.acf-accordion .trainer_profile p {color: initial !important;}
    .slick-prev, .slick-next {width: 34px !important;height: 34px !important;}
    .slick-next {right: -10px !important;}
    .slick-prev {left: -10px !important;z-index: 1000;}
    .slick-prev:before, .slick-next:before {padding: 5px;}
    .button-group.filter-button-group a {padding: 0px 12px 5px 12px;font-size: 12px;}
    a.fwa.hvr-rect {display:block !important}
    .hideinmobile {display: none !important;}
    .hideindesktop {display: block !important;}
}

@media only screen and (max-width:768px){
    .wpex-timeline &gt; li .wpex-timeline-label {margin-left:25px !important;}
    .wpex-timeline.style-center &gt; li:after, .wpex-timeline.style-center &gt; li:first-child:before {left:0px;}
    .wpex-timeline-list:not(.show-icon) .wpex-timeline.style-center &gt; li .wpex-timeline-icon .fa.no-icon {left:0px;}
    .people-image {width: 75%;padding-bottom: 75%;}
}


@media only screen and (max-width:600px) {
    #findadvisor .gobut {
        display: block;
    }
    
    .mansofeed-item {
        width: 100%;
    }
    
    .restextcenter {
        text-align: center !important;
    }
    

    .kenaccordion {
        background-color: #eee;
        color: #444;
        cursor: pointer;
        padding: 18px;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
    }
    
    .active,
    .kenaccordion:hover {
        background-color: initial;
    }
    
    
    .active:after {
        content: "\2212";
    }
    
    .panel {
        padding: 0 18px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }
    
    #footer .sitemaptitle {
        margin-bottom: 20px;
    }
    
    .footcol1,
    .footcol2 {
        margin-bottom: 30px;
    }
    
    #footer {
        padding: 20px 0px 20px 0px;
    }
    
    .people-content .image {
        width: 100%;
        padding-bottom: 120%;
    }
    
    .people-content .text {
        height: auto;
    }
    
    .people-content .mfp-close {
        color: #fff;
    }
}

@media only screen and (min-width:768px) {
.sidebyside-tl .wpex-timeline.style-center &gt; li:nth-child(even) {margin-top:120px !important;}
}


body div.asl_r.vertical {
    background: #b3102c;
}
body div.asl_w .probox .proinput input::-webkit-input-placeholder {
    color: #777!important;
}
body div.asl_w .probox .proinput input::-moz-placeholder {
    color: #777!important;
}
body div.asl_w .probox .proinput input:-ms-input-placeholder {
    color: #777!important;
}
body div.asl_w .probox .proinput input:-moz-placeholder {
    color: #7777!important;
}
body div.asl_w .probox .promagnifier:hover {
    background: #000000;
}
@media only screen and (min-width:601px) {
    body div.asl_w .probox .promagnifier {
        width: 50px;
        height: 52px;
    }
    
    body #ajaxsearchlite1 .probox,
    div.asl_w .probox {
        height: 52px !important;
    }
    
    body #ajaxsearchlite1 .probox .proinput input,
    body div.asl_w .probox .proinput input,
    body #ajaxsearchlite1 .probox .proinput,
    body div.asl_w .probox .proinput {
        color: #000!important;
        font-size: 15px;
        height: 52px !important;
        box-sizing: border-box;
        background-color:#ffffff !important;
    }
}

.page_navigator .page.page_header .darkred.uppertext a{
    color: #fff !important;   
}

.event-small-date{
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    top: 8px;
    left: 8px;   
    border-radius: 8px;
    padding: 8px;
}

.mansofeed-item:hover .event-small-date {
    color: #000000;
}

.event-small-date .day{
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 2px;
    color:#000000;
}

.event-small-date .month{
    margin-top: 4px;
    color:#000000;
}

.show-me{
    margin-bottom: 15px !important;
    text-decoration: underline;
}

.video-playbutton {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.video-playbutton img {
    width: 60px;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.accordions.full-width{
    background: #fff;
    padding: 64px 0 0 0;
}

.accordions.full-width .box {
    width: 70%;
    display: block;
    margin: auto;
    padding: 35px 20px 20px 20px !important;
}
.accordions.full-width .box &gt; h4 {
    text-align: center;
    font-size: 3em !important;
}

.awselect .front_face .current_value {
    color: black;
    font-size: 22px;
    padding-left: 20px;
}

.full-width-post._container,
.full-width-post ._postcontainer{
    max-width: none !important;
    font-size: 16px !important
}

.full-width-post ._postcontainer &gt; .col-xs-12{
    padding-left: 0 !important;
    padding-right: 0 !important;
}


/*---Additional Changes on the single post template---*/
.postheader, .postcontain {
    max-width: 960px ;
    width: 960px ;
    margin-left: calc((100% - 960px) / 2) ;
}

.featuredimage {
    max-width: 960px ;
}

.postpad .postcontain {
    margin-left: calc((100% - 800px) / 2) ;
    width: 800px ;
    max-width: 800px ;
    min-height: 355px;
    padding-bottom:45px;
    padding-top:45px;
    margin-bottom: 45px;
}

.page-template-fullpage .postpad:first-of-type {
    padding-top: 45px;
}

.post-template-report-single-post .postpad .postcontain {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom:0px;
}

.accordions.full-width.acf-accordion .box-content p {
    font-size: 14px !important;
}

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


.postheader, .postcontain {
    max-width: initial !important;
    width: initial !important;
    margin-left: initial !important;
}

.postpad .postcontain {
    margin-left: initial !important;
    width: initial !important;
    max-width: initial !important;
    min-height: initial !important;
}

.acf-accordion .su-spoiler.su-spoiler-style-default.su-spoiler-icon-plus.su-spoiler-closed&gt;.su-spoiler-title {
    color: black;
    background-color: #ffffff;
    padding-left: 57px !important;
    border:1px solid #cecece;
}

.acf-accordion .su-spoiler.su-spoiler-style-default.su-spoiler-icon-plus&gt;.su-spoiler-title {
    padding-left: 57px !important;
}

.acf-accordion .su-spoiler-style-default&gt;.su-spoiler-content {
    color: #585858;
    background-color: #ffffff;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.acf-accordion .su-spoiler-style-default&gt;.su-spoiler-content &gt; * {
    color: #585858;
}

.acf-accordion .su-spoiler-style-default&gt;.su-spoiler-content ul li{
    color: #585858;
}

.acf-accordion .su-spoiler-style-default&gt;.su-spoiler-content ul.files li a {
    color: #585858 !important;
    background-color: #f7f7f7;
}

.acf-accordion .su-spoiler-style-default&gt;.su-spoiler-content ul.files li a:hover {background-color:#b3112c;}

.acf-accordion .active:after {content:none;}

.acf-accordion .su-spoiler-style-default&gt;.su-spoiler-content ul li:before {color:#b3112c !important;}

.acf-accordion .su-spoiler-style-default&gt;.su-spoiler-content ul.files li:hover {background-color:#b3112c;}
}

.accordions.full-width .box.product_box &gt; h4,
.product_box h4.title {
    text-align: left !important;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    font-size: 20px !important;
    padding-left: 40px;
    line-height:26px;
}
.accordions.full-width .box.product_box h4.title i {
    color: #b3102c;
}



.accordions.full-width .box.product_box {
    width: 100%;
    padding: 0px 0px 35px 0px !important;
}

.accordions.full-width .box.product_box .icon-container-inner{
    width: 30px;
    position: relative;
    margin-left: -33px;
}

.accordions.full-width .box.product_box .icon-container-inner .icon-inner {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    width: 34px;
    height: 34px;
    top: -7px;
    left: -7px;
}


.box.product_box a {
    font-weight: 700;
    color: #b3102c;
}

.accordions.full-width .accordion-footer .footer-left{
    aspect-ratio: 4/3;
    background-position: center;
    background-size:cover;
}

.accordions.full-width .accordion-footer .footer-right {
    padding: 2% 5%;
}

.accordions.full-width .accordion-footer .footer-right a {
    color: #b3102c;
}

.accordions.full-width .accordion-footer .footer-right a.hvr-rect {
    color: #ffffff;
}

.accordions.full-width .accordion-footer .footer-right a.hvr-rect:hover {
    color: #b3102c;
}

.accordions.full-width .accordion-footer .footer-right a.hvr-rect:first-child {
    margin-right: 15px;
}

.accordion-footer {
    background-color: #eaeaea;
}

.mthinfirsttd tr&gt;td:first-child {font-weight:400 !important}


/*---Teamul---*/
.teamul h3, .teamul h6 {color:#b3102c !important;}
.teamul h6, .teamul p {
    margin-bottom: 5px !important;
    font-size: 18px !important;
    line-height: 1.1em !important;
}
.teamul h3 {margin-bottom:10px !important;}
.teamul li {
    position: relative;
    margin-left: 130px;
    list-style: none;
    background-color: #ffffff;
    max-width: 320px;
    padding: 30px 30px 25px 60px;
    z-index: 1000;
    min-height: 100px !important;
    max-height: 100px !important;
}

.teamul p {
    position: absolute;
    left: 17%;
    top: 50%;
    transform: translate(0%,-50%);
    font-size: 17px !important;
    max-width: 240px;
    display: block;
}

.teamul li:before {content: url(/wp-content/themes/kenanga/img/teamul-arrow2.png) !important;position: absolute !important;left: -20%!important;top: 50%!important;z-index: 1000!important;transform: translate(-50%,-50%)!important;width: 183px!important;margin-left:0 !important;padding-right:0px !important;}
.teamline {border-left:2px solid #b9b9b9;margin-left:40px;}
.teamul .greybox {background-color:#424242;}

.teamul .redbox, .teamul .greybox {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
}

.teamul .redbox img, .teamul .greybox img {width: 100%;padding: 5%;}
.teamul .redbox span, .teamul .greybox span {color: #ffffff;font-size: 22px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);font-weight:700;}
li.seclayerbox {margin-left:285px;}
.teamul li.seclayerbox:after {position: absolute;left: -156px;top: -75px;content: ' ';background-color: #a7a4a4;width: 2px;height: 155px;z-index:1;}
.teamul li.seclayerbox.l1ast:after {height: 115px;}
.teamul li.seclayerbox.l2ast:after {height: 124px;}
.teamul li.seclayerbox.l3ast:after {height: 133px;}
.teamul li.seclayerbox {z-index: 10;}
.teamlispan {font-size:13px;display:block;}
.teamul li.seclayerbox.l1ast:after {height: 125px;}

@media only screen and (max-width:960px){
  .teamul p {font-size: 15px !important;}
  li.seclayerbox p {left: 22%;}
}


/*---Search bar input text---*/
#searchblong #ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    color: #000 !important;
}

/*---iframe fix---*/
@media only screen and (max-width:960px){
.iriframe iframe {
    height: 4500px;
    width:100%;
    max-width:100%;
    min-width:100%;
}
}



/*---Custom hide related post excerpt---*/
div#moresolutions .postexcept {
    display: none;
}

div#moresolutions .daily-research-reports .postexcept {
    display: block !important;
}

@media only screen and (max-width:768px) {
    .mbck_left {background-position:center left;}
    .mbck_right {background-position:center right;}
    .mbck_center {background-position:center center;}
    .mbck_overlay {box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.4);}
    .teamul {margin-left:25px !important;}
    .teamline {margin-left:0px !important;}
    .teamul li {margin-left:40px; padding: 30px 15px 25px 50px;}
    .teamul li:before {content: url(/wp-content/themes/kenanga/img/teamul-arrow3.png) !important;left: 25px !important;}
    li.seclayerbox {margin-left:95px;}
    .teamul li.seclayerbox:after {left:-67px;}
    .mbck_left {background-position:center left !important;}
    .mbck_right {background-position:center right !important;}
    .mbck_overlay {box-shadow: inset 0 0 0 3000px rgba(0, 0, 0, 0.4) !important;}
    .mbck_leftoverlay {background-position:center left !important;box-shadow: inset 0 0 0 3000px rgba(0, 0, 0, 0.4) !important;}
    .mbck_rightoverlay {background-position:center right !important;box-shadow: inset 0 0 0 3000px rgba(0, 0, 0, 0.4) !important;}
}

/*---special fix for smalles phone---*/
@media only screen and (max-width: 350px) {
.smallertext {font-size: 16px!important;;}
.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {padding-left: 8px;padding-right: 8px;}
.mansofeed-item .postexcept {font-size: 14px;line-height: 22px;}
.hvr-rect {font-size: 16px;padding: 15px 20px;}
h1 {font-size: 24px;line-height: 30px;margin-bottom: 20px;}
h3 {font-size: 20px;line-height: 28px;}
h4 {font-size: 18px;line-height: 26px;}
.awselect .front_face .placeholder {position: relative;font-size: 18px;}
}


/*---Special Fixing 19-3-2019---*/
.page_header h2 {max-width: 670px;}
.awselect .front_face .current_value {text-shadow: none;}
.page_header {text-shadow: 2px 2px 10px #00000069;}
.mansofeed-item .mansotext {padding: 20px 25px 35px 25px;}
a.tp-caption {text-shadow: none !important;}
.postpad &gt; div &gt; div &gt; *:first-child {padding-top: 35px !important;}
.accordions.full-width.acf-accordion &gt; .box .box-content {max-width: 800px;margin: auto;padding-top: 20px;padding-bottom: 20px;}
.accordions.full-width.acf-accordion .box-content p {font-size: 18px !important;line-height: 32px;}
.su-tabs {margin: 0!important;}
.shadowtext {text-shadow: 2px 2px 10px #00000069;}
.box.product_box h6 {margin-bottom: 10px;}
.trainer_profile &gt; div {margin-bottom: 20px;}
.touch .accordions .su-spoiler-style-default&gt;.su-spoiler-content ul, .su-spoiler-style-default&gt;.su-spoiler-content ol {margin-left: 0px !important;}
.mansofeed-item .posttag {display: none;}
.trainer-desc &gt; h6 {font-size: 22px;margin-bottom: 5px;}
.page_header &gt; div {max-width:870px;}
div.asl_m .probox .proclose svg {display: none !important;}
.disablehover a:hover {color: #ffffff !important;}
.mobnoparallax {background-size: cover;}


/*---Special Fix 30-5-2019---*/
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    padding-top: 2px !important;
    max-width: calc(50% - 16px);
    padding-right: 0;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: inherit !important;
    border: 0px !important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    padding-top: 0px !important;
    margin-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    border: 0px !important;
    background-color: inherit !important;
}


/*---Special fix 12-6-2019 by Ryan---*/
.media-releases .postdate, .recent-transactions .postdate {display: block;}


/*---Special fix 14-6-2019 by Ryan---*/
@media only screen and (max-width:768px) {
    .su-spoiler-style-default&gt;.su-spoiler-title {
        padding: 15px 55px 15px 15px !important;
    }
    
    .su-spoiler-style-default&gt;.su-spoiler-content {
        padding: 15px !important;
    }
    
    .su-spoiler-icon {
        top:15px !important;
        right: 15px !important;
    }
    
    .su-spoiler-style-default&gt;.su-spoiler-content ul, .su-spoiler-style-default&gt;.su-spoiler-content ol {
        margin-left: 0px !important;
        margin-top: 0px !important;
    }
    
    .page-template-empty #content ul li {
        margin-left: 15px !important;
    }
}


/*---Special fix for dropdown---*/
@media only screen and (max-width: 960px) {
.awselect .front_face .current_value {
    font-size: 21px !important;
    line-height: 22px !important;
    transform: translate(0%,-50%) !important;
    top: 50% !important;
    padding-left: 10px !important;
}

.awselect .front_face .placeholder {
    font-size: 21px;
    padding-left: 12px;
}

.awselect .back_face ul li a {
    font-size: 20px !important;
    line-height: 26px !important;
}
}

/*---fix for mobile daily research report spacing---*/
.accordions.full-width {
    padding: 0px 0 0 0;
}


  
/*---iframe fix---*/
#advanced_iframe {
    width:1px !important;
    min-width:100%;
}


/*---Fix for daily research report text break-25 june 2019--*/
.daily-research-reports .posttitle {
    width: 200px;
}

/*---Fix Mobile Menu font weight---*/
a.mm-listitem__text {font-weight: 700;font-size: 14px;}

/*---Fix Form---*/
input[type="radio" i] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

input[type="checkbox" i] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

.gform_fields ul {
    margin-left: 0px !important;
}


/*---Sitemap title---*/
.sitemaptitle {font-size:24px;line-height:30px;display: block;}


/*---Fix 12july2019 csr---*/
/*---Responsive table dropdown---*/
@media only screen and (max-width: 768px) {
.resdroptable td::before, .restable td::before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    color: #b40e2c;
}

.resdroptable td, .resdroptable th, .restable td, .restable th {
    display: block;
    width: 100%;
}

.resdroptable th, .restable th {
    display:none;
}

table.resdroptable tr:nth-child(even), table.restable tr:nth-child(even) {
    background-color: #dddddd;
}

table.resdroptable tr:nth-child(odd), table.restable tr:nth-child(odd) {
    background-color: #fbfbfb;
}
}

/*---Add on for green table---*/

.greentableth th {
    background-color: #509752;
}

.restable td::before {
    color: #509752;
}



.iconcolorbox {padding: 20px; margin: 10px; min-height: 170px;}
.iconcolorbox img {margin-bottom: 10px;}
.smallicon {padding: 0% 0% 0% 2%; color: #676767;}

.padding2 {padding: 2%;}
.width960 { max-width: 960px;}
.tablepad {padding: 2%;}
.iconmargin {margin-left: -4%}
.top-icon-word {font-size: 16px; line-height: 24px; color: #ffffff; font-weight: 700; display: block; text-align: left;}
.height_82 {height: 82vh;}

@media (max-width: 768px) {
.discri {padding: 10%;}
.longserviceimg {width: 100%;}
.iconmargin { margin-left: 0%!important; }
.divertitle { padding: 10px 10px 10px 10%!important;}
.divertext { padding: 15%!important;}
}

@media only screen and (max-width: 1024px) {
.height_82 {height: 60vh;}
}

.padbot35 {padding-bottom:35px;}

.envi_t {font-size: 16px; line-height: 24px; color: #ffffff}
.envi_spa {padding: 20px; margin: 10px;}

/*---Fix 25 july 2019---*/


@media only screen and (max-width:1366px) {
.accordions.full-width .box {
    width: 100%;
}
}

.page-id-29 .postpad._postcontainer {
    max-width: 1200px;
}


/*---Fix overflow 13 aug 2019---*/
/*---
.page-template #content {
    overflow-x: inherit;
}
---*/

/*---Fix profile 15 aug 2019---*/
.shariahphoto {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #b3102c;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/*---Fix who we are logo slider---*/
@media only screen and (max-width:768px) {
	.slickimgbox img {height: auto;max-width: 80%;}
}

/*---JunLiang CSR---*/
#corporateresponsibilitytwo .row.center-xs.page.page_header {display: none!important;}

.greyboxstyle { background-color: #eeeeee; border: 1em solid white; padding: 20px!important;}
.greyboxtitle { font-size: 19px; font-weight: 700; line-height: 24px; display: block; margin-bottom: 5px!important;}
.greyboxtext { font-size: 16px; line-height: 24px; display: block; margin-bottom: 5px!important;}
.bluegreentable th {background-color: #00a89e!important;}
.bluegreentxt {color: #00a89e!important;}
.tpadd5 {padding-top: 5%!important;}
.bpadd5 {padding-bottom: 5%!important;}
.bgcoverfull { background-size: cover;}
.width60px {width:60px!important;}
.csricontxt {max-width: 240px!important;font-weight: bold!important;font-size: 15px!important;}

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

.csrleftrightimg { padding: 0px 8px 0px 8px!important;}
.bluegreentable td::before {
    color: #00a89e!important;
  }
}

/*---JunLiang special post---*/
.postid-9908 .trainer_profile .col-xs-3 { display:none;}
.postid-9908 #trainer_profiles .trainer_profile:first-of-type .col-xs-3 {
display: block !important;
}

/*---Ryan 19 Nov 2019---*/
.postcontain ul li.blocks-gallery-item::before, .postcontain ol li.blocks-gallery-item::before {
content: " ";
}

/*---Kenanga Wp code modify---*/
ul.squarelist li:before {content: "\f0c8" !important;color: #b3112c !important;margin-left: -18px !important;padding-right: 10px !important;font-family: "Font Awesome 5 Free";font-size: 6px;font-weight: 700;vertical-align: middle;}
ul.trianglelist li:before {content: "\f0da" !important;color: #b3112c !important;margin-left: -18px !important;padding-right: 10px !important;font-family: "Font Awesome 5 Free";font-size: 16px;font-weight: 700;vertical-align: middle;}

.su-tabs-vertical .su-tabs-pane ul &gt; ul {
   margin-bottom: 20px;
}

/*---Equity Broking Page---*/

.accordwhite .su-spoiler-content.su-u-clearfix {
    background: #ffffff!important;
    color: #000000!important;
}

.accordwhite .su-spoiler-content tr&gt;td:first-child {
    font-weight: 400!important;
}

.accordwhite .su-spoiler-content td {
    background-color: inherit!important;
    color: #000000 !important;
    padding: 20px 30px!important;
    vertical-align: top!important;
}

.accordwhite table tr:nth-child(even) {
    background-color: #dddddd!important;
}

.accordwhite table tr:nth-child(odd) {
    background-color: #fbfbfb!important;
}

.accordwhite .su-spoiler-content p {
    font-size: 15px!important;
    line-height: 25px!important;
    color: #000000 !important;
}

.accordwhite .su-spoiler-content p a {
    color: #b3102c!important;
}


.accordlightclosed.su-spoiler.su-spoiler-style-default.su-spoiler-icon-plus.su-spoiler-closed&gt;.su-spoiler-title {
    color: #000000;
    background-color: #dddddd;
}

/*---CSR Page 28 May 2020---*/
/*---Economic Page---*/
.lfpad8 {padding-left: 8%;padding-right: 8%;}
.lfpad3 {padding-left: 3%;padding-right: 3%;}
.tpad3 {padding-top: 3%;}
.highlight {font-weight: 700; font-size: 21px;line-height: 28px;}
.bg-cover1 {background-size:cover; }
.bg-fixed1 { background-attachment:fixed;}

/*---Sustainability Page---*/
#sustainability .row.center-xs.page.page_header {display: none;}
   #sustainability .greyboxstyle { background-color: #eeeeee; border: 1em solid white; padding: 20px;}
   #sustainability .greyboxtitle { font-size: 18px; font-weight: 700; line-height: 24px; display: block; margin-bottom: 5px;}
   #sustainability .greyboxtext { font-size: 16px; line-height: 24px; display: block; margin-bottom: 5px;}
   #sustainability .bluegreentable th {background-color: #00a89e!important;}
   #sustainability .bluegreentxt {color: #00a89e!important;}
   #sustainability .tpadd5 {padding-top: 5%;}
   #sustainability .bpadd5 {padding-bottom: 5%;}
   #sustainability .roadmap {font-size:19px;}
   #sustainability .issueno {margin-bottom: 0px;font-weight: 700;color: #7e6767; }
   #sustainability .greentxt {color: #509752;}
   #sustainability .bluetxt {color: #005398;}
   #sustainability .redtxt {color: #c4122f;}
   @media only screen and (max-width: 768px) {
   #sustainability .csrleftrightimg { padding: 0px 8px 0px 8px!important;}
   #sustainability .bluegreentable td::before {
   color: #00a89e;
   }
   }
#sustainability .sustain-bg-1 { background-image: url(https://kenanga.com.my/wp-content/uploads/2020/05/sustainability-main2.jpg; ); background-size: cover; background-position: center center; background-attachment: fixed; visibility: visible; animation-name: fadeIn; }

/*---Environmental Page---*/
   #environmental .greentxt {color: #509752;}
   #environmental .greyboxstyle { background-color: #eeeeee; border: 1em solid white;padding: 20px;}
   #environmental .padt5 {padding-top: 5%;}
   #environmental .partino {font-size: 16px;font-weight: 700;color: #888888;}
   #environmental .greentitle {font-weight: 700;margin-bottom: 0px;}
   #environmental .subtitle{font-size: 24px;line-height: 28px;color: #888888;}
   #environmental .chartcap {font-style: italic;font-weight: 700;color: #888888;}

/*---Social Page---*/
#social .talent-num {font-size: 3.5em; vertical-align: middle; padding-right: 5px;border-bottom: 2px solid; display: inline;}

#social .talent-numtext {font-size: 1.5em; vertical-align: middle; font-weight: 700; display: block; margin-top: 2rem; line-height: 1.3rem;}

#social .talent-box {padding: 15px; margin: 0 -5px; min-height: 340px; border-radius: 20px; margin-bottom: 3%;}

#social .talent-innerbox {margin: 0 5px;}

#social .talent-boxtext {vertical-align: middle; display: block; margin-bottom: 20px; margin-top: 20px;}

#social .marggtop5 {margin-top: 5%;}

#social .volunteerism-cap { color: #7EA4A2; font-style: italic; display: block; }

#social .list-type-lowroman li { list-style-type: lower-alpha!important; }

@media only screen and (min-width: 1024px) {
#social .graph-deskspace { margin-bottom:7vh; }
}

@media only screen and (max-width: 767px) {
#social .talent-box {
	min-height: unset;
}
#social .mobileorder1 {
	order: 1
}
#social .mobileorder2 {
	order: 2
}
}


/*-----------------JunLiang 13 Jul 2020------START-------------------------------*/
/*---Our People Page---*/
/*---mobile-landscape---*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 767px) 
  and (orientation: landscape) {
      
    .col-mobile-landscape-6 { max-width:49%; }
    .sarrange1 { order:2; }
    .sarrange2 { order:1; }
}

/*---Our People Page-Popup---*/
@media (min-width: 768px) and (max-width: 1024px) {
    .people-content .image {min-height: 400px;}
}

@media (max-width: 1024px) {
.page_header {
    padding: 80px 0px;
    min-height: unset;
    background-attachment: unset;
}
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

    .people-content .image {
    padding-bottom: unset;
}
}

/*---Post Header Mobile Landscape---*/
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 896px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .postheader, .postcontain { margin-left: initial!important;}
  }
  
@media (max-width: 1024px) {
    .postheader, .postcontain { margin-left: initial!important;}
}


/*---Page accordion tablet lanscape---*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
.acf-accordion .su-spoiler.su-spoiler-style-default.su-spoiler-icon-plus.su-spoiler-closed&gt;.su-spoiler-title {
    color: black;
    background-color: #ffffff;
    padding-left: 57px !important;
    border: 1px solid #cecece;
}

.accordions .icon-container {
    width: 30px;
    position: absolute;
    margin-left: -33px;
}

.su-spoiler-content p {
    font-size: 15px!important;
    line-height: 25px!important;
    color: #585858 !important;
}


.su-spoiler-style-default&gt;.su-spoiler-content {
    padding: 25px !important;
    color: initial;
    background-color: initial;
}

.su-spoiler-style-default&gt;.su-spoiler-content ul li {
    color: initial;
}

.su-spoiler.su-spoiler-style-default ul li:before {
    color:#b3112c !important;
}

.su-spoiler.su-spoiler-style-default a {
    color: #b3102c!important;
}

.su-spoiler-style-default&gt;.su-spoiler-title {
    padding: 25px 55px 25px 65px !important;
}


/*---Page accordion tablet lanscape (SBL)---*/
.acf-accordion .su-spoiler.su-spoiler-style-default.su-spoiler-icon-plus.su-spoiler-closed.accordwhite&gt;.su-spoiler-title {
    background-color: #dddddd;
}

}

/*-----------------JunLiang 13 Jul 2020---END-------------------------------*/

/*-----------------JunLiang 14 Jul 2020---------------------------*/
/*-----------------Fix News Filter Mansonry items-----------------*/
@media only screen and (min-device-width:412px) and (max-device-width: 869px) and (orientation:landscape) {
    .mansofeed-item { width:47%; }
    .mansofeed-item .contain { margin:0px; }
}


/*-----------------JunLiang 27 Jul 2020---------------------------*/
/*-----------------Fix SBL list style-----------------*/
.page-id-5148 ul.squarelist {
    padding-left: 20px!important;
}

.page-id-5148 ul.squarelist li:before {
    content: "\2022" !important;
    color: #b3112c !important;
    margin-left: -18px !important;
    padding-right: 10px !important;
    font-family: "Font Awesome 5 Free";
    font-size: 13px!important;
    font-weight: 700;
    vertical-align: middle;
}

.page-id-5148 .acf-accordion .su-spoiler-style-default&gt;.su-spoiler-content ul li:before {
    color: #b3112c !important;
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 6px;
}

.page-id-5148 .su-tabs-vertical ul li::before {
    content: "\f0c8";
    color: #b3112c;
    margin-left: -16px;
    padding-right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 6px;
}

/*-----------------JunLiang 23 Nov 2020---------------------------*/
/*-----------------Kenanga Money---------------------------*/

.kng-money2-bg {
    background-size: cover;
    width: 100%;
    height: 100vh;
    min-height: 840px;
    background-image: url(https://www.kenanga.com.my/wp-content/uploads/2021/01/Kenangamoneyapp-2.jpg)!important;
  	background-position: center;
}
.kng-money-tooltip {
  position: relative;
  display: inline-block;
}

.kng-money-tooltip .kng-money-tooltiptext {
  visibility: hidden;
  width: 230px;
  background-color: #b3102c;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 12px;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  transform: translate(-25%, 10px);
   font-size: 13px;
   line-height: 1.2em;
}

.kng-money-tooltip:hover .kng-money-tooltiptext {
  visibility: visible;
}

.kng-money-1stbut { display:inline-block; width:202px; }

.kng-money2-bg-mobile { display:none; background-image: url(/wp-content/uploads/2020/11/kng-money-mob-bg.jpg); background-size:cover; background-position:center top;}

@media screen and (max-width: 767px) {
    .theordb {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .kng-money-1stbut { display:inline-block; width:179px; }
  .kng-money2-bg-mobile { display:flex; }
  .kng-money2-bg { display:none; }
  
}

@media screen and (max-width: 767px) {
    .theordb {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .kng-money-1stbut { display:inline-block; width:179px; }
  .kng-money2-bg-mobile { display:flex; }
  .kng-money2-bg { display:none; }
  
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {  
   .kng-money2-bg { display:none; }
  .kng-money2-bg-mobile { display:flex; }
}

.box.product_box a {
    word-break: break-all;
}

/*-----------------17 Feb 2021---------------------------*/
/*-----------------iframe width---------------------------*/
iframe {
max-width: 100%;
}

/*---Event Calendar---*/
.qtip {max-width: 300px;}
.qtip img {width:100%;height:auto;}
#cmcal_calendar_63 td.has-events {background-color: #b3102c !important;}
thead.fc-head tr {background-color: #f3f6f7 !important;}
.cmcal-calendar-container.cmcal-calendar-63 .fc-toolbar .fc-center {display: flex !important;justify-content: center !important;}
a.fc-day-grid-event.fc-h-event.fc-event.fc-start.fc-end.cmcal-pastday-event {word-break: break-word;}
.v-calendar-column {display: none;}
.fc-toolbar h2 {font-size: 20px !important;margin-bottom: 0px !important;}


/*---Ryan fix 25aug2020---*/
.fc-day-header span {color: #8b929e !important;}
.fc-day-grid-event {word-break: break-word;}
.fc-head-container.fc-widget-header {padding: 0px !important;}
.cmcal-calendar-container thead.fc-head th.fc-day-header {background-color: #e7f2ff !important;}
td.fc-widget-content {padding: 0px !important;}
.cmcal-calendar-container .fc-toolbar .fc-button:hover, .cmcal-calendar-container .fc-toolbar .fc-button.fc-button-active {color: #000000 !important;}
#cmcal_calendar_62 .fc-row .fc-bg, #cmcal_calendar_62 .fc-row.fc-week.fc-widget-content {min-height: 150px !important;}
.cmcal-calendar tr {background-color: #ffffff !important;}
th.fc-day-header span, .cmcal-calendar-container.cmcal-calendar-62 .fc-head a {color: #000000 !important;}
.el-button.el-button--primary.redirect-link {display: none;}

.event-mobile-list {display: flex;}
.event-mobile-list-image {flex-basis: 90px;margin-right: 10px;}
.event-mobile-list-content {flex-basis: calc(100% - 100px);}

.fc-view.fc-listMonth-view .event-mobile-list {
    padding: 10px;
}

.fc-view.fc-listMonth-view .event-mobile-list-image img {
    width: 100%;
    max-width: 90px;
    height: auto;
}


@media only screen and (max-width:959px) {
    th.fc-day-header {text-align: center !important;}
}

/*-----------------26 Apr 2021---------------------------*/
/*---Pricing page---*/
[class*="_largecontainer"] {width: 100%;margin: 0px auto;max-width: 1366px;}
[class*="_narrowcontainer"] {width: 100%;margin: 0px auto;max-width: 600px;}

.pricing-page i.fas.fa-file-pdf {font-size: 22px;margin-right: 5px;margin-bottom: 5px;}

.gform_wrapper input[type="radio"], .gform_wrapper input[type="checkbox"] {margin-bottom: 5px;}


.pricing-rate-filter-bar {display: flex;justify-content: center;padding-top: 10px;padding-bottom: 35px;flex-wrap:wrap;}
.pricing-rate-filter-bar &gt; div {flex-basis: 50%;max-width: 50%;}

.filter-search-box {margin-bottom: 10px;}
.filter-select-box .awselect .back_face ul li a, .filter-select-box .awselect .front_face .current_value, .filter-select-box .awselect .front_face .placeholder, .filter-search-box input {font-size:16px;line-height:20px;text-align: left;padding-left: 8px;}
.filter-select-box .awselect .front_face .current_value {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.filter-search-box input {padding: 13px 13px 13px 25px;border: 1px solid #e4e4e4;border-radius: 30px;width: 100%;}
.filter-select-box .awselect .front_face {border: 1px solid #e4e4e4;min-width:initial;width:100%;}

.pricing-page th {font-size: 13px !important;line-height: 16px !important;}
.pricing-page th, .pricing-page td {padding: 15px 10px;border: 1px solid #e8e8e8;}
th.th-nav , th.th-date {width:100px;}
th.th-fund, th.th-provider {width: 200px;}

.filter-search-box {position: relative;}
.filter-search-box button {position: absolute;right: 15px;top: 50%;transform: translate(0%,-50%);border: 0px;background-color: transparent;font-size: 18px;color: #656565;cursor:pointer;}

@media only screen and (max-width:960px) {
    .pricing-rate-filter-bar &gt; div {flex-basis: 100%;max-width: 100%;}
    .filter-select-box .awselect .front_face .current_value, .filter-select-box .awselect .back_face ul li a {font-size: 16px !important;line-height: 20px !important;}
    
    .pricing-page table thead {border: none;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
    .pricing-page table tr {display: block;margin-bottom: .625em;padding: 13px;}
    .pricing-page table td {display: block;font-size: 14px;text-align: left;padding: 0px;border: 0px;margin-bottom: 10px;}
    .pricing-page table td:not(.pdf-column)::before {content: attr(data-label);font-weight: bold;text-transform: uppercase;display:block;font-size: 9px;margin-bottom: -5px;color:#b3102c;}
    .pricing-page table td.pdf-column::after {content: attr(data-label);font-weight: bold;text-transform: uppercase;display:block;font-size: 9px;margin-bottom: 10px;}
    .pricing-page .pdf-column {text-align: left !important;width: 49%;display: inline-block;}
    
}


/*---Added by ryan reverse accordion---*/
.accordwhite ul.files li {
    border: 1px solid #e6e6e6 !important;
}

.accordwhite ul.files li a {
    color: #000000 !important;
}

.accordwhite ul.files li:hover {
    background-color: #b3102b !important;
}

/*---Added by JL  Find A Branch Near You Footer Title---*/
h3.find-a-branch-footer-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 959px) {
h3.find-a-branch-footer-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
}
}

/*---Added by JL  Accordion Sub Panel Title---*/
.accordions.full-width .box.product_box &gt; h2,
.product_box h2.title {
    text-align: left !important;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    font-size: 20px !important;
    padding-left: 40px;
    line-height:26px;
}
.accordions.full-width .box.product_box h2.title i {
    color: #b3102c;
}


/*---Added by JL Oneprs Kenwealth red title---*/
h2.onlineplatform-redtitle {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 30px;
    font-weight: 700;
}

@media only screen and (max-width: 959px)
h2.onlineplatform-redtitle {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
}


/*---Added by JL Page Title for SEO ---*/
h1.page-title {
    font-size: 3.5em;
    line-height: 1.3em;
    color: white;
    font-weight:700;
}
@media only screen and (max-width: 959px){
h1.page-title {
    font-size: 32px;
    line-height: 36px;
  color: white;
    font-weight:700;
}
}

/*---Added by JL Ubermenu Current Page link color ---*/
.ubermenu-skin-clean-white .ubermenu-submenu .ubermenu-current-menu-item &gt; .ubermenu-target {
    color: #a7202c!important;
}

/*---Added by JL Main Filter Hover Color---*/
.awselect .back_face ul li a:hover {
  background: #a7202c!important;
}

/*---Added by JL Top Bar Menu Dropdown 24Nov2021---*/
@media only screen and (min-width:960px) {
    .menu-top-left-dropdown {
        position: relative;
        margin-right: 20px!important;
        transition: .3s ease;
    }
    .menu-top-left-dropdown .sub-menu {
        position: absolute;
        z-index: 1000;
        bottom: 0;
        transform: translate(-12px, 100%);
        background: #f9f9f9;
        visibility: hidden;
        opacity:0;
      	transition: .3s ease;
    }
    .menu-top-left-dropdown-list {
        margin: 0;
        padding: 0!important;
        min-width: 160px;
    }
    .menu-top-left-dropdown-list a {
        color: #999!important;
        font-weight: 600;
        padding: 7px 12px;
      	display:block;
    }
    .menu-top-left-dropdown:hover .sub-menu {
        visibility: visible;
        transition: .3s ease;
        opacity: 1;
    }
    .menu-top-left-dropdown-list a:hover {
        color: #000000!important;
    }
    .menu-top-left-dropdown-list:first-of-type a {
        padding-top: 14px;
    }
    .menu-top-left-dropdown:before {
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        color: inherit;
        position: absolute;
        right: -8px;
        top: 50%;
        margin-top: -6px;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-weight: 900;
    }
}

/*---Safeguarding Post Style Added By JL---*/
	.safeguarding-post  p {  text-align: justify; }
	.safeguarding-post .title-box { border-left: 7px solid #a7202c; padding-left: 1rem; }
	.safeguarding-post .headline { font-size: 28px!important; font-weight: 600; color: #a7202c!important; margin-bottom: 6px!important;}
	.safeguarding-post .subhead {font-size: 21px!important;}
	.safeguarding-post img.icon-img { width: 90px; }
	.safeguarding-post .icon-text-box p { margin-bottom: 0!important; }
	.safeguarding-post .icon-text-box  { margin: 3rem 0; }
	.safeguarding-post .complaint-title p { padding: 1rem; background-color: #b71f38; font-size: 26px; color: #ffffff;font-weight: 600; text-align: center;}
	.safeguarding-post img.complaint-icon { width:90px; margin-bottom: 1rem;  }
	.safeguarding-post .complaint-box p {max-width: 600px; margin:auto;}
	.safeguarding-post .complaint-box { margin-bottom: 2rem;  }



.kenmoney-icon-text-box { display: inline-block; vertical-align: top; }
.kenmoney-icon-text-box .title { display: block; margin-bottom: 0px;  font-weight: 600; }
.kenmoney-icon-text-box .text { margin-bottom: 0; }


/*---Foreign Exhange In Treausry Page Style Added By JL---*/

.special-foreign-exch-box ol.foreign-exch-ol li:before { display:none; }
.special-foreign-exch-box ol.foreign-exch-ol ul.after-fx-title {
    list-style: disc;
    margin-top: 0.5rem;
  color:#333333;
}
.special-foreign-exch-box ul.foreign-exch-dash-li li:before {
    content: '-'!important;
    text-indent: -5px;
    display: inline-block;
    color: #000000!important;
}
.special-foreign-exch-box ul.foreign-exch-dash-li li {
    padding-left: 6px;
}
.special-foreign-exch-box .foreign-exch-ol &gt; .big-title {
    font-size: 1.2em;
}
.special-foreign-exch-box ol.foreign-exch-ol &gt; li {
    list-style: auto;
}

/*---Open An ACC slider Text Style Added By JL---*/
#slide-54-layer-1.tp-caption {
    text-shadow: unset!important;
}
#slide-54-layer-2.tp-caption {
    text-shadow: unset!important;
}

/*---SBL slider Text Style Added By JL---*/
#slide-56-layer-2.tp-caption {
    text-shadow: unset!important;
}
#slide-56-layer-2.tp-caption span {
    text-transform: initial;
}
#slide-56-layer-11.tp-caption {
    text-shadow: unset!important;
}
#slide-56-layer-11.tp-caption span {
    text-transform: initial;
}
#slide-56-layer-1.tp-caption {
	text-shadow: unset!important;
}

/*---50 Year Annivery Slider---*/
div#slide-53-layer-12 {
    text-shadow: none!important;
  white-space: break-spaces!important;
}
div#slide-53-layer-11 {
	text-wrap: wrap!important;
    text-shadow: none!important;
}
div#slide-53-layer-10 {
    text-wrap: wrap!important;
    text-shadow: none!important;
}

@media only screen   
and (min-width : 1024px){
  div#slide-53-layer-12 span {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}


/*---Homepage Notice Section---*/
.home-main-filter-container .notice-container {
  background: #A7202C;
  display: flex;
  justify-content: center;
}
.home-main-filter-container .notice-container .container {
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 1rem;
}
.home-main-filter-container .notice-container p {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 1.8em;
}
.home-main-filter-container .notice-container a {
  font-size: 16px;
  padding: 0.8rem 1.5rem;
}
</pre></body></html>