/*--------------------------------------------------------------
>>> 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%;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.eot');
    src: url('../fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff'),
        url('../fonts/Helvetica.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Light.eot');
    src: url('../fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Light.woff2') format('woff2'),
        url('../fonts/Helvetica-Light.woff') format('woff'),
        url('../fonts/Helvetica-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.eot');
    src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff'),
        url('../fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Now Micro';
    src: local('../fonts/HelveticaNowMicro-Regular'), local('Helvetica-Now-Micro-Regular'),
        url('../fonts/HelveticaNowMicro-Regular.woff2') format('woff2'),
        url('../fonts/HelveticaNowMicro-Regular.woff') format('woff'),
        url('../fonts/HelveticaNowMicro-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Atlas Typewriter';
    src: url('../fonts/AtlasTypewriterRegular.eot');
    src: url('../fonts/AtlasTypewriterRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AtlasTypewriterRegular.woff2') format('woff2'),
        url('../fonts/AtlasTypewriterRegular.woff') format('woff'),
        url('../fonts/AtlasTypewriterRegular.ttf') format('truetype'),
        url('../fonts/AtlasTypewriterRegular.svg#AtlasTypewriterRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/* 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: bolder;
}

/**
 * 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: 'Atlas Typewriter';
	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: #000;
	font-family: 'Atlas Typewriter';
	font-weight:400;
	font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight:700;
}

h1{}
h2{}
h3{}
h4{}
h5{}
h6{ font-size:18px; }

p {
	line-height:30px;
	margin: 0 0 30px;
}

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

blockquote {
	margin: 0 1.5em;
}

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%;
}

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

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;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.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 {
	width:auto;
	height: auto;
	max-width: 100%;
	vertical-align:middle;
}

figure {
	margin: 1em 0;
}

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

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

a:visited {
	
}

a:hover,
a:focus,
a:active {
	
}

a:focus {
	outline: 0;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background:#fff;
	outline:0;
	font-family: 'Atlas Typewriter';
	font-weight:400;
	color: #000000;
	font-size:18px;
	text-transform:uppercase;
	border: 1px solid #000000;
	padding:10px 22px 8px;
	cursor:pointer;
	transition:background 0.3s ease,color 0.3s ease;
	-webkit-transition:background 0.3s ease,color 0.3s ease;
	
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background:#000;
	color:#fff;
}

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 {
	
}

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,
select {
	background: #FDF5EB;
	font-family: 'Atlas Typewriter';
	font-weight:400;
	color: #000000;
	border: 1px solid #000000;
	outline:0;
	font-size: 14px;
    padding: 0px 12px;
    line-height: 39px;
}

::-webkit-input-placeholder { color: #000000; opacity:1;}
:-ms-input-placeholder {color: #000000; opacity:1;}
::placeholder {color: #000000; opacity:1;}

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 {
	
}

select {
	
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# 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;
}

.cta-button{
	display:inline-block;
	background:#fff;
	outline:0;
	text-align:center;
	min-width:150px;
	font-weight:400;
	color: #fff;
	font-size:18px;
	text-transform:uppercase;
	padding: 0;
	cursor:pointer;
	transition:background 0.3s ease,color 0.3s ease;
	-webkit-transition:background 0.3s ease,color 0.3s ease;
	position: relative;
	border: 3px solid #FFF;
	background: rgba(253, 245, 235, 0.00);
	line-height: 49px;
}
.cta-button span{
	position: relative;
	z-index: 3;
	display: block;
}
.cta-button:hover{
	color: #000;
}
.cta-button::after ,
.cta-button::before{
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 0%;
  z-index: 2;
  width: 100%;
}
.cta-button:hover::after{
	background-color: #fff;
    transition: 0.25s ease-in-out;
    height: 100%;
}



.cta-button.border{
	background-color:transparent;
	border:1px solid #000;
	}
	
.cta-button.border:hover{
	background:#000;
	color:#fff;	
	}			

.container, .container-footer {
	max-width:100%;
	padding:0 30px;
	margin:0 auto;
	}
	
.site-header{
	background-color:transparent;
	/*box-shadow:0 0 10px rgb(0 0 0 / 20%);*/
	width:100%;
	position: relative;
	left:0;
	top:0;
	z-index:900;
	transition:background-color 0.3s ease;
	-webkit-transition:background-color 0.3s ease;
	}
.site-header.overlap{
	position:fixed;
}
.site-header.fixed{
	position: fixed;
}
.site-header .container{
	max-width: 0 48px;
}
.site-header .header-content{
	position:relative;
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding:20px 0;
	transition:padding 0.3s ease;
	-webkit-transition:padding 0.3s ease;
	margin-top: 54px;
	}
.site-header.overlap .header-content{
	margin-top: 0;
}
.site-header .header-content .header-logo {
	position: absolute;
	left: 50%;
	top: -12px;
	margin: 0;
	transform: translateX(-50%);
}	
.site-header.overlap .header-content .header-logo{
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}
.site-header .header-content .header-logo img{
	filter: invert(1);
}
.site-header.overlap .header-content .header-logo img{
	filter: invert(0);
}
	
.site-header .header-content .header-logo path{
	fill:#000;
	}		
	
.site-header .header-nav{
	}
	
.site-header .header-nav ul{
	padding:0;
	margin:0;
	list-style:none;
}
	
.site-header .header-nav ul li a{
	font-size:18px;
	font-size: 18px;
	line-height: 21px;
	color:#000;
	text-transform:uppercase;
}
.site-header.overlap .header-content .header-logo{
	top: 30px;
    transform: translate(-50%, 0%);
}
.site-header .header-content .header-menu{
	width:26px;
	cursor:pointer;
	position: absolute;
    right: 0;
}	
.site-header .header-content .header-menu .header-menu-sep{
	background-color:#000;
	height:3px;
	border-radius: 4px;
	margin:0 0 5px;
	}
	
.site-header .header-content .header-menu .header-menu-sep:last-child{
	margin:0;
	}
.header-left a{
	color: #000;
	border: 3px solid #000;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 10px;
	line-height: normal;
}
.btn.cta-button:hover::after {
    background-color: #000;
    transition: 0.25s ease-in-out;
    height: 100%;
}

.site-header.overlap .header-left a{
	border-color: #fff;
	color: #fff;
}
.btn.cta-button.waiteraid-widget {display:none;}
.site-header .btn.cta-button:hover{
	color: #fff;
}
.site-header.overlap .btn.cta-button:hover{
	color: #000;
}
.site-header.overlap .btn.cta-button:hover::after {
    background-color: #fff;
    transition: 0.25s ease-in-out;
    height: 100%;
}


.site-header.overlap.header-left a{
	color: #fff;
}
.site-header.overlap{ background-color:transparent; box-shadow:none; }
.site-header.overlap .header-content{ padding: 44px 0;}
.site-header.overlap + .hamburger-menu + .container-wrap{ margin:0;}
.site-header.overlap .header-nav ul li a{ color:#fff; }
.site-header.overlap .header-logo path{ fill:#fff; }
.site-header.overlap .header-menu .header-menu-sep{ background-color:#fff; }

.site-header.overlap.fixed, .site-header.fixed {
    background-color: #FDF5EB;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.site-header.overlap.fixed .header-content,.site-header.fixed .header-content{padding:20px 0;}
.site-header.overlap.fixed .header-nav ul li a,.site-header.fixed .header-nav ul li a{ color:#000; }
.site-header.overlap.fixed .header-logo path,.site-header.fixed .header-logo path{ fill:#000; }
.site-header.overlap.fixed .header-menu .header-menu-sep,.site-header.fixed .header-menu .header-menu-sep{ background-color:#000; }




.hamburger-menu{
	background-color:#FFFFFF;
	width:50%;
	position:fixed;
	z-index:900;
	right:-100%;
	top:0;
	transition:right 0.3s ease;
	-webkit-transition:right 0.3s ease;
	}
	
.hamburger-menu.active{
	right:0;
	}
	
.hamburger-menu .hamburger-close{
	width:22px;
	height:25px;
	cursor:pointer;
	position:absolute;
	right:30px;
	top:50px;
	}	

.hamburger-menu .hamburger-close .hamburger-close-sep{
	background-color:#000;
	height:2px;
	position:relative;
	}
	
.hamburger-menu .hamburger-close .hamburger-close-sep:nth-child(1){ top:11px; transform:rotate(45deg); -webkit-transform:rotate(45deg); }
.hamburger-menu .hamburger-close .hamburger-close-sep:nth-child(2){ top:9px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg);}		
	
.hamburger-menu .hamburger-menu-inner{
	height:100vh;
	position:relative;
	overflow:auto;
	padding:50px;
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	}
	
.hamburger-menu .hamburger-menu-content{
	
	}
	
.hamburger-menu .hamburger-nav{
	/*margin:0 0 80px;*/
	margin:20px 0 50px 0;
	text-align:center;
	}

.hamburger-menu .hamburger-nav ul{
	padding:0;
	margin:0;
	list-style:none;
	}
	
.hamburger-menu .hamburger-nav ul li{
	margin:0 0 27px;
	}
	
.hamburger-menu .hamburger-nav ul li:last-child{
	margin:0;
	}		
	
.hamburger-menu .hamburger-nav ul li a , .menu-btm  ul li a{
	font-size:18px;
	color:#222221;
	text-transform:uppercase;
	}
	
.hamburger-menu .hamburger-nav ul li a:hover,.hamburger-menu .hamburger-nav ul li.active a, .wpml-ls-native{
	color:#000;
	}
	
.hamburger-menu  .signature{
	max-width:280px;
	margin:0 auto 60px;
	}
	
.hamburger-menu .language{
	text-align:center;
	}

.hamburger-menu .language ul{
	padding:0;
	margin:0;
	list-style:none;
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: center;
	-webkit-justify-content: center;
	}
	
.hamburger-menu .language ul ul:before{
	content:'/';
	margin:0 6px;
	}	
	
.hamburger-menu .language ul li{
	font-size:18px;
	color: #000000;
	text-transform:uppercase;
	display: flex;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: center;
	-webkit-justify-content: center;
	}	
	
.hamburger-menu .language ul li a{
	color:#c4c4c4;
	}
	
.hamburger-menu .language ul li a:hover{
	color:#000;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item{
    position: relative;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item::after {
  content: "|";
  position: absolute;
  right: -6px;
  top: 5px;
  color: #222221;
  font-size: 18px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item:last-child:after{
    position: relative;
    display: none;
}
.menu-logo{
	margin-bottom: 60px;
	text-align: center;
}		
	
.container-wrap{
	margin-top: 210px;
	}
.site-header.overlap .container-wrap{
	margin-top: 210px;
}	
.error404 .container-wrap{ margin-top:unset} 	
.default-content-row{
	padding:70px 0;
	}										
.header-logo-not-sticky	
{
	z-index: 9999;
  position: absolute;
  text-align: center;
  top: 58px;
  width: 100%;
}
.featured-banner-row{
	position:relative;
	overflow:hidden;
	}
	
.featured-banner-row .featured-banner-desc-row{
	position:absolute;
	left:0;
	top:0;
	z-index:800;
	width:100%;
	height:100%;
	}
	
.featured-banner-row .featured-banner-desc-row .featured-banner-slide{
	background-color:transparent;
	}		
	
.featured-banner-row,
.featured-banner-row .featured-banner-slide{
	height:890px;
	}
	
.featured-banner-row .featured-banner-slide{
	background-color:#CCC;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	position:relative;
	}
	
.featured-banner-row .featured-banner-slide .featured-banner-desc{
	width:100%;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	}
	
.featured-banner-row .featured-banner-slide .featured-banner-desc .featured-banner-desc-inner{
	max-width:550px;
	margin:0 auto;
	position:relative;
	}	
	
.featured-banner-desc{
	color:#fff;
	text-align:center;
	position: absolute;
    z-index: 10;
    right: 110px;
    bottom: 80px;
    text-align: left;
	}
	
.featured-banner-desc .cta-button{
	margin-top: 40px;
	}	
	
.featured-banner-desc .featured-title{
	font-size: 48px;
	text-transform:uppercase;
	margin:0 0 20px;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.35);
	}	
	
.featured-banner-desc h1,.featured-banner-desc h2,.featured-banner-desc h3,.featured-banner-desc h4,
.featured-banner-desc h5,.featured-banner-desc h6{
	margin:0 0 20px;
	font-weight:400;
	}
	
.featured-banner-desc h1:last-child,.featured-banner-desc h2:last-child,.featured-banner-desc h3:last-child,.featured-banner-desc h4:last-child,
.featured-banner-desc h5:last-child,.featured-banner-desc h6:last-child{
	margin:0;
	}	
	
.featured-banner-desc p{
	line-height:normal;
	margin:0 ;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.39);
	color: #FFF;
	font-family: 'Atlas Typewriter';
	font-size: 24px;
	font-weight: 400;
	}
	
.featured-banner-desc p:last-child{
	margin:0;
	}
	
.featured-banner-desc ul,.featured-banner-desc ol{
	padding:0 0 0 20px;
	margin:0 0 20px 0;
	}
	
.featured-banner-desc ul li,.featured-banner-desc ol li{
	margin:0 0 5px;
	}
	
.featured-banner-desc ul li:last-child,.featured-banner-desc ol li:last-child{
	margin:0;
	}
	
.featured-banner-row .featured-banner-center-init .featured-banner-desc,
.featured-banner-row .featured-banner-leftright-init .featured-banner-desc{
	opacity:0;
	transition:opacity 0.3s ease;
	-webkit-transition:opacity 0.3s ease;
	}
	
.featured-banner-row .featured-banner-center-init .slick-current.slick-center .featured-banner-desc,
.featured-banner-row .featured-banner-leftright-init .slick-current.slick-center .featured-banner-desc{
	opacity:1;
	}		
	

.featured-banner-row.left-align .featured-banner-leftright-init .slick-list{
	padding:0 0 0 363px !important;
	}
	
.featured-banner-row.right-align .featured-banner-leftright-init .slick-list{
	padding:0 363px 0 0 !important;
	}
	
.featured-banner-row.carousel-two-columns-align .featured-banner-slide{
	width:360px;
	transition:width 1s ease;
	-webkit-transition:width 1s ease;
	}	
	
.featured-banner-row.carousel-two-columns-align .slick-current.slick-active{
	width:720px;
	position:relative;
	z-index:700;
	}
	
.featured-banner-row.carousel-two-columns-align .slick-current.slick-active .container{
	
	}	
	
.featured-banner-row.carousel-two-columns-align .featured-banner-desc{
	opacity:0;
	transition:opacity 0.3s ease;
	-webkit-transition:opacity 0.3s ease;
	}
	
.featured-banner-row.carousel-two-columns-align .slick-current.slick-active .featured-banner-desc{
	opacity:1;
	}							
	
	
.right-pager{
	position:relative;
	}	
.right-pager .slick-dots{
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	}
	
.right-pager .slick-dots button[type="button"]{
	background-color:#fff;
	width:6px;
	height:6px;
	border:0;
	outline:0;
	padding:0;
	border-radius:3px;
	text-indent:-9999px;
	border:1px solid #fff;
	transition:background 0.3s ease,border 0.3s ease;
	-webkit-transition:background 0.3s ease,border 0.3s ease;
	}
	
.right-pager .slick-dots .slick-active button[type="button"]{
	background-color:transparent;
	}
	
.featured-banner-image, .error-content-section{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	}
	
.featured-banner-image.mobile{
	display:none;
	}	

.featured-banner-image.desktop{}						

.single-page-content-row{
	position:relative;	
	overflow:hidden;
	transition:transform 0.3s ease;
	-webkit-transition:transform 0.3s ease;
}

.single-page-content-row .featured-banner-image{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:9;
	}
 .error-content-section
{
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.simple-column-wrap{
	position:relative;
	z-index:10;
	}
	
.single-page-content-row .featured-banner-desc .featured-banner-desc-inner, .error-content{
	max-width: 605px;
    margin: 0 auto;
	}
.error-content, .error-content a{
	color:#fff;
	text-align:center;
}
.error-content h1{
	font-size: 64px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	}
#fp-nav{
	}	
	
#fp-nav ul li{}

#fp-nav ul li:last-child{
	display:none;
	}

#fp-nav ul li a{
	background:#fff;
	border:2px solid #fff;
	width:8px;
	height:8px;
	border-radius:4px;
	}
	
	
#fp-nav ul li a.active{
	background-color:transparent;
	border-color:#C4C4C4;
	}
	
#fp-nav ul li a span, 
.fp-slidesNav ul li a span{
	display:none;
	}
	
.single-page-content-row .spc-row .featured-title{
	transform:translateY(-40px);
	-webkit-transform:translateY(-40px);
	opacity:0;
	transition:transform 0.3s ease,opacity 1s ease;
	-webkit-transition:transform 0.3s ease,opacity 1s ease;
	-webkit-transition-delay: .43s;
    transition-delay: .43s;
	}
	
.single-page-content-row .spc-row.active  .featured-title{
	transform:translateY(0);
	-webkit-transform:translateY(0);
	opacity:1;
	}	

.single-page-content-row .spc-row .featured-banner-desc-main{
	transform:translateY(-40px);
	-webkit-transform:translateY(-40px);
	opacity:0;
	transition:transform 0.3s ease,opacity 1s ease;
	-webkit-transition:transform 0.3s ease,opacity 1s ease;
	-webkit-transition-delay: .45s;
    transition-delay: .45s;
	}
	
.single-page-content-row .spc-row.active .featured-banner-desc-main{
	transform:translateY(0);
	-webkit-transform:translateY(0);
	opacity:1;
	}						


	
	
	
.site-footer{
	background: #FDF5EB;
	padding: 30px 41px 30px 53px;
}
	
.site-footer.has-fullpage{
	display:none;
	}

.site-footer.spc-row.has-fullpage{
	display:block;
	}
	
.site-footer.spc-row.has-fullpage .fp-tableCell{
	display:block;
	}				
	
.site-footer .container{
	max-width:1172px;
	}
	
.site-footer .site-footer-content{
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	/*align-items: center;*/
	}
	
/* .site-footer .site-footer-left{ width:400px; }
.site-footer .site-footer-right{ width:320px;margin-top: auto;}*/
	
.site-footer .footer-logo{
	max-width:71px;
	margin:0 0 22px;
	}
	
.site-footer .footer-desc,
.site-footer-nav{
	font-size: 16px;
	margin-top: -6px;
}	

.site-footer .footer-desc p{
	line-height:30px;
	margin:0 0 27px;
	}	
	
.site-footer .footer-desc p:last-child{
	margin:0;
	}
	
.site-footer .footer-desc p a:hover{
	text-decoration:underline;
	}		
	
.site-footer .site-footer-top{
	display: flex;
	align-items:stretch;
	-webkit-align-items:stretch;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin:0 0 30px;
	}
	
.site-footer .site-footer-top .footer-col{
	max-width:calc(50% - 20px);
	}	

.site-footer .subscribe-content #mc_embed_signup_scroll {
    display: flex;
    flex-wrap: wrap;
}

.site-footer .subscribe-content h6{
	font-weight:400;
	margin:0 0 8px;
	font-size: 16px;
}	
.site-footer .subscribe-content input[type="text"], 
.site-footer .subscribe-content input[type="email"]{
	width:100%;
	margin:0 0 10px;
	display:block;
}
.site-footer .subscribe-content input[type="submit"] {
	margin: 0;
    background: transparent;
    border-radius: 0;
    font-size: 14px;
    padding: 12px 10px;
    text-transform: none;
    z-index: 9;
    position: relative;
    display: block;
}
.site-footer .subscribe-content .foo-btn:hover input[type="submit"]{
	color: #fff;
	margin: 0;
	
}
.site-footer .subscribe-content .foo-btn{
	text-transform: none;
    font-size: 14px;
    line-height: normal;
    height: 100%;
    min-width: 90px;
    margin-left: 21px;
    border: 0;
}	
.site-footer .subscribe-content .foo-btn:hover::after{
	background: #000;
}



.site-footer .subscribe-content form{ margin:0; }
.site-footer .subscribe-content form p{ margin:0; }	
.site-footer .subscribe-content form p br{ display:none; }
.site-footer .subscribe-content form .wpcf7-response-output{ display:none; }
.site-footer .subscribe-content form .wpcf7-not-valid-tip{ display:none;}
.site-footer .subscribe-content form .wpcf7-not-valid{ border-color:#dc3232; }

.site-footer .footer-nav{
	
}
.social-links {
    /*margin-bottom: -16px;*/
	align-items: last baseline;
  display: inline-flex;
}	
.social-links a{
	margin-left: 20px;
}
.site-footer .footer-nav ul{
	padding:0;
	margin:0;
	list-style:none;
	}
	
.site-footer .footer-nav ul li{
	margin:0 0 10px;
	}
	
.site-footer .footer-nav ul li:last-child{
	margin:0;
	}	

.site-footer .footer-nav ul li a{
	font-size: 16px;
    text-decoration: underline;
}	

.site-footer .footer-nav ul li a:hover{
	text-decoration:underline;
	}
	
.site-footer .copyright{
	display:none;
	}	
.site-footer .right-logo {display:none}
.mc-field-group{
	min-width: 317px;
	font-size: 14px;
	font-weight: 400;
}

.fp-section:nth-child(5) .featured-banner-desc-main{ opacity: 1 !important;}
.fp-section:nth-child(5) .featured-title{ opacity: 1 !important;}



/*Two column Content*/
.two-column-content{
	
}
.two-column-content .container{
	max-width: 1640px;
	margin: 0 auto;
}
.tcc-row{
	display: flex;
	flex-wrap: wrap;
}
.tcc-col{
	width: 50%;
	padding: 0 38px;
	font-size: 24px;
	line-height: normal;
	letter-spacing: -0.48px;
}
.tcc-col h3{
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.64px;
	text-transform: uppercase;
	margin: 0 0 40px;
}
.tcc-col img{
	max-height: 834px;
	display: block;
	margin-bottom: 24px;
	object-fit: cover;
	width: 100%;
}
.site-header.overlap.fixed, .site-header.fixed .header-content{
	margin-top: 34px;
}


/*
btn btn-1 hover-filled-slide-down
btn btn-1 hover-filled-slide-up

btn btn-2 hover-slide-down
btn btn-2 hover-slide-up
*/


/*Responsive*/
@media only screen and (max-width: 1320px) { 
	.social-links a {
		margin-left: 4px;
	}
	.site-footer .footer-desc, .site-footer-nav{
		padding: 0 20px;
	}
}

@media only screen and (max-width: 767px) { 
	.site-header.overlap .header-content{ padding:34px 0;}
	.site-header .header-content .header-logo a svg {height:20px;}
	.featured-banner-row.left-align .featured-banner-leftright-init .slick-list,
	.featured-banner-row.right-align .featured-banner-leftright-init .slick-list{ padding:0 !important; }
	.featured-banner-row.carousel-two-columns-align .featured-banner-slide,.featured-banner-row.carousel-two-columns-align .slick-current.slick-active{
	width:auto;
	}
	.site-header.overlap .header-content .header-logo {  top: -6px;;
}
	.container {  padding: 0 40px;}
	/*.container p {margin: 0 9px !important;}*/
	.container-footer {  padding: 0 30px;}
	.site-header.overlap + .hamburger-menu + .container-wrap {  background-color: black;}
	.single-page-content-row .featured-banner-image {opacity: 0.8;}
	.hamburger-menu{ width:100%; }
	.featured-banner-row .featured-banner-slide .featured-banner-desc .featured-banner-desc-inner{ max-width:none; padding:0 36px; }
	
	.site-header .header-content{ align-items:center; -webkit-align-items:center;  justify-content:flex-end; -webkit-justify-content:flex-end; }
	.site-header .header-nav{ display:none;}
	.featured-banner-row.left-align .featured-banner-leftright-init .featured-banner-desc .featured-banner-desc-inner{ }
	.featured-banner-row .featured-banner-center-init .featured-banner-desc, 
	.featured-banner-row .featured-banner-leftright-init .featured-banner-desc{}
	.featured-banner-row .featured-banner-slide.slick-current.slick-center .featured-banner-desc{}
	.featured-banner-row .featured-banner-slide.slick-current.slick-center{}
	
	.site-footer .subscribe-content .foo-btn {margin-left: 0px;}
	.site-footer{ padding:73px 34px 30px; }
	.site-footer .site-footer-left{ margin:0 0 28px; }
	.site-footer .site-footer-right .site-footer-top p {margin:0 0 50px 0;}
	.site-footer .site-footer-left,.site-footer .site-footer-right{ width:100%; }
	.site-footer .footer-logo{ margin:0 0 50px; }
	.site-footer .site-footer-content{justify-content: center; -webkit-justify-content: center;flex-direction: column;}
	.site-footer .footer-desc,.site-footer .footer-nav{ font-size:16px;width: 100%; }
	.site-footer .footer-desc a,.site-footer .footer-nav ul li a{ color:#C4C4C4;font-size: 14px; }
	.site-footer .footer-desc a:hover,.site-footer .footer-nav ul li a:hover{ color:#000; }
	.site-footer .site-footer-top{ margin:0 0 40px; }
	.site-footer .subscribe-content{ margin:0 0 65px;}
	.site-footer .subscribe-content h6{ font-size:12px; margin:0 0 8px; color:#C4C4C4; }
	.site-footer .subscribe-content input[type="submit"]{ color:#C4C4C4; font-size:16px;padding: 10px 20px; }
	.site-footer .subscribe-content ::-webkit-input-placeholder {color: #C4C4C4;}
	.site-footer .subscribe-content :-ms-input-placeholder {color: #C4C4C4;}
	.site-footer .subscribe-content ::placeholder {color: #C4C4C4;}
	.site-footer .footer-desc .footer-desc-copyright{ display:none; }
	.site-footer .copyright{ display:block; font-size:12px; text-align:center;}
	
	.single-page-content-row .spc-row.has-mobile-image .featured-banner-image.mobile{ display:block; }
	.single-page-content-row .spc-row.has-mobile-image .featured-banner-image.desktop{ display:none; }
	
	
	/**/
	.featured-banner-desc .featured-title{ font-size: 36px;}
	.featured-banner-desc p{ font-size: 16px;}
	.featured-banner-desc .cta-button{ font-size: 20px; line-height: 40px;}
	.featured-banner-desc { line-height: normal;}
	.featured-banner-desc { color: #000;}
	.left-logo{ margin-bottom: 24px;}
	.left-logo img{ height: 20px;}
	.site-footer .subscribe-content {
        margin: 0 0 25px;
		padding: 0 0 25px;
    }
	.social-links {
		/*margin-bottom: -50px;*/
		margin-left: auto;
		margin-right: 6px;
	}
	.social-links a {
		margin-left: 8px;
	}
	.mc-field-group {
		min-width: inherit;
	}
	.site-footer .subscribe-content input[type="submit"] {
        color: #000000;
        font-size: 16px;
        width: auto;
        padding: 10px 20px;
        margin: 0;
    }
	.site-footer .subscribe-content h6 {
        font-size: 16px;
        margin: 0 0 8px;
        color: #000000;
    }
	.site-footer-nav {
		font-size: 16px;
		margin: 0 auto 35px 0;
	}
	.right-logo img{
		height: 53px;
	}
	.social-links a img{
		height: 30px;
	}
	.site-footer .footer-desc a, .site-footer .footer-nav ul li a {
        color: #000;
        font-size: 16px;
    }
	.site-footer {
        padding: 24px 30px 20px;
    }
	.header-logo img, .header-logo-not-sticky img{
		height: 82px;
	}
	.header-left{ display: none;}
	.featured-banner-desc {
		right: 10px;
		bottom: 25px;
		width: 100%;
	}
	.featured-banner-desc br{
		display: none;
	}
	.featured-banner-desc {
        color: #fff;
    }
	input[type="text"]::placeholder, 
	input[type="email"]::placeholder{
		color: #000 !important;
	}
	.site-footer .footer-desc, .site-footer-nav{
		padding: 0px;
	}

	/* .site-footer .footer-desc{ margin: 0 15px 0 -15px;} */

	.tcc-col { width: 100%; font-size: 16px; letter-spacing: -0.32px; text-align: center; padding: 0;}
	.tcc-col h3 { font-size: 24px; letter-spacing: -0.48px;}
	.container-wrap {
		margin-top: 60px;
	}
	
}