/* @override 
	https://protectingholylandchristians.org/wp-content/themes/protecting-holy-land-christians/style.css?*
	http://staging-protectingholylandchristians.kinsta.cloud/wp-content/themes/protecting-holy-land-christians/style.css?*
	https://staging-protectingholylandchristians.kinsta.cloud/wp-content/themes/protecting-holy-land-christians/style.css?* */

/*!
Theme Name: Protecting Holy Land Christians
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.4.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: protecting-holy-land-christians
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Protecting Holy Land Christians is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #474D55;
	font-family: 'Spectral', serif;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 300;
	line-height: 1.3;
}

h1.entry-title, #pre-footer h2, h2.row-title {
	text-align: center;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: 300;
}

.post h1.entry-title {
	text-align: left;
	font-family: 'Spectral', serif;
	text-transform: none;
	letter-spacing: 0;
	font-size: 32px;
	color: #496291;
}

.entry-content h2 {
	font-size: 32px;
	color: #496291;
	text-align: center;
}



.entry-content h3 {
	font-size: 22px;
	margin-top: 2em;
	margin-bottom: 0.5em;
	color: #496291;
}

p, .entry-content ul, .entry-content ol  {
	margin-bottom: 1.5em;
	font-size: 17px;
	margin-top: 0;
}

.entry-content p:last-of-type {
	margin-bottom: 0;
}


.entry-content ul {
    list-style: none;
    margin-left: 0;
    padding-left: 3em;
}
.entry-content ul > li:before {
    display: inline-block;
    content: "— ";
    width: 2em;
    margin-left: -2em;
}

.entry-content ul li {
	margin-bottom: 0.5em;
}




@media screen and (min-width: 58em) {
	
	h1.entry-title, #pre-footer h2 {
	font-size: 19px;
}

	.entry-content h2 {
	font-size: 40px;
	color: #496291;
	text-align: left;
	}
	
	.entry-content h3 {
	font-size: 27px;
	margin-top: 2em;
	margin-bottom: 0.5em;
	color: #496291;
}

p, .entry-content ul, .entry-content ol {
	margin-bottom: 1.5em;
	font-size: 19px;
	margin-top: 0;
}



}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
	font-style: italic;
}

blockquote p {
	font-size: 21px;
	color: #496291;
}

blockquote p:last-of-type {
	margin-bottom: 1em !important;
}

@media screen and (min-width: 58em) {
	blockquote p {
	font-size: 24px;
}
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

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

/* Elements
--------------------------------------------- */
body {
	background: #fafafa;
}

body.single-post {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

.entry-content ol {
	margin-top: 1em;
	margin-left: 1em;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.entry-content ol li {
margin-bottom: 0.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #496291;
	text-decoration: none;
}

a:visited {
	color: #496291;
}

a:hover,
a:focus,
a:active {
	color: #3A4C6E;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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


.main-navigation {
	clear: both;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	pointer-events: none;
}

.toggled .menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #3A4C6E;
	display: grid;
	align-content: center;
	padding-bottom: 5%;
	pointer-events: none;
}



@media screen and (min-width: 48em) {

.toggled .menu {
	padding-bottom: 0;
}

}

.main-navigation ul {
	width: 100%;
	visibility: hidden;
	list-style: none;
	margin: 0;
	padding-left: 0em;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	letter-spacing: 0.15em;
}

.main-navigation li {
	text-align: center;
	line-height: 1;
	padding: 1em 0;
}



.main-navigation a {
	text-decoration: none;
	margin: 0 5%;
	font-size: 28px;
	opacity: 0;
	padding-bottom: 2px;
	pointer-events: auto;
	line-height: 1.2;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
}

@media screen and (min-width: 48em) {


.main-navigation a {
	font-size: 40px;
}



}


.main-navigation a:hover, .main-navigation .current-menu-item a, .main-navigation .current-menu-item {
color: rgba(255, 255, 255, .25);
}



.menu-toggle, .main-navigation.toggled ul {
	visibility: visible;
}

@keyframes phqfade {
100% {
	opacity: 1;
}
}


 .main-navigation.toggled ul li a {
	animation: phqfade .25s forwards;
}

.main-navigation.toggled ul li:nth-child(1) a {
	animation-delay: .25s;
}

.main-navigation.toggled ul li:nth-child(2) a {
	animation-delay: .35s;
}

.main-navigation.toggled ul li:nth-child(3) a {
	animation-delay: .45s;
}

.main-navigation.toggled ul li:nth-child(4) a {
	animation-delay: .55s;
}
.main-navigation.toggled ul li:nth-child(5) a {
	animation-delay: .65s;
}

.main-navigation.toggled ul li:nth-child(6) a {
	animation-delay: .75s;
}

.main-navigation.toggled ul li:nth-child(7) a {
	animation-delay: .75s;
}

.main-navigation.toggled ul li:nth-child(8) a {
	animation-delay: .75s;
}

.main-navigation.toggled ul li:nth-child(9) a {
	animation-delay: .75s;
}

.main-navigation.toggled ul li:nth-child(10) a {
	animation-delay: .75s;
}

.menu-toggle {
	position: absolute;
	top: 0;
	right: 2em;
	z-index: 1000;
	pointer-events: auto;
}

.toggled .menu-toggle {
	position: fixed;
}

button.menu-toggle {
	padding: 0;
	background-color: #fff;
	height: 75px;
	border: none;
	border-radius: 0px;
	background: transparent;
	box-shadow: none;
	cursor: pointer;
	-webkit-appearance: button;
	text-shadow: none;
	vertical-align: middle;
	margin: 0;
}

button.menu-toggle:focus {
	outline: none
}

body.noscroll {
	overflow: hidden;
}

/* @group Hamburger Bars */





#nav-icon3 {
  width: 30px;
  height: 21px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 2px;

}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 10px;
}

#nav-icon3 span:nth-child(4) {
  top: 18px;
}

.toggled #nav-icon3 span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.toggled #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
   background-color: #fff;

}

.toggled #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
     background-color: #fff;

}

.toggled #nav-icon3 span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


/* @end */


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Custom Protecting Holy Land Christians
--------------------------------------------------------------*/



/* Grid
--------------------------------------------- */

.site {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	
}

.site-main {
	flex: 1;
	margin-top: 75px;
	padding: 40px 0;
}



.layoutContainer {
	margin: 0 auto;
	width: 85%;
	overflow: hidden;
	max-width: 1080px;
}



.layoutContainer.layoutWide {
		width:100%;
	}

.column.mid {
	padding-left: 1em;
	padding-right: 1em;
}

@media (min-width: 58em) {
	
	
	.site-main {
	padding: 60px 0;
}

	.layoutContainer {
		width: 90%;
/*		max-width: 1080px;*/
	}
	
	
	
	.column {
		float: left;
		padding-left: 1em;
		padding-right: 1em;
	}
	
	.column.full {
		width: 100%;
	}
	
	.column.two-thirds {
		width: 66.7%;
	}
	
	.column.half {
		width: 50%;
	}
	
	.column.third {
		width: 33.3%;
	}
	
	.column.fourth {
		width: 25%;
	}
	
	.column.fifth {
		width: 20%;
	}
	
	.column.sixth {
		width: 16.666666667%;
	}
	
	.column.three-fourths {
		width: 75%;
	}
	
	.column.flow-opposite {
		float: right;
	}
	
	.column.eighty {
		width: 80%;
	}
	
	.column.ninety {
		width: 90%;
	}
	
	.column.align-center {
		float: none;
		margin: 0 auto;
	}
	
	.column.text-max {
		max-width: 600px
	}
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}



.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Masthead
--------------------------------------------- */

.site-header {
	position: fixed;
	background-color: transparent;
	height: 75px;
	/*box-shadow: 0 6px 24px rgba(14,13,17,0.07);*/
	z-index: 1000;
	top: 0;
	transition: top 0.2s ease-in-out;
	width: 100%;
	box-shadow: 0 6px 20px rgba(14,13,17,0.1);
}



.header-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1em;
/*	max-width: 1280px;*/
	margin: auto;
	height: 75px;
	background-color: #3A4C6E;
	transition: background 0.1s linear;
}

/*.home .site-header.header--fixed {
	box-shadow: none;
}


.home .site-header .header-wrapper {
	background-color: transparent;
}

.home .site-header.header--sticky .header-wrapper {
	background-color: #3A4C6E;
}*/


.site-branding {
	/*left: 2em;
	padding-top: 17px;
	padding-bottom: 17px;*/
	/*width: 180px;*/
	flex-grow: 0;     /* do not grow   - initial value: 0 */
	flex-shrink: 0;   /* do not shrink - initial value: 1 */
	flex-basis: 200px; /* width/height  - initial value: auto */
	justify-self: center;
	text-align: center;
	height: 40px;
}


p.site-title, h1.site-title {
text-transform: uppercase;
letter-spacing: 0.15em;
margin: 0;
line-height: 20px;
font-size: 14px;
}

.site-title a {
color: #fff;	
}

@media screen and (min-width: 38em) {
	.site-branding {
		flex-basis: 400px;
		height: 75px;
	}
	
	p.site-title, h1.site-title {
text-transform: uppercase;
letter-spacing: 0.15em;
margin: 0;
line-height: 75px;
font-size: 16px;
}
}


.header-wrapper {
	padding: 0 2em;
}


}


@media (min-width: 1080px) {
	


.header-wrapper {
	padding: 0 2em;
}


}






.nav-up {
	top: -80px;
}

.nav-up .main-navigation ul {
	
}

.admin-bar .site-header {
	top: 32px;
}

.admin-bar .nav-up {
	top: -58px;
}



#colophon {
	padding: 0px 0 0px;
	background-color: #2F4060;
	color: rgba(255, 255, 255, .5);
}

.site-info {
    line-height: 1.5;
    text-align: center;
	padding: 20px 0;
	
}

.site-info a  {
color: #fff;
}

.site-info div {
    line-height: 1.2		;
    font-size: 12px;
	margin: 0;
}

@media screen and (min-width: 58em) {
	.site-info {
    display: flex;
	padding: 20px 0;
	justify-content: space-between;
	 flex-direction:row;
		text-align: left;
}

}






/* Home page
--------------------------------------------- */

section {
	padding: 40px 0;
}

@media screen and (min-width: 58em) {
	
section {
	padding: 60px 0;
}
}

section.hero-image {
	width: 100%;
	height: 70vh;
	position: relative;
	padding: 0;
}

section.hero-panel {
	background-color: #3A4C6E;
	color: #fff;
	text-align: center;
}



section.hero-panel p.hero-title {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 1em;
}


@media screen and (min-width: 58em) {
	
	section.hero-panel p.hero-title {
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 1em;
	}

}

div.background-image {
	width: 100%;
	height: 70vh;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	   -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
			z-index: 1;
}

.admin-bar .background-image {
	height: calc(70vh + 32px);
}


.card-grid {
	display: grid;
	grid-template-columns: 1fr;
	align-content: top;
	align-items: top;
	grid-column-gap: 50px;
	grid-row-gap: 30px;
	padding: 0em ;
}

.card-grid .card-thumbnail {
	background: red;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	padding-bottom: 66%;
	height: 0;
	transition: opacity 0.25s ease-in-out 0s;
}

.card-grid .card-item {
	display: grid;
}

.card-item h2 {
	margin-bottom: 0;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: 300;
}

a.card-item:hover .card-thumbnail {
	opacity: 0.5;
}


@media (min-width: 58em) {

	.card-grid {
	grid-template-columns: 1fr 1fr;
	}
	
	.card-item h2 {
	font-size: 19px;
}


}





/* Pre-footer contact information
--------------------------------------------- */

section#pre-footer {
}

section#pre-footer p, section#pre-footer a {
	color: #fff;
}

section.bg-blue {
	background-color: #3A4C6E;
	color: #fff;
	text-align: center;
}

#pre-footer p {
	font-size: 27px;
}

#pre-footer p {
	font-size: 22px;
}

@media screen and (min-width: 68em) {
	
	#pre-footer p {
	font-size: 27px;
}
}



.sw-link-wrap {
	padding-top: 1rem;
	text-align: center;
}

.hvr-icon-forward {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}

.hvr-icon-forward .hvr-icon, .read-more .hvr-icon {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon, .read-more:hover .hvr-icon {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

.hvr-icon-forward.block:hover .hvr-icon {
	-webkit-transform: none;
	transform: none;
}

a:hover .hvr-icon-forward.block .hvr-icon {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
	
}

.sw-line-link {
	cursor: pointer;
	background: transparent;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);	
	line-height: 1.5;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: 300;
} 

.sw-line-link a:hover {
	color: #a0a0a0;
}

a.big-button {
	background-color: #3A4C6E;
	color: #fff;
	padding: 15px 20px;
	border-radius: 100px;
	margin: auto;
	float: none;
	font-weight: 400;
	font-size: 14px;
}

a.big-button:hover {
	background: #2F4060;
	color: #fff;
}

.big-cta {
	text-align: center;
	margin-top: 30px;
}

/* Resources page
--------------------------------------------- */

header.entry-header {
	margin-bottom: 30px;
}

header.row-header {
	margin: 3em 0 0em;
}

@media screen and (min-width: 58em) {
	header.entry-header {
	margin-bottom: 40px;
}
}

ul.resource-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.resource-list li {
	padding: 2em 0;
	border-bottom: 1px solid #DADFE2;
}

ul.resource-list p {
	margin: 0;
	margin-bottom: 0.25em;
	font-style: italic;
}

ul.resource-list .resource-date {
	color:#474D55;
	font-size: 14px;
	padding-top: 0.25em;
}

ul.resource-list a {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: 300;
}


ul.resource-list a:hover {
	text-decoration: underline;
}


/* Slider */

.facts {
	padding: 0;
	background-color: #eaeaea;
	margin: 40px 0 0 0;
	text-align: center;
	padding: 3em;
	border-radius: 3px;
}


.fact-carousel {
	padding: 2em 0;
}


.fact-carousel p {
	font-style: italic;
	margin: 0;
	font-size: 19px;
	font-style: italic;
	margin-bottom: 0;
}

@media screen and (min-width: 58em) {
	.facts {
			margin: 60px 0 0 0 ;
	}
	
	.fact-carousel p {
		font-size: 21px;
	}
}

	
.tns-nav {
  text-align: center;
  margin: 10px 0 0 0;
}
.tns-nav > [aria-controls] {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #D0D3D5;
  border: none;
}
.tns-nav > .tns-nav-active {
background: #496291;
}


.stories {
		border-top: 1px solid #DADFE2;
		margin-top: 40px;
}
.story-item {
	border-bottom: 1px solid #DADFE2;
	padding: 40px 0;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 40px;
	grid-auto-rows: minmax(100px, auto);

}

.story-profile {
	padding: 0 2em;
}



@media screen and (min-width: 58em) {
	
.stories {
		margin-top: 60px;
}

.story-profile {
	padding: 0em;
}

.story-item  {
	grid-template-columns: 1fr 2fr;
	gap: 40px;
	padding: 60px 0;

}
}

.story-item:last-of-type {
	border-bottom: none;
}

.profile-image {
	background-color: #3A4C6E;
		border-radius: 100%;
		height: auto;
}

.profile-image img {
	mix-blend-mode: screen;
  -webkit-filter: grayscale(100%) contrast(200%);
  filter: grayscale(100%) contrast(200%);
  opacity: 1;
display: block;
border-radius: 100%;
width: 100%;
}

.profile-header {
	text-align: center;
	padding: 2em 0 0 0;
}

.profile-header h3 {
		text-align: center;
	font-size: 16px;
		font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0.5em;
}


.profile-header p {
	font-style: italic;
	margin: 0;
}



.faq-accordion {
	margin-top: 30px;
}

.faq-accordion h3 {
	border-bottom: 1px solid #DADFE2;
	cursor: pointer;
	padding: 0.5rem 0;
	font-size: 19px;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	padding-right: 2em;
}

.faq-accordion h3 em {
	font: normal 14px 'Poppins', sans-serif;
	letter-spacing: 0.15em;
	font-weight: normal;
	text-transform: uppercase;
}

.faq-accordion h3::after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	padding: 0 0.5rem;
	position: absolute;
	right: 0;
}

.faq-accordion h3.ui-state-active::after {
	content: "\f077";
}

.faq-accordion h3.ui-state-active {
	color: #496291;
}

.faq-accordion h3:hover {
color: #496291;
}

.faq-accordion h3:focus {
	outline: none;
}

.ui-accordion-content {
	padding: 1em;
}

.faq-accordion p {
	margin-bottom: 0;
}

@media screen and (min-width: 58em) {
	.faq-accordion h3 {
			font-size: 21px;

		}
}

/* Posts
--------------------------------------------- */


.entry-meta {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: 300;
}

section#featured-post {
	background-color: #fff;
		border-bottom: 1px solid #eff0f1;

}

.post-item {
	padding: 40px 0;
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 40px;
		border-bottom: 1px solid #DADFE2;

}

.post-item:last-child {
	border-bottom: none;
}

@media screen and (min-width: 48em) {
	
	.post-item {
	grid-template-columns: 2fr 3fr;
}

}


p#breadcrumbs {
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-weight: 300;
	margin-bottom: 60px;
}


/* Edition Grid */

.gallery-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
	margin: 1em 0;
}


.gallery-item {
	padding: 15px;
	border: 1px solid #f3f3f3;
		transition: background-color 0.25s ease-in-out 0s;

}


.gallery-item:hover {
	padding: 15px;
	border: 1px solid #f3f3f3;
	background: #f3f3f3;
}


.gallery-item-thumbnail {
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}


.gallery-item-thumbnail img {
	max-width: 100%;
	max-height: 100%;
			transition: opacity 0.25s ease-in-out 0s;

}

.gallery-item:hover .gallery-item-thumbnail img {
	opacity: 0.75;
}

@media screen and (min-width: 48em) {
	.gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	margin: 2em 0 2em;
}

.gallery-item-thumbnail {
	height: 25vw;
}
}



.fancybox__container {

	transform-origin: top left;
	--carousel-button-width: 48px;
	--carousel-button-height: 48px;
	--carousel-button-svg-width: 28px !important;
	--carousel-button-svg-height: 28px !important;
	--carousel-button-svg-stroke-width: 1px !important;
	--carousel-button-svg-filter: none !important;
}

.fancybox__counter {
text-shadow: none;
}


:root {
  --fancybox-bg: #fafafa;
  --fancybox-accent-color: none;
  --carousel-button-color: #474D55;
  --carousel-button-shadow: red;
  --fancybox-color: #474D55;
}