html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Roboto', 'Font Awesome 5 free', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #3b3d41;
  font-weight: 400;
  padding-bottom: 260px;
  line-height: 1.5;
}

::selection {
    background: #d86018;
    color: #fff;
    text-shadow: none;
}

a {
  border-bottom: none;
  text-decoration: none;
  color: #d86018;
  font-weight: 500;
}

a:hover {
    color: #c95109;
    font-weight: 500;
    text-decoration: none;
    transition: .3s ease;
}

#main a,
footer a {
  /*color: #3B3D41;*/
  color: #000;
  text-decoration: none;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

#main a:hover,
footer a:hover {
  color: #c95109;
  text-decoration: none;
  /*border-bottom: 1px solid #d86018;*/
}

.hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.noPadding {
    padding: 0;
}

p {
  margin-bottom: 0;
  line-height: 1.75;
}

ul {
    padding-left: 0;
}

ul, li {
    list-style: none;
}

strong, b {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  color: #3b3d41;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
}

h1, .h1 {
  font-size: 50px;
}

h2, .h2 {
  font-size: 40px;
  line-height: 1em;
}

h3, .h3 {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 400;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 36px;
  }
  h2, .h2 {
    font-size: 31px;
  }
  h3, .h3 {
    margin-bottom: 14px;
    font-size: 25px;
  }
  h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 40px;
  }
  .intro {
    font-size: 20px;
    font-weight: 300;
  }
}


table {
    width: 100%;
    font-size: 14px;
}

th {
    background: #425968;
    color: #fff;
    font-weight: 500;
    padding: 8px 16px;
}

thead tr > td {
    background-color: #393d43 !important;
    text-align: center; 
    color: #fff;
}


td {
    border: 1px solid #ccc;
    padding: 8px 16px;
}

tr:nth-child(2n+1) td {
    background: #f1f1f1;
}

table li {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    
}

table li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 3px;
    background: #84b819;
    margin-right: 10px;
    vertical-align: middle;
}

.article_body table tbody tr td:not(:first-child) {
    text-align: center;
}

.dashed p {
    margin-left: 40px;
    margin-bottom: 10px !important;
}

.dashed span {
    color: #84b819;
    margin-right: 10px;
    font-weight: bold;
}

.mobile-title {
    display: none;
    color: #425968;
    font-weight: 500;
    margin-bottom: 10px;
}

@media(max-width: 768px) {
    
    .mobile-title {
        display: block;
    }
    
    th {
        display: none;
    }
    
    
    td {
        display: block;
    }
    
}


/*----------*\ Button style \*----------*/

.btn {
    padding: 10px 20px;
    background: #3B3D41;
    color: #fff;
    fill: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 2px;
    margin: 10px 0;
    cursor: pointer;
    transition: .3s ease;
}

.btn:hover {
    color: #fff;
    background: #53565d;
}

.btn .svg {
    width: 14px;
    display: inline-block;
    margin-right: 6px;
}

.btn span {
    margin-left: 6px;
}

.arrow-btn {
    color: #d86018;
    font-size: 16px;
}

.arrow-btn:hover {
    color: #d86018;
}

.arrow-btn:hover:before, .item-btn:hover:after {
    transform: translateX(4px);
    transition: .3s ease;
}

.arrow-btn:before {
    content: '\f061';
    font-family: 'Font Awesome 5 free';
    font-size: 12px;
    font-weight: 900;
    margin-right: 12px;
    color: #d86018;
    display: inline-block;
}

.btn i {
    font-size: 12px;
    margin-right: 6px;
    display: inline-flex;
    align-self: center;
}

.menu-btn {
    font-weight: 400;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.menu-icon {
    width: 22px;
    margin-right: 10px;
    display: inline-block;
}

.menu-icon span {
    width: 100%;
    height: 1px;
    margin: 5px auto;
    background: #3B3D41;
    display: block;
}

.menu-btn:hover{
    font-weight: 500;
}

.menu-btn:hover .menu-icon span {
    height: 2px;
}

.border-btn {
    border: 1px solid #3B3D41;
    background: transparent;
    font-weight: 400;
    transition: .3s ease;
    color: #3B3D41;
}

.border-btn i, .white-btn i {
    margin-right: 10px;
    transition: .3s ease;
}

.border-btn:hover {
    border: 1px solid #3B3D41;
    color: #f1f1f1;
    font-weight: 500;
    background: #3B3D41;
}

.border-btn:hover i {
    color: #f1f1f1;
    transform: translateX(4px);
}

.white-btn {
    background: #3B3D41;
    color: #fff;
    font-weight: 400;
    transition: .3s ease;
    border-radius: 0 0 13px 0;
}

.white-btn:hover {
    background: #f1f1f1;
    color: #3B3D41;
    font-weight: 500;
    border: 1px solid #3B3D41;
}

.white-btn:hover i {
    color: #3B3D41;
    transform: translateX(4px);
}

.member-btn {
    border-bottom: 1px solid #B8B8B9;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    /*border-radius: 6px;*/
    padding: 20px 10px;
    width: 100%;
    text-align: left;
    color: #d86018;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.member-btn:hover {
    background: #f1f1f1;
    outline: none;
}

.member-btn:focus {
    outline: none;
}

.member-btn.open span {
    color: #d86018;
}

.member-btn:hover p {
    transform: translateX(10px);
    transition: .3s ease;
}

.member-btn.open, .member-btn.open:hover p {
    background: transparent;
    transform: translateX(0px) !important;
    transition: .3s ease;
}

.member-btn:not(.open):after {
    content: '\f078';
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    font-size: 12px;
    margin-left: 10px;
    display: inline-block;
}

.member-btn:after {
    content: '\f077';
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    font-size: 12px;
    margin-left: 10px;
    display: inline-block;
}




/*---------------*\ 
        nav 
\*---------------*/

#top {
    position: relative;
    width: 100%;
    min-height: 100px;
    top: 0;
    padding: 20px 0;
    background: #fff;
    z-index: 9;
    border: none;
}

#top .navbar-brand {
    padding: 20px 0;
    font-weight: bold;
}

#top .navbar-brand span {
    color: #3B3D41;  
    font-weight: 300;
}

@media(max-width: 990px) {
    #top .container {
        display: block;
    }
    
    #top .navbar-brand {
        width: 100%;
        text-align: center;
    }
}

@media(max-width: 576px) {
    #top .navbar-brand {
        padding: 10px 0;
    }
}

#top .company-logo {
    max-height: 60px;
    margin-right: 30px;
}

@media(max-width: 768px) {
    #top .company-logo {
        max-height: 50px;
        margin-right: 10px;
    }
    
    .navbar-brand span {
        font-size: 20px;
    }
}

@media(max-width: 576px) {
    #top .company-logo {
        max-height: 30px;
    }
    
    .navbar-brand span {
        font-size: 14px;
    }
}

#top ul.navbar-nav {
    align-items: center;
    justify-content: center;
    /*padding-bottom: 20px;*/
}

#top ul.mobile-nav {
    display: none;
}

#top ul.navbar-nav .nav-item {
    margin: 0 18px;
}

#top ul.navbar-nav .nav-menu {
    margin-right: 0;
}

@media(max-width: 768px) {
    #top ul.navbar-nav .nav-item {
        margin: 0 10px;
    }
}

#top ul.navbar-nav .log-btn {
    color: #d86018;
    font-size: 16px;
    font-weight: 500;
}

#top ul.navbar-nav .log-btn .svg {
    display: inline-block;
    width: 14px;
    margin-right: 8px;
    fill: #d86018;
}

#top ul.mobile-nav .border-btn {
    border: 1px solid #d86018;
    color: #d86018;
    background: transparent;
    font-weight: 400;
}

#top ul.navbar-nav .nav-link {
  padding: 20px 20px;
  color: #3b3d41;
}

#top ul.navbar-nav .arrow-btn {
    font-weight: 500;
}

#top .progress {
    display: block;
    overflow: hidden;
    position: absolute;
    left: -30px;
    top: 100%;
    right: 0;
    height: 5px;
    background: rgba(184, 184, 185, 0.2);
    transition: all 0.1s ease 0s;
}

#top > .progress > * {
    display: block;
    float: left;
    height: 5px;
    background: #d86018;
}

@media(max-width: 768px) {
    #top ul.navbar-nav {
        display: table;
        margin: auto;
        padding-bottom: 20px;
    }
    
    #top ul.navbar-nav .nav-item {
        display: inline-flex;
        vertical-align: middle;
    }
    
    #top ul.mobile-nav {
        display: table;
    }
    
    #top ul.pc-nav {
        display: none;
    }
}

@media(max-width: 576px) {
    #top ul.navbar-nav {
        padding-bottom: 6px;
    }
}

/*-----------------*\ 
     breadcrumb 
\*-----------------*/

nav[aria-label="breadcrumb"]{
  width: 100%;
}

.breadcrumb {
    background-color: transparent;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
}

.breadcrumb::after{
  content:"";
  height: 1px;
  background-color: #E8E8E8;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}

li.breadcrumb-item {
    font-size: 12px;
}

li.breadcrumb-item a {
  color: #3C525F;
  letter-spacing: 0;
  text-decoration: underline;
}

li.breadcrumb-item.active {
    pointer-events: none;
    text-decoration: none;
    padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\f054";
  font-family: 'Font Awesome 5 free';
  font-weight: 900;
  padding: 0 10px;
  font-size: 10px;
}

/*----------*\ banner \*----------*/

.banner-message {
    width: 100%;
    min-height: 70px;
    background-color: beige;
    padding: 20px;
    color: #333;
    text-align: center;
}

#main-banner {
    width: 100%;
    height: 387px;
    margin-top: 100px;
    background-size: cover;
    background-position-y: top;
    /*background-position: 66%;*/
    
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

@media(min-width: 1441px) {
    #main-banner {
        background-image: url("https://canvas.dash.com.au/site_assets/media/files/5eaa09a1-4433-42b9-8073-89ab96e05208/hero_IC.jpg") !important;
    }
}

@media(max-width: 990px) {
    #main-banner {
        margin-bottom: 0;
    }
}

.overlay {
    /*background: rgba(76, 97, 112, .8);*/
    background: #f1f1f1;
    position: absolute;
    width: 100%;
    height: 600px;
    left: 0;
    /*border-radius: 0 0 38px 0;*/
}
.overlay .home-banner-img{
    width: 100%;
    height: 100%;
    /*padding: 20px 0;*/
    /*position: absolute;*/
    position: relative;
    /*right: 0;*/
    /*left: 47%;*/

}

.overlay .home-banner-img .banner-img {
    background-size: cover;
    background-repeat: no-repeat;
    height:100%;
    /*background-position: left center;*/
    background-position: center;
}


@media(min-width: 2560px) {
    .overlay .home-banner-img{
    /*width: 55%;*/
    }
}

@media(max-width: 1024px) {
    .overlay .home-banner-img{
    /*left: 45%;*/
    }
}

@media(max-width: 990px) {
    .overlay {
        width: 100%;
    }
}


@media(max-width: 414px) {
    .overlay .home-banner-img{
        /*display:none;*/
    }
}

#sub-banner {
    width: 100%;
    height: 160px;
    margin-top: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}


@media(max-width: 990px) {
    #sub-banner {
        background-position: 55% 50%;    
    }    
}

@media(max-width: 414px) {
    #sub-banner {
        background-position: 65% 50%;    
    }    
}

.sub-title {
    position: relative;
    max-width: 32%;
}

@media(max-width: 576px) {
    .sub-title {
        max-width: 64%;
    }
}

.sub-title h4 {
    color: #fff;
}

.sub-title span {
    font-weight: 200;
    font-size: 20px;
}

.sub-title span:before {
    content: '\f054';
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    font-size: 18px;
    margin: 0 12px;
}

@media(max-width: 576px) {
    .sub-title span {
        display: none;
    }
}

.sub-overlay {
    /*background: linear-gradient(to right, rgba(76,97,112,.8) 40%,rgba(76,97,112,0) 100%); */
    /*background: url(https://www.ioof.com.au/__data/assets/image/0011/273953/title-a.png) 100% center no-repeat;*/
    background-color: #41505A;
    background-size: cover;
    position: absolute;
    width: 37%;
    height: 160px;
    left: 0;
    border-radius: 0 0 38px 0;
}

.banner-left {
    position: absolute;
    margin-left: -15px;
}


.banner-left h1 {
    color: #3B3D41;
    font-size: 30px;
    margin-bottom: 8px;
}

.banner-left p {
    color: #3B3D41;
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0;
    /*max-width: 800px;*/
    /*width: 390px;*/
}

@media(max-width: 1024px) {
    .banner-left p {
        /*width: 450px;*/
    }
  
}

@media(max-width: 576px) {
    .banner-left h1 {
        font-size: 28px;
    }    
    
    .banner-left p {
        font-size: 16px;
        margin: 10px 0;
        width: 100%;
    }
    
    .sub-overlay {
        width: 62%;
    }
}

.banner-left .border-btn {
    margin-right: 10px;
    float: left;
}

@media(max-width: 414px ) {
    .banner-left .border-btn {
        border: 1px solid transparent;
        padding-left: 0;
    }   
}

.banner-content {
    position: absolute;
    width: auto;
    max-width: fit-content;
    top: 0;
    transform: translateY(-120%);
    background: rgba(255,255,255, .7);
    padding: 10px 20px;
    
}

@media(max-width: 1024px) {
    .banner-content {
        width: 50%;
    }
}

@media(max-width: 991px ) {
    .banner-content {
        width: 100%;
        position: relative;
        margin: 0 15px;
    }
}

.home-award-image {
    width: 100%;
    margin: 20px 0 10px;
}

.home-award-image img {
    width: 90px;
    margin-right: 10px;
    margin-bottom: 15px;
    object-fit: cover;
}

.home-award-image img.SQM-img{
        width: 120px;
    }
    
    .home-award-image img.impa-img{
        width: 200px;
    }

@media(max-width: 414px) {
    .home-award-image img {
        width: 60px;
    }
    
    .home-award-image img.SQM-img{
        width: 70px;
    }
    
    .home-award-image img.impa-img{
        width: 120px;
    }
}

.banner-right {
    position: absolute;
    width: 280px;
    top: 200px;
    right: 50%;
    transform: translateX(calc(50% + 570px - 155px));
    color: #fff;
    z-index: 2;
}



@media(max-width: 1140px) {
    .banner-right {
        right: 0;
        transform: translateX(0)
    }
}

.white-row {
    width: 100%;
    background: #fff;
    padding: 16px 6px;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
}

.banner-right li.items, .banner-right li.items-title, .banner-right-accordion li.items {
    padding: 12px 20px;
}

li.items-title {
    font-weight: 500;
    background: #41505A;
}

li.items {
    background: #4C6170;
    border-bottom: 1px solid #677986;
}

li.insight {
  border: 0;
}

li.items-box {
    font-weight: 300 !important;
    background: #41505A;
}

li.items-box .title {
    font-weight: 500;
}

li.items-box p {
    margin: 10px 0;
}

li.items-box a {
    font-size: 14px;
    display: block;
    text-align: right;
    color: #fff;
}

li.items-box a.item-btn:after {
    /*content: '';*/
    margin-left: 6px;
    vertical-align: middle;
}

li.items .item-btn {
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    display: block;
}

li.items .svg {
    width: 18px;
    fill: #fff;
    margin-right: 20px;
    display: inline-block;
}

a.item-btn:after {
    content: '\f061';
    font-family: 'Font Awesome 5 free';
    font-size: 12px;
    font-weight: 900;
    float: right;
    padding: 2px 0;
}

/*----------*\ responsiveness \*----------*/
@media (max-width: 1300px) {
  li.breadcrumb-item,
  ol.breadcrumb {
    /*margin-bottom: 0;*/
  }
  
  #main.home, #main.profile, #main.contact {
    margin-top: 25px;
  }
}

@media (max-width: 575px) {
  #top {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 360px) {
  #top .navbar-brand {
    padding-left: 8px;
    padding-right: 8px;
  }
  #top ul.navbar-nav .nav-link {
    padding-left: 8px;
    padding-right: 8px;
  }
}


/*----------*\ footer \*----------*/
footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #3B3C41;
  font-size: 12px;
  color: #fff;
}

footer a {
  color: #fff;
  margin: 0 10px;
  font-weight: 300;
}

footer a:hover, footer a:focus, footer a:active {
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
}

footer .link {
    position: relative;
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .white-logo {
    display: inline-block;
}

@media(max-width: 990px) {
    footer .link {
        display: block;
        text-align: center;
        margin: 20px aut0;
    }
    
    footer .white-logo {
        display: flex;
        align-items: center;
        justify-content:  center;
        margin: 16px 0;
    }
}

footer .white-logo img {
    max-height: 52px;
}

footer .white-logo span {
    margin: 0 30px;
    font-weight: 500;
    font-size: 16px;
}

footer .copyright {
    position: relative;
    bottom: 0;
    background: #2D3033;
    width: 100%;
    text-align: center;
    color: #A8A7A9;
    font-weight: 200;
    padding: 20px;
    line-height: 25px;
} 

footer .copyright span {
    float: right;
}

@media(max-width: 990px) {
    footer .copyright {
        padding: 20px 20px 40px;
    }
    
    footer .copyright span {
        width: 100%;
    }
}

.img-responsive {
    max-width: 100%;
}

.table-responsive {
    overflow-x: unset;
    font-size: 14px;
    padding: 0;
}

.mobile-tab-accordion .table-responsive, .mobile-tab-accordion .tab-card-body {
    padding-left: 16px;
}



/*# sourceMappingURL=site-ic.css.map */


#root #mobile li.sub > .toggle:before {
    content: "\e912";
    top: 0;
    margin: 0;
}


/* Home Content - list box */

.home .row > div:nth-child(n) {
    padding-right: 15px;
}

@media(max-width: 990px) {
    .home .row > div:nth-child(n) {
        padding-right: 15px;
    }
}

.list-box {
    height: 95%;
    position: relative;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    margin: 0 -5px;
    margin-bottom: 20px;
}

.list-box .list-overlay {
    background: transparent linear-gradient(90deg, #3c4e5ade 0%, #d8601840 60%, #d860181c 100%) 0% 0% no-repeat;
    position: absolute;
    width: 100%;
    height: 104px;
    top: 0;
}

.list-title {
    width: 100%;
    /*height: 104px;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.list-title .title {
    position: absolute;
    top: 52px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
    margin-left: 20px;
    font-weight: 500;
}

.list-title > .title .svg {
    fill: #fff;
    width: 22px;
    margin-bottom: 6px;
}

.list-intro{
    padding: 20px;
    padding-bottom: 15px;
}


/*.list-intro p{*/
/*    font-size: 14px*/
/*}*/

.list-menu ul {
    padding: 20px;
    padding-left: 40px;
    padding-top: 0;
}

.list-menu li {
    margin-bottom: 10px;
}

.list-menu li:before {
    content: '\f061';
    font-family: 'Font Awesome 5 free';
    font-size: 12px;
    font-weight: 900;
    /*margin-right: 12px;*/
    color: #d86018;
    text-indent: -20px;
    display: inline-block;
}

.list-menu li:hover:before {
    transform: translateX(4px);
}

.list-menu li a{
    font-size: 14px;
    color: #d86018 !important;
}


/*******************\
		Menu
\*******************/

.menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 9;
    display: none;
}

#menu {
    position: fixed;
    width: 400px;
    top: 0;
    height: 100vh;
    background: #fff;
    padding: 30px;
    overflow-y: auto;
    transition: .3s ease;
    z-index: 9;
    display: none;
}

@media(max-width: 768px) {
    #menu {
        width: 90%;
        max-width: 400px;
    }
}

#menu .navbar-nav {
    padding: 0 30px 0 10px;
}

.maindropdown {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #E8E8E8;
    padding: 16px 0;
}

ul.dropdown-menu {
    border: 0;
    padding: 0;
}

ul.dropdown-menu > li, ul.sub-dropdown-menu > li {
    padding: 10px 0;
    margin-left: 20px;
    display: flex;
    align-items: baseline;
}

ul.dropdown-menu > li a {
    color: #d86018;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

ul.dropdown-menu > li:before {
    content: '\f061';
    font-family: 'Font Awesome 5 free';
    font-size: 12px;
    font-weight: 900;
    /*margin-right: 12px;*/
    color: #d86018;
    display: inline-block;
    text-indent: -20px;
}

ul.sub-dropdown-menu {
    padding: 10px 22px;
    list-style: none;
}

ul.sub-dropdown-menu > li a {
    font-size: 16px;
    color: #677986;
    font-weight: 400;
    display: inline-block;
}

ul.sub-dropdown-menu > li:before {
    content: '\f054';
    font-family: 'Font Awesome 5 free';
    font-size: 12px;
    font-weight: 900;
    margin-right: 12px;
    color: #677986;
    display: inline-block;
}

ul.sub-dropdown-menu > li:hover:before,
ul.dropdown-menu > li:hover:before {
    transform: translateX(4px);
}

ul.dropdown-menu > li:hover > a, ul.sub-dropdown-menu > li:hover > a {
    font-weight: 500;
}

.dropdown-toggle:after, .sub-dropdown-menu {
    display: none;
}

.dropdown-menu {
    display: block
}

.menu-close {
    position: relative;
    float: right;
    cursor: pointer;
    padding: 10px;
}

.menu-close:before{
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 1px;
    background: #3B3D41;
    transform: rotate(45deg);
}

.menu-close:after{
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 1px;
    background: #3B3D41;
    transform: rotate(-45deg);
}

.menu-close:hover:before, .menu-close:hover:after {
    height: 2px;
}

li.maindropdown:nth-child(1) > a:before {
    content: '';
    background-image: url('https://canvas3.ytml.com.au/site_assets/media/files/cadc0fb7-c97d-4438-accf-ed3708a75113/cadc0fb7-c97d-4438-accf-ed3708a75113.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

li.maindropdown:nth-child(2) > a:before {
    content: '';
    background-image: url('https://canvas3.ytml.com.au/site_assets/media/files/5c0fdfcb-20fe-4520-86dc-6db3d28966e3/5c0fdfcb-20fe-4520-86dc-6db3d28966e3.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}

li.maindropdown:nth-child(3) > a:before {
    content: '';
    background-image: url('https://canvas3.ytml.com.au/site_assets/media/files/707e5913-8532-42a9-8ee8-bc1a34dada7c/707e5913-8532-42a9-8ee8-bc1a34dada7c.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
}



/************
    Cards
*************/

.learn-more-cards h5 {
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 18px;
}

.card-header {
    background: #4C6170;
    padding: 10px 20px;
    min-height: 75px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.card-header h5 {
    color: #fff;
    margin: 0;
    font-weight: 500;
}

@media(max-width: 990px) {
    .card-header h5 {
        font-size: 18px;
    }
}

.card-content {
  padding: 20px 20px 0 20px;
  color: #5E5E5E;
}

.card-content strong {
    font-weight: 500;
}

.card-content::after {
  border-bottom: 1px solid #E8E8E8;
  content: "";
  display: block;
  padding-top: 20px;
}

#collapse1 ul {
  padding: 0;
}

#accordion-banner .accordion-title {
    background: #41505A;
    padding: 12px 20px;
}

#accordion-banner .accordion-title a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download-document {
    position: relative;
    margin-bottom: 20px;
}

.download-document .tag {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 10px;
    background: #3B3D41;
}

.download-document .book-overlay {
    position: absolute;
    background: linear-gradient(to bottom, rgba(38,49,56,0) 0%,rgba(38,49,56,0.8) 100%);
    width: calc(100% - 30px);
    height: calc(100% - 20px);
}

.download-document img {
    padding-bottom: 0 !important;
    margin: 0 auto 20px;
    display: block;
}

@media(max-width: 1200px) {
    .download-document .book-overlay {
        /*height: 212px;*/
    }
}

@media(max-width: 990px) {
    .download-document .book-overlay {
        /*height: 191px;*/
    }
}

@media(max-width: 767px) {
    .download-document .book-overlay {
        width: 250px;
        /*height: 353px;*/
        left: 50%;
        transform: translateX(-50%);
    }
    
    .download-document .download-btn {
        font-size: 14px !important;
    }
    
    .download-document img {
        width: 250px;
    }
}

.download-document .download-btn {
    position: absolute;
    min-width: 90px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 10px;
    text-align: center;
    padding:4px 14px;
    color: #fff !important;
    display: block;
}

.download-document .download-btn:hover {
    background: #d86018 !important;
    border-color: #d86018;
}

.download-document .download-btn i {
    margin-right: 4px;
}

.mobile-tab-accordion .accordion-title, .mobile-tab-accordion .accordion-heading {
    border-bottom: 1px solid #d6d6d6;
}

.mobile-tab-accordion h6 {
    margin: 20px 0;
}

.mobile-tab-accordion .accordion-title a, .mobile-tab-accordion .accordion-heading a {
    color: #4C6170;
    background: #F4F4F4;
    font-weight: bold;
    padding: 16px 20px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.mobile-tab-accordion a .acc-icon,
.mobile-tab-accordion .accordion-title a:not(.collapsed),
.mobile-tab-accordion .accordion-title:hover a:not(.collapsed) .acc-icon:after,
.mobile-tab-accordion .accordion-title:hover a:not(.collapsed) .acc-icon:after:hover,
.mobile-tab-accordion .accordion-heading a:not(.collapsed),
.mobile-tab-accordion .accordion-heading:hover a:not(.collapsed) .acc-icon:after,
.mobile-tab-accordion .accordion-heading:hover a:not(.collapsed) .acc-icon:after:hover {
  color: #d86018;
}

.mobile-tab-accordion .accordion-title a:hover .acc-icon:after,
.mobile-tab-accordion .accordion-title a:not(.collapsed) .acc-icon:after,
.mobile-tab-accordion .accordion-heading a:hover .acc-icon:after,
.mobile-tab-accordion .accordion-heading a:not(.collapsed) .acc-icon:after {
    color: #fff;
}

.mobile-tab-accordion .accordion-title a:hover,
.mobile-tab-accordion .accordion-title a:not(.collapsed),
.mobile-tab-accordion .accordion-heading a:hover,
.mobile-tab-accordion .accordion-heading a:not(.collapsed) {
    background: #d86018;
    color: #fff;
}

.mobile-tab-accordion {
  display: none;
}


@media(max-width: 768px) {
    .mobile-tab-accordion {
        display: block;
    }
    
    .pc-tab-accordion {
        display: none;
    }
}

.mobile-tab-accordion .download-img {
    display: block;
    margin: 10px auto 30px;
}

.mobile-tab-accordion .mobile-side-box {
    margin: 50px auto;
}

.banner-right-accordion {
    position: relative;
    color: #fff;
    display: none;
}

@media(max-width: 990px) {
    .banner-right-accordion {
        display: block;
        margin-top: -24px;
    }
    
    .pc-banner-right {
        display: none;
    }
}


/* Tab Card */

.tab-card, .manager-all {
    padding-right: 50px;
}

@media(max-width: 990px) {
    .tab-card, .manager-all {
        padding-right: 15px;
    }
}

.tab-card .card {
    border: 0;
    display: inline-flex;
    border-radius: 0;
}

.tab-card .section {
    margin-top: 40px;
}

.tab-card .btn {
    background: #d86018;
    text-decoration: none;
    padding: 20px 30px;
    transition: .3s ease;
}

.tab-card .find-more-btn {
    font-size: 14px;
    color: #d86018;
    margin-top: 20px;
    display: block;
    transition: .3s ease;
}

.tab-card .find-more-btn:after {
    content: '\f061';
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    font-size: 7px;
    padding: 6px;
    margin-left: 10px;
    color: #fff;
    background: #d86018;
    border-radius: 20px;
    transition: .3s ease;
}

.tab-card .find-more-btn:hover {
    font-weight: 500;
}

.tab-card .find-more-btn:hover:after {
    color: #d86018;
    background: transparent;
    border: 1px solid #d86018;
}

.tab-card .border-btn, .article-border-btn, .learn-more-cards .border-btn {
    background: transparent;
    color: #d86018 !important;
    border: 1px solid #d86018;
    font-size: 14px;
    padding: 10px 30px;
}

.tab-card .border-btn:before, .article-border-btn:before, .learn-more-cards .border-btn:before {
    content: '\f061';
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    font-size: 12px;
    margin-right: 10px;
    color:  #d86018;
}

.tab-card h4{
    width: 100%;
}

.tab-card h5{
    margin: 30px 0;
    font-weight: 300;
}

.tab-card h6 {
    color: #4C6170;
    font-size: 18px;
}

.tab-card p {
    margin-bottom: 20px;
}

.tab-content {
    margin-top: 30px;
}

.tab-content p,
.tab-content ul li {
    color: #5E5E5E;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.75;
    width: 100%;
}

.tab-content h6 {
    color: #3B3D41;
    margin-top: 0px;
}

.tab-content h7,
.tab-content .h7 {
    margin-bottom: .5rem;
    font-size: 1rem;
    display: block;
}

.tab-content img {
    padding-bottom: 20px;
    max-width: 100%;
}

.tab-content a.border-btn {
    color: #d86018;
}

.tab-content a.border-btn:hover, 
.article-border-btn:hover, 
.learn-more-cards .border-btn:hover {
    background: #d86018 !important;
    color: #fff !important;
}

.tab-content a.border-btn:hover:before, 
.article-border-btn:hover:before, 
.learn-more-cards .border-btn:hover:before {
    color: #fff;
}

p.quote-text {
  font-size: 18px;
  color: #4C6170;
  font-weight: bold;
}

.quote-text:before {
    content: "|";
    color: #d86018;
    padding-right: 14px;
}

@media(max-width: 768px) {
    
    p.quote-text {
        margin-left: 20px;
    }
    
    .quote-text:before {
        content: " ";
        width: 2px;
        height: 30px;
        background: #d86018;
        display: inline-block;
        position: absolute;
        left: 20px;
        margin-top: 7px;
        padding: 0;
    }
}

.nav-tabs {
    /*border-bottom: 2px solid #d86018;*/
    border-bottom: 2px solid #4C6170;
    font-size: 14px;
    align-items: flex-end;
    margin-left: -16px;
    flex-wrap: unset;
}

.nav-tabs .nav-link {
  /*border: #d86018;*/
  border: #4C6170;
  padding: 12px 20px;
  border-radius: 0;
  border-left: 1px solid #D3D3D3;
  background: #F4F4F4;
  transition: .3s ease;
  color: #4C6170;
  font-weight:  500;
  font-size: 14px;
  user-select: none;

}

.nav-tabs .nav-link:hover {
    color: #d86018;
}

.nav-tabs .nav-link.active {
  color: #fff !important;
  /*background: #d86018;*/
  background: #4C6170;
  border-radius: 2px 2px 0 0;
  border: none;
  padding: 17px 20px;
}


@media(min-width: 1100px ) {
    .nav-tabs .long-tablinks,
    .nav-tabs .long-tablinks.active {
        width: 160px;
        text-align: center;
    }
}


.nav-tabs .nav-item {
    margin-bottom: 0;
    cursor: pointer;
}

.nav-tabs .nav-item:nth-child(1) {
    margin-left: 16px;
}

.nav-tabs .nav-item:nth-child(1) .nav-link {
    border: none;
}

/*Education hub boxes*/

.education-box {
    margin-bottom: 30px;
}

.education-box .card-header {
    background: #99A5AC;
    border: none;
    padding: 10px 20px 6px;
}

.education-box .card-header h5 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
}

.education-box .card-content {
  padding: 10px 20px 0;
  min-height: 150px;
  transition: .3s ease;
}

@media(max-width: 990px) {
    .education-box .card-content {
        min-height: auto;
    }
}

.education-box .card-content p {
  font-size: 13px;
  margin: 0;
}

.education-box .card-content span {
    color: #d86018;
}

.education-box .card-content:after {
  border: none;
}

.team .team-member {
    margin: 20px 0;
}

.team img {
    object-fit: cover;
    max-height: 200px;
}

.team .headshot {
    display: none;
}


.team .member-name {
    color: #4C6170;
    font-weight: 500;
}

.team .member-title {
    color: #d86018;
    font-size: 14px;
}

.team .member-title:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #d86018;
    margin: 10px 0;
    display: block;
}

.team .member-profile {
    color: #5E5E5E;
    font-size: 14px;
}

.team .member-profile p {
    margin-bottom: 10px;
}


/* Side List Box */

.section-side-box{
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    padding: 20px 30px 10px;
}

.side-box {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 20px;
}
.section-side-box .side-box:nth-last-child(1){
        border-bottom: 0;
        margin-bottom: 0px;
}

.side-title {
    font-size: 16px;
    color: #3B3D41;
    font-weight: 500;
    cursor: pointer;
}

.side-title img {
    width: 20px;
    height: fit-content;
    margin-right: 10px;
    margin-top: 5px;
}

.side-title p {
    display: inline-block;
    margin-bottom: 0;
}

.side-title .title {
    position: relative;
    padding-bottom: 10px;
    display: flex;
}

.side-title:not(.open) .title:after {
    position: absolute;
    right: 0;
    content: '\f078';
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    color: #d86018;
    font-size: 12px;
    float: right;
    margin: 4px;
    transition: .3s ease;
}

.side-title .title:after {
    position: absolute;
    right: 0;
    content: '\f077';
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    color: #d86018;
    font-size: 12px;
    float: right;
    margin: 4px;
    transition: .3s ease;
}

.side-box > .list-menu {
    display: none;
}

.side-box > .list-menu, .side-box > .list-menu ul {
    padding: 0 10px;
}

.side-box > .list-menu li {
    margin: 16px auto;    
}

/* accordion in tab content */

.content-tab-accordion .accordion-title, .content-tab-accordion .accordion-heading {
    width: 100%;
    padding: 10px 0;
}
.content-tab-accordion .accordion-title:focus, .content-tab-accordion .accordion-heading:focus{
    outline: none;
}

.content-tab-accordion .accordion-aci,
.content-tab-accordion .accordion-fpp,
.content-tab-accordion .accordion-tool,
.content-tab-accordion .accordion-fi,
.content-tab-accordion .accordion-qr,
.content-tab-accordion .accordion-umc
{
    border-bottom: 1px solid #D6D6D6
}

.content-tab-accordion .accordion-aci a:hover .acc-icon:after,
.content-tab-accordion .accordion-aci a:not(.collapsed) .acc-icon:after,

.content-tab-accordion .accordion-fpp a:hover .acc-icon:after,
.content-tab-accordion .accordion-fpp a:not(.collapsed) .acc-icon:after,

.content-tab-accordion .accordion-tool a:hover .acc-icon:after,
.content-tab-accordion .accordion-tool a:not(.collapsed) .acc-icon:after,

.content-tab-accordion .accordion-fi a:hover .acc-icon:after,
.content-tab-accordion .accordion-fi a:not(.collapsed) .acc-icon:after,

.content-tab-accordion .accordion-qr a:hover .acc-icon:after,
.content-tab-accordion .accordion-qr a:not(.collapsed) .acc-icon:after,

.content-tab-accordion .accordion-umc a:hover .acc-icon:after,
.content-tab-accordion .accordion-umc a:not(.collapsed) .acc-icon:after{
    color: #d86018 !important;
}

.content-tab-accordion .accordion-aci a:not(.collapsed),
.content-tab-accordion .accordion-fpp a:not(.collapsed),
.content-tab-accordion .accordion-tool a:not(.collapsed),
.content-tab-accordion .accordion-fi a:not(.collapsed),
.content-tab-accordion .accordion-qr a:not(.collapsed),
.content-tab-accordion .accordion-umc a:not(.collapsed){
    background: transparent;
}

.content-tab-accordion .accordion-title .card {
    width: 100%;
    display: block;
}

.content-tab-accordion .accordion-title a, .content-tab-accordion .accordion-heading a {
    background: transparent;
    color: #4C6170;
    padding: 16px 0;
    /*display: block;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
    font-weight: 500;
}

.accordion-title a .acc-icon, .accordion-heading a .acc-icon, .tab-accordion button .acc-icon {
    /*display: block;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 50%;*/
    color: #d86018;
    margin-right: 20px;
}

@media(max-width: 990px) {
    .accordion-title a .acc-icon, .accordion-heading a .acc-icon, .tab-accordion button .acc-icon {
        margin-right: 0;
    }
}

.accordion-title a .acc-icon:after, .accordion-heading a .acc-icon:after, .tab-accordion button .acc-icon:after {
    content: "\f078";
    /*display: block;*/
    font-family: 'Font Awesome 5 free';
    font-size: 14px;
    font-weight: 600;
    /*position: absolute;*/
    /*-webkit-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    /*right: 0;*/
}

.accordion-title a:not(.collapsed) .acc-icon:after, 
.tab-accordion button:not(.collapsed) .acc-icon:after,
.accordion-title a.show .acc-icon:after,
.accordion-heading a:not(.collapsed) .acc-icon:after,
.accordion-heading a.show .acc-icon:after{
    content: "\f077";
}

.content-tab-accordion .accordion-title a:hover, .content-tab-accordion .accordion-heading a:hover {
    background: transparent;
    color: #d86018;
}

.content-tab-accordion .accordion-title a:not(.collapsed), .content-tab-accordion .accordion-heading a:not(.collapsed) {
    color: #d86018;
}

.content-tab-accordion .tab-card-body {
    padding-bottom: 20px;
    margin-top: 20px;
}

.content-tab-accordion .tab-card-body h5 {
    margin: 16px 0;
}

.content-tab-accordion .tab-card-body .container {
    padding: 0;
}

.head-collapse:not(.show) {
    display: none;
}

.content-tab-accordion .tab-card-body p {
    margin: 0;
}

.tab-card-body tr.sub-title th {
    background: #4C6170;
    border: 1px solid #dee2e6;
}

.multiActive-table .table {
    margin-bottom: 0 !important;
}

.multiActive-table ul {
    display: none;
}

@media(max-width: 768px) {
    .content-tab-accordion .tab-card-body .table th,
    .content-tab-accordion .tab-card-body .table td {
        width: 100%;
    }
}

/***************
      Cast
****************/

.tab-cast {
    width: 100%;
    margin: 20px 0;
}

.post-area .col-lg-4 {
    float: left;
}

@media(max-width: 1200px) {
    .post-area .col-lg-4 {
        padding: 0 6px;
    }
}

@media(max-width: 990px) {
    .post-area .col-lg-4 {
        padding: 0 15px;
    }
}

.post-content {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    margin-bottom: 20px;
}

.preview-image {
    height: 140px;
    padding: 20px 0;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.preview-image img {
    max-width: 100%;
}

.preview-image a {
    display: block;
}

.cast-overlay {
    background: linear-gradient(to bottom, rgba(38,49,56,0) 0%,rgba(38,49,56,0.8) 100%);
    position: absolute;
    top: 0;
    height: 140px;
    width: calc(100% - 30px);
}

.post-title {
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-word;
    /*-webkit-line-clamp: 2;*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    max-height: 70px;
    padding: 0 20px;
}

.post-title a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.quarterly-title {
    padding: 0;
    display: flex;
    align-items: center;
}

.quarterly-title .p-title {
    width: 70%;
    display: inline-block;
}

.quarterly-title a {
    color: #3b3d41;
    font-size: 14px;
}

.COVID-title {
    padding: 0;
    height: 60px;
}

.COVID-title a {
    color: #3b3d41;
    margin-top: 10px;
    display: block;
    
}

p.p-title {
    margin-bottom: 0;
    text-transform: capitalize;
}

.home-article p.p-title {
    text-transform: none;
}

.video-logo {
    width: calc(30% - 20px);
    margin-left: 10px;
    padding-bottom: 0 !important;
}

.preview-content-all {
    padding: 20px 16px;
}

.post-status {
    font-size: 10px;
    color: #fff;
}

.post-date, .post-category  {
    padding: 6px 10px;
    display: inline-block;
    margin: 6px auto;
    margin-right: 6px;
    border-radius: 2px;
}

@media(max-width: 1200px) {
    .post-date, .post-category {
        padding: 6px 10px;
    }
}

.post-date  {
    background: #d86018;
    text-transform: uppercase;
}

.post-category {
    background: #677986;
    text-transform: uppercase;
}

.preview-content {
    color: #5E5E5E;
    font-size: 14px;
    margin: 10px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    min-height: 66px;
}

@media(max-width: 1200px) {
    .preview-content {
        -webkit-line-clamp: 2;
        min-height: 36px;
    }
}

@media(max-width: 990px) {
    .preview-content {
        -webkit-line-clamp: 3;
        min-height: 66px;
    }
}

.quarterly-preview-content {
    min-height: 42px;
}

.post-more {
    font-size: 11px;
    font-weight: 500;
    border: 1px solid #d86018;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    transition: .3s ease;
}

.post-more a {
    color: #d86018;
    padding: 4px 12px;
    display: block;
}

.post-more i {
    color: #d86018;
    margin-right: 4px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.post-more:hover {
    background: #d86018;
}

.post-more:hover a, .post-more:hover i {
    color: #fff;
}

.loadMore, .load-more-2,.load-more-3,.load-more-4,.load-more-5,
.load-more-M,.load-more-M2,.load-more-M3,.load-more-M4,.load-more-M5 {
    text-align: center;
    display: block;
    cursor:  pointer;
    width: 160px;
    margin: auto;
}

.loadMore .btn-more,
.load-more-2 .btn-more,
.load-more-3 .btn-more,
.load-more-4 .btn-more,
.load-more-5 .btn-more,
.load-more-M .btn-more,
.load-more-M2 .btn-more,
.load-more-M3 .btn-more,
.load-more-M4 .btn-more,
.load-more-M5 .btn-more{
    padding: 10px 20px;
    border: 1px solid #d86018;
    background: transparent;
    color: #d86018;
}

.loadMore .btn-more:hover,
.load-more-2 .btn-more:hover,
.load-more-3 .btn-more:hover,
.load-more-4 .btn-more:hover,
.load-more-5 .btn-more:hover,
.load-more-M .btn-more:hover,
.load-more-M2 .btn-more:hover,
.load-more-M3 .btn-more:hover,
.load-more-M4 .btn-more:hover,
.load-more-M5 .btn-more:hover{
    background: #d86018;
    color: #fff;
}

#searchLoadingImg {
    text-align: center;
    font-size: 10px;
}

/****************
    Home Cast
*****************/

#cast-show-list-featured {
    margin-left: 35px;
}

@media(max-width: 990px) {
    #cast-show-list-featured {
        margin: 0;
        margin-top: 40px;
    }
}

.post-list-content {
    border-bottom: 1px solid #E8E8E8;
    padding: 16px 0;
}

.post-list-content:nth-of-type(1){
    padding-top: 0;
}

.post-list-content .preview-image {
    width: 60px;
    height: 60px;
    padding: 0;
    margin-right: 16px;
    display: inline-block;
    float: left;
}

.post-list-content .preview-image img {
    height: 100%;
    object-fit: cover;
}

.post-list-content .preview-content {
    margin: 0;
    min-height: 60px;
}

.post-list-content .post-date, .post-list-content .post-category {
    background: transparent;
    padding: 0;
    margin: 0;
}

.post-list-content .post-date {
    color: #d86018;
    font-weight: bold;
}

.post-list-content .post-date:after {
    content: '|';
    color: #C3C3C3;
    margin: 0 6px;
}

.post-list-content .post-category { 
    color: #4C6170;
}

.post-list-content .post-title {
    position: relative;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    max-height: 70px;
    padding: 0;
}

.post-list-content .post-title a {
    font-size: 14px;
}

@media(max-width: 576px) {
    .post-list-content .post-title a {
        font-size: 16px;
    }
}


/*************
    Article 
***************/
.article-info .date, .article-info .category{
    display: inline-block;
    font-size: 10px;
    padding: 6px 16px;
    margin-right: 6px;
    color: #fff;
}

.article-info .date {
    background: #d86018;
    
}

.article-info .category {
    background: #677986;
}

.article-info .title {
    font-size: 22px;
    font-weight: bold;
    color: #4C6170;
    margin: 20px 0;
}

.article_body {
    color: #3B3D41;
    font-weight: 300;
}

.article_body .sub-title {
    font-size: 18px;
}

.article-area .row{
    margin-bottom: 30px;
}

.article-area-left {
    width: calc(60% - 20px);
    display: inline-block;
    margin-right: 20px;
}

.article-area-right {
    width: 40%;
    background: #eee;
    padding: 10px;
    float: right;
}

@media(max-width: 990px) {
    .article-area-left, .article-area-right {
        width: 100%;
    }
}
 

/********************
    Document list
*********************/
.document-list li {
    margin: 10px 0;
    font-size: 14px;
    transition: .3s ease;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.download-list li {
    margin: 16px 0;
    font-size: 14px;
    transition: .3s ease;
    display: block;
    vertical-align: top;
}

.sidemap-list li {
    margin: 10px 0;
    font-size: 14px;
    transition: .3s ease;
}

.document-list li:before,
.download-list li:before,
.sidemap-list li:before {
    content: '\f061';
    font-family: 'Font Awesome 5 free';
    font-size: 12px;
    font-weight: 900;
    margin-right: 10px;
    color: #d86018;
    display: inline-block;
}

.document-list li:hover:before,
.download-list li:hover:before,
.sidemap-list li:hover:before{
    transform: translateX(4px);
}

@media(max-width: 990px) {
    .document-list li {
        display: block;
        width: 100%;
    }
}

.document-list li a,
.download-list li a{
    color: #d86018;
    font-weight: 500;
}


/************
    Modal
*************/

.modal .overlay {
    /*background: rgba(76, 97, 112, .8);*/
    background: rgb(37 37 37 / .5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    /*border-radius: 0 0 38px 0;*/
}


.modal-header {
    border: none;
    padding: 30px 0 20px;
    text-align: center;
}

.modal-title {
    font-weight: bold;
    color: #d86018;
}

.modal-body {
    padding: 0 30px 20px;
}

.modal-body p {
    font-weight: bold;
    font-size: 16px;
}

.modal-body span {
    font-size: 14px;
    color: #bbb;
    margin: 10px 0;
    display: block;
}

.modal-footer .btn:nth-child(1){
    padding: 10px 30px;
    border: none;
    color: #fff;
    background-color: #d86018;
}

.modal-footer a.border-btn:hover {
    background: #4C6170;
    color: #d86018;
    border: none;
}

.modal-footer a.border-btn:before {
    content: '';
    margin: 0;
}

.modal-footer #agree:hover{
    background: #fff;
    color: #d86018;
    border: 1px solid #d86018;
}

#accordion-banner a .acc-icon {
    color: #fff;
}

/*form-widget*/

.form-information, .form-field {
    color: #3B3D41;
}

.form-field {
    margin-top: 20px;
}

.form-information:after {
  content: "";
  display: block;
  border-bottom: 1px solid #E8E8E8;
  width: 100%;
  padding-top: 20px;
}

.form-information p {
    width: 100%;
}

.form-field label {
  display: block;
  font-size: 14px;
  /*font-weight: lighter;*/
}

.form-field .form-heading, .form-information .form-heading {
  font-weight: 500;
  font-size: 14px;
  padding-top: 20px;
  margin-bottom: 10px;
}

.form-check {
    margin: 10px 30px 10px 0;
}

.form-check input, .form-check label {
    cursor: pointer;    
    -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    user-select:none;
}

input.input-text {
    width: 95%;
    border: 1px solid #99A5AC;
    padding: 4px 10px;
}

input.form-check-input {
    border: 1px solid #99A5AC;
    margin-right: 10px !important;
}

.form-field .border-btn:hover {
    color: #fff !important;
    background: #d86018;
}

.form-field .border-btn:hover:before {
    color: #fff;
}

.formwidgetsubmitresult {
    color: #d86018;
}




/* unclick btn */

.breadcrumb-item a[href$='/education-hub'],
.breadcrumb-item a[href$='/investment-solutions'],
.breadcrumb-item a[href$='/news-and-insights'],
.breadcrumb-item a[href$='/resources'] {
    pointer-events: none;
    text-decoration: none;
}

.sidemap-list a[href$='/education-hub'],
.sidemap-list a[href$='/investment-solutions'],
.sidemap-list a[href$='/news-and-insights'],
.sidemap-list a[href$='/resources'] {
    pointer-events: none;
    color: #3B3D41;
    font-size: 16px;
    font-weight: 500;
}

.sidemap-list > li:nth-child(n):before{
    content: '';
    margin-right: 0;
}

.sidemap-list > li:nth-child(n) {
    margin-top: 30px;
}



/********************
    Contact us
*********************/

.solution-managers {
    /*border-top: 1px solid #eee;*/
    display: none;
    padding: 0 10px;
}

.manager {
    padding: 16px 15px;
    margin: 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.manager p {
    font-size: 14px;
}

.manager .profile-name {
    font-size: 14px;
    color: #d86018;
    margin-bottom: 10px;
}

.manager-all h5 {
    font-weight: 400;
}

.manager-all h6 {
    font-size: 18px;
}

.manager-all p {
    font-weight: 300;
}

.manager-all strong {
    font-weight: 500;
}

.slide-control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

.member-slide-control {
    margin-bottom: 0px;
}


.slide-control span{
  font-size: 18px;
  color: #3b3d41;
  font-weight: 500;
}

@media(max-width: 768px) {
    .slide-control {
        display: block;
    }
    
    .member-btn {
        width: 100%;
        margin-top: 20px;
    }
}

.manager-photo {
    order: 2;
    padding: 0;
    margin: 0 -15px;
}

.manager-info {
    padding: 0;
    margin: 0 -15px;
}

@media(max-width: 990px) {
    .manager-photo {
        order: 1;
        margin-bottom: 20px;
    }
    
    .manager-info {
        order: 2;
    }
}

.manager-photo img {
    max-height: 140px;
}


/* Article detail page*/

.article-title {
    color: #d86018;
    font-weight: bold;
}

.article-content {
    margin-bottom: 20px;
    padding-left:0;
    line-height: 1.75;
}

.article-content h5 {
    margin-bottom: 30px;
}

.article-content h6 {
    font-size: 20px;
}

.article-content table {
    margin: 10px 0;
}

.article-content ul {
    padding-left: 12px;
}

.article-content li {
    padding-bottom: 5px;
}

.article-content li:before, .article-content table li:before,
.portfolio-report li:before {
    content: '\f111';
    font-family: 'Font Awesome 5 free';
    color: #d86018;
    font-size: 6px;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-left: -12px;
    background: transparent !important;
}

.article-content li p{
    display: inline;
    margin-left: 5px;
}

.article-grey-section {
    position: relative;
    width: 100%;
    background: #eee;
    padding: 20px;
    margin: 20px 0;
}

.article-grey-section p {
    margin: 0;
}

iframe {
    border: 0;
}

.iframe-full-height{
    width: 100%;
    height: 100%;
}

.FC-If iframe{
    margin-top: 0px;
    width: 100%; 
    height: 1400px;
}

@media(max-width: 768px){
    .FC-If iframe{
        height: 1000px;        
    }
}

@media(max-width: 576px){
    .FC-If iframe{
        height: 1200px;        
    }
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
  margin-top: 30px;
}

@media (max-width: 768px){
    .article-content {
        overflow: scroll;
    }
    .article-content td{
        display: table-cell;;
    }
}


a[href$='/education-hub'],
a[href$='/investment-solutions'],
a[href$='/news-and-insights'],
a[href$='/resources']{
    /*pointer-events: none;*/
    text-decoration: none;
}


.print-btn {
    display: inline-block;
    float: right;
    margin: 0;
    margin-right: 10px;
    padding: 6px 16px;
    font-size: 14px;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #d86018;
    color: #3b3d41;
    transition:.3s ease;
}

.print-btn:focus {
    outline: 0;
}

.print-btn:hover {
    color: #d86018;
}

.print-header,
.print-footer {
    display: none;
}

@media print{
    #top,
    #menu,
    .navbar-nav,
    .progress,
    #sub-banner,
    .banner-right,
    #accordion-banner,
    .print-btn,
    .print-hide,
    .print-header,
    #footer,
    .article-info .date, 
    .article-info .category,
    .banner-message {
        display: none;
    }
    
    
    .print-footer {
        position: relative;
        display: block;
        margin: auto;
    }
    
    .print-footer img {
        display: block;
        width: 80%;
        margin: 30px auto;
    }
    
    
    .article-content {
        -webkit-print-color-adjust: exact;   
    }
    
    
    #footer {
        position: relative;
        page-break-before: avoid;
        page-break-inside: avoid;
        padding-top: 20px;
        -webkit-print-color-adjust: exact;
    }
    
    .article-area {
        margin-bottom: 30px;
    }
    
    
    a:link, a:visited, a {
      text-decoration: none;
      word-wrap: break-word; 
    }
}

/* Introduction to investing */

.intro-investing-disclaimer {
    margin-top: 20px;
    background: #F4F4F4;
    padding: 20px;
}

.intro-investing-disclaimer p {
    margin-bottom: 0px;
    font-size: 12px;
}

.growth-disclaimer {
    margin-bottom: 20px;
}

.growth-disclaimer p {
    margin-bottom: 0px;
    font-size: 12px;
}

#getting-to-know h5,
#approach h5 {
    font-weight: bold;
    color: #d86018;
}

/* Investing in alternative investments */

#alternative-collapse .asset-class-link, #property-collapse .asset-class-link {
    font-weight: bold;
}

#alternative-collapse h5 {
    font-weight: bold;
    color: #d86018
}

.img-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-container img {
    width: 130px;
    height: 130px;
}

ul.ai-bullets {
    list-style-type: none;
}

.ai-bullets, ul.ai-bullets li {
    display: list-item;         
    list-style-type: disc;  
    list-style-position: outside;
    margin-left: 15px;
}



.alternative-investments-disclaimer {
    margin-top: 20px;
    background: #F4F4F4;
    padding: 20px;
}

.img-center {
    display: block;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width: 990px) {
    .img-center {
        width: 100%;
    }
}

.manager-photo img.no-img {
    display: none;
}


.fundCentre-child {
    display: none;
}


/* --- Quick access to…  Dropdown---- */

.banner-right li.quick-dropdown.items,
.banner-right-accordion li.quick-dropdown.items{
    padding: 0 !important;
}

.quick-dropdown > a {
    padding: 12px 20px;
}

.quick-dropdown-list {
    /*border-top: 1px solid #eee;*/
    background: #677986;
    
}

.quick-dropdown-list li {
    padding: 12px 20px;
}

.quick-dropdown-list li:not(:last-child) {
    border-bottom: 1px solid #7d8c97;
}


/*Home Slider banner*/

#home-banner .carousel-inner {
    height: 200px;
}

#home-banner .carousel-indicators {
    display: none;
}

#home-banner .carousel-item {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#home-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 0;
}

#home-banner .carousel-caption {
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    padding: 20px 30px;
    text-align: left;
    display: flex !important;
    flex-wrap: wrap;
    align-content: center;
}

#home-banner .carousel-text {
    width: 100%;
    z-index: 1;
}

#home-banner .carousel-text h4,
#home-banner .carousel-text p {
    color: #fff;
}

#home-banner .carousel-caption a {
    color: #fff;
    text-decoration: none;
    /*margin-top: 30px;*/
}

#home-banner .carousel-caption a:after {
    content: '\f054';
    font-weight: 900;
    margin-left: 6px;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
}

.portfolio-report ul {
    margin: 16px;
}

.portfolio-report li {
    margin-bottom: 10px;
}

#MLC .tab-card-body i {
    font-weight: 400;
}

#how-much-risk .row img {
    border: solid 1px #adb5bd;
    margin-bottom: 16px;
}

.important-info {
    width: calc(75% - 35px);
    border: solid 1px #adb5bd;
    padding: 8px;
    margin: 0 15px 8px 15px;
    background-color: #f5f5f5;
}

@media(max-width: 990px) {
    .important-info {
        width: calc(100% - 45px);
    }
    
}

.important-info p {
    color: #d86018;
    font-weight: 500;
    font-size: 14px;
}

.portfolio-report{
    padding-bottom: 15px;
}


.hl-app{
    z-index: 999;
    position: relative;
}

.hl-app #spinner,
.hl-app #iframe-container{
    padding-top: 10px; 
    text-align: center;
}

.hl-app #iframe-container{
    height: 300px;
}


.grey-bg {
    background: #f0eeea;
    padding: 1.5em 2em;
}

.video {
    position: relative;
    padding-bottom: 60%;
    height: 0;
    overflow: hidden;
    margin: 20px 0;
}

.video iframe {
    position: absolute;
    top: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translateX(-50%);
	background-color: #000;
}

.point-list ul {
    padding-left: 20px;
}

.point-list li {
    text-indent: -10px;
}

.point-list li:before {
    content: '\f111';
    font-family: 'Font Awesome 5 free';
    color: #d86018;
    font-size: 6px;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-left: 4px;
    background: transparent !important;
}