﻿@font-face {
    font-family: 'tex_gyre_adventorregular';
    src: url('/SiteElements/Fonts/TexGyreAdventor/texgyreadventor-regular-webfont.woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'tex_gyre_adventorbold';
    src: url('/SiteElements/Fonts/TexGyreAdventor/texgyreadventor-bold-webfont.woff');
    font-weight: normal;
    font-style: normal;
}

*{
    box-sizing: border-box;
}

html, header, footer, main {
    font-size: 10px;
    width: 100%;
    position: relative;
    display: block;

}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333; background-color: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0px;
    font-family: tex_gyre_adventorregular, Roboto, sans-serif;
    color: #002776;
}

h1, .h1 {
    font-size: 3.2rem;
    line-height: 44px;
    margin-bottom: 20px;
}

h2, .h2 {
    font-size: 2.4rem;
    line-height: 34px;
    margin-bottom: 20px;
}


.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (min-width: 992px)
{
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px)
{
    .container {
        width: 1200px;
    }
}

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip:focus {
  position: static;
  width: auto;
  height: auto;
}

/* Colours */
/**************************************************************************************************/
.red { background: #f44336; }
.green { background: #009688; }
.orange { background: #ff9800; }
.grey { background: #9e9e9e; }
.purple { background: #3f51b5; }
.pink { background: #e91e63; }
.blue { background: #2196f3; }


/* Header */
/**************************************************************************************************/
#header {
    background-color: #00143b;
    padding: 10px 15px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 7rem;
    font-family: tex_gyre_adventorregular, Roboto, sans-serif;
    margin-bottom: 0;
}

@media (min-width: 768px){
    #header {
        padding: 10px 40px;
    }
}

@media (min-width: 1024px){
    #header {
        height: auto;
    }
}

#headerLogo {
    width: 35%;
    line-height: 1;
}

#headerContent {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    line-height: 1;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #F6B800;
    order: 3;
    text-align: center;
    padding: 1rem 0;
}

@media (min-width: 1024px){
    #headerContent {
        display: flex;
        width: 60%;
        order: 2;
        font-size: 2rem;
        padding: 0;
    }
}

#headerLogo {
    position: relative;
    padding-left: 0;
    padding-top: 0;
    top: 0;
    left: 0;
}

#headerLogo img {
    width: auto;
    height: 44px;
}

@media (min-width: 1024px){
    #headerLogo img {
        width: 110px;
        height: auto;
    }
}

#headerContent a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

#topMenu
{
    display: inline-flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#topMenu li {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    line-height: 70px;
    font-size: 1.2rem;
    letter-spacing: 2px;
}

ul#topMenu li:before {
    content: '';
    transition: 0.3s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: 16px;
    height: 4px;
    width: 0;
    background: #2196f3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

ul#topMenu li:hover:before, ul#topMenu li:active:before
{
    width: 100%;
}

#addLogo img {
    width: 65px;
    height: auto;
}

#footer
{
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
}

#footer-top, #footer-bottom {
    width: 100%;
    font-size: 1.4rem;
    line-height: 20px;
}

@media (min-width: 1024px) {
    #footer-top, #footer-bottom {
        font-size: 1.3rem;
        line-height: 2;
    }
}

#footer-top {
    display: block;
}

#map #footer-top {
    display: none;
}

@media(min-width: 1024px){
    #map #footer-top{
        display: block;
    }
}

#footer-top > div.container, #footer-bottom div.container
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    padding: 40px 0px;
    margin: 0 auto;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
}

 #footer-bottom div.container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
 }

@media (min-width: 768px){
    #footer-top > div.container, #footer-bottom div.container{
        gap: 0;
        padding: 1rem;
    }

    #footer-bottom div.container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 1024px){
    #footer-bottom div.container {
        padding: 0;
    }
}

#footer-top > div.container > div {
    width: 90%;
    margin: 0 auto;
}

@media (min-width: 768px){
   #footer-top > div.container > div {
        width: 20%;
    } 
}

@media (min-width: 1024px){
   #footer-top > div.container > div {
        width: 24%;
    } 
}

#footer-top
{
    border-top: 1px solid #ccd4e4;   
}

#footer-top-logo img{
    width: 170px;
    height: 84px;
}

#footer-top-contact-address {
    display: inline-flex;
}

#footer-top-contact-address p{
    margin-bottom: 0;
}

#footer-top-contact-address, #footer-top-contact-email {
    margin-bottom: 2rem;
}


#footer-bottom-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #2A1805;
    color: #F6B800;
}

#footer-bottom-info-links, #footer-bottom-info-copy {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
}

@media (min-width: 568px){
    #footer-bottom-info-links, #footer-bottom-info-copy {
        text-align: left;
    }
}

@media (min-width: 768px){
    #footer-bottom-info-links, #footer-bottom-info-copy {
        width: 49%;
    }
}

#footer-bottom-info-links ul {
    display: block;
    list-style-type: none;
    gap: 1rem;
}

@media(min-width :568px){
    #footer-bottom-info-links ul {
        display: inline-flex;
        text-align: left;
        font-size: 1rem;
    }

    #footer-bottom-info-copy{
        text-align: left;
        font-size: 1rem;
    }
}

@media(min-width :768px){
    #footer-bottom-info-copy{
        text-align: right;
    }
}

 #footer-bottom-info-copy p{
    margin-bottom: 0;
 }


#footer-bottom-logos {
    width: 100%;
    background-color: #ccd4e4;
    display: none;
    padding: 1rem;
}

@media(min-width: 768px){
    #footer-bottom-logos{
        display: block;
    }
}

@media(min-width: 1024px){
    #footer-bottom-logos{
        padding: 0;
    }
}

.footer-title {
    color: #002776;
    text-transform: uppercase;
    font-family: tex_gyre_adventorregular, Roboto, sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
}

#footer-top ul li, #footer-bottom ul li {
    color: #000;
    height: auto;
    font-size: inherit;
}

#footer-bottom ul li {
    color: #fff;
    text-transform: uppercase;
    height: 5rem;
    line-height: 2;
}

@media (min-width: 568px){
    #footer-bottom ul li{
        height: auto;
        line-height: 1.5;
    }
}


#footer-bottom-logos img {
    width: auto;
}

#footer-bottom-logos > div.container {
    justify-content: flex-start;
    gap: 2rem;
    padding: 2rem 0 1rem 0;
}

.fullWidthImage img, #pageImage img {
    height: 40vh;
    object-fit: cover;
    object-position: 50% 50%;
}

@media (min-width: 768px){
    .fullWidthImage img, #pageImage img {
        height: 60vh;
    }
}

.textContent {
    font-size: 1.5rem;
}

#pageBreadcrumb {
    padding-top: 20px;
    margin-bottom: 40px;
}

.quoteBlock {
    width: 100%;
    background: #00143b;
    color: #fff;
    padding: 40px 0px;
    text-align: center;
    font-size: inherit;
}

.quoteContent, .quoteAttr {
    text-align: center;
}

.quoteContent {
    font-size: 2.4rem;
}

.quoteAttr {
    font-size: 1.6rem;
}

#pageContent {
    margin-bottom: 60px;
    border-bottom: 1px solid #ccd4e4;
}

#featuredContent {
    width: 90%;
    margin: 0 auto;
    gap: 2rem;
}

@media (min-width: 1024px) {
    #featuredContent {
        width: 100%;
    }
}

#featuredContent > div.container {
    padding: 40px 0px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

@media (min-width: 1024px){
    #featuredContent > div.container {
        gap: 0;
    }
}

.featureBlockItem, .seeAlsoBlock-Item, .infoCards-Item, .timelineItem, .relatedItems-Item {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    height: 200px;
    box-shadow: 0 2px 10px 0 rgba(0, 39, 118, 0.2);
    border: 1px solid #00143b;
    gap: 1%
}

.infoCards-Item {
    height: 300px;
}

@media (min-width: 768px) {
    .featureBlockItem, .seeAlsoBlock-Item, .infoCards-Item, .timelineItem{
        width: 30%;
    }
}

@media (min-width: 1024px) {
    .featureBlockItem, .seeAlsoBlock-Item, .infoCards-Item, .timelineItem{
        width: 24%;
    }
}

.infoCards-Item{
    width: 100%;
}

@media (min-width: 768px) {
    .infoCards-Item{
        width: 30%;
    }
}

@media (min-width: 1024px) {
    .infoCards-Item{
        width: 32%;
    }
}

.timelineItem {
    width: 90%;
    height: 150px;
    display: block;
    margin-right: 30px;
    white-space: normal;
    cursor: pointer;
    margin-bottom: 1rem;
}

@media (min-width: 768px){
    .timelineItem {
        width: 200px;
        height: 500px;
        display: inline-block;
    }
}


@media (min-width: 1024px){
    .timelineItem {
        width: 300px;
        height: 500px;
    }
}

.featureBlockItem:hover, .timelineItem:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 39, 118, 0.6);
}

.seeAlsoBlock-Item:hover, .infoCards-Item:hover, .relatedItems-Item:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
    z-index: 20;
    box-shadow: 0 2px 4px 0 rgba(0, 20, 59, 0.4);
}

.featureBlockItem a, .seeAlsoBlock-Item a, .infoCards-Item a, .relatedItems-Item a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.featuredImage, .seeAlsoBlock-Item-Image, .infoCards-Item-Image, .timelineItem-Image, .relatedItems-Item-Image {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: scale(1.1);
}

.seeAlsoBlock-Item:hover .seeAlsoBlock-Item-Image, .infoCards-Item:hover .infoCards-Item-Image, .timelineItem:hover .timelineItem-Image, .relatedItems-Item:hover .relatedItems-Item-Image {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.featuredText, .seeAlsoBlock-Item-Text, .infoCards-Item-Text, .relatedItems-Item-Text {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    z-index: 2;
    bottom: -100px;
    left: 0;
    padding: 10px;
    font-size: 1.6rem;
    line-height: 24px;
    color: #fff;
}

.seeAlsoBlock-Item-Text, .infoCards-Item-Text, .relatedItems-Item-Text {
    bottom: 0px;
}

.featuredDesc {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 0px;
}

.featureBlockItem:hover .featuredText {
    bottom: 0px;
    background: #00143b;
}

#seeAlsoBlock-Title h3 {
    font-size: 2rem;
    line-height: 28px;
}

#seeAlsoBlock, #infoCards {
    padding-bottom: 50px;
}

#seeAlsoBlock-Content, #infoCards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
}

.left {
    margin-left: 0;
    width: 100%;
}

.offset {
    margin-left: 0;
    width: 100%;
}

@media (min-width: 768px){
    .offset {
        margin-left: 25%;
        width: 50%;
    }
}

#peopleSearch-Image {
    width: 100%;
    height: 40vh;
    max-height: 400px;
    min-height: 200px;
}

#peopleSearch {
    display: block;
    position: relative;
    margin-bottom: 4rem;
}

#peopleSearch-Search {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.searchBar, .searchBarFooter, #peopleSearch-Advanced {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

@media (min-width: 768px){
    .searchBar, .searchBarFooter, #peopleSearch-Advanced {
        width: 66%;
    }
}

.searchBarFooter {
    margin: 1rem 0 0 0;
}

.searchBar input[type="text"], .searchBar-Listing input[type="text"] {
    width: calc(100% - 64px);
    height: 54px;
   -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #a3aec1;
    color: #00091e;
    background: #fff;
    border-radius: 2px;
    outline: medium none;
    -webkit-appearance: none;
    padding: 14px;
    font-size: 2.4rem;
    padding-right: 70px;
}

.searchBar input[type="text"]:focus, .searchBar-Listing input[type="text"]:focus {
    border: 1px solid #002776;
    box-shadow: 0 0 10px 4px rgba(0, 39, 118, 0.2);
}

.searchBar button, .searchBar-Listing button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
    height: 54px;
    width: 54px;
    background: #2196f3;
    padding: 0px;
    border: 1px solid #2196f3;
    cursor: pointer;
    color: #fff;
}

.searchBar button:hover, .searchBar-Listing button:hover {
    background: #20252f;
}

.searchBar button span:before, .searchBar-Listing button span:before {
    font-size: 2.2rem;

}

.searchBarFooter input[type="button"] {
    display: inline-block;
    text-decoration: none;
    position: relative;
    color: #fff;
    background: #3f51bf;
    border: none;
    border-radius: 4px;
    padding: 2px 14px;
    font-size: 1.3rem;
    height: 48px;
}

.textContent table {
    margin: 0 auto;
    width: 90% !important;
}

@media (min-width: 768px){
    .textContent table {
        width: 66%;
    }
}

.textContent table tr {
    display: flex;
    flex-direction: column;
}

.textContent table td {
    width: 100% !important;
}

@media (min-width: 768px) {

    .textContent table tr {
        display: block;
    }

    .textContent table td {
        width: 48% !important;
    }
}

#peopleSearch-Advanced {
    display: none;
}

#peopleSearch-Filters {
    padding: 20px;
    width: 100%;
    background: #ccd4e4;
}

@media (min-width: 768px){
    #peopleSearch-Filters {
        width: 50%;
    }
}

.peopleSearch-FilterItem span.circle {
    border-radius: 50px;
    border: 1px solid #00091e;
    color: #00091e;
    width: 2rem;
    height: 2rem;
}

.peopleSearch-FilterItem, .peopleSearch-FilterButton, .filterExpanded {
    width: 90%;
    margin: 0 auto 0.8rem auto;
    height: 4rem;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    color: #002776;
    font-size: 2rem;
}

.peopleSearch-FilterItem input[type="checkbox"] {
    -webkit-appearance: none;
    border: 1px solid #00091e;
    width: 2rem;
    height: 2rem;
    border-radius: 50px;
    color: #00091e;
}

input[type="checkbox"]:checked::before {
    content: "\2713";
    color: inherit;
    font-weight: bold;
    text-align: center;
    width: 1.9rem;
    height: 1.9rem;
    display: block;
    transform: rotate(15deg);
    margin-left: -0.1rem;
}

.peopleSearch-FilterItem.Active, .peopleSearch-FilterItem.Active input[type="checkbox"] {
    background: #002776;
    color: #fff;
}

.peopleSearch-FilterItem.Active input[type="checkbox"], .peopleSearch-FilterItem.Active .circle {
    border: 1px solid #fff;
}

.circle::before {
    padding: 0;
    margin: 0.1rem auto 0 auto;
    font-size: 1.5rem;
    line-height: 1;
    display: block;
    color: #002776;
}

.peopleSearch-FilterItem.Active .circle:before {
    color: #fff;
}

.peopleSearch-FilterButton {
    padding: 0;
}

#btnFilterSearch {
    width: 100%;
    height: 100%;
    border: 0;
    background-color: #2196f3;
    color: #fff;
    cursor: pointer;
}

#btnFilterSearch:hover {
    background: #0a6ebd;
}

#btnFilterSearch span {
    font-size: 2rem;
}

.filterExpanded {
    height: auto;
    display: none;
}

.filterExpanded input[type="text"] {
    height: 3rem;
    width: 100%;
    border-radius: none;
    border: 1px solid black;
    margin-bottom: 0;
}

.filterExpanded input[type="text"]:focus {
    border: 1px solid #002776;
    box-shadow: 0 0 10px 4px rgba(0, 39, 118, 0.2);
}

.filterExpanded label {
    font-size: 1rem;
    width: 100%;
    margin-bottom: 2rem;
    display: block;
}

.filterExpanded select {
    border: 1px solid #ccc; 
    height: 34px;
    width: 100%;
    min-width: 210px;
    background: #2196f3;
    color: #fff;
    margin-bottom: 2rem;
}

.filterExpanded select:hover {
    box-shadow: 0 4px 2px -4px rgba(0, 0, 0, 0.4);
    background: #0a6ebd;
}

#ddlCategory * {
    background-color: #fff;
    color: #000;
    font-size: 1.5rem;
    line-height: 4rem;
}

.radioRow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.radioRow label {
    width: auto;
    margin-bottom: 0;
    margin: 0 2rem 0 0.5rem;
    font-size: 1.5rem;
}

#timelineFilters {
    width: 100%;
    min-height: 3rem;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 768px){
    #timelineFilters{
        height: 3rem;
    }
}

#timelineFilters-Heading {
    width: 1000%;
    height: 100%;
    background: #00143b;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    padding: 0 0 0 1rem;
}

@media (min-width: 768px){
    #timelineFilters-Heading{
        width: 50%;
    }
}


#timelineFilters-Subjects, #timelineFilters-Themes {
    width: 100%;
    height: 100%;
    border: 0;
    border-left: 1px solid #fff;
    position: relative;
}

@media (min-width: 768px){
    #timelineFilters-Subjects, #timelineFilters-Themes{
        width: 15%;
    }
}

#timelineFilters-Search {
    width: 100%;
    height: 3rem;
}

@media (min-width: 768px){
    #timelineFilters-Search {
        width: 20%;
        height: 100%;
    }
}

#btnThemes, #btnSubjects{
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 10px;
    font-size: 1.6rem;
    line-height: 32px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    margin-bottom: 0px;
    background-color: #2196f3;
    cursor: pointer;
    position: relative;
    border: 0;
}

#timelineFilters-Subjects:hover select, #timelineFilters-Themes:hover select{
    background-color: #0a6ebd;
}

#timelineFilters-Subjects:hover select > *, #timelineFilters-Themes:hover select > *{
    background-color: #fff;
}

#timelineFilters-Search input[type="text"]{
    width: calc(100% - 3rem);
    height: 100%;
    border: 1px solid #a3aec1;
    border-radius: 0;
}

#timelineFilters-Search input[type="text"]:focus {
    border: 1px solid #002776;
    box-shadow: 0 0 10px 4px rgba(0, 39, 118, 0.2);
}

#timelineFilters-Search button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0 2px 2px 0px;
    height: 100%;
    width: 3rem;
    background: #20252f;
    padding: 0px;
    color: white;
    border: 1px solid #20252f;
}

#timelineFilters-Search button:hover {
    background: #353d4d;
}

#ddlThemes, #ddlSubjects {
    position: absolute;
    top: 3rem;
    left: 0;
    padding: 10px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 20, 59, 0.2);
    font-size: 1.3rem;
    width: 100%;
    z-index: 50;
}

.themeRow {
    height: 3rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    cursor: pointer;
}

.themeRow input[type="checkbox"] {
    border: 1px solid black;
    border-radius: 0;
    -webkit-appearance: none;
    height: 1.5rem;
    width: 1.5rem;
}

.themeRow input[type="checkbox"]:checked::before {
    width: 1.4rem;
    height: 1.4rem;
    display: block;
    transform: rotate(15deg);
    margin-left: -0.1rem;
}

#btnSubjects span, #btnThemes span {
    float: right;
    margin-right: 0.5rem;
    margin-left: -0.5rem;
}

#timelineContent {
    margin: 5rem 0;
    border-bottom: 1px solid #ccd4e4;
}

#timelineItems, #timelineScrollTrack {
    width: 100%;
    position: relative;
    display: block;
    margin: 2rem auto 2rem 0.8rem;
    height: 280px;
    overflow: scroll;
    white-space: nowrap;
}

@media (min-width: 768px){
    #timelineItems, #timelineScrollTrack {
        overflow: hidden;
    }
}

@media (min-width: 1024px){
    #timelineItems, #timelineScrollTrack {
        margin: 2rem 0;
        height: 500px;
    }
}

.timelineItem:hover {
    box-shadow: 0 2px 10px 0 rgba(0, 39, 118, 0.6);
}

.timelineItem-Content {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: auto;
    right: 0;
    padding: 10px;
    background: #fff;
    height: 100%;
    width: 60%;
}

@media (min-width: 768px) {
    .timelineItem-Content  {
       width: 100%;
       height: 50%;
       left: 0;
       right: auto;
    }
}

.timelineItem-Text {
    margin-bottom: 4px;
    /* width: 90%; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tinelineItem-Desc {
    font-size: 1.3rem;
    margin-bottom: 0px;
}

.timelineItem:hover .timelineItem-Content {
    /*bottom: 0px; */
    height: 70%;
    background: #00143b;
    color: #fff;
}

.timelineItem-Text{
    color: #002776;
    font-size: 2rem;
    line-height: 28px;
    font-family:  tex_gyre_adventorbold, Roboto, sans-serif;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.timelineItem-Date {
    color: #002776;
    font-size: 1.6rem;
    line-height: 24px;
    font-family:  tex_gyre_adventorbold, Roboto, sans-serif;
    font-weight: 500;
}

.timelineItem-Desc {
    font-size: 1.3rem;
    line-height: 24px;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.timelineItem:hover .timelineItem-Text, .timelineItem:hover .timelineItem-Date {
    color: #fff;
}

.timelineItem-Images {
    display: none;
}

.timelineItem-Info, .timelineItem-RelatedUris, .timelineItem-RelatedImgUris, .timelineItem-RelatedImgAlts, .timelineItem-RelatedTitles, .timelineItem-Slug, .timelineItem-FullDesc {
    display: none;
}

#timelineSlider, #timelineSlider-Period, #timelineSlider-Line, #timelineSlider-Years {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#timelineSlider {
    height: 10rem;
    border: 1px solid black;
    padding: 0 2rem;
    margin-bottom: 5rem;
}

 #timelineSlider-Period, #timelineSlider-Line, #timelineSlider-Years {
    flex-direction: row;
    justify-content: space-between;
}

.timelineSlider-Year {
    width: calc(100% / 7);
    font-size: 1.2rem;
    line-height: 20px;
    letter-spacing: 0;
    font-family: tex_gyre_adventorbold, Roboto, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}

@media (min-width: 768px){
    .timelineSlider-Year {
        letter-spacing: 2px;
    }
}

#timelineSlider-Line-War, #timelineSlider-Period-War {
    width: calc(100% - (100% / 7));
}

#timelineSlider-Line-PostWar, #timelineSlider-Period-PostWar {
    width: calc(100% / 7);
}

#timelineSlider-Period-War, #timelineSlider-Period-PostWar {
    display: block;
    font-size: 1.2rem;
    line-height: 16px;
    color: #353d4d;
}
#timelineSlider-Line {
    width: 100%;
    height: 0.5rem;
}

#timelineSlider-Line-War {
    background-color: #2196f3;
    height: 100%;
}

#timelineSlider-Line-PostWar {
    background-color: #00143b;
    height: 100%;
}

#timelineSlider-Handle {
    height: 110px;
    top: calc(50% - 53px);
    cursor: pointer;
    border: 5px solid #00143b;
    border-top: 10px solid #00143b;
    border-bottom: 10px solid #00143b;
    margin-left: 0px;
    position: absolute;
    z-index: 2;
    width: calc((100%/7) / 3);
    -ms-touch-action: none;
    touch-action: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (min-width: 568px) {
    #timelineSlider-Handle {
        width: calc((100%/7) / 6);
    }
}

@media (min-width: 1024px) {
    #timelineSlider-Handle {
        width: calc((100%/7) / 12);
    }
}

.timelineItem-Image {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 40%;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: scale(1.1);
}

@media (min-width: 768px) {
    .timelineItem-Image {
       width: 100%;
       height: 50%;
    }
}

#scrollPrev, #scrollNext {
    position: absolute;
    top: calc(50% - 2.5rem);
    z-index: 1000;
    height: 5rem;
    width: 5rem;
    display: none;
    font-size: 4rem;
    color: #2196f3;
    border: 1px solid #2196f3;
    border-radius: 50px;
    margin-left: 2rem;
}

@media (min-width: 768px) {
    #scrollPrev, #scrollNext {
       display: block;
    }
}

#scrollPrev {
    left: 0;
}

#scrollNext {
    right: 0;
}

#scrollPrev span:before, #scrollNext span:before {
    margin: 0.5rem 0 0 0;
    padding: 0;
    line-height: 1;
    display: block;
}

#scrollNext span:before  {
    margin-left: 0.6rem;
}

#timelineOverlay {
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    background: transparent;
    z-index: 100;
    border: 1px solid #00143b;
    box-shadow: 0 2px 10px 0 rgba(0, 39, 118, 0.6);
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transform: scale(1);
    -webkit-animation-name: anim-open;
    animation-name: anim-open;
}

@media (min-width: 768px) {
   #timelineOverlay {
       width: 90%;
        max-width: 570px;
        height: 72vh;
        max-height: 980px;
        top: 90px;
    }
}

#timelineOverlay-Wrapper {
    overflow: scroll;
    background-color: #fff;
    display: block;
    z-index: 101;
    position: relative;
    height: 100%;
    width: 100%;
}

#timelineOverlay-Action {
    width: 100%;
    text-align: right;
}

#timelineOverlay-Action button {
    cursor: pointer;
    border-radius: 4px;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 2px 14px;
    font-size: 1.6rem;
}

#overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 20, 59, 0.8);
    z-index: 10;
    display: none;
}

#timelineOverlay-Category {
    width: 100%;
    display: block;
    position: relative;
    padding: 3rem;
    text-align: center;
    font-size: 1.2rem;
    line-height: 20px;
    letter-spacing: 2px;
    font-family: "tex_gyre_adventorbold";
    text-transform: uppercase;
}

#timelineOverlay-Title {
    font-size: 2.4rem;
    line-height: 34px;
    font-family: "tex_gyre_adventorbold";
    width: 100%;
    display: block;
    position: relative;
    padding: 3rem;
    text-align: center;
    margin-bottom: 30px;
    color: #002776;
}

#timelineOverlay-Date {
    font-size: 1.6rem;
    line-height: 24px;
    font-family: "tex_gyre_adventorbold";
    width: 100%;
    display: block;
    position: relative;
    padding: 3rem;
    text-align: center;
    margin-bottom: 30px;
    color: #00091e;
}

#timelineOverlay-Details {
    width: 100%;
    display: block;
    position: relative;
    padding: 3rem;
    font-size: 1;
    line-height: 1.5;
}

#timelineOverlay-Icon {
    width: 100%;
    display: block;
    position: relative;
    padding: 3rem;
    margin-bottom: 30px;
    border-bottom: 1px solid black;
}

#timelineOverlay-Details, #timelineOverlay-Details-Content {
    font-size: 1.2rem;
    width: 100%;
    display: block;
    position: relative;
    padding: 3rem;
}

#timelineOverlay-Details-Content {
    padding: 0;
}

#timelineOverlay-Details-Title {
    font-size: 1.6rem;
    line-height: 24px;
    font-family: "tex_gyre_adventorbold";
    width: 100%;
    display: block;
    position: relative;
    padding: 0;
}

#timelineOverlay-Share, #timelineOverlay-Link {
    width: 100%;
    display: block;
    position: relative;
    padding: 3rem;
    font-size: 1.2rem;
}

#timelineOverlay a.mapLink {
    width: 100%;
    display: block;
    margin: 1rem 0;
    color: #0027ec;
    text-decoration: underline;
}

#timelineOverlay-Link, #timelineOverlay-Link-Content{
    font-size: 1.2rem;
    width: 100%;
    display: block;
    position: relative;
}

#timelineOverlay-Link-Title {
    font-size: 1.6rem;
    line-height: 24px;
    font-family: "tex_gyre_adventorbold";
    width: 100%;
    display: block;
    position: relative;
}

.timelineItem-Icon {
    position: absolute;
    top: -32px;
    right: 10px;
    background: #353d4d;
    color: #fff;
    border-radius: 2px;
    padding: 2px 4px;
    font-size: 13px;
    font-weight: 400;
}

#timelineOverlay-Images {
    height: 400px;
    width: 100%;
    background: #00143b;
    display: flex;
    position: relative;
    padding: 3rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

#imageSlick {
    width: 75%;
    height: 100%;
}

#imageThumbnails {
    width: 60px;
    height: 100%;
}

#slickThumbnails .slick-active {
    border: 4px solid #18ffff;
}

#slickThumbnails .slick-slide {
    margin-bottom: 1rem;
}

.slick-list, .slick-track, .imgslick {
    height: 100%;
}

.imgslick img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

#imageThumbnails .imgslick img {
    width: 100%;
    height: auto;
}

#myMap {
    width: 100%;;
    display: block;
    position: relative;
    min-height: calc(100vh - 114px) !important;
}

@media (min-width: 768px){
    #myMap {
        width: calc(100% - 280px);
    }
}

@media (min-width: 1024px){
    #myMap {
        width: calc(100% - 380px);
    }
}

#myMap.full {
    width: 100%;
}

#mapDiscover {
    width: 270px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease; 
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
    overflow-y: scroll;
}

@media (min-width: 768px) {
    #mapDiscover {
        display: block;
    }
}

@media (min-width: 1024px) {
    #mapDiscover {
        width: 370px;
    }
}

#mapDiscover.hidden {
    right: -370px;
}

#mapDiscoverTitle, #mapDiscoverText {
    padding: 40px 20px 0 20px;;
    overflow-y: auto;
    width: 100%;
}

#mapDiscoverTitle h2 {
    margin-top: 0px;
    font-family: "tex_gyre_adventorregular";
    color: #002776;
    font-size: 2.4rem;
    line-height: 34px;
}

#mapDiscoverText {
    font-size: 1.3rem;
    padding: 0 20px 20px 20px;
}

#mapDiscoverListTitle {
    background-color: #00143b;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 10px 0px;
    font-size: 2rem;
    line-height: 28px;
    margin-bottom: 0px;
}

#mapDiscoverListTitle:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #00143b;
    position: absolute;
    bottom: -16px;
    left: calc(50% - 8px);
    z-index: 10;
}

#mapSidebarToggle {
    position: absolute;
    right: 280px;
    top: 0;
    width: 10px;
    height: 100%;
    background: #ccd4e4;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}

@media (min-width: 768px) {
    #mapSidebarToggle {
        display: block;
    }
}

@media (min-width: 1024px) {
    #mapSidebarToggle {
        right: 380px;
    }
}

#mapSidebarToggle.hidden {
    right: 0;
}

#mapSidebarToggle:hover {
    background: #abb8d2;
}

#mapSidebarToggle span {
    height: 100%;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
}

#mapSidebarToggle span:before {
    margin-left: 0;
    margin-right: 0;
}

#mapFilters {
    position: absolute;
    left: 1rem;
    z-index: 1000;
    width: 90%;
    top: 20px;
    padding: 0px 10px 0px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
}

@media(min-width: 768px){
    #mapFilters {
        width: 60%;
    }
}

@media(min-width: 1024px){
    #mapFilters {
        width: auto;
    }
}

#mapJumpToView {
    position: absolute;
    bottom: 28px;
    left: 20px;
}

#MicrosoftNav {
    bottom: 20px !important;
    inset: none !important;
}

#mapFilters-Search {
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

@media(min-width: 568px) {
    #mapFilters-Search {
        width: auto;
    }
}

@media(min-width: 768px) {
    #mapFilters-Search {
        width: calc(100% - 55px);
    }
}

#mapFilters-Search-Input {
    width: 100%;
}

@media (min-width: 568px) {
   #mapFilters-Search-Input {
    width: auto;
}
}

#mapFilters-Search-Options {
    width: calc(100% - 42px);
}

@media(min-width: 568px) {
    #mapFilters-Search-Input, #mapFilters-Search-Options {
        width: auto;
    }
}

@media(min-width: 768px) {
    #mapFilters-Search-Input {
        width: 50%;
    }

    #mapFilters-Search-Options {
        width: calc(50% - 42px)
    }

    
}

@media(min-width: 1024px) {
    #mapFilters-Search-Input, #mapFilters-Search-Options {
        width: auto;
    }
}


#mapFilters-Search input, #mapFilters-Search select {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #a3aec1;
    color: #00091e;
    background: #fff;
    border-radius: 2px;
    outline: medium none;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px;
    height: 44px;
    font-size: 1.5rem;
    width: 100%;
}

#mapFilters-Search select {
     -webkit-appearance: auto;
}

@media(min-width: 768px) {
    #mapFilters-Search input, #mapFilters-Search select  {
        width: auto;
        padding: 4px;
    }
}


#mapFilters-Search input:focus {
    border: 1px solid #002776;
    box-shadow: 0 0 10px 4px rgba(0, 39, 118, 0.2);
}

#mapFilters-Search button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 0;
    height: 43.5px;
    width: 42px;
    background-color: #353d4d;
    padding: 0px;
    border: 0;
}

#mapFilters-Search button:hover {
    background: #20252f;
}

#mapFilters-Search button span:before{
    color: #fff;
    font-size: 2rem;

}

#mapFilters-Filters {
    position: relative;
    display: block;
    width: 55px;
    height: 100%;
}

#mapFilters-Filters button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    width: 44px;
    height: 44px;
    position: relative;
    /* top: 0; */
    /* right: 15px; */
    border-radius: 2px;
    background: #fff;
    color: #353d4d;
    padding: 0;
    border: 1px solid #00143b;
    cursor: pointer;
}

#mapFilters-Filters button.buttonHide {
    display: none;
}

#mapFilters-Filters button:hover {
    background: #353d4d;
    color: #fff;
}

#mapFilters-Filters button span:before {
    font-size: 2rem;
}

#mapFilters label#lblSearchIn {
    font-size: 2rem;
}

#mapJumpToView-Title {
    font-size: 1.2rem;
    line-height: 20px;
    letter-spacing: 2px;
    font-family: "tex_gyre_adventorbold";
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: 0px;
    color: #002776;
}

#mapJumpToView-Controls button {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #00143b;
    color: #00143b;
    padding: 0px 12px;
    font-size: 1.2rem;
    display: inline-block;
    text-decoration: none;
    position: relative;
    font-family: "tex_gyre_adventorregular";
    cursor: pointer;
}

#mapJumpToView-Controls button:hover {
    background: #00143b;
    color: #fff;
}

#mapFilters-Filters-Options {
    display: none;
    position: absolute;
    top: 132px;
    left: 20px;
    width: calc(98% - 20px);
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 20, 59, 0.2);
    border: 1px solid #a3aec1;
}

@media (min-width: 568px) {
    #mapFilters-Filters-Options {
        width: 89%;
        top: 44px;
    }
}

@media (min-width: 768px) {
    #mapFilters-Filters-Options {
        width: 335px;
    }
}

@media (min-width: 1024px) {
    #mapFilters-Filters-Options {
        width: calc(100% - 42px;)
    }
}

.mapFilters-Row {
    width: 100%;
    height: 3rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1%;
    align-items: center;
    font-size: 1.5rem;
}

.mapFilters-Row input[type="checkbox"] {
    width: 2rem;
    height: 2rem;
    -webkit-appearance: none;
    border: 1px solid black;
}

#mapPopOut {
    display: none;
    position: absolute;
    bottom: -150px;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: transparent;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999;
}

#mapPopOut.popout-open {
    z-index: 2000;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    bottom: 0;
    top: 0;
    position: fixed;
}

#mapPopOutWrapper {
    background-color: #fff;
    height: 100%;
}

#mapPopOut.active {
    bottom: 0;
    display: block;
}

#mapPopOut.active.full {
    bottom: 0;
    top: 0;
    height: 100%;
}

@media (min-width:1024px){
    #mapPopOut {
        top: 0;
        height: 100%;
        width: 475px;
    }

    #mapPopOut.active {
        left: 0;
        display: block;
    }
}

#mapPopOutControl {
    height: 2rem;
    background-color: transparent;
    text-align: right;
    width: auto;
}

@media (min-width: 1024px){
    #mapPopOutControl {
        display: none;
    }
}

#mapPopOutControl.white {
    background-color: white;
}

#mapPopOutControl span {
    width: 4rem;
    height: 4rem;
    display: block;
    position: absolute;
    top: 0;
    right: 2rem;
    background-color:#00143b;
    color: white;
    border-radius: 50px;
    z-index: 9999;
    text-align: center;
}

#mapPopOutControl.white span {
    top: 1rem;
}

#mapPopOutControl span:before {
    margin: 0.2rem 0 0 0;
    width: auto;
    font-size: 3rem;
}

#mapPopOutSearch, #mapPopOutImages {
    width: 100%;
    height: 85px;
    background-color: #00143b;
    position: relative;
    display: none;
}

#mapPopOutImages {
    display: block;
}

@media (min-width: 1024px){
    #mapPopOutSearch {
        display: block;
    }
}

#mapPopOutImages {
    height: 300px;
    width: 100%;
    background-color: #fff;
    display: flex;
    position: relative;
    padding: 3rem;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

@media (min-width: 1024px){
    #mapPopOutImages {
        background-color: #00143b;
    }
}

#mapPopOutContent {
    width: 100%;
    position: relative;
    display: block;
    background-color: #fff;
    padding: 1rem;
}

#mapPopOutContent-Category {
    width: 100%;
    font-size: 1.2rem;
    line-height: 20px;
    letter-spacing: 2px;
    font-family: "tex_gyre_adventorbold";
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
    color: #00091e;
    text-align: center;
}

#mapPopOutContent-Name {
    margin-top: 0px;
    font-family: "tex_gyre_adventorbold";
    color: #002776;
    font-size: 2.4rem;
    line-height: 34px;
    display: block;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

#mapPopOutContent-Icon {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #3f51b5;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: 5px;
    color: #fff;
    line-height: 32px;
}

#mapPopOutContent-Icon span {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font-size: 1.6rem;
}

#mapPopOutContent-IconText {
    font-size: 1.2rem;
    color: #353d4d;
    text-align: center;
}

#mapPopOutContent-Icon span:before {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #fff;
    line-height: 32px;
    width: 100%;
    display: block;
    height: 100%;
}

#mapPopOutContent-Divider {
    height: 60px;
    padding-bottom: 60px;
}

#mapPopOutContent-Divider:after {
    content: '';
    height: 1px;
    width: 68px;
    position: absolute;
    background: #000;
    left: calc(50% - 34px);
    bottom: 0;
    display: block;
}

#mapPopOutContent-Details, #mapPopOutContent-Link, .mapPopOutContentSection {
    width: 100%;
    margin-bottom: 40px;
}

#mapPopOutContent-Details-Title, #mapPopOutContent-Link-Title, .mapPopOutContentTitle {
    font-size: 1.6rem;
    line-height: 24px;
    font-family: "tex_gyre_adventorbold";
    margin-top: 0px;
    color: #002776;
}

#mapPopOutContent-Details-Text, #mapPopOutContent-Link-Text, .mapPopOutContentText {
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 1.6rem;
    font-family: "Roboto", sans-serif;
    color: #00091e;
}

#mapPopOutImages #imageCounter-Icon {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 30px;
    color: #ccd4e4;
    font-size: 1.1rem;
}

#imageCounter-Text {
    display: inline-block;
}

#mapDiscoverListContent, .inviewRow, .inviewRow-Title, .inviewRow-Icon {
    width: 100%;
    display: block;
    position: relative;
}

.inviewRow-Hidden {
    display: none;
}

.inviewRow {
    margin-bottom: 4px;
    border-bottom: 1px solid #ccd4e4;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
}

.inviewRow-Title {
    margin-top: 0px;
    font-family: "tex_gyre_adventorbold";
    color: #002776;
    float: left;
    width: calc(100% - 50px);
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 0px;
}

.inviewRow-Icon {
    width: 5%;
    float: right;
}


/* Navigation Styles */
/******************************************************************************/
#siteNav {
    display: flex;
    background-color: transparent;
    padding: 0;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 2px;
    color: #F6B800;
}

@media(min-width: 1024px){
    #siteNav {
        display: none;
    }
}

#siteMenu
{
    padding: 0;
    font-size: 1rem;
    color: #fff;
    position: relative;
    z-index: 999;
    height: 100%;
    width: 80%;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

#siteMenu span.icon-menu, #siteMenu span.icon-menu:before, #siteMenu span.icon-menu:After
{
    position: absolute;
    content: '';
    width: 100%;
    height: 0.2rem;
    background: #000;
    border-radius: 1.25rem;
    transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
    left: -0;
    margin-left: 0;
 }

@media (prefers-color-scheme: dark) 
{
    #siteMenu span.icon-menu, #siteMenu span.icon-menu:before, #siteMenu span.icon-menu:After
    {
        background: #000;
    }
}
  
#siteMenu span.icon-menu::before 
{
    top: -0.6rem;
}
  
#siteMenu span.icon-menu::after 
{
    top: 0.6rem;
}

#siteMenu.active > span.icon-menu  
{
    background: transparent;
}


#siteMenu.active > span.icon-menu::before, #siteMenu.active > span.icon-menu::after 
{
    background: #000;
    top: 0;
}


@media (prefers-color-scheme: dark) 
{
    #siteMenu.active > span.icon-menu::before, #siteMenu.active > span.icon-menu::after 
    {
        background: #000;
    }
}

#siteMenu.active > span.icon-menu::before  
{
    transform: rotate(-225deg);
}

#siteMenu.active > span.icon-menu::after  
{
    transform: rotate(225deg);
}

#site-navigation-mobile
{
    padding: 2rem 2rem;
    justify-content: flex-start;
    position: absolute;
    left: -200%;
    top: 84px;
    z-index: 9989;
    color: #F6B800;
    width: 100%;
    height: 100vh;
    display: none;
    flex-direction: column;
    transition: 0ms opacity cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
    background-color: #2A1805;
}

@media (min-width: 769px)
{
    #site-navigation-mobile
    {
        padding: 0 2rem;
    }
}

#site-navigation-mobile.active
{
    left: 0;
    opacity: 1;
    transition: 600ms opacity cubic-bezier(0.77, 0, 0.175, 1);
    display: flex;
}

#site-navigation-mobile-wrapper
{
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap:nowrap;
    height: auto;
    background-color: transparent;
}

#navigation-mobile-menu
{
    width: 100%;
    padding: 0.5rem;
    color: inherit;
    overflow: auto;
}

.topmenu-mobile
{
    width: 100%;
    margin: 2rem 0 0 0;
    list-style-type: none;
    padding: 0;
    /*font-size: 1rem;*/
    font-size: inherit;
    text-align: left;
}

.topMenuMobileItem {
    position: relative;
    width: 100%;
    height: auto;
    padding: 1rem 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    color: #F6B800;
    font-family: ff-good-web-pro-extra-conden, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-bottom: 1px solid rgb(246, 184, 0);
}

.topMenuMobileItem a{
    text-decoration: none;
}

.topMenuItem{
    width: auto;
    margin: 0 0.5rem;

}

#mapPopOutContent-BirthDeathDate {
    font-size: 1.6rem;
    line-height: 24px;
    font-family: "tex_gyre_adventorbold";
    text-align: center;
    color: #00091e;
    display: block;
    margin-bottom: 30px;
}

#mapPopOutContent-Divider {
    position: relative;
    display: block;
}

#mapPopOutContent-Divider:after {
    content: '';
    height: 1px;
    width: 68px;
    position: absolute;
    background: #000;
    left: calc(50% - 34px);
    bottom: 0;
}

#peopleListing .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

#peopleListing-Search {
    width: 100%;
}

 #peopleListing-Results {
    width: 100%;
}

@media (min-width: 768px) {
    #peopleListing-Search {
        width: 29%;
    }

    #peopleListing-Results {
        width: 69%;
    }
}

#peopleListing-Refine {
    display: none;
}

#peopleListing-Refine.active {
    display: block;
}


@media (min-width: 768px){
    #peopleListing-Refine {
        display: block;
    }
}

.searchBar-Listing, #peopleListing-Refine {
    background: #ccd4e4;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.searchBar-Listing {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.searchBar-Listing button {
    background-color: #353d4d;
    border: 1px solid #353d4d;
    width: 53px;
    height: 53px;
}

#peopleListing-Refine .filterExpanded select {
    border: 1px solid #2196f3;
}

.searchBar-Listing input[type="text"] {
    width: calc(100% - 52px);
    font-size: 1.4rem;
    padding-right: 14px;
}

#peopleListing-Results-Title {
    width: 100%;
    display: block;
    position: relative;
    font-family: "tex_gyre_adventorregular";
    font-size: 3.2rem;
    line-height: 44px;
}

#peopleListing-Results-Title span.light {
    color: #2196f3;
}

peopleListing-Results-Title span.dark {
    color: #002776;
}


#peopleListing-Results-Content {
    width: 100%;
    display: block;
    position: relative;
}


.peopleSearch-Item {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
    padding: 20px 0px;
    border-bottom: 1px solid #ccd4e4;
}

.peopleSearchItem-Name{
    width: 89%;
    font-size: 1.6rem;
    line-height: 24px;
    font-family: "tex_gyre_adventorbold";
    max-width: calc(100% - 100px);
    color: #002776;
    display: flex;
    align-items: center;
    height: 100%;
    order: 2;
}

@media (min-width: 768px){

    .peopleSearchItem-Name{
        width: 40%;
        order: 1;
    }
}

.peopleSearchItem-Category {
    order: 1;
}

.peopleSearchItem-Category, .peopleSearchItem-Link {
    width: 10%;
    display: flex;
    align-items: center;
    height: 100%;
}

@media (min-width: 768px){
    .peopleSearchItem-Category, .peopleSearchItem-Link {
        width: 7%;
    }
}

.peopleSearchItem-Dates {
    order: 3;
}

.peopleSearchItem-Icons {
    order: 4;
}

.peopleSearchItem-Link {
    order: 5;
}

.peopleSearchItem-Dates, .peopleSearchItem-Icons {
    width: 32%;
    display: flex;
    align-items: center;
    height: 100%;
}

@media (min-width: 768px){
    .peopleSearchItem-Dates, .peopleSearchItem-Icons {
        width: 23%;
    }
}

.peopleSearchItem-Dates {
    font-size: 1.3rem;
    line-height: 18px;
    order: 3;
}

@media (min-width: 768px){

    .peopleSearchItem-Category {
        width: 7%;
        order: 2;
    }
}

.peopleSearchItem-Icons span {
    height: 32px;
    width: 34px;
    background: #ccd4e4;
    color: #05163B;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    border-radius: 4px;
    font-size: 1.4rem;
    cursor: pointer;
    margin-right: 5px;
}

.peopleSearchItem-Category span{
    height: 32px;
    width: 32px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: block;
    line-height: 32px;
    font-size: 1.6rem;
}

.peopleSearchItem-Link span{
    height: 32px;
    width: 32px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: block;
    line-height: 32px;
    font-size: 1.6rem;
    background-color: #2196f3;
    float: right;
}

.pager {
    width: 100%;
    margin: 20px auto;
    display: flex;
    font-size: 1.6rem;
    font-family: "Roboto", sans-serif;
    color: #00091e;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .pager {
        width: 350px;
    }
}

.pager .icon-left, .pager .icon-right {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 44px;
    width: 44px;
    background: #3f51bf;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    line-height: 44px;
    text-decoration: none;
    font-size: 3.2rem;
}

#peopleListing-Filters .peopleSearch-FilterItem, #peopleListing-Filters .peopleSearch-FilterButton, #peopleListing-Filters .filterExpanded {
    width: 100%;
}

#person
{
    display: block;
    position: relative;
    margin: 4rem 0;
}

#person .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

#person-Search {
    width: 29%;
}

#person-Content {
    width: 69%;
}

#person .searchBar {
    background: #ccd4e4;
    padding: 20px;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#person .searchBar input[type="text"] {
    height: 34px;
    width: calc(100% - 34px);
}

#person .searchBar button {
    height: 33px;
    width: 33px;
    background-color: #353d4d;
    border: 1px solid #353d4d;
}

#person .searchBar a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    color: #fff;
    background: #2196f3;
    border: none;
    border-radius: 4px;
    padding: 2px 14px;
    font-size: 1.3rem;
    margin-top: 10px;
    background: #3f51bf;
    width: auto;
}

#person-Content #mapPopOutContent-Icon span {
    border-radius: 50%;
}

#refinetoggle {
    line-height: 28px;
    font-family: "tex_gyre_adventorbold";
    font-size: 2rem;
    color: #002776;
    display: block;
    margin-bottom: 2rem;
}

@media (min-width: 768px){
    #refinetoggle {
        display: none;
    }
}

#shareBar {
    width: 100%;
    margin: 0 auto 40px auto;
    display: block;
    position: relative;
}

#shareBar-Toggle {
    width: 100%;
    border-top: 2px solid #2196f3;
    border-bottom: 2px solid #2196f3;
    padding: 10px 0px;
    text-align: center;
    color: #2196f3;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 2rem;
    line-height: 28px;
}

#shareBar-Toggle:hover, #shareBar-Toggle.active {
    background: #2196f3;
    color: #fff;
}

#shareBar-Buttons {
    border-bottom: 2px solid #2196f3;
    padding: 1rem;
}

.relatedItem{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    height: 200px;
    box-shadow: none;

}

.relatedItem:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 20, 59, 0.4);
}

.seeAlsoBlock-Item-Image.relatedItems-Item-Image {
    width: 100%;
}

#mapPopOutContent-RelatedItems-Text .relatedItems-Item-Image {
    width: 100%;
}

#timelineOverlay-Related {
    width: 100%;
    display: block;
    position: relative;
    padding: 3rem;
    font-size: 1.2rem;
}

#timelineOverlay-Related .relatedItems-Item {
    width: 48%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
}

#timelineOverlay-Related-Title {
    color: #002776;
    font-size: 2rem;
    line-height: 28px;
    font-family: "tex_gyre_adventorbold";
}

#person-Search .relatedItems .seeAlsoBlock-Item {
    width: 100%;
}

#mapOverlay {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#mapOverlay-Background {
    background: #fff;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

#mapOverlay-Inner {
    width: 50%;
    margin: 0 auto;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 10rem;
    position: absolute;
    top: calc(50% - 5rem);
    left: 25%;
    background-color: #fff;
    opacity: 1;
    font-size: 2rem;
    font-weight: bold;
    font-family:  tex_gyre_adventorbold, Roboto, sans-serif;
}

@keyframes dots-1 { from { opacity: 0; } 25% { opacity: 1; } }
@keyframes dots-2 { from { opacity: 0; } 50% { opacity: 1; } }
@keyframes dots-3 { from { opacity: 0; } 75% { opacity: 1; } }
@-webkit-keyframes dots-1 { from { opacity: 0; } 25% { opacity: 1; } }
@-webkit-keyframes dots-2 { from { opacity: 0; } 50% { opacity: 1; } }
@-webkit-keyframes dots-3 { from { opacity: 0; } 75% { opacity: 1; } }

.dots span {
    animation: dots-1 1s infinite steps(1);
    -webkit-animation: dots-1 1s infinite steps(1);
}

.dots span:first-child + span {
    animation-name: dots-2;
    -webkit-animation-name: dots-2;
}

.dots span:first-child + span + span {
    animation-name: dots-3;
    -webkit-animation-name: dots-3;
}

a:focus, button:focus, li:focus, .seeAlsoBlock-Item:focus, .seeAlsoBlock-Item:focus-within, .featureBlockItem:focus, .featureBlockItem:focus-within, .infoCards-Item:focus, .infoCards-Item:focus-within {
    color: #0b0c0c;
    /*box-shadow: 0 -2px #fd0, 0 4px #0b0c0c;*/
    box-shadow: 0 -2px #fd0;
    outline: 3px solid transparent;
    -webkit-box-decoration-break: clone;
    text-decoration: none;
}

#footer-bottom-info-links a:focus, .topMenuMobileItem a:focus {
    color: #fff;
}