/*
Theme Name: The Record
Author: Subtext Inc.
Author URI: https://www.subtextinc.com/
Description: A custom theme for The Record.
Version: 1.0
License: GNU General Public License
License URI: license.txt

*****************
**** Colors: ****
*****************

Dark Grey:			#1a1a1a
Medium Grey: 		#666666
Light Grey: 		#b5b5b5
Extra Light Grey:	#f7f7f7
Darker Green: 		#132226
Dark Green:			#152a2e
Light Green: 		#538e8e
Medium Green:		#356d69
Pale Gold:			#f7f5e7
Extra Light Green:	#c6e5e2


****************
**** Fonts: ****
****************

*** Inter ***

font-family: 'Inter', sans-serif;
--- WEIGHTS ---
semi-bold: 	600 
bold: 		700 
bold: 		900 


*** Source Serif Pro ***

font-family: 'Source Serif Pro', serif;
--- WEIGHTS ---
semi-bold: 	600 
bold:		700 
black: 		900 

*/

/* =Structure
-------------------------------------------------------------- */

* {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	height: 100%;
	scroll-behavior: smooth;
}
body {
	font-family: 'Inter', sans-serif;
	height: 100%;
	margin: 0;
}
body.logged-in.admin-bar {
	padding-top: 32px;
}
#page {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
#primary {
	width: 100%;
}
#content {
}
#main .widget-area {
}
header.page-header {
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 30px;
}
h1.page-title {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 36px;
    border-bottom: solid 3px #538e8e;
	margin: 0;
	color: #132226;
}
a {
	color: #538e8e;
	text-decoration: none;
}
a:hover {
	color: #356d69;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Serif Pro', serif;
}
.entry-header > h1 {
    margin: 0 auto 30px;
    line-height: 1em;
	width: 80%;
	padding-top: 40px;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    margin: 40px 0 0;
    border-bottom: solid 3px #538e8e;
    padding-bottom: 5px;
}
.entry-content > p {
    margin: 30px auto;
    line-height: 1.5;
	width: 90%;
	max-width: 800px;
}
.entry-content {
	padding-bottom: 80px;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.page-banner {
    width: 100%;
    position: relative;
    height: 28.75vw;
}
#image-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
#image-wrapper img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}
#page-banner-header-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(12,41,47,.75);
}
#page-banner-header-wrap h1 {
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    color: #FFF;
    margin: 0;
    border-bottom: solid 4px;
    padding-bottom: 5px;
}
a.wp-block-button__link {
    border-radius: 0;
    font-weight: bold;
    font-size: 16px;
    padding: 12px 30px;
    background-color: #538e8e;
}
a.wp-block-button__link:hover {
    background-color: #356d69;
}
a.wp-block-button__link i.fal {
    display: inline-block;
    margin-right: 20px;
}
.show-800 {
	display: none;
}

@media only screen and (max-width : 1200px) {
	header.page-header {
		margin: 2.5vw auto;
		padding: 0 2.5vw;
	}
}
@media only screen and (max-width : 812px) and (orientation: landscape) {
	.page-banner {
		height: 57.5vw;
	}
	.show-800 {
		display: block;
	}
}
@media only screen and (max-width : 800px) {
	.page-banner {
		height: 57.5vw;
	}
	.show-800 {
		display: block;
	}
}


/* =Header
-------------------------------------------------------------- */

#branding {
	background-color: #132226;
	color: #FFFFFF;
	padding: 64px 35px 80px;
	border-bottom: solid 12px #538E8E;
	position: relative;
	display: flex;
	align-items: center;
}
#branding a {
	color: #FFFFFF;
}
#branding a:hover {
	color: #C6E5E2;
}
#site-title {
	margin: 0;
}
#site-title img {
	display: block;
	width: auto;
	height: 70px;
}
#search-bar-outer {
	background-color: #1A1A1A;
	padding: 0 35px;
	height: 40px;
	line-height: 40px;
	font-size: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: right;
}
#search-bar-outer a {
	display: inline-block;
	font-size: 14px;
	margin-right: 50px;
}
#search-bar-outer a i {
	margin-left: 12px;
}
#search-trigger {
	display: inline-block;
	font-size: 14px;
}
#search-bar-outer a i,
#search-trigger-label > i {
	margin-left: 12px;
}
#branding-action-buttons {
    margin-left: auto;
	display: flex;
}
#desktop-search {
	display: none;
    position: absolute;
    top: 2px;
    right: 35px;
    height: 36px;
}
#search-trigger:hover #desktop-search {
	display: block;
}
input.search {
	outline: none;
}
#desktop-search input.search {
    height: 36px;
    line-height: 36px;
    border: 0;
    padding: 0 10px;
    margin: 0;
    outline: none;
    font-family: 'Inter', sans-serif;
    color: #356d69;
    width: 370px;
}
#desktop-search input.search::-webkit-input-placeholder { /* Edge */
  color: #666666;
}
#desktop-search input.search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666666;
}
#desktop-search input.search::placeholder {
  color: #666666;
}
#desktop-search input.search-submit {
    font-family: "Font Awesome 5 Pro";
    height: 36px;
    width: 36px;
    text-align: center;
    margin: 0;
    border: 0;
    color: #356d69;
	background-color: #FFF;
	cursor: pointer;
}
#desktop-search form {
    display: flex;
}
#branding-action-buttons a {
	background-color: #fb8b01;
	display: flex;
	width: 160px;
	height: 55px;
	font-weight: bold;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
	border: solid #fb8b01 2px;
	transition: all 200ms;
}
#branding-action-buttons a:hover {
	color: #FFF;
	background-color: transparent;
}

@media only screen and (max-width : 812px) and (orientation: landscape) {
	#branding {
		padding: 20px 20px 46px;
		border-bottom: solid 6px #538E8E;
	}
	#site-title img {
		height: 43px;
	}
	#branding-action-buttons a {
		width: 76px;
		height: 36px;
		font-size: 10px;
		margin-left: 8px;
	}
	#search-bar-outer {
		display: none;
	}
}
@media only screen and (max-width : 800px) {
	#branding {
		padding: 20px 20px 46px;
		border-bottom: solid 6px #538E8E;
	}
	#site-title img {
		height: 43px;
	}
	#branding-action-buttons a {
		width: 125px;
		height: 36px;
		font-size: 16px;
		margin-left: 8px;
	}
	#search-bar-outer {
		display: none;
	}
}


/* =Menu
-------------------------------------------------------------- */

#access {
    display: flex;
	flex: 1;
    position: absolute;
    bottom: -12px;
    left: 35px;
    right: 35px;
    height: 72px;
    text-align: center;
	justify-content: center;
}
#access > div {
	flex: 1;
}
#access ul,
#mobile-access ul,
#mobile-towns ul,
#mobile-topics ul,
#mobile-more ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#access > div > ul,
#mobile-access > ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: center;
	display: flex;
	flex: 1;
	justify-content: center;
}
#access > div > ul > li,
#mobile-access > ul > li {
	display: flex;
	flex: 1;
	font-weight: bold;
	font-size: 18px;
	height: 72px;
	align-items: center;
    justify-content: center;
}
#mobile-access > ul > li {
	font-size: 16px;
	height: 41px;
}
#mobile-towns > ul > li,
#mobile-topics > ul > li,
#mobile-more > ul > li {
	font-weight: bold;
}
#mobile-access-triggers > li i.fal {
	margin-left: 10px;
    font-weight: 400;
}
#access li.menu-item-has-children > a:after,
#mobile-access li.menu-item-has-children > a:after,
#mobile-access li.mobile-more-trigger > a:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f078";
	margin-left: 10px;
}
#access li.menu-item-has-children:hover > a:after,
#mobile-access li.menu-item-has-children:hover > a:after,
#mobile-access li.mobile-more-trigger:hover > a:after,
#mobile-access-triggers > li:hover i.fal {
	margin-left: 10px;
	color: #538e8e;
}
#access a,
#mobile-access a,
#mobile-more a {
	display: block;
	text-decoration: none;
}
#access ul ul,
#mobile-access ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -12px;
    z-index: 99999;
    background-color: #152a2e;
    text-align: left;
    font-size: 24px;
    padding: 40px 100px 100px;
}
#mobile-access ul ul {
    margin-top: -6px;
    padding: 20px;
	height: calc(100vh - 99px);
}
#mobile-towns,
#mobile-topics,
#mobile-more {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: #152a2e;
    text-align: left;
    font-size: 24px;
    margin-top: -6px;
    padding: 20px;
	height: calc(100vh - 99px);
}
#access > div > ul > li:nth-child(2) > ul {
    padding-left: 25%;
}
#access ul ul ul,
#mobile-access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul li,
#mobile-access ul ul li,
#mobile-towns > ul > li,
#mobile-topics > ul > li,
#mobile-more > ul > li {
    line-height: 48px;
} 
#access ul ul a,
#mobile-access ul ul a {
	display: inline;
}
#access li:hover,
#mobile-access li:hover,
#mobile-access-triggers > li.open {
	background-color: #152a2e;
	color: #FFF;
}
#access > div > ul > li:hover > a,
#mobile-access > ul > li:hover > a,
#mobile-access-triggers > li.open > a {
	color: #c6e5e2;
}
#access ul ul a:hover,
#mobile-access ul ul a:hover {
	color: #c6e5e2;
}
#access ul li:hover > ul,
#mobile-access ul li:hover > ul {
	display: block;
}
#mobile-access {
    display: none;
	flex: 1;
	position: absolute;
	bottom: -6px;
	left: 0;
	right: 0;
	height: 41px;
	text-align: center;
	justify-content: center;
}
#mobile-search {
    margin-top: 20px;
}
#mobile-search input.search {
    height: 36px;
    line-height: 36px;
    border: 0;
    padding: 0 10px;
    margin: 0;
    outline: none;
    font-family: 'Inter', sans-serif;
    color: #356d69;
    flex: 1;
}
#mobile-search input.search::-webkit-input-placeholder { /* Edge */
  color: #666666;
}
#mobile-search input.search:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666666;
}
#mobile-search input.search::placeholder {
  color: #666666;
}
#mobile-search input.search-submit {
    font-family: "Font Awesome 5 Pro";
    height: 36px;
    width: 36px;
    text-align: center;
    margin: 0;
    border: 0;
    color: #356d69;
	background-color: #FFF;
	cursor: pointer;
}
#mobile-search form {
    display: flex;
}

@media only screen and (max-width : 812px) and (orientation: landscape) {
	#access {
		display: none;
	}
	#mobile-access {
		display: flex;
	}
}
@media only screen and (max-width : 800px) {
	#access {
		display: none;
	}
	#mobile-access {
		display: flex;
	}
}

/* =Content
-------------------------------------------------------------- */

.sticky {
}
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}
.page .edit-link {
	clear: both;
	display: block;
}

/* 404 page */
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}

/* Notices */
.post .notice,
.error404 #searchform {
	background: #eee;
	display: block;
	padding: 1em;
}

/* Image Attachments */
.image-attachment div.entry-meta {
	float: left;
}
.image-attachment nav {
	float: right;
	margin: 0 0 1em 0;
}
.image-attachment .entry-content {
	clear: both;
}
.image-attachment .entry-content .entry-attachment {
	background: #eee;
	margin: 0 0 1em;
	padding: 1em;
	text-align: center;
}
.image-attachment .entry-content .attachment {
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* Aside Posts */
.format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
}

/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}

/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}

/* =Images
-------------------------------------------------------------- */

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}

/* =Comments
-------------------------------------------------------------- */

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}

/* =Widgets
-------------------------------------------------------------- */

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

/* =Footer
-------------------------------------------------------------- */

#colophon {
	margin-top: auto;
    clear: both;
    display: block;
    width: 100%;
    padding: 40px 35px;
    background-color: #1a1a1a;
    color: #FFF;
    font-size: 14px;
}
#footer-info {
    display: flex;
    padding-bottom: 25px;
}
.footer-col {
    white-space: nowrap;
    min-width: 200px;
}
.footer-col h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 20px;
}
.footer-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-col ul li {
	padding-right: 20px;
	margin-bottom: 20px;
}
.footer-col a {
	color: #FFF;
}
.footer-col a:hover {
	color: #c6e5e2;
}
#footer-dislaimer {
    max-width: 460px;
    display: flex;
    margin-left: auto;
    flex-wrap: wrap;
}
a#footer-logo-link {
    display: block;
    width: 160px;
	margin-bottom: 30px;
}
#footer-social {
    margin-left: auto;
    font-size: 30px;
    display: flex;
}
#footer-social a {
    display: block;
    margin-left: 20px;
}
#footer-dislaimer-content {
	font-size: 12px;
	line-height: 16px;
}
#footer-dislaimer-content p {
	margin: 20px auto;
}
a#footer-logo-link img {
    display: block;
    width: 100%;
    height: auto;
}
#footer-address {
    padding-top: 20px;
    border-top: solid 1px #528682;
    font-size: 12px;
}
#footer-address p {
    margin: 20px 0;
    font-size: 12px;
}

@media only screen and (max-width : 812px) and (orientation: landscape) {
	#footer-info {
		display: block;
	}
	#footer-dislaimer {
		max-width: none;
		margin-top: 30px;
	}
	#footer-social {
		margin: 0 0 40px;
		order: -1;
		width: 100%;
	}
	#footer-social a {
		margin-right: 20px;
		margin-left: 0;
	}
	.footer-col h6,
	.footer-col ul li {
    	margin-bottom: 30px;
	}

}
@media only screen and (max-width : 800px) {
	#footer-info {
		display: block;
	}
	#footer-dislaimer {
		max-width: none;
		margin-top: 30px;
	}
	#footer-social {
		margin: 0 0 40px;
		order: -1;
		width: 100%;
	}
	#footer-social a {
		margin-right: 20px;
		margin-left: 0;
	}
	.footer-col h6,
	.footer-col ul li {
    	margin-bottom: 30px;
	}

}

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

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}
textarea,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none !important;
     border-radius: 0 !important;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}

span.select {
	display: block;
	height: 40px;
	min-width: 100%;
	position: relative;
	vertical-align: top;
	margin-right: 40px;
}
span.select select {
	position: absolute;
	left: -10000px;
}
span.select-replace {
	border-radius: 4px;
	color: #FFF;
	display: block;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	outline: none;
	vertical-align: middle;
	zoom: 1;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding-left: 10px;
	background-color: #0055b7;
}
span.select-replace .toggle {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #0055b7;
}
span.select-replace .toggle:before {
	content: '';
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 6px 4px 0 4px;
	border-color: #FFF transparent transparent transparent;
	top: 20px;
	right: 15px;
}
span.select-replace .toggle:after {
	content: '';
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 4px 6px 4px;
	border-color: transparent transparent #FFF transparent;
	top: 10px;
	right: 15px;
}
span.select-replace-label {
	display: block;
	height: 100%;
	padding-right: 40px;
	overflow: hidden;
}
span.drop-replace {
	text-align: left;
	min-width: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #FFF;
	z-index: 5;
	max-height: 210px;
	overflow-y: scroll;
	border-radius: 4px;
	color: #0055b7;
	border: solid 2px #0055b7;
}
span.option-replace {
	display: block;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	cursor: pointer;
}
span.option-replace.selected {
	background: #0055b7;
	color: #FFF;
}
span.option-replace:hover {
	background: #000;
	color: #FFF;
}
span.checkbox {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: relative;
	width: 30px;
	height: 30px;
	margin: 5px 0;
	vertical-align: middle;
}
span.checkbox-replace {
	display: block;
	position: absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 30px;
	height: 30px;
	line-height: 26px;
	cursor: pointer;
	border: solid 8px #0055b7;
	border-radius: 4px;
	background-color: #0055b7;
}
span.checkbox-replace.checked {
	background-color: #fff;
}
span.checkbox input {
	position: absolute;
	z-index: 4;
	width: 30px;
	height: 30px;
	margin: 0;
	opacity: 0;
}
img.newsletter-icon {
    position: absolute;
    top: 0;
    left: 35px;
    height: 60px;
    width: auto;
}

/* =Newsletter
-------------------------------------------------------------- */

.edge-to-edge {
    margin-top: auto;
}
.edge-to-edge .newletter-block-outer {
    position: relative;
    padding-top: 30px;
}
.newsletter-block-inner {
    background-color: #C6E5E2;
    padding: 75px 35px 35px;
}
.newsletter-block-inner h5 {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: solid 3px #538E8E;
    width: 40%;
}
.newsletter-block-content-outer {
    display: flex;
}
.newsletter-block-content {
	width: 40%;
	margin-right: 30px;
	font-size: 16px;
}
.newsletter-block-content p {
	margin: 10px 0;
}
.newsletter-block-form {
    flex: 1;
}
.newsletter-block-form form {
    display: flex;
}
input.newsletter-email {
    font-family: 'Inter', sans-serif;
    height: 45px;
    line-height: 45px;
    border: none;
    padding: 0 16px;
    font-size: 16px;
    margin-right: 10px;
    flex: 1;
}
input.newsletter-submit {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    border: 0;
    outline: none;
    width: 144px;
    color: #FFF;
    background-color: #152a2e;
}
#tt-page-sidebar .newletter-block-outer,
.story-sidebar .newletter-block-outer,
.gallery-sidebar .newletter-block-outer {
    position: relative;
}
#tt-page-sidebar img.newsletter-icon,
.story-sidebar img.newsletter-icon,
.gallery-sidebar img.newsletter-icon {
    left: 50%;
    margin-left: -30px;
    top: -30px;
}
#tt-page-sidebar .newsletter-block-inner,
.story-sidebar .newsletter-block-inner,
.gallery-sidebar .newsletter-block-inner {
    margin-top: 60px;
    padding: 50px 30px 30px;
}
#tt-page-sidebar .newsletter-block-inner h5,
.story-sidebar .newsletter-block-inner h5,
.gallery-sidebar .newsletter-block-inner h5 {
    width: auto;
}
#tt-page-sidebar .newsletter-block-content-outer,
.story-sidebar .newsletter-block-content-outer,
.gallery-sidebar .newsletter-block-content-outer {
    display: block;
}
#tt-page-sidebar .newsletter-block-content,
.story-sidebar .newsletter-block-content,
.gallery-sidebar .newsletter-block-content {
    width: auto;
}
#tt-page-body .newsletter-block-form form,
.story-sidebar .newsletter-block-form form,
.gallery-sidebar .newsletter-block-form form {
	margin-top: 30px;
    display: block;
}
#tt-page-sidebar input.newsletter-email,
.story-sidebar input.newsletter-email,
.gallery-sidebar input.newsletter-email {
    margin: 0 0 10px;
    width: 100%;
}
#tt-page-sidebar input.newsletter-submit,
.story-sidebar input.newsletter-submit,
.gallery-sidebar input.newsletter-submit {
    width: 100%;
}

@media only screen and (max-width : 1200px) {
	#tt-page-sidebar .newsletter-block-inner,
	.story-sidebar .newsletter-block-inner,
	.gallery-sidebar .newsletter-block-inner {
		padding: 4.16vw 2.5vw 2.5vw;
	}
}
@media only screen and (max-width : 812px) and (orientation: landscape) {
	.newletter-block-outer {
		position: relative;
	}
	img.newsletter-icon {
		left: 50%;
		margin-left: -30px;
	}
	.newsletter-block-outer {
		margin-top: 60px;
	}
	.newsletter-block-inner {
		padding: 50px 30px 30px;
	}
	.newsletter-block-inner h5 {
		width: auto;
	}
	.newsletter-block-content-outer {
		display: block;
	}
	.newsletter-block-content {
		width: auto;
	}
	.newsletter-block-form form {
		margin-top: 30px;
		display: block;
	}
	input.newsletter-email {
		margin: 0 0 10px;
		width: 100%;
	}
	input.newsletter-submit {
		width: 100%;
	}
	#tt-page-sidebar .newletter-block-outer,
	.gallery-sidebar .newletter-block-outer,
	.story-sidebar .newletter-block-outer {
		display: none;
	}
}
@media only screen and (max-width : 800px) {
	.newletter-block-outer {
		position: relative;
	}
	img.newsletter-icon {
		left: 50%;
		margin-left: -30px;
	}
	.newsletter-block-outer {
		margin-top: 60px;
	}
	.newsletter-block-inner {
		padding: 50px 30px 30px;
	}
	.newsletter-block-inner h5 {
		width: auto;
	}
	.newsletter-block-content-outer {
		display: block;
	}
	.newsletter-block-content {
		width: auto;
	}
	.newsletter-block-form form {
		margin-top: 30px;
		display: block;
	}
	input.newsletter-email {
		margin: 0 0 10px;
		width: 100%;
	}
	input.newsletter-submit {
		width: 100%;
	}
	#tt-page-sidebar .newletter-block-outer,
	.gallery-sidebar .newletter-block-outer,
	.story-sidebar .newletter-block-outer {
		display: none;
	}
}


/* =Donate
-------------------------------------------------------------- */

.donate-block,
.home-donate-block {
    background-color: #152a2e;
    color: #FFF;
    padding: 30px;
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
}
#home-page-body-sidebar .donate-block:first-child {
    margin-top: 0;
}
.gallery-sidebar .donate-block,
.gallery-sidebar .home-donate-block {
    margin-top: 0;
    margin-bottom: 30px;
}
.donate-block i.fas.fa-handshake,
.home-donate-block i.fas.fa-handshake {
    font-size: 50px;
    color: #538E8E;
    margin-bottom: 30px;
}
.donate-block h4,
.home-donate-block h4 {
	font-family: 'Source Serif Pro', serif;
	margin: 0 0 30px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.1;
	border-bottom: 0;
	padding: 0;
}
.donate-block a,
.home-donate-block a {
    display: block;
    background: #fb8b01;
    color: #FFF;
    line-height: 45px;
    height: 45px;
    margin: 30px auto 0;
    width: 300px;
    font-size: 16px;
    font-weight: bold;
	border: solid #fb8b01 2px;
	transition: all 200ms;
}
.donate-block a:hover,
.home-donate-block a:hover {
	background-color: transparent;
}

@media only screen and (max-width : 1200px) {
	.donate-block,
	.home-donate-block {
		padding: 2.5vw;
		margin-top: 2.5vw;
	}
	.donate-block i.fas.fa-handshake,
	.home-donate-block i.fas.fa-handshake {
		margin-bottom: 2.5vw;
	}
	.donate-block h4,
	.home-donate-block h4 {
		margin: 0 0 2.5vw;
	}
	.donate-block a,
	.home-donate-block a {
		margin: 2.5vw auto 0;
	}
}
@media only screen and (max-width : 812px) and (orientation: landscape) {
	.gallery-sidebar .donate-block,
	.story-sidebar .donate-block {
		display: none;
	}
}
@media only screen and (max-width : 800px) {
	.gallery-sidebar .donate-block,
	.story-sidebar .donate-block {
		display: none;
	}
}

/* =Stories
-------------------------------------------------------------- */

#home-featured-stories,
#tt-page-body {
    max-width: 1200px;
    padding: 30px;
    margin: 0 auto;
    display: flex;
}
#home-featured-story,
#tt-page-latest-stories {
    width: 800px;
    padding-right: 30px;
}
.home-featured-photo {
    margin-bottom: 20px;
}
.home-featured-photo img {
	width: 100%;
	height: auto;
    display: block;
}
.home-featured-story-top-tags,
.home-featured-story-meta,
.top-story-top-tags,
.top-story-meta,
.search-top-tags,
.search-story-meta,
.editor-top-tags,
.editor-story-meta,
.gallery-top-tags,
.gallery-list-meta,
.related-top-tags,
.relatedstory-meta,
.story-top-tags,
.story-meta,
.home-latest-top-tags,
.home-latest-story-meta,
.tt-editors-pick-top-tags,
.tt-editors-pick-story-meta,
.tt-featured-story-top-tags,
.tt-featured-story-meta,
.home-editors-top-tags,
.home-editors-story-meta,
.tt-latest-top-tags,
.tt-latest-story-meta,
.podcast-meta,
.latest-top-tags,
.latest-story-meta,
.related-top-tags,
.related-story-meta,
.gallery-top-tags,
.gallery-meta ,
.gallery-latest-top-tags,
.gallery-latest-story-meta {
    font-size: 12px;
    font-weight: 600;
	margin: 10px 0;
    color: #666;
	height: 15px;
}
.home-latest-top-tags,
.tt-latest-top-tags {
	margin-top: 0;
}
div.tt-header {
    border-bottom: solid 3px #538e8e;
	display: flex;
	align-items: baseline;
}
h1.tt-title {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 36px;
	margin: 0;
	color: #132226;
}
#topic-list ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
#topic-list ul li {
    margin-left: 44px;
}
a.filter-topic-current {
	font-weight: bold;
}
#mobile-topic-list {
    display: none;
    color: #356d69;
    margin-left: 14px;
    position: relative;
}
#mtl-topic-display:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f078";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	margin-left: 8px;
}
#mobile-topic-list.open #mtl-topic-display:after {
	content: "\f077";
}
#mobile-topic-list ul {
	display: none;
    position: absolute;
    background-color: #f5f5f5;
    z-index: 1;
    padding: 4px;
    list-style: none;
    margin: 0;
    top: 100%;
    left: 0;
    min-width: 150px;
	border-bottom: solid 1px #b5b5b5;
}
#mobile-topic-list.open ul {
	display: block;
}
#mobile-topic-list ul li {
    padding: 8px 4px;
}
h2.home-featured-story-title,
h1.story-title,
h1.gallery-title,
h2.tt-featured-story-title {
    font-size: 40px;
    margin: 0;
    line-height: 1.1;
    font-weight: 600;
}
h2.home-featured-story-title a,
h2.tt-featured-story-title a {
	color: #000;
}
#home-multimedia {
    margin-top: 30px;
}
.home-mm-label a {
	color: #FFF;
}
header.home-featured-story-header p,
header.story-header p {
    margin: 10px 0;
    line-height: 20px;
    font-size: 16px;
    color: #666666;
}
#top-stories,
#tt-page-sidebar {
	flex: 1;
}
#top-stories h2,
#home-multimedia h3,
#home-editors-picks h3,
.podcast-show-list-item h2,
.transparency-box-outer h4,
.story-latest-outer h4,
.story-related h4,
.gallery-related h4,
.gallery-story-latest-outer h4,
.inline-related h4 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    margin: 0;
    border-bottom: solid 3px #538e8e;
    padding-bottom: 5px;
}
.top-story,
.inline-related-stories {
    background-color: #f7f7f7;
    padding: 20px;
    border-bottom: solid 1px #b5b5b5;
    color: #666;
}
.top-story h3,
.home-latest-story-content h3,
.home-mm-content h4,
.home-editors-pick h4,
.editor-story-content h3,
.gallery-list-content h3,
.tt-latest-story-content h3,
.tt-editors-pick h4,
.podcast-episode-content h3,
.latest-story-content h5,
.related-story-content h5,
.gallery-latest-story-content h5,
.search-story-content h2 {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 1.1;
}
.top-story h3 a,
.home-latest-story-content h3 a,
.home-editors-pick h4 a,
.editor-story-content h3 a,
.gallery-list-content h3 a,
.tt-latest-story-content h3 a,
.tt-editors-pick-content h4 a,
.podcast-episode-content h3 a,
.latest-story-content h5 a,
.related-story-content h5 a,
.gallery-latest-story-content h5 a,
.search-story-content h2 a {
   color: #000;
}
.home-mm-content h4 a {
	color: #FFF;
}
.home-featured-story-top-tags a:hover,
.home-featured-story-meta a:hover,
.top-story-top-tags a:hover,
.top-story-meta a:hover,
.search-top-tags a:hover,
.search-story-meta a:hover,
.editor-top-tags a:hover,
.editor-story-meta a:hover,
.gallery-top-tags a:hover,
.gallery-list-meta a:hover,
.related-top-tags a:hover,
.relatedstory-meta a:hover,
.story-tags a:hover,
.story-meta a:hover,
.home-latest-top-tags a:hover,
.home-latest-story-meta a:hover,
.tt-editors-pick-top-tags a:hover,
.tt-editors-pick-story-meta a:hover,
.tt-featured-story-top-tags a:hover,
.tt-featured-story-meta a:hover,
h2.home-featured-story-title a:hover,
h2.tt-featured-story-title a:hover,
.top-story h3 a:hover,
.home-latest-story-content h3 a:hover,
.home-editors-top-tags a:hover,
.home-editors-story-meta a:hover,
.home-editors-pick h4 a:hover,
.editor-story-content h3 a:hover,
.gallery-list-content h3 a:hover,
.tt-editors-pick h4 a:hover,
.tt-editors-pick a:hover,
.tt-latest-story-content h3 a:hover,
.podcast-episode-content h3 a:hover,
.latest-top-tags a:hover,
.latest-story-meta a:hover,
.related-story-content h5 a:hover,
.gallery-latest-story-content h5 a:hover,
.search-story-content h2 a:hover {
	color: #356d69;
}
.home-mm-label a:hover,
.home-mm-content h4 a:hover {
	color: #c6e5e2;
}
#home-page-body {
    padding: 30px;
    display: flex;
    max-width: 1200px;
    margin: 20px auto 0;
}
#home-page-latest-stories {
    width: 580px;
    padding-right: 30px;
}
#home-page-body-sidebar {
	flex: 1;
}
.home-latest-story,
.tt-latest-story,
.podcast-episode-list li {
    display: flex;
    padding-bottom: 20px;
    border-bottom: solid 1px #b5b5b5;
    margin-bottom: 20px;
}
.home-latest-story-photo-outer,
.tt-latest-story-photo-outer,
.home-mm-thumb-outer,
a.podcast-show-poster-outer,
.related-story-photo-outer {
    width: 30%;
    padding-top: 30%;
    height: 0;
    position: relative;
    margin-right: 30px;
}
.home-latest-story-photo-outer a,
.tt-latest-story-photo-outer a,
.home-mm-thumb-outer a,
.podcast-show-poster-inner,
a.related-story-photo-inner {
    display: block;
    height: 100%;
    width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.home-latest-story-photo-outer a img,
.tt-latest-story-photo-outer a img,
.home-mm-thumb-outer a img,
.podcast-show-poster-inner img,
a.related-story-photo-inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-latest-story-content ,
.tt-latest-story-content {
    flex: 1;
}
.home-latest-story-content p,
.tt-latest-story-content p,
.podcast-episode-content p,
.related-story-content p {
    color: #666666;
    font-size: 14px;
    line-height: 1.1;
}
.home-mm {
    display: flex;
    color: #FFF;
    background-color: #132226;
    margin: 20px 0 0;
	align-items: center;
}
.home-mm-content {
    padding-right: 30px;
    flex: 1;
}
.home-mm-label {
    font-size: 12px;
    font-weight: 600;
	margin-bottom: 10px;
	height: 15px;
}
#home-editors-picks {
    margin-top: 30px;
}
.home-editors-pick {
    display: flex;
    flex-direction: column;
    padding: 30px;
    margin: 20px 0 0;
    background-color: #f7f5e7;
}
#get-more-stories,
.pod-get-more-episodes {
    text-align: center;
    margin: 40px 0;
}
#get-more-stories a,
.pod-get-more-episodes a {
    display: inline-flex;
    color: #FFF;
    background-color: #fb8b01;
    font-weight: bold;
    height: 45px;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 150px;
	border: solid #fb8b01 2px;
	transition: all 200ms;
}
#get-more-stories a:hover,
.pod-get-more-episodes a:hover {
    background-color: transparent;
	color: #fb8b01;
}
#tt-no-stories {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    height: 200px;
    padding: 20px;
    border-bottom: solid 1px #b5b5b5;
    background-color: #f5f5f5;
}
#tt-no-stories p {
    color: #666;
}


@media only screen and (max-width : 1200px) {
	#home-featured-stories,
	#tt-page-body {
		padding: 2.5vw;
	}
	#home-featured-story,
	#tt-page-latest-stories {
		width: 66.66vw;
		padding-right: 2.5vw;
	}
	.home-featured-photo {
		margin-bottom: 1.66vw;
	}
	.top-story {
		padding: 1.66vw;
	}
	#home-page-latest-stories {
		width: 50.8%;
		padding-right: 2.5vw;
	}
	.home-latest-story {
		padding-bottom: 1.66vw;
		margin-bottom: 1.66vw;
	}
	.home-mm {
		margin: 1.66vw 0 0;
	}
	.home-latest-story-photo-outer,
	.home-mm-thumb-outer {
		margin-right: 2.5vw;
	}
	.home-mm-content {
		padding-right: 2.5vw;
	}
	#home-editors-picks {
		margin-top: 2.5vw;
	}
	.home-editors-pick {
		padding: 2.5vw;
		margin: 1.66vw 0 0;
	}
}

@media only screen and (max-width : 812px) and (orientation: landscape) {
	#home-featured-stories,
	#home-page-body {
		display: block;
	}
	#tt-page-body {
		flex-wrap: wrap;
	}
	#home-featured-story,
	#tt-page-latest-stories,
	#home-page-latest-stories {
		width: 100%;
		padding: 0;
	}
	#tt-page-latest-stories {
		order: 2;
		margin-top: 60px;
	}
	#home-featured-stories #top-stories {
		margin-top: 60px;
	}
	h2.home-featured-story-title,
	h1.story-title,
	h1.gallery-title,
	h2.tt-featured-story-title {
		font-size: 26px;
	}
	.top-story h3,
	.home-latest-story-content h3,
	.home-mm-content h4,
	.home-editors-pick h4,
	.editor-story-content h3,
	.gallery-list-content h3,
	.tt-latest-story-content h3,
	.tt-editors-pick h4,
	.podcast-episode-content h3,
	.latest-story-content h5,
	.related-story-content h5,
	.gallery-latest-story-content h5,
	.search-story-content h2 {
		font-size: 16px;
	}
	#topic-list {
		display: none;
	}
	#mobile-topic-list {
		display: block;
	}
}
@media only screen and (max-width : 800px) {
	#home-featured-stories,
	#home-page-body {
		display: block;
	}
	#tt-page-body {
		flex-wrap: wrap;
	}
	#home-featured-story,
	#tt-page-latest-stories,
	#home-page-latest-stories {
		width: 100%;
		padding: 0;
	}
	#tt-page-latest-stories {
		order: 2;
		margin-top: 60px;
	}
	#home-featured-stories #top-stories {
		margin-top: 60px;
	}
	h2.home-featured-story-title,
	h1.story-title,
	h1.gallery-title,
	h2.tt-featured-story-title {
		font-size: 26px;
	}
	.top-story h3,
	.home-latest-story-content h3,
	.home-mm-content h4,
	.home-editors-pick h4,
	.editor-story-content h3,
	.gallery-list-content h3,
	.tt-latest-story-content h3,
	.tt-editors-pick h4,
	.podcast-episode-content h3,
	.latest-story-content h5,
	.related-story-content h5,
	.gallery-latest-story-content h5,
	.search-story-content h2 {
		font-size: 16px;
	}
	#topic-list {
		display: none;
	}
	#mobile-topic-list {
		display: block;
	}
}


/* =Single Story
-------------------------------------------------------------- */

.featured-photo {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
}
.featured-photo img {
    width: 100%;
    height: auto;
}
.featured-photo-caption {
    color: #666666;
    font-size: 12px;
    padding: 20px 0;
    border-bottom: solid 1px #b5b5b5;
}
span.featured-photo-credit {
    text-transform: uppercase;
}
header.story-header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}
.story-body {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
}
.story-content,
.gallery-content {
	width: 780px;
	padding-right: 30px;
}
.story-shares,
.gallery-shares {
    padding: 10px 0 20px;
    font-size: 18px;
}
.story-shares a,
.gallery-shares a {
	display: inline-block;
    margin-right: 10px;
}
.story-text {
    border-top: solid 1px #b5b5b5;
    padding-top: 30px;
}
.story-text p,
.gallery-description p{
    font-family: 'Source Serif Pro', serif;
    font-size: 22px;
    line-height: 1.875;
    color: #666;
    margin: 0 0 40px;
}
.story-text h2,
.story-text h3,
.story-text h4,
.story-text h5,
.story-text h6 {
	font-family: 'Inter', sans-serif;
	color: #000;
	font-size: 22px;
	margin: 0 0 20px;
}
.story-text .wp-block-image {
    margin: 30px 0 60px;
    padding-bottom: 10px;
    border-bottom: solid 1px #b5b5b5;
}
.story-text .wp-block-image img {
    display: block;
    width: 100%;
    height: auto;
}
.story-text .wp-block-image figcaption {
	color: #666;
	font-size: 12px;
	margin-top: 15px;
}
.story-text .wp-block-image figcaption strong {
    font-weight: normal;
    text-transform: uppercase;
}
.story-text .wp-block-pullquote {
    padding: 60px 0;
    text-align: left;
	position: relative;
}
.story-text .wp-block-pullquote:before {
	content: ' ';
	background-image: url('img/quote-icon.png');
	background-size: cover;
	height: 100px;
	width: 100px;
	position: absolute;
    top: 10px;
    left: -20px;
}
.story-text blockquote {
    margin: 0;
    padding: 0 60px;
}
.story-text .wp-block-pullquote p {
    color: #000;
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	font-size: 28px;
	line-height: 38px;
	margin: 40px 0;
}
.story-text .wp-block-pullquote cite {
	font-style: normal;
	font-size: 17px;
	color: #666;
}
.story-tags {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    padding: 10px 0 20px;
    border-bottom: solid 1px #b5b5b5;
}
.story-tags strong,
.story-tags a {
	display: inline-block;
	margin-right: 20px;
}
.story-editor {
    display: flex;
    padding: 30px 0;
	align-items: center;
}
.story-editor-photo-outer {
    width: 95px;
    height: 95px;
    margin-right: 30px;
}
.story-editor-photo-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 100%;
}
.story-editor-photo-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.story-editor-info {
    flex: 1;
}
.story-editor-info h5 {
	font-family: 'Inter', sans-serif;
	font-size: 22px;
	margin: 0 0 10px;
	line-height: 1.1;
}
.story-editor-info p {
	font-size: 16px;
	line-height: 1.25;
	color: #666;
	margin: 0;
}
.story-sidebar,
.gallery-sidebar {
	flex: 1;
}
.transparency-box-inner {
    background-color: #f7f7f7;
    padding: 0 20px;
    border-bottom: solid 1px #b5b5b5;
}
.transparency-box-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 50px;
}
.transparency-box-inner ul strong {
    display: inline-block;
    width: 60%;
    white-space: nowrap;
}
.story-latest-outer {
	margin-top: 30px;
}
.latest-story {
    margin: 20px 0 40px;
    border-bottom: solid 1px #b5b5b5;
    padding-bottom: 10px;
}
.story-related {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px 30px;
}
.related-stories {
    display: flex;
    margin: 0 -15px;
}
.related-story {
	display: flex;
    width: 50%;
    padding: 30px 0;
    margin: 0 15px;
    border-bottom: solid 1px #b5b5b5;
}
.related-story-content {
    flex: 1;
}
.inline-related {
    float: left;
    width: 360px;
    margin: 30px 30px 30px 0;
}
.inline-related-story {
	margin: 0 0 20px;
}
.inline-related-stories .inline-related-story:last-child {
	margin: 0;
}
.inline-related-story h5 {
	font-family: 'Source Serif Pro', serif;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
}
.inline-related-story h5 a {
   color: #000;
}
.inline-related-story h5 a:hover {
	color: #356d69;
}


@media only screen and (max-width : 1200px) {
	.featured-photo {
		padding: 2.5vw;
	}
	header.story-header {
		padding: 0 2.5vw;
	}
	.story-body {
		padding: 0 2.5vw;
	}
	.story-text {
		padding-top: 2.5vw;
	}
	.story-content,
	.gallery-content {
		width: 68%;
		padding-right: 2.5vw;
	}
	.story-related {
		padding: 0 2.5vw 2.5vw;
	}
	.related-stories {
		margin: 0 -1.25vw;
	}
}
@media only screen and (max-width : 812px) and (orientation: landscape) {
	.story-body {
		flex-wrap: wrap;
	}
	.story-content,
	.gallery-content {
		width: 100%;
		padding: 0;
	}
	.story-related .related-story {
		width: 100%;
	}
	.story-latest-outer {
		display: none;
	}
	.transparency-box-outer {
		margin-bottom: 30px;
	}
	.related-stories {
		flex-wrap: wrap;
	}
}
@media only screen and (max-width : 800px) {
	.story-body {
		flex-wrap: wrap;
	}
	.story-content,
	.gallery-content {
		width: 100%;
		padding: 0;
	}
	.story-related .related-story {
		width: 100%;
	}
	.story-latest-outer {
		display: none;
	}
	.transparency-box-outer {
		margin-bottom: 30px;
	}
	.related-stories {
		flex-wrap: wrap;
	}
}


/* =Editors' Bios
-------------------------------------------------------------- */

#editor-bio {
    padding: 30px;
    max-width: 1200px;
    margin: 0 auto 60px;
}
#editor-stories,
#photo-galleries-list #story-list-inner {
    padding: 30px 15px 0;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
#photo-galleries-list {
	padding-bottom: 30px;
}
#editor-bio h1,
#editor-stories h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 35px;
    margin: 0 0 60px;
    border-bottom: solid 3px #538e8e;
    padding-bottom: 5px;
}
#editor-stories h2 {
    margin: 0 15px 30px;
    width: 100%;
    font-size: 20px;
}
.editor-bio-content {
    display: flex;
    align-items: center;
}
.editor-photo-outer {
    padding-top: 165px;
    width: 165px;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
	margin-right: 30px;
}
.editor-photo-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.editor-photo-inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.editor-bio-text {
    flex: 1;
}
.editor-bio-text p {
    color: #666;
    font-size: 16px;
    line-height: 1.25;
    margin: 20px 0;
}
.editor-bio-contact {
    font-size: 18px;
}
.editor-bio-contact a {
    display: inline-block;
    margin-right: 20px;
}
.editor-story,
.gallery-list {
    padding-bottom: 30px;
    width: calc(33.33% - 30px);
    border-bottom: solid 1px #b5b5b5;
    margin: 0 15px 30px;
}
.editor-story-photo-outer,
.gallery-list-photo-outer {
    width: 100%;
    padding-top: 67%;
    position: relative;
}
.editor-story-photo-inner,
.gallery-list-photo-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.editor-story-photo-inner img,
.gallery-list-photo-inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-related .related-story {
    border-bottom: solid 1px #b5b5b5;
    padding-bottom: 10px;
}
.gallery-related .related-story:last-child {
    margin-bottom: 0;
}


@media only screen and (max-width : 1200px) {
	#editor-bio {
		padding: 2.5vw;
	}
	#editor-bio h1 {
		margin: 0 0 5vw;
	}
	#editor-stories,
	#photo-galleries-list #story-list-inner {
		padding: 2.5vw 1.25vw 0;
	}
	#photo-galleries-list {
		padding-bottom: 2.5vw;
	}
	#editor-stories h2 {
		margin: 0 1.25vw 2.5vw;
	}
	.editor-photo-outer {
		margin-right: 2.5vw;
	}
	.editor-story,
	.gallery-list {
		padding-bottom: 2.5vw;
		width: calc(33.33% - 2.5vw);
		margin: 0 1.25vw 2.5vw;
	}
}
@media only screen and (max-width : 812px) and (orientation: landscape) {
	.editor-bio-content {
		display: block;
	}
	.editor-story,
	.gallery-list {
		width: calc(50% - 2.5vw);
	}
}
@media only screen and (max-width : 800px) {
	.editor-bio-content {
		display: block;
	}
	.editor-story,
	.gallery-list {
		width: calc(50% - 2.5vw);
	}
}
@media only screen and (max-width : 600px) {
	#editor-stories,
	#photo-galleries-list #story-list-inner {
		display: block;
	}
	.editor-story,
	.gallery-list {
		width: auto;
	}	
}


/* =Our Team
-------------------------------------------------------------- */

#leadership-list {
    padding: 30px 0;
    margin: 30px auto 0;
}
#leadership-list h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 35px;
    max-width: 1140px;
    margin: 0 auto 60px;
    border-bottom: solid 3px #538e8e;
    padding-bottom: 5px;
}
#leadership-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#leadership-list ul li:nth-child(even) {
	background-color: #f7f5e7;
}
.leader-inner {
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
	align-items: flex-start;
    padding: 60px 120px 60px 30px;
}
#leadership-list ul li:nth-child(even) .leader-inner {
    padding: 60px 30px 60px 120px;
}
.leader-bio-content {
    flex: 1;
}
#leadership-list ul li:nth-child(even) .leader-bio-content {
    order: 1;
}
.leader-photo-outer {
    width: 35%;
    padding-top: 35%;
    position: relative;
    margin-right: 12%;
}
#leadership-list ul li:nth-child(even) .leader-photo-outer {
	order: 2;
	margin-right: 0;
	margin-left: 12%;
}
.leader-photo-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.leader-photo-inner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}
.leader-bio-text p {
	font-family: 'Source Serif Pro', serif;
    font-size: 16px;
    line-height: 1.875;
    color: #666;
    margin: 30px 0 0;
}
.leader-bio-content h3 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    margin: 0;
    border-bottom: solid 3px #538e8e;
    padding-bottom: 5px;
}
.leader-bio-text .editor-bio-contact {
    margin-top: 30px;
}
#board-list {
    max-width: 1200px;
    padding: 15px;
    margin: 60px auto 0;
}
#board-list h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 35px;
    margin: 0 15px 30px;
    border-bottom: solid 3px #538e8e;
    padding-bottom: 5px;
}
#board-list ul {
    margin: 0;
    list-style: none;
    padding: 0;
	font-size: 0;
}
#board-list ul li {
    display: inline-block;
    width: 25%;
    padding: 0 15px 30px;
    vertical-align: top;
	font-size: 16px;
}
.board-photo-outer {
    position: relative;
    padding-top: 100%;
    margin-bottom: 30px;
}
.board-photo-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.board-photo-inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#board-list ul li h3 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    margin: 0 0 10px;
    border-bottom: solid 3px #538e8e;
    padding-bottom: 5px;
}
.open-board-bio {
    font-size: 12px;
    font-weight: 600;
    margin: 10px 0;
}
.board-bio-text {
	display: none;
    border: solid #b5b5b5;
    border-width: 1px 0;
    padding: 20px 10px 10px;
    background-color: #f7f7f7;
}
.board-bio-text p {
    font-size: 16px;
    line-height: 1.875;
    color: #666;
    margin: 0 0 20px;
}
.close-board-bio {
    text-align: center;
    margin-bottom: 10px;
	font-size: 16px;
}
.board-bio-text-outer {
}

@media only screen and (max-width : 1200px) {
	#leadership-list h2 {
		margin: 0 2.5vw 60px;
	}
	.leader-inner {
		padding: 5vw 10vw 5vw 2.5vw;
	}
	#leadership-list ul li:nth-child(even) .leader-inner {
		padding: 5vw 2.5vw 5vw 10vw;
	}
	#board-list {
		padding: 1.25vw;
	}
	#board-list h2 {
		margin: 0 1.25vw 2.5vw;
	}
	#board-list ul li {
		padding: 0 1.25vw 2.5vw;
	}
	.board-photo-outer {
		margin-bottom: 2.5vw;
	}
}
@media only screen and (max-width : 812px) and (orientation: landscape) {
	.leader-inner,
	#leadership-list ul li:nth-child(even) .leader-inner {
		display: block;
		padding: 2.5vw 2.5vw 10vw;
	}
	.leader-photo-outer,
	#leadership-list ul li:nth-child(even) .leader-photo-outer{
		width: auto;
		padding-top: 100%;
		margin: 0 0 40px;
		order: 1;
	}
	#board-list ul li {
		display: block;
		width: 100%;
		font-size: 0;
	}
	.board-photo-outer {
		width: 100px;
		padding-top: 100px;
		margin: 0 2.5vw 0 0;
		display: inline-block;
		vertical-align: top;
	}
	.board-bio-content {
		display: inline-block;
		width: calc(100% - (100px + 2.5vw));
	}
	.board-bio-text {
		border-bottom: 0;
	}
	.board-bio-text-outer {
		margin-top: 2.5vw;
		border-bottom: solid 1px #b5b5b5;
	}

}
@media only screen and (max-width : 800px) {
	.leader-inner,
	#leadership-list ul li:nth-child(even) .leader-inner {
		display: block;
		padding: 2.5vw 2.5vw 10vw;
	}
	.leader-photo-outer,
	#leadership-list ul li:nth-child(even) .leader-photo-outer{
		width: auto;
		padding-top: 100%;
		margin: 0 0 40px;
		order: 1;
	}
	#board-list ul li {
		display: block;
		width: 100%;
		font-size: 0;
	}
	.board-photo-outer {
		width: 100px;
		padding-top: 100px;
		margin: 0 2.5vw 0 0;
		display: inline-block;
		vertical-align: top;
	}
	.board-bio-content {
		display: inline-block;
		width: calc(100% - (100px + 2.5vw));
	}
	.board-bio-text {
		border-bottom: 0;
	}
	.board-bio-text-outer {
		margin-top: 2.5vw;
		border-bottom: solid 1px #b5b5b5;
	}

}

/* =Towns & Topics
-------------------------------------------------------------- */

#tt-featured-stories {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
	display: flex;
}
#tt-featured-story {
    width: 580px;
    padding-right: 30px;
}
.tt-featured-photo-outer {
    padding-top: 79%;
    position: relative;
}
a.tt-featured-photo-inner {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
a.tt-featured-photo-inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
header.tt-featured-story-header p {
    margin: 10px 0;
    line-height: 20px;
    font-size: 16px;
    color: #666666;
}
#tt-featured-sidebar {
    flex: 1;
    display: flex;
    flex-direction: column;
}
#tt-page-latest-stories h2,
#tt-editors-picks h3 {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    margin: 0 0 30px;
    border-bottom: solid 3px #538e8e;
    padding-bottom: 5px;
}
#tt-page-latest-stories .tt-latest-story-photo-outer {
    padding-top: 20%;
}
#tt-editors-picks {
    margin-top: 60px;
}
.tt-editors-pick-photo-outer {
    padding-top: 67%;
    position: relative;
	margin: 0 0 10px;
}
a.tt-editors-pick-photo-inner {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
a.tt-editors-pick-photo-inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tt-editors-pick {
    margin: 20px 0 0;
}
.tt-editors-pick-content {
    background-color: #f7f5e7;
    padding: 10px 15px;
}

@media only screen and (max-width : 1200px) {
	#tt-featured-stories {
		padding: 2.5vw;
	}
	#tt-featured-story {
		width: 50.8%;
		padding-right: 2.5vw;
	}
	#tt-page-latest-stories h2 {
		margin: 0 0 2.5vw;
	}
	#tt-editors-picks {
		margin-top: 5vw;
	}
}
@media only screen and (max-width : 812px) and (orientation: landscape) {
	#tt-featured-stories {
		display: block;
	}
	#tt-featured-story {
		width: 100%;
		padding: 0;
		margin-bottom: 60px;
	}
	.tt-featured-photo-outer {
		padding-top: 58%;
	}

}
@media only screen and (max-width : 800px) {
	#tt-featured-stories {
		display: block;
	}
	#tt-featured-story {
		width: 100%;
		padding: 0;
		margin-bottom: 60px;
	}
	.tt-featured-photo-outer {
		padding-top: 58%;
	}

}


/* =Podcasts
-------------------------------------------------------------- */

#podcast-show-list {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 30px 15px;
}
.podcast-show-list-item {
    padding: 0 15px 30px;
	width: 100%;
}
.podcast-show-poster {
    margin-bottom: 20px;
}
.podcast-show-poster img {
    display: block;
    width: 50%;
	max-width: 250px;
    height: auto;
}
.podcast-show-description p {
    font-size: 16px;
    line-height: 1.875;
    color: #666;
    margin: 30px 0 0;
}
ul.podcast-episode-list {
	margin: 60px 0 0;
	padding: 0;
	list-style: none;
}
.podcast-show-poster-play-icon {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}
.podcast-show-poster-play-icon img {
    display: block;
    width: 60px;
    height: 60px;
}
.podcast-episode-content {
    flex: 1;
}
#pod-jump {
	display: none;
	margin-top: 20px;
	position: relative;
}
#pod-jump-label {
    height: 40px;
    border: solid 2px #356d69;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
}
#pod-jump-label i.fal {
    margin-left: auto;
    color: #538e8e;
    font-weight: bold;
}
#pod-jump-list {
	display: none;
    position: absolute;
    top: 38px;
    left: 0;
    background-color: #FFF;
    width: 100%;
    border: solid 2px #356d69;
}
.pod-jump-li {
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 12px;
}
.pod-jump-li a {
    display: block;
    flex: 1;
    color: #666;
}

@media only screen and (max-width : 1200px) {
	#podcast-show-list {
		padding: 5vw 1.25vw;
	}
	.podcast-show-list-item {
		padding: 0 1.25vw 5vw;
	}
}
@media only screen and (max-width : 812px) and (orientation: landscape) {
	#podcast-show-list {
		display: block;
	}
	.podcast-show-list-item {
		width: 100%;
	}
	#pod-jump {
		display: block;
	}
}
@media only screen and (max-width : 800px) {
	#podcast-show-list {
		display: block;
	}
	.podcast-show-list-item {
		width: 100%;
	}
	#pod-jump {
		display: block;
	}
}
@media only screen and (max-width : 600px) {
	.podcast-show-poster img {
		width: 100%;
	}
}


/* =Gallery
-------------------------------------------------------------- */

#gallery-lightbox {
    max-width: 1140px;
    margin: 30px auto;
	padding-top: 10px;
    background: #000;
}
#gallery-lightbox-viewport {
    position: relative;
    margin: 0 10px 20px;
    padding-top: 57%;
}
#gallery-lightbox-viewport-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#gallery-lightbox-viewport-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.gallery-lightbox-viewport-nav {
    position: absolute;
    top: 50%;
    height: 90px;
    margin-top: -45px;
    z-index: 10;
	cursor: pointer;
}
.gallery-lightbox-viewport-nav img {
    display: block;
    height: 90px;
    width: auto;
}
#gallery-lightbox-viewport-nav-prev {
    left: 20px;
}
#gallery-lightbox-viewport-nav-next {
    right: 20px;
}
#gallery-lightbox-viewport-img-caption {
    color: #FFF;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 20px;
    background-color: rgba(0,0,0,.7);
}
#gallery-lightbox-thumbnails {
    display: flex;
    padding-bottom: 30px;
    overflow-x: scroll;
}
#gallery-lightbox-thumbnails a {
	display: block;
	width: calc(16.66% - 30px);
	margin: 0 15px;
	opacity: .4;
}
#gallery-lightbox-thumbnails a.selected {
	opacity: 1;
}
#gallery-lightbox-thumbnails a img {
	display: block;
	width: 100%;
	height: auto;
}
.gallery-header {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
}
.gallery-body {
    max-width: 1200px;
    padding: 0 30px 30px;
    margin: 0 auto;
	display: flex;
}
.gallery-content {
	padding-right: 30px;
}
.gallery-description {
	padding-top: 30px;
	border-top: solid 1px #b5b5b5;
}
.gallery-related .related-story {
    display: block;
    width: auto;
    margin: 20px 0 40px;
    padding: 0;
    border: none;
}
.gallery-latest-stories {
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.gallery-latest-story {
    width: calc(50% - 30px);
    padding: 30px 0;
    margin: 0 15px;
    border-bottom: solid 1px #b5b5b5;
}
.gallery-latest-story-photo-outer {
    position: relative;
    padding-top: 67%;
}
a.gallery-latest-story-photo-inner {
    position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
a.gallery-latest-story-photo-inner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


@media only screen and (max-width : 1200px) {
	#gallery-lightbox {
		margin: 2.5vw;
		background: #000;
	}
	.gallery-header {
		padding: 0 2.5vw;
	}
	.gallery-body {
		padding: 0 2.5vw 2.5vw;
	}
	.gallery-content {
		padding-right: 2.5vw;
	}
	.gallery-description {
		padding-top: 2.5vw;
	}
	.gallery-latest-stories {
		margin: 0 -1.25vw;
	}
	.gallery-latest-story {
		width: calc(50% - 2.5vw);
		padding: 2.5vw 0;
		margin: 0 1.25vw;
	}
}

@media only screen and (max-width : 812px) and (orientation: landscape) {
	#gallery-lightbox {
		margin: 0 0 2.5vw;
	}
	#gallery-lightbox-viewport {
		padding: 0;
	}
	#gallery-lightbox-viewport-img {
		position: relative;
		height: 57vw;
	}
	#gallery-lightbox-viewport-img-caption {
		padding: 20px 20px 0;
		position: relative;
	}
	.gallery-lightbox-viewport-nav {
		top: 28.5vw;
	}
	.gallery-body {
		flex-wrap: wrap;
	}
	.gallery-content {
		width: 100%;
		padding: 0;
	}
	.gallery-content, .gallery-sidebar {
		width: 100%;
		padding: 0;
	}
	.gallery-sidebar {
		display: flex;
		flex-direction: column;
	}
	.gallery-related {
		margin-top: 40px;
		order: -1;
	}
}
@media only screen and (max-width : 800px) {
	#gallery-lightbox {
		margin: 0 0 2.5vw;
	}
	#gallery-lightbox-viewport {
		padding: 0;
	}
	#gallery-lightbox-viewport-img {
		position: relative;
		height: 57vw;
	}
	#gallery-lightbox-viewport-img-caption {
		padding: 20px 20px 0;
		position: relative;
	}
	.gallery-lightbox-viewport-nav {
		top: 28.5vw;
	}
	.gallery-body {
		flex-wrap: wrap;
	}
	.gallery-content {
		width: 100%;
		padding: 0;
	}
	.gallery-content, .gallery-sidebar {
		width: 100%;
		padding: 0;
	}
	.gallery-sidebar {
		display: flex;
		flex-direction: column;
	}
	.gallery-related {
		margin-top: 40px;
		order: -1;
	}
}
@media only screen and (max-width : 600px) {
	.gallery-latest-stories {
		display: block;
	}
	.gallery-latest-story {
		width: auto;
	}
}

/* =Search
-------------------------------------------------------------- */

#search-body {
    max-width: 1200px;
    padding: 0 30px 30px;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#search-body  form {
    display: flex;
	width: 100%;
	margin-bottom: 50px;
}
#search-body input.search {
    font-family: 'Inter', sans-serif;
    height: 45px;
    line-height: 45px;
    border: solid 1px #152a2e;;
    padding: 0 16px;
    font-size: 16px;
    margin-right: 10px;
    flex: 1;
}
#search-body input.submit {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    border: 0;
    outline: none;
    width: 144px;
    color: #FFF;
    background-color: #152a2e;
}
#search-body input.search-submit {
	display: none;
    font-family: "Font Awesome 5 Pro";
    height: 45px;
    width: 45px;
    text-align: center;
    margin: 0;
    border: 0;
    color: #152a2e;
	background-color: #FFF;
	cursor: pointer;
}
#search-filters {
    flex: 1;
    width: 33.33%;
	margin-right: 30px;
}
#search-filters-header {
    display: flex;
    border-bottom: solid 3px #538E8E;
    height: 40px;
    align-items: center;
    font-size: 20px;
}
#search-filters-header strong {
    font-weight: 0900;
}
#search-filters-header i.fal {
    color: #538E8E;
    margin-left: auto;
}
i#filter-close.fal {
	display: none;
}
#search-filters.open i#filter-close.fal {
    display: block;
}
#search-filters.open i#filter-open.fal {
    display: none;
}
#search-filters-list {
	display: none;
    padding: 30px 0;
	font-size: 16px;
	line-height: 1.5;
}
#search-filters.open #search-filters-list {
	display: block;
}
#search-filters-list a.current {
    font-weight: bold;
}
#search-filters-list ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0 0 0 18px;
}
#search-results {
    margin: 36px -15px 0;
	width: 66.66%;
}
#search-results-inner {
    display: flex;
    flex-wrap: wrap;
}
#search-results article {
    width: calc(50% - 30px);
	padding: 0 0 30px;
    margin: 0 15px 30px;
    border-bottom: solid 1px #b5b5b5;
}
.search-story-photo-outer {
    position: relative;
    padding-top: 67%;
}
.search-story-photo-inner {
    position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.search-story-photo-inner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (max-width : 1200px) {
	#search-body {
		padding: 0 2.5vw 2.5vw;
	}
	#search-filters {
		margin-right: 2.5vw; 
	}
	#search-results {
		margin: 36px -1.25vw 0;
	}
	#search-results article {
		width: calc(50% - 2.5vw);
		padding: 0 0 1.25vw;
		margin: 0 1.25vw 2.5vw;
	}
}
@media only screen and (max-width : 812px) and (orientation: landscape) {
	#search-filters,
	#search-results {
		width: 50%;
	}
	#search-results article {
		width: 100%;
	}
}
@media only screen and (max-width : 800px) {
	#search-filters,
	#search-results {
		width: 50%;
	}
	#search-results article {
		width: 100%;
	}
}
@media only screen and (max-width : 600px) {
	#search-body {
		display: block;
	}
	#search-body form {
		border: solid 1px #152a2e;
		margin-bottom: 30px;
	}
	#search-body input.search {
		margin: 0;
		border: 0;
		font-size: 12px;
	}
	#search-body input.search-submit {
		display: block;
	}
	#search-body input.submit {
		display: none;
	}
	#search-filters {
		display: block;
		margin: 0;
		width: 100%;
	}
	#search-filters-list {
	    padding: 30px 20px 10px;
		font-size: 14px;
		background-color: #f5f5f5;
    	border-bottom: solid 1px #b5b5b5;
		line-height: 2;
	}
	#search-results {
		width: 100%;
		margin: 50px 0 0;
	}
	#search-results-inner {
		display: block;
	}
	#search-results article {
		margin: 0 0 2.5vw;
	}
}


/* =404 Page
-------------------------------------------------------------- */

.post-0-content {
    max-width: 800px;
    padding: 0 30px 30px;
    margin: 0 auto;
}
h2.post-0-hero {
	font-size: 120px;
	font-family: 'Inter', sans-serif;
    font-weight: 900;
    margin: 60px auto 40px;
    color: #132226;
	text-align: center;
}
.post-0-content h3 {
	font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 30px;
    border-bottom: solid 3px #538e8e;
    margin: 0;
    color: #132226;
	text-align: center;
}
.post-0-content p {
    color: #999;
    font-size: 16px;
    line-height: 30px;
}
#post-0-search {
    max-width: 800px;
    padding: 0 30px 30px;
    margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#post-0-search form {
    display: flex;
	width: 100%;
	margin-bottom: 50px;
}
#post-0-search input.search {
    font-family: 'Inter', sans-serif;
    height: 45px;
    line-height: 45px;
    border: solid 1px #152a2e;;
    padding: 0 16px;
    font-size: 16px;
    margin-right: 10px;
    flex: 1;
}
#post-0-search input.submit {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    border: 0;
    outline: none;
    width: 144px;
    color: #FFF;
    background-color: #152a2e;
}
#post-0-search a.return-home {
    font-family: 'Inter', sans-serif;
    font-weight: bold;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    border: 0;
    outline: none;
    width: 144px;
    color: #FFF;
	margin-left: 30px;
    background-color: #152a2e;
	padding: 0 20px;
	text-align: center;
}
#post-0-search input.search-submit {
	display: none;
    font-family: "Font Awesome 5 Pro";
    height: 45px;
    width: 45px;
    text-align: center;
    margin: 0;
    border: 0;
    color: #152a2e;
	background-color: #FFF;
	cursor: pointer;
}

@media only screen and (max-width : 800px) {
	.post-0-content,
	#post-0-search {
		padding: 0 2.5vw 2.5vw;
	}
}
@media only screen and (max-width : 600px) {
	h2.post-0-hero {
		font-size: 80px;
		margin: 40px auto 20px;
	}
	#post-0-search {
		display: block;
	}
	#post-0-search form {
		border: solid 1px #152a2e;
		margin-bottom: 30px;
		flex-wrap: wrap;
	}
	#post-0-search input.search {
		margin: 0;
		border: 0;
		font-size: 12px;
	}
	#post-0-search input.search-submit {
		display: block;
	}
	#post-0-search input.submit {
		display: none;
	}
	#post-0-search a.return-home {
		width: 100%;
		margin: 20px 0 40px;
		margin-top: 20px;
		display: block;
	}
}