/*To take over the entire Footer section*/
#dnn_FooterLinks {
    flex: 0 1 100%;
    max-width: 100%;
}

/*To hide the Staying Connected*/
.skin-social-header {
    display: None !important;
}

/******************** HOME PAGE *********************/
/****************************************************/
/* Add top margin to the SLIDESHOW*/
#dnn_ContentPane {
    margin-top: 0.5rem;
}
/* Add top margin to ASB LEADERSHIP*/
#dnn_Even3Left {
    margin-top: 3rem;
}
#dnn_Even3Middle {
    margin-top: 3rem;
}
#dnn_Even3Right {
    margin-top: 3rem;
}
/* Add top margin to the VIDEO*/
#dnn_CenterPane_Mid2 {
    margin-top: 3rem;
}
/* Add top margin to ABOUT US*/
#dnn_CenterPane_Mid3 {
    margin-top: 3rem;
}
/* About Us section*/
#dnn_ctr72005_dnnTitle_titleLabel {
    text-align: center;
}
/******************* REPORTS PAGE *******************/
/****************************************************/


/****************** STUDIES PAGE ********************/
/****************************************************/
@media (width < 50rem) {
    .studyRows {
        flex-direction: column !important;
        align-items: center !important;
        gap: 30px
    }
    table {
        width: 100% !important;
    }
}
.studyTitle {
    position: relative;
}
.studyTitle::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: hsl(60, 90%, 50%);

    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s ease-in;
}
.studySection:hover {
    .studyTitle::after {
        transform: scaleX(1);
        transform-origin: left;
    }
}

/**************** SUBCOMMITTEES PAGE ****************/
/****************************************************/

/****************** MEMBERSHIP PAGE *****************/
/****************************************************/
html {
    scroll-behavior: smooth;
    scroll-padding: 20rem;
}
.bioHeading {
    font-size: 2em;
    font-weight: bold;
    text-wrap: balance;
    text-align: center;
    font-family: verdana;
    background-image: linear-gradient(90deg, hsla(354, 95%, 24%, 1) 0%, hsla(234, 70%, 24%, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
hr {
    border: 0;
    height: 0.15em;
    width: 85%;
    justify-self: center;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(63 25 62), rgba(0, 0, 0, 0));
}
.joint2-card-grid-rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.joint2-card {
    min-width: unset;
    text-wrap: balance;
}
.joint2-card .joint2-object-eyebrow {
    font-size: 1rem;
}
/************* THE BRADDOCK AWARD PAGE **************/
/****************************************************/
@media (width >=40.625rem) {
    .aboutAward {
        padding: 15px 60px;
    }
}
@media (width < 40.625rem) {
    .aboutAward {
        padding: 15px 15px;
    }
}
@keyframes slideIn {
    from {
        transform: translateY(25px);
    }
    to {
        transform: translateY(0);
    }
}
.timelineContainer {
    background: hsl(214, 17%, 16%);
    width: auto;
    height: auto;
    margin: 0 auto;
    position: relative;
    margin-top: 10%;
    box-shadow: 2px 5px 20px rgba(119, 119, 119, 0.5);
    animation-name: slideIn;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
}
.leftStrap {
    top: -5%;
    left: 5%;
    position: absolute;
    width: 15%;
    height: 110%;
    background: linear-gradient(to bottom, #d3ceba 0%, #6b6424 100%);
    box-shadow: 3px 3px 15px rgba(119, 119, 119, 0.5);
}
.rightbox {
    padding: 0em 34rem 0em 0em;
    height: 100%;
}
.rb-container {
    width: 50%;
    margin: auto;
    display: block;
    position: relative;
}
.rb-container ul.rb {
    margin: 2.5em 0;
    padding: 0;
    display: inline-block;
}
.rb-container ul.rb li {
    list-style: none;
    margin: auto;
    margin-left: 10em;
    min-height: 50px;
    border-left: 1px dashed #fff;
    padding: 0 0 35px 30px;
    position: relative;
}
.rb-container ul.rb li:last-child {
    border-left: 0;
}
.rb-container ul.rb li::before {
    position: absolute;
    left: -192.5px;
    top: -181px;
    content:
        url(/Portals/105/Images/Braddock_Award_Page/BraddockCoin.png?ver=U2uUc-YhHAqwR1QbplZ4gg%3d%3d);
    transform: scale(0.1);
}
ul.rb li .timestamp {
    color: #6a994e;
    position: relative;
    width: 120px;
    font-size: 12px;
}
.item-title {
    color: hsl(0, 0%, 100%);
}
.quote {
    padding: 0px 30px;
    box-shadow: 0px 0px 10px rgba(106, 153, 78, 0.5);

    &::before {
        content: open-quote;
        position: absolute;
        font-weight: bold;
        font-size: 5em;
        color: #6a994e;
        top: -38px;
        left: 0px;
    }
}

/********************** FOOTER **********************/
/****************************************************/
@media (width < 80rem) {
    .grid-container-table {
        grid-template-columns: 1fr !important;
    }
    .sectionCategory {
        padding: 0 !important;
        width: unset !important;
        padding-right: 0.5rem !important;
    }
}
.grid-container-table {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 3rem;
    text-align: left;
    color: white;
}
.contactHeading {
    border-width: 0.2rem;
    font-weight: bold;
    font-size: medium;
}
.sectionCategory {
    border-right-style: solid;
    border-width: 0.2rem;
    font-weight: bold;
    font-size: medium;
    vertical-align: center;
    padding-right: 1rem;
}
.sectionLink {
    padding: 0.8rem;
    text-wrap: balance;
}
.sectionLink a,
.contactEmail a {
    color: white !important;
}
.sectionLink a:hover,
.contactEmail a:hover {
    color: hsl(154, 17%, 74%) !important;
}