<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* OVERRIDE styles */

h1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+67&amp;amp;0+0,0.65+67 */
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 67%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(67%, rgba(0, 0, 0, 0.65)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 67%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 67%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 67%);
    /* IE10+ */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 67%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    color: #fff;
    margin: 0.1em 0 0;
    padding: 0.3em 0 0.5em;
    text-align: center;
    font-size: 1.4em;
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 2em;
    }
}

h1 span {
    color: #666;
    margin: auto;
    padding: 0 0.2em;
}

img {
    margin: 0;
}
.intro-button {
    float: right;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 1.2em;
}
ul.utilities {
    background-color: transparent;
    width: 100%;
    text-align: right;
    padding: 0;
    position: absolute;
    top: 0;
}

ul.utilities li a {
    color: #000;
    background-color: #fce45c;
    padding: 0.4em 1em 0.4em 1em;
    text-decoration: none;
}

ul.utilities li a:hover {
    text-decoration: underline;
    outline: none;
}

.width-full {
    text-align: center;
}

.col {
    margin-left: 0 !important;
}

h2.icon {
    display: inline-block;
    text-align: center;
    margin: 20px auto 50px;
}

@media only screen and (min-width: 768px) {
    h2.icon {
        padding: 0px 0 0 60px !important;
        height: 40px;
        background: url('/wp-content/themes/tna/images/centenary-map/100-icon.png') no-repeat;
        background-position: 0px 3px;
        -webkit-background-size: 55px;
        background-size: 55px;
        font-size: 1.9em;
    }
}

h2 {
    text-align: center;
    font-size: 1.5em;
}

@media only screen and (min-width: 768px) {
    h2 {
        font-size: 1.8em;
    }
}

h3 {
    font-family: 'Roboto Mono', monospace !important;
    font-size: 1.3em;
}

h3 a {
    font-size: 0.85em;
}

@media only screen and (min-width: 768px) {
    h3 a {
        font-size: 0.9em;
    }
    h3 {
        font-size: 1.5em;
    }
}

#breadcrumb {
    margin-bottom: 20px !important;
}

#breadcrumb a {
    text-decoration: underline;
}

.caption {
    margin-top: 0;
    font-size: 0.75em;
}

.caption a {
    margin-top: 0.5em;
    text-align: center;
}

ul.no-bullet li {
    background: #fff;
    padding: 10px;
    margin: 0;
    border-top: 8px solid #efefef;

}

.full-override {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .full-override {
        width: 32%;
    }
}

/* CUSTOM styles */
.heading-container {
    width: 100%;
    margin: 0;
    text-align: center;
    padding-top: 1.8em;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#191919', GradientType=0);
    /* IE6-9 */
    background: url('/wp-content/themes/tna/images/centenary-map/banner.png') no-repeat;
    background-size: cover;
    border-top: 1px solid #333;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.map-container {
    border: 0;
    position: relative;
    z-index: 1000;
    display: block;
}

.map-container svg {
    width: 100%;
    position: absolute;
    opacity: 0; /* make things invisible on start */
    -webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;

    -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    animation-duration: 0.6s;

    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.tab-container {
    width: 100%;
    background-color: #fff;
}

.heading-container img {
    width: 14%;
    margin: 0 auto;
}

ul.utilities {
    display: none;
}

@media only screen and (min-width: 768px) {
    ul.utilities {
        display: block;
        z-index: 100;
    }
}

ul.utilities li {
    display: inline-block;
    font-size: 0.9em;
    margin-left: 1em;
}

.center {
    margin: 0 auto;
    max-width: 1280px;
}

ul.buttons {
    width: auto;
    padding: 0;
    margin: 0;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    display: none;
    z-index: 2000;
}

@media only screen and (min-width: 768px) {
    ul.buttons {
        display: block;
    }
}

ul.buttons li {
    list-style-image: none;
    margin: 0;
    background-color: #fce45c;
    padding: 0.4em 1em 0.4em 1em;
    font-size: 0.9em;
}

ul.buttons li a {
    color: #222;
    text-decoration: none;
}

ul.buttons li a:hover {
    color: #222;
    text-decoration: underline;
    background: none;
    outline: none;
}

.keywords-selectable {
    float: left;
    list-style: none inside;
    display: inline;
    width: 100%;
    line-height: 1.5;
}

@media only screen and (min-width: 768px) {
    .keywords-selectable {
        float: none;
    }
}

.keywords-selectable li {
    border-top: 0 !important;
    border-bottom: 3px solid #efefef !important;
    padding: 0.1px !important;
}

.keywords-selectable li a {
    padding: 10px 0;
    display: inline-block;
    margin-left: 10px;
}

.tabs h2 {
    text-align: left;
    margin-top: 0;
    width: 100%;
}

li.selected a, li.selected a:hover {
    color: #222;
}

li.selected, li.selected a:hover, li.selected a:focus {
    text-decoration: none !important;
}

a#selected polygon, a#selected path, a#selected polyline {
    fill: #111;
}

.tooltipsy {
    display: none;
}

@media only screen and (min-width: 768px) {
    .tooltipsy {
        display: block;
        padding: 10px 20px;
        margin-top: 20px;
        margin-left: 10px;
        font-size: 1.2em;
        color: #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        background-color: rgba(0, 0, 0, 0.6);
    }
}

.tooltip a {
    color: #fff;
}

.tabs &gt; h2 {
    margin-bottom: 15px;
}

.tabs &gt; h2 + img {
    width: 100%;
    margin: 0 0 20px;
}

.image-list-container {
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    border-bottom: 2px solid #ddd;
}

.image-list-container &gt; .image {
    background-image: url("https://www.nationalarchives.gov.uk/wp-content/themes/tna/images/centenary-map/tna-centenary-map-key-figures-placeholder.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 3%;
    border: 5px solid #fff;
    margin-bottom: 1em;
    width: 140px;
    height: 136px;
}

p.modern {
    color: #999;
    font-size: 0.9em;
    margin: 0;
    padding-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .image-list-container &gt; .image {
        float: left;
        margin-bottom: 0;
    }
}

.image-list-container &gt; .image &gt; img {
    width: 100%;
}

.image-list-container &gt; .description {
    float: left;
    text-align: left;
    padding-left: 5px;
}

@media only screen and (min-width: 768px) {
    .image-list-container &gt; .description {
        width: 59%;
    }
}

.image-list-container &gt; .description &gt; .caption a {
    text-align: left;
}

@media only screen and (min-width: 768px) {
    #desktop-keywords {
        display: block;
        -moz-column-count: 2;
        -moz-column-gap: 20px;
        -webkit-column-count: 2;
        -webkit-column-gap: 20px;
        column-count: 2;
        column-gap: 20px;
    }
}

dt {
    font-size: 1.4em;
    font-family: 'Bitter', sans-serif;
}

dd {
    margin-bottom: 1.5em;
}

ul[role="tablist"] li {
    color: #134571;
    text-decoration: none;
}

ul[role="tablist"] li.selected {
    color: #111;
    text-decoration: none;
}

ul[role="tablist"] li:hover {
    text-decoration: underline;
    cursor: pointer;
}

.key ul li {
    padding: 10px !important;
    border: 0;
    border-top: 1px solid #e5e5e5 !important;
}

.key ul li span {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background-color: #666;
    display: inline-block;
    *zoom: 1;
    display: table-cell;
    float: left;
}

.key ul li .british {
    background-color: #e55a58;
}

.key ul li .russian {
    background-color: #35978F;
}

.key ul li .austro-hungarian {
    background-color: #11657C;
}

.key ul li .french {
    background-color: #BF812D;
}

.key ul li .portugese {
    background-color: #2D1500;
}

.key ul li .german {
    background-color: #01665E;
}

.key ul li .danish {
    background-color: #D8C7A0;
}

.key ul li .spanish {
    background-color: #592C00;
}

.key ul li .italian {
    background-color: #DFC27D;
}

.key ul li .belgian {
    background-color: #42B270;
}

.key ul li .dutch {
    background-color: #35978F;
}

.key ul li .ottoman {
    background-color: #418FA3;
}

.key ul li .independent {
    background-color: #80CDC1;
}

.key ul li .japanese {
    background-color: #C13600;
}
.background {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(0,0,0, 0.5);
    z-index: 9999;
    display: none;
}
.intro-map {
    padding: 17px;
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    color: #222;
    position: relative;
    margin: 100px auto 0;
    font-size: 14px;
    width: 60%;
    display: none;
    border-radius: 0.5em;
    border: 1px solid #000;
    height: 350px;
    overflow: scroll;
}
#Countries a.country {
    outline: 0;
}

/* SVG styles for map */
.countries{fill:#05586f;stroke:#046D89;stroke-width:0.15;}
.lakes{fill:#046D89;}
.sea{fill:#066C84;}
a .countries {fill:#063E51;}
a:hover .countries {fill: #032933;}
.thick {stroke-width:0.35;}
</pre></body></html>