body {
    color: #293033;
    background: #FAFAC0;
    font-family: Georgia, serif;
}
.row {
    width:100%;
}
nav.top-bar {
    margin:0;
}
header {
    background: #293033;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.5);
    padding-bottom: 1em;
}
header h1 {
    color: #FAFAC0;
    font-size: 400%;
}
header h2 {
    color: #A3C2CC;
    font-size: 250%;
}
header h2 a {
    color: #A3C2CC;
}
header h3 {
    color: #9F9086;
    margin-top: 4em;
    font-size: 140%;
}
header h3 a {
    color: #9F9086;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'IM Fell English', serif;
    color: #26434C;
}
h4 {
    font-weight: normal;
    color: #8C644C;
    break-after: avoid;
    -webkit-column-break-after: avoid;
}

.reveal-modal {
    background: #293033;
    color: #A3C2CC;
}

blockquote p { 
    font-size: 140%; 
}

.panel {
    background: #FAFAE8;
}

.panel p {
    font-size: 140%;
}
.panel ol {
    margin: 0 1em 0 2em;
}
.panel li {
    font-size: 140%;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    line-height: 120%;
    margin: 0 0 1em 0;
}


.panel.callout {
    -moz-column-count: 0;
    -webkit-column-count: 0;
    column-count: 0;
    color: #5D736B;
    background: #FAFAE8;
    border: none;
    font-size: 120%;
    margin: 1em 2em 1em 1em;
}

.panel.callout em,
.panel.callout i
 {
    font-style: normal;
}

.panel.callout blockquote {
    font-size: 150%;
    line-height: 120%;
    font-family: 'IM Fell English', serif;
}
.panel.callout blockquote i {
    font-style: italic;
}

.panel.callout a {
    color: #5D736B;
    text-decoration: underline;
}

#author-statement figure img {
    max-height: 200px; 
}

figcaption {
    text-align: center;
}

figure.right {
    float:right; 
    margin-left: 10px; 
}

.map {
    margin: 3em 0 3em 0;
    box-shadow: inset 0px -15px 18px rgba(0, 0, 0, 0.5),
                inset 0px  15px 18px rgba(0, 0, 0, 0.5); 
}
.map p {
    font-size: 150%;
}

.map > div  {
    background: rgba(250, 250, 192, 0.7);
    padding: 3em 0 0 0;
}
.map small {
    font-size: 100%;
}

.button.large {
    font-size: 150%;
    color: #293033;
}
.label.secondary {
    background: #293033;    
    color: white;
    font-size: .8em;
}

a img:hover {
    opacity: 0.7;
}
a img {
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}
.map figcaption {
    font-size: 150%;
    margin: .5em 0 0 0;
}
.map h4 {
    margin-top: 2em;
    color: #293033;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: bold;
}
.map a {
    color: #293033;
    text-decoration: underline;
}
.map a.button {
    text-decoration: none;
}

footer {

}
footer ul.breadcrumbs {
    color: #FAFAC0;
    background: #222;
    margin: 2em 0 0 0;
    min-height: 4em;
}

footer ul.breadcrumbs a, footer ul.breadcrumbs span {
    font-size: 100%;
   
}
footer ul.breadcrumbs span.current {
    font-weight: bold;
}

footer ul.breadcrumbs a {
    color: white;
}

header blockquote {
    border: none;
    padding: 0;
}
header blockquote p { 
    font-size: 140%; 
    line-height: 1.2em;
}
header p {
    color: #6F6F6F;    
}


[class*="social foundicon-"]:before {
  font-family: "SocialFoundicons";
}

[class*="general foundicon-"]:before {
  font-family: "GeneralFoundicons";
}

[class*="accessibility foundicon-"]:before {
  font-family: "AccessibilityFoundicons";
}

@media only screen and (min-width: 767px) { 
    .panel {
        -moz-column-count: 2;
        -moz-column-gap: 30px;
        -webkit-column-count: 2;
        -webkit-column-gap: 30px;
        column-count: 2;
        column-gap: 30px;
    }

    .map {
        background: url(images/map.png) no-repeat center;

    }
}
