 /*
	Theme Name: Lithographica - Arcteryx Blog
	Version: 1.0.0

	Template: genesis
	Template Version: 3.0.2

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */


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

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
	font-size: 16px;
	font-size: 1.6rem;
}

body {
	color: #302D2F;
	font-family: 'urw-din', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #302D2F;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 2rem;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

.wysiwyg-content ol,
.wysiwyg-content ul {
	margin-bottom: 2rem;
}

li {
	list-style-type: none;
}

.wysiwyg-content ul {
	margin-left: 1.6rem;
}

.wysiwyg-content ul li {
	list-style-type: disc;
	margin-bottom: 1rem;
}

.wysiwyg-content ol li {
	list-style-type: decimal;
	margin-bottom: 1rem;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #302D2F;
	clear: both;
	margin: 3rem 0;
}

.line-break-container {
	padding: 0 2rem;
}

.line-break {

}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.caption {
	font-family: 'urw-din';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.35;
	letter-spacing: -0.02em;
	text-transform: uppercase;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #302D2F;
	font-style: normal;
	letter-spacing: -0.04em;
	margin: 0 0 16px;
}

.condensed {
	font-family: 'urw-din-condensed', sans-serif;
}

h1.small-heading {
	font-family: 'urw-din-condensed', sans-serif;
	font-weight: 700;
	font-size: 72px;
	font-size: 7.2rem;
	line-height: 0.9;
	text-transform: uppercase;
}


h1.medium-heading {
	font-family: 'urw-din-condensed', sans-serif;
	font-weight: 700;
	font-size: 88px;
	font-size: 8.8rem;
	line-height: 0.9;
	text-transform: uppercase;
}

h1.large-heading {
	font-family: 'urw-din-condensed', sans-serif;
	font-weight: 700;
	font-size: 120px;
	font-size: 12rem;
	line-height: 0.9;
	text-transform: uppercase;
}

.news h1.large-heading {
	font-family: 'urw-din-condensed', sans-serif;
	font-weight: 700;
	font-size: 120px;
	font-size: 8rem;
	line-height: 0.9;
	text-transform: uppercase;
}

h1.xlarge-heading {
	font-family: 'urw-din-condensed', sans-serif;
	font-weight: 700;
	font-size: 160px;
	font-size: 16rem;
	line-height: 0.9;
	text-transform: uppercase;
}

h2 {
	font-family: 'urw-din-condensed', sans-serif;
	font-weight: 700;
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 0.9;
	text-transform: uppercase;
}

h3 {
	font-family: 'urw-din', sans-serif;
	font-weight: 400;
	font-size: 36px;
	font-size: 3.6rem;
	letter-spacing: -0.02em;
	line-height: 0.9;
}

h4 {
	font-family: 'urw-din-condensed', sans-serif;
	font-weight: 500;
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: -0.02em;
	line-height: 1.2;
}

h5 {
	font-family: 'urw-din', sans-serif;
	font-weight: 700;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;
}

h6 {
	font-family: 'urw-din', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}


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

input,
select,
textarea {
	background-color: #fff;
    border: 1px solid #818284;
    color: #818284;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
	line-height: 1.5;
	letter-spacing: -2%;
    padding: 8px 14px;
	min-width: 300px;
    width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #818284;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #6E6F70;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.black-button {
	background: transparent;
	border: 1px solid #302D2F;
	border-radius: 0;
	font-family: 'urw-din', sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #302D2F;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
    padding: 10px 18px;
    text-decoration: none;
    white-space: normal;
    min-width: 125px;
    width: auto;
	text-align: center;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.black-button:hover {
	background: #302D2F;
	color: #fff;
	text-decoration: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus,
.black-button:focus {
	background: #EBEBEB;
	text-decoration: none;
}

.white-button {
	background: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	font-family: 'urw-din', sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
    padding: 10px 18px;
    text-decoration: none;
    white-space: normal;
    min-width: 125px;
    width: auto;
	text-align: center;
}

.white-button:hover {
	background: #fff;
	color: #302D2F;
	text-decoration: none;
}

.white-button:focus {
	background: #EBEBEB;
	text-decoration: none;
}

.small-button {
	font-size: 14px;
	font-size: 1.4rem;
    font-weight: 500;
    padding: 8px 14px;
	min-width: 105px;
}

.medium-button {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
    padding: 8px 16px;
	min-width: 105px;
}

.large-button {
	font-size: 16px;
	font-size: 1.6rem;
    padding: 10px 18px;
}

.xlarge-button {
	font-size: 16px;
	font-size: 1.6rem;
    padding: 12px 20px;
	min-width: 129px;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	border: 1px solid #BCBDC0;
	color: #BCBDC0;
	background-color: #fff;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

.table-block-container {
	padding-bottom: 40px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.2;
	width: 100%;
	word-break: normal;
}

tbody {

}

td,
th {
	text-align: left;
}

td {
    color: #000426;
	border: 1px solid #302D2F;
	padding: 12px;
}

th {
	border: 1px solid #302D2F;
	padding: 12px;
}

td:first-child,
th:first-child {

}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #302D2F;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	float: left;
	width: 100%;
	padding: 0;
}

.page-template-page_standard .site-inner,
.home .site-inner {
	margin-top: 0;
}

/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	position: relative;
	overflow: hidden;
	width: 100%;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 12px;
}

.entry-title {

}

.entry-title a,
.sidebar .widget-title a {
	color: #302D2F;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #302D2F;
}

/* WordPress
--------------------------------------------- */

.aligncenter {
	text-align: center;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


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

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 12px;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-image {
	height: 75px;
	width: 75px;
}

.featured-content .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
	margin-top: 12px;
}


/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	outline: none;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	position: relative;
	width: 100%;
    min-height: 90px;
    z-index: 10;
}

.home.configuration-1 .site-header,
.home.configuration-2 .site-header {
	background-color: rgba(255,255,255,0);
	position: absolute;
}

.site-header .wrap {
	display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
    max-width: 1424px;
    margin: 0 auto;
	padding: 0 48px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 24px;
	padding-top: 24px;
}

.wp-custom-logo .title-area {
	position: relative;
}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.responsive-menu-button {
	display: none;
}

/* Logos */

.logo-image-wrap {
	display: flex;
	align-items: center;
}

.arteryx-bird-logo-wrap {
	width: 70px;
	z-index: 1;
}

.lithographica-logo-wrap {
	width: 240px;
    position: relative;
    margin-left: 22px;
	transition: all 0.6s ease-in-out;
}

.home.configuration-1 .lithographica-logo-wrap,
.home.configuration-2 .lithographica-logo-wrap {
	width: 65vw;
    max-width: 950px;
	position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 100px;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */
.header-widget-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 100%;
}

.header-widget-area .widget-title {
	position: relative;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 0;
    padding: 35px 16px;
    cursor: pointer;
    text-align: center;
	z-index: 1;
}

.site-header .widget {
    margin-bottom: 0;
}

.site-header nav {
	background-color: #fff;
    display: none;
	position: absolute;
    width: 100%;
    left: 0;
    right: 0;
	top: 0;
    padding: 142px 24px 48px;
}

/* menu dropdown */
.menu-button-container {
	margin-top: 32px;
}

.genesis-nav-menu > li > a {
	color: #302D2F;
    display: block;
    text-transform: inherit;
    text-decoration: none;
}

.desktop .genesis-nav-menu > li > a {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
}

.mobile .genesis-nav-menu > li > a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
}


.menu-post-block-container {
    width: 50%;
	padding: 0 16px;
}

.menu-post-block-wrap {
	position: relative;
	border: solid 1px #959598;
	height: 340px;
}

/* Menu Search */
.header-search-block-container {
	z-index: 1;
}

.header-search-block-container.activated {
	z-index: auto;
}

.header-search-icon {
	height: 20px;
	width: 20px;
    margin-left: 16px;
	margin-bottom: 5px;
}

.header-search-block-container.activated .header-search-icon {
	opacity: 0;
}

.search-dropdown-block-container {
	display: none;
	background-color: #fff;
    display: none;
    position: absolute;
    width: 100%;
	top: 90px;
    left: 0;
    right: 0;
	top: 0;
    padding: 142px 24px 48px;
	height: 244px;
}

.search-form input[type="search"] {
    color: #302D2F;
	border-top: none;
	border-left: none;
	border-right: none;
    border-bottom: 1px solid #818284;
	padding: 0 20px;
}

.search-form input[type="submit"] {
    background: url(/wp-content/themes/lithographica/images/Search-Icon.svg);
    background-repeat: no-repeat;
    background-size: 18px 18px;
    text-indent: -10000px;
    border: none;
    position: absolute;
    bottom: -1px;
    right: auto;
    left: 0;
    z-index: 999;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.menu-search-block {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.seach-close-icon {
	cursor: pointer;
}

.seach-close-icon img {
	width: 14px;
    margin-top: 4px;
}

/* hide mobile close button */
.mobile-menu-close {
	display: none;
}

.genesis-nav-menu .sub-menu a {
	color: #fff;
	display: block;
	font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #C7C8CA;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item a {
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	margin-top: 3px;
	margin-left: 12px;
}

.genesis-nav-menu .sub-menu li {
    margin: 0;
}

.sub-menu-toggle {
	display: none;
}


/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	width: 100%;
}

/* BODY STYLING */

/* General */

.full-section-container {
	position: relative;
	float: left;
	width: 100%;
}

.wide-fixed-section-wrap {
	max-width: 1516px;
	width: 100%;
	margin: 0 auto;
	padding: 0 48px;
	position: relative;
	z-index: 1;
}

.wide-image-fixed-section-wrap {
	max-width: 1516px;
	width: 100%;
	margin: 0 auto;
	padding: 0 24px;
	position: relative;
	z-index: 1;
}

.fixed-section-wrap {
	max-width: 1424px;
	width: 100%;
	margin: 0 auto;
	padding: 0 48px;
	position: relative;
	z-index: 1;
}

.image-fixed-section-wrap {
	max-width: 1424px;
	width: 100%;
	margin: 0 auto;
	padding: 0 24px;
	position: relative;
	z-index: 1;
}

.narrow-fixed-section-wrap {
	max-width: 1038px;
	width: 100%;
	margin: 0 auto;
	padding: 0 48px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.image-narrow-fixed-section-wrap {
	max-width: 1038px;
	width: 100%;
	margin: 0 auto;
	padding: 0 24px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.space-block {
    width: 100%;
    float: left;
}

.no-padding {
	padding: 0;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.display-flex-wrap {
	display: flex;
	flex-wrap: wrap;
}

.display-flex {
	display: flex;
}

.image-height-narrow > img {
	height: 40vw;
	max-height: 400px;
	min-height: 300px;
}

.image-height-medium > img {
	height: 56vw;
	max-height: 560px;
	min-height: 350px;
}

.image-height-large > img {
	height: 65vw;
	max-height: 650px;
	min-height: 400px;
}

.image-height-xlarge > img {
	height: 80vw;
	max-height: 800px;
	min-height: 400px;
}

.height-100 {
	height: 100%;
}

.width-33 {
	width: 33%;
}

.width-50 {
	width: 50%;
}

.width-67 {
	width: 67%;
}

.has-object-fit img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.text-align-center {
	display: flex;
    align-items: center;
}

.float-right {
	float: right;
}

.padding-24{
	padding: 24px;
}

.small-padding {
	padding: 28px 0;
}

.medium-padding {
	padding: 48px 0;
}

.mediumLarge-padding {
	padding: 68px 0;
}

.large-padding {
	padding: 98px 0;
}

.font-200 {
	font-family: 'urw-din', sans-serif;
	font-size: 200px;
	font-size: 20rem;
	line-height: 90%;
	font-weight: 500;
}

.font-160 {
	font-size: 160px;
	font-size: 16rem;
	line-height: 90%;
}

.font-120 {
	font-size: 120px;
	font-size: 12rem;
	line-height: 90%;
}

.font-96 {
	font-size: 96px;
	font-size: 9.6rem;
	line-height: 90%;
}

.font-88 {
	font-size: 88px;
	font-size: 8.8rem;
	line-height: 90%;
}

.font-72 {
	font-size: 72px;
	font-size: 7.2rem;
	line-height: 90%;
}

.font-48 {
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 90%;
}

.font-36 {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.3;
}

.font-30 {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.3;
}

.font-24 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
}

.font-20 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;
}

.font-18 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3;
}

.text-uppercase {
	text-transform: uppercase;
}

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

/* ie and edge fallback for object-fit*/
.compat-object-fit {
   background-size: cover;
   background-position: center center;
}

.compat-object-fit img {
    opacity: 0;
}

.uppercase {
	text-transform: uppercase;
}

.bold {
	font-weight: 700;
}

.background-black {
	background-color: #000;
}

.background-grey {
	background-color: #EAECF0;
}

.background-white {
	background-color: #fff;
}

.text-black {
	color: #302D2F;
}

.text-white {
	color: #fff;
}

.has-background-image {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

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

.single-post-heading-container{
	padding-bottom: 40px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
	box-shadow: 0px 3px 6px #00000029;
}

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

/* Forms styling */

.ginput_complex label {
	display: none;
}

.gform_body li,
.gfield {
	list-style-type: none;
	margin-bottom: 12px;
}

.ginput_complex input {
	margin-bottom: 12px;
}

.gform_body li label {
	margin-left: 12px;
}

.gform_body ul {
	margin-left: 0;
	margin-top: 24px;
}

.gfield_label {
	display: none;
}

.small-text {
	font-size: 12px;
	font-size: 1.2rem;
}

.half-width-input {
	width: 50%;
	float: left;
}

.third-width-input {
	width: 33.33%;
	float: left;
}

.twothirds-width-input {
	width: 66.67%;
	float: left;
}

.form-heading {
	margin: 40px 0;
}

.show-form-label label {
	display: block;
}

.gfield_checkbox li label {
	font-size: 16px;
    font-size: 1.6rem;
}

.ginput_complex .name_first,
.ginput_complex .name_last {
	width: 50%;
	float: left;
}

.ginput_complex .name_first {
	padding-right: 8px;
}

.ginput_complex .name_last {
	padding-left: 8px;
}

.gform_footer {
	margin-top: 20px;
}


/*/////// ACF BLOCK STYLING /////////*/
/* Header Tool BAR */

.utility-bar-container {
    position: relative;
    z-index: 2;
    padding: 8px 0;
    color: #fff;
    background-color: #000;
    height: 40px;
}

.utility-bar-wrap {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
	padding: 0 20px;
}

.utility-bar-content .menu {
	display: flex;
	align-items: center;
    justify-content: flex-start;
}

.utility-bar-content .menu li.menu-item {
    position: relative;
    display: inline-block;
    padding-right: 12px;
    margin-right: 5px;
	margin-bottom: 0;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.5em;
}

.utility-bar-content .menu li.menu-item:after {
    content: "|";
    position: absolute;
    right: 0;
    font-family: "urw-din", sans-serif;
}

.utility-bar-content .menu li.menu-item:last-of-type:after {
    content: "";
}

.utility-bar-content .menu li.menu-item > a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    font-family: "urw-din", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

/* Single Post styling */
.hero-credit {
	font-family: 'urw-din', sans-serif;
	font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
	font-weight: 600;
	margin-bottom: 16px;
}

.image-align-right {
	order: 1;
}

.slick-arrow {
	top: -65px;
    position: absolute;
    z-index: 1;
}

.slider-arrow-left {
	right: 80px;
}

.slider-arrow-right {
	right: 20px;
}

/* Home page */
.header-banner-image.static-image img {
	height: 50vw;
	max-height: 650px;
	min-height: 400px;
}

.header-banner-image.parallax-window {
    height: 50vw;
	max-height: 650px;
	min-height: 400px;
}

/* Main Featured Post */
.home-main-featured-container {
	
}

.home-main-featured-wrap {
    justify-content: center;
}

.home-main-featured-category {
	margin-bottom: 15px;
}

.featured-post-banner-category {
	margin-bottom: 5px;
}

.home-main-featured-category a {
	margin-right: 5px;
}

.main-featured-post-title {
	font-weight: 600;
	letter-spacing: -0.04em;
	margin-bottom: 12px;
}

.home-main-featured-post-title,
.featured-subheading {
	float: left;
    width: 100%;
}

.featured-subheading {
	margin-bottom: 12px;
}

/* Config 3 */
.home-congig3-main-featured-container {
	margin-top: 70px;
}

.home-congig3-main-featured-container .congig3-featured-post-content-container {
	padding-right: 32px;
}

.home-congig3-featured-container .congig3-featured-post-content-container {
	padding-left: 32px;
}

.home-congig3-featured-container,
.home-congig3-main-featured-container {
	padding: 32px 0;
}

.congig3-featured-post-image-container {
	height: 33vw;
    max-height: 450px;
	min-height: 375px;
}

.congig3-featured-post-image-container,
.congig3-featured-post-content-container {

}

.congig3-featured-category {
	margin-bottom: 12px;
}

.congig3-featured-post-title {
	font-weight: 600;
}

.congig3-featured-button-container {
	display: flex;
	margin-top: 12px;
}

/*2nd featured Post */
.home-featured-post-wrap {
	height: 50vw;
	max-height: 500px;
	min-height: 480px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	overflow: hidden;
}

.home-featured-post-wrap:before {
	content: '';
	position: absolute;
	background-color: rgba(0,0,0,0.6);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.home-featured-post-image {
	height: 100%;
	width: calc(100% - 40rem);
	border: 2rem solid transparent;
	float: right;
}

.home-featured-post-content-container {
	max-width: 38rem;
	position: absolute;
    top: 2rem;
    left: 2rem;
}

.home-main-featured-button-container {
	float: left;
    width: 100%;
	display: flex;
    justify-content: center;
	margin-top: 12px;
}

/* Post Carousel (header and body)*/
.latest-stories-carousel-container {
	padding: 0 36px;
}

.home-post-carousel-container:before {
	content: '';
	position: absolute;
	background-color: rgba(0,0,0,0.4);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.home-header-post-carousel-container:before {
    content: '';
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.header-post-carousel-image-container {
	height: 650px;
}

.post-carousel-image-container {
	height: 550px;
}

.header-post-carousel-content-container {
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: 0;
    right: 0;
	text-align: center;
}

.header-post-carousel-button-container {
    display: flex;
    justify-content: center;
	margin-top: 32px;
}

.home-header-post-carousel-block-container .slick-dots {
    display: flex!important;
    bottom: 8rem!important;
    max-width: 1352px;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
    left: 0;
    right: 0;
	justify-content: center;
}

.home-header-post-carousel-block-container .slick-dots li {
    max-width: 95px;
}

.archive-post-block-wrap {
	position: relative;
	border: solid 1px #959598;
	height: 100%;
}

.post-carousel-content-container {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
	padding: 7rem 48px;
}

.post-carousel-content-wrap {
	max-width: 750px;
}

.post-carousel-button-container {
    display: flex;
    float: left;
	margin-top: 12px;
}

.home-post-carousel-block-container .slick-dots {
    display: flex!important;
    bottom: 7rem!important;
    max-width: 1352px;
    width: 100%;
    margin: 0 auto;
    padding: 0 12px;
    left: 0;
    right: 0;
}

.home-post-carousel-block-container .slick-dots li {
    max-width: 95px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0!important;
}

/* latest Stories */
.latest-stories-carousel-heading {
	font-weight: 600;
}

.latest-stories-block-container {
	padding: 12px;
}

.latest-stories-block-wrap {
	position: relative;
    border: solid 1px #959598;
	height: 400px;
}

.configuration-1 .latest-stories-block-wrap {
    border: solid 1px #000;
}

.latest-stories-block-wrap .archive-post-image {
	height: 274px;
}

.archive-post-cat-container {
	margin-bottom: 5px;
}

.archive-post-cat-container a {
	color: #959598;
    font-family: 'urw-din', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 0;
}

.latest-stories-carousel .archive-post-heading {
    font-family: 'urw-din', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}


/* Category Blocks */
.home-category-content-container {
	padding-top: 92px;
}

.home-category-content-wrap {
	padding-bottom: 92px;
	padding-left: 36px;
	padding-right: 36px
}

.home-category-content-wrap .archive-post-block-wrap {
	height: 334px;
}

.home-category-content-wrap .archive-post-image {
	height: 100%;
}

.home-category-content-wrap .archive-post-content-container {

}

.home-border-bottom {
	max-width: 1328px;
    width: 100%;
    margin: 0 auto;
	border-bottom: solid 1px #959598;
}

/* Featured Post Banner */
.featured-post-banner-content-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


.featured-post-banner-content-wrap {
	max-width: 50%;
}

.featured-post-banner-image:before {
	content: '';
	position: absolute;
	background-color: rgba(0,0,0,0.4);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

/* Title Boby Block */
.title-body-block-wrap {
	align-items: flex-start;
}

/* Video Callout */

.video-callout-block-post-content-container,
.video-callout-block-post-video-container {
	padding: 12px;
}

.video-callout-arc-logo-wrap {
	margin-bottom: 24px;
}

.video-callout-block-button-container {
	display: flex;
    margin-top: 20px;
}

.video-callout-block-post-title {
	letter-spacing: -0.04em;
}

/* Articles Page */
/* Title Block */
.title-body-heading-wrap {
	width: 100%;
	margin: 0 auto;
}

.title-body-heading-wrap.max-width-50 {
	max-width: 50%;
}

.title-body-heading-wrap.max-width-60 {
	max-width: 60%;
}

.title-body-heading-wrap.max-width-70 {
	max-width: 70%;
}

.title-body-heading-wrap.max-width-80 {
	max-width: 80%;
}

.title-body-heading-wrap.max-width-90 {
	max-width: 90%;
}


/* Standard Hero Blocks */
.hero-image-block-heading-container {
	position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}

.parallax-mirror img {
	object-fit: cover;
    height: 100%;
    width: 100%;
}

.hero-text-parallax-1-image.parallax-window {
    height: 62.5vw;
	min-height: 400px;
}

.hero-text-parallax-1-image img {
    height: 35vw;
}

.hero-text-parallax-1-content-container {
	padding: 98px 0 48px;
}

.hero-text-parallax-2-image.parallax-window {
    height: 50vw;
	min-height: 400px;
}

.parallax-slider.left-2-aligned {
	width: 50vw!important;
}

.hero-text-parallax-2-text-container {
	width: 50%;
	float: right;
}

.hero-text-parallax-2-text-wrap {
	max-width: 773px;
	padding: 48px 20px 48px 48px;
}

.hero-text-parallax-3-image-l.parallax-window {
    height: 30vw;
	max-height: 500px;
	min-height: 200px;
	margin-bottom: 40px;
}

.hero-text-parallax-3-image-r.parallax-window {
    height: 30vw;
	max-height: 500px;
	min-height: 200px;
	margin-top: 40px;
}

.parallax-slider.right-aligned {
	width: 43.5vw!important;
	right: 0!important;
	left: auto!important;
}

.parallax-slider.left-aligned {
	width: 43.5vw!important;
}

.hero-text-parallax-3-content-container {
	position: absolute;
    top: 50%;
    width: 50%;
    transform: translateY(-75%);
    right: 0;
    left: 0;
    margin: 0 auto;
}

.hero-text-parallax-3-content-wrap {
	padding: 0 20px;
}

.hero-text-parallax-3-heading {
	text-transform: uppercase;
}

.hero-text-parallax-4-image.parallax-window {
	position: relative;
    height: 33.3vw;
	min-height: 400px;
}

.hero-text-parallax-4-image.parallax-window:before {
    content: '';
	position: absolute;
	background-color: rgba(0,0,0,0.4);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.parallax-slider.one-third {
	width: 33.3vw!important;
}

.parallax-slider.parallax-slider4-img2 {
	left: 33.3vw;
}

.parallax-slider.parallax-slider4-img3 {
	left: 66.6vw;
}

.hero-text-parallax-4-content-container {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.hero-text-parallax-4-heading {
	text-transform: uppercase;
}

.hero-text-parallax-5-image.parallax-window {
    height: 70vw;
	max-height: 1000px;
	min-height: 400px;
}

.hero-text-parallax-5-content-container {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.hero-text-parallax-5-content-container {
	padding: 20px;
}

.hero-text-parallax-5-heading {
	text-transform: uppercase;
}

.hero-text-parallax-5-image img {
    height: 60vw;
}

.hero-text-with-image-heading-wrap {
	padding: 96px 48px 0;
}

.hero-text-with-image-heading {
	width: 100%;
	max-width: 888px;
	margin-bottom: 0;
}

.hero-text-with-image-credits {
	margin-top: 20px;
}

.hero-50-50-text-with-image-content-wrap {
	max-width: 684px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 80px 48px 20px;
    float: right;
}

.hero-50-50-image-with-text-image-container {
	min-height: 50vw;
}

.hero-50-50-text-with-image-image-container {
    min-height: 50vw;
	position: relative;
}

.hero-50-50-text-with-image-inset-image {
	position: absolute;
    width: calc(100% - 130px);
    height: calc(100% - 130px);
    top: 65px;
    left: 65px;
}

.hero-50-50-image-with-text-content-wrap {
	max-width: 684px;
    width: 100%;
    height: 100%;
    padding: 48px 48px 48px 80px;
}

/* page blocks */
.copy-50-50-image-with-text-image-container {
	min-height: 50vw;
}

.copy-50-50-image-with-text-content-wrap {
	max-width: 684px;
    width: 100%;
    height: 100%;
}

.image-align-right + .copy-50-50-image-with-text-content-container {
	display: flex;
    justify-content: flex-end;
}

.image-align-left + .copy-50-50-image-with-text-content-container .copy-50-50-image-with-text-content-wrap {
    padding: 48px 48px 48px 80px;
}

.image-align-right + .copy-50-50-image-with-text-content-container .copy-50-50-image-with-text-content-wrap {
    padding: 48px 80px 48px 48px;
}

.text-align-centre .copy-50-50-image-with-text-content-wrap {
	display: flex;
    align-items: center;
}

.intro-block-container {
	padding: 48px 0 24px;
}

.intro-block-heading-container {
	font-family: 'NeueHelvetica45Bold', sans-serif;
    font-size: 16px;
}

.intro-block-content-container {
	max-width: 804px;
}

.intro-block-heading {
	margin-bottom: 0;
	line-height: 1.2;
}

.intro-block-wrap.text-align-right {
	display: flex;
    justify-content: flex-end;
}

.copy-section-block-content {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.copy-section-block-content.width-67 .copy-section-block-text {
	max-width: 756px;
}

.copy-section-block-wrap.align-right {
    justify-content: flex-end;
}

.copy-section-block-wrap.align-center {
	justify-content: center;
}

.copy-section-block-text {
	flex: 1;
}

.first-copy-letter {
    line-height: 1;
    text-transform: uppercase;
    padding: 3rem 2.5rem 4rem;
    float: left;
    margin-right: 16px;
}

.copy-qa-block-question {
	margin-bottom: 20px;
}

.copy-inline-image-block-image {
	width: 208px;
    height: 160px;
    float: left;
    padding: 4px 24px 0 0;
}

.copy-inline-image-block-content.align-right {
	float: right;
}

.quote-1-column-quote,
.quote-2-thirds-quote {
	position: relative;
	line-height: 1.25;
	margin-bottom: 20px;
	letter-spacing: -0.04em;
	padding: 0 24px;
}

.quote-mark {

}

.quote-mark-left {
	position: absolute;
}

.quote-mark-pull {
	height: 10px;
    margin-top: 0;
}

.quote-mark-pull.quote-mark-left {
    left: 12px;
}

.quote-mark-1 {
	height: 10px;
    margin-top: 2px;
}

.quote-mark-1.quote-mark-left {
    left: 0;
}

.quote-mark-2 {
	height: 16px;
	margin-top: 4px;
}

.quote-mark-2.quote-mark-left {
    left: 0;
}

.quote-mark-3 {
	height: 18px;
    margin-top: 11px;
}

.quote-mark-3.quote-mark-left {
    left: 0;
}

.quote-1-column-author {
	padding: 0 36px;
}

.pull-quote-block-pull-quote-wrap {
    float: left;
    max-width: 360px;
    padding: 6px 60px 12px 0;
}

.pull-quote-block-pull-quote {
	position: relative;
	min-height: 150px;
	min-width: 213px;
	padding: 40px;
}

.pull-quote-block-pull-quote:after {
	content: '';
    background-image: url(/wp-content/themes/lithographica/images/Quote-Speech-Bubble-Small.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 248px;
    height: 150px;
    position: absolute;
    right: -34px;
    bottom: 0;
    z-index: -1;
}

/* gallery block */

.image-count-2 .gallery-block-item {
	width: 50%;
	height: 35vw;
}

.image-count-2 .image-no-0,
.image-count-3 .gallery-block-left-wrap {
	padding-right: 12px;
}

.image-count-3 .gallery-block-left-wrap {
	height: 70vw;
}

.image-count-2 .image-no-1,
.image-count-3 .gallery-block-right-wrap {
	padding-left: 12px;
}

.image-count-3 .gallery-block-item.image-no-1 {
	height: 35vw;
	padding-bottom: 12px;
}

.image-count-3 .gallery-block-item.image-no-2 {
	height: 35vw;
	padding-top: 12px;
}

.image-count-3 .gallery-block-item.image-no-0 {
	height: 100%;
}

.image-count-4 .image-square-gallery-block-item {
	width: 25%;
	height: 25vw;
}

.image-count-5 .image-square-gallery-block-item {
	width: 20%;
	height: 20vw;
}

.image-square-gallery-block-item {
	padding-right: 12px;
	padding-left: 12px;
}

.image-square-gallery-block-item:first-of-type {
	padding-left: 0;
}

.image-square-gallery-block-item:last-of-type {
	padding-right: 0;
}

.carousel-full-width-blocks-container .slick-track {
    height: 44vw;
}

.carousel-full-width-blocks-container .slick-dots {
	display: flex!important;
	width: 100%;
	bottom: 48px!important;
    padding: 0 80px;
}

.banner-carousel .slick-dots li {
	flex: 1;
}

.banner-carousel .slick-dots li button {
	width: 100%;
}

.banner-carousel .slick-dots li button::before {
	content: ""!important;
	border-bottom: 4px solid #fff;
	width: 100%;
	opacity: .4!important;
}

.banner-carousel .slick-dots li.slick-active button:before {
    opacity: 1!important;
}

.carousel-fixed-content-container.align-right {
	float: right;
}

.carousel-fixed-content-container.align-center {
	margin: 0 auto;
}

.carousel-fixed-content-container .slick-slide img {
    height: 56vw;
	max-height: 560px;
}

.carousel-footer-text {
	max-width: 500px;
    width: 100%;
    margin-top: 20px;
}

/* Tag Cloud Block */
.tag-block-wrap {
	text-align: center;
}

.tag-heading {
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.blog-tags-wrapper {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blog-tag-button {
	color: #959598;
	font-size: 14px;
	font-size: 1.4rem;
	border: 1px solid #959598;
	padding: 8px;
	margin: 5px;
	box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.more-blog-tags {
	margin-top: 19px;
}

/* Archive Pages*/
.main-category-page-heading {
	margin-bottom: 24px;
}

.post-item-link:hover,
.post-item-link:focus {
	text-decoration: none;
}

.category-archive-heading {
	align-items: flex-end;
    justify-content: space-between;
}

.category-page-heading,
.category-archive-page-heading {
	font-family: 'urw-din', sans-serif;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 12px;
}

.category-page-heading-link {
	color: #959598;
	font-size: 20px;
    font-size: 2rem;
	text-decoration: underline;
}

.main-featured-post-wrap {
	margin-bottom: 24px;
}

.main-featured-post {
	position: relative;
}

.main-featured-post-content-container {
	max-width: 350px;
	position: absolute;
    top: 20px;
    left: 20px;
}

.main-archive-featured-post-title {
	font-weight: 600;
}

.featured-post-item-container {
	padding: 12px;
}

.featured-post-wrap {
	padding: 0 36px;
}

.featured-post-item-wrap {
	position: relative;
	border: solid 1px #959598;
}

.featured-post-image-container {
	height: 100%;
}

.featured-post-item-container:nth-of-type(1),
.featured-post-item-container:nth-of-type(2) {
	width: 50%;
}

.featured-post-item-container:nth-of-type(3),
.featured-post-item-container:nth-of-type(4),
.featured-post-item-container:nth-of-type(5),
.featured-post-item-container:nth-of-type(6) {
	width: 25%;
}

.featured-post-image-wrap img {
	height: 308px;
}

.featured-post-content-container {
	background-color: #fff;
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	padding: 24px;
}

.featured-post-title {
	margin-bottom: 0;
}

.cd-filter-wrap {
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}

.category-archive-page-heading {
	margin-bottom: 0;
}

.blog-archive-wrap {
	padding: 0 36px;
}

.archive-post-block-container {
	width: 25%;
	padding: 12px;
}

.latest-stories-carousel .archive-post-block-container:nth-of-type(odd) {
	margin-top: 20px;
}

.archive-post-block-wrap {
	position: relative;
	border: solid 1px #959598;
	height: 100%;
}

.archive-post-block-wrap a:hover,
.archive-post-block-wrap a:focus  {
	text-decoration: none;
}

.category-content-container .archive-post-block-wrap {
	height: 360px;
}

.archive-post-content-container {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	padding: 24px;
}

.archive-post-heading {
	font-family: 'urw-din', sans-serif;
	font-weight: 600;
	margin-bottom: 0;
}

.controls-pagination {
	padding: 12px;
    text-align: center;
    margin-top: 24px;
}

.hide-load-more {
	display: none;
}

/* Search Page */
.search-archive-heading {
	margin-bottom: 48px;
}

.search-result-page-heading {
	font-family: 'urw-din-condensed', sans-serif;
    font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.search-result {
	font-family: 'urw-din', sans-serif;
    font-weight: 600;
	margin-bottom: 0;
}

.search-cd-filter .cd-filter-wrap {
	justify-content: flex-end;
}

/* 404 Page */

/* Fact Sheets */
.single-factsheet-image{
	order:1;
}

.archive-factsheet-block-container{
	width: 25%;
    padding: 12px;
}

.archive-factsheet-block-wrap{
	position: relative;
    border: solid 1px #959598;
    height: 100%;
}

.factsheet-page-wrap .button{
	margin-left: 24px;
}

.single-factsheet-tag{
	margin: 0 0 16px;
    font-weight: bold;
    font-style: italic;
}

/************* NEWSROOM/TEAM ****************/

body.newsroom-page > div {
	font-size: 20px;
	font-size: 2rem;
}

body.newsroom-page {
	font-family: 'NeueHelvetica45Light', sans-serif;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: -0.04px;
}

.newsroom-page h1,
.newsroom-page h2 {
	font-family: 'ITCElanBook', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.newsroom-page h4 {
	font-family: 'NeueHelvetica75Bold', sans-serif;
}

.newsroom-page h3,
.newsroom-page h5 {
	font-family: 'NeueHelvetica55Roman', sans-serif;
}

.newsroom-page h1.large {
	font-size: 56px;
	font-size: 5.6rem;
	line-height: 1;
	letter-spacing: -0.112px;
}

.newsroom-page h1.regular {
	font-size: 40px;
	font-size: 4rem;
	line-height: 1;
	letter-spacing: -0.08px;
}

.newsroom-page h2 {
	font-size: 40px;
	font-size: 4rem;
	line-height: 1;
	letter-spacing: -0.08px;
}

.newsroom-page h3 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.125;
	letter-spacing: -0.064px;
}

.newsroom-page h4 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.33;
	letter-spacing: -0.048px;
}

.newsroom-page h5 {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.14;
	letter-spacing: -0.056px;
}

.font-56 {
	font-size: 56px;
	font-size: 5.6rem;
	line-height: 1;
	letter-spacing: -0.112px;
}

.font-40 {
	font-size: 40px;
	font-size: 4rem;
	line-height: 1;
	letter-spacing: -0.08px;
}

.font-32 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.125;
	letter-spacing: -0.064px;
}

.font-28 {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.14;
	letter-spacing: -0.056px;
}

.padding-12 {
	padding: 12px;
}

.newsroom-page .font-24 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.33;
	letter-spacing: -0.048px;
}

.newsroom-page .font-20 {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: -0.04px;
}

.newsroom-page .font-16 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.375;
	letter-spacing: -0.032px;
}

.font-14 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.286;
	letter-spacing: -0.028px;
}

.font-12 {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.33;
	letter-spacing: -0.024px;
}

.margin-zero {
	margin: 0;
}

.archive.newsroom-page .site-inner,
.single-team.newsroom-page .site-inner,
.page-template-page-newsroom-landing.newsroom-page .site-inner {
	background-color: #F9F9F6;
}

.newsroom-button {
    background: #fff;
    border: 1px solid #000;
    border-radius: 0;
    font-family: 'NeueHelvetica55Roman', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase;
    padding: 17px 14px 11px;
    text-decoration: none;
    white-space: normal;
    min-width: 125px;
    width: auto;
    text-align: center;
}

.newsroom-button:hover,
.newsroom-button:focus {
	background: #000;
	color: #fff;
	text-decoration: none;
}

.newsroom-footer-block-email-popup {
	opacity: 0;
	z-index: -1;
}

.newsroom-footer-block-email:hover .newsroom-footer-block-email-popup {
	opacity: 1;
	z-index: 1;
}

.newsroom-page select.news-home-filter-selector,
.newsroom-page select.news-archive-filter-selector {
	 -webkit-appearance: none;
    appearance: none;
	min-width: 200px;
}

.newsroom-page .news-filter-container:after {
    content: "";
    background-image: url('/wp-content/themes/lithographica/images/chevron-down_m.svg');
	background-size: contain;
	width: 13px;
	height: 7px;
    right: 20px;
    top: 20px;
    position: absolute;
	pointer-events: none;
}

/* Team Page */
.team-archive-wrap {
	padding: 0 42px;
}

.team-page-heading-container {
	padding: 100px 0;
}

.main-team-page-heading {
	margin-bottom: 40px;
}

.team-page-description {
	width: 100%;
    max-width: 766px;
}

.archive-team-block-container{
	width: 33%;
    padding: 6px;
}

.archive-team-block-wrap{
	position: relative;
    height: 100%;
}

.archive-team-image img {
	height: calc(38vw - 12px);
    max-height: 480px;
}

.archive-team-content-container {
	padding: 24px 0;
}

.team-pos {
	margin-bottom: 6px;
}

.single-team-image {
	width: 42%;
}

.single-team-content-container {
	width: 58%;
	padding: 80px 48px 80px 80px
}

.single-team-content-wrap {
	max-width: 566px;
	width: 100%;
}

.team-page-heading-link h2 {
    color: #616161;
	text-transform: inherit;
	text-decoration: underline;
	margin-bottom: 32px;
}

.newsroom-page h1.single-team-heading {
    font-family: 'NeueHelvetica45Light', sans-serif;
    font-weight: 400;
	text-transform: capitalize;
    margin-bottom: 32px;
}

/* Newsroom Landing Page */
.landing-newsroom-header-image-text-block-50-container {
	min-height: 38vw;
}

.landing-newsroom-header-image-text-block-content-container {
	display: flex;
    align-items: center;
}

.landing-newsroom-header-image-text-block-content-wrap {
	padding: 100px 0;
}

.landing-newsroom-header-image-text-block-50-content-wrap {
    max-width: 712px;
    padding: 80px 60px 80px 48px;
}

.landing-newsroom-header-link {
	color: #fff;
}

.landing-newsroom-header-date-cats span {
    padding: 0 6px;
}

.landing-newsroom-header-image-text-block-50-image-container {
	position: relative;
}

.landing-newsroom-header-image {
	position: absolute;
}

select.news-home-filter-selector,
select.news-archive-filter-selector {
	padding: 13px 14px 8px;
}

.newsroom-releases-blocks-heading-wrap {
	align-items: center;
	justify-content: space-between;
	padding: 80px 48px 0;
}

.newsroom-release-block-container.postno-1,
.newsroom-release-block-container.postno-2 {
	width: 50%;
	padding-bottom: 20px;
}

.newsroom-release-block-container.postno-1 .newsroom-block-image,
.newsroom-release-block-container.postno-2 .newsroom-block-image {
	height: calc(32vw - 48px);
	max-height: 400px;
}

.newsroom-release-block-container.postno-3,
.newsroom-release-block-container.postno-4,
.newsroom-release-block-container.postno-5 {
	width: 33.33%;
}

.newsroom-release-block-container.postno-3 .newsroom-block-image,
.newsroom-release-block-container.postno-4 .newsroom-block-image,
.newsroom-release-block-container.postno-5 .newsroom-block-image {
	height: calc(24vw - 48px);
	max-height: 304px;
}

.newsroom-release-content-container {
	margin: 24px 0;
}

.newsroom-release-header-date-cats-container {
	margin-bottom: 5px;
}

.newsroom-release-heading {
	text-transform: uppercase;
}

.newsroom-release-block-container.postno-3 .newsroom-release-heading,
.newsroom-release-block-container.postno-4 .newsroom-release-heading,
.newsroom-release-block-container.postno-5 .newsroom-release-heading {
	font-size: 16px;
}

.newsroom-header-date-cats {
	word-wrap: break-word;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 8px;
	word-wrap: break-word;
}

.newsroom-header-date-cats span {
	padding: 0 6px;
}

.newsroom-releases-footer-button-wrap {
	display: flex;
	justify-content: center;
	padding: 24px 0 80px;
}

/* Newsroom Archive Page */
.newsroom-archive-heading-container {
	align-items: center;
	justify-content: space-between;
	padding: 80px 24px 12px;
}

.newsroom-archive-main-container {
	padding: 0 24px;
}

.archive-newsroom-item-container {
	float: left;
    width: 100%;
	padding: 12px 0;
}

.archive-newsroom-item-image {
	width: 308px;
	height: 196px;
}

.archive-newsroom-content-container {
	width: calc(100% - 308px);
}

.archive-newsroom-title-wrap {
	padding: 0 5vw;
    width: calc(100% - 200px);
}

.archive-newsroom-item-title {
	text-transform: uppercase;
}

.archive-newsroom-date-cats {
	width: 200px;
}

.newsroom-date-cats {
	width: 200px;
}

.controls-pagination {
	float: left;
    width: 100%;
    text-align: center;
	margin: 30px 0;
}

.mixitup-page-list {
	display: flex;
    justify-content: center;
    align-items: center;
}

.nav-links a:hover,
.nav-links a:focus {
	text-decoration: none;
}

.mixitup-page-list button:focus,
.mixitup-page-list button:hover {
	background-color: #CCCCCC;
	color: #616161;
	border: 1px solid #CCCCCC;
}

.mixitup-page-list button:disabled,
.mixitup-page-list button:disabled:hover {
	border: none;
    color: #000;
    background-color: transparent;
}

.mixitup-page-list button {
	border: 1px solid transparent;
    min-width: auto;
    padding: 13px;
}

button.page-numbers {
	color: #000;
	background-color: transparent;
	font-size: 16px;
    width: 46px;
    height: 46px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
	border: 1px solid transparent;
    min-width: auto;
    padding: 13px;
}

button.page-numbers.mixitup-control-active,
button.page-numbers:hover,
button.page-numbers:focus {
	border: 1px solid #000000;
}

.page-numbers .dashicons {
	font-size: 16px!important;
}

/* Newsroom Single Page */
.single-news .intro-block-credits {
	font-family: 'NeueHelvetica75Bold', sans-serif;
	font-size: 16px;
}

.newsroom-single-container {
	float: left;
	width: 100%;
	padding-bottom: 60px;
}

.newsroom-header-image-text-block-50-container {
	min-height: 38vw;
}

.newsroom-header-image-text-block-content-container {
	display: flex;
    align-items: center;
}

.newsroom-header-image-text-block-content-wrap {
	padding: 100px 0;
}

.newsroom-header-image-text-block-50-content-wrap {
	max-width: 712px;
    padding: 80px 60px 80px 48px;
    float: right;
}

.page-template-page-newsroom-landing .newsroom-header-link {
	color: #fff;
}

.page-template-page-newsroom-landing .newsroom-header-date-cats-container .newsroom-header-date-cats,
.single-news .newsroom-header-date-cats {
    justify-content: flex-start;
}

.newsroom-header-image-text-block-50-image-container {
	position: relative;
}

.width-50 .newsroom-image-with-text-main-image {
	height: 100%;
	background-size: 100%;
    background-repeat: no-repeat;
}

.image-align-left .newsroom-image-with-text-content-container.width-50.text-align-center .newsroom-image-with-text-content-wrap {
	padding: 76px 0 76px 36px;
}

.image-align-right .newsroom-image-with-text-content-container.width-50.text-align-center .newsroom-image-with-text-content-wrap {
	padding: 76px 36px 76px 0;
}

.newsroom-image-with-text-block-container {
	padding-top: 24px;
}

.newsroom-header-image-text-block-container .newsroom-header-image {
	height: 42vw;
	min-height: 268px;
}

.newsroom-image-with-text-content-wrap {
	max-width: 756px;
}

.newsroom-header-image-text-block-image-wrap {
    height: 100%;
}

.newsroom-header-image-text-block-50-image-container .newsroom-header-image {
	position: absolute;
}

.newsroom-header-text-block-container {
	padding: 100px 0;
}

.newsroom-header-date-cats-container {
	margin-bottom: 24px;
}

.newsroom-header-date-cats-container span {
	padding-right: 24px
}

.newsroom-quote-2-thirds-quote {
	font-family: 'ITCElanBook', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.newsroom-quote-2-thirds-author {
	margin-top: 24px;
}

.align-right .newsroom-quote-2-thirds-content-wrap {
	float: right;
}

.image-block-wrap.position-right .image-block-image-container {
	float: right;
}

.image-block-caption-container {
	color: #616161;
	margin-top: 24px;
}

.newsroom-footer-block-container {
	background-color: #F9F9F6;
	padding: 76px 0;
}

.newsroom-footer-block-text-container  {
	max-width: 804px;
}

.newsroom-footer-block-heading,
.newsroom-footer-block-email {
	font-weight: 700;
}

.newsroom-carousel .slick-initialized .slick-slide {
    padding: 12px;
}

.image-grid-blocks-container {
	overflow: hidden;
}

.image-grid-block-container {
	height: 25vw;
}

.image-grid-blocks-wrap {
	margin: 0 -12px;
}

.image-grid-block-item {
	flex-grow: 1;
	padding: 6px;
}

.newsroom-athlete-block-wrap.text-right {
	justify-content: flex-end;
}

.newsroom-athlete-block-sport {
	padding-right: 24px;
}	

.text-left .newsroom-athlete-block-image-container {
	order: 1;
}

.text-left .newsroom-athlete-block-content-wrap.has-image {
	padding-right: 56px;
}

.text-right .newsroom-athlete-block-content-wrap.has-image {
	padding-left: 56px;
}

.newsroom-athlete-block-name {
	margin-bottom: 12px;
}

.newsroom-athlete-block-bio {
	margin-top: 40px;
}

.newsroom-athlete-block-text-wrap.has-image {
	padding: 60px 0;
}

.newsroom-athlete-block-image {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	height: 100%;
	min-height: 600px;
}

.carousel-full-width-blocks-container {
	padding: 48px 0;
}

.carousel-full-width-block-item {
	margin-bottom: 48px;
}

.newsroom-carousel .slider-arrow-right.slick-arrow.slick-disabled {
	display: none;
}

.newsroom-carousel .slick-arrow {
	top: auto;
    bottom: -46px;
    position: absolute;
    z-index: 1;
}

.newsroom-carousel .slider-arrow-left {
    left: 36px;
}

.newsroom-carousel .slider-arrow-right {
    left: 90px;
}

.newsroom-carousel .slick-arrow > img {
	border: 1px solid #000;
    border-radius: 50%;
    padding: 10px;
}

.newsroom-related-post-container {
	padding: 100px 0 52px;
}

.newsroom-related-post-wrap {
	padding: 0 36px;
}

.newsroom-page h2.newsroom-related-heading-wrap {
	font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.125;
    letter-spacing: -0.064px;
	margin-bottom: 12px;
}

.related-newsroom-block-container {
	width: 33.33%;
}

.related-newsroom-block-container .related-newsroom-image {
	height: calc(24vw - 48px);
	max-height: 304px;
}

.related-newsroom-content-container {
	margin: 24px 0;
}

.related-newsroom-header-date-cats-container {
	margin-bottom: 5px;
}

.related-newsroom--heading {
	text-transform: uppercase;
}

.related-newsroom-block-container.postno-5 .newsroom-release-heading {
	font-size: 16px;
}

.related-newsroom-header-date-cats {
	word-wrap: break-word;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 8px;
	word-wrap: break-word;
}

.related-newsroom-header-date-cats span {
	padding: 0 6px;
}

.related-newsroom-releases-footer-button-wrap {
	display: flex;
	justify-content: center;
	padding: 24px 0 80px;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 12px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 12px;
	margin-right: 12px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.entry-content .caption {
	font-size: 14px;
	font-weight: 600;
	margin-top: -20px;
	text-align: center;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */
.archive-pagination ul {
	display: flex;
    align-items: center;
	justify-content: center;
}

.archive-pagination ul li {
	margin: 0 5px;
}


/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .bypostauthor {
}

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

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Block */
.footer-block-container {
	padding: 20px 0;
}

.footer-block-wrap {
	align-items: center;
    justify-content: space-between;
	padding: 0 36px;
}

.footer-logo-image-wrap,
.footer-menu-links-container,
.footer-social-links-container,
.footer-menu-wpml-container {
	padding: 12px;
}

.footer-arteryx-bird-logo-wrap img {
	width: 90px;
}

.footer-menu-links-container .menu {
	display: flex;
	flex-wrap: wrap;
}

.footer-menu-links-container .menu .menu-item {
	padding: 16px;
}

.footer-menu-links-container .menu .menu-item a {
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
}

.footer-social-links-container a {
    padding: 0 5px;
}

.footer-social-links-container img {
	width: 20px;
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	color: #58585A;
	border-top: 1px solid #A8A9AB;
	font-size: 16px;
	font-size: 1.6rem;
	float: left;
    width: 100%;
	padding: 48px;
	text-align: center;
}

.site-footer .wrap {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.footer-bar .menu {
	display: flex;
    flex-wrap: wrap;
}

.footer-bar .widget {
    margin-bottom: 0;
}

.footer-bar .menu .menu-item {
	padding: 6px 0;
	margin-bottom: 0;
}

.footer-bar .menu .menu-item a {
	color: #58585A;
	border-right: 1px solid #A8A9AB;
	line-height: 1;
	padding: 0 6px;
}

.footer-bar .menu .menu-item:last-of-type a {
	border-right: none;
}

/* styles for user agent MobileAppV2 */
.mobile-app .utility-bar-container{
	display:none;
}

.mobile-app .site-header{
	display:none;
}

.mobile-app .footer-block-container{
	display:none;
}

.mobile-app .site-footer{
	display:none;
}

#onetrust-consent-sdk{
	display:none;
}
/* end styles for user agent MobileAppV2 */


/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 960px) {

	
}

@media only screen and (max-width: 1320px) {
	

}


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

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

@media only screen and (max-width: 1076px) {
	
	.hero-50-50-text-with-image-content-wrap .hero-text-with-image-heading {
		font-size: 48px;
		font-size: 4.8rem;
	}
	
}

@media only screen and (max-width: 980px) {
	
	
	
}

@media only screen and (max-width: 920px) {
	
	.archive-post-block-container {
		width: 50%;
	}

}

@media only screen and (max-width: 860px) {
	
	.home-congig3-main-featured-container .congig3-featured-post-content-container,
	.home-congig3-featured-container .congig3-featured-post-content-container {
		order: 1;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin-top: 24px;
	}
	
	.congig3-featured-post-image-container {
		width: 100%;
	}
	
	.featured-post-item-container:nth-of-type(1), .featured-post-item-container:nth-of-type(2) {
		width: 100%;
	}
	
	.featured-post-item-container:nth-of-type(3), 
	.featured-post-item-container:nth-of-type(4), 
	.featured-post-item-container:nth-of-type(5), 
	.featured-post-item-container:nth-of-type(6) {
		width: 50%;
	}
	
	.archive-post-block-container {
		width: 50%;
	}
	
	.image-count-2 .image-no-0,
	.image-count-3 .gallery-block-left-wrap {
		padding-right: 6px;
	}

	.image-count-2 .image-no-1,
	.image-count-3 .gallery-block-right-wrap {
		padding-left: 6px;
	}

	.image-count-3 .gallery-block-item.image-no-1 {
		padding-bottom: 6px;
	}

	.image-count-3 .gallery-block-item.image-no-2 {
		padding-top: 6px;
	}

	.image-square-gallery-block-item {
		padding-right: 6px;
		padding-left: 6px;
	}
	
	.newsroom-page h3.archive-newsroom-item-title {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.375;
		letter-spacing: -0.032px;
	}
	
	.archive-newsroom-title-wrap {
		padding: 0 48px;
	}
	
}

@media only screen and (min-width: 768px) {
	
	/*.site-header.activated .lithographica-logo-wrap,
	.home.configuration-1 .site-header.activated .lithographica-logo-wrap,
	.home.configuration-2 .site-header.activated .lithographica-logo-wrap {
		width: 240px;
		position: relative;
		top: 100px;
		left: -78px;
		right: auto;
		z-index: 10;
	}*/
	
	.header-widget-area {
		display: flex!important;
	}
	
	.widget_mint_post_widget {
		display: none;
	}
	
	.header-widget-area .menu-toggle {
		display: none;
		position: relative;
		background: transparent;
		height: auto;
		width: auto;
		min-width: auto;
		border: none;
		padding: 0;
	}

	.menu-toggle.activated:after {
		content: "";
		position: absolute;
		width: 37px;
		height: 19px;
		background-size: contain;
		bottom: -32px;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 1;
	}
	
	.menu-dropdown-block-wrap {
		display: flex;
		flex-wrap: wrap;
		max-width: 1376px;
		width: 100%;
		margin: 0 auto;
		padding: 0 48px;
		position: relative;
	}
	
	.menu-logo-block {
		width: 43%;
		border-right: 1px solid #A8A9AB;
		padding-right: 48px;
	}
	
	.menu-block {
		width: 57%;
		padding: 0 48px;
	}
	
	.mob-menu-logo-block {
		display: none;
	}
	
	.menu-tagline-wrap{
		padding: 10px;
	}
	
}

@media only screen and (max-width: 767px) {
	
	body:not(.home) .lithographica-logo-wrap {
		display: none;
	}
	
	/*body:not(.home) .activated .lithographica-logo-wrap {
		display: block;
		top: 95px;
		left: -66px;
	}*/
	
	.site-header .wrap,
	.wide-fixed-section-wrap,
	.fixed-section-wrap,
	.narrow-fixed-section-wrap {
		padding: 0 24px;
	}
	
	.home-category-content-wrap {
		padding-left: 12px;
		padding-right: 12px;
	}
	
	.latest-stories-carousel-container {
		padding: 0 12px;
	}
	
	.post-carousel-content-container {
		padding: 7rem 24px;
	}
	
	.site-header {
		min-height: auto;
	}
	
	.search-dropdown-block-container {
		height: 20vh;
		padding: 48px 24px;
	}
	
	.menu-logo-block {
		display: none;
	}
	
	.menu-post-block {
		display: none;
	}
	
	.widget_mint_post_widget {
		display: block;
	}
	
	.menu-post-block-container {
		width: 100%;
		padding: 8px 0;
	}
	
	.menu-post-block-wrap {
		height: 320px;
	}
	
	.home.configuration-1 .site-header.mobile-activated,
	.home.configuration-2 .site-header.mobile-activated	{
		background-color: #fff;
	}
	
	/*body:not(.home) .lithographica-logo-wrap,
	.home.configuration-3 .lithographica-logo-wrap {
		display: none;
	}
	
	.home.configuration-1 .mobile-activated .lithographica-logo-wrap,
	.home.configuration-2 .mobile-activated .lithographica-logo-wrap,
	.home.configuration-3 .mobile-activated .lithographica-logo-wrap {
		display: block;
		position: relative;
		width: 240px;
		top: 60px;
		left: -44px;
		margin: 0;
		z-index: 1;
	}
	
	body .mobile-activated .lithographica-logo-wrap {
		display: block;
		position: relative;
		width: 240px;
		top: 60px;
		left: -44px;
		margin: 0;
		z-index: 1;
	}*/
	
	h1.small-heading,
	.font-72 {
		font-size: 54px;
		font-size: 5.4rem;
	}

	h1.medium-heading,
	.font-88 {
		font-size: 66px;
		font-size: 6.6rem;
	}

	h1.large-heading,
	.font-120 {
		font-size: 90px;
		font-size: 9rem;
	}

	h1.xlarge-heading,
	.font-160 {
		font-size: 120px;
		font-size: 12rem;
	}

	h2,
	.font-48 {
		font-size: 36px;
		font-size: 3.6rem;
	}

	h3,
	.font-36 {
		font-size: 30px;
		font-size: 3rem;
	}

	h4,
	.font-30 {
		font-size: 26px;
		font-size: 2.6rem;
	}


	h5,
	.font-18 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	h6,
	.font-20 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.font-200 {
		font-size: 150px;
		font-size: 15rem;
	}

	.font-96 {
		font-size: 72px;
		font-size: 7.2rem;
	}

	.font-24 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.arteryx-bird-logo-wrap {
		width: 44px;
	}
	
	.mob-menu-logo-block {
		display: block;
		max-width: 60%;
		margin-bottom: 24px;
	}
	
	.responsive-menu-button {
		display: flex;
		justify-content: flex-end;
		width: calc(100% - 44px);
	}
	
	.responsive-menu-button:after {
		content: '';
		background-image: url(/wp-content/themes/lithographica/images/Menu-Open-Hamburger.svg);
		background-size: contain;
		background-repeat: no-repeat;
		width: 18px;
		height: 12px;
		z-index: 1;
	}
	
	.responsive-menu-button.mobile-activated:after {
		content: '';
		background-image: url(/wp-content/themes/lithographica/images/Menu-Close-x.svg);
		background-size: contain;
		background-repeat: no-repeat;
		width: 14px;
		height: 14px;
		z-index: 1;
		margin-right: 2px;
	}
	
	.header-widget-area {
		display: none;
		width: 100%;
		margin: auto;
		padding: 110px 24px;
		background-color: #fff;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
	}
	
	.header-search-icon {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 60px;
		margin-left: 0;
	}
	
	.search-dropdown-block-container {
		top: 7.6rem;
	}
	
	.menu-button-container {
		margin-top: 24px;
		margin-bottom: 24px;
	}
	
	.header-widget-area section.widget {
		width: 100%;
		border-bottom: 1px solid #959598;
	}
	
	.header-widget-area section.widget.widget_mint_post_widget {
		border-bottom: none;
	}
	
	.menu-post-cat-container {
		font-family: 'urw-din', sans-serif;
		color: #959598;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 400;
		text-transform: capitalize;
		margin-bottom: 20px;
	}
	
	.widget_nav_menu .widget-wrap {
		position: relative;
	}
	
	.header-widget-area section.widget:first-of-type {
		border-top: 1px solid #959598;
	}

	.header-widget-area .widget-title {
		font-size: 16px;
		font-size: 1.6rem;
		padding: 16px 0;
		text-align: left;
	}
	
	.site-header nav {
		position: relative;
		padding: 12px 0 24px;
		z-index: 1;
	}
	
	.header-widget-area .menu-toggle {
		position: absolute;
		right: 12px;
		top: 16px;
		background: transparent;
		height: auto;
		width: auto;
		min-width: auto;
		border: none;
		padding: 0;
	}

	.menu-toggle.dashicons-menu:before {
		content: "\f543";
		position: absolute;
		color: #000;
		font-size: 12px;
		width: 12px;
		height: 12px;
		z-index: 1;
	}

	.menu-toggle.dashicons-menu.activated:before {
		content: "\f460";
		position: absolute;
		color: #000;
		font-size: 12px;
		width: 12px;
		height: 12px;
		z-index: 1;
	}
	
	button, 
	input[type="button"], 
	input[type="reset"], 
	input[type="submit"], 
	.button, 
	.black-button {
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: 500;
		padding: 8px 16px;
		min-width: 105px;
	}
	
	.hero-50-50-image-with-text-image-container {
		height: 100vw;
	}
	
	.hero-50-50-image-with-text-content-wrap {
		max-width: 100%;
		padding: 48px 24px;
	}
	
	.hero-50-50-text-with-image-image-container {
		height: 100vw;
	}

	.hero-text-parallax-3-content-container {
		width: 100%;
	}
	
	.hero-text-parallax-2-text-container {
		width: 100%;
		float: left;
	}
	
	.parallax-slider.left-2-aligned {
		width: 100vw!important;
	}
	
	.hero-text-parallax-2-text-wrap {
		/*color: #fff;
		text-shadow: 1px 1px 2px #000000;*/
		padding: 40px 20px;
	}
	
	.width-33 {
		width: 100%;
	}
	
	.width-50 {
		width: 100%;
	}
	
	.width-67 {
		width: 100%;
	}
	
	.image-align-left + .copy-50-50-image-with-text-content-container .copy-50-50-image-with-text-content-wrap {
		padding: 48px 24px;
	}

	.image-align-right + .copy-50-50-image-with-text-content-container .copy-50-50-image-with-text-content-wrap {
		padding: 48px 24px;
	}

	
	.home-featured-post-image {
		height: calc(100vw - 88px);
		max-height: 280px;
		width: 100%;
		float: none;
	}

	.home-featured-post-content-container,
	.main-featured-post-content-container {
		max-width: 100%;
		position: absolute;
		top: 78%;
		transform: translateY(-78%);
		left: 2rem;
		right: 2rem;
		bottom: 2rem;
		text-align: center;
	}
	
	.home-post-carousel-container .slick-dots {
		bottom: 2rem!important;
	}
	
	.archive-post-block-container {
		width: 50%;
	}

	.archive-factsheet-block-container{
		width: 50%;
	}
	
	.image-align-left {
		margin-right: 0;
	}
	
	.image-align-right {
		order: 0;
		margin-left: 0;
	}
	
	.quote-mark-1 {
		height: 10px;
		margin-top: 0px;
	}
	
	.quote-mark-2 {
		height: 12px;
	}
	
	.quote-mark-2.quote-mark-left {
		left: 4px;
	}
	
	.quote-mark-3 {
		height: 14px;
		margin-top: 5px;
	}
	
	.quote-mark-3.quote-mark-left {
		left: 4px;
	}
	
	.quote-1-column-block-wrap,
	.quote-2-thirds-block-wrap {
		padding: 0;
	}
	
	.quote-1-column-quote, 
	.quote-2-thirds-quote {
		padding: 0 24px;
	}
	
	.quote-mark-2.quote-mark-left {
		left: 4px;
	}
	
	.footer-block-wrap {
		padding: 0 12px;
	}
		
	.site-footer {
		padding: 48px 24px;
	}
	
	/* Newsroom and Team */
	.newsroom-header-image-text-block-50-image-container,
	.landing-newsroom-header-image-text-block-50-image-container{
		position: relative;
		height: 72vw;
	}

	.newsroom-header-image-text-block-50-content-wrap {
		position: relative;
		padding: 64px 24px;
		float: left;
		left: 0;
	}
	
	.newsroom-releases-blocks-heading-wrap {
		padding: 56px 12px 0;
	}
	
	.newsroom-releases-blocks-heading-wrap .newsroom-sort-container,
	.newsroom-releases-blocks-heading-wrap > h1 {
		padding: 8px 12px;
	}
	
	.newsroom-releases-blocks-heading-wrap > h1 {
		margin-bottom: 8px;
	}
	
	.newsroom-releases-blocks-wrap {
		padding: 0;
	}
	
	.newsroom-releases-footer-button-wrap {
		padding: 0 0 64px;
	}

	.archive-team-block-container{
		width: 50%;
	}
	
	.archive-team-block-container img {
		height: calc(63vw - 12px);
	}
	
	.team-archive-wrap {
		padding: 0 18px;
	}
	
	.single-team-image {
		width: 100%;
	}
	
	.single-team-image img {
		height: 100vw;
	}
	
	.single-team-content-container {
		width: 100%;
		padding: 64px 24px;
	}
	
	.newsroom-page h1,
	.newsroom-page h1.large,
	.newsroom-page h1.regular,
	.newsroom-page h2 {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.125;
		letter-spacing: -0.064px;
	}
	
	.newsroom-page h3 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.33;
		letter-spacing: -0.048px;
	}
	
	.single-news .image-fixed-section-wrap {
		padding: 0;
	}
	
	.single-news .newsroom-related-post-wrap {
		padding: 12px;
	}
	
	.newsroom-header-image-text-block-content-container {
		order: 1;
	}
	
	.text-left .newsroom-athlete-block-image-container {
		order: 0;
	}
	.newsroom-athlete-block-image-container .newsroom-athlete-block-image img {
		height: calc(100vw - 96px);
	}
	
	.newsroom-athlete-block-image {
		height: calc(100vw - 96px);
		min-height: 100%;
	}
	
	.newsroom-athlete-block-text-wrap.has-image {
		padding: 0;
	}
	
	.newsroom-archive-heading-container {
		padding: 60px 0 20px;
	}
	
	.newsroom-archive-heading {
		width: 100%;
		margin-bottom: 24px;
	}
	
	.newsroom-sort-container {
		width: 100%;
	}
	
	.newsroom-archive-main-container {
		padding: 0;
	}

	.archive-newsroom-item-image {
		width: 100%;
		height: calc(80vw - 48px);
	}
	
	.archive-newsroom-content-container {
		width: 100%;
		justify-content: center;
		text-align: center;
		padding: 0 20px;
		margin: 24px 0;
	}
	
	.archive-newsroom-title-wrap {
		order: 1;
        padding: 0;
        width: 100%;
    }
	
	.archive-newsroom-item-title {
		margin-bottom: 0;
	}
	
	.newsroom-date-cats {
		width: 100%;
		display: flex;
        justify-content: center;
		margin-bottom: 5px;
	}
	
	.archive-newsroom-cats {
		display: flex;
	}
	
	.archive-newsroom-cat,
	.archive-newsroom-date {
		padding: 0 2px;
	}

	.width-50 .newsroom-image-with-text-main-image img {
		height: 750px;
		object-fit: cover;
		width: 100%;
	}

@media only screen and (max-width: 620px) {
	
	.copy-section-block-text {
		width: 100%;
		flex: auto;
	}

}

@media only screen and (max-width: 580px) {
	
	.title-area {
		padding-bottom: 20px;
		padding-top: 22px;
	}
	
	h1.small-heading,
	.font-72 {
		font-size: 38px;
		font-size: 3.8rem;
	}

	h1.medium-heading,
	.font-88 {
		font-size: 48px;
		font-size: 4.8rem;
	}

	h1.large-heading,
	.font-120 {
		font-size: 60px;
		font-size: 6rem;
	}

	h1.xlarge-heading,
	.font-160 {
		font-size: 88px;
		font-size: 8.8rem;
	}

	/*h2,
	.font-48 {
		font-size: 28px;
		font-size: 2.8rem;
	}

	h3,
	.font-36 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	h4,
	.font-30 {
		font-size: 22px;
		font-size: 2.2rem;
	}*/

	h5,
	.font-18 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	h6,
	.font-20 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.font-200 {
		font-size: 88px;
		font-size: 8.8rem;
	}

	.font-96 {
		font-size: 48px;
		font-size: 4.8rem;
	}

	.font-24 {
		font-size: 22px;
		font-size: 2.2rem;
	}
	
	.small-padding {
		padding: 14px 0;
	}

	.medium-padding {
		padding: 24px 0;
	}

	.large-padding {
		padding: 44px 0;
	}
	
	.hero-text-with-image-heading-wrap {
		padding: 48px 24px;
	}

	.pull-quote-block-pull-quote-wrap {
		max-width: 260px;
	}
	
	.hero-text-parallax-4-image.parallax-window {
		height: 100%;
		min-height: 600px;
	}
	
	.parallax-slider.one-third {
		width: 100%!important;
		height: 33.3%;
		min-height: 200px;
	}
	
	.image-count-2 .image-no-0,
	.image-count-3 .gallery-block-left-wrap {
		padding-right: 2px;
	}

	.image-count-2 .image-no-1,
	.image-count-3 .gallery-block-right-wrap {
		padding-left: 2px;
	}

	.image-count-3 .gallery-block-item.image-no-1 {
		padding-bottom: 2px;
	}

	.image-count-3 .gallery-block-item.image-no-2 {
		padding-top: 2px;
	}

	.image-square-gallery-block-item {
		padding-right: 2px;
		padding-left: 2px;
	}
	
	.hero-50-50-text-with-image-inset-image {
		width: calc(100% - 60px);
		height: calc(100% - 60px);
		top: 30px;
		left: 30px;
	}
	
	.cd-filter-wrap .category-archive-heading {
		width: 100%;
	}
	
	.cd-filter-wrap .controls {
		padding-top: 12px;
	}
	
}

@media only screen and (max-width: 514px) {
	
	.lithographica-logo-wrap {
		width: 50vw;
	}
	
	/* Newsroom/Team */
	.team-page-heading-container {
		padding: 64px 0;
	}
	
	.main-team-page-heading {
		margin-bottom: 24px;
	}
	
	body.newsroom-page > div {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.375;
		letter-spacing: -0.032px;
	}
	
	.font-56 {
		font-size: 32px;
		font-size: 3.2rem;
		line-height: 1.125;
		letter-spacing: -0.064px;
	}
	
	.newsroom-page h3,
	h4.intro-block-heading {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.375;
		letter-spacing: -0.032px;
	}
	
	.archive-team-block-container img {
		height: 115vw;
	}
	
	.team-page-heading-container {
		padding: 64px 0;
	}
	
	.archive-team-block-container {
        width: 100%;
    }
	
	.newsroom-release-block-container.postno-1, 
	.newsroom-release-block-container.postno-2,
	.newsroom-release-block-container.postno-3,
	.newsroom-release-block-container.postno-4,
	.newsroom-release-block-container.postno-5	{
		width: 100%;
	}
	
	.newsroom-release-block-container.postno-1 .newsroom-block-image, 
	.newsroom-release-block-container.postno-2 .newsroom-block-image,
	.newsroom-release-block-container.postno-3 .newsroom-block-image,
	.newsroom-release-block-container.postno-4 .newsroom-block-image,
	.newsroom-release-block-container.postno-5 .newsroom-block-image {
		height: calc(82vw - 48px);
	}
	
	.width-50 .newsroom-image-with-text-main-image img {
		height: 490px;
	}
	
	.newsroom-release-heading {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.375;
		letter-spacing: -0.032px;
	}
	
	.newsroom-button {
		width: calc(100% - 60px);
	}
	
	.related-newsroom-block-container {
		width: 100%;
	}
	
	.related-newsroom-block-container .related-newsroom-image {
		height: calc(82vw - 48px);
	}
	
}


@media only screen and (max-width: 480px) {
	
	h1.large-heading, .font-120 {
		font-size: 40px;
		font-size: 4rem;
	}
	
	.title-area {
		padding-bottom: 15px;
		padding-top: 17px;
	}
	
	.archive-post-block-container {
		width: 100%;
	}
	
	.featured-post-item-container:nth-of-type(3), 
	.featured-post-item-container:nth-of-type(4), 
	.featured-post-item-container:nth-of-type(5), 
	.featured-post-item-container:nth-of-type(6) {
		width: 100%;
	}
	
	.archive-post-block-container {
		width: 100%;
	}
	
	.archive-factsheet-block-container{
		width: 100%;
	}
	
	.pull-quote-block-pull-quote-wrap {
		max-width: 100%;
	}
	
	.carousel-full-width-blocks-container .slick-track {
		height: 58vw;
	}

	
	.footer-block-wrap {
		align-items: center;
		justify-content: center;
	}
	
	.footer-logo-image-wrap,
	.footer-menu-links-container,
	.footer-social-links-container,
	.footer-menu-wpml-container {
		width: 100%;
		padding: 16px 0;
		text-align: center;
		justify-content: center;
	}
	
	.footer-menu-links-container .menu .menu-item {
		width: 100%;
	}
	
	.wpml-ls-legacy-dropdown {
		margin: 0 auto;
	}
	
	.footer-bar .menu {
		justify-content: center;
	}
	
	
	
	
}

@media only screen and (max-width: 360px) {
	

	
}

/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
