.en__component--row {
    max-width:1088px;
    margin:0 auto;
}
/* Makes header and footer 100% wide */
.en__component--row:first-of-type,
.en__component--row:last-of-type {
    width:100%;
    max-width:100%;
    padding-left: 0;
    padding-right: 0;
}
/* removes padding of 1st and last column */
.en__component--row:first-of-type > .en__component--column:first-of-type,
.en__component--row:last-of-type > .en__component--column:last-of-type {
    padding-left: 0;
    padding-right: 0;
    margin:0;
}
.mobile-top-links a.nav-slide.button-toggle {
    background-image: url(../images/icon-bars.svg);
    background-size: 26px;
    background-repeat: no-repeat;
    background-position: center center
}
.active-nav .mobile-top-links a.nav-slide.button-toggle {
    background-image: url(../images/icon-bars-active.svg)
}
body {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    color:#363636;
    background-color:#fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* word-wrap: break-word; */
}
/* collapses mobile overlay */
.mobile-site-overlay {
    height: 0;
    overflow: hidden;
}
.active-nav .mobile-site-overlay, 
.active-search .mobile-site-overlay, 
.active-more-links .mobile-site-overlay {
    height: auto;
}
h1 {
    margin-top:0;
}
h2 {
    font-size: 2.25rem;
    letter-spacing:normal;
    text-transform: none;
}
h4 {
    font-size:1rem; 
    font-weight:700;
    letter-spacing:normal;  
    text-transform: none;
}
/* popup headings */
.mfp-content h3,
.mfp-content h4 {
    text-transform:none;
    margin-bottom:.25rem;
}
ol, ul {
    font-size: 1rem;
    margin: 0 0 1rem 30px
}
select {
    font-weight:500;
}
ins {
    text-decoration: none;
}
button {
    font-family:'Open Sans',Arial,Helvetica,sans-serif;
}
label, select, textarea {
    color:#363636;
}
header {
    margin-bottom: 2rem;
}
@media only screen and (max-width: 781px),
only screen and (max-device-width: 781px) {
    .mobile-top-links a.search-slide.button-toggle,
    .mobile-secondary-menu,
    .secondary-navigation {
        display:none;
    }
}
@media only screen and (max-width: 440px),
only screen and (max-device-width: 440px) {
    .header {
        margin-bottom: 1rem;
    }
}
blockquote {
    width:90%;
    border-left: 0;
    position: relative;
    font-family:'Open Sans',Arial,Helvetica,sans-serif;
    font-size:1.25rem;
    font-style:normal;
    text-align: center;
    font-size: 1rem;
    padding: 1.125rem 0 .25rem !important;
    margin: 1.125rem auto !important;
}
blockquote::before {
    content: "";
    position: absolute;
    left: 25%;
    top: 0;
    height: 1px;
    width: 50%;
    border-top: 1px solid #ccc;
}
blockquote::after {
    content: "";
    position: absolute;
    left: 25%;
    bottom: 0;
    height: 1px;
    width: 50%;
    border-top: 1px solid #ccc;
}
blockquote p {
    color:#000;
    font-size:1.125rem !important;
    font-weight: 700;
}
/* donation sidebar */
@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
    .sidebar__help,
    .sidebar__buttons {
        display:none;
    }
}
/* donation sidebar buttons */
.sidebar > .widget > .textwidget > .image-button p {
    font-weight:600;
}
.sidebar > .widget > .textwidget > .image-button a {
    color:#FFF;
}
.sidebar > .widget > .textwidget > .image-button a:hover {
    text-decoration:none;
}
/* donation side widget */
.widget_nav_menu {
    background: #e5f1f8;
    padding: 1rem;
}
.widget_nav_menu h3.widget-title {
    color: #000;
    font-size: 1.2rem;
    text-align: center;
    border-bottom: 0;
    margin-bottom: 1.25rem;
    text-transform: uppercase !important;
    font-weight: 600;
}
.widget_nav_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    line-height: 1.2;
}
.widget_nav_menu ul.menu li {
    color: #000;
    font-size: 1rem;
    margin-bottom: .5rem;
}
.widget_nav_menu ul.menu li a {
    color: #000;
}
/* donation sidebar */
@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
    .widget_nav_menu {
        display:none;
    }
}
/* magnific popup headings */
.cc-popup h1, 
.cc-popup h2, 
.cc-popup h3, 
.cc-popup h4 {
    font-size:1.313rem;
    font-weight:600;
    color: #3e6ab3;
    letter-spacing: normal;
}
#photo-credit {
    color: #888;
    font-size: .75rem;
}