
/*Change the color for porcedures*/
.theme1 .procedure > li::before {
    background-color: #353430;
} 

/*Removes the featured content section that would be after the portal section*/
.featured-content-label {
    display:none;
}

.portal-contents featured-content {
    display:none;
}

.portal-contents .inner {
    display:none;
}

/* Admonitions */
.important {
    border-left-color:#3397FB;
    background-color:#E3f0fC;
}

.important:before {
    color:#3397FB;
}

.note {
    border-left-color:#2AB27B;
    background-color:#EEF9F5;
}

.note:before {
    color:#2AB27B;
}

/* Primary color for links, buttons, sidebar, portal-header etc KEEP BLUE*/
a,.text-primary,.btn-link,.pagination>li>a,.pagination>li>span,.publication-contents a:hover {
    color:#1976d2;
}

/*This is the background for the Portal options on the front page. Changing this to charcoal to test background options.*/
.bg-primary,.btn-primary,.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus,.site-sidebar,.portal-single-publication .publication-icon {
    background-color: #353430;
}

/*Changing to Charcoal */
.portal-header::before{
  background-color: #353430;  
}

/*Changing this to Charcoal to test. */
.btn-primary,.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    border-color:#353430;
}

/* Hover primary color KEEP BLUE*/
a:hover,a:focus,.btn-link:hover,.btn-link:focus {
    color: #11508e;
}

.nav-site-sidebar li a:focus{
    background-color: transparent;
}

a.text-primary:hover,a.text-primary:focus,.btn-primary:hover,a.bg-primary:hover,a.bg-primary:focus,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary,.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus {
    background-color:#353430;
}

.btn-primary:focus,.btn-primary.focus,.btn-primary:hover,.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary,.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus {
    border-color:#353430;
}

/* Secondary color - For portal search button, publication count */
.portal-header .portal-search button,.publication-contents h4 span {
    background-color:#B9BE10;    
}
.portal-header .portal-search button:hover{
     background-color:#CFCECD;
}

/* Tertiary color - For pager */
.pager li>a,.pager li>span {
    color:#28593A;   
}

.pager li>a:hover,.pager li>span:hover {
    background-color:#353430;
}     
/* Changes header capitalization */

h5 {
    text-transform: capitalize;
    font-size: 1.2em;
}


