/* Max Width Overrides - Mostly used for taming ginormous images*/
.maxWidth20{
    max-width:20px;
}
.maxWidth30{
    max-width:30px;
}
.maxWidth40{
    max-width:40px;
}
.maxWidth50{
    max-width:50px;
}
.maxWidth100{
    max-width:100px;
}
.maxWidth150{
    max-width:150px;
}
.maxWidth200{
    max-width:200px;
}
.maxWidth250{
    max-width:250px;
}
.maxWidth300{
    max-width:300px;
}
.maxWidth350{
    max-width:350px;
}
.maxWidth400{
    max-width:400px;
}
.maxWidth450{
    max-width:450px;
}
.maxWidth500{
    max-width:500px;
}
.maxWidth550{
    max-width:500px;
}
.maxWidth600{
    max-width:600px;
}
.maxWidth650{
    max-width:650px;
}

/* Text Color Overrides */
.textMidnightInk {
    color: #111824 !important;
}
.textStrategicSlate {
    color: #75A1BA !important;
}
.textHorizonBlue {
    color: #AED0E2 !important;
}
.textTransparentBlue {
    color: #E6EFF6 !important;
}
.textTimelessDarkTeal {
    color: #183543 !important;
}
.textTrustworthyTeal {
    color: #234558 !important;
}
.textCompetitiveCyan {
    color: #6DBFBE !important;
}
.textMarketMint {
    color: #CAE8DC !important;
}
.textGoldenYellow {
    color: #FFC672 !important;
}
.textIndustryWhite {
    color: #FFFFFF !important;
}
.textWarmWhite {
    color: #F8F8F8 !important;
}
.textGreySteel {
    color: #9A9A9A !important;
}
.textTurquoiseNumber {
    color: #5CB6B5 !important;
}

/* Board of Directors - Custom Section Styling*/
.bodSectionHeader {
    width: 100%;
    border-bottom:3px solid #75A1BA;
    margin-bottom: 10px;
}
.bodSectionTitle {
    display:inline-block;
    padding: 10px 20px;
    color: #FFFFFF;
    background-color: #75A1BA;
}
.bodSectionTitle h3 {
    margin-bottom: 0;
}

/* Osano Overrides */
.osano-cm-description,
.osano-cm-description p {
    font-size: 0.75rem !important;
    font-weight: normal;
}