  html {
    scroll-behavior: smooth;
}

.accordionBOOTMOD-button{
    background-color: var(--bs-secondary);
    color: var(--bs-light);
}
.accordionBOOTMOD-button:hover, .accordionBOOTMOD-button:focus, .accordionBOOTMOD-button:not(.collapsed), .accordionBOOTMOD-button::after {
    background-color: var(--bs-white);
    border-color: transparent;
    color: var(--bs-secondary);
}
#cardHeaderOne, #cardBodyOne, #cardHeaderTwo, #cardBodyTwo, #cardHeaderThree, #cardBodyThree, 
#cardHeaderFour, #cardBodyFour, #cardHeaderFive, #cardBodyFive, #cardHeaderSix, #cardBodySix{
    display: none;
}
#eventsBody, #internshipsBody, #scholarshipsBody, #tabBBody, hr, #firstAccordionContentBox,#secondAccordionContentBox,#thirdAccordionContentBox {
    display: none;
}

.gridLeftImg {
    grid-row: 1;
    grid-column: 1;
    float: left;
}

.gridLeftDesc {
    grid-row: 2;
    align-content: start;
    grid-column: 1;
    float: left;
}

.gridLeftContent {
    grid-column: 2;
    grid-row: 1 / span 2;
    float: right;
}

.gridRightImg {
    grid-row: 1;
    grid-column: 2;
    float: right;
}

.gridRightDesc {
    grid-row: 2;
    align-content: start;
    grid-column: 2;
    float: right;
}

.gridRightContent {
    grid-column: 1;
    grid-row: 1 / span 2;
    float: left;
}

.grid-containerImgDescs {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 10px;
    align-content: start;
}


.grid-container {
    display: inline-grid;
    grid-template-columns: auto;
}

.heightForCalendar {
    height: 50px;
    text-align: center;
}

.customButtonWidth {
    width: 100px;
}

.pageFlexBasis1100 {
    flex-basis: 1100px;
}

.pageFlexBasis100 {
    flex-basis: 100px;
}

.pageWidth {
    max-width: 1200px;
    padding: 10px
}

.flexBasisWidth100 {
    flex-basis: 100px;
    height: 75px;
    text-align: center;
    padding: 5px;
}

.flexBasisWidth1100to500 {
    flex-basis: 1100px;
}

.flexBasisWidth600 {
    flex-basis: 500px;
}

.flex-container-centerSelf {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
}

.flex-container {
    display: flex;
    flex-direction: column;
    height: auto;
}


.flex-containerCol {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
    justify-content: start;
}

.flex-containerRow {
    display: flex;
    flex-direction: row;
    height: auto;
    justify-content: space-evenly;
    text-align: center;
}

.flex-containerColNoCenter {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 5px;
    justify-content: start;

}

.flex-containerRowNoCenter,
.flexForButton {
    display: flex;
    flex-direction: row;
    height: auto;
    justify-content: start;
}

.dropbtn {
    display: none;
    /* position: relative;
        bottom: 20px; */
    /* position may change*/
    /* right: 30px; */
    /* position may change*/
    /* z-index: 1; */
    /* position may change*/
    border: none;
    outline: none;
    background-color: red;
    /* change*/
    color: white;
    /* change*/
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

.dropdown {
    /* position: relative; */
    position: sticky;
    top: 120px;
    width: 40px;
    /* display: inline-block; */
    /* bottom: 20px; */
    /* position may change*/
    /* right: width; */
    /* position may change*/
    z-index: 99;
    /* position may change*/
    padding: 15px;
    border-radius: 4px;
}

.sideBarStick {
    position: fixed;
}

.dropdown-content {
    display: none;
    position: inherit;
    background-color: #f1f1f1;
    /* change*/
    min-width: 160px;
    /* position may change*/
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
    /* position may change*/
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
    /* change*/
}

.show {
    display: none;
}

@media (max-width: 700px) {



    /* .flex-containerRow, */
    .flex-containerRowNoCenter {
        flex-direction: column;
        justify-content: start;
    }

    .flexBasisWidth100 {
        flex-basis: 50px;
    }

    .flexBasisWidth1100to500 {
        flex-basis: 500px;
    }

    .dropdown {
        font-size: 50%;
        width: 50%;
    }

}

.blueBorder {
    border-style: solid;
    border-color: #1d467c;
}

.eventsBorder {
    border-style: solid;
    border-color: #1d467c;
    border-bottom: 0px;
}

.eventsBorderSides {
    border-style: solid;
    border-color: #1d467c;
    border-top: 0px;
}

.responsiveImageBanner {
    max-width: 650px;
    height: auto;
    width: auto;
}

/* Style the tab */
/* Style the tab */

.line {
    border: 1px solid #ccc;
    height: 0px;
    width: inherit;
}

.accordion {
    color: #1d467c;
    border: 1px solid #1d467c;
    cursor: pointer;
    transition: 0.3s;
}

.accordion:hover {
    border: 1px solid #990024;

}

.acrd_cntl:hover {
    color: #990024;
    font-weight: bold;
}

.acrd_cntl {
    color: #1d467c;
    font-weight: bold;
}

.acrd_cntnt {
    color: black;
}

.navtabs {
    overflow: hidden;
    border: 1px solid #ccc;
    border-bottom: none;
}

.nav {
    border-bottom: 1px solid #ccc;
}

/* Style the buttons that are used to open the tab content */
.myTab {
    background-color: #1d467c;
    color: white;
    font-weight: bold;
    float: left;
    border: none;
    outline: 1px solid #ccc;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.myTab:hover {
    background-color: #990024;
}

/* Create an active/current tablink class */
.myTab.active {
    background-color: #990024;
}

/* Style the tab content */
.tabpane {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
}

.headerBlueBold {
    color: #1d467c;
    font-weight: bold;
}

.headerBlueRegular {
    color: #1d467c;
}

.headerRed {
    color: #990024;
}

.blueBackground {
    background-color: #1d467c;
    color: #ccc;
}

.redBackground {
    background-color: #990024;
    color: #ccc;
}

.imageWrapLeft {
    float: left;
    margin: 6px;
}

.paragraphWrap {
    text-align: justify;
    padding-right: 12px;
}

.gridContainer {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    column-gap: 10px;
    row-gap: 10px;
    align-content: start;
}

.spanRow {
    grid-column: 1 / span 3;
}

.blueTopBorder {
    border-top: solid #1d467c;
}

.padding5pxSides {
    padding-right:5px;
    padding-left:5px;
}

.centerText {
    text-align: center;
}

.gridContainer3x3 {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 10px;
    row-gap: 10px;
}


.textCenter {
    text-align:center;
}

h2 {
    color: #1d467c;
    font-weight: bold;
}
h3 {
    color: #990024;
    font-weight: bold;
}