﻿/*.grayTextBox {
    font-size: 15px;
}*/

.grayTextBox a {
    text-decoration: underline;
    color: #354880;
    font-size: 15px;
}

.aboutOurTeam, .aboutSocialMedia {
    border-top: 1px solid #E6E6E6;
    padding: 20px 5px;
    width: 100%;
    display: inline-block;
}

    .aboutOurTeam:first-of-type , .aboutSocialMedia:first-of-type {
        border-top: 0px;
    }

.aboutOurTeamIcons, .aboutSocialMediaIcons  {
    text-align: center;
    width: 15%;
    color: #4a4a4a;
    font-size: 15px;
}

    .aboutOurTeamIcons img:not(.liIconImg) , .aboutSocialMediaIcons img  {
        width: 90px;
        margin-bottom: 10px;
    }

.aboutOurTeamContent, .aboutSocialMediaContent  {
    width: 85%;
    padding: 0 0 0 25px;
}

    .aboutOurTeamContent a, .aboutSocialMediaContent a {
        text-decoration: underline;
        color: #354880;
        font-size: 15px;
    }

.intro p {
    font-size: 16px;
}

.innercontent {
    margin-bottom: 25px;
}

    .innercontent .heading, .ourTeam .heading {
        font-size: 20px;
        font-weight: 600;
        margin-top: 25px;
        margin-bottom: 20px;
    }

hr {
    border-top: 1px solid #E6E6E6 !important;
}

.grayspan {
    color: #A9A9A9;
    font-weight: normal;
}

.teamNameLink {
    color: #4a4a4a !important;
    text-decoration: none !important;
}

.aboutOurTeamIcons .liIconImg, .aboutSocialMediaIcons .liIconImg {
    width: 28px;
    padding: 2px;
}

.aboutOurTeamIcons .mainTeamIcon, .aboutSocialMediaIcons .mainTeamIcon {
    position: relative;
}

.aboutOurTeamIcons .liIcon, .aboutSocialMediaIcons .liIcon {
    position: absolute;
    top: 25px;
    left: 65px;
    background-color: #fff;
    border-radius: 30px;
}

.mainTeamIcon {
    text-decoration: none !important;
}

/*for tablet devices*/
@media screen and (min-width: 768px) and (max-width: 991px) {
    .aboutOurTeamIcons, .aboutSocialMediaIcons {
        width: 20%;
    }

    .aboutOurTeamContent, .aboutSocialMediaContent {
        width: 80%;
        padding: 0 0 0 25px;
    }
}

/*for mobile devices*/
@media screen and (max-width:767px) {
    .grayTextBox {
        padding: 15px 10px !important;
    }

    .aboutOurTeamIcons, .aboutSocialMediaIcons {
        width: 25%;
    }

    .aboutOurTeamContent, .aboutSocialMediaContent {
        width: 75%;
        padding: 0 0 0 25px;
    }
}

/*for smaller mobile devices*/
@media screen and (max-width:540px) {
    .grayTextBox {
        padding: 15px 10px !important;
    }

    .aboutOurTeam, .aboutSocialMedia {
        padding: 0px;
    }

    .aboutOurTeamIcons, .aboutSocialMediaIcons {
        width: 100%;
        padding: 20px 0px;
    }

    .aboutOurTeamContent, .aboutSocialMediaContent {
        width: 100%;
        text-align: left;
        padding: 7px 0px;
    }
}
