#authority_banner {
    height: calc(200px + 2vw);
    background-image: url("../../img/authority/the_authority_top_banner.jpg");
    background-position: bottom;
    background-size: cover;

}

.iconContainer {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px
}

.iconLabel {
    margin-top: 10px;
    font-size: 16px
}

.partnerIcons {
    padding: 10px 15px;
}

#logo_scroll {
    background-image: url("../../img/authority/logo_scroll_bg.png");
    background-size: cover;
    background-position: top;
}

#strategic_pillars .card {
    padding: 10px 20px;
    height: 100%;
}

#strategic_pillars .card-title {
    font-weight: 600;
}

.authority-list {
    font-size: 14px;
    font-weight: 100;
}

ul.authority-list {
    list-style: none;
    padding-left: 0;
}

body.rtl ul.authority-list {
    padding-right: 0;
}

ul.authority-list li {
    padding-left: 1.5em;
    margin-bottom: 1em;
    position: relative;
}

body.rtl ul.authority-list li {
    padding-right: 1.5em;
}

ul.authority-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-image: url("../../img/icons/bullet.svg");
}

body.rtl ul.authority-list li::before {
    right: 0 !important;
}

#strategic_pillars {
    padding-bottom: 50px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%), url("../../img/authority/strategic_pillars_bg.jpg") lightgray 50% / cover no-repeat;
}

.h1, h2, h3, h4, h5 {
    color: black;
}

.boardMember h5 {
    font-size: 18px;
    font-weight: 600;
}

.boardMember {
    padding: 25px;
}

.boardMember img {
    background-color: #F9F8F8;
    border-radius: 8px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.quotes {
    top: 12px;
    right: -24px;
}

body.rtl .quotes {
    top: 12px;
    left: -24px !important;
    right: auto;
    transform: scaleX(-1);
}

.greyBeam {
    height: 100%;
    background-color: #F9F8F8;
    position: absolute;
    width: 300%;
    z-index: -1;
    left: -100%;
    top: 0;
}

img.borderedCircleImage {
    border: 2px solid #EAEAEA;
    padding: 10px;
    max-width: 350px;
    width: 100%;
    border-radius: 50%;
}

.floatInMiddle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.titleNegativeMargin {
    top: -35px;
    position: relative;
    background: white;
    padding: 0 20px;
}


h1, h2, h4 {
    color: black;
}

.title_1 {
    font-size: calc(30px + 3vw);
    font-weight: 500;
}

.slider {
    margin: 100px auto;
}

.slick-current {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 768px) {
    .floatInMiddle {
        position: relative;
        top: 0;
        transform: translateY(0%);
        margin-bottom: 30px;
    }
}

.img-dimensions {
    max-width:500px;
    width:100%
}