/*
    Misc.
*/
.m-pageHeader__title {
    margin-top: 30px !important;
}

.m-sidebarNavigation {
    margin-bottom: 0;
}

.m-sidebarNavigation__link {
    font-size: 14px;
}

span.cke_skin_kama {
    border: 0 none;
    padding: 0;
}

.fbm-BottomPadding10px {
    padding-bottom: 10px;
}

.fbm-ErrorMsg {
    background-color: #E42A1D;
    color: white;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0px auto;
    padding: 10px;
    width: 100%;
}

p.fbm-Help {
    font-size: 12px;
}

.fbm-Hide {
    display: none;
}

.fbm-ImportantNote {
    color: #191919;
    font-size: 9px;
    line-height: 18px;
    margin-top: 0;
}

.fbm-MarginTop3px {
    margin-top: 3px !important;
}

.fbm-AdminSidebar {
    margin-top: 370px;
    position: fixed;
    width: 322px;
}

.fbm-NonAdminSidebar {
    margin-top: 0;
    position: fixed;
    width: 322px;
}

.fbm-NoTopMargin {
    margin-top: 0 !important;
}

p.fbm-SidebarMsg {
    margin-top: 0;
    padding: 10px 15px 10px 15px;
}

h2.fbm-Subtitle {
    margin-top: 0;
    padding: 10px 0 40px 0;
}

.fbm-Wrapper {
    font-size: 14px;
    position: relative;
    width: 100%;
}

    .fbm-Wrapper p {
        line-height: 25px;
        margin-top: 10px;
    }

    .fbm-Wrapper input[type=text], .fbm-Wrapper input[type=password] {
        border: 1px solid #cbcbcb;
        font-size: 12px;
        padding: 3px 6px 3px 6px;
        vertical-align: middle;
        font-family: neue;
        padding: 5px;
        width: 93%;
    }

    .fbm-Wrapper .fbm-LoginFieldRow input[type=text], .fbm-Wrapper .fbm-LoginFieldRow input[type=password] {
        padding: 8px;
    }

    .fbm-Wrapper input[type=checkbox] {
        accent-color: #E42A1D;
        height: 16px;
        margin: 3px 6px 3px 0;
        vertical-align: middle;
        width: 16px;
    }

/*
    Login
*/
.fbm-LoginWrapper {
    background-color: #F2F2F2;
    margin: 0px auto;
    padding: 10px 0 10px 0;
    width: 100%;
}

.fbm-LoginInfo {
    padding-bottom: 20px;
}

.fbm-LoginPanel {
    padding-bottom: 20px;
    width: 100%;
}

.fbm-LoginFields {
    border-collapse: separate;
    border-spacing: 0 8px;
    display: table;
    margin: 0px auto 0 13%;
    padding: 20px;
    position: relative;
    width: 70%;
}

.fbm-ControlButtonWrapper-Bottom .fbm-ControlButtons {
    justify-content: center;
}

.fbm-LoginFieldRow {
    display: table-row;
    width: 100%;
}

.fbm-LoginFieldCell:first-of-type {
    display: table-cell;
    padding-right: 20px;
    width: 25%;
}

.fbm-LoginFieldName {
    font-weight: bold;
}

/*
    Buttons
*/
.fbm-ControlButtonWrapper {
    margin: 0px auto 0 32%;
    padding-bottom: 20px;
    position: relative;
    width: 50%;
}

    .fbm-ControlButtonWrapper .fbm-RedButton {
        width: 90%;
    }

ul.fbm-ControlButtons {
    /* display: flex; */
    flex-wrap: wrap;
    row-gap: 30px;
    /* justify-content: center; */
}

    ul.fbm-ControlButtons li {
        display: inline;
        /* padding-right: 20px; */
    }

.fbm-ControlButtonWrapper-Bottom {
    margin: 20px auto;
    padding: 30px 0 10px 0;
    position: sticky;
    top: 70px;
    width: 100%;
}

.fbm-Button {
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    color: #f5f5f5;
    cursor: pointer;
    font-weight: 800;
    letter-spacing: 0.48px;
    font-family: 'neue';
    min-width: 150px;
    padding: 26px 10px 24px;
    text-align: center;
    text-transform: uppercase;
}

.fbm-BlackButton {
    background-color: #171717 !important;
}

.fbm-OrangeButton {
    background-color: #E42A1D !important;
}

.fbm-RedButton {
    background-color: #E42A1D !important;
}

/*
    Search
*/
.fbm-SearchPanel {
    padding-top: 20px;
    width: 100%;
}

.fbm-SearchAccessMsg { margin-bottom: 20px; }

.fbm-SearchWrapper {
    border-bottom: 2px solid #E42A1D;
    display: table;
    width: 100%;
}


.fbm-SearchBox {
    display: table-cell;
}

    .fbm-SearchBox input[type=text] {
        border-bottom: none;
        border-left: none;
        border-right: none;
        border-top: none;
        caret-color: #E42A1D;
        caret-shape: bar;
        font-size: 20px;
        font-weight: 900;
        line-height: 30px;
        vertical-align: middle;
        width: 100%;
    }

        .fbm-SearchBox input[type=text]:focus {
            outline: none;
        }

.fbm-SearchIcon {
    cursor: pointer;
    display: table-cell;
    height: 35px;
    text-align: right;
    vertical-align: top;
    width: 35px;
}

.fbm-SearchResultsWrapper {
    border-bottom: 2px solid #E42A1D;
}

.fbm-SearchResultsList {
    border-collapse: collapse;
    display: table;
    width: 100%;
}

    .fbm-SearchResultsList a {
        text-decoration: none;
    }

.fbm-SearchResultRow {
    border-bottom: 1px solid #d9d9d9;
    display: table-row;
    width: 100%;
}

.fbm-SearchResultItem-Selected {
    font-weight: bold;
}

.fbm-SearchResultName, .fbm-SearchResultEmail, .fbm-SearchResultSchool, .fbm-SearchResultKey {
    display: table-cell;
    font-size: 12px;
    width: 25%;
    padding: 5px 20px 5px 0;
}

.fbm-SearchResultsPager {
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

/*
    Faculty
*/
.fbm-FacultyPanel {
    width: 100%;
}

.fbm-FacultyWrapper {
    width: 100%;
    margin-top: 30px;
}

.fbm-FacultyNote {
    border-top: 2px solid #E42A1D;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 20px 0 20px 0;
}

    .fbm-FacultyNote ul, ul.fbm-CustomBioImageHelp {
        display: block;
        line-height: 18px;
        list-style-type: disc;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        margin-top: 10px;
        padding-inline-start: 40px;
        unicode-bidi: isolate;
    }

        .fbm-FacultyNote ul li, ul.fbm-CustomBioImageHelp li {
            margin: 10px 0px
        }


.fbm-BasicInfoWrapper {
    display: table;
    width: 100%;
}

.fbm-FacultyImage {
    display: table-cell;
    margin-right: 10px;
    min-width: 100px;
    position: relative;
}

    .fbm-FacultyImage img {
        height: auto !important;
        max-height: 250px;
        max-width: 100%;
        width: auto;
    }

.fbm-BasicInfo {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}

.fbm-BasicInfoItem {
    display: table;
    width: 100%;
}

.fbm-BasicInfoLabel {
    display: table-cell;
    font-weight: 900;
    margin-right: 40px;
    width: 200px;
}

.fbm-BasicInfoValue {
    display: table-cell;
    width: auto;
}

.fbm-UpdateableItemWrapper {
    display: flex;
    gap: 30px;
    padding-bottom: 20px;
    width: 100%;
}

.fbm-UpdateableItemCell {
    display: table-cell;
    width: 50%;
}

.fbm-UpdateableItem {
    padding-bottom: 0;
    width: 100%;
}

.fbm-UpdateableItem-BottomPadding10px {
    padding-bottom: 10px;
    width: 100%;
}

ul.fbm-FacultyFlags {
    font-size: 12px;
    line-height: 24px;
    padding: 0;
}

p.fbm-FacultyFlagLabel {
    font-size: 17px;
    font-weight: bold;
    margin-top: 0;
}

span.fbm-AlternateAcademicTitleLiteral, span.fbm-AlternateAdminTitleLiteral {
    font-size: 12px;
}

p.fbm-UpdateableSectionTitle {
    border-top: 2px solid #E42A1D;
    color: #191919;
    font-size: 17px;
    font-weight: 900;
    margin-top: 30px;
    padding: 30px 0 10px 0;
}

p.fbm-UpdateableSectionTitle-NoTopBorder {
    color: #191919;
    font-size: 17px;
    font-weight: 900;
    margin-top: 0;
    padding: 10px 0 10px 0;
}

.fbm-UpdateableItemCell .fbm-UpdateableItemSubtitle {
    padding-top: 10px;
}

p.fbm-UpdateableItemSubtitle, span.fbm-UpdateableItemSubtitle {
    font-weight: 900;
    line-height: 22px;
    margin-top: 10px;
}

.fbm-UpdateableItemCell .fbm-UpdateableItemSubtitle:nth-of-type(even) {
    color: black;
}

p.fbm-UpdateableItemSubsectionSeparator {
    border-top: 2px solid #EEE;
    margin: 30px 0 30px 0;
}

.fbm-CustomBioImageWrapper {
    display: flex;
    margin-top: 10px;
    padding-bottom: 20px;
    width: 100%;
}

.fbm-CustomBioImage {
    display: flex;
    padding-right: 20px;
    vertical-align: top;
    max-width: 200px;
    height: auto;
}

.fbm-CustomBioImageUploader {
    display: table-cell;
    vertical-align: top;
    width: auto;
}

.fbm-CustomBioImage img {
    height: auto !important;
    line-height: 0;
    max-width: 100%;
    width: auto;
}

.fbm-UndefinedCustomBioImage {
    background-color: #e42a1d;
    height: auto;
    width: 200px;
}

.fbm-PastePlainTextIcon {
    padding: 0 3px 0 3px;
    vertical-align: middle;
}

.fbm-RichTextEditor {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.fbm-SupplementalSubjectCodesListBox {
    font-size: 12px;
    font-family: neue;
    margin-top: 10px;
    min-height: 200px;
}

.fbm-CheckBoxList {
    font-size: 12px;
    line-height: 24px;
    margin: 10px 0 10px 0;
}

p.fbm-MyDaySubjectCodes {
    margin-top: 0;
}

ul.fbm-DegreeLevelList {
    font-size: 12px;
    line-height: 24px;
    margin: 0;
}

    ul.fbm-DegreeLevelList li {
        display: inline;
        list-style: none;
        margin: 0;
        padding-right: 20px;
        zoom: 1;
    }

.fbm-AreasOfStudyWrapper, .fbm-TopicsWrapper {
    display: table;
    width: 100%;
}

.fbm-AreasOfStudyColumn, .fbm-TopicsColumn {
    display: table-cell;
    font-size: 12px;
    width: 33%;
    padding-right: 20px;
}

span.fbm-AreaOfStudy, span.fbm-Topic {
    display: flex;
    line-height: 24px;
}

.fbm-UpdateableItemCell:first-of-type {
    padding-right: 30px;
}

p.fbm-AreasOfStudyLetter, p.fbm-TopicsLetter {
    font-size: 14px;
    font-weight: 900;
    margin-top: 10px;
}

.fbm-OrangeButton {
    background-color: #E42A1D !important;
}


@media (max-width: 650px) {
    .fbm-LoginFields {
        width: 100%;
        margin: 0 auto;
    }

    .fbm-ControlButtonWrapper {
        margin: 0 auto;
        padding-bottom: 0px;
        padding: 10px 0 0 0;
        position: relative;
        width: 100%;
    }

    .fbm-LoginWrapper {
        padding-bottom: 0px;
    }

    .fbm-ControlButtonWrapper .fbm-RedButton {
        width: 100%;
    }
}

#stickyFooter {
    width: 100%;
    transition: all 0.3s ease;
}

    #stickyFooter.sticky {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 1000;
        padding: 12px 20px 15px 68px;
        background-color: white;
        width: 100%;
    }

.footerSlot .fbm-Button {
    padding: 26px 10px 124;
}

#stickyFooter.sticky .fbm-Button {
    padding: 10px 10px 10px;
}
