/* Change main menu item case to all uppercase */
.bfc-menu {
     text-transform: uppercase;
}
/* Move sidebar on home page to line up with image and footer edge */
.sidebar-box-first-inner {
     padding-left: 0 !important;
     padding-right: 0 !important;
}
/* Format information in the Upcoming Events block on the homepage */
#bfc-home-info-block {
     padding-left: 15px;
}
/* Format the aircraft rates table to move over 15px from left */
#bfc-aircraft-rates-table-colone {
     padding-left: 15px;
     padding-right: 4px;
     padding-top: 4px;
     padding-bottom: 4px;
}
/* Format the spacing on the footer box */
.bfc-bottom-footer {
     padding-left: 14px !important;
     padding-right: 14px !important;
     padding-top: 0px !important;
     padding-bottom: 0px !important;
}
/* Change the style of the Newsletter view grid */
.bfc-newsletter-grid {
/*     border-width: 1px; */
     border-top-width: 1px;
     border-bottom-width: 0;
     border-right-width: 0;
     border-left-width: 0;
     border-style: solid;
     border-color: #c3c3c3;
     padding-block: 6px !important;
     padding-inline: 6px !important;
/*     height: 85.6px; */
}
/* Board Members - Format the title text and make the column width 158px*/
.bfc-view-board-title {
     font-size: 20px;
     font-weight: 700;
     color: #17629e !important;
     width: 158px;
}
/* Board Members - Format the member name text and make the column width 158px */
.bfc-board-member-name-view-display {
     font-weight: 700;
     width: 158px;
}
/* Format the title of the home page sidebar blocks */
h2.solo-block-title {
     background: #17629e;
     font-weight: normal;
     margin: 0;
     padding-top: 2px;
     padding-bottom: 2px;
     padding-left: 10px;
     padding-right: 10px;
     font-size: 1.3em;
}
/* Format the sidebar Aircraft Rates Display */
#block-solo-sidebaraircraftratesdisplay {
     background-color: #ebf0fa;
     border-right: 1px solid #bbb;
     border-bottom: 1px solid #bbb;
     border-left: 1px solid #ddd;
     border-top: 1px solid #ddd;
     margin: 0 0 15px;
}
/* Format the sidebar Upcoming Events */
#block-solo-sidebarupcomingevents {
     background-color: #ebf0fa;
     border-right: 1px solid #bbb;
     border-bottom: 1px solid #bbb;
     border-left: 1px solid #ddd;
     border-top: 1px solid #ddd;
     margin: 0 0 15px;
}
/* Format the Supplemental Aircraft Information header text shown on Aircraft page */
#bfc-supp-aircraft-info-view-header {
     font-size: 1.5em;
     font-weight: 700;
     color: #000000;
}
/* Format the Newsletter view header text */
#bfc-newsletter-view-header {
     font-weight: 700;
}
/* Adjust the spacing between fields displayed on the Aircraft page */
.field--label-inline {
     margin-block-end: 6px !important;
}
/* Format the background color of table odd and even rows */
tr.odd {
     background-color: #f4f4f4 !important;
}
tr.even {
    background-color: #fcfcfc !important;
}
