<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:     TNA first world war child theme
Theme URI:      http://www.nationalarchives.gov.uk/
Author:         The National Archives
Author URI:     http://www.nationalarchives.gov.uk/
Description:    This should be used when creating new child themes for tna-base
Template:       tna-base
Version:        1.6
License:        GNU General Public License
License URI:    license.txt
Text Domain:    tna-base
*/

.fww .banner {
    background: url("img/fww-banner-bg.jpg") #ddd;
    background-size: cover;
}
.fww .banner h1 {
    font-size: 3em;
    color: #fff;
    text-shadow: 2px 2px 8px #000;
    line-height: 1.23;
}
.fww .banner img {
    margin: 0 auto;
}
.fww-menu {
    padding: 0.4em 0;
    background: #2d3b59;
    color: #fff;
    margin-bottom: 1em;
}
.fww-menu ul {
    padding: 0;
    margin: 0;
}
.fww-menu ul li {
    display: inline-block;
    margin: 0;
    padding: 0 1em 0 1.5em;
    list-style-image: none;
    background: url(img/menu-link.png) left center no-repeat;
}
.fww-menu ul li a {
    color: #fff;
}
ul.child li {
    width: 100%;
    margin-right: 0;
    float: none;
}
.connect h2 {
    margin: 5px 0 0 5px;
}
.connect {
    background: #ddd;
    padding: 0.3em;
    margin-bottom: 1em;
}
.connect form {
    margin: 5px 0;
}
.connect #email {
    min-width: 200px;
    height: 40px;
}
.connect .sprite {
    float: right;
}
.tna-breadcrumb {
    margin-top: 0;
}
.home .breadcrumbs {
    display: inline-block;
    color: #fff;
    padding: 3px 7px;
    background-color: #000;
    background-color: rgba(0,0,0,.5);
}
.home .breadcrumbs a:active, .home .breadcrumbs a:link, .home .breadcrumbs a:visited {
    color: #fff;
}
.select-menu {
    padding: 1em;
    background: #2d3b59;
}
.select-menu h4 {
    color: #fff;
    margin-top: 0;
}
form select {
    width: 100%;
}
/* Card styles */
.card {
    background: #fff;
    margin-bottom: 1em;
}
.card .entry-thumbnail {
    width: 100%;
    max-height: 185px;
    overflow: hidden;
}
.rss-content .card .entry-thumbnail {
    height: 185px;
}
.card .entry-thumbnail img {
    width: 100%;
    height: 185px;
    display: block;
    object-fit: cover;
    object-position: 50% 50%;
}
.page-banner {
    padding: 0.5em 0;
    background: url(img/fww-page-banner.jpg) right center no-repeat #273979;
}
.research-guide-form {
    background-color: #eee;
    padding: 0.5em;
}
.research-guide-form .field-row label {
    width: 30%;
}
.research-guide-form .field-row input {
    width: 69%;
    margin-bottom: 0.5em;
    float: right;
}
.research-guide-form .button-holder {
    text-align: right;
}
/* Flexbox */
.equal-heights-flex-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.equal-heights-flex-box &gt; div {
    background: #fff;
    background-clip: content-box;
    margin-bottom: 1.5em;
}
@media (max-width:768px) {
    .card h2 {
        font-size: 1.2em;
    }
    .connect .sprite {
        float: left;
    }
    .fww .banner {
        background-position: right;
    }
    .research-guide-form .field-row label, .research-guide-form .field-row input {
        width: 100%;
    }
}
@media (max-width:576px) {
    .featured .col-sm-4 {
        height: auto !important;
    }
    .select-menu {
        margin-bottom: 1em;
    }
}
</pre></body></html>