.banner-803 .container {
    display: none;
}

.leadershipBlocks {
    padding: 15px;
    width: 100%;
    background: #e8e7e7;
    border-bottom: 7px solid #c8c8c8;
    position: relative;
    transition: all .2s ease-in-out
}

.leadershipBlocks span {
    opacity: 0;
    z-index: 1;
    transition: all .5s ease-in-out
}

.leadershipBlocks:hover span {
    opacity: 1
}

.leadershipBlocks:hover {
    border-bottom-color: #cf2030
}

.leadershipBlocks a {
    display: block;
    text-decoration: none;
    color: initial
}

.leadershipImage {
    margin: -15px -15px 10px;
    padding: 15px 15px 0;
    position: relative
}

.leaderMainImage {
    padding: 40px 0 0 30px
}

.leaderMainImage img {
    height: auto
}

.leadershipImage::after {
    content: "";
    background: #fff;
    width: 100%;
    height: 75%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0
}

.leadershipImage img {
    z-index: 9;
    position: relative;
    box-shadow: 1px -2px 16px -10px #000;
    margin:0 auto;
    display: block;
}

.leaderMainContent {
    padding: 25px 60px;
    box-shadow: 5px 5px 15px -10px #000;
    margin-left: -100px;
    background: #fff;
    margin-top: 40px;
    z-index: 9;
    width: 100%;
    height: 100%;
    position: relative;
    animation: all .3s ease-in-out
}

.leaderContent {
    scroll-behavior: smooth;
    padding-right: 15px
}

.leaderMainContent h5 {
    font-size: 32px
}

.leaderMainContent h6 {
    font-size: 18px;
    color: #64666a
}

.leaderContent p:first-child::first-letter {
    font-size: 30px;
    font-weight: 700;
    color: #cf2030;
    line-height: unset
}

.leaderMainContent h6 br {
    display: none
}

.leadershipList {
    margin-bottom: 60px
}

.leadershipBlocks h5 {
    font-size: 23px
}

.leadershipBlocks p {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 0
}

.backNavigation p {
    margin: 0;
    font-size: 24px
}

.backNavigation p a {
    text-decoration: none
}

.backNavigation p a i.fas {
    margin-right: 10px
}

.backNavigation p a:hover {
    color: #64666a
}

ul.leaderSocialIcons {
    background: #cf2030;
    position: absolute;
    bottom: 10%;
    right: -6%
}

ul.leaderSocialIcons li {
    display: flex;
    padding: 15px 15px 0 15px
}

ul.leaderSocialIcons li:last-child {
    padding-bottom: 15px
}

ul.leaderSocialIcons li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #cf2030;
    padding: 10px;
    background: #fff;
    border: 2px solid transparent;
    transition: all .5s ease-in;
    border-radius: 100%
}

ul.leaderSocialIcons li a:hover {
    border-color: #fff;
    color: #fff;
    background: #cf2030
}

.main-leaders span.triangle {
    border-top-width: 130px;
    border-right: 130px solid transparent;
}

.main-leaders .leadershipImage img {
    width: 99% !important;
}

.leadershipBlocks p.position-relative i.fa-arrow-right {
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 0;
    color: #cf2030;
    font-weight: bold;
    font-size: 18px;
    top: 0px;
}

.main-leaders .leadershipBlocks p.position-relative i.fa-arrow-right {
    font-size: 28px;
    top: -10px;
}

@media only screen and (max-width: 1600px) {
    .leadershipBlocks h5 {
        font-size: 22px
    }

}

@media only screen and (min-width: 1440px) {
    #senatorBlock .ndsContent p:first-child {
        font-size: 18px;
    }
    #senatorBlock .ndsContent p:last-child {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    .leadershipBlocks h5 {
        font-size: 18px
    }

    .leaderMainImage {
        padding: 25px 0 0 15px
    }

    ul.leaderSocialIcons {
        background: #cf2030;
        position: absolute;
        bottom: -15%;
        right: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center
    }

    ul.leaderSocialIcons li {
        padding: 10px;
        align-items: center;
        justify-content: center
    }

    ul.leaderSocialIcons li:last-child {
        padding-bottom: 10px
    }

    ul.leaderSocialIcons li a {
        width: 50px;
        height: 50px
    }
}

@media only screen and (max-width: 992px) {
    .leadershipBlocks p {
        line-height: 18px;
        font-size: 14px
    }

    .leaderMainContent h5 {
        font-size: 28px
    }

    .leaderMainContent {
        padding: 25px 25px;
        margin-top: 25px;
        width: 350px !important
    }

    .leaderMainImage {
        padding: 15px 0 0 15px;
        position: relative
    }

    ul.leaderSocialIcons {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .leaderMainImage {
        padding: 15px 0 0 15px;
        position: relative;
        width: 80%;
        margin: 0 auto
    }

    .leaderContent {
        height: auto !important
    }

    .leaderMainContent {
        padding: 25px 25px;
        width: 90% !important;
        margin: 0 auto;
        max-height: 100% !important;
        text-align: center;
        box-shadow: 0 5px 15px -10px #000
    }
}

@media only screen and (max-width: 576px) {
    .leaderMainImage {
        padding: 10px 0 0 10px;
        width: 90%;
        margin: 0 auto
    }

    .leaderMainContent {
        padding: 15px;
        width: 98% !important
    }
}