/*
yellow: #FEDF8C
blue: #8CC6D2
green: #94C88A
*/

sup {
  font-size: 0.8em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

blockquote p { 
    margin-bottom: 12px;
    margin-top: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    }
    
figcaption { margin-bottom: 5px;}

h3 { 
    font-weight: normal;
    font-size: 1em;
    padding-top: 1.5em;
    }
    
h4 { font-size: 1.2em;
    padding-bottom: 0.5em;
    }

.back-to-top { 
    clear: both;
    padding-top: 10px;
    text-align: right;
    }

.caption { 
    clear: both;
    font-size: 0.75em;
    font-weight: bold; 
    }
    
.caption cite { 
    font-style: normal;
    font-weight: normal;
    }

.center { 
    margin: 0 auto;
    text-align: center;
    }

.clear-both { clear: both; }

.current-services { 
    background: #F6F9FB;
    border: 2px solid #E4E4E4;
    margin-bottom: 15px;
    padding: 15px;
    }
    
.divider { text-align: center; }

.indent { 
    margin: 10px 30px;
    }

.figures-inline { 
            text-align: center;
            }
            
            .figures-inline figure { 
                display: inline-block;
                margin-bottom: 1em;
                margin-right: 0.5em;
                vertical-align: top;
                }
                        
            .w50p-figure figure { width: 48%; }
            
.img-space { margin-right: 50px; }

.w50p-img img, .w50p-figure img { max-width: 100%;}

.imgs-inline img, .imgs-inline a { 
    display: inline-block;
    margin-right: 0.5em;
    vertical-align: top;
    }
    
    .w50p-img img { width: 48%; }

.italic { font-style: italic; }

#main-content figure img {
    -webkit-filter: drop-shadow(5px 5px 5px #222 );
    filter: drop-shadow(5px 5px 5px #222);
    }

div.mb-logo {
    float: right;
    text-align: center;
    width: 30%;
    }

/*
yellow: #FEDF8C
blue: #8CC6D2
green: #94C88A
*/

.space-top { padding-top: 15px; }

.post-summary { 
    margin: 12px 0px;
    overflow: hidden;
    padding: 12px;
    }

    .post-summary h3 {
        background-color: #000;
        font-weight: bold;
        padding: 12px;
        }
        
    .post-summary h3 a { 
        color: #FEDF8C;
        display: block;
        text-decoration: none; 
        }
        
    .post-summary h4 {
        background-color: #000;
        color: #8CC6D2;
        margin-bottom: 12px;
        padding: 12px;
        }
        
.post-summary-img {
    float: left;
    margin-right: 15px;
    width: 250px;
    }
    .post-summary-img figure {
        max-width: 100%;
        }

.post-summary-text { 
    padding: 12px;
    }

.post-summary-button { }
    .post-summary-button a {  }
    .post-summary-button p, .post-summary-button h2 { 
        background-color: #000;
        border: 3px solid #FEDF8C;
        color: #FEDF8C;
        font-weight: bold;
        padding: 12px;
        text-align: center;
        }


.side-left, .side-right {
            background: #fff;
            padding-bottom: 10px;
            text-align: center;
            width: 210px;
            }

.side-left {
            float: left;
            margin-right: 15px;
            }

.side-right {
            float: right;
            margin-left: 15px;
            }

.side-0 { width: auto; }

.side-x { width: 310px; }

.side-2x { width: 410px; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.visually-hidden { /* hides content visually, but still read by screen readers */
            position: absolute;
            left: -10000px;
            top: auto;
            width: 1px;
            height: 1px;
            overflow: hidden;
            }
form#YourArchives label {
    color: #000;
	display: inline;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    margin: 0 0 1em;
	font-size: 0.9em;
	text-transform:none;
}

.img-w200px figure { width: 200px; }