@font-face {
	font-family: aReg;
	src: url(fonts/afd20/aRegular.woff);
}

@font-face {
	font-family: aBold;
	src: url(fonts/afd20/aBold.woff);
}

@font-face {
	font-family: bReg;
  src: url(fonts/afd20/bRegular.woff);
}
@font-face {
	font-family: hpReg;
	src: url(fonts/afd20/hpReg.woff);
}
@font-face {
	font-family: hsReg;
	src: url(fonts/afd20/hsReg.woff);
}
*{
  scrollbar-color: transparent transparent; /* thumb and track color */
  scrollbar-width: none;
}

*::-webkit-scrollbar {
  width: 0;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: transparent;
  border: none;
}

* {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}



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{
  border-color:none;
  outline:none;
}

header.panel-header,
body.archive header.page-header,
.bleed-title h1,
body.single-downcare article > header h1,
body.single-innovation article > header h2,
body.partners .entry-header h1 {
	font-family: bReg, serif;
	font-weight: normal;
	letter-spacing: -0.75px;
}

.author-description .author-link, .comment-metadata, .comment-reply-link, .comments-title, .comment-author .fn, .discussion-meta-info, .entry-meta, .entry-footer, .main-navigation, .nav-vertical, .no-comments, .not-found .page-title, .error-404 .page-title, .post-navigation .post-title, .page-links, .page-description, .pagination .nav-links, .sticky-post, .site-title, .site-info, #cancel-comment-reply-link, h1, h2, h3, h4, h5, h6, body,html, header.panel-header p {
	font-family: aReg, serif;
    font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4545em;
/* 	letter-spacing: 0.125em; */
}

sup {
	vertical-align: super;
}

.main-ul sup {
	vertical-align: baseline;
	font-size: inherit;
	top: initial;
}

body.post-type-archive-downcare h3,
body.post-type-archive-downcare p {
/* 	line-height: 2em; */
  line-height:1.429em;
}

a {
	transition: color 110ms ease-in-out;
	color: inherit;
}

body.dark a,
.nav-vertical .sub-menu li a:hover,
body.dark.page-template-page-info .menu-primary-menu-container a{
	color: #949494;
}

.nav-vertical .sub-menu li a{
 letter-spacing: normal;
}
html, html a{/* cursor: crosshair; */ color:#0f0f0f;}

body.home .entry .entry-content a {
	text-decoration: none;
	line-height: 1em;
}

.entry .entry-content a {
	text-decoration: none;
}

article section a,
article section a:visited {
	color: inherit;
	padding-bottom: 1px;
	border-bottom: solid 1px #f8f8f9;
}

a:visited {
  color: #0f0f0f;
}

a:hover,
a:visited,
a:active {
/* 	color: #f8f8f9; */
}

a:focus {
	outline: none;
	text-decoration: none;
}

.entry {
	margin: initial;
}

body.home .panel .entry:first-of-type {
/* 	margin-top:calc(6 * 1rem); */
}

html{
	position: relative;
	box-sizing: border-box;
	margin: 0;
}

body {
	position: relative;
	min-height:100vh;
/* 	background-color:rgba(17, 24, 37, 1); */
/* 	background-color: #090C12; */
/* 	color: #f8f8f9; */
	box-sizing: border-box;
	margin: 0;
}

body.home,
body.archive,
body.page-template-page-contact,
body.page-template-page-info,
body.partners,
body.post-type-archive-downcare,
body.shop{
/*   width:100%; */
/*   min-width:100%; */
}
body{
	background-color:#e1e1e1;
}
body.light{
	background-color:#ececec;
	color:#b6b6b6;
}

body.page-template-page-info,
body.page-template-page-media {
/* 	color: #090C12; */
}

body.page-template-page-down-wash,
body.page-template-page-store,
body.home,
body.archive,
body.post-type-archive-downcare {
	position: relative;
	z-index: 1;
}

.site,
.site-content {
	min-height: initial;
/* 	background-color:#111; */
	display: flex;
	flex-direction: column;
/* 	height: calc(100vh - 45px);	 */
	height: 100%;
}

body.page-template-page-info .site-content,
body.page-template-page-media .site-content,
body.page-template-page-contact .site-content
body.page-template-page-down-wash .site-content,
body.page-template-page-store .site-content {
	height: initial;
}

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

body.home .site {
	height: initial;
	box-sizing: border-box;
	position: relative;
	height: 100%;
	width: 100%;
}

body.home .site-content {
	flex: 1;
/* 	height:initial; */
	box-sizing: border-box;
	position: relative;
	z-index: 0;
    width: 100vw;
    background-color: transparent;
}



/**
	preload
**/


body .preloader {
	position: absolute;
	z-index: 9900;
	top: 0;
	left: 0;
/* 	background-color: #000; */
	height: 100vh;
	width: 100vw;
	opacity: 0.1;
	transition: opacity 750ms ease;
}

body.curtain-up .preloader {
	opacity: 1;
	transition: opacity 750ms ease;
}


/**
 header
**/


body > a {
	display: block;
}

.site-header {
	width: 100%;
	height: 45px;
	padding: initial;
}

.menu-open {
	position: fixed;
	z-index: 100;
	top: 20px;
/* 	left: -2px; */
	left:2.5%;
	width: 60px;
	height:33px;
	content: "";
	font-size: 1em;
	line-height: 1.4em;
	text-align: center;
/* 	background-image: url(img/AFD-2020.min.svg); */
	background-image: url(img/AFD-2020-wordmark.min.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
/* 	cursor: crosshair; */
}


body.single-innovation #menu-open,
body.shop .menu-open,
body.single-innovation .menu-open,
body.archive .menu-open,
body.partners .menu-open,
body.page-template-page-contact .menu-open,
body.page-template-page-info .menu-open{
/*
	background-image: url(img/AFD-2020-wordmark.min.svg);
	background-position: top left;
	background-size: cover;
	top: 15px;
	left: 25px;
	width: 97px;
	height:57px;
*/
}

body.page-template-page-info.light .menu-open{
	background-image: url(img/AFD-2020-wordmark-k.min.svg);
}

.menu-open.dark{
	background-image: url(img/AFD-2020-k.min.svg);
}

@media only screen and (min-width: 531px) {
	.menu-open {
		width: 80px;
		height:47px;
	}
	body.single-innovation #menu-open,
	body.shop .menu-open,
	body.single-innovation .menu-open,
	body.archive .menu-open,
	body.partners .menu-open,
	body.page-template-page-contact .menu-open,
	body.page-template-page-info .menu-open{
		background-image: url(img/AFD-2020-wordmark.min.svg);
		background-image: url(img/AFD-2020-wordmark.min.svg);
		background-position: top left;
		background-size: contain;
		top: 20px;
		left: 35px;
		width: 133px;
		height: 79px;
	}

}

@media only screen and (min-width: 960px) {
	.menu-open {
		left:35px;
		width: 133px;
		height:79px;
	}
}


.menu-wrap {
	opacity: 0;
	visibility: hidden;
    height: 100%;
	width: 100%;
	background-color: #000;
	width: 100%;
	height: 100vh;
	padding: 0;
	background-color: rgba(0,0,0, 1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: opacity .5s, visibility 0s .5s;
}

body.menu .site-header {
	height: 100vh;
}

.site-branding-container {
}

body.menu .menu-wrap {
	opacity: 1;
	visibility: visible;
	transition: opacity .75s ease;
	overflow: scroll;
}

.menu-close {
	position: absolute;
	top: 25px;
	left: 25px;
	content: "";
	font-size: 1em;
	line-height: 1.4em;
	height: 20px;
	width: 25px;
	text-align: center;
	background-image: url(img/close-btn.min.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
/* 	cursor: crosshair; */
}

h1:not(.site-title):before,
h2:before{
	display:none;
}

@media only screen and (min-width: 860px) {
	.menu-wrap{
		display: absolute;
	top: 0;
	right: 0;
	opacity: 1;
	visibility: visible;
}

.menu-close {
	display: none;
	visibility: hidden;
}

.menu-wrap,
.ticker-wrap {
	height: 45px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.ticker-wrap {
	height: initial;
}
}

@media only screen and (min-width: 891px) {
.menu-wrap,
.ticker-wrap {
		width: 92%;
	}
}

@media only screen and (min-width: 930px) {
.menu-wrap,
.ticker-wrap {
		width: 90%;
	}
}

@media only screen and (min-width: 1024px) {
.menu-wrap,
.ticker-wrap {
		width: 80%;
	}
}

@media only screen and (min-width: 1280px) {
.menu-wrap,
.ticker-wrap {
		width: 70%;
	}
}

@media only screen and (min-width: 1366px) {
.ticker-wrap {
		width: 60%;
	}
}

.ticker-wrap {
	position: fixed;
	z-index: 1000;
	bottom: 0;
	left: 0;
/* 	padding-left: 40%; */
	overflow: hidden;
/* 	background-color: rgba(0, 0, 0, 0.5); */
}



/* Menus */

.afd-header {
	height: 45px;
	width: 100%;
	position: absolute;
	z-index: 20;
/* 	mix-blend-mode: color-dodge; */
}

.main-aside {
	height: 22.5px;
	height:45px;
	position: absolute;
	z-index: 50;
	width: 100vh;
	bottom: 0;
	left: 30px;
	transform-origin: bottom left;
	transform: rotate(-90deg);
}

@media only screen and (min-width: 531px) {
	.main-aside {
		left: 35px;
	}

}

.main-aside .list > li:last-child span {
	display: none;
	visibility: hidden;
}

.header-wrap {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: auto;
	margin-right: 0;
	max-width: 850px;
	background-color: rgba(0,0,0,0.5);
}

.nav-vertical ul,
.menu-primary-menu-container ul,
.menu-secondary-menu-container ul {
	width: 100%;
	list-style: none;
	margin: initial;
	padding: initial;
	display: block;
	text-align: center;
}

.nav-vertical {
/* 	width: 65%;	 */
	width:552px;
/* 	max-width:552px; */
	margin: auto;
}

body.post-type-archive-performance .nav-vertical {
	margin-right:23.9259%;
}

.menu-primary-menu-container li,
.menu-secondary-menu-container li {
	display: block;
	vertical-align: middle;
}

.menu-secondary-menu-container ul > li:nth-child(3),
.menu-secondary-menu-container ul > li:nth-child(4),
.menu-secondary-menu-container ul > li:nth-child(5) {
	display: inline-block;
}

/* @media only screen and (min-width: 860px) { */


	.nav-vertical,
	.menu-primary-menu-container,
	.menu-secondary-menu-container,
	.menu-tertiary-menu-container {
	position: absolute;
	margin: auto;
}

.menu-primary-menu-container {
	position: relative;
}

.menu-primary-menu-container {
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s, visibility 0s .5s;
	max-width: 440px;
}

@media only screen and (min-width: 960px) {
	.menu-primary-menu-container {
		opacity: 1;
		visibility: visible;
		transition: opacity .5s, visibility 0s .5s;
		max-width: 490px;
	}
}

body.menu .menu-primary-menu-container {
	opacity: 1;
	visibility: visible;
	transition: opacity .75s ease;
}

@media only screen and (min-width: 901px) {
	.menu-primary-menu-container {
		opacity: 1;
		visibility: visible;
		max-width: 645px;
	}
	:lang(fr) .menu-primary-menu-container {
		max-width: 725px;
	}
	body.home header.mobi.show{
		opacity: 0;
		display:none;
		visibility: hidden;
	}
}

.nav-vertical {
	bottom: 0;
	left: 0;
	right: 0;
}

body.home .nav-vertical,
	body.page-template-page-info .nav-vertical,
	body.page-template-page-info .nav-vertical,
	body.partners .nav-vertical,
	body.page-template-page-contact .nav-vertical,
	body.post-type-archive-downcare .nav-vertical,
	body.shop .nav-vertical {
	bottom: 45px;
	transition: bottom 500ms ease;
}

body.home.is-loaded .nav-vertical,
	body.page-template-page-info .main-aside:hover .nav-vertical,
	body.page-template-page-info .main-aside:hover .nav-vertical,
	body.partners .main-aside:hover .nav-vertical,
	body.page-template-page-contact .main-aside:hover .nav-vertical,
	body.post-type-archive-downcare .main-aside:hover .nav-vertical,
	body.shop .main-aside:hover .nav-vertical {
	bottom: 0;
}

body.home.is-loaded .nav-vertical {
	transition-delay: 750ms;
}

.menu-secondary-menu-container {
	top: 10px;
	right: 1%;
	width: 120px;
	display:none;
	visibility:hidden;
}
.menu-tertiary-menu-container {
	left: 2%;
	width: 120px;
}

@media only screen and (min-width: 531px) {
	.menu-secondary-menu-container {
	top: 0;
	}

}
@media only screen and (min-width: 930px) {
	.menu-secondary-menu-container {
		/*width: 160px; */
		width:100px;
	}
}


/* }  min-width 860px */

* {
	box-sizing: border-box;
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.ticker-wrap {
  position: fixed;
  bottom: 0;
  overflow: hidden;
  height: 4rem;
  width:60%;
/*   mix-blend-mode:overlay; */
/*   padding-left: 100%; */
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 4rem;
  line-height: 4rem;
  white-space: nowrap;
  padding-left: 100%;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 75s;
  animation-duration: 75s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
/*   padding: 0 2rem; */
  color: white;
}

/*
.menu-secondary-menu-container li:nth-child(7) a,
.menu-secondary-menu-container li:nth-child(8) a,
.menu-secondary-menu-container li:nth-child(9) a
*/



a.social-fb,
a.social-tw,
a.social-ig {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	color: transparent !important;
}

a.social-fb {
	background-position: center 45%;
}

a.social-fb:after,
a.social-tw:after,
a.social-ig:after {
	display: none;
}

a.social-fb,
a.social-ig {
	transform: scale(0.8);
}

/* .menu-secondary-menu-container li:nth-child(7) a */
.social-fb {
	background-size: contain;
	background-image: url('img/fb.svg');
}
/* .menu-secondary-menu-container li:nth-child(8) a */
.social-tw {
	background-image: url('img/twitter.svg');
}
/* .menu-secondary-menu-container li:nth-child(9) a */
.social-ig {
	font-size: 20px;
	background-image: url('img/ig.svg');
}
body.light .social-ig {
	background-image: url('img/ig-k.svg');
}
body.dark .social-ig {
	background-image: url('img/ig.svg');
}


.menu-secondary-menu-container ul {
	display: inline-block;
}

.nav-vertical li,
.menu-primary-menu-container li,
.menu-secondary-menu-container li,
.ticker__item,
.ticker__item h4,
.ticker__item small {
	text-transform: uppercase;
}

/* @media only screen and (min-width: 860px) { */
	.nav-vertical ul,
	.menu-primary-menu-container ul,
	.menu-secondary-menu-container ul,
	.menu-tertiary-menu-container ul {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		list-style-type: none;
		padding: 0;
		margin: 0 auto;
		max-width: 100%;
	}

	.nav-vertical ul {
		height: 22.5px;
/* 		min-width:552px;		 */
	}

	.menu-primary-menu-container ul{
		height:auto;
	}

	.menu-secondary-menu-container ul,
	.menu-tertiary-menu-container ul {
		height: 45px;
	}

	.menu-secondary-menu-container li {
		display: inline-block;
		vertical-align: middle;
	}

	.nav-vertical li,
	.menu-primary-menu-container li,
	.menu-secondary-menu-container li,
	.menu-tertiary-menu-container li,
	.ticker__item,
	.ticker__item h4,
	.ticker__item small {
		font-size: 1.2em;
		line-height: 1.8em;
	}

	.menu-primary-menu-container .sub-menu li:before {
		content: "*";
		margin-right: 0.5em;
	}

	.menu-primary-menu-container .sub-menu li:last-child:after {
		content: "*";
		margin-left: 0.5em;
	}

	.menu-primary-menu-container .sub-menu li:before {
		content: "*";
		margin-right: 0.5em;
	}
/* } */

.menu-secondary-menu-container > ul > li:nth-child(2){
	display:none;
	visibility:hidden;
}
@media only screen and (min-width: 531px) {
	.menu-secondary-menu-container > ul > li:nth-child(2){
/* 		display:initial; */
/* 		visibility:initial;	 */
	}
}

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

	.nav-vertical ul {
		min-width:552px;
	}

	.menu-primary-menu-container ul{
		height: 45px;
		flex-direction: row;
	}

}

.nav-vertical .sub-menu li,
.menu-primary-menu-container .sub-menu li,
.menu-secondary-menu-container .sub-menu li {
	position: relative;
	display: inline-block;
}


.nav-vertical a,
.menu-primary-menu-container a,
.menu-secondary-menu-container a,
.menu-tertiary-menu-container a{
	display: block;
	text-decoration: none;
}

body.dark .nav-vertical a,
body.dark .menu-primary-menu-container a,
body.dark .menu-secondary-menu-container a,
body.post-type-archive-downcare .nav-vertical a{
/* 	color: #000; */
}

.nav-vertical a {
	line-height: 22.5px;
}

.menu-primary-menu-container a,
.menu-secondary-menu-container a,
.menu-tertiary-menu-container a {
	color:#949494;
	line-height: 44px;
	letter-spacing:0.15em;
}

.menu-primary-menu-container a:hover,.menu-secondary-menu-container a:hover,.menu-tertiary-menu-container a:hover{opacity:0.5;}

.menu-secondary-menu-container .sub-menu a{
/* 	color:#949494; */
	text-transform: capitalize;
	letter-spacing: normal;
	line-height: 22.5px;
}

.menu-secondary-menu-container .sub-menu li a{
/* 	color:#949494; */
	font-size:13.2px;
	line-height: 1.25em;
}

.menu-secondary-menu-container .sub-menu li:hover a{
/* 	color:#f8f8f9; */
}


.menu-secondary-menu-container li:nth-child(1) .sub-menu{
	text-align:right;
}

.menu-secondary-menu-container li:nth-child(1) .sub-menu li{
	white-space: nowrap;
}
.menu-primary-menu-container .sub-menu li:hover,
.menu-secondary-menu-container .sub-menu li:hover {
/* 	background-color: rgba(0,0,0,0.5); */
}

/* Change this in order to change the Dropdown symbol */
.menu-primary-menu-container li > a:after,
.menu-secondary-menu-container li > a:after{
/* 	display:none; */
	position: relative;
	top: -1px;
	content: ' ▼';
	font-size: 7px;
}

.menu-primary-menu-container li > a:only-child:after,
.menu-secondary-menu-container li > a:only-child:after {
	content: '';
}

.menu-item-has-children > a {
	display: none;
}

.nav-vertical ul ul,
.menu-primary-menu-container ul ul {
	display: block;
	position: relative;
	top: initial;
}

.nav-vertical .sub-menu li,
.menu-primary-menu-container .sub-menu li {
	display: block;
}

.nav-vertical li:nth-child(1) .sub-menu li:nth-child(5) a span{
	display:none;
}

/*pillar nav*/
/* @media only screen and (min-width: 860px) { */
	.menu-item-has-children > a {
			display: inline-block;
	}

	.nav-vertical ul ul,
	.menu-primary-menu-container ul ul {
		display: block;
		position: relative;
		top: initial;
	}

	/* Hide Dropdowns by Default */
	.nav-vertical ul ul,
	.menu-primary-menu-container ul ul,
	.menu-secondary-menu-container ul ul {
	display: none;
	position: absolute;
	}

	.nav-vertical ul ul {
		top: 22.5px;
	}

	.menu-primary-menu-container ul ul,
		.menu-secondary-menu-container ul ul {
		top: 45px;
		left: 0;
	}

	.nav-vertical ul ul {
		white-space: nowrap;
	}

	/* Display Dropdowns on Hover */
	.nav-vertical ul li:hover > ul,
	.menu-primary-menu-container ul li:hover > ul,
	.menu-secondary-menu-container ul li:hover > ul {
		text-align: center;
			display: inherit;
	}

	/* 	body.home .nav-vertical ul li:hover > ul,	 */
	body.post-type-archive-performance .nav-vertical ul li:hover > ul,
	body.post-type-archive-sustainability .nav-vertical ul li:hover > ul,
	body.post-type-archive-sourcing .nav-vertical ul li:hover > ul,
	body.post-type-archive-innovation .nav-vertical ul li:hover > ul,
	body.single-sourcing .nav-vertical ul li:hover > ul,
	body.single-performance .nav-vertical ul li:hover > ul,
	body.single-sustainability .nav-vertical ul li:hover > ul,
	body.single-innovation .nav-vertical ul li:hover > ul{
		text-align: center;
		/*display: inherit; */
	}

	.menu-secondary-menu-container ul li:hover > ul {
		display: inherit;
	}

	/* First Tier Dropdown */
	.nav-vertical ul ul li,
	.menu-primary-menu-container ul ul li,
	.menu-secondary-menu-container ul ul li {
	margin: auto;
	display: list-item;
	position: relative;
	padding: 0 10%;
	}

	.nav-vertical ul ul li,
	.menu-primary-menu-container ul ul li,
	.menu-secondary-menu-container ul ul li {
/* 	width: 125px; */
	}

	.menu-secondary-menu-container ul ul li {
		width: initial;
	}

	/* Second, Third and more Tiers	*/
	.menu-primary-menu-container ul ul ul li {
		position: relative;
		top: -60px;
		left: 170px;
	}

	.nav-vertical .sub-menu li:before,
	.menu-primary-menu-container .sub-menu li:before,
	.menu-primary-menu-container .sub-menu li:after {
		content: "";
		display: none;
		visibility: hidden;
	}

	.nav-vertical li,
	.menu-primary-menu-container li,
	.menu-secondary-menu-container li,
	.ticker__item,
	.ticker__item h4,
	.ticker__item small {
	position: relative;
	font-size: 12px;
	line-height: 1em;
	text-transform: uppercase;
	}

	.nav-vertical li,
	.menu-primary-menu-container li,
	.menu-secondary-menu-container li{
	font-size: x-small;
	}
	
	

	@media only screen and (min-width: 930px) {
		.menu-primary-menu-container li,
		.menu-secondary-menu-container li{
			font-size: 12px;
		}
	}

	.nav-vertical li{
	font-size:14px;
	text-transform: uppercase;
	letter-spacing: 0.125em;
	}

	.menu-secondary-menu-container li.contact {
/* 		background-image: url(img/contact.svg); */
	}

	.menu-secondary-menu-container li.lang {
/* 		background-image: url(img/globe.svg); */
	}

	.menu-secondary-menu-container li.contact,
	.menu-secondary-menu-container li.lang {
/* 		width: 2em; */
		line-height: 1em;
/* 		background-size: 20px 20px; */
		background-position: center center;
		background-repeat: no-repeat;
	}

	.menu-secondary-menu-container li.lang a,
	.menu-secondary-menu-container li.contact a,
	.menu-tertiary-menu-container a {
		font-size: x-small;
	}
	.menu-primary-menu-container li > a:after,
	.menu-secondary-menu-container li > a:after{
		color: transparent;
	}

	@media only screen and (min-width: 930px) {
		.menu-secondary-menu-container li.contact,
			.menu-secondary-menu-container li.lang {
			width: auto;
			line-height: inherit;
			background-image: none;
		}

		.menu-secondary-menu-container li.contact a,
		.menu-secondary-menu-container li.lang a,
		.menu-primary-menu-container li > a:after,
		.menu-secondary-menu-container li > a:after{
			color: inherit;
		}
	}

	.nav-vertical li a {
	font-size: 14px;
	letter-spacing: 0.15em;
	}

	.nav-vertical li a {
	color: #949494;
	}

	body.home .nav-vertical li a,
	.nav-vertical li.active a {
	color: #f8f8f9;
	}

	@media only screen and (min-width: 640px) {
	.nav-vertical li a {
		color: #f8f8f9;
	}
	}

	.ticker__item,
	.ticker__item h4,
	.ticker__item small {
	margin-right: 2.5%;
	}

	.nav-vertical .sub-menu,
	.menu-primary-menu-container .sub-menu
	.menu-secondary-menu-container .sub-menu {
	margin-bottom: initial;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(120%);
	display: none;
	}

	.nav-vertical .sub-menu {
	transform: translateY(0);
	}

	.nav-vertical .sub-menu li,
	.menu-primary-menu-container .sub-menu li,
	.menu-primary-menu-container .sub-menu li {
	/* 	font-size: 0.8em; */
	text-align: left;
	margin: 0;
	text-transform: capitalize;
	letter-spacing: initial;
	padding-left:0;
	}

	.nav-vertical ul li
	.menu-primary-menu-container ul li {
	display: inline;
	}

	.nav-vertical ul ul
	.menu-primary-menu-container ul ul {
	width: 200%;
	}

	.menu-secondary-menu-container ul ul li {
	width: 100%;
	}

	.nav-vertical ul ul li,
	.menu-primary-menu-container ul ul li,
	.menu-secondary-menu-container ul ul li {
	float: none;
	margin: initial;
	display: list-item;
	position: relative;
	}

/* } */

.ticker__item {
	margin-right: 100px;
}

.ticker__item h4,
.ticker__item small {
	font-size: 1em;
}

.ticker__item small,
.ticker__item {
	font-weight: 300;
}

.menu-primary-menu-container li a
.menu-secondary-menu-container li a,
.ticker__item {
	color: #f8f8f9;
}


body.light .nav-vertical li a,
body.light .menu-primary-menu-container li a
body.light .menu-secondary-menu-container li a,
body.light .ticker__item{
	color: #000;
}

body.single .nav-vertical li > a{
	/* color:#a2a2a2; */
}

body.single .nav-vertical li.active > a{
	color: #f8f8f9;
}

.site-footer {
	display: none;
	visibility: hidden;
	height: 45px;
	flex: 1;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 0.8em;
	line-height: 1em;
	display: flex;
	flex-direction: row;
}

body.home .site-footer {
	left: 2.5vh;
}

#colophon .site-info {
	margin: initial;
	display: none;
	visibility: hidden;
}

.site-footer .footer-ticker {
	box-sizing: border-box;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.site-footer .ticker-wrap {
	margin: auto;
	background-color: transparent;
	color: #f8f8f9;
	white-space: nowrap;
}

.site-footer .ticker-wrap p {
	margin: 0 2.5px;
	display: inline;
}

.heroBG {
	position: fixed;
	top: 0;
	left: 0;
	flex: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url(img/clear-lrg.gif);
	background-position:center center;
	background-size:cover;
	background-repeat: no-repeat;
	transition: background-image 500ms ease-out;
	display:grid;
}

.heroBG {
/* 	grid-template-columns: 12.76% 5.73% 12.12% 9.911% auto; */
	grid-template-columns: 80px auto 80px;
	grid-template-rows: 11% 89% auto;
}

@media only screen and (min-width: 531px) {
	.heroBG {
	/* 	grid-template-columns: 12.76% 5.73% 12.12% 9.911% auto; */
		grid-template-columns: 12.76% 115px 300px 9.911% auto;
		grid-template-rows: 23.9259% 9.074% auto;
	}
}

body.post-type-archive-innovation .heroBG {
	display:block;
}

body.post-type-archive-innovation .heroBG video{
	object-fit:cover;
	width:100%;
	height:100%;
}

@media only screen and (min-width: 755px) {
	body.post-type-archive-innovation .heroBG video{
	object-fit:fill;
	}
}

body.post-type-archive-sustainability .heroBG {
	grid-template-columns: auto 48% auto;
	grid-template-rows: 16.259% auto;
}

@media only screen and (min-width: 531px) {
	body.post-type-archive-sustainability .heroBG {
/*
	grid-template-columns: 32.020% 325px 7.292% 76px auto;
	grid-template-rows: 21.759% 9.074% auto;
*/

		grid-template-columns: auto 27.5% auto;
		grid-template-rows: 90px auto auto;
	}

}

body.post-type-archive-sourcing .heroBG {
	grid-template-columns: 25% 50% 25%;
	grid-template-rows: 130px auto auto;
}

@media only screen and (min-width: 749px) {
	body.post-type-archive-sourcing .heroBG {
		grid-template-columns: auto 225px 18.906% 260px auto;
		grid-template-rows: 23.9259% 552px auto;
	}
}

body.home main .main-toc{
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight:400;
	font-size:x-small;
	letter-spacing:0.12em;
	text-transform: uppercase;
	opacity: 0;
	transition: opacity 500ms;
	position:relative;
	flex:1;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}

body.home main .main-logo a,
body.home main .main-pillars a{
	font-weight:500;
	margin:0;
/* 	font-size:60px; */
	line-height: 0.8em;
}

@media only screen and (min-width: 531px) {
	body.home main .main-toc{
		position:absolute;
		display:grid;
		grid-template-columns: 35.5% 10% 52.5% auto;
		grid-template-rows: 1em 80px 56%;
		width:490px;
		top:50%;
		left:0;
		right:0;
		margin:auto;
		transform: translateY(-75%);
	}
	body.home main .main-logo a,
	body.home main .main-pillars a{
	  font-size:30px;
	}
}


@media only screen and (min-width: 705px) {
	body.home main .main-toc{
		grid-template-rows: 1em 100px 56%;
		width:640px;
	}
	body.home main .main-logo a,
	body.home main .main-pillars a{
	  font-size:40px;
	}
}

@media only screen and (min-width: 900px) {
	body.home main .main-toc{
		font-size:inherit;
		grid-template-rows: 1em 140px 56%;
		width:825px;
	}
	body.home main .main-logo a,
	body.home main .main-pillars a{
	  font-size:50px;
	}
}
@media only screen and (min-width: 1100px) {
	body.home main .main-toc{
		width:910px;
	}

	body.home main .main-logo a,
	body.home main .main-pillars a{
	  font-size:60px;
	}
}

body.home.is-loaded main .main-toc{
	opacity: 1;
	transition: opacity 500ms;
	transition-delay:100ms;
}


body.home main .main-geocode{
	height:0.95em;
	grid-column-start:3;
	grid-column-end:5;
	grid-row-start:1;
	grid-row-end:1;
	display:flex;
	justify-content: space-between;
}
body.home main .local,
body.home main .local p{
	line-height:0.95em;
	margin-top:0;
	margin-bottom:0;
}
body.home main .local{
	grid-column-start:1;
	grid-column-end:2;
	text-align: justify;
	display:flex;
	justify-content:space-between;
}
body.home main .main-geocode p{
	text-transform: uppercase;
	line-height:0.95em;
	margin-top:0;
	margin-bottom:0;
	letter-spacing: 0.125em;
	display:inline-block;
	width:auto;
}
body.home main .main-geocode p:nth-child(2){
	transform: translateX(-3em);
}
body.home main .main-logo{
	margin-top:0;
	margin-bottom:0;
	color:transparent;
	grid-column-start:1;
	grid-column-end:2;
	grid-row-start: 3;
	grid-row-end: 4;
	height:100%;
	overflow:visible;
	background-size:contain;
	background-position:right center;
	background-repeat: no-repeat;
	background-image: url('img/AFD-2020-wordmark.min.svg');
/* 	mix-blend-mode: overlay; */
}
/*
body.home main .main-pillars{
	writing-mode: vertical-rl;
	transform: translateY(0%) rotate(180deg);
}
*/

body.home main .main-logo a,
body.home main .main-pillars a{
	display:inline-block;
/* 	mix-blend-mode:exclusion; */
	transition: color 250ms ease;
	writing-mode: vertical-rl;
    transform: translateY(0%) rotate(180deg);
}

body.home main .main-pillars{
	height:72.25vh;
	width:1em;
	margin:auto;
	margin-bottom:10vh;
	display: flex;
	flex-direction: column;
	align-content: flex-end;
	justify-content: space-between;
}
@media only screen and (min-width: 531px) {
	body.home main .main-pillars{
		grid-column-start:3;
		grid-column-end:5;
		grid-row-start: 3;
		grid-row-end: 4;
		margin-bottom:initial;
		height:initial;
		width:initial;
		display:flex;
		flex-direction: column-;
		align-items: flex-start;
		text-align: left;
		justify-content: space-between;
	}
	body.home main .main-pillars a{
		display:block;
		writing-mode: initial;
		transform: initial;
	}
}


body.home main .main-pillars a:hover{
	opacity:0.3;
	transition: all 250ms ease;
}

body.home.cn main .main-pillars a,
body.home.jp main .main-pillars a{
	line-height: 1em;
}

body.home.cn main .main-pillars a{
	font-size:48px;
}


body.single-innovation .heroBG {
	z-index: initial;
}

.vidContainer {
	position: relative;
	z-index: 0;
	left: 50%;
	top: 50%;
	opacity: 0.65;
	visibility: visible;
	height: 100%;
	width: 177.77777778vh;
	min-width: 100%;
	min-height: 56.25vw;
	transform: translate(-50%, -50%);
	transition: opacity 250ms ease;
}

.vidContainer video {
	min-width: 100%;
	display: block;
}

.vidContainer.inno {
	opacity: 0;
	transition: opacity 250ms ease;
}

video.afd-vid {
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 250ms linear;
}

video.afd-vid.loaded {
	opacity: 0.65;
	transition: opacity 250ms linear;
}

.plyr--video,.plyr__video-wrapper {
	background: #090C12 !important;
}

body.home .plyr--full-ui.plyr--video .plyr__control--overlaid,
.plyr--video .plyr__controls {
	opacity: 0;
	display: none;
}

section.afd-vidWrap {
	position: relative;
	height: 100vh;
	overflow: hidden;
}

section.afd-vidWrap .afd-vid {
	opacity: 0;
	transition: opacity 250ms linear;
}

section.afd-vidWrap .afd-vid.loaded {
	opacity: 1;
	transition: opacity 250ms linear;
}


.site-main {
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	background-image:url(img/clear-lrg.gif);
	background-position:center;background-size:cover;background-repeat: no-repeat;
	transition: background-image 500ms ease-out;
}

@media only screen and (max-width: 530px) {
	.site-main {
		background-image: none !important;
	}
	body.home main .local,
	body.home main .main-geocode,
	.main-toc .main-logo{
		opacity:0;
		display:none;
	}
}

body.archive .site-main {
/*
	display: grid;
	grid-template-columns: 30% 70% 2.5%;
	grid-template-rows: 25% 25% 25% 25%;
*/
}

@media only screen and (min-width: 860px) {
	body.archive .site-main {
		position: relative;
		z-index:0;
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}
}

body.post-type-archive .site-main {
	background-image:url(img/clear-lrg.gif);
}

body.archive .site-main {
	justify-content: center;
}



/*subcats*/

.nav-horizontal.subcats {
	display: block;
	overflow: visible;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 2048px;
	height: 3.75em;
	margin: auto;
	color: #f8f8f9;
}

body.dark .nav-horizontal.subcats{
	color: #b6b6b6;
}

.nav-horizontal.subcats .mask {
	width: 100%;
	overflow-x: auto;
	overflow: visible;
	-webkit-overflow-scrolling: touch;
}

.nav-horizontal.subcats .list {
	width: 98%;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	list-style-type: none;
	padding: 0;
    height: 3.75em;
	margin: 0 auto 0 25px;
	max-width: 100%;
}

@media only screen and (min-width:1401px) {
	.nav-horizontal.subcats .list {
		/* margin: 0 auto 0 0; */
	}
}

.nav-horizontal.subcats .list li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
	box-sizing: border-box;
	padding: 0 15px;
	line-height: 1em;
	/*font-size: min(max(16px, 4vw), 28px);*/
}

.nav-horizontal.subcats .list li:nth-child(1) {
	padding-left: 0;
}

.nav-horizontal.subcats .list li .sub-content {
	opacity: 0;
	transition: opacity 250ms ease;
}

.nav-horizontal.subcats .list li:hover .sub-content {
	opacity: 1;
	transition: opacity 250ms ease;
}

.nav-horizontal.subcats .list a {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
	border: none;
	position: relative;
	z-index: 10;
}

.nav-horizontal.subcats .sub-content {
	position: absolute;
	z-index: 1;
	min-width: 135px;
	max-width: 135px;
	bottom: 0;
	right: 50%;
	font-size: 10px;
	letter-spacing: initial;
	line-height: 1.25em;
}

body.post-type-archive-sustainability .nav-horizontal.subcats li .sub-content,
body.post-type-archive-performance .nav-horizontal.subcats li .sub-content,
body.post-type-archive-sourcing .nav-horizontal.subcats li .sub-content {
	right: -100px;
}

body.post-type-archive-performance .nav-horizontal.subcats li:last-child .sub-content,
body.post-type-archive-sustainability .nav-horizontal.subcats li:last-child .sub-content,
body.post-type-archive-sourcing .nav-horizontal.subcats li:last-child .sub-content{
	right:0;
}

.nav-horizontal.subcats .sub-thumb {
	width: 100%;
	max-width: 121px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(img/sourcing_subcatFPO.jpg);
	padding-top: 135px;
}



/*
body.home .panel .panel-header,
body.home .swiper-slide .panel-header,
body.archive .site-main .page-header{
	height:25%;
	width:75%;
}
*/



body.archive.post-type-archive-innovation .site-main .page-header,
body.page-template-page-contact .swiper-slide .panel-header,
body.page-template-page-store .swiperV .swiper-slide .panel-header,
body.page-template-page-down-wash .swiperV .swiper-slide .panel-header,
body.page-template-page-info .entry-header,
body.page-template-page-media .entry-header,
body.page-template-page-info .entry-content,
body.page-template-page-media .entry-content,
body.home .panel .panel-header,
body.home .swiper-slide .panel-header,
body.archive .site-main .page-header,
body.post-type-archive-downcare .site-main .page-header {
	width: 75%;
}


body.archive .site-main .page-header{
	width:100vw;
	margin:0;
}

@media only screen and (min-width:1366px) {
body.archive.post-type-archive-innovation .site-main .page-header,
body.page-template-page-contact .swiper-slide .panel-header,
body.page-template-page-store .swiperV .swiper-slide .panel-header,
body.page-template-page-down-wash .swiperV .swiper-slide .panel-header,
body.page-template-page-info .entry-header,
body.page-template-page-media .entry-header,
body.page-template-page-info .entry-content,
body.page-template-page-media .entry-content,
body.home .panel .panel-header,
body.home .swiper-slide .panel-header,
body.post-type-archive-downcare .site-main .page-header {
		width: 100%;
		margin: auto;
	}
}

body.page-template-page-contact .swiper-slide .panel-header {
	margin-bottom: 0;
}

body.page-template-page-info .entry-header,
body.page-template-page-info .entry-header h1,
body.page-template-page-media .entry-header,
body.page-template-page-media .entry-header h1,
body.page-template-page-contact .panel-header h1,
body.page-template-page-contact .panel-header,
body.partners .entry-header:before,
body.partners .entry-header h1,
body.page-template-page-info .panel-header,
body.page-template-page-media .panel-header,
body.page-template-page-down-wash .panel-header,
body.page-template-page-store .panel-header,
body.single-innovation .entry .entry-header h2,
body.home .panel-header,
body.archive .site-main .page-header,
body.post-type-archive-downcare .site-main .page-header {
	position: relative;
	font-size: 5.143vw;
	line-height: 1em;
}

body.home .panel-header,
body.archive .site-main .page-header,
body.post-type-archive-downcare .site-main .page-header {
	letter-spacing: initial;
	letter-spacing: 2px;
}

body.partners .entry-header:before,
body.partners .entry-header,
body.partners .entry-header h1,
body.page-template-page-info .entry-header:before,
body.page-template-page-media .entry-header:before,
body.page-template-page-info .entry-header,
body.page-template-page-media .entry-header,
body.page-template-page-info .entry-header h1,
body.page-template-page-media .entry-header h1 {
	font-size: 72px;
}

body.page-template-page-store .panel-header,body.page-template-page-down-wash .panel-header {
	line-height: 1em;
}

body.page-template-page-store .panel-header p {
	margin-top: 1em;
}

body.partners .entry-header {
	height: 70vh;
	display: flex;
	align-content: center;
	justify-content: center;
}

body.partners .entry-header:before,
body.partners .entry-header h1 {
	margin: auto;
	display: inline-block;
}

body.partners .entry-header h1 {
	margin-left: 0;
}

body.partners .entry-header:before {
	margin-right: 0;
}

@media only screen and (min-width: 1400px) and (min-height: 651px) {
	body.page-template-page-info .entry-header,
	body.page-template-page-media .entry-header,
	body.page-template-page-contact .panel-header,
	body.page-template-page-down-wash .panel-header,
	body.page-template-page-store .panel-header,
	body.single-innovation .entry .entry-header h2,
	body.home .panel-header,
	body.archive .site-main .page-header,
	body.post-type-archive-downcare .site-main .page-header {
		font-size: 5.143em;
	}

	body.archive.post-type-archive-innovation .site-main .page-header{
		font-size: 6em;
	}
}

body.page-template-page-contact .panel-header:before,
body.partners .entry-header:before,
body.page-template-page-down-wash .panel-header:before,
body.page-template-page-store .panel-header:before,
body.page-template-page-info .entry-header:before,
body.page-template-page-media .entry-header:before,
body.home .panel-header:before,
body.archive .site-main .page-header:before {
	position: relative;
	display: inline-block;
	top: 0;
	left: 0;
}

body.home .swiper-slide.afd .panel-header:before {
	display: none;
}

body.home .swiper-slide.afd .panel-header {
	margin: initial;
	margin-bottom: 15%;
	font-size: 8.15vw;
	font-weight: 400;
	letter-spacing: 0.125em;
}

@media only screen and (min-width: 860px) {
	body.home .swiper-slide.afd .panel-header {
		margin: initial;
		font-size: 5em;
	}
}

body.home .swiper-slide.innovation .panel-header,
body.archive.post-type-archive-innovation .page-header {
	width: initial;
	margin: initial;
	margin-bottom: 15%;
	margin-left: 5%;
	z-index: 30;
}

body.home .swiper-slide.afd .panel-header span {
	display: block;
}

body.page-template-page-contact .entry-content p,
body.page-template-page-down-wash .panel-header p,
body.page-template-page-store .panel-header p,
body.page-template-page-store .panel-header .purchase,
body.home .panel-header p,
body.archive .site-main .page-header p,
body.post-type-archive-downcare .site-main .page-header p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	letter-spacing: initial;
	width: 100%;
	max-width: 760px;
}

body.archive .site-main .page-header {
/*
	position:absolute;
	grid-column-start: 1;
	grid-column-end: 1;
	top:0;
	left:0;
	right:0;
	margin:auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
*/
}

body.archive .site-main .excerpt-one,
body.archive .site-main .excerpt-two{
	font-family:aReg, serif;
	color:#d4d4d4;
	letter-spacing:-0.01em;
}

body.archive .site-main .excerpt-two{
	font-size:14px;
	line-height:1.429em;
}

body.archive .site-main .excerpt-one p,
body.archive .site-main .excerpt-two p{
	margin-bottom:0;
}

body.archive .site-main .excerpt-one p:first-child,
body.archive .site-main .excerpt-two p:first-child{
	margin-top:0;
}


body.archive .site-main .excerpt-one {
	font-size: 14px;
	line-height: 1.429em;
}

body.archive.post-type-archive-performance .site-main .excerpt-one {
	padding-right:10%;
	grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 2;
	grid-row-end: 2;

}

body.archive .site-main .excerpt-two{
	font-size: 14px;
}

body.single p,
body.single-innovation section.intro .row-text p{
/* 	color:#d4d4d4; */
/* 	font-size: 14px; */
	line-height:1.429em;
	letter-spacing:-0.01em;
}

body.archive.post-type-archive-performance .site-main .excerpt-two {
	grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 3;
	grid-row-end: 3;
}

@media only screen and (min-width: 531px) {
	body.archive.post-type-archive-performance .site-main .excerpt-one,
	body.archive.post-type-archive-sustainability .site-main .excerpt-one,
	body.archive.post-type-archive-sourcing .site-main .excerpt-one{
		font-size: 20px;
		padding-right:initial;
	}
}

body.archive .site-main .page-header{
	width:initial;
}

@media only screen and (min-width: 930px) {
body.archive .site-main .page-header{
/*
	width:166.75vh;
	width:90vh;
*/
}
}

body.archive.post-type-archive-innovation .site-main .page-header{
  width:initial;
  height:initial;
  position: relative;
}

body.archive .site-main .page-header h1{
	font-family:bReg, sans-serif;
	position:relative;
	margin:initial;
	letter-spacing: initial;
	font-size: 76px !important;
	writing-mode: vertical-rl;
    transform: translateY(0%) rotate(180deg);
    opacity: 0;
	visibility: hidden;
	transition: opacity .5s, visibility 0s .5s;
	/*
font-size: 82px;
	text-align: right;
	padding: 0 3.6% 0 0;
*/
}

body.archive .site-main .excerptWrap h1{
	font-size: 35px !important;
	margin: 6rem 0;
	writing-mode: vertical-rl;
}

body.archive.post-type-archive-performance .site-main .excerptWrap h1{
    transform: translateX(30%) translateY(0%) rotate(180deg);
}

body.archive.post-type-archive-sustainability .site-main .excerptWrap h1{
    transform: translateX(120%) translateY(0%) rotate(180deg);
}

body.archive.post-type-archive-sourcing .site-main .excerptWrap h1{
	margin-top:0;
	transform: translateX(35%) translateY(0%) rotate(180deg);
}

body.archive.post-type-archive-performance .site-main h1,
body.archive.post-type-archive-sustainability .site-main h1,
body.archive.post-type-archive-sourcing .site-main h1{
	font-family: bReg,serif;
}

@media only screen and (min-width: 749px) {
	body.archive.post-type-archive-sourcing .site-main .excerptWrap h1{
		transform: translateX(45%) translateY(0%) rotate(180deg);
	}
	body.archive .site-main .excerptWrap h1,
	body.archive.post-type-archive-performance .site-main .excerptWrap h1{
		writing-mode: initial;
	    transform: initial;
	    margin: inherit;
	    white-space: nowrap;
		font-size: 76px !important;
		transform: translateX(-40%);
	}

	body.archive.post-type-archive-sustainability .site-main .excerptWrap h1,
	body.archive.post-type-archive-sourcing .site-main .excerptWrap  h1{
		display:none;
		visibility:hidden;
	}
}

@media only screen and (min-width: 749px) {
	body.archive .site-main .page-header h1 {
		opacity: 1;
		visibility: visible;
		transition: opacity .5s;
	}
}

body.archive.post-type-archive-innovation .site-main .page-header{
	color:transparent;
}

body.archive.post-type-archive-performance .page-header{
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 6;

	align-content: center;
}

body.archive.post-type-archive-performance .page-header,
body.archive.post-type-archive-performance .heroBG > h1{
	display:none;
	visibility:hidden;
}

body.archive.post-type-archive-sustainability .page-header{
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end:unset;
}

@media only screen and (min-width: 531px) {
	body.archive.post-type-archive-sustainability .page-header{
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end:unset;

		display:flex;
		align-content: center;
		justify-content: center;
	}
}

body.archive.post-type-archive-performance .heroBG .page-header h1,
body.archive.post-type-archive-sustainability .heroBG .page-header h1{
	line-height:0.8em;
	margin:auto;
}


body.archive.post-type-archive-performance .heroBG .page-header h1{
	margin-left:0;
	writing-mode: initial;
	transform:initial;
}

body.archive.post-type-archive-sourcing .page-header{
	grid-column-start: 6;
	grid-column-end: 7;
	grid-row-start: 2;
	grid-row-end: unset;

	display:flex;
	align-content: center;
	justify-content: center;
}

body.archive.post-type-archive-sourcing .heroBG .page-header h1{
	text-align: right;
	top:initial;
	transform:translateX(-155%) translateY(0%) rotate(180deg);
}

body.archive.post-type-archive-performance .heroBG .excerptWrap{
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: unset;

	display:flex;
	flex-direction:column;
	justify-content: space-between;

}

@media only screen and (min-width: 531px) {
	body.archive.post-type-archive-sourcing .page-header{
		grid-column-start: 3;
		grid-column-end: 4;
		grid-row-start: 2;
		grid-row-end: unset;
	}

	body.archive.post-type-archive-sourcing .heroBG .page-header h1{
		transform:translateX(-8px) translateY(0) rotate(180deg);
	}

	body.archive.post-type-archive-performance .heroBG .excerptWrap{
		grid-column-start: 3;
		grid-column-end: 4;
	}

}

body.archive.post-type-archive-performance .heroBG .excerpt-one,
body.archive.post-type-archive-performance .heroBG .excerpt-two,
body.archive.post-type-archive-sustainability .heroBG .excerpt-one,
body.archive.post-type-archive-sustainability .heroBG .excerpt-two,
body.archive.post-type-archive-sourcing .heroBG .excerpt-one,
body.archive.post-type-archive-sourcing .heroBG .excerpt-two{
	top:initial;
	right:initial;
	bottom:initial;
	left:initial;
}

body.archive.post-type-archive-sustainability .heroBG .excerpt-one{
	grid-column-start: 4;
	grid-column-end: 6;
	grid-row-start: 2;
	grid-row-end: 2;
}


body.archive.post-type-archive-sustainability .heroBG .excerpt-two{
	grid-column-start: 4;
	grid-column-end: 6;
	grid-row-start: 4;
	grid-row-end: 5;
	max-width:440px;
	margin:auto;
	margin-top:8%;
}

body.archive.post-type-archive-sustainability .site-main .excerptWrap{
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: unset;
	overflow-y: scroll;
}

@media only screen and (min-width: 749px) {
body.archive.post-type-archive-sustainability .site-main .excerptWrap{
	margin-top:11%;
	grid-row-start: 3;
}
}

body.archive.post-type-archive-sourcing .heroBG .excerptWrap{
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: unset;
	display:flex;
	flex-direction: column;
	overflow-x: hidden;
	overflow-y: scroll;
}

body.archive.post-type-archive-sourcing .heroBG .excerptWrap h1{
	order:1;
}
body.archive.post-type-archive-sourcing .heroBG .excerptWrap .excerptOne{
	order:2;
}
body.archive.post-type-archive-sourcing .heroBG .excerptWrap .excerptTwo{
	order:3;
}

@media only screen and (min-width: 749px) {
	body.archive.post-type-archive-sourcing .heroBG .excerptWrap{
		grid-column-start: 2;
		grid-column-end: 5;
		grid-row-start: 2;
		grid-row-end: 5;
		display:flex;
		flex-direction: row;
		justify-content: space-between;
	}
	body.archive.post-type-archive-sourcing .heroBG .excerptWrap .excerptOne,
	body.archive.post-type-archive-sourcing .heroBG .excerptWrap h1,
	body.archive.post-type-archive-sourcing .heroBG .excerptWrap .excerptTwo{
	  order:initial;
	}
}

body.archive.post-type-archive-sustainability .site-main .excerptWrap{
	text-align:left;
	padding-right:initial;
}

body.archive.post-type-archive-sustainability .site-main .excerpt-one{

}

@media only screen and (min-width: 531px) {
	body.archive.post-type-archive-sustainability .site-main .excerptWrap{
		text-align:center;
	}
	body.archive.post-type-archive-sustainability .site-main .excerpt-one{
/* 		margin-bottom:220px; */
	}

}


body.archive.post-type-archive-sourcing .heroBG .excerpt-one{
	margin-top:50px;
	padding-bottom:50px;
	order:3;
}

body.archive.post-type-archive-sourcing .excerpt-two{
/* 	width:200px; */
	order:2;
/*
	grid-column-start:2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 5;
	text-align:right;
*/
/* 	width: 230px; */
}

@media only screen and (min-width: 749px) {
	body.archive.post-type-archive-sourcing .heroBG .excerpt-one{
	/* 	margin-top:100px; */
	    margin-top:initial;
	    padding-bottom:initial;
		order:2;
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 5;
		width: 245px;
	}

	body.archive.post-type-archive-sourcing .excerpt-two{
	/* 	width:200px; */
		order:inherit;
		grid-column-start:5;
		grid-column-end: 6;
		grid-row-start: 2;
		grid-row-end: 5;
		text-align:right;
		width: 230px;
	}
}

@media only screen and (min-width: 860px) {
	body.archive.post-type-archive-performance .site-main .excerpt-one{
		margin-bottom:15px;
	}

	body.archive.post-type-archive-performance .site-main .excerpt-two{
		margin-top:15px;
	}
}


body.archive.post-type-archive-innovation .site-main .page-header h1 {
	text-align:center;
	padding:initial;
}

body.archive .site-main .page-header p {
	font-size: 12px;
	line-height: 1.25em;
	margin: auto auto auto 0;
	padding: 0 8% 0 0;
}

body.page-template-page-contact .entry-content p {
	margin-bottom: 3%;
}

body.page-template-page-down-wash .panel-header p
body.page-template-page-store .panel-header p {
	margin: 1em 0;
}

@media only screen and (min-width: 860px) and (min-height: 651px) {
	body.page-template-page-down-wash .panel-header p,
	body.page-template-page-store .panel-header p,
	body.home .panel-header p,
	body.archive .site-main .page-header p
	body.post-type-archive-downcare .site-main .page-header p {
		width: 85%;
	}
}

body.home .swiper-slide.innovation .panel-header {
	width: 40%;
}

body.archive.post-type-archive-innovation .site-main .page-header {}

body.home .swiper-slide.innovation .panel-header p,
body.archive.post-type-archive-innovation .site-main .page-header p {
	width: 100%;
}

body.home .panel .panel-wrap,
body.page-template-page-store .panel .panel-wrap,
body.archive .site-main .post-wrap {
	height: 75%;
}

body.page-template-page-down-wash .panel-wrap,
body.page-template-page-store .panel-wrap,
body.home .panel .panel-wrap,
body.home .swiper-slide .panel-wrap,
body.page-template-page-store .panel .panel-wrap,
body.page-template-page-store .swiper-slide .panel-wrap,
body.archive .site-main .post-wrap,
body.post-type-archive-downcare .site-main .post-wrap {
	width: 100%;
	max-width: 75%;
	margin: auto;
	display: flex;
	align-content: flex-start;
	flex-direction: column;
}

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

	body.page-template-page-store .swiperV .swiper-slide .panel-header,
	body.page-template-page-down-wash .swiperV .swiper-slide .panel-header,
	body.home .panel .panel-header,
	body.home .swiper-slide .panel-header,
	body.archive .site-main .page-header,
	body.post-type-archive-downcare .site-main .page-header {}

	body.home .swiper-slide .panel-header,
	body.archive .site-main .page-header {}

	body.page-template-page-store .swiperV .swiper-slide .panel-header {
		margin-bottom: 60px;
	}

	body.page-template-page-store .swiperV .swiper-slide .panel-header p {
		white-space: normal;
	}

	body.home .swiper-slide .panel-wrap,
	body.archive .site-main .post-wrap {
		margin-top: 0;
	}
}

body.page-template-page-down-wash article,
body.page-template-page-store article,
body.home .site-main .panel-wrap article,
body.page-template-page-store .site-main .panel-wrap article,
body.archive .site-main .post-wrap article {
	width: 100%;
}

body.page-template-page-down-wash .entry .entry-header,
body.page-template-page-store .entry .entry-header,
body.home .entry .entry-header,
body.page-template-page-store .entry .entry-header,
body.archive .entry .entry-header,
body.post-type-archive-downcare .entry .entry-header {
	transform-origin: 10px 10px;
	transform: translateX(0%) rotate(0deg);
}

body.home .entry .entry-header a,
body.page-template-page-store .entry .entry-header a,
body.archive .entry .entry-header a,
body.page-template-page-dow-care .entry .entry-header a {
	position: relative;
	padding: 0;
	background-color: transparent;
	transition: background 250ms ease;
}

body.page-template-page-down-wash .entry .entry-header a:before,
body.home .entry .entry-header a:before,
body.page-template-page-store h2.entry-title a:before,
body.archive .entry .entry-header a:before,
body.post-type-archive-downcare .entry .entry-header a:before {
	content: "";
	position: absolute;
	bottom: -22px;
	left: 0;
	width: 73px;
	height: 18px;
	transform-origin: 0.5px 9px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
}

body.archive .site-main .post-wrap article .entry-content p {
	display: none;
	position: absolute;
}

@media only screen and (min-width: 860px) and (min-height: 651px) {
	body.page-template-page-store .site-main .panel-wrap article,
	body.home .site-main .panel-wrap article,
	body.archive .site-main .post-wrap article,
	body.post-type-archive-downcare .site-main .post-wrap article {
	}

	body.page-template-page-store .panel .panel-wrap,
	body.home .panel .panel-wrap,
	body.home .swiper-slide .panel-wrap,
	body.archive .site-main .post-wrap,
	body.post-type-archive-downcare .site-main .post-wrap {
		width: 75%;
		max-width: 1260px;
		margin-left: 12.5%;
	}

/*
	body.archive .site-main .post-wrap{
		margin:12% auto 0 12%;
	}
*/



	body.page-template-page-contact .entry-content,
	body.page-template-page-store .swiper-slide .panel-wrap,
	body.archive .site-main .post-wrap {
		margin-top: 0;
	}

	body.page-template-page-down-wash .swiper-slide .panel-wrap
	body.page-template-page-store .swiper-slide .panel-wrap {
		max-width: 75%;
	}

	body.page-template-page-store .swiper-slide .panel-wrap {
		margin-top: 8%;
	}

	body.page-template-page-store .swiper-slide .panel-wrap.dbp {
		margin-top: 0;
	}

	body.archive.post-type-archive-downcare .site-main .post-wrap {
	}

	body.page-template-page-down-wash .swiper-slide .panel-wrap,
	body.home .panel .panel-wrap,
	body.home .swiper-slide .panel-wrap,

	body.page-template-page-store .panel .panel-wrap,
	body.page-template-page-store .swiper-slide .panel-wrap,

	body.archive .site-main .post-wrap,
	body.post-type-archive-downcare .site-main .post-wrap {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: stretch;
	}

	body.page-template-page-store .swiper-slide .panel-wrap {
		justify-content: flex-start;
	}

	body.page-template-page-store .site-main .panel-wrap {
		padding-left: 6px;
	}

	body.page-template-page-down-wash .swiper-slide .panel-wrap
	body.page-template-page-store .swiper-slide .panel-wrap {
		justify-content: space-between;
	}

	body.page-template-page-down-wash .site-main .panel-wrap article,
	body.page-template-page-store .site-main .panel-wrap article,
	body.home .site-main .panel-wrap article,
	body.archive .site-main .post-wrap article,
	body.post-type-archive-downcare .site-main .post-wrap article {
		margin: 0 1% !important;
	}

	body.page-template-page-store .site-main .panel-wrap article,
	body.post-type-archive-downcare .site-main .post-wrap article {
		max-width: 220px;
		min-height: 125px;
	}

	body.post-type-archive-downcare .post-794 {
		width: 100%;
		max-width: 200px;
	}

	body.post-type-archive-sustainability .site-main .post-wrap article p,
	body.post-type-archive-performance .site-main .post-wrap article p,
	body.post-type-archive-sourcing .site-main .post-wrap article p,
	body.post-type-archive-downcare .site-main .post-wrap article p {
		max-width: 195px;
	}

	body.page-template-page-down-wash .site-main .panel-wrap article:first-child,
	body.page-template-page-store .site-main .panel-wrap article:first-child,
	body.home .site-main .panel-wrap article:first-child,
	body.archive .site-main .post-wrap article:first-child {
		margin: 0 2px !important;
	}

	body.post-type-archive-downcare .site-main .post-wrap article:first-child {
		margin: 0 2px !important;
	}

	body.page-template-page-down-wash .entry .entry-header,
	body.page-template-page-store .entry .entry-header,
	body.home .entry .entry-header,
	body.archive .entry .entry-header,
	body.post-type-archive-downcare .entry .entry-header {
		transform-origin: 10px 10px;
	}

	body.home .swiper-slide .panel-wrap article .entry-header h2,
	body.home .swiper-slide .panel-wrap article .entry-header a,
	body.page-template-page-store h2.entry-title a,
	body.archive .post-wrap article .entry-header h2,
	body.archive .post-wrap article .entry-header a {
		display: inline-block;
	}

	body.home .swiper-slide .panel-wrap article .entry-header a,
	body.page-template-page-store h2.entry-title a,
	body.archive .post-wrap article .entry-header a {
		transform-origin: 10px 10px;
		transform: rotate(-90deg);
	}

	body.archive .post-wrap article.downcare .entry-header a,
	body.archive .post-wrap article.sourcing .entry-header a,
	body.archive .post-wrap article.innovation .entry-header a {
		white-space: nowrap;
	}

	body.page-template-page-down-wash .entry .entry-header a,
	body.page-template-page-store h2.entry-title a,
	body.home .entry .entry-header a,
	body.archive .entry .entry-header a,
	body.post-type-archive-downcare .entry .entry-header a {
		padding: 10px 12px;
		transition: background 250ms ease;
		border-left: solid 1px rgba(255, 255, 255, 1);
		border-bottom: solid 1px rgba(255, 255, 255, 1);
		overflow: visible;
	}

	body.page-template-page-down-wash .entry .entry-header a:before,
	body.page-template-page-store h2.entry-title a:before,
	body.home .entry .entry-header a:before,
	body.archive .entry .entry-header a:before,
	body.post-type-archive-downcare .entry .entry-header a:before {
		transform: rotate(90deg);
		background-image: url('img/header-link.min.svg');
	}

	body.page-template-page-down-wash .entry .entry-header a:hover:before,
	body.page-template-page-store .entry .entry-header a:hover:before,

	body.page-template-page-store h2.entry-title a:hover:before,
	body.page-template-page-store article:hover a:before,

	body.home .panel-wrap article:hover a:before,
	body.archive .post-wrap article:hover a:before,

	body.home .entry .entry-header a:hover:before,
	body.archive .entry .entry-header a:hover:before,
	body.post-type-archive-downcare .entry .entry-header a:hover:before {
		background-image: url('img/header-link-filled.min.svg');
	}

	body.page-template-page-down-wash .entry .entry-header a:hover,

	body.page-template-page-store h2.entry-title a:hover,
	body.page-template-page-store .panel-wrap article:hover h2 a,


/* 	body.page-template-page-store article:hover a, */



	body.home .panel-wrap article:hover h2 a,
	body.archive .post-wrap article:hover  h2 a,
	body.home .entry .entry-header h2 a:hover,
	body.archive .entry .entry-header h2 a:hover,
	body.post-type-archive-downcare .entry .entry-header h2 a:hover {
/* 		font-weight: 600; */
		color: #4a4a4a;
		background-color: rgba(255, 255, 255, 0.5);
		border-color: transparent;
	}

	body.archive .site-main .post-wrap article .entry-content p,
	body.post-type-archive-downcare .site-main .post-wrap article .entry-content p {
		display: block;
		width: 100%;
	}

	.entry .entry-content > *, .entry .entry-summary > * {
		margin: initial;
	}
}

body.page-template-page-down-wash .entry .entry-header,
body.page-template-page-down-wash .entry .entry-content,
body.page-template-page-store .entry .entry-header,
body.page-template-page-store .entry .entry-content,
body.home .entry .entry-header,
body.home .entry .entry-content,
body.archive .entry .entry-header,
body.archive .entry .entry-content,
body.archive .entry .entry-footer,
body.post-type-archive-downcare .entry .entry-header,
body.post-type-archive-downcare .entry .entry-content,
body.post-type-archive-downcare .entry .entry-footer {
	margin: initial;
}

body.page-template-page-down-wash .panel-wrap article,
body.home .entry .entry-content p,
body.archive .entry .entry-content p,
body.post-type-archive-downcare .entry .entry-content p,
body.page-template-page-store .entry .entry-content p {
	display: none;
	visibility: hidden;
	font-size: 12px;
	line-height: 1.25em;
}

@media only screen and (min-width: 860px) {
	body.home .entry .entry-content,
	body.page-template-page-store .entry .entry-content,
	body.archive .entry .entry-content,
	body.post-type-archive-downcare .entry .entry-content {
/* 		cursor: crosshair; */
	}

	body.home .entry .entry-content p,
	body.archive .entry .entry-content p,
	body.post-type-archive-downcare .entry .entry-content p,
	body.page-template-page-store .entry .entry-content p {
		display: initial;
		visibility: initial;
	}

	body.home .entry .entry-content p,
	body.archive .entry .entry-content p,
	body.page-template-page-store .entry .entry-content p,
	body.post-type-archive-downcare .entry .entry-content p {
		opacity: 0;
		transition: opacity 250ms ease;
	}

	body.home .entry .entry-content:hover p,
	body.archive .entry .entry-content:hover p,
	body.page-template-page-store article:hover .entry-content p,
	body.post-type-archive-downcare .entry .entry-content:hover p {
		opacity: 1;
		transition: opacity 250ms ease;
	}
}

body.page-template-page-down-wash .panel-wrap article .entry-content,
body.home .panel-wrap article .entry-content,
body.page-template-page-store .panel-wrap article .entry-content
body.archive .site-main .post-wrap article .entry-content {
	padding: initial;
}

body.page-template-page-contact .swiper-slide .panel-wrap article .entry-header h2,
body.page-template-page-down-wash .swiper-slide .panel-wrap article .entry-header h2,
body.home .swiper-slide .panel-wrap article .entry-header h2,
body.home .panel .panel-wrap article .entry-header h2,
body.page-template-page-store h2.entry-title,
body.archive .site-main .post-wrap article .entry-header h2,
body.archive .site-main .post-wrap article .entry-content p,
body.post-type-archive-downcare .site-main .post-wrap article .entry-header h2,
body.post-type-archive-downcare .site-main .post-wrap article .entry-content p {
	font-size: initial;
	font-size: 10px;
}

body.page-template-page-down-wash .panel-wrap article .entry-content p,
body.page-template-page-store .panel-wrap article .entry-content p,
body.home .panel-wrap article .entry-content p
body.archive .site-main .post-wrap article .entry-content p {
	font-size: 0.857em;
}

body.page-template-page-info h2:before,
body.page-template-page-media h2:before,
body.archive .site-main .post-wrap article > header h2:before,
body.post-type-archive-downcare .site-main .post-wrap article > header h2:before {
	display: none;
	visibility: hidden;
}

body.partners .entry-content:not(:first-child) {
	align-items: center;
	text-align: center;
}

body.partners h3 {
	position: relative;
    letter-spacing: 0.25em;
	line-height: 1em;
}

@media only screen and (min-width: 768px) {
	.entry .entry-content, .entry .entry-summary {
		padding: 0;
		max-width: initial;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	body.page-template-page-info .entry .entry-content,
	body.page-template-page-media .entry .entry-content,
	body.singular .partners.entry .entry-content {
		height: initial;
	}
}

body.page-template-page-info .entry_wide > .spotlight,
body.page-template-page-media .entry_wide > .spotlight,
body.page-template-page-info .entry_wide > .brands,
body.page-template-page-media .entry_wide > .brands {
	padding: 0 1.1%;
}

.row.brands img {
	width: 100%;
}


/*
	SAVE

body.page-template-page-media .entry .entry-content,
body.page-template-page-media .entry .entry-summary {
	max-width: 100%;
	padding:0;
	margin:0;
}

@media only screen and (min-width: 768px){
	body.page-template-page-media .entry .entry-content,
	body.page-template-page-media .entry .entry-summary {
		padding-left:60px;
	}
}

@media only screen and (min-width: 768px){
	body.page-template-page-media .entry .entry-content > *,
	body.page-template-page-media .entry .entry-summary > * {
	    max-width: calc(100% - 60px);
	}
}
*/





/*
  Utility
*/
.utility {
	position: fixed;
	z-index: 100;
	left: 35px;
	bottom: 6%;
	width: 350px;
	color: #fff;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.2em;
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s, visibility 0s .5s;
}

@media only screen and (min-width: 860px) {
	.utility.afd {
		opacity: 1;
		visibility: visible;
		transition: opacity .75s ease;
	}
}

.utility h4 {
	font-size: 10px;
	margin: 0;
	color: #f8f8f9;
	font-weight: 400;
}

.utility .tab {
	border: solid 2px #fff;
	border-bottom: transparent;
	width: 80px;
	text-align: center;
	padding: 6px;
	font-size: 10px;
	line-height: 1em;
}

.utility-swiper {
	position: relative;
	z-index: 0;
	width: 100%;
	color: #f8f8f9;
}

.utility .swiper-slide > a,
.utility .details {
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	border: solid 2px #fff;
	padding: 10px 0.75em 8px 0.75em;
}

.utility .swiper-slide > a {
	padding: 0;
	border: none;
/* 	cursor: crosshair; */
	color: #f8f8f9;
}

.details .thumb {
	height: 100%;
	box-sizing: border-box;
	margin-right: 1em;
}

.details .thumb img,
.details .thumb .solid {
	width: 80px;
	height: 80px;
	background-color: #111;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.details .thumb .solid.portrait {
	width: 41.25px;
	height: 100%;
}

.details .info {
	margin-right: 1.2em;
}

.details .info,
.details .info p {
	line-height: 1.8em;
	letter-spacing: initial;
}

.details .info-desc {
	margin-top: 0.5em;
}

.details .info p {
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0.5em 0;
	max-height: 45px;
	overflow: hidden;
}

x
.details .info {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.details nav {
	position: absolute;
	height: 2em;
	z-index: 10;
	top: 0;
	right: 0;
	border: solid 2px #fff;
	border-right: 0;
	border-top: transparent;
}

.details nav .left,
.details nav .right {
	display: inline-block;
	padding: 0.5em;
}

.details .left svg,
.details .right svg {
	display: block;
}

.details .left svg,
body.single .content-area .left svg {
	fill: #fff;
	transform: rotate(90deg);
}

.details .right {
	background-color: #fff;
}

.details .right svg,
body.single .content-area .right svg {
	fill: #000;
	transform: rotate(-90deg);
}

body.single .content-area .right svg {
	fill: #fff;
}



/*
  Main Nav
*/



body.page-template-page-store nav.main-vertical,
body.home nav.main-vertical,
body.home nav.main-horizontal,
body.archive main > nav {
	position: absolute;
	width: auto;
	max-width: 250px;
	height: 3px;
	display: flex;
	justify-content: space-between;
}

nav.main-vertical {
	flex-direction: row-reverse;
}

body.page-template-page-store nav.main-vertical,
body.home nav.main-vertical,
body.home nav.main-horizontal {
	position: fixed;
	z-index: 10;
}

body.page-template-page-store nav.main-vertical,
body.home nav.main-vertical,
body.archive main > nav.main-vertical {
	top: 50%;
	left: 15px;
	transform-origin: bottom left;
	transform: rotate(-90deg) translateX(-50%);
}

body.home nav.main-horizontal,
body.archive main > nav.main-horizontal {
	bottom: 6%;
	right: 35px;
}

body.page-template-page-store nav.main-vertical .swiper-pagination-bullet,
body.home nav.main-vertical .swiper-pagination-bullet,
body.home nav.main-horizontal .swiper-pagination-bullet,
body.home nav.main-vertical a,
body.home nav.main-horizontal a,
body.archive main > nav a {
	border-radius: 0;
	border-top: solid 1.5px #f8f8f9;
	background-color: transparent;
	display: inline-block;
	padding-top: 0.5em;
	height: 1em;
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 1em;
	width: initial;
	margin: 0 6px;
}

body.home nav.main-vertical span:nth-child(2),
body.home nav.main-horizontal span:nth-child(2),
body.archive nav.main-vertical span:nth-child(2),
body.archive nav.main-horizontal span:nth-child(2) {
	color: transparent;
}

body.page-template-page-store nav.main-vertical .swiper-pagination-bullet-active,
body.home nav.main-vertical .swiper-pagination-bullet-active,
body.home nav.main-horizontal .swiper-pagination-bullet-active,
body.home nav.main-vertical a.active,
body.home nav.main-horizontal a.active,
body.archive main > nav a.active {
	border-top: solid 3px #f8f8f9;
}



/*
	Home Ticker
*/



@-webkit-keyframes ticker {
	0% {
    -webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: visible;
}

100% {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-1500%, 0, 0);
}
}

@keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-50%, 0, 0);
	}
}

.ticker {
	display: flex;
	align-items: center;
	white-space: nowrap;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
/*
	animation-name: ticker;
	animation-duration: 120s;
	padding-right: 100%;
*/
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s, visibility 0s .5s;
	transform: translate3d(0%, 0, 0);
}

@media only screen and (min-width: 860px) {
	.ticker-wrap{
		background-color: rgba(0, 0, 0, 0.3);
	}
	.ticker {
		opacity: 1;
		visibility: visible;
		transition: opacity .75s ease;
	}
}

.ticker__item,
.ticker__item a > * {
	display: inline-block;
	vertical-align: middle;
}

.ticker__item a,
.ticker__item a:visited {
	color: #f8f8f9;
}

/*
	SINGLE
*/


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

body.single .main-ul {
	position: absolute;
	top: 55%;
	left: 35px;
	display: flex;
	flex-direction: column;
	z-index: 20;
	list-style: none;
	margin: initial;
	padding: initial;
	box-sizing: border-box;
	margin: 0 1rem 1rem;
	transform-origin: top left;
	transform: translateY(-50%);
	height: auto;
	max-height: 70vh;
	overflow-y: scroll;
}

@media only screen and (min-width: 768px) {
	body.single .main-ul {
		margin: initial;
	}
}

body.single .main-ul li {
	display: block;
	vertical-align: middle;
	font-size: 0.65em;
	line-height: 1.8em;
	margin-bottom: 12px;
}

body.single .main-ul li a:link {
	text-transform: uppercase;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	white-space: nowrap;
}

body.single .main-ul li a:link,body.single .main-ul li a:visited {
	color: #747474;
}

body.single .main-ul li a.active {
	color: #f8f8f9;
}

body.single .main-ul li:first-child {
	margin-left: 0;
}

body.single .main-ul li span {
	display: none;
	visibility: hidden;
}

body.single.single-performance .main-ul li span,
body.single.single-sourcing .main-ul li span,
body.single.single-downcare .main-ul li span,
body.single.single-sustainability .main-ul li span {
	display: inline-block;
	visibility: visible;
}

body.single .main-ul li a.active {
	color: #f8f8f9;
}

body.single .site-content {
	min-height: initial;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body.single .content-area,
body.page .content-area {
	display: flex;
	height: 100%;
	flex-direction: column;
}

body.single .entry .entry-content {
	margin-bottom: 100px;
}

body.post-type-archive-downcare .content-area {
	padding: 0;
}

body.page.page-template-page-info .content-area,
body.page.page-template-page-media .content-area {
	padding-top: initial;
}

body.single .site-main,
body.page-template-page-info .site-main,
body.page-template-page-media .site-main,
body.post-type-archive-downcare .site-main
body.page .site-main {
	min-height: initial;
	height: 100vh;
	overflow-y: auto;
	box-sizing: border-box;
}

body.page-template-page-info .site-main article,
body.page-template-page-media .site-main article {
	height: 100%;
}

body.page-template-page-info .entry-header,
body.page-template-page-media .entry-header {
	margin: auto;
	margin-bottom: 0;
}

body.page-template-page-info .entry-content,
body.page-template-page-media .entry-content {
	margin-top: 0;
	margin-bottom: auto;
}

body.page-template-page-info .site-main article,
body.page-template-page-media .site-main article {
	margin: auto 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body.single .entry-title:before {
	display: none;
	visibility: hidden;
}

body.single .entry .entry-footer {
	margin-top: 0;
	margin-bottom: 0;
}

body.single .site-footer {
	height: 45px;
	flex: 1;
	position: relative;
	bottom: initial;
	left: initial;
}

body.single .content-area .left svg,
body.single .content-area .right svg {
	display: block;
	width: 2em;
}

body.single .content-area > a[rel="next"],
body.single .content-area > a[rel="prev"] {
	z-index: 100;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
}

body.single .content-area .left,
body.single .content-area .right {}

body.single .content-area > a[rel="next"] {
	left: 60px;
}

body.single .content-area > a[rel="prev"] {
	right: 60px;
}

.single-footer {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.single-footer.img {
	padding-top: 56.6%;
	background-image: url("img/AFD_footerFPO.jpg");
}

.single-footer.vid {
	background-image: none;
	padding-top: initial;
	overflow: hidden;
}

.single-footer.vid .vidContainer {
	opacity: 1;
	top: initial;
	transform: translateX(-50%) translateY(0);
}

body.partners .single-footer,
body.single-downcare .single-footer {
	margin-top: 400px;
}

/*merge single*/
body.single p {
/*
	font-size: 12px;
	line-height: 1.25em;
*/
}

.layout-two h3 {
	font-size: 21.6px;
}

.content-split.one.noImg {
	margin-left: 10%;
}

@media only screen and (min-width: 1300px) {
	body.single p {
/*
		font-size: 1.045vw;
		font-size: 0.945vw;
		font-size: 0.625vw;
*/
	}

	body.single-downcare section .row-text h2,
	body.single-innovation section.intro .row-text h3,
	body.single-downcare section h3,
	body.single-innovation section.third .third-text h3,
	.layout-one p.callOut,
	.layout-one .row h3,
	.layout-two h3,
	.layout-three h3 {
/* 		font-size: 1.881vw; */
/* 		font-size: 1.701vw;		 */
	}

	.content-split.one.noImg {
		margin-left: 0;
	}

	.content-split.one .row-text {
		padding: 0 20% 0 10%;
	}
}

body.single .entry .entry-content > * {
	margin-top: 0;
}

body.single .entry .entry-content > * > .content-simple:first-child,
body.single .entry .entry-content > * > .content-rotato:first-child {
	margin-top: initial;
}

.content-simple,
.content-three-skinny,
.content-twoRow,
.content-twoColumn,
.content-oneColumn {
	min-width: 100%;
	min-height: 75vh;
	height: auto;
	display: flex;
}

.layout-two .container-fluid,.layout-three .container-fluid {
	max-width: 100%;
	padding: 0;
}

body.single .layout-two .content-split {
	margin-top: 0;
}

body.single .content-split.noImg {
	margin-top: 75px;
}

body.single .content-split.noImg {
	margin-bottom: 75px;
}

.layout-two .row-square,.layout-two .row-img {
	padding: 0;
}

.content-rotato,
		.content-bleed {
	position: relative;
	min-width: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}



/*layout-one*/


.content-bleed {
	flex-direction: column;
}

/*layout-two*/


		.content-bleed.layout-two {
	align-items: flex-start;
}

.content-bleed.layout-two .afdImg.bleed-img img {
	width: 100%;
	max-width: 815px;
}

.content-bleed.layout-two.textCol {
	flex-direction: row;
}

.layout-two h3 {
	margin: 1.5em auto;
}

.layout-two.one h3 {
}



/* body.single .entry .entry-content.layout-two .content-rotato{margin-top:150px;} */

/*layout-two*/
.layout-two.content-rotato,
.layout-three.content-rotato {
	margin-top: 2.5%;
	min-height: 90vh;
}

.layout-three.content-rotato {
	min-height: 100vh;
}



/*layout-three*/
.layout-three .content-rotato .container-fluid {
	padding: initial;
}

.layout-three .content-top {
	display: flex;
	position: relative;
	z-index: 1;
}

.layout-three.content-top .row > * ,
.layout-three.content-mid .row > * {
}

.layout-three.content-top .pad .row > *,
		.layout-three .content-split.one .afdText .row > *,
		.layout-three .content-split.four .afdText .row > *,
		.layout-three .content-split.four.supplyChain .row > * {
	padding: 0 0.5rem;
}

.layout-three .content-split.four.supplyChain .row {
	justify-content: center;
}

.layout-three.content-split .row > * {
	padding: 0;
}

.layout-three.content-top .top-row-img {}

.layout-three.content-top .top-row-img img,
		.layout-three.content-mid .right .row img {
	display: block;
}

.layout-three.content-mid {
	position: relative;
	z-index: 10;
	margin-top: -125px;
}

.layout-three.content-mid .right .row > * {
	padding: initial;
}

.layout-three.content-top .top-text {}

.layout-three.content-bottom .bottom-text {
	transform: translateY(-50%);
}

.layout-three.content-bottom .bottom-text h2,
		.layout-three.content-bottom .bottom-text h3 {
	padding: 0 15%;
}



/* 		.layout-three.content-bottom .bottom-text p */
.layout-three.content-split.one .afdText,
.layout-three.content-split.three .callOut {
	display: flex;
	flex-direction: column;
	align-content: center;
}

.layout-three.content-split.one .afdText {
	margin-top: 10vh;
}

.layout-three.content-split.three .callOut {
	justify-content: center;
}

.layout-three.content-split.one .afdText p {
	margin: initial;
}



/*layout-three*/
.rotato-title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	width: 166.75vh;
	margin: auto;
}

.rotato-title.top {
	margin-top: 0;
}

.layout-two .rotato-title.top h1 {
	font-size: 13vh;
}

.layout-three .rotato-title {
	justify-content: initial;
}


/*upperLimit 16:9*/


		@media only screen and (min-width: 1921px) {
	.rotato-title{
				width: 1920px;
}
		}

.rotato-title h1 {
	letter-spacing: -1px;
	text-transform: capitalize;
	margin: initial;
	margin: 0;
	font-size: inherit;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	line-height: 1em;
	white-space: nowrap;
	display: inline-block;
	overflow: visible;
}

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

	.rotato-title h1 {
		writing-mode: vertical-rl;
		transform: translateY(-10%) rotate(180deg);
		;
	}



/*exception*/


body.single-sustainability .rotato-title h1 {
		transform: translateY(0%) rotate(180deg);
	}


/*supplyChain Exception*/


			body.single-sourcing .post-479 .rotato-title h1 {
		transform: translateY(-15%) rotate(180deg);
	}
}



/*
		.layout-two .rotato-title h1{
		font-size:10vh;
		}
		.layout-three .rotato-title h1{
		font-size:13vh;
		}
*/



		.rotato-title h1 span {
	display: block;
	transform-origin: 0 0;
	transform: translateY(-10%);
}

body.single-sourcing .rotato-title h1 {
	text-align: right;
}



/*supplyChain Exception*/
body.single-sourcing .post-479 .rotato-title h1 span {
	transform: translateY(-13%);
}
/*tmdOptix exception*/
body.single-sourcing .post-482 .rotato-title h1,
body.single-sourcing .post-967 .rotato-title h1 {
	text-align: center;
}



/*animalWelfare exception*/
body.single-sourcing .post-480 .rotato-title h1 {
	text-align: initial;
}

body.single-sourcing .post-480 .rotato-title h1 span {
	transform: translateY(-25%);
}



/*exception Sourcing*/
body.single-sourcing .rotato-title h1 span.align {}

body.partners .entry-header h1,
body.single-innovation article > header h1,
body.single-innovation article > header h2,
body.single-innovation section.details header,
body.single-downcare article > header h1,
body.single-downcare article > header h2,
.bleed-title h1 {
/* 	font-size: 7.815vw; */
	font-size:76px;
	line-height: 1em;
	white-space: nowrap;
}

body.single-innovation article > header h1 span,
body.single-innovation.postid-486 section.details header span {
	display: none;
	visibility: hidden;
}

/*therma title exception*/
body.single-innovation.postid-946 article > header h1 span,
body.single-innovation.postid-946 section.details header span {
	display: inline-block;
	visibility: visible;
	vertical-align: text-top;
  font-size: 1.34em;
	transform: translateY(-1px);
}

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

	body.partners .entry-header h1,
			body.single-downcare article > header h1,
			.bleed-title h1 {
		font-size: 150px;
	}
}

.bleed-title h1 span {
	display: block;
	transform: translateX(-50%);
}



/*exception*/
		body.single-downcare .post-794 h1 span,
		body.single-downcare h1 span,
		body.single-downcare h2 span {
	display: block;
	transform: translateX(-45%);
}

.bleed-title h1 span.align {
	transform: translateX(-15%);
}

.content-split .row-text,
		.content-split .row-img,
		.content-split.one .afdImg {
	display: flex;
	flex-direction: column;
}

.layout-three .content-split.one .afdImg,
		.layout-three .content-split .row-img {
	align-items: flex-end;
}

.content-split.layout-two .row-img {
	justify-content: flex-end;
}

.content-split.layout-three img.top {
	width: 77%;
	max-width: 590px;
	margin-right: 90px;
}

.content-split.layout-three .row-img img.mid,
		.content-split.layout-two .row-img img.short {
	width: 360px;
}

.content-split .row-text {
	justify-content: center;
}

.content-split .row-img {}

body.single .entry .entry-content.top {
	margin-bottom: 0;
}

body.single .entry .entry-content.bottom {
	margin-top: 100px;
}

.content-twoColumn, .content-oneColumn {
	min-height: initial;
}

.content-simple {
	margin-top: 0;
	flex-direction: row;
	padding-top: 90px;
	padding-left: 10%;
	align-items: center;
	justify-content: space-around;
}



/*layout-one*/
.layout-one .row p {
	width: 57.1%;
}

.layout-one .row p.callOut,
.layout-one .row h3,
.layout-two h2,
.layout-two h3,
.layout-three .row h2,
.layout-three .row h3,
body.single-downcare section .row-text h2,
body.single-downcare section h3,
body.single-innovation section.intro .row-text h3,
body.single-innovation section.third .third-text h3 {
/* 	width: initial; */
/* 	letter-spacing: -1px; */
/* 	line-height: 1.2em; */
}

.layout-one .row h3 {
	margin: 3.43em 0;
	width: 88.7%;
}

/*120*/
		.layout-one .row p.callOut span {
	color: #a9bbbe !important;
}

body.single-downcare section h3,
		body.single-innovation section.third .third-text h3 {
	margin-top: 2.75em;
	margin-bottom: 2.75em;
}

body.single-downcare section p {
	max-width: 65%;
}

body.single-downcare section i {
	display: block;
	font-size: 0.6em;
	line-height: 1.25em;
	font-style: normal;
}

.layout-one .row.top p.callOut,
		.layout-one .row.top h1 {
	margin: initial;
}

.layout-one .row.top p.callOut {
	max-width: 500px;
	margin: auto;
}

.layout-one.content-bleed .row-text {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.layout-one.content-bleed .row-text p:first-child {
	margin-top: 0;
}

.layout-one.content-bleed .row-text ul {
	margin: initial;
	padding: initial;
	list-style-type: none;
}

.layout-one.content-bleed .row-text ul,
		.layout-one.content-bleed .row-text a {
	color: #a9bbbe;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
}

.layout-one.content-bleed .row-text .bleed-excerpt a {
	text-transform: none;
}

.layout-one.content-bleed .row-text ul li:before {
	content: '*';
	margin-left: 0;
	margin-right: 0.25em;
}

.layout-one.content-bleed .row-text.afdImg {
	align-items: flex-start;
	justify-content: flex-start;
}

.layout-one.content-bleed .row-text .bleed-excerpt,
		.layout-one.content-bleed .row-text .bleed-title {
	margin: auto;
}

.layout-one.content-bleed .row-text .bleed-excerpt {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
}

.layout-one.content-bleed.altTopImg .row-text .bleed-excerpt {
	margin-left: 0;
	margin-bottom: auto;
}

.layout-one.content-bleed .row-text .bleed-title {
	transform: translateX(-25%) translateY(-50%);
	transform: translateX(-25%);
}

.layout-one.content-bleed .row-text .bleed-title.split {
	transform: initial;
}

.layout-one.content-bleed.altTopImg .row-text .bleed-title {
	margin-top: 0;
	margin-left: 0;
}

.layout-one.content-bleed.noImg.altTopImg .row-text .bleed-title {
	margin-top: auto;
}

.layout-one.content-bleed.noImg .row-text .bleed-excerpt {
	margin: initial;
	margin: auto;
}

.layout-one.content-bleed.noImg .row-text.top .bleed-excerpt {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
}

.layout-one .row.top .top-img {
	display: flex;
	flex-direction: row-reverse;
}

.layout-one.content-bleed .top-img img,
		.layout-one.content-bleed.noImg .top-img {
	max-width: 390px;
	padding: initial;
}

.layout-one.content-bleed.noImg .top-img:before {
	position: relative;
	content: "";
	width: 100%;
	padding-top: 155.2%;
}

.layout-one .row.bottom .bottom-img {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.layout-one .row.bottom .bottom-img > * {
	margin-bottom: 50px;
	width: 220px;
}

/*layout-three*/
.layout-three.four {
	margin-bottom: 30vh;
}

.layout-three .row-text {
	display: flex;
	align-items: center;
	justify-content: center;
}

.layout-three .row-text p {
	margin: auto;
}

.layout-one .row p {
	width: 57.1%;
}

.layout-three .row-text p.callOut,
.layout-three .callOut h3 {
	font-size: 1.97vw;
	font-size: 1.7vw;
	line-height: 1.2em;
}

@media only screen and (min-width:1921px) {
	.layout-three .row-text p.callOut,
			.layout-three .callOut h3 {
		font-size: 37.5px;
	}
}

@media only screen and (max-height:1080px) {
	.layout-three .content-rotato .row-text p.callOut {
		font-size: 3.41vh;
		font-size: 3.307vh;
		font-size: 1.701vw;
	}
}

.layout-three .callOut h3 {
	margin: initial;
}


/*end layout-three*/
article > .layout-one{
	margin-bottom:190px;
}

.layout-one .content-simple {
	padding: 0;
	flex-direction: column;
	min-height: initial;
	margin: initial;
}

.layout-one .content-simple,
.layout-one .content-three-skinny .skinny-text {
	min-width: 500px;
	width: 16%;
	margin: auto;
}

.layout-one .simple-title h1 {
	font-size: 10vh;
	line-height: 1.1em;
	white-space: nowrap;
	margin: 105px auto 95px auto;
}

.layout-one .simple-title h1 span {
	display: block;
	white-space: nowrap;
	transform: translateX(-50%);
}

.layout-one .simple-intro {
	font-size: 1em;
}

.layout-one .simple-intro h2,
.layout-one .content-three-skinny h3 {
	font-size: 2.1em;
	line-height: 1.1em;
}

.simple-intro,.layout-two h2 {
	margin: auto;
	padding-top: 40px;
	margin-left: 0;
	font-size: 2.5em;
	line-height: 1.2em;
	max-width: 550px;
}

.text-callOut {
	padding-top: initial;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: initial;
}

.layout-one .content-three-skinny {
	display: flex;
	flex-direction: row;
}

.layout-one .content-three-skinny .skinny-img {
	background-image: url("https://via.placeholder.com/590x888");
	background-repeat: no-repeat;
	width: 42%;
}

.layout-one .content-three-skinny .skinny-img.left {
	background-position: bottom left;
	background-size: 50% auto;
}

.layout-one .content-three-skinny .skinny-img.right {
	background-size: 75% auto;
	background-position: top right;
}

.layout-one .content-three-skinny h3 {
	margin: initial;
	margin: 105px auto;
}

.layout-one .content-three-skinny p {
	margin: initial;
	margin-bottom: 1em;
	width: 250px;
}

.simple-title {
	font-size: 10vh;
	line-height: 1.6em;
	margin: auto;
	margin-top: 0;
	margin-right: 9.25%;
	transform-origin: center 0;
	transform: rotate(-90deg);
}

.layout-one .simple-title {
	margin: initial;
	transform: rotate(0deg);
}

.layout-one .simple-intro,
.layout-one .simple-title {
}

.content-twoRow {
	flex-direction: column;
}

.content-twoRow .twoRow-top {
}

.content-three-skinny *,
.content-twoRow * {
	background-position: center center;
	background-size: cover;
}

.twoRow-top {
	background-color: blue;
	flex-direction: row;
}

.twoRow-top div:first-child {
	width: 295px;
	padding-top: 38.55%;
}

.twoRow-top top-content {
	width: 35%;
}

.content-twoRow .twoRow-bottom {
	margin-top: -125px;
	margin-right: -12%;
	display: flex;
	flex-direction: row-reverse;
}

.layout-two .content-twoRow .twoRow-bottom {
	margin-top: initial;
	margin-right: initial;
	margin-left: -12%;
}

.twoRow-bottom .bottom-content {
	height: 100%;
	display: flex;
	flex-direction: row;
}

.layout-two .twoRow-bottom .bottom-content {
	flex-direction: row-reverse;
}

.bottom-content .content-img.sm {
	margin-left: 12%;
	width: 400px;
	opacity: 0;
}

.layout-two .bottom-content .content-img.sm {
	margin-left: initial;
	margin-right: 12%;
}

.bottom-content .content-img.lrg {
	width: 74.13%;
}

.twoRow-bottom > div:first-child {
	height: 100vh;
	width: 100%;
}

.content-twoColumn .twoColumn-content,
.content-twoColumn .twoColumn-pullQuote {
	width: 50%;
}

.content-twoColumn .twoColumn-content {
	padding: 0 25% 0 7%;
	margin-top: -125px !important;
}

.content-twoColumn .twoColumn-pullQuote {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 10%;
}

.content-oneColumn .spacer {
	width: 65%;
}

.content-oneColumn .oneColumn-content {
	width: 35%;
	padding: 10% 0 0 10%;
}





/*innovation*/

/*
body.single-sustainability article .content-rotato.layout-two,
body.single-sourcing article .content-rotato.layout-two,
body.single-performance article .content-rotato.layout-two,
body.single-performance article .content-rotato.layout-three,
body.single-performance article .content-rotato.layout-three,
*/



body.single-innovation .entry .entry-header {
	margin: initial;
}

body.single-sustainability article .content-bleed .row.top,
body.single-sourcing article .content-bleed .row.top,
body.single-performance article .content-bleed .row.top,
body.single-downcare article > header,
body.single-innovation article > header,
body.single-innovation section.details {
	height: 90vh;
	display: flex;
	align-content: center;
	justify-content: center;
}

body.single-sourcing article .content-bleed .row.top,
body.single-sustainability article .content-bleed .row.top,
body.single-performance article .content-bleed .row.top {
	margin-bottom: -15vh;
}

body.layout-three article .content-split.one {
	margin-top: -15vh;
}

body.layout-three article .content-split.two {
	margin-top: -24vh;
}

body.layout-three article .content-split.three .afdText {
	transform: translateY(-50%);
}

body.single-performance article .content-bleed .row.top,
body.single-sourcing article .content-bleed .row.top,
body.single-sustainability article .content-bleed .row.top {
	justify-content: initial;
}


/*stewardship exception*/

body.post-330.single-sustainability article .content-bleed .row.top {
	justify-content: center;
}

body.single-innovation section.details tr {
	padding: 0.75em 0;
}

body.single-innovation.postid-486 section.details header span {
	display:none;
	visibility:hidden;
	font-size:0.25em;
}

body.single-innovation section.details tr td:first-child {
	text-align: center;
	border-left: none;
	white-space: nowrap;
}

body.single-innovation section.details tr td:last-child {
	padding-left: 1em;
	border-right: none;
	word-break: keep-all;
}

body.single-sourcing article .content-rotato.layout-two {}

body.single-innovation section.details {
	height: 111vh;
}

body.single-innovation section.details table{
	width:85%;
	margin:auto;
}

@media only screen and (min-width: 769px) {
	body.single-innovation section.details table{
		width:100%;
	}
}

body.single-downcare article > header h1,
body.single-downcare article > header h2,
body.single-innovation article > header h2 {
	display: inline-block;
	margin: auto;
}

body.single-innovation article > header {
	align-items: center;
}

body.single-downcare article > header h1,
body.single-downcare article > header h2 {
	transform: translateX(25%);
}

/*exception*/
body.single-downcare article > header[data-title="The Cluster"] h1,
body.single-downcare article .post-791 > header h1,
body.single-downcare article > header[data-title="The Cluster"] h2 {
	transform: translateX(0%);
}

body.single-innovation article > header h2 > span {
	display: none;
	visibility: hidden;
}

body.single-innovation .container-fluid {
	padding: initial;
}

body.single-innovation section.introRow {
	display:grid;
	grid-template-columns: 40% 60%;
	grid-row: auto;
}
@media only screen and (min-width: 769px) {
body.single-innovation section.introRow {
	grid-template-columns: 25% 75%;
}
}

body.single-innovation section.midRow{
	display:flex;
	flex-direction: column;
}
body.single-innovation section.baseRow {
	display:flex;
	flex-direction: column-reverse;
}

@media only screen and (min-width: 769px) {
body.single-innovation section.midRow,
body.single-innovation section.baseRow {
	display:grid;
	grid-template-columns: 33.2% 66.8%;
	grid-template-rows: auto;
}

body.single-innovation section.midRow {
	grid-template-rows: 100%;
}
}
/* body.single-innovation section.midRow.video {
	grid-template-rows: ;
} */

body.single-innovation section.midRow .mid__stack{
	display:grid;
	grid-template-columns: 40% auto;
	grid-template-rows: auto auto;
}
@media only screen and (min-width: 769px) {
body.single-innovation section.midRow .mid__stack{
	grid-template-columns: 47.5% auto;
}
}

body.single-innovation section.introRow .intro__media >*,
body.single-innovation section.introRow .intro__content >*{
	margin-top:auto;
	margin-bottom:auto;
}
body.single-innovation section.introRow .intro__media >*{
	object-fit: cover;
}

body.single-innovation section.introRow .intro__media{
	grid-column-start: 1;
	grid-column-end: 1;
	grid-row-start: 1;
	grid-row-end: 1;
}

@media only screen and (min-width: 769px) {
	body.single-innovation section.midRow .mid__stack{
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 1;
		grid-row-end: 1;
	}
}

body.single-innovation section.introRow .intro__content,
body.single-innovation section.midRow > .afdImg{
	grid-column-start: 2;
	grid-column-end: 2;
}

body.single-innovation section.midRow .mid__stack .afdImg{
	grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 1;
/* 	padding-top:140%; */
}
@media only screen and (min-width: 769px) {
body.single-innovation section.midRow .mid__stack .afdImg{
/* 	padding-top:125%; */
}
}
body.single-innovation section.midRow .mid__stack .afdImg.vid{
  /* padding-top:21%; */
}
body.single-innovation section.midRow > .afdImg.vid{
  padding-top:99.127%;
}
body.single-innovation section.midRow .mid__stack .row.bottom p{
  margin-top:initial;
	margin-bottom:1.429em;
}
body.single-innovation section.midRow .mid__stack .row.bottom p:last-child{
	margin-bottom:0;
}
body.single-innovation section.midRow .mid__stack .bottom{
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 2;
	padding:20%;
}
body.single-innovation section.introRow .intro__content{
	display: flex;
	justify-content: space-around;
  flex-direction: column-reverse;
	padding:10%;
}
@media only screen and (min-width: 769px) {
body.single-innovation section.introRow .intro__content{
  flex-direction: row;
	padding:initial;
}
}

@media only screen and (min-width: 769px) {
body.single-innovation section.introRow .intro__content p{
	/* margin:auto 6% auto 10%; */
	padding-left:2.5%;
	padding-right:2.5%;
}
}

body.single-innovation section.intro .row-text {
	display: flex;
	flex-direction: row;
}

body.single-innovation section.intro .row-text > * {
	margin: auto;
	max-width: 50%;
}

body.single-innovation section.intro .row-text h3,
body.single-innovation section.introRow .intro__content h3 {
	max-width: 500px;
	order: 2;
}

body.single-innovation section.intro .row-text p,
body.single-innovation section.introRow .intro__content p {
	max-width: calc(250px + 2.5%);
	order: 1;
}

body.single-innovation section.mid .mid-top {
	background-color: red;
}

body.single-innovation section.mid .mid-bottom {
	background-color: blue;
}

body.single-innovation section.mid .mid-bottom > * {
	margin: auto;
}

body.single-innovation section.mid > .row {
	align-items: stretch;
}

body.single-innovation section.mid > .row > *,
body.single-innovation section.third > .row > * {
	padding: initial;
}

body.single-innovation section.mid > .row > .afdImg.vid {
	padding-top: 66%;
}

body.single-innovation section.mid > .row > .left.container-fluid .row {
	height: 36%;
}

body.single-innovation section.mid > .row > .left.container-fluid .row.bottom {
	padding: 20%;
	height: 64%;
}

body.single-innovation section.third .third-text,
body.single-innovation section.baseRow .base__content{
	padding:10% 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

body.single-innovation section.baseRow .base__content >*{
	width:60%;
	margin-left:auto;
	margin-right:auto;
}

body.single-innovation section.baseRow .base__content h3{
	margin:2rem auto;
}

@media only screen and (min-width: 769px) {
body.single-innovation section.baseRow .base__content >*{
	width:40.26%;
}
}

body.single-innovation section.third .third-text > * {
}

body.single-innovation section.mid > .row > .left > .container-fluid,
body.single-innovation section.mid > .row > .left > .container-fluid .row {
	height: 100%;
}

body.single-innovation .text-wrap {
	display: flex;
	align-content: center;
	justify-content: center;
}

body.single-innovation section.mid > .row > .left .container-fluid .row .text {
	display: inline-block;
	margin: auto;
}

body.single-innovation section.details > div {
	height: auto;
	width: auto;
	margin: auto;
}

body.single-downcare section.details header,
body.single-innovation section.details header {
	text-align: center;
	margin-bottom: 90px;
}


/*innovation*/
.afdImg {
	position: relative;
}

body.single-innovation .afdImg {
	overflow: hidden;
}

body.single-innovation .afdImg .techWrap {
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width:100%;
}

body.single-innovation .afdImg .techWrap video {
	/* transform: translateY(-10%) translateX(-25%); */
}


body.single-innovation .left .afdImg .techWrap video {
	width: 150%;
	transform: translate3d(-25%, -10%, 0);
}

body.single-innovation .afdImg img{
	height:100%;
	width:100%;
}
body.single-innovation .afdImg.base__media img{
	height:100%;
	width:100%;
	object-fit:cover;
}

body.single-innovation .afdImg .techWrap video{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
body.single-innovation section.midRow .mid__stack .afdImg .techWrap video{
	transform: translateY(0) translateX(0);
	width:210%;
}

.afdImg .pillar-loading.animsition-loading,
.afdImg .inno-loading.animsition-loading {
	position: absolute;
	z-index: 1;
}

body.is-loaded .afdImg .pillar-loading.animsition-loading,
body.is-loaded .afdImg .inno-loading.animsition-loading {
	animation: none;
	display: none;
	visibility: hidden;
}

.afdImg img {
	position: relative;
	z-index: 10;
	opacity: 0.3;
	display: block;
	transition: opacity 250ms ease;
}

.layout-one .noImg.altTopImg .afdImg.right img {
	width: 425px;
}

.layout-one .bottom .afdImg.left {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.layout-one .noImg.altTopImg .bottom .afdImg.left img {
	width: 225px;
}

body.is-loaded .afdImg img {
	opacity: 1;
}

section.mid .left .afdImg,
section.mid .left .afdImg, .mid__stack .afdImg {
	background-image: url('https://images.unsplash.com/photo-1560448829-2911efee99f0?ixlib=rb-1.2.1&auto=format&fit=crop&w=675&q=80');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
}





/* page-template */
h1:not(.site-title):before,
h2:before,
body.page-template-page-info h1:not(.site-title):before,
body.page-template-page-media h1:not(.site-title):before,
body.page-template-page-contact h1:not(.site-title):before,
body.partners h1:not(.site-title):before,
body.partners h2:not(.site-title):before,
body.single h1:not(.site-title):before,
body.single h2:before {
	content: '';
	display: none;
	visibility: hidden;
}

body.page-template-page-info .entry-header h1,
body.page-template-page-media .entry-header h1,
body.page-template-page-contact h1 {
	display: inline-block;
}

body.page-template-page-info h2.outline,
body.page-template-page-info h2.title,
body.page-template-page-info h2.label,
body.page-template-page-media h2.outline,
body.page-template-page-media h2.title,
body.page-template-page-media h2.label,
body.page h2.outline,
body.page h2.title,
body.page h2.label,
body.single h2.outline,
body.single h2.title,
body.single h2.label {
	font-size: 5.715em;
	line-height: 1em;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body.single h2.outline {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #f8f8f9;
}

body.page-template-page-info h3.outline-sub,
body.page-template-page-info h3.title-sub,
body.page-template-page-info h3.label-sub,
body.page-template-page-media h3.outline-sub,
body.page-template-page-media h3.title-sub,
body.page-template-page-media h3.label-sub,
body.page h3.outline-sub,
body.page h3.title-sub,
body.page h3.label-sub,
body.single h3.outline-sub,
body.single h3.title-sub,
body.single h3.label-sub {
	font-size: 2.858em;
	line-height: 1em;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

body.page-template-page-info h3.label-sub,
body.page-template-page-media h3.label-sub,
body.single h3.label-sub {
	font-size: 1em;
	line-height: 1em;
	font-weight: 300;
	color: #111825;
	background-color: #f8f8f9;
	display: inline-block;
	padding: 1% 2%;
}

/**
 Home
**/


.panel {
	position: absolute;
	z-index: 1;
	width: 100vw;
	display: flex;
	flex-direction: column;
	margin: auto;
	align-items: center;
	justify-content: center;
}

body.page-template-page-contact .swiper-container,
body.post-type-archive-downcare .swiper-container,
body.page-template-page-store .swiper-container,
body.home .swiper-container {
	width: 100vw;
	height: 100vh;
}

body.page-template-page-contact .swiper-slide,
body.post-type-archive-downcare .swiperV .swiper-slide,
body.page-template-page-store .swiperV .swiper-slide,
body.home .swiper-slide,
body.post-type-archive-innovation .site-main {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

body.home .swiper-slide {
	justify-content: flex-end;
}

@media only screen and (min-width: 860px) {
	body.page-template-page-contact .swiper-slide,
body.post-type-archive-downcare .swiperV  .swiper-slide,
body.page-template-page-store .swiperV  .swiper-slide,
body.home .swiper-slide {
		justify-content: center;
	}

	body.home .swiper-slide.afd {
		justify-content: flex-end;
	}

	body.home .swiper-slide.afd .panel-header {
		margin-bottom: 6vh;
		width: 75%;
	}
}

/*DownCare down care*/
body.archive.post-type-archive-downcare .site-main{
	justify-content: initial;
}
body.post-type-archive-downcare .site-main .container-fluid{
	padding:initial;
	height:100vh;
	width:100%;
	/* color:#3f3f3d; */
}
body.post-type-archive-downcare .site-main .container-fluid > .row{
	height:100%;
}

body.post-type-archive-downcare .site-main .subcats{
	margin-top:15.75%;
	transform: translateX(7%);
	height:20%;
	text-align:right;
}
body.post-type-archive-downcare .site-main .subcats ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
body.post-type-archive-downcare .site-main .subcats ul .list__subcat{
/* 	cursor: crosshair; */
}

.nav-vertical .sub-menu li a,
body.post-type-archive-downcare .site-main .subcats ul .list__subcat,
.menu-secondary-menu-container .sub-menu li a{
	color:#949494;
}



.figure__nav li,
body.post-type-archive-downcare .site-main .subcats ul .list__subcat{
 	font-size:14px;
 	line-height:22px;
	letter-spacing:initial;
}

body.post-type-archive-downcare .site-main .subcat-excerpt{
	margin-bottom:15.75%;
	width:350px;
	margin:auto;
	/* transform: translateY(-75%); */
/* 	height:70%; */
/* 	width:125%; */
/* 	flex-basis: 125%; */
/* 	max-width:125%; */
/*
	display:flex;
	flex-direction: row;
	align-content: flex-end;
*/
}

body.post-type-archive-downcare .site-main .subcat-excerpt .excerptWrap{
  margin:auto;
  width:300px;
  display:flex;
  flex-direction: column;
  max-height:55vh;
}

body.post-type-archive-downcare .site-main .subcat-excerpt h2,
body.post-type-archive-downcare .site-main .subcat-excerpt p{
	margin:0;
	margin-bottom:1em;
	font-size:12px;
	line-height:1.166em
	/*
font-size: 14px;
    line-height: 1.6em;
*/
}

body.post-type-archive-downcare .site-main .subcat-excerpt a:link,
body.post-type-archive-downcare .site-main .subcat-excerpt a:visited {
	color:inherit;
	position:relative;
}

body.post-type-archive-downcare .site-main .subcat-excerpt a:after{
	content:"";
	width:100%;
	height:0.25em;
	background-color:rgba(187,187,187,0.5);
	position:absolute;
	bottom:2px;
	left:0;
}

body.post-type-archive-downcare .site-main .subcat-excerpt h2,
body.post-type-archive-downcare .site-main .subcat-excerpt p{
	min-width:40%;
	letter-spacing: initial;
}

body.page-template-page-contact .intro a{
	color:inherit;
}
body.page-template-page-contact .intro p{
	width:100%;
/* 	min-width:225px; */
	letter-spacing: initial;
	margin-top:0;
	margin-bottom:0;
	position:relative;
	padding-left:0.25em;
}

body.page-template-page-contact .intro p.address{
	margin-bottom:1em;
}

body.page-template-page-contact .intro p.address:before,
body.page-template-page-contact .intro p.phone:before{
	position:absolute;
	top:0;
	left:-1em;
}
body.page-template-page-contact .intro p.address:before{
	content:'A:';
}
body.page-template-page-contact .intro p.phone:before{
	content:'P:'
}
body.post-type-archive-downcare .site-main .subcat-excerpt p:last-child{
	margin-bottom:20px;
	overflow-y:scroll;
}

body.post-type-archive-downcare .site-main .subcat-excerpt p i{
	font-style:normal;
	display:block;
	padding-left:1.25em;
}

body.post-type-archive-downcare .site-main .subcat-excerpt p ul{margin-top:0;margin-bottom:0;padding-left:1.5rem;list-style-type: none;}
body.post-type-archive-downcare .site-main .subcat-excerpt li:before {
content: '*';
margin-left: -1.25em;
margin-right: 0.8em;
}

body.post-type-archive-downcare .site-main .subcat-excerpt li {
	text-transform: uppercase;
	line-height:1.2em;
	margin-bottom:1.2em;
}

/* body.page-template-page-contact .intro p:first-child, */
body.post-type-archive-downcare .site-main .subcat-excerpt h2{
	margin-right:20%;
}
body.post-type-archive-downcare .site-main .feat-content{
	position: relative;
	z-index: 10;
}
body.post-type-archive-downcare .site-main .feat-img{
	position: relative;
	z-index:1;
  /* background-image:url("http://alliedfeather.local/wp-content/uploads/2020/04/AFD_DownCare-FPO.min_.jpg"); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

body.home .swiper-slide.innovation,
body.archive.post-type-archive-innovation .site-main {
	align-items: flex-start;
	position: relative;
	z-index: 0;
}

.panel.quality {
	top: -100%;
	left: 2.5%;
	transition: top 250ms linear;
}

body.sUp .panel.quality {
	top: 0;
	transition: top 250ms linear;
}

.panel.innovation {
	top: 0;
	right: -5%;
	width: 0%;
	transition: width 250ms linear;
}

.swiper-slide.innovation #myVideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}

.swiper-slide.innovation .grid-container,
body.archive.post-type-archive-innovation .grid-container {
	height: 100vh;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: 25% 25% 25% 25%;
}

@media only screen and (min-width: 755px) {
	body.archive.post-type-archive-innovation .grid-container {
/* 		height: 100vh; */
		display: grid;
		grid-template-columns: 25% 25% 25% 25%;
	}
}

.swiper-slide.innovation .grid-item,
body.archive.post-type-archive-innovation .grid-item {
	background-color: transparent;
	position: relative;
	display: flex;
	z-index: 20;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	text-align: center;
	transition: none;
	color: rgba(255,255,255,1);
	background-color: transparent;
	width: 100%;
	overflow: hidden;
}

body.archive.post-type-archive-innovation .grid-item:nth-child(1),
body.archive.post-type-archive-innovation .grid-item:nth-child(4),
body.archive.post-type-archive-innovation .grid-item:nth-child(5),
body.archive.post-type-archive-innovation .grid-item:nth-child(8),
body.archive.post-type-archive-innovation .grid-item:nth-child(9),
body.archive.post-type-archive-innovation .grid-item:nth-child(12),
body.archive.post-type-archive-innovation .grid-item:nth-child(13),
body.archive.post-type-archive-innovation .grid-item:nth-child(16){
	display: none;
	visibility:hidden;
	opacity:0;
}

@media only screen and (min-width: 755px) {
	body.archive.post-type-archive-innovation .grid-item:nth-child(1),
	body.archive.post-type-archive-innovation .grid-item:nth-child(4),
	body.archive.post-type-archive-innovation .grid-item:nth-child(5),
	body.archive.post-type-archive-innovation .grid-item:nth-child(8),
	body.archive.post-type-archive-innovation .grid-item:nth-child(9),
	body.archive.post-type-archive-innovation .grid-item:nth-child(12),
	body.archive.post-type-archive-innovation .grid-item:nth-child(13),
	body.archive.post-type-archive-innovation .grid-item:nth-child(16){
		display: flex;
		visibility:visible;
		opacity:inherit;
	}
}


.swiper-slide.innovation .grid-item .techWrap,
body.archive.post-type-archive-innovation .grid-item .techWrap {
	position: absolute;
	width: 200%;
}

.swiper-slide.innovation .grid-item .techWrap video,
body.archive.post-type-archive-innovation .grid-item .techWrap video {
	width: 100%;
}

.swiper-slide.innovation .grid-item .videoEcho .techWrap video,
body.archive.post-type-archive-innovation .grid-item .videoEcho .techWrap video {
	width: 210%;
}

.swiper-slide.innovation .grid-item .techTitle,
body.archive.post-type-archive-innovation .grid-item .techTitle {
	position: relative;
	z-index: 21;
	width:95%;
	margin:auto;
}

body.archive.post-type-archive-innovation .grid-item .techTitle small{
	margin:auto;
	letter-spacing: initial;
	font-size:12px;
	line-height:1.4545em;
}

.swiper-slide.innovation .grid-item a,
body.archive.post-type-archive-innovation .grid-item a {
	font-size: 1rem;
	height: 100%;
}

.swiper-slide.innovation .grid-item.tech,
body.archive.post-type-archive-innovation .grid-item.tech {
	color: rgba(255,255,255,1);
}

/*innoVid Hover*/
body.archive.post-type-archive-innovation .grid-item.tech .techTitle small:first-child,
body.archive.post-type-archive-innovation .grid-item .techTitle small:first-child{
	font-size:12px;
	line-height:1.2em;
	font-family: aBold, sans-serif;
}

body.archive.post-type-archive-innovation .grid-item .techTitle small:first-child:after{
	position:relative;
	font-size:5px;
	opacity:0.8;
	font-weight:300;
	vertical-align: super;
	content:"TM";
	font-family: aReg, sans-serif;
}

body.archive.post-type-archive-innovation .grid-item .techTitle small:last-child{
	font-family: aReg, sans-serif;
	font-weight:initial;
	font-size: 0.8em;
	margin-top:1.2em;
}

body.archive.post-type-archive-innovation .grid-item .techTitle small{
	opacity:0;
	visibility:hidden;
	transition: opacity .5s, visibility 0s .5s;
}

body.archive.post-type-archive-innovation .grid-item.tech .techTitle small{
	opacity:1;
	visibility:visible;
	transition: opacity .5s, visibility 0s .5s;
}

@media only screen and (min-width: 755px) {
body.archive.post-type-archive-innovation .grid-item .techTitle small:first-child:after{
	font-size:xx-small;
}
body.archive.post-type-archive-innovation .grid-item.tech .techTitle small:first-child,
body.archive.post-type-archive-innovation .grid-item .techTitle small:first-child{
	font-size:18px;
	line-height:22px;
}
body.archive.post-type-archive-innovation .grid-item.tech .techTitle small,
body.archive.post-type-archive-innovation .grid-item .techTitle small{
	opacity:0;
	visibility:hidden;
	transition: opacity .5s, visibility 0s .5s;
}
body.archive.post-type-archive-innovation .grid-item.tech:hover .techTitle small,
body.archive.post-type-archive-innovation .grid-item:hover .techTitle small{
	opacity: 1;
	visibility: visible;
	transition: opacity .75s ease;
}
body.archive.post-type-archive-innovation .grid-item .techTitle small:last-child{
	font-family: aReg, sans-serif;
	font-weight:initial;
	font-size: inherit;
	margin-top:1.2em;
}
body.archive.post-type-archive-innovation .grid-item:nth-child(3n+1){
	opacity:inherit;
}
}

.grid-item.tech small,
.grid-item small{
	display:block;
}

.swiper-slide.innovation .grid-item.tech .plyr--video,
.swiper-slide.innovation .grid-item.tech video,
.swiper-slide.innovation .grid-item.videoEcho .techWrap > *,
body.archive.post-type-archive-innovation .grid-item.tech .plyr--video,
body.archive.post-type-archive-innovation .grid-item video,
body.archive.post-type-archive-innovation .grid-item.tech video,
body.archive.post-type-archive-innovation .grid-item.videoEcho .techWrap > * {
	opacity: 1;
	/* filter: blur(3px); */
	transition: filter 750ms ease, opacity 750ms ease;
}

.swiper-slide.innovation .grid-item.tech:hover .plyr--video,
.swiper-slide.innovation .grid-item.videoEcho.show .techWrap > *,
.swiper-slide.innovation .grid-item.tech:hover video,
body.archive.post-type-archive-innovation .grid-item.tech:hover .plyr--video,
body.archive.post-type-archive-innovation .grid-item.videoEcho.show .techWrap > *,
body.archive.post-type-archive-innovation .grid-item.tech:hover video {
	filter: blur(0);
	transition: opacity 750ms ease;
}


.swiper-slide.innovation .grid-item.tech span,
body.archive.post-type-archive-innovation .grid-item.tech span {
	display: none;
}
body.archive.post-type-archive-innovation .grid-item.tech.thermadown span {
	display: initial;
}

.swiper-slide.innovation .grid-container.guide,
.swiper-slide.innovation .grid-container.afd,
body.archive.post-type-archive-innovation .grid-container.afd {
	top: 0;
	left: 0;
	width: 100vw;
	position: absolute;
}

body.isMobile video{
  /* display:none;
  visibility:hidden; */
}

@media only screen and (max-width: 755px) {
body.archive.post-type-archive-innovation .heroBG{
	background-image:url(img/wallpapers/AFD_00_Home_04.jpg);
}
}

.swiper-slide.innovation.afd .grid-item,
body.archive.post-type-archive-innovation .grid-item {
/* 	background-color: rgba(0, 0, 0, 0); */
}

body.single-innovation main > a,
body.archive.post-type-archive-innovation main > a {
	display: none;
	visibility: hidden;
}

body.sRight .panel.innovation {
	width: 100%;
	transition: width 250ms linear;
}

.panel.sourcing {
	bottom: -100%;
	left: 2.5%;
	transition: bottom 250ms linear;
}

body.sDown .panel.sourcing {
	bottom: 0;
	transition: bottom 250ms linear;
}

.panel.sustainability {
	top: 0;
	left: -105%;
	transition: left 250ms linear;
}

body.sLeft .panel.sustainability {
	left: 0%;
	transition: left 250ms linear;
}

body.sUp,
body.sDown {
	overflow-x: hidden;
}

body.sUp .navHori,
body.sDown .navHori {
	opacity: 0;
	visibility: hidden;
}

body.sLeft,
body.sRight {
	overflow-y: hidden;
}

body.sLeft .navVert,
body.sRight .navVert {
	opacity: 0;
	visibility: hidden;
}

body.home .frame,
body.home .frame-content {
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
}

body.home .frame-content {
	opacity: 1;
	visibility: visible;
	transition: opacity 250ms ease;
}

body.home.sUp .frame-content,
body.home.sRight .frame-content,
body.home.sDown .frame-content,
body.home.sLeft .frame-content {
	opacity: 0;
	visibility: hidden;
	transition: opacity 250ms, visibility 0s 250ms;
}

.vidWrap,
.vidWrap .shader,
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
}

.swiper-slide-active .vidWrap .shader {
	opacity: 0.65;
	transition: opacity 450ms ease-out;
}

.vidWrap .shader {
	will-change: opacity;
	z-index: 1;
	opacity: 0;
	background-color: transparent;
	transition: opacity 450ms ease-out;
}

.vidWrap,
.vidWrap .shader,
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
}

.swiper-slide-active .vidWrap .shader {
	opacity: 0;
	transition: opacity 450ms ease-out;
}

.vidWrap .shader {
	will-change: opacity;
	z-index: 1;
	opacity: 0;
	background-color: transparent;
	transition: opacity 450ms ease-out;
}

.embed-container {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.embed-container.home {
	background-size: cover;
	background-position: center center;
}

.vidWrap video.fs {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
}

.vidWrap img.fs {
	min-width: 100vw;
}

.captionWrap {
	box-sizing: border-box;
	width: 100%;
	position: relative;
	z-index: 500;
}

.captionWrap aside {
	width: 75%;
}

.captionWrap aside ul,
.captionWrap aside u li {
	padding: 0;
	margin: 0;
}

.captionWrap aside ul,
.captionWrap aside ul li {
	display: flex;
	justify-content: flex-end;
}

.captionWrap aside ul li {
	align-items: flex-end;
	flex-direction: column;
	margin: auto;
	height: 250px;
	width: 100px;
}

.captionWrap aside ul li p {
	margin: 0;
	transform-origin: left;
	transform: translate(48%, 0%) rotate(-90deg);
}

.captionWrap aside ul li small {
	display: block;
	border-top: solid 1px #fff;
	padding-top: 8px;
}

.captionWrap aside ul li:first-child {
	margin-left: 0;
}

.captionWrap aside ul li:last-child {
	margin-right: 0;
}

.captionWrap aside .more {
/* 	cursor: crosshair; */
	margin: 0 auto;
	margin-top: 10px;
	height: 25px;
	background-color: #fff;
	border-radius: 50% 45%;
}

.entry .entry-title:before {
	display: none;
	visibility: hidden;
}

/*
	ContactUs
*/
body.page-template-page-contact .intro{
/*
    display: flex;
    flex-direction: row;
*/
}
body.page-template-page-contact .intro p{
	display:inline-block;
}

body.page-template-page-contact .container-fluid {
	padding: initial;
/* 	width: 75%; */
	margin: 0 auto auto;
}

body.page-template-page-contact .container-fluid .row:last-child{
	margin-bottom:initial;
}

.mc4wp-form-fields,
#mc4wp-form-1 input,
#mc4wp-form-1 textarea {
	min-width: 100%;
	font-family: inherit;
}

.mc4wp-form-fields .container {
	margin: initial;
}

.mc4wp-form-fields .row {
	margin-bottom: 1em;
}

@media only screen and (max-width: 1023px) {
	#mc4wp-form-1 {
		margin-top: 2em;
	}

	.mc4wp-form-fields input[name="LNAME"] {
		margin-top: 1em;
	}
}

.mc4wp-form-fields input {
	text-transform: uppercase;
}

.mc4wp-form-fields .row:nth-child(3) input {
	text-transform: none;
}

input[type="submit"],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 {
	background: transparent;
	border-radius: initial;
	box-sizing: border-box;
	font-family: inherit;
	font-size: initial;
	font-weight: initial;
	line-height: initial;
	padding: initial;
	text-decoration: none;
	vertical-align: bottom;
	text-transform: lowercase;
	/* padding: 2% 3%; */
	padding-lefT:initial;
	color: inherit;
	border:none;
	text-decoration: none;
	transition: background 250ms ease;
}

input[type="text"]{
	/* font-family: Helvetica Neue,Helvetica,Arial,sans-serif; */
	font-family: hpReg,serif;
	font-weight:600;
	text-transform: uppercase;
	line-height:1.2em;
}
.inputWrap{
	padding-left:initial;
	padding-right:initial;
	border-bottom: 1px solid #f8f8f9;
	margin-bottom:25px;
}

.inputWrap label{
	display:block;
}

.inputWrap--btn{
	margin-top:18px;
	text-align: center;
	padding-left:initial;
	padding-right:initial;
	border: 1px solid #f8f8f9;
}

div.wpcf7 .ajax-loader{
	position:absolute;
	bottom:0;
	right:100%;
}

.inputWrap input,
textarea{
	font-size:12px;
}
.row .area{
	margin-top:40px;
	padding-top:1.1em;
	padding-left:1.1em;
	position:relative;
}

.your-message span{
	position:relative;
	display:block;
}

textarea{margin-top:0;padding:0;}

.inputWrap input{
	line-height:30px;
}

body.shop button,
input[type="submit"] {
padding:initial;
width:100%;
font-size:20px;
line-height: 50px;
}

.shopify-buy__btn,
button {
-moz-appearance: none;
-webkit-appearance: none;
background-color: transparent;
border: solid 1px #0f0f0f;
color:inherit;
font-family: inherit;
font-size: inherit;
font-size:1.2em;
}
.downwashWrap .shopify-buy__btn{
  border: solid 1px #0f0f0f;
}
input:hover[type="submit"] {
	color: #111825;
	background-color: #f8f8f9;
}

body.page-template-page-contact .main__container,
body.page-template-page-contact aside{
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

body.page-template-page-contact .main__container{
	justify-content: space-around;
}

body.page-template-page-contact .main__container .main__container>div{
	top:initial;
}

body.page-template-page-contact aside>div{
	width:175px;
	margin:auto;
	margin-bottom:115px;
}
body.page-template-page-contact aside p,
body.page-template-page-contact aside .afd-family{
	margin-bottom:55px;
}

body.page-template-page-contact aside  .afd-family:last-child{
	margin-bottom:0;
}


.afd-family{
	display:inline-block;
	width:166px;
	height:37px;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.afd-family:nth-child(2){
	background-image:url(img/allied-home-bedding.min.svg);
}

.afd-family:nth-child(3){
	background-image:url(img/allied-hospitality.min.svg);
}

.afd-family:nth-child(4){
	background-image:url(img/downlinens.min.svg);
}

/**
shop / partners
**/

.afd-feature {
	min-height: 100vh;
	padding-left: initial;
}

body.partners>.site-wrapper {
	padding: initial;
	width: 100%;
}

body.partners .afd-logo {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 35px;
	height: 40px;
	background-image: url(//cdn.shopify.com/s/files/1/0274/6017/3922/t/2/assets/AFD-2020.min.svg?v=10072038777830609385);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
}

.afd-feature .main__wrap {
	min-height: 100vh;
	max-height:100vh;
	width: 100%;
	display: grid;
	grid-template-columns: 100%;
	grid-template-rows: 35% 65%;
}

body.page-template-page-contact .afd-feature .main__wrap {
	height:auto;
	overflow-y: scroll;
	grid-template-rows: auto;
}

body.partners .afd-feature .main__wrap {
/* 	grid-template-rows: 35% 15% auto; */
	grid-template-rows: 75px 35% 10% auto;
}

.main__container {
	position: relative;
	height: 100%;
	grid-column-start: 1;
	grid-row-start: 2;
	grid-row-end: 2;
}

body.partners .main__container {
	grid-row-start: 4;
	grid-row-end: unset;
}

body.page-template-page-contact .main__container{
	grid-row-start: 1;
	grid-row-end: 1;
}

body.post-type-archive-downcare .main__container>div,
body.shop .main__container .featuredPartner{
	width:75%;
	height:100%;
	margin:auto;
	padding-top:70px;
	padding-bottom:70px;
	overflow-y: scroll;
}

body.post-type-archive-downcare .main__container .featuredPartner,
body.shop .main__container{
/* 	height:70vh; */
}


body.post-type-archive-downcare .main__container{
	overflow-y: scroll;
}

body.partners .main__container>div,
body.page-template-page-contact .main__container>div,
body.page-template-page-info .main__container>div,
body.post-type-archive-downcare .main__container>div{
/*
	height:70vh;*/
	width:300px;
	margin:auto;
	margin-top:180px;
	padding:initial;
}

body.page-template-page-contact .main__container div.intro{
	margin-top:initial;
	margin-bottom:70px;
}


body.partners .main__container>div {
	position: absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	margin-top: initial;
/* 	width: 95%; */
/* 	margin:auto;	 */
}

@media only screen and (min-width: 750px) {
body.partners .main__container>div {
	position: relative;
	top:initial;
	margin-top: initial;
}
body.page-template-page-contact .main__container>div{
	width:100%;
}
}

/* body.page-template-page-contact h1,  */

body.page-template-page-info h1,
body.shop h1,body.shop.h1,
body.shop h3,body.shop.h3,
body.single-innovation h3{
	font-family:aReg, serif;
	font-style:normal;
	letter-spacing: normal;
	font-weight:400;
	line-height:1.429em;
	font-size:20px;
	margin:0;
}

body.single-innovation section.intro .row-text h3{
	margin:auto;
}

body.page-template-page-info h1,
body.shop h1,body.shop.h1,
body.partners h1,body.partners.h1 {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* body.page-template-page-contact h1, */

body.post-type-archive-downcare h1,
body.page-template-page-info h1,
body.shop h2,body.shop .h2,
body.partners h2,body.partners .h2 {
	font-family:bReg, sans-serif;
	font-weight: normal;
	font-size:42px;
	line-height:1.1em;
	letter-spacing: normal;
	word-wrap: break-word;
	/* font-size: 3.5em; */
	/* line-height: 1em; */
	margin-top:0;
	margin-bottom:80px;
}

body.single-innovation article > header h1,
body.single-innovation section.details header{
	font-family:bReg, sans-serif;
	font-weight: normal;
}

body.single-innovation article > header h1{
	margin:initial;
}

body.page-template-page-contact h1{
	font-family:aReg, sans-serif;
	font-size:18px;
	line-height:22px;
}

body.page-template-page-contact h1,
body.page-template-page-info h1,
body.partners h2{
	letter-spacing: initial;
	font-family: bReg, serif;
	font-weight: normal;
	margin-top:0;
	margin-bottom:80px;
}

body.page-template-page-contact h1{
	margin-bottom:34px;
	width:76%;
}

body.shop h3,body.shop .h3,
body.partners h3,body.partners .h3 {
	margin-top: 0;
	font-weight: 300;
}

body.page-template-page-info div.intro,
body.shop div.intro,
body.partners div.intro{
	font-size:12px;
	letter-spacing: initial;
	line-height:1.429em;
}

body.page-template-page-info div.intro,
body.shop div.intro{
	max-width: 95%;
	margin-bottom: 2em;
}

body.shop p,
body.shop .ac-label{
	font-family:bReg, serif;
	font-weight: 400;
	letter-spacing: normal;
	font-size:12px;
	line-height:1.429em;
	margin:0;
}

body.shop p{
	margin-bottom:28px;
}


body.shop .ac-label{
	margin-bottom: 7px;
}

.shopify-payment-button {
	width: 100% !important;
}

body.partners button,
body.shop button {
	display: inline-block;
	border: solid 1px #0f0f0f;
	margin: 0;
	margin-top:1.6em;
	text-decoration: none;
	background: transparent;
	border-radius:0;
	color: inherit;
	font-family: aReg, sans-serif;
	font-weight:500;
/* 	cursor: crosshair; */
	text-align: center;
	transition: background 250ms ease-in-out, transform 150ms ease;
	-webkit-appearance: none;
	-moz-appearance: none;
}

body.shop button {
	margin-bottom:1.6em;
}

@media only screen and (min-width: 750px) {
	body.shop button {
	margin-bottom:initial;
	}
}

body.shop button:hover, body.shop button:focus {
	color: #d8d6d9;
	background: #0f0f0f;
}

body.shop button:focus {
	outline: 1px solid #a2a2a2;
	outline-offset: -4px;
}

body.shop button:active {
	transform: scale(0.99);
}

.ac-label {
	position: relative;
	padding: 1em 0;
	margin-bottom: .5em;
	display: block;
/* 	cursor: crosshair; */
	background-color: transparent;
	transition: background-color .15s ease-in-out;
}

body.post-type-archive-downcare .ac-label{
	padding: 2em 0;
	margin-bottom: initial;
}

.ac {
	position: relative;
}

body.post-type-archive-downcare .ac > p{
	display:none;
	visibility:hidden;
}

.ac:before {
	content: "";
	position: absolute;
	top: -0.5em;
	left: 0;
	width: 100%;
	border-top: solid 1px #a2a2a2;
}

body.post-type-archive-downcare .ac:before {
	top: 0;
}

body.post-type-archive-downcare .myth .ac:after {
	bottom: 0;
}

body.post-type-archive-downcare .ac:before,
body.post-type-archive-downcare .myth .ac:after{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	border-top: solid 1px #a2a2a2;
}


.ac-input:checked+label {
	background-color: transparent;
}

.ac-label:after,.ac-input:checked+.ac-label:after {
	content: "+";
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 1em;
	height: 100%;
	font-size: 2.25em;
	font-weight: 300;
	line-height: 1.5em;
	text-align: center;
	background-color: transparent;
	transition: background-color .15s ease-in-out;
}

body.post-type-archive-downcare .ac-label:after,
body.post-type-archive-downcare .ac-input:checked+.ac-label:after {
	line-height: 2.25em;
}

.ac-sub .ac-label:after,.ac-sub .ac-input:checked+.ac-label:after {
	font-size: initial;
	line-height: initial;
	top: 8px;
}

body.post-type-archive-downcare .ac-label hr,
.ac-label hr{
  position:relative;
  margin-left:10px;
  margin-right:10px;
  transform: translateY(2px);
  display:inline-block;
  width:27px;
}

.ac-label:hover:after,.ac-input:checked+.ac-label:after {
	background-color: transparent;
	color: #a2a2a2;
}

.ac-input:checked+.ac-label:after {
	content: "-";
	font-size: 2.25em;
	font-weight: 300;
	line-height: 1.5em;
}

.ac-input {
	display: none;
}

.ac-text,.ac-sub-text {
	opacity: 0;
	height: 0;
	margin-bottom: .5em;
	transition: opacity .5s ease-in-out;
	overflow: hidden;
}

.ac-input:checked ~ .ac-text,.ac-sub .ac-input:checked ~ .ac-sub-text {
	opacity: 1;
	height: auto;
}

body.single .ac-input:checked ~ .ac-text{
	margin-bottom: 2.5em;
}


body.post-type-archive-downcare .ac-input:checked ~ .ac-text{
	padding-bottom:1.5em;
}

.ac-text>p:last-child {
	margin-bottom: 2em;
}

.ac-sub .ac-label {
	background: none;
	font-weight: 600;
	padding: .5em 2em;
	margin-bottom: 0;
}

.ac-text h3,.ac-text .h3 {
	font-weight: 600;
}

.ac-sub .ac-label:checked {
	background: none;
	border-bottom: 1px solid whitesmoke;
}

.ac-sub .ac-label:after,.ac-sub .ac-input:checked+.ac-label:after {
	left: 0;
	background: none;
}

.ac-sub .ac-input:checked+label,.ac-sub .ac-input:before:hover {
	background: none;
}

.ac-sub-text {
	padding: 0 1em 0 2em;
	max-height: 10vh;
	overflow: scroll;
}

.main__figure {
	position:relative;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-row-end: 1;
	display:flex;
	flex-direction:row-reverse;
	height:100vh;
}

body.partners .main__figure {
	position:relative;
	grid-column-start: 1;
	grid-row-start: 2;
	grid-row-end: 2;
	display:flex;
	flex-direction:row-reverse;
	height:100vh;
}


body.page-template-page-contact aside{
	grid-row-start: 3;
}

body.page-template-page-contact .main__figure {
	grid-row-start: 2;
	grid-row-end: unset;
	height:auto;
	overflow-y: scroll;
}

body.page-template-page-info .main__figure,
body.partners .main__figure,
body.post-type-archive-downcare .main__figure,
body.shop .main__figure{
	height:100%;
}

.figure__nav {
	padding-right:40px;
	position:absolute;
	top:0;
	left:0;
	transform: translateX(-100%) translateY(0);
/* 	height:100%; */
}

body.partners .figure__nav,
body.post-type-archive-downcare .figure__nav {
  display:block;
  width:100%;
  padding-top:2.5%;
  padding-right:40px;
  position:absolute;
  top:initial;
  bottom:0;
  left:initial;
  transform: translateY(100%);
  background-color:#e1e1e1;
}

@media only screen and (min-width: 750px) {
	body.partners .figure__nav,
	body.post-type-archive-downcare .figure__nav{
		padding-top: initial;
	}
	body.partners .figure__nav,
	body.post-type-archive-downcare .figure__nav,
	.figure__nav {
	padding-right:40px;
	position:absolute;
	left:0;
	bottom:initial;
	transform: translateX(-100%) translateY(0);
/* 	height:100%; */
	background-color:initial;
	}

}

.figure__nav ul{
  column-count:2;
  padding:0;
  text-align:right;
  list-style-type: none;
/*   cursor: crosshair; */
  margin-top:0;
}

.figure__nav ul a{
	text-decoration:none;
}

@media only screen and (min-width: 750px) {
.figure__nav ul{
	column-count:1;
}
}

.figure__nav li,
.figure__nav li > a{
	color:#949494;
}

.nav-vertical .sub-menu li:hover a,
.figure__nav li:hover a,
.figure__nav li:hover,
.figure__nav li.active,
.figure__nav li.active a,
.menu-primary-menu-container li.active a,
.menu-secondary-menu-container .sub-menu li:hover a,
body.dark.post-type-archive-downcare a:hover{
/* 	cursor: crosshair; */
	cursor: pointer;
	color:#0f0f0f;
}

.menu-primary-menu-container li.active a{
	color:#111;
}

.figure__feature {
	position:relative;
	height: 100%;
	width:100%;
	background-position: center 73%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow:hidden;
}

body.page-template-page-contact .figure__feature{
	overflow-y:scroll;
}
body.page-template-page-contact .figure__feature form{
	margin:auto;
	width:304px;
	padding-bottom:30px;
}
body.page-template-page-contact .row{
	margin-right: auto;
	margin-left: auto;
}

body.page-template-page-contact .figure__feature form .area{
	height:150px;
	border:solid 1px #f8f8f9;
}

.figure__feature.featBrand .embed-container {
	grid-column-start:1;
	grid-column-end:3;
	position: absolute;
	top:0;
/* 	margin-top:75px; */
	/* height: 0;  */
	overflow: hidden;
	max-width: 100%;
}

@media only screen and (min-width: 750px) {
	body.page-template-page-contact .figure__feature form{
		width:100%;
		max-width:320px;
		padding-bottom:0;
	}

	.figure__feature.featBrand .embed-container {
		margin-top:initial;
	}
}

.figure__feature .embed-container iframe,
.figure__feature .embed-container object,
.figure__feature .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 500ms ease;
}

.feature__brands{
	position:absolute;
/* 	top:75px; */
	top:0;
	left:0;
	right:0;
	width:95%;
	margin:auto;
	height:100%;
	overflow-y:scroll;
}

@media only screen and (min-width: 750px) {
	.feature__brands{
		top:0;
		position:relative;
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start:1;
		grid-row-end:2;
		width:100%;
		height:100vh;
		display:grid;
		grid-template-columns: 80% 20%;
		grid-template-rows: 75px 100%;
		overflow-y:hidden;
	}
}


@media only screen and (min-width: 750px) {
/*
.feature__brands{
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	height: 90%;
	overflow: hidden;
	right:initial;
}
*/
}

.feature__brands > p{
	max-width:300px;
	margin:0;
	margin-bottom:1.2em;
	font-size:12px;
	line-height:1.2em;
	letter-spacing:normal;
}

.feature__brands .feature__row{
	height:auto;
	min-height:8vh;
}
@media only screen and (min-width: 750px) {
.feature__brands .feature__row{
	margin-right:50px;
	height:auto;
	min-height:12vh;
}
}

.figure__feature .container-fluid.brands_rows{
	display:block;
	width:100%;
	overflow-y: hidden;
	padding-left:0;
	padding-right:0;
	margin-left:0;
}

@media only screen and (min-width: 750px) {
	.figure__feature .container-fluid.brands_rows{
		grid-column-start:1;
		grid-column-end:2;
		grid-row-start:2;
		grid-row-end:unset;
		height:100vh;
		overflow-y: scroll;
	}
/*
.figure__feature .container-fluid.brands_rows{
	width: 80%;
	height: 100%;
	overflow-y: scroll;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
}
*/
}

.featBrand .main__container .partnerBrands,
.featBrand .figure__feature .feature__brands,
.main__container .featuredPartner,
.figure__feature .feature__partner{
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s, visibility 0s .5s;
}

.featBrand .main__container .featuredPartner,
.featBrand .figure__feature .feature__partner,
.main__container .partnerBrands,
.figure__feature .feature__brands{
	opacity: 1;
	visibility: visible;
	transition: opacity .75s ease;
}

.figure__feature .logo{
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.figure__feature .logo img{
	width: 100%;
	filter:invert(100%) hue-rotate(180deg);
}

@media only screen and (min-width: 750px) {
.figure__feature .logo img{
	width: 50%;
}
}

.figure__feature .index{
	padding-left:6%;
}

.feature__aside {
	position:relative;
/*
	top:0;
	right:1.5%;
	overflow:scroll; */
	padding-bottom:60px;
	display:block;
/*
	display:none;
	visibility: hidden;
*/
}

@media only screen and (min-width: 750px) {
.feature__aside {
	grid-column-start:2;
	grid-column-end:3;
	grid-row-start:2;
	grid-row-end:unset;
	height:90vh;
	overflow:scroll;
/*
	display:block;
	visibility:visible;
	height:100%;
	position:absolute;
	top:10px;
	right:1.5%;
	height:100%;
	overflow:scroll;
	padding-bottom:30px;
*/
}
}

.feature__aside ul{
	width:300px;
	margin:auto;
	position: relative;
	list-style-type: none;
	margin-top:0;
	margin-bottom:0;
	font-size:10px;
	line-height: 1.78em;
}

@media only screen and (min-width: 750px) {
.feature__aside ul{
	width:100%;
	margin:initial;
}
}

.feature__aside header{
	font-weight:bold;
	position:absolute;
	top:0;
	left:0;
	/* margin-left:-1rem; */
}

.feature__aside li{
	margin-left:13px;
	line-height:1.76em;
	text-transform: capitalize;
	letter-spacing: normal;
}
@media only screen and (min-width: 750px) {

	/** partners **/
	.afd-header{
		transition:background-color 350ms ease;
	}
	body.partners .afd-header{
/* 		background-color:#e1e1e1; */
	}
	body.yt-playing .afd-header{
		height:65px;
/* 		background-color:#e1e1e1; */
	}
	.youtube-container {
	position: relative; padding-bottom:100%; height: 0; overflow: visible; max-width: 100%;
	}

	.feature__partner .youtube-container iFrame{
	height:100vh !important;
	position:initial !important;
	}

	.youtube-caption {
	position: absolute;
	bottom: 10px;
	left: 10px;
	}

	.youtube-poster {
	width: 100%;
	height: 100vh;
	position: absolute;
	top:0;
	left:0;
	/*   z-index:10; */
/* 	cursor: crosshair; */
	}

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


	body.partners .afd-logo {
		position: absolute;
		top: 20px;
		left: 20px;
		width: 100px;
		height: 60px;
		background-image: url(//cdn.shopify.com/s/files/1/0274/6017/3922/t/2/assets/AFD-2020-Logo.svg?v=2165626274262574881);
	}

	.afd-feature .main__wrap {
		display: grid;
		grid-template-columns: 37% 63%;
		grid-template-rows: auto;
	}

	body.page-template-page-contact .afd-feature .main__wrap{
		grid-template-columns: 10% 22% 4% 32% 32%;
	}

	.main__container {
		position: relative;
		height: 100vh;
		grid-column-start: 1;
		grid-column-end: 1;
		grid-row-start: 1;
		grid-row-end: 4;
		display:flex;
		align-items: center;
		justify-content: center;
		overflow:hidden;
	}

	body.partners .main__container{
		grid-row-start: 1;
		grid-row-end: 4;
	}

	body.shop .main__container {
		max-height:75vh;
		margin:auto;
		margin-bottom:0;
/* 		overflow-y: hidden; */
	}

	body.page-template-page-info .main__container{
		margin:auto;
	}


	body.page-template-page-contact .main__container{
		 overflow:visible;
	}

	body.post-type-archive-downcare .main__container>div,
	body.shop .main__container>div,
	body.page-template-page-info .main__container>div,
	body.partners .main__container>div{
		width:300px;
	}

	body.page-template-page-info .main__container>div,
	body.post-type-archive-downcare .main__container>div,
	body.shop .main__container>div{
		position: relative;
		top:initial;
		margin: auto;
	}

	body.post-type-archive-downcare .main__container>div{
		position: relative;
		z-index:10;
		margin:auto;
		margin-top:295px;
		height:100%;
		max-height:63vh;
	}

	body.post-type-archive-downcare .main__container>div,
	body.shop .main__container>div{
		overflow-y: scroll;
	}

	body.shop .main__container>div{
		height:100%;
		margin-top:initial;
		margin-bottom:initial;
		max-height:75vh;
	}

	body.partners .main__container>div{
		position: absolute;
		/*
		right: 0;
		left:0;
		top:0;
		bottom:0;
		*/
	}

	body.page-template-page-contact .main__container>div {
		max-width:initial;
		max-width:300px;
	}

	body.page-template-page-contact .main__container{
		grid-column-start: 2;
		grid-column-end: 2;
		/* top: initial; */
		/* bottom:5%; */
	}

	body.page-template-page-contact .main__figure{
		width:100%;
		grid-row-start: 1;
		grid-row-end: unset;
		grid-column-start: 4;
		grid-column-end: 4;
	}

	body.page-template-page-contact aside{
		grid-row-start: 1;
		grid-row-end: unset;
		grid-column-start: 5;
		grid-column-end: 5;
	}

	.main__container div.details {
/* 		max-height: 30vh; */
/* 		overflow-y: scroll; */
	}

	body.post-type-archive-downcare .main__container div.details {
		margin-top:45px;
/* 		padding-bottom:45px; */
	}

	.main__figure,
	body.partners .main__figure{
		grid-column-start: 2;
		grid-row-start: 1;
		grid-row-end: 5;
	}
	body.post-type-archive-downcare .figure__nav,
	body.partners .figure__nav{
		margin-top:90px;
	}
	body.partners .main__wrap .figure__feature{
/* 		padding-top:10%; */
	}
	body.partners .main__wrap.featBrand .figure__feature{
		padding-top:initial;
	}

	body.post-type-archive-downcare .figure__nav{
		white-space: nowrap;
	}

	.figure__feature {
		background-position: bottom right;
		/* width: 85%; */
	}

	body.shop .figure__feature {
		background-position: center 100%;
	}

	body.page-template-page-contact .figure__feature{
		margin-left: initial;
		margin-top:60px;
		width:100%;
		display:flex;
		align-items: center;
		justify-content: center;
	}

	.figure__feature.featBrand{
/* 		height: 88.5%; */
	}

	.feature__aside{
		/* width:12.25%; */
	}
}

@media only screen and (min-width: 789px) {
body.shop .main__container .featuredPartner {
	padding-top:initial;
	width:95%;
	max-width: 300px;
	margin-top: initial;
}
}


/* contact form 7 */
.wpcf7{
	width:95%;
}
div.wpcf7-mail-sent-ok{
	border:none;
}

.wpcf7{
	position:relative;
}
.wpcf7 .screen-reader-response{
	position:absolute;
	bottom:0;
	left:0;
}

div.wpcf7-response-output{
	margin:0;
	padding:0;
	border:none;
}

/**tmd**/
footer.single{
  text-align: right;
  padding-right:2.5%;
}