.executive-section .section-line-title {
    color: #F7921E;
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 44px;
}

.executive-section {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 80px 0 0;
}

.executive-section+.executive-section {
    padding-top: 40px;
}

.partners-section {
    padding: 95px 0 140px;
}

.hempton-section .section-line-title {
    color: #1272A6;
    text-transform: uppercase;
    margin-bottom: 28px;
    font-size: 30px;
}

.hempton-section p,
.local-section p,
.trustee-section p {
    color: #58595B;
}

.hempton-section {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 155px 0 0;
}

.local-section .section-line-title,
.trustee-section .section-line-title {
    color: #F7921E;
    font-size: 60px;
    text-transform: uppercase;
}

.local-section {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 13px 0 40px;
}

.local-section .container+.container {
    margin-top: 55px;
}

.local-section .left-auto-col {
    width: auto;
    padding-left: 0;
    flex: 1 0 0;
}

.local-img {
    width: 100%;
}

.local-img img {
    width: 100%;
    height: auto;
}

.local-content {
    margin: 30px 0 0 70px;
}

.right-fix-col {
    padding-left: 97px;
}

.board-item {
    width: 100%;
    display: inline-block;
    position: relative;
    height: 300px;
    margin-bottom: 30px;
}

.board-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-wrap {
    background: rgba(18, 114, 166, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.overlay-wrap .board-title {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-family: 'Roboto Black';
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.board-item:hover .board-title {
    color: #F7921E;
}

.local-section .blue-circle-button.light-blue,
.local-section .blue-circle-button.light-blue span {
    color: #fff;
}

.local-section .blue-circle-button {
    font-size: 16px;
}

.local-section .blue-circle-button.light-blue span {
    font-size: 14px;
}

.local-section .blue-circle-button::before {
    width: 55px;
    height: 55px;
}

.local-section .blue-circle-button:hover::before {
    width: 100%;
}

.local-section .blue-circle-button.light-blue:hover::before,
.local-section .blue-circle-button.light-blue:focus::before {
    background-color: #ffffff;
}

.local-section .blue-circle-button.light-blue:hover,
.local-section .blue-circle-button.light-blue:hover span {
    color: #1272A6;
}

.trustee-section {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 30px 0 110px;
}

.trustee-content {
    padding: 30px 0 0 80px;
    display: inline-block;
    width: 100%;
}

.member-designation {
    opacity: 1;
}


@media screen and (min-width: 992px) {
    .local-section .right-fix-col {
        max-width: 980px;
    }
}

@media screen and (max-width:1800px) {
    .executive-section .section-line-title,
    .local-section .section-line-title, 
    .trustee-section .section-line-title {
        font-size: 50px;
    }
}

@media screen and (max-width:1599px) {
    .right-fix-col {
        padding-left: 50px;
    }

    .trustee-content {
        padding: 15px 0 0 40px;
    }

    .local-content {
        margin: 15px 0 0 40px;
    }
}

@media screen and (max-width:1440px) {
    .partners-section {
        padding: 100px 0;
    }

    .hempton-section {
        padding: 100px 0 0;
    }

    .trustee-section {
        padding: 20px 0 100px;
    }

    .executive-section {
        padding: 50px 0 0;
    }
}

@media screen and (max-width:1399px) {
    .executive-section .section-line-title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .local-section .section-line-title,
    .trustee-section .section-line-title {
        font-size: 40px;
    }

    .hempton-section .section-line-title {
        margin-bottom: 15px;
        font-size: 25px;
    }

    .overlay-wrap .board-title {
        font-size: 25px;
        line-height: 35px;
    }

    .board-item {
        height: 250px;
    }

    .local-section .blue-circle-button {
        padding: 14px 20px;
    }
}

@media screen and (max-width:1280px) {
    .right-fix-col {
        padding-left: 12px;
    }

    .trustee-content {
        padding: 15px 0 0 0;
    }

    .local-content {
        margin: 15px 0 0 0;
    }

    .hempton-section {
        padding: 130px 0 0;
    }

    .hero-section+.executive-section {
        padding: 130px 0 50px;
    }
}

@media screen and (max-width:1199px) {
    .hempton-section {
        padding: 140px 0 0;
    }

    .hero-section+.executive-section {
        padding: 140px 0 50px;
    }

    .local-section .blue-circle-button.light-blue:hover,
    .local-section .blue-circle-button.light-blue:hover span {
        color: #ffffff;
    }

    .local-section .blue-circle-button.light-blue {
        background-color: #fff;
        color: #1272A6;
    }

    .local-section .blue-circle-button.light-blue:hover,
    .local-section .blue-circle-button.light-blue:focus {
        background-color: #F7921E;
        color: #fff;
    }

    .local-section .blue-circle-button.light-blue span {
        color: #1272A6;
    }

    .local-section .blue-circle-button.light-blue:hover span,
    .local-section .blue-circle-button.light-blue:focus span {
        color: #fff;
    }
}

@media screen and (max-width:1024px) {
    .hempton-section {
        padding: 75px 0 0;
    }

    .trustee-section {
        padding: 10px 0 80px;
    }

    .local-section {
        padding: 10px 0 30px;
    }

    .partners-section {
        padding: 75px 0 55px;
    }

    .hero-section+.executive-section {
        padding: 75px 0 30px;
    }
}

@media screen and (max-width:991px) {
    .partners-section {
        padding: 75px 0 60px;
    }

    .executive-section .section-line-title,
    .local-section .section-line-title,
    .trustee-section .section-line-title {
        font-size: 35px;
    }

    .overlay-wrap .board-title {
        font-size: 20px;
        line-height: 30px;
    }

    .overlay-wrap {
        padding: 15px;
    }

    .local-section .left-auto-col {
        width: 100%;
        padding-left: 12px;
        margin-bottom: 40px;
    }

    .right-fix-col {
        width: 100%;
    }

    .local-section .container+.container {
        margin-top: 35px;
    }
}

@media screen and (max-width:767px) {
    .partners-section {
        padding: 45px 0 10px;
    }

    .hempton-section {
        padding: 45px 0 0;
    }

    .hempton-section .section-line-title {
        font-size: 30px;
    }

    .local-section .container+.container {
        margin-top: 40px;
    }

    .trustee-section {
        padding: 10px 0 50px;
    }

    .local-section {
        padding: 10px 0;
    }

    .executive-section {
        padding: 25px 0 0;
    }

    .executive-section+.executive-section {
        padding-top: 20px;
    }

    .board-item {
        margin-bottom: 20px;
    }

    .hero-section+.executive-section {
        padding: 45px 0 0;
    }
}