/*
Theme Name: British Normandy Memorial
Theme URI: https://www.britishnormandymemorial.org/
Description: Custom template for British Normandy Memorial
Author: Sean Bowen for Digital Island
Version: 1.0
*/





/*
Reset
---------------------------------------
*/

*, html, body { 
	margin:0; 
	padding:0; 
	}

fieldset, img { 
	border:0; 
}

h1, h2, h3, h5, h5, h6 { 
	font-size:100%; 
	}

ul { 
	list-style:none; 
}



/*
General Styling
---------------------------------------
*/

body {
	font-family: "minion-pro", serif; 
	font-weight: 400; 
	font-style: normal; 
	font-size: 14px;
	color: #000;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

h1, h2, h3 {
	font-family: "priori-sans";
}

h1 {
	
}

h2 {
	
}


p {
	
}


a {
	text-decoration: none;
}

a:hover {
	
}


.clear { 
	clear: both; 
}



/*
Site Strucutre
---------------------------------------
*/


.masthead {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
	z-index: 999;
}

.masthead-inner {
	padding-left: 30px;
	padding-right: 30px;
}

.child-page-masthead {
	height: 171px;
	border-bottom: 9px solid #102240;
}

.signup-inner, .featured-news-panel-inner, .content-inner, .trustee-list-inner, .footer-inner {
	padding: 30px;
}

.logo {
	position: absolute;
	top: 20px;
	left: 35%;
	width: 30%;
	height: 160px;
	display: flex;
  align-items: center;
  justify-content: center;
}

.logo img, .main-nav-icon img, .main-menu-logo img, .main-menu-app img, .page-hero-image img, .image-panel-image img, .main-featured-story-image img, .side-featured-story-image img, .featured-product-image img,
.veteran-story-single-image img, .dve-story-image img, .content-grid-item-image img, .sharable-roh-record-image img, .sharable-roh-record-location-map img,
.patron-panel-image img, .content-main-panel-trustee-image img, .trustee-panel-image img, .news-grid-image img, .shop-products-grid-image img, .product-main-image img, .product-thumb img,
.basket-product-image img, .content-app-logos img, .mobile-nav-icon img, .mobile-menu-logo img, .mobile-menu-app img, .gallery-slide img, .photo-gallery-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.logo img {
	width: auto;
	height: 160px;
}

.masthead-social {
	float: left;
	width: 200px;
	height: 40px;
}

.masthead-social a.facebook, .masthead-social a.twitter, .masthead-social a.instagram,
.main-menu-social a.facebook, .main-menu-social a.twitter, .main-menu-social a.instagram,
.footer-social a.facebook, .footer-social a.twitter, .footer-social a.instagram {	
	float: left;
	width: 40px;
	height: 36px;
	margin-right: 10px;
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.masthead-social a.facebook, .masthead-social a.twitter, .masthead-social a.instagram,
.footer-social a.facebook, .footer-social a.twitter, .footer-social a.instagram {
	width: 40px;
	height: 36px;
}

.masthead-social a.facebook {
	background: transparent url("images/Blue_01.png") no-repeat 0 0;
	background-position: center;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead-social a.twitter {
	background: transparent url("images/Blue_03.png") no-repeat 0 0;
	background-position: center;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead-social a.instagram  {
	background: transparent url("images/Blue_02.png") no-repeat 0 0;
	background-position: center;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a.facebook:hover, a.twitter:hover, a.instagram:hover {
	-webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.masthead-functions {
	float: right;
	width: 80%;
	height: auto;
	text-align: right;
}

.basket-summary {
	padding-right: 10px;
}

.basket-summary p, .basket-summary a {
	font-family: "priori-sans";
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #102240;
}

.basket-summary a {
	color: #946108;
	text-decoration: none;
}

.masthead-navigation {
	width: 100%;
	height: auto;
	margin-top: 10px;
	text-align: right;
}

.masthead-donate {
	float: right;
	width: 30%;
	margin-top: 10px;
	text-align: right;
}

.masthead-donate a, a.button-link, a.panel-button {
    display: inline-block;
    font-family: "priori-sans";
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 33px;
    padding: 5px 30px 5px 30px;
	 border: 1px solid #707070;
    color: #fff;
    background: #946108;
	 height: 27px;
    margin-right: 20px;
	 text-transform: uppercase;
}

.content-offset {
	margin-top: 250px;
}

.content-offset.home-offset {
	margin-top: 200px;
}

.video-panel {
	margin-bottom: 5px;
}

.video-panel-embed-block {
	height: auto;
	max-height: 700px;
	overflow: hidden;
}

.video-panel-embed, .video-content-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 0;
}

.video-panel-player iframe, .video-content-player iframe  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-panel-content {
	margin-top: 5px;
	width: calc(100% - 60px);
	height: auto;
	padding: 30px;
	background: #102240;
}

.video-panel-first-text {
	float: left;
	width: 40%;
	height: auto;
	margin-right: 5%;
}

.video-panel-second-text {
	float: left;
	width: 40%;
	height: auto;
}

.video-panel-text {
	width: 90%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.video-panel-text h2, .video-panel-text h3, .image-panel-title h2, .main-featured-story-text h2 {
	font-weight: 700;
	font-size: 27px;
	line-height: 30px;
	color: #fff;
	padding-bottom: 20px;
}

.video-panel-text h3 a {
	color: #fff;
}

.video-panel-text p, .image-panel-content-text p {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding-bottom: 20px;
}

a.video-panel-button {
    display: inline-block;
	 width: 220px;
    padding: 10px 40px 10px 40px;
    margin-right: 30px;
	 margin-bottom: 20px;
    border: 1px solid #fff;
    font-family: "priori-sans";
    font-weight: 700;
    font-size: 27px;
    line-height: 32px;
    color: #fff;
	 text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

a.video-panel-button:hover {
	background: #fff;
	color: #102240;
}

.image-panel {
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.image-panel-inner {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 400px;
}

.image-panel-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-panel-content {
	display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
	height: auto;
	min-height: 400px;
}

.image-panel-text {
	position: relative;
	width: calc(60% - 60px);
	height: calc(100% - 60px);
	padding: 30px;
	background: #102240;
	z-index: 2;
}

.image-panel-title {
	float: left;
	width: 45%;
	height: auto;
	margin-right: 5%;
}

.image-panel-content-text {
	float: left;
	width: 45%;
	height: auto;
	margin-right: 5%;
}

.featured-story-panel {
	width: 100%;
	height: auto;
}

.featured-story-panel-inner {
	position: relative;
	width: 100%;
	height: auto;
	background: #102240;
	overflow: hidden;
}

.main-featured-story-panel {
	float: left;
	width: 60%;
	height: auto;	
}

.page-hero {
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.page-hero-inner {
	position: relative;
	margin: 30px;
	width: calc(100% - 60px);
	height: auto;
	background: #102240;
	overflow: hidden;
}

.page-hero-copy {
	position: relative;
	float: left;
	width: 30%;
	height: 100%;
	background: #102240;
}

.page-hero-image {
	float: right;
	width: 70%;
	height: auto;
}

.page-hero-text {
	position: absolute;
	left: 30px;
	bottom: 30px;
}

.page-hero-text h2 {
	font-size: 27px;
	line-height: 32px;
	color: #fff;
	padding-bottom: 20px;
}

.page-hero-text p {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding-bottom: 20px;
}

.side-featured-story-panel {
	float: right;
	width: calc(40% - 2px);
	height: auto;
	border-left: 2px solid #fff;
}

.side-featured-story-panel-inner:first-of-type {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-bottom: 2px solid #fff;
}

.side-featured-story-image {
	float: left;
	width: 50%;
	height: auto;
}

.side-featured-story-content {
	float: right;
	width: calc(50% - 40px);
	height: auto;
	padding: 20px;
}

.main-featured-story-content {
	padding: 30px 40px 30px 40px;
}

.side-featured-story-text h2 {
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	padding-bottom: 30px;
}

.main-featured-story-text p {
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	padding-bottom: 20px;
}

.side-featured-story-text p {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding-bottom: 20px;
}

.main-featured-story-text p.featured-story-type, .side-featured-story-text p.featured-story-type {
	font-family: "priori-sans";
	font-weight: 700;
	font-size: 27px;
	line-height: 32px;
	color: #946108;
	padding-bottom: 30px;
}

.featured-news-panel {
	width: 100%;
	height: auto;
}

.featured-news-panel-title {
	margin-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.featured-news-panel-title h2 {
   font-weight: 700;
   font-style: normal;
   font-size: 46px;
   line-height: 55px;
	color: #102240;
	padding-bottom: 20px;
}

.featured-news-panel-inner {
	display: grid;
  overflow: hidden;
	grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1%;
  grid-row-gap: 20px;
  justify-content: center;
}

.featured-news-content {
	border-right: 1px solid #102240;
}

.featured-news-content:last-of-type {
	border: 0;
}

.featured-news-text {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 80px;
}

.featured-news-text:first-of-type {
	padding-left: 0;
}

.featured-news-text h2 {
   font-weight: 700;
   font-style: normal;
   font-size: 27px;
   line-height: 32px;
	color: #343434;
	padding-bottom: 20px;
}

.featured-news-text p {
	font-size: 16px;
	line-height: 20px;
	color: #343434;
	padding-bottom: 20px;
}

.content-border {
	width: 100%;
	height: 9px;
	background: #102240;
	margin-top: 30px;
}

.content-main-panel {
	float: left;
	width: 70%;
	height: auto;
	padding-bottom: 40px;
	overflow: hidden;
}

.content-main-panel a {
	text-decoration: underline;
}

.content-main-panel a:hover {
	text-decoration: none;
}

.content-main-panel .dve-stories-content a {
	text-decoration: none;
}

.content-main-panel-inner {
	margin-right: 30px;
}

.content-divider {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 30%;
	height: 1px;
	background: #707070;
}

.content-side-panel {
	float: right;
	width: calc(30% - 2px);
	height: auto;
	min-height: 600px;
	margin-bottom: 100px;
	border-left: 2px solid #707070;
	position: -webkit-sticky;
   position: sticky;
   top: 0px;
}

.content-side-panel-inner {
	margin-left: 30px;
}

a.sidebar-button {
	display: inline-block;
	width: calc(100% - 60px);
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
   line-height: 30px;
   padding: 15px 30px 15px 30px;
   color: #fff;
   background: #102240;
	height: 27px;
   margin-right: 20px;
	text-align: center;
}

.sidebar-donate-button a.sidebar-button {
	background: #946108;
}

.sidebar-divider {
	margin-top: 30px;
	margin-bottom: 30px;
	width: 60%;
	height: 1px;
	background: #707070;
}

.featured-products h2, .featured-product-order h3, .sidebar-latest-news h2 {
	font-weight: 700;
   font-style: normal;
   font-size: 33px;
   line-height: 36px;
	padding-bottom: 20px;
	color: #102240;
}

.featured-product-order h3 {
	color: #946108;
}

.featured-product-image {
	float: left;
	width: 45%;
	height: auto;
}

.featured-product-order {
	float: right;
	width: 50%;
	height: auto;
}

.featured-product-details {
	width: 100%;
	height: auto;
	min-height: 100px;
	padding-top: 20px;
}

.featured-product-details h3 {
	font-weight: 700;
   font-style: normal;
   font-size: 22px;
   line-height: 26px;
	padding-bottom: 10px;
	color: #343434;
}

.featured-product-details p, .news-panel-text p {
   font-size: 16px;
   line-height: 20px;
	padding-bottom: 20px;
	color: #343434;
}

a.sidebar-order-button {
	display: inline-block;
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
   line-height: 30px;
   padding: 10px 50px 10px 50px;
   color: #fff;
   background: #102240;
	text-align: center;
}

.sidebar-latest-news {
	padding-bottom: 100px;
}

.news-panel-text h3 {
	font-weight: 700;
	font-size: 27px;
   line-height: 32px;
	padding-bottom: 20px;
	color: #343434;
	text-transform: uppercase;
}

.video-content-embed {
	margin-top: 20px;
	margin-bottom: 20px;
}

.video-content-player {
	width: 100%;
	height: auto;
}

.content-main-panel-inner h1 {
	text-transform: uppercase;
}

.content-main-panel-inner h1, .content-main-panel-inner h2 {
	font-weight: 700;
   font-style: normal;
   font-size: 46px;
   line-height: 55px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #102240;
}

.content-main-panel-inner p, .content-main-panel-inner a {
   font-size: 18px;
   line-height: 26px;
	padding-bottom: 20px;
	color: #102240;
}

.content-main-panel-inner a.button-link {
	display: inline-block;
    font-family: "priori-sans";
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 33px;
    padding: 5px 30px 5px 30px;
	 border: 1px solid #707070;
    color: #fff;
    background: #946108;
	 height: 27px;
    margin-right: 20px;
	 text-transform: uppercase;
}

.content-main-panel-inner a:hover {
	color: #946108;
}

.content-main-panel-inner blockquote {
	display: inline-block;
	width: 40%;
	font-family: "priori-sans";
	font-weight: 700;
   font-size: 25px;
   line-height: 30px;
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 30px;
	padding-left: 30px;
	color: #102240;
	border-left: 9px solid #946108;
}

.content-main-panel-inner blockquote p {
	font-family: "priori-sans";
	font-weight: 700;
   font-size: 25px;
   line-height: 30px;
	padding-bottom: 0;
}

.photo-only-text {
	margin-top: 20px;
	margin-bottom: 20px;
}

.photo-only-text p {
	font-family: "priori-sans";
	font-weight: 700;
   font-size: 20px;
   line-height: 20px;
	padding-bottom: 0;
	color: #946108;
}

.photo-only-text p::before {
	content:"";
	display: inline-block;
	width: 15px;
   height: 15px;  
   background-color: red;
   margin-right: 10px;
	white-space: nowrap;
}

.content-grid {
	display: grid;
  overflow: hidden;
	grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5%;
  grid-row-gap: 20px;
  justify-content: center;
}

.content-grid-new-line {
	grid-column-start: 1;
}

.content-grid-item-image {
	position: relative;
	height: 500px;
}

.photo-only-indicator {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	background: red;
	z-index: 9;
}

.content-grid-item-text {
	margin-top: 20px;
}

.content-grid-item-text h3 {
	font-weight: 700;
   font-size: 27px;
   line-height: 32px;
	color: #343434;
}

.dve-story-roh-mobile {
	display: none;
}

.dve-story-categories {
	margin-top: 20px;
	margin-bottom: 40px;
	padding-top: 10px;
	border-top: 1px solid #102240;
	border-bottom: 1px solid #102240;
}

.dve-story-categories h2 {
	font-weight: 700;
   font-size: 24px;
   line-height: 36px;
	color: #102240;
	padding-bottom: 20px;
}

.dve-story-categories h2 a:after {
	content: "+";
	margin-left: 10px;
	font-weight: 700;
   font-size: 24px;
   line-height: 36px;
	color: #102240;
}

.dve-story-categories h2 a.cats-open:after {
	content: "-";
	margin-left: 10px;
	font-weight: 700;
   font-size: 24px;
   line-height: 36px;
	color: #102240;
}

.dve-story-category-list {
	display: none;
	column-count: 3;
}

.dve-story-category-list p {
   font-size: 16px;
   line-height: 20px;
	color: #102240;
	padding-bottom: 20px;
}

.fallen-heroes h2, .fallen-heroes h3 {
	font-weight: 700;
   font-size: 33px;
   line-height: 36px;
	color: #102240;
	padding-bottom: 20px;
}

.fallen-heroes h3 {
	color: #946108;
}

.fallen-heroes h4, .fallen-heroes p, .roh-specifics p {
	font-weight: 700;
   font-size: 20px;
   line-height: 28px;
	color: #946108;
}

.fallen-heroes p {
	font-weight: 400;
	color: #102240;
}

.story-search h3 {
	font-weight: 700;
   font-size: 24px;
   line-height: 36px;
	color: #102240;
	padding-bottom: 10px;
}

.roh-specifics strong {
	color: #946108;
}

.story-list-navigation {
	margin-top: 30px;
	margin-bottom: 30px;
}

.story-list-navigation span {
	margin-right: 10px;
}

.story-list-navigation p, .story-list-navigation a {
	font-family: "priori-sans";
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #102240;
}

.story-list-navigation a:hover {
	color: #946108;
}

.pagination {
	padding: 30px 0 40px 0;
}

.search-results .pagination ul {
	float: right;
}

.search-results .pagination li {
	float: left;
	display: inline-block;
	width: 15px;
	height: 10px !important;
	color: #000;
	margin: 0 15px 0 0;
	text-align: center;
	border-bottom: 0;
}

.search-results .pagination li:first-child, .search-results .pagination li:last-child {
    border-right: none;
}

.search-results .pagination li:first-child {
	width: 50px;
}

.search-results .pagination p {
	display: inline-block;
}

.story-search-results .pagination {
	width: 100%;
	height: auto;
	text-align: center;
}

.search-results .pagination a, .story-search-results .pagination a {
	float: left;
	display: inline-block;
	width: 15px;
	background: transparent;
	text-decoration: none;
	color: #002856;
	margin: 0 15px 0 0;
}

.search-results .pagination li a:hover {
	color: #102240;
}

.search-results .pagination a.pagination-selected {
	color: #102240;
}

.search-within-results-form-in-results, .submission-criteria {
	display: none;
}

.search-results a.search-button {
	display: inline-block;
	width: 45%;
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
   line-height: 30px;
   padding: 10px 50px 10px 50px;
   color: #fff;
   background: #102240;
	text-decoration: none;
	text-align: center;
}

.search-within-results-form-in-results {
    margin-top: 30px;
	 padding-top: 30px;
	 padding-bottom: 30px;
}

.veteran-story-single-image, .dve-story-image {
	width: 40%;
	height: auto;
	margin-bottom: 30px;
}

.fs-results li {
	width: 70%;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #102240;
}

.fs-results a {
	text-decoration: none;
}

p.search-instruction {
	display: block;
	margin-top: 50px;
	font-size: 18px;
   line-height: 26px;
	color: #102240;
}

.result-name h3 {
	font-weight: 700;
   font-style: normal;
   font-size: 27px;
   line-height: 32px;
	padding-bottom: 20px;
	color: #102240;
	text-transform: uppercase;
}

.result-service-num h3 {
	font-weight: 700;
   font-style: normal;
   font-size: 24px;
   line-height: 29px;
	padding-bottom: 20px;
	color: #946108;
}

.result-details {
	padding-bottom: 20px;
}

.result-details h4 {
	display: inline-block;
	width: 30%;
	font-size: 18px;
   line-height: 26px;
	color: #102240;
}

.summary-reg-unit-display h4 {
   font-size: 18px;
   line-height: 26px;
	padding-bottom: 20px;
	color: #946108;
}

.content-main-panel-roh-record {
	width: 80%;
	padding-left: 30px;
	height: auto;
	overflow: hidden;
}

.sharable-roh-record-image {
	width: 40%;
	height: auto;
}

.sharable-roh-record-name h2, .trustee-list-inner h2 {
	font-weight: 700;
   font-style: normal;
   font-size: 46px;
   line-height: 55px;
	color: #102240;
	padding-bottom: 20px;
}

.sharable-roh-record-detail h3, .sharable-roh-record-context h3, .dve-roh-record-story h3, .sharable-roh-record-location h3, .patron-panel-text h3 {
	font-weight: 700;
   font-style: normal;
   font-size: 27px;
   line-height: 32px;
	color: #946108;
	padding-bottom: 20px;
}

.sharable-roh-record-context h3, .dve-roh-record-story h3, .patron-panel-text h3 {
	color: #102240;
	padding-bottom: 10px;
}

.patron-panel-text h3 {
	text-transform: uppercase;
}

.sharable-roh-record-detail h4 {
	font-family: "minion-pro", serif; 
	font-weight: 400;
   font-style: normal;
   font-size: 18px;
   line-height: 26px;
	color: #102240;
	padding-bottom: 20px;
}

.sharable-roh-record-regiment p, .sharable-roh-record-significance p, .sharable-roh-record-death p, .sharable-roh-record-age p, .sharable-roh-record-death-range p, .sharable-roh-record-nationality p,
.dve-roh-record-story p {
	font-size: 18px;
   line-height: 26px;
	color: #946108;
	padding-bottom: 10px;
}

.sharable-roh-record-death p, .sharable-roh-record-age p, .sharable-roh-record-death-range p, .sharable-roh-record-nationality p, .dve-roh-record-story p, 
.sharable-roh-record-location h3 span.memorial-location-column, .sharable-roh-record-significance p {
	color: #102240;
}

.sharable-roh-record-context, .dve-roh-record-story {
	margin-top: 30px;
	margin-bottom: 30px;
}

.sharable-roh-record-death, .sharable-roh-record-age, .sharable-roh-record-death-range, .sharable-roh-record-nationality {
	display: inline-block;
	width: 15%;
}

a.dve-story-button, .search-detail-back a, a.trustee-button {
	display: inline-block;
	font-family: "priori-sans";
   font-weight: 500;
   font-style: normal;
   font-size: 20px;
   line-height: 30px;
   padding: 10px 50px 10px 50px;
   color: #fff;
   background: #102240;
	text-align: center;
}

a.trustee-button:hover {
	color: #fff;
}

.search-detail-back a {
	margin-right: 20px;
	padding: 10px 100px 10px 100px;
}

.sharable-roh-record-location-map {
	width: 80%;
	height: auto;
}

p.search-detail-back {
	display: inline-block;
	margin-top: 50px;
}

p.search-detail-back a {
	text-decoration: none;
}

p.search-detail-back a:hover {
	color: #fff;
}

.trustee-list {
	width: 100%;
	height: auto;
}

.trustee-list-grid, .aux-trustee-list-grid {
	display: grid;
  overflow: hidden;
	grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5%;
  grid-row-gap: 30px;
  justify-content: center;
}

.patron-panel-image {
	float: left;
	width: 45%;
	height: auto;
	margin-right: 2%;
}

.patron-panel-content {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
}

.patron-panel-text {
	position: absolute;
	left: 0;
	bottom: 0;
}

.patron-panel-text p.trust-honours, .patron-panel-text p.trust-position  {
	font-family: "priori-sans";
	font-weight: 700;
	font-size: 21px;
   line-height: 25px;
	color: #946108;
	padding-bottom: 10px;
}

.patron-panel-text p.trust-honours {
	color: #102240;
}

.patron-panel-text p.trust-position {
	text-transform: uppercase;
}

a.trustee-button {
	background: #946108;
}

.content-main-panel-trustee {
	margin-bottom: 50px;
}

.content-main-panel-trustee-image {
	float: left;
	width: 40%;
	height: auto;
	margin-right: 2.5%;
}

.content-main-panel-trustee-content {
	float: left;
	width: 40%;
	height: auto;
}

.content-main-panel-trustee-content h2 {
	font-weight: 700;
   font-style: normal;
   font-size: 34px;
   line-height: 41px;
	padding-bottom: 10px;
	color: #102240;
	text-transform: uppercase;
}

.content-main-panel-trustee-content p {
	font-style: normal;
   font-size: 18px;
   line-height: 26px;
	padding-bottom: 20px;
	color: #102240;
}

.content-main-panel-trustee-content p.content-honours {
	font-family: "priori-sans";
	font-weight: 700;
   font-style: normal;
   font-size: 26px;
   line-height: 31px;
	padding-bottom: 10px;
	color: #343434;
}

.content-main-panel-trustee-content p.content-position {
	font-family: "priori-sans";
	font-weight: 700;
   font-style: normal;
   font-size: 26px;
   line-height: 31px;
	padding-bottom: 20px;
	color: #946108;
	text-transform: uppercase;
}

.aux-trustee-list {
	margin-top: 50px;
	width: 60%;
}

.trustee-panel-image {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.trustee-panel-content h3 {
	font-weight: 700;
   font-style: normal;
   font-size: 27px;
   line-height: 29px;
	padding-bottom: 10px;
	color: #102240;
	text-transform: uppercase;
}

.trustee-panel-content p {
   font-size: 20px;
   line-height: 24px;
	padding-bottom: 20px;
	color: #946108;
}

.trustee-panel-content p.trust-honours {
	font-family: "priori-sans";
	font-weight: 700;
   font-style: normal;
   font-size: 26px;
   line-height: 31px;
	padding-bottom: 10px;
	color: #343434;
}

.trustee-panel-content p.trust-position {
	font-family: "priori-sans";
	font-weight: 700;
   font-style: normal;
   font-size: 26px;
   line-height: 31px;
	padding-bottom: 20px;
	color: #946108;
	text-transform: uppercase;
}

.featured-products-slider-pager-wrapper {
	position: relative;
	width: calc(100% - 60px);
	height: 20px;
}

.featured-products-slider-pager a {
	display: inline-block;
    background: #848D9D;
    border: 0;
    cursor: pointer;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    overflow: hidden;
    text-indent: -9999px;
}

.featured-products-slider-pager a:hover, .featured-products-slider-pager a.cycle-pager-active {
	background: #102240;
}

a.content-donate-button, a.content-outline-button {
	display: inline-block;
   font-family: "priori-sans";
	font-weight: 700;
   font-style: normal;
   font-size: 20px;
   line-height: 30px;
   padding: 10px 50px 10px 50px;
   color: #102240;
   background: transparent;
	border: 1px solid #102240;
	text-align: center;
	margin-right: 20px;
}

a.content-donate-button:hover {
	color: #102240;
}

.donate-columns {
	column-count: 2;
}

.news-list h2, .shop-content h2, .gallery-content h2 {
	font-weight: 700;
   font-style: normal;
   font-size: 46px;
   line-height: 55px;
	color: #102240;
	padding-bottom: 20px;
}

.other-news-title {
	float: left;
	width: 50%;
}

.other-news-filter {
	float: right;
	width: 50%;
	text-align: right;
}

.news-grid, .shop-products-grid {
	display: grid;
  overflow: hidden;
	grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5%;
  grid-row-gap: 40px;
  justify-content: center;
}

.news-grid-item, .news-grid-image, .news-grid-content {
	width: 100%;
	height: auto;
}

.news-grid-image, .shop-products-grid-image {
	margin-bottom: 20px;
}

.news-grid-content h3, .shop-products-grid-text h3, .shop-products-grid-text p.no-stock {
	font-weight: 700;
   font-style: normal;
   font-size: 27px;
   line-height: 32px;
	color: #343434;
	padding-bottom: 10px;
}

.news-grid-content p, .shop-products-grid-text p {
	font-style: normal;
   font-size: 16px;
   line-height: 20px;
	padding-bottom: 10px;
	color: #343434;
}

a.news-button, a.shop-grid-button {
    display: inline-block;
    font-family: "priori-sans";
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 33px;
    padding: 5px 30px 5px 30px;
	 border: 1px solid #707070;
    color: #fff;
    background: #946108;
	 height: 27px;
    margin-right: 20px;
	 text-transform: uppercase;
}

.content-app-logos {
	width: 20%;
}

.faq-list-question h3, .faq-list-question h3 a {
	font-weight: 700;
   font-size: 33px;
   line-height: 36px;
	color: #102240;
	padding-top: 20px;
	text-transform: uppercase;
	text-decoration: none;
}

.faq-list-question h3 a:after {
	content: "+";
	margin-left: 10px;
	font-weight: 700;
   font-size: 24px;
   line-height: 36px;
	color: #102240;
}

.faq-list-question h3 a.faq-open:after {
	content: "-";
	margin-left: 10px;
	font-weight: 700;
   font-size: 24px;
   line-height: 36px;
	color: #102240;
}

.faq-list-answer {
	display: none;
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #102240;
}

.visitor-book-entry {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #707070;
}

.visitor-book-entry h3, .story-search-results h3 {
	font-weight: 700;
   font-size: 27px;
   line-height: 32px;
	color: #102240;
	padding-top: 20px;
	text-transform: uppercase;
}

.visitor-book-entry p {
   font-size: 18px;
   line-height: 26px;
	color: #102240;
	padding-top: 20px;
}

.visitor-book-entry blockquote, .visitor-book-entry blockquote p {
   font-size: 25px;
   line-height: 30px;
	color: #102240;
}

.gallery, .content-gallery, .gallery-slide {
	position: relative;
	width: 100%;
	height: auto;
}

.slider-navigation {
	position: absolute;
	top: 45%;
	left: 0;
	margin-top: -25px;
	width: 100%;
	height: 50px;
	z-index: 1001;
}

a.slider-prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: transparent url("images/left_arrow.png") no-repeat 0 0;
	background-position: center;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  cursor: pointer;
}

a.slider-next {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: transparent url("images/right_arrow.png") no-repeat 0 0;
	background-position: center;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  cursor: pointer;
}

.gallery-slide p.gallery-slide-caption {
	font-size: 14px;
   line-height: 20px;
	color: #102240;
	padding-top: 10px;
}

.photo-gallery-grid {
	min-height: 100vh;
}

.gallery-item {
    width: 30%;
    height: auto;
    margin-bottom: 30px;
}

p span.image-caption, .image-caption {
	font-size: 14px;
   line-height: 20px;
	color: #102240;
	padding-top: 10px;
}

.image-full-width, .image-full-width img {
	width: 100%;
	height: auto;
	overflow-x: hidden
}

.three-quarter-width, .three-quarter-width img {
	width: 75%;
	height: auto;
	overflow-x: hidden
}

.half-width, .half-width img {
	width: 50%;
	height: auto;
	overflow-x: hidden
}

.quarter-width, .quarter-width img {
	width: 25%;
	height: auto;
	overflow-x: hidden
}

.text-only ul {
	list-style: disc;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.text-only ol {
	list-style: decimal;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.text-only li {
	font-family: "minion-pro", serif; 
	font-weight: 400; 
	font-style: normal; 
   font-size: 18px;
   line-height: 26px;
	padding-bottom: 10px;
}

.signup-inner h2 {
   font-weight: 700;
   font-style: normal;
   font-size: 46px;
   line-height: 55px;
	padding-bottom: 20px;
}

.signup-inner p {
	font-family: "minion-pro", serif; 
	font-weight: 400; 
	font-style: normal; 
   font-size: 18px;
   line-height: 26px;
	padding-bottom: 20px;
}

.signup {
	width: 100%;
	height: auto;
	background: #102240;
}

.signup-inner h2, .signup-inner p {
	color: #fff;
}

.footer {
	width: 100%;
	height: auto;
	background: #020202;
}

.footer-inner {
	position: relative;
	height: auto;
	min-height: 400px;
}

.footer-logo {
	float: left;
	width: 5%;
	height: auto;
	margin-right: 5%;
}

.footer-first-menu, .footer-second-menu {
	float: left;
	width: 10%;
	height: auto;
	margin-right: 1.5%;
}

.footer-contact {
	float: left;
	width: 25%;
	height: auto;
	margin-left: 3.5%;
}

.footer-aux {
	float: right;
	width: 20%;
	height: auto;
}

.footer-logo img  {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footer-first-menu a, .footer-second-menu a, .footer-contact p, .footer-contact a, .footer-nmt-text p {
	font-size: 12px;
   line-height: 16px;
	padding-bottom: 20px;
	color: #fff;
}

.footer-app img {
	display: inline-block;
	width: 40%;
	height: auto;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-left: 8%;
}

.footer-social {
	float: right;
	width: 160px;
	height: 40px;
	margin-bottom: 20px;
}

.footer-social a.facebook, .main-menu-social a.facebook {
	background: transparent url("images/white_01.png") no-repeat 0 0;
	background-position: center;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footer-social a.twitter, .main-menu-social a.twitter {
	background: transparent url("images/white_03.png") no-repeat 0 0;
	background-position: center;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footer-social a.instagram, .main-menu-social a.instagram  {
	background: transparent url("images/white_02.png") no-repeat 0 0;
	background-position: center;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footer-nmt {
	float: right;
	width: calc(100% - 20px);
	margin-right: 20px;
	margin-top: 20px;
}

.footer-nmt-text {
	display: none;
	float: right;
	width: 50%;
	margin-top: 15%;
	margin-right: 2%;
	text-align: right;
}

.footer-nmt-image {
	display: block;
	float: right;
	width: 20%;
}

.footer-nmt-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/*
Navigation
---------------------------------------
*/


.mobile-nav-icon, .mobile-menu {
	display: none;
}

.main-nav-icon {
	float: right;
	width: 60px;
	height: 60px;
}

.main-nav-icon P {
	display: inline-block;
	margin-right: 10px;
	font-family: "priori-sans";
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #946108;
	text-transform: uppercase;
}

.main-menu {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	background: #0F2240;
	z-index: 1005;
}

.main-menu-inner {
	position: relative;
	width: calc(100% -60px);
	height: calc(100% - 100px);
	padding: 50px 30px 50px 30px;
	z-index: 1005;
	overflow: auto;
}

.main-menu-buttons {
	position: absolute;
	top: 30px;
	left: 30px;
}

.main-menu-buttons a {
	display: inline-block;
	padding: 10px 40px 10px 40px;
	margin-right: 30px;
	border: 1px solid #fff;
	font-family: "priori-sans";
	font-weight: 700;
	font-size: 28px;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.main-menu-buttons a:hover {
	background: #fff;
	color: #0F2240;
}

.main-menu-logo {
	position: absolute;
	top: 40px;
	left: 46%;
	width: 8%;
	max-width: 300px;
	height: auto;
}

.main-menu-close {
	position: absolute;
	top: 30px;
	right: 30px;
}

.main-menu-close a {
	font-family: "priori-sans";
	font-weight: 700;
	font-size: 28px;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
}

.main-menu-menus {
	margin-top: 15%;
	width: 60%;
	margin-left: 20%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1%;
  grid-row-gap: 20px;
  justify-content: center;
}

.first-menu li > a, .second-menu li > a, .third-menu li > a {
	display: inline-block;
	font-family: "priori-sans";
	font-weight: 700;
	font-size: 28px;
	line-height: 34px;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 10px;
} 

.first-menu ul li ul, .second-menu ul li ul {
	margin-left: 40px;
}

.first-menu ul li ul li > a, .second-menu ul li ul li > a, .third-menu ul li ul li > a {
	display: inline-block;
	font-family: "priori-sans";
	font-weight: 700;
	font-size: 22px;
	line-height: 36px;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 5px;
} 

.main-menu-aux {
	width: 25%;
	margin-left: 37.5%;
	margin-top: 20px;
}

.main-menu-app {
	float: left;
	width: 400px;
	height: 80px;
}

.main-menu-app img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 80px;
	margin-right: 20px;
}

.main-menu-social {
	float: right;
	width: 200px;
	height: 40px;
	margin-top: 20px;
}


.main-menu-social a.facebook, .main-menu-social a.twitter, .main-menu-social a.instagram {
	width: 44px;
	height: 40px;
}


/*
Forms
---------------------------------------
*/


.signup-form {
	margin-bottom: 20px;
}

.signup-form input[type="text"], .signup-form input[type="email"] {
	float: left;
	width: 24%;
	height: 30px;
	margin-right: 2.5%;
	padding: 10px;
	border: none;
   outline: none;
	color: #343434;
	background: #fff;
}

.signup-form input[type="submit"] {
    display: inline-block;
    padding: 5px;
	 margin-top: 30px;
    width: calc(25% - 4px);
    border: 1px solid #fff;
    font-family: "minion-pro", serif; 
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
	 background: transparent;
    text-align: center;
	 cursor: pointer;
}

.signup-form ::-webkit-input-placeholder {
	font-family: "minion-pro", serif; 
	font-size: 19px;
   line-height: 20px;
	color: #343434;
}

.signup-form :-moz-placeholder { 
	font-family: "minion-pro", serif; 
	font-size: 19px;
   line-height: 20px;
	color: #343434;
}

.signup-form ::-moz-placeholder { 
	font-family: "minion-pro", serif; 
	font-size: 19px;
   line-height: 20px;
	color: #343434;
}

.signup-form :-ms-input-placeholder {  
	font-family: "minion-pro", serif; 
	font-size: 19px;
   line-height: 20px;
	color: #343434;
}

.story-search-sidebar h3, .donate-form h3 {
	font-size: 33px;
	line-height: 36px;
	color: #102240;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.donate-form h3 {
	padding-top: 20px;
}

.story-search-sidebar input[type="text"], .story-search input[type="text"] {
	width: calc(100% - 22px);
	height: 20px;
	padding: 10px;
	border: 1px solid #343434;
   outline: none;
	font-size: 16px;
	line-height: 20px;
	color: #343434;
	background: #fff;
}

.story-search input[type="text"] {
	width: 300px;
	height: 30px;
	line-height: 40px;
}

.story-search-sidebar input[type="submit"], .story-search input[type="submit"] {
    display: inline-block;
    padding: 5px;
	 margin-top: 20px;
    width: 100%;
    font-family: "minion-pro", serif; 
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: #fff;
	 background: #102240;
    text-align: center;
	 cursor: pointer;
}

.story-search input[type="submit"] {
	width: auto;
	padding: 5px 40px 10px 40px;
	line-height: 35px;
	margin-left: 20px;
	border: 1px solid #343434;
}

.search-names-form {
	margin-bottom: 30px;
}

.search-names-form p.search-warning, .search-names-form p.search-date-warning {
	display: none;
	font-family: "minion-pro", serif; 
	font-size: 19px;
   line-height: 40px;
	color: red;
} 

.search-names-form label, .donate-form label, .checkout-form label, .customer-login-form label, .customer_form_fields label {
	float: left;
	display: inline-block;
	width: 15%;
	height: auto;
	font-family: "priori-sans";
	font-weight: 700;
	font-size: 22px;
   line-height: 26px;
	color: #946108;
	text-transform: uppercase;
}

.checkout-form .checkbox-label {
	font-family: "priori-sans";
	font-weight: 700;
	font-size: 22px;
   line-height: 26px;
	color: #102240;
}

.search-names-form input[type="text"], .donate-form input[type="text"], .discount-coupon input[type="text"], .checkout-form input[type="text"], .customer-login-form input[type="text"],
.customer-login-form input[type="password"], .customer_form_fields input[type="text"], .customer_form_fields input[type="password"] {
	float: left;
	width: 50%;
	height: 20px;
	padding: 10px;
	border: 1px solid #102240;
   outline: none;
	font-size: 16px;
	line-height: 20px;
	color: #102240;
	background: #fff;
	margin-bottom: 20px;
}

.discount-coupon input[type="text"] {
	width: 30%;
}

.search-names-form select, .donate-form select, select.productsize, .checkout-form select {
	float: left;
	width: 20%;
	height: 40px;
	padding: 10px;
	border: 1px solid #102240;
   outline: none;
	background: transparent;
	font-size: 16px;
	line-height: 20px;
	color: #102240;
	margin-right: 30px;
	margin-bottom: 20px;
}

select.productsize {
	float: none;
}

.search-within-results-form-in-results .search-names-form select, select.productsize, .checkout-form select {
	width: 50%;
}

.donate-form select, .checkout-form select {
	width: 51%;
}

.death-date-year {
	width: 10%;
	font-family: "priori-sans";
	font-weight: 700;
	font-size: 22px;
   line-height: 40px;
	color: #946108;
}

.checkout-form checkbox, .checkout-form .checkbox-label {
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
}

.donate-form textarea {
	width: 51%;
}

.character-count-container {
	margin-left: 15%;
	margin-bottom: 50px;
}

.search-names-form input[type="submit"], .donate-form input[type="submit"], .checkout-form input[type="submit"], .customer-login-form input[type="submit"],
.customer_form_fields input[type="submit"], .card-form button {
    display: inline-block;
    padding: 5px;
	 margin-top: 20px;
	 margin-left: 15%;
    width: 51.5%;
	 padding: 5px 10px 5px 10px;
	 border: 1px solid #102240;
    font-family: "minion-pro", serif; 
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    color: #fff;
	 background: #102240;
    text-align: center;
	 cursor: pointer;
}

.card-form button {
	margin-top: 30px;
	margin-left: 0;
}

.search-within-results-form-in-results .search-names-form input[type="submit"] {
	margin-left: 0;
	width: 51%;
}

.discount-coupon input[type="submit"], .checkout-button a {
    float: left;
    padding: 5px;
	 margin-left: 20px;
    width: 30%;
	 padding: 5px 10px 5px 10px;
	 border: 1px solid #102240;
    font-family: "minion-pro", serif; 
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
	 background: #102240;
    text-align: center;
	 cursor: pointer;
}

.checkout-button a {
	float: none;
	width: auto;
	margin-left: 0;
	border: 1px solid #707070;
	background: #946108;
}

.checkout-button a:hover {
	color: #fff;
}


.other-news-filter select {
	width: auto;
   height:50px;
    border: 2px solid #102240;
   outline:none;
	padding: 0 20px 0 20px;
	font-family: "priori-sans";
	font-weight: 700;
	font-size: 22px;
   line-height: 40px;
	color: #102240;
}

input.error, textarea.error, input[type=checkbox].error { 
	background-color: #FFDAD5 !important;
}

.donate-form input.error {
	border: 1px solid red;
}

.size-error {
	display: none;
}

.size-error p {
	color: red;
}

.international-postage-message {
	display: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

.error-message-password {
	display: none;
	font-style: normal;
   font-size: 18px;
   line-height: 20px;
	padding-bottom: 20px;
	color: red;
}
	


/*
Shop
---------------------------------------
*/

.shop-products-grid-text p.no-stock {
	color: #946108;
}

.shop-content p {
	font-style: normal;
   font-size: 18px;
   line-height: 26px;
	padding-bottom: 20px;
	color: #102240;
}

.shop-legal-policy {
	margin-top: 40px;
}

.shop-legal-policy a {
	color: #102240;
}

.shop-product-gallery {
	float: left;
	width: 45%;
	height: auto;
}

.shop-product-details {
	float: right;
	width: 50%;
	height: auto;
}

.product-thumbnails {
	margin-top: 40px;
	width: 100%;
	height: auto;
}

.product-thumbnails li {
	float: left;
	width: 24%;
	height: auto;
	margin-right: 1.33%;
}

.product-thumbnails li.last-thumb {
	margin-right: 0;
}

.product-thumb {
	width: 100%;
	height: 100%;
}

.product-details p {
	font-size: 16px;
	line-height: 20px;
	color: #343434;
	padding-bottom: 20px;
}

p.product-price {
	font-family: "priori-sans";
	font-weight: 700;
	font-size: 27px;
   line-height: 33px;
	color: #946108;
	padding-bottom: 20px;
}

#add_basket_form input[type="submit"], .goto-basket a, .continue-shopping a, a.checkout-signup-button {
	display: inline-block;
    font-family: "priori-sans";
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 33px;
    padding: 10px 30px 10px 30px;
	 border: 1px solid #707070;
    color: #fff;
    background: #946108;
	 height: 27px;
    margin-right: 20px;
	 text-transform: uppercase;
	 margin-bottom: 20px;
	 cursor: pointer;
}

#add_basket_form input[type="submit"] {
	padding: 5px 30px 5px 30px;
	height: 50px;
}

.goto-basket, .continue-shopping {
	float: left;
	width: 40%;
	margin-right: 5%;
}

.goto-basket a, .continue-shopping a {
	width: 90%;
	text-align: center;
	margin-right: 5%;
	text-decoration: none;
}

.goto-basket a:hover, .continue-shopping a:hover, a.checkout-signup-button:hover {
	color: #fff;
}

.basket-product {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.basket-product-image {
	float: left;
	width: 20%;
	margin-right: 5%;
}

.basket-product-details {
	float: left;
	width: 40%;
	height: auto;
}

.basket-product-details h3, .checkout-form h3, .shop-legal-policy h2 {
	font-weight: 700;
   font-style: normal;
   font-size: 27px;
   line-height: 32px;
	color: #102240;
	padding-bottom: 20px;
}

.basket-product-details p, p.invalid-code-error, .checkout-payment-details p, .checkout-payment-details a, .shop-legal-policy p {
	font-style: normal;
   font-size: 16px;
   line-height: 20px;
	padding-bottom: 20px;
	color: #343434;
}

p.invalid-code-error {
	color: red;
}

p.basket-quantity {
	font-weight: 700;
	font-style: normal;
   font-size: 16px;
   line-height: 20px;
	padding-bottom: 20px;
	color: #102240;
}

a.basket-remove-item {
    display: inline-block;
    font-family: "priori-sans";
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 33px;
    padding: 5px 30px 5px 30px;
	 border: 1px solid #707070;
    color: #fff;
    background: #946108;
	 height: 27px;
    margin-right: 20px;
	 text-transform: uppercase;
}

.basket-shipping h3, .discount-code h3, h3.basket-total-title, .checkout-payment-details h2 {
	font-weight: 700;
	font-style: normal;
   font-size: 46px;
   line-height: 55px;
	padding-bottom: 20px;
	color: #102240;
}

.checkout-form {
	margin-bottom: 30px;
}

.order-total-summary label {
	display: inline-block;
	width: 10%;
	font-weight: 700;
	font-style: normal;
   font-size: 20px;
    line-height: 33px;
	padding-bottom: 20px;
	color: #102240;
}

.order-total-summary, .order-total-summary p {
	font-style: normal;
   font-size: 20px;
    line-height: 33px;
	padding-bottom: 20px;
	color: #102240;
}


/*
Responsive
---------------------------------------
*/


@media only screen and (max-device-width: 2500px), screen and (max-width: 2500px) {

.main-menu-aux {
	width: 35%;
	margin-left: 32.5%;
	margin-top: 20px;
}


}


@media only screen and (max-device-width: 1800px), screen and (max-width: 1800px) {

.search-names-form label, .donate-form label, .checkout-form label, .customer-login-form label, .customer_form_fields label {
    width: 20%;
}

.main-menu-aux {
	width: 40%;
	margin-left: 30%;
	margin-top: 20px;
}


}


@media only screen and (max-device-width: 1700px), screen and (max-width: 1700px) {

.footer-nmt-image {
    width: 30%;
}

/* Navigation */

.main-menu-aux {
	width: 45%;
	margin-left: 27.5%;
	margin-top: 20px;
}

.main-menu-menus {
    margin-top: 12%;
    width: 80%;
    margin-left: 10%;
}


}

@media only screen and (max-device-width: 1500px), screen and (max-width: 1500px) {

.main-menu-aux {
	width: 50%;
	margin-left: 25%;
	margin-top: 20px;
}

.footer-nmt-image {
    width: 35%;
}

.footer-nmt-text {
    display: block;
    float: right;
    width: 80%;
    margin-top: 15%;
    margin-right: 2%;
    text-align: right;
}

}


@media only screen and (max-device-width: 1300px), screen and (max-width: 1300px) {

.main-menu-aux {
	width: 55%;
	margin-left: 22.5%;
	margin-top: 20px;
}


/* Navigation */

.main-menu-menus {
    margin-top: 12%;
    width: 95%;
    margin-left: 2.5%;
}



}


@media only screen and (max-device-width: 1200px), screen and (max-width: 1200px) {

body {
	max-width: 100%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.masthead-social, .masthead-donate, .content-side-panel {
	display: none;
}

.masthead {
    height: 180px;
}

.logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: auto;
    height: 160px;
    display: inline-block;
    z-index: -1;
}

.masthead-functions {
    float: right;
    width: 80%;
    height: auto;
    text-align: right;
}

.page-hero-copy {
    width: 40%;
}

.page-hero-image {
    width: 60%;
}

.content-offset {
    margin-top: 220px;
}

.video-panel-first-text {
    width: 55%;
}

.video-panel-second-text {
    float: left;
    width: 40%;
    height: auto;
}

.video-panel-text h3 {
	font-size: 22px;
}

a.video-panel-button {
    width: auto;
    padding: 10px 40px 10px 40px;
}

.main-featured-story-panel {
    float: none;
    width: 100%;
    height: auto;
	 border-bottom: 2px solid #fff;
}

.side-featured-story-panel {
    float: none;
    width: 100%;
    height: auto;
    border-left: 0;
}

.featured-news-panel-inner {
    display: inline-block;
}

.featured-news-content {
    border-right: 0;
}

.featured-news-text {
    padding-bottom: 30px;
}

.image-panel-text {
    width: calc(80% - 60px);
    height: calc(100% - 60px);
}

.content-main-panel {
    width: 100%;
}

.content-main-panel-inner blockquote {
    width: 60%;
}

.content-grid {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5%;
    grid-row-gap: 20px;
    justify-content: center;
}

.news-grid, .shop-products-grid {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5%;
    grid-row-gap: 40px;
    justify-content: center;
}

.donate-columns {
    column-count: 1;
}

.trustee-list-grid, .aux-trustee-list-grid {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 30px;
    justify-content: center;
}

.content-main-panel-trustee-image {
    float: left;
    width: 40%;
    height: auto;
    margin-right: 2.5%;
}

.content-main-panel-trustee-content {
    float: left;
    width: 55%;
    height: auto;
}

.fs-results li {
    width: 80%;
}

p.search-detail-back a {
	margin-bottom: 20px;
}

.quarter-width, .quarter-width img {
	width: 50%;
	height: auto;
	overflow-x: hidden
}

.footer-logo {
    float: none;
    width: 20%;
    height: auto;
    margin-left: 40%;
	 margin-right: 40%;
	 margin-bottom: 20px;
}

.footer-first-menu, .footer-second-menu {
	display: none;
}

.footer-contact {
    float: none;
    width: 100%;
    height: auto;
	 text-align: center;
    margin-left: 0;
	 margin-bottom: 20px;
}

.footer-aux {
    float: none;
    width: 100%;
    height: auto;
}

.footer-app {
	width: 80%;
	margin-left: 10%;
	margin-bottom: 20px;
}

.footer-social {
    float: none;
    width: 40%;
    height: 40px;
	 margin-left: 40%;
    margin-bottom: 20px;
	 text-align: center;
}

.footer-nmt {
    float: none;
    width: calc(100% - 20px);
	 height: auto;
	 min-height: 400px;
    margin-right: 20px;
    margin-top: 20px;
}

.footer-nmt-image {
	float: none;
   width: 25%;
	margin-left: 40%;
	height: auto
}

.footer-nmt-text {
   display: none;
   float: none;
   width: 100%;
   margin-top: 20;
   margin-right: 0;
   text-align: center;
}
	 


/* Forms */

.signup-form input[type="text"], .signup-form input[type="email"] {
    float: none;
    width: calc(100% - 20px);
    height: 30px;
    margin-right: 0;
    padding: 20px 10px 10px 10px;
    border: none;
    outline: none;
    color: #343434;
    background: #fff;
	 margin-bottom: 20px;
}

.search-names-form label, .donate-form label, .checkout-form label, .customer-login-form label, .customer_form_fields label {
    float: left;
    display: inline-block;
    width: 20%;
    height: auto;
}

.search-names-form input[type="text"], .donate-form input[type="text"], .discount-coupon input[type="text"], .checkout-form input[type="text"], .customer-login-form input[type="text"], .customer-login-form input[type="password"], .customer_form_fields input[type="text"], .customer_form_fields input[type="password"] {
    width: 60%;
    height: 20px;
}

.search-names-form input[type="submit"], .donate-form input[type="submit"], .checkout-form input[type="submit"], .customer-login-form input[type="submit"], .customer_form_fields input[type="submit"] {
    margin-left: 20%;
}

.donate-form select, .checkout-form select {
    width: 61%;
}


/* Navigation */

.main-nav-icon, .main-menu {
	display: none;
}

.mobile-nav-icon {
	display: block;
	float: right;
	width: 60px;
	height: 60px;
}

.mobile-menu {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	min-height: 2000px;
	background: #0F2240;
	z-index: 1001;
}

.mobile-menu-inner {
	position: relative;
	width: calc(100% -60px);
	height: calc(100% - 100px);
	padding: 50px 30px 50px 30px;
	z-index: 1002;
	overflow: auto;
}

.mobile-menu-buttons {
	margin-top: 200px;
	margin-left: 15%;
}

.mobile-menu-buttons a {
	display: inline-block;
	width: calc(40% - 80px);
	padding: 10px 40px 10px 40px;
	margin-right: 4%;
	border: 1px solid #fff;
	font-family: "priori-sans";
	font-weight: 700;
	font-size: 28px;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.mobile-menu-buttons a:hover {
	background: #fff;
	color: #0F2240;
}

.mobile-menu-logo {
	position: absolute;
	top: 40px;
	left: 40%;
	width: 20%;
	max-width: 300px;
	height: auto;
}

.mobile-menu-close {
	position: absolute;
	top: 30px;
	right: 30px;
}

.mobile-menu-close a {
	font-family: "priori-sans";
	font-weight: 700;
	font-size: 28px;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
}

.mobile-menu-menu {
	margin-top: 40px;
	width: 100%;
}

/*.mobile-menu-menu li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #fff;
} 

.mobile-menu-menu li.menu-item-has-children {
	border-top: 1px solid #fff;
	border-bottom: 0;
}*/

.mobile-menu-menu li > a {
	display: inline-block;
	font-family: "priori-sans";
	font-weight: 700;
	font-size: 28px;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 20px;
} 

.mobile-menu-menu ul li ul li {
	padding-left: 40px;
}

.mobile-menu-menu ul li ul li > a {
	font-family: "priori-sans";
	font-weight: 700;
	font-size: 22px;
	line-height: 36px;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 20px;
} 

.mobile-menu-aux {
	width: 25%;
	margin-left: 25%;
	margin-top: 20px;
}

.mobile-menu-app {
	float: left;
	width: 400px;
	height: 80px;
}

.mobile-menu-app img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 80px;
	margin-right: 20px;
}

/*.mobile-menu-social {
	width: 50%;
	margin-left: 25%;
}*/

.mobile-menu-social .main-menu-social {
	width: 100%;
	height: 40px;
	margin-top: 20px;
}


}


@media only screen and (max-device-width: 800px), screen and (max-width:800px){ 




}


@media only screen and (max-device-width: 500px), screen and (max-width:500px){ 

.masthead {
   height: 120px;
}

.masthead-inner {
    padding-left: 2.5%;
    padding-right: 2.5%;
}

.logo {
   position: absolute;
   top: 30px;
   left: 2.5%;
   width: auto;
   height: 100px;
   display: inline-block;
   z-index: -1;
}

.logo img {
  height: 100px;
}

.content-offset {
  margin-top: 200px;
}

.page-hero {
  display: none;
}

.video-panel-first-text, .video-panel-second-text {
	float: none;
   width: 100%;
}

.video-panel-text {
    width: 100%;
}

a.video-panel-button {
    display: inline-block;
    width: calc(100% - 80px);
    padding: 10px 40px 10px 40px;
}

.side-featured-story-image {
    float: none;
    width: 100%;
    height: auto;
}

.side-featured-story-content {
    float: none;
    width: 95%;
    height: auto;
	 padding-top: 20px;
	 padding-bottom: 20px;
    padding-left: 2.5%;
	 padding-right: 2.5%;
}

.image-panel-title, .image-panel-content-text {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
}

.image-panel-title {
	padding-bottom: 20px;
}

.signup-inner, .featured-news-panel-inner, .content-inner, .trustee-list-inner, .footer-inner {
    padding-top: 30px;
	 padding-bottom: 30px;
    padding-left: 2.5%;
	 padding-right: 2.5%;
}

.content-main-panel-inner {
    margin-right: 0;
}

.faq-list-question h3, .faq-list-question h3 a {
    font-size: 26px;
    line-height: 36px;
}

.patron-panel-image, .patron-panel-content {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
}

.patron-panel-image {
	min-height: 480px;
}

.patron-panel-content {
	margin-bottom: 30px;
}

.trustee-list-grid, .aux-trustee-list-grid {
        display: inline-block;
    }
	 
.content-main-panel-trustee-image {
        float: none;
        width: 100%;
        height: auto;
        margin-right: 0;
		  margin-bottom: 20px;
}
	 
.content-main-panel-trustee-content {
        float: none;
        width: 100%;
        height: auto;
}	

a.trustee-button {
    display: inline-block;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
	 width: calc(100% - 100px);
    padding: 10px 50px 10px 50px;
    color: #fff;
    background: #102240;
    text-align: center;
	 margin-bottom: 20px;
} 	

.fs-results li {
        width: 90%;
} 

.content-main-panel-roh-record {
    width: 95%;
    padding-left: 2.5%;
    height: auto;
    overflow: hidden;
}
	 
.sharable-roh-record-image {
    width: 70%;
    height: auto;
}	 

.news-grid, .shop-products-grid {
  display: inline-block;
 overflow: hidden;
}

.other-news-title {
	float: none;
	width: 100%;
}

.other-news-filter {
	float: none;
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

.shop-products-grid-item {
	margin-bottom: 30px;
}

.shop-product-gallery {
    float: none;
    width: 100%;
    height: auto;
	 margin-bottom: 30px;
}

.shop-product-details {
    float: none;
    width: 100%;
    height: auto;
}

.story-list-navigation {
	display: none;
}

.dve-story-category-list {
    column-count: 1;
}

.content-grid {
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 20px;
  justify-content: center;
}

.news-grid-item {
    margin-bottom: 30px;
}

.three-quarter-width, .three-quarter-width img {
	width: 100%;
	height: auto;
	overflow-x: hidden
}

.half-width, .half-width img {
	width: 100%;
	height: auto;
	overflow-x: hidden
}

.quarter-width, .quarter-width img {
	width: 100%;
	height: auto;
	overflow-x: hidden
}

.footer-social {
  width: 50%;
  margin-left: 25%;
}

.footer-nmt-image {
  margin-left: 42%;
}


/* Navigation */

.mobile-menu-close a {
  font-size: 22px;
  line-height: 50px;
}

.mobile-menu-logo {
  top: 35px;
  left: 30%;
  width: 35%;
}

.mobile-menu-buttons {
  margin-top: 150px;
  margin-left: 0;
}

.mobile-menu-buttons a {
  width: calc(100% - 80px);
  margin-bottom: 20px;
  text-align: center;
}

.mobile-menu-menu li > a {
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 10px;
}

.mobile-menu-aux {
  width: 100%;
  margin-left: 0;
  margin-top: 20px;
    }

.main-menu-app {
    float: none;
    width: 70%;
    height: auto;
	 margin-left: 15%;
}

.main-menu-app img {
    display: inline-block;
    width: 100%;
    height: auto;
    max-height: auto;
    margin-right: 0;
}

.mobile-menu-social .main-menu-social {
	text-align: center;
}


/* Forms */

.signup-form input[type="submit"] {
    width: calc(100% - 14px);
}

.search-names-form label, .donate-form label, .checkout-form label, .customer-login-form label, .customer_form_fields label {
        float: none;
        display: inline-block;
        width: 100%;
        height: auto;
    }

.search-names-form input[type="text"], .donate-form input[type="text"], .discount-coupon input[type="text"], .checkout-form input[type="text"], .customer-login-form input[type="text"], .customer-login-form input[type="password"], .customer_form_fields input[type="text"], .customer_form_fields input[type="password"] {
        width: 90%;
        height: 20px;
    }
	 
.search-names-form select, .donate-form select, select.productsize, .checkout-form select {
    float: left;
    width: 90%;
    height: 40px;
    padding: 10px;
    border: 1px solid #102240;
    outline: none;
    background: transparent;
    font-size: 16px;
    line-height: 20px;
    color: #102240;
    margin-right: 30px;
    margin-bottom: 20px;
}	


.search-names-form input[type="submit"], .donate-form input[type="submit"], .checkout-form input[type="submit"], .customer-login-form input[type="submit"], .customer_form_fields input[type="submit"] {
    display: inline-block;
    padding: 5px;
    margin-top: 20px;
    margin-left: 0;
    width: 90%;
    padding: 5px 10px 5px 10px;
} 

.search-names-form input[type="submit"], .donate-form input[type="submit"], .checkout-form input[type="submit"], .customer-login-form input[type="submit"], .customer_form_fields input[type="submit"] {
        margin-left: 0;
    }

.story-search input[type="text"] {
    width: 90%;
    height: 30px;
    line-height: 40px;
}

.story-search input[type="submit"] {
    margin-left: 0;
}

}







