﻿.committeeMemberContent {
    margin: 32px;
    display: block;
    min-height: 100px;
}

.committeeProfileLink:hover {
    background-color: transparent;
    color: black;
    border-bottom: 0px;
}

.committeeProfileLink {
    border-bottom: none;
    color: #1a0dab !important;
}

    .committeeProfileLink:hover {
        border-bottom: 1px solid;
    }

    .committeeProfileLink:visited {
        border-bottom: 0px;
        color: #6023a2;
    }

.comiteeAwads .panel {
    border: 1px solid #b9b9b9 !important;
    border-radius: 1px;
    fill: #fefefe;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2), 0px -1px 2px rgba(0,0,0,0.2) !important;
    margin-bottom: 32px !important;
    margin-top: 32px !important;
}

.comiteeAwads .panel-title {
    font-family: Lora !important;
    font-size: 24px !important;
    font-weight: normal !important;
    color: #000000 !important;
    text-decoration: none solid rgb(0, 0, 0);
    line-height: 28px !important;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
    min-height: 27px;
}

.myaccordian.pubAward .panel-title .contName {
    font-family: Lora;
    font-size: 24px;
    text-decoration: none solid rgb(0, 0, 0);
    line-height: 28px;
    letter-spacing: -0.5px;
}

.comiteeAwads .panel-title a {
    padding-left: 0;
}

.comiteeAwads h3 {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-decoration: none solid rgb(0, 0, 0);
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    min-height: 17px;
}

.comiteeAwads hr {
    width: 48px;
    height: 1px;
    stroke-width: 1;
    background-color: #000;
    margin: 16px 0;
    border: 0;
}

.myaccordian.pubAward.comiteeAwads .prodName {
    font-weight: 500 !important;
    font-family: Lora;
    font-size: 18px;
    color: #000000;
    text-decoration: none solid rgb(0, 0, 0);
    letter-spacing: -0.5px;
}

.myaccordian.pubAward.comiteeAwads .roleName {
    float: inherit;
    font-family: DM Sans;
    font-size: 16px;
    color: #000000;
    text-decoration: none solid rgb(0, 0, 0);
    padding: 0;
    font-weight: normal;
    line-height: 1.6;
}

.commonContent {
    float: inherit;
}

.myaccordian.pubAward .panel-title .committeeProfileLink {
    text-decoration: none;
}

.horizontalLine {
    background-color: black;
    border: none;
    height: 1px;
}

.listContainer {
    padding: 10px 30px;
    box-shadow: 0px 1px 25px rgba(0,0,0,0.2);
}

.listMainHeading {
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    margin: 20px 0;
    text-transform: uppercase;
}

.commonMainHeading *::before, .paragraphLevel h4::before {
    width: 20px;
    height: 13px;
    content: '';
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 4.5px;
}

.paragraphLevel h4::before {
    margin-bottom: 2px;
}

.paragraphLevel ul, .paragraphLevel ol, .paragraphLevel li {
    padding: 2px 0;
}

.listItemHeader {
    margin-bottom: 15px;
}

.listItemHeader, .listItemContent {
    padding: 10px;
}

    .listItemHeader h4 {
        font-size: 19px !important;
        font-weight: bold !important;
    }

    .listItemHeader h5 {
        font-size: 14px !important;
        border-bottom: 1px solid #dadada;
        padding: 10px 0;
        font-weight: 400;
    }

.listItemHeader, .listItemSubHeading {
    text-transform: uppercase;
}

.listItemSubHeading {
    font-size: 17px !important;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}

.listItemContent {
    border-bottom: 1px solid #dadada;
}

    .listItemContent p, .listItemContent span, .listItemContent h1, .listItemContent h2, .listItemContent h3, .listItemContent h4, .listItemContent h5, .listItemContent h6, .listItemContent li {
        font-size: 17px !important;
    }

    .listItemContent * {
        margin-bottom: 5px;
    }

    .listItemContent ul {
        padding-left: 0;
        list-style-type: none;
    }

    .listItemContent li {
        font-family: DM Sans !important;
    }

        .listItemContent li * {
            display: inline-block;
        }

        .listItemContent li:before {
            background: url("MediaAssets/Icon.svg");
            content: "";
            padding-right: 10px;
            background-repeat: no-repeat;
            background-position-x: center;
            background-position-y: center;
            display: inline;
            margin-right: 10px;
            position: relative;
            top: 3px;
        }

.listCTAContainer {
    width: 100%;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.2);
    font-family: DM Sans;
}

.listCTAHeader {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    margin-bottom: 50px;
}

    .listCTAHeader h3 {
        text-transform: uppercase;
        font-weight: normal !important;
    }

.listCTAItemContainer {
    margin-bottom: 50px;
}

    .listCTAItemContainer .listCTAChildItemContainer {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    }

        .listCTAItemContainer .listCTAChildItemContainer:last-child {
            border-bottom: none;
        }

.listCTAItemName {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.listCTAChildItemContainer {
    display: flex;
    align-items: baseline;
}

    .listCTAChildItemContainer i {
        font-size: 16px;
    }

.listCTAChildItemContent {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}

    .listCTAChildItemContent a {
        border-bottom: none;
        background: transparent;
        padding: 0;
    }

    .listCTAChildItemContent ul {
        padding-left: 16px;
    }

        .listCTAChildItemContent ul li {
            padding-left: 10px;
            font-family: DM Sans !important;
            font-size: 18px !important;
            font-weight: 500 !important;
        }

            .listCTAChildItemContent ul li::marker {
                content: "\f0a9";
                font-family: 'FontAwesome' !important;
                font-size: 16px;
            }

.listCTAButton {
    width: 100%;
}

    .listCTAButton a {
        padding: 16px 32px;
        font-size: 20px;
        font-weight: 400;
        text-transform: capitalize;
        border-radius: 6px;
        display: block;
        font-family: DM Sans, sans-serif;
    }

.paragraphWithCtaContainer {
    border: 1px solid #c7c7c7;
    padding: 0px;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .paragraphWithCtaContainer .ctaContainer .cta {
        padding: 16px 32px;
        border-radius: 6px;
        text-transform: capitalize;
        font-family: DM-Sans, sans-serif;
        font-weight: 400;
        font-size: 20px;
        border: 2px solid;
    }

.paragraphContainer {
    color: black;
    padding: 20px;
}

.bolded {
    font-weight: bold;
}

.ctaContainer {
    padding: 0px 10px;
    display: flex;
    justify-content: center;
}

    .ctaContainer .cta,
    .ctaContainer .honorsCta {
        color: white !important;
        background-color: #85548E !important;
        border: 0px !important;
        box-shadow: none !important;
        white-space: pre-wrap;
    }

        .ctaContainer .cta:hover,
        .ctaContainer .honorsCta:hover {
            opacity: 60%;
        }

@media only screen and (max-width: 767px) {
    .myaccordian.pubAward.comiteeAwads .roleName {
        text-align: left !important;
        padding-left: 3px;
        padding-bottom: 10px !important;
        font-size: 14px;
    }

    .myaccordian.pubAward.comiteeAwads .prodName.role {
        font-size: 14px;
        padding-bottom: 8px !important;
    }

    .myaccordian.pubAward .panel-title .contName {
        font-size: 18px;
        font-weight: 700;
    }

    .myaccordian.pubAward .panel-title .committeeProfileLink {
        text-decoration: none;
    }

    .committeeMemberContent {
        margin: 16px !important;
    }
}
