﻿/* Navbar color override */
.or-navbar { background: #00294d !important; }

/* Search wrapper color override */
.or-navbar-search-wrapper { background: #00294d !important; }

/* Search submit button color override*/
.or-navbar-search-submit-button { background: #00529b !important; }
.or-navbar-search-close-button { background: transparent !important; }

/* header logo override */
.or-header-logo { background-image: url('/blind/SiteAssets/OCB_Logo_2020-green.png'); }

/* header background override */
.or-header { background-image: none; }

/* header overlay override */
.or-header .or-header-overlay { background: #666633; }

/* Task box title box color override */
.or-taskbox-title  { background: #00294d !important; }

/* Task box title font size */
.or-taskbox .or-taskbox-title { font-size: 18px !important; }

/* Task box padding adjust*/
.or-taskbox  .list-group-item { padding: 10px 12px !important; }

/* Task box link text size adjust */
.list-group-item  {font-size: 15px !important;}

/* Body typography updates for acessibility */
body {
    font-size: 16px !important;
    line-height: 1.42857 !important;
}

/* <h> updates for design */
h2 {
    font-size: 26px !important;
}
h3 {
    font-size: 22px !important;
}
h4 {
    font-size: 18px !important;
}

/* p spacing after */
p { margin-bottom:1.1em !important; }

/* Add margin after in-page bullet items*/
.bodyli>li { margin-bottom: .5em !important; }

/* Red box <div> for Important Notes*/
.Notebox{
max-width: 100%;
height: fit-content;
border-style: solid;
border-width: thick;
border-color: #a54826;
margin-top: 10px;
box-sizing: border-box;
padding: 5px;
font-size: 14px;
}

/* Black box <div> for less important Notes*/
.Notebox-blk{
max-width: 100%;
height: fit-content;
border-style: solid;
border-width: 2px;
border-color: #000000;
margin-top: 10px;
box-sizing: border-box;
padding: 5px;
}

/* CTA Buttons*/
.btn-donate {
 background-color: #00529B !important;
 color: #FFFFFF !important;
 text-decoration: none;
 font-size: 16px;
 margin-bottom: 0;
 font-weight: 500;
}

/* CTA Button Rollover*/
.btn-donate:hover {
     background-color: #00286E !important;
    }

/*The Voice Newsletter Archive List*/
#archiveList {
    border: none;
    line-height: 1.5;
}
#archiveList > ul {
    list-style-type: none;
	padding-left: 0;
}
