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

*{
  scrollbar-color: transparent transparent; /* thumb and track color */
  scrollbar-width: 0px;
}

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

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

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

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

::-webkit-input-placeholder { /* Chrome/Opera/Safari */  color: #ffffff;
}

::-webkit-input-placeholder{color:#ffffff}
::-moz-placeholder{color:#ffffff}
:-ms-input-placeholder{color:#ffffff}
:-moz-placeholder{color:#ffffff} 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,.bleed-title .h1,body.page-template-page-upper article>header h1,body.single-downcare article>header h1,body.single-downcare article>header .h1,body.single-innovation article>header h2,body.single-innovation article>header .h2,body.partners .entry-header h1,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,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,body,html,header.panel-header p{font-family:aReg, serif;font-style:normal;font-weight:400;font-size:11px;line-height:1.4545em}sup{vertical-align:super}.main-ul sup{vertical-align:baseline;font-size:inherit;top:initial}

h4{margin:initial;}

body.page-template-page-upper h2,body.post-type-archive-downcare h2,body.post-type-archive-downcare .h2,body.page-template-page-upper p,body.post-type-archive-downcare p,li{line-height:1.429em; }

a,a:visited,a:link,a:hover{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}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:focus{outline:none;text-decoration:none}.entry{margin:initial} html,body{position:relative;background-color:#303132;color:#f1f1f1;position:relative;box-sizing:border-box;margin:0}body.light{background-color:#ececec;color:#b6b6b6}

body.page-template-page-down-wash,body.page-template-page-store,body.home,body.archive,body.page-template-page-upper,body.post-type-archive-downcare{position:relative;z-index:1}.site,.site-content{min-height:initial;display:flex;flex-direction:column;height:100%}


body.page-template-page-upper .site-content,body.page-template-page-about .site-content,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}body.home .site{height:initial;box-sizing:border-box;position:relative;height:100%;width:100%}body.home .site-content{flex:1;box-sizing:border-box;position:relative;z-index:0;width:100vw;background-color:transparent}

button{
	transition: background 150ms ease-in-out;
    background: initial;
    border: none;
    border-radius: none;
    box-sizing: border-box;
    color: inherit;    
    font-size: inherit;
    line-height: inherit;
    outline: none;
    padding: initial;
    text-decoration: none;
    vertical-align: bottom;
}
/**
	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;
}

/**
	menu-overlay
**/
.site-navigation {
  position: fixed;
  z-index:10;
  display: flex;
  flex-direction: row;
  justify-content: center;  
  align-items: center;
  background: #7d8791;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 750ms ease;
  transform: translateX(100%);
}
body.menu .site-navigation {
  transition: all 750ms ease;
  transform: translateX(0);
}
.site-navigation ul {
  list-style: none;
  padding:0;
  margin: 2.5%;
}
.site-navigation li {
  margin: auto;
}
.site-navigation a {
  font-size: 30px;
  line-height:1.429em;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

.close-menu-button {
  position: absolute;
  top:8px;
  left: 8px;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-color: transparent;
  border: none;
  color: white;
}

/**
 header
**/
body > a {
	display: block;
}

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

.menu-open,
body.archive .menu-open,
body.page-template-page-upper .menu-open,
body.page-template-page-about .menu-open,
body.page-template-page-contact .menu-open{
	position: fixed;
	z-index: 100;
	top: 7px;
	left: 20px;
	width: 140px;
	height: 46px;
	content: "";
	font-size: 1em;
	line-height: 1.4em;
	text-align: center;
/* 	background-image: url(img/AFD-2020.min.svg); */
	background-image: url(img/duvet-allied-f.min.svg);
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
}

body.single-innovation #menu-open,
body.shop .menu-open,
body.single-innovation .menu-open,
body.partners .menu-open,
body.page-template-page-info .menu-open{
/* 	background-image: url(img/AFD-2020-wordmark.min.svg); */
	background-image: url(img/allied-hospitality-beddingBU.png);
	background-position: top left;
	background-size: contain;
	top: 15px;
	left: 25px;
	width: 78px;
	height:45px;
}
body.page-template-page-info.light .menu-open,
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);
}

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

@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:28px;
	transform-origin: bottom left;
	transform: rotate(-90deg);
}

@media only screen and (min-width: 769px) {
	.main-aside {	
		left: 45px;
	}
}
.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:610px;
	margin: auto;
}

.menu-primary-menu-container li,
.menu-secondary-menu-container li {
	display: block;
	vertical-align: middle;
	margin-left:1.49em;
}
.menu-primary-menu-container li:first-child{
	margin-left:initial;
}

.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) { */

	.menu-primary-menu-container {
		position: relative;
		transition: opacity .5s, visibility 0s .5s;
		bottom: 0;
		left: 0;
		right: 0;	
		display:none;	
		opacity: 0;
		visibility: hidden;
		max-width: 570px;
	}
	
	.menu-primary-menu-container li:first-child span,
	.menu-primary-menu-container li:last-child{
		display:none;	
		opacity: 0;
		visibility: hidden;
	}


	@media only screen and (min-width: 400px) {
		.menu-primary-menu-container {
			display:block;
			opacity: 1;
			visibility: visible;						
		}
	}
	
	@media only screen and (min-width: 700px) {
		.menu-primary-menu-container,
		.menu-primary-menu-container li:first-child span,
		.menu-primary-menu-container li:last-child{
			display:block;
			opacity: 1;
			visibility: visible;									
		}
		.menu-primary-menu-container li:first-child span{
			display:inline-block;
		}
	}



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

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

	body.home .nav-vertical,
/* 	body.page-template-page-upper .nav-vertical, */
	body.page-template-page-about .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-upper .main-aside:hover .nav-vertical,
	body.page-template-page-about .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: 0;
		right: 20px;
		width: 145px;
	}

	@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: 145px; */
		}
	}


/* } */

* {
  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: 3rem;
  width:60%;
/*   background-color: rgba(255, 255, 255, 0.8); */
/*   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: 60s;
  animation-duration: 60s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
/*   padding: 0 2rem; */
}

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

.nav-vertical li.active a{
	color:inherit;
}

/* @media only screen and (min-width: 860px) { */
	.nav-vertical ul,
	.menu-primary-menu-container ul,
	.menu-secondary-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%;
	}
	
	.menu-primary-menu-container ul{
		align-items: center;
		justify-content: center;
	}

	.menu-secondary-menu-container ul {
		flex-direction: row-reverse;
	}

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

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

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

	.nav-vertical li,
	.menu-primary-menu-container li,
	.menu-secondary-menu-container li,
	.ticker__item,
	.ticker__item h4,
	.ticker__item small {
		font-size: 1.2em;
		line-height: 1.8em;
	}
	
	body.fr .menu-secondary-menu-container li.fr,
	body.jp .menu-secondary-menu-container li.en,
	body.en .menu-secondary-menu-container li.en{
		display:none;
		visibility:hidden;
	}
	

	.nav-vertical li{
		color:#848484;
		color:#f1f1f1;
	}
	.nav-vertical li.active,
	.nav-vertical li:hover,
	.menu-primary-menu-container li:not(.active),
	.menu-primary-menu-container .sub-menu li,
	.menu-primary-menu-container .sub-menu li{
/* 		color:#565656; */
		color:#adaeb0;
	}

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

.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 {
	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 li,
.menu-primary-menu-container li:not(.active):hover,
.menu-primary-menu-container li:hover,
.menu-primary-menu-container li.active:hover,
.menu-primary-menu-container .sub-menu li:hover{
	color:#f1f1f1;
}

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

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

.sub-menu > li > a {
	line-height: 1.4949em;
	padding-right:1em;
}

#menu-primary-menu li:nth-child(1) .sub-menu {
	min-width: 125%;
    transform: translateX(-10%);
}

#menu-primary-menu li:nth-child(2) .sub-menu {
	min-width: 150%;
    transform: translateX(-142.5px);
}

#menu-primary-menu li:nth-child(3) .sub-menu {
	min-width: 150%;
/*     transform: translateX(-285px); */
	transform: translateX(-142.5px);
}


#menu-primary-menu li:nth-child(2) .sub-menu > li {
	width:20%;
	margin:auto;
	white-space: initial;
}

#menu-primary-menu li:nth-child(2) .sub-menu > li > a {
	padding-right:initial;
}

.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;
	left:-3px;
}

.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{
	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-primary-menu-container .sub-menu li > a:only-child:after{
/* 	content: '/'; */
	font-size:1em;
	line-height:1.4949em;
	top:0.01em;
	right:-0.25em;
}
.menu-primary-menu-container .sub-menu li:last-of-type > a: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 a
/* ,.menu-primary-menu-container .sub-menu li */ {
	display: block;
}

.menu-primary-menu-container .sub-menu li{
	display:contents;
}

.menu-primary-menu-container .sub-menu li{
	padding:initial;
	white-space: nowrap;
}

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

/*pillar nav*/
.menu-primary-menu-container .contact{
/*
	opacity: 0;
	visibility: hidden;
	display:none;
*/
}
/* Hide Dropdowns by Default */
.nav-vertical ul ul,
.menu-primary-menu-container ul ul,
.menu-secondary-menu-container ul ul {
	display: none;
	position: absolute;
}
.menu-secondary-menu-container ul li:hover > ul {
	display: inherit;
}

@media only screen and (min-width: 860px) {
	.menu-secondary-menu-container li:nth-child(1) .sub-menu{
	left:initial;
	}

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

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

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

	.menu-primary-menu-container ul ul,
	.menu-secondary-menu-container ul ul {
		top: 45px;
		left: 0;
		/* make appear text align:center */
		right:0;
		margin-left:auto;
		margin-right:auto;
	}
	

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

	.menu-primary-menu-container ul li:hover > ul{
		display: inherit;
		display:flex;
		flex-direction: row;
	}
	.menu-primary-menu-container ul li:nth-child(2)i:hover .sub-menu {
		max-width:initial;
/* 		flex-wrap:wrap; */
	}

	/* 	body.home .nav-vertical ul li:hover > ul,	 */
	body.post-type-archive-performance .nav-vertical ul li:hover > ul,
	body.post-type-archive-luxury .nav-vertical ul li:hover > ul,
	body.post-type-archive-commitment .nav-vertical ul li:hover > ul,
	body.post-type-archive-craftsmanship .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;
	}

	


	/* 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%;
	}
	
	.menu-secondary-menu-container ul ul li {
		padding:initial;
		text-align:left;
	}

	.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;
/* 	font-weight: 600; */
	text-transform: uppercase;
	}
	
	.menu-primary-menu-container li{
		position:initial;
	}

	.nav-vertical li,
	.menu-primary-menu-container li,
	.menu-secondary-menu-container li{
		font-size: 12px;
		font-family:aMed, serif;
	}
	.menu-primary-menu-container li:hover{
		color:#adaeb0
	}
	.menu-secondary-menu-container li:hover li{
		color:#f1f1f1;
	}
	
	.menu-primary-menu-container li:hover{
/* 		background-color:green; */
	}

	@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 .contact{
		opacity: 1;
		visibility: visible;
		transition: opacity .5s, visibility 0s .5s;
	}


	.menu-secondary-menu-container li.lang a,
	.menu-secondary-menu-container li.contact a {
		font-size:inherit;
	}
	.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: inherit;
	}

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

	.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{
	/* 	font-size: 0.8em; */	
	color:#f1f1f1;
	text-align: left;
	margin: 0;
	text-transform: capitalize;
	letter-spacing: initial;
	padding-left:0;
	}
	
	.menu-primary-menu-container .sub-menu li{
	  text-transform: uppercase;	
	  color:#adaeb0;
	}
	
	.menu-primary-menu-container .sub-menu li{
		margin:0 5%;
		line-height: 1.4949em;
	}
	.menu-primary-menu-container .sub-menu li:first-of-type{
		margin-left:initial;
	}

	.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{font-family:aBold, serif; font-weight:normal;}
.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: inherit;
}

.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 250ms 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: 23.9259% 9.074% auto;
}

body.post-type-archive-commitment .heroBG {
	grid-template-rows: 30% 9.074% auto;
}

body.post-type-archive-luxury .heroBG {
	background-position:15% center;
}


body.post-type-archive-comfort .heroBG {
	background-position:35% center;
}

body.post-type-archive-sustainability .heroBG {
	background-position:65% center;
}


@media only screen and (min-width: 531px) {
	.heroBG{
	/* 	grid-template-columns: 12.76% 5.73% 12.12% 9.911% auto; */
		grid-template-columns: 50% 210px 390px auto;
		grid-template-rows: 23.9259% 9.074% auto;
	}
	
	body.post-type-archive-performance .heroBG,
	body.post-type-archive-commitment .heroBG {
		grid-template-columns: 12% 435px auto;
		text-align:right;
	}

	body.post-type-archive-commitment .heroBG {
		grid-template-columns: 40% 435px auto;
	}	
}

body.post-type-archive-comfort .heroBG{
	grid-template-columns: auto 48% auto;
	grid-template-rows: 235px auto 175px;
}

@media only screen and (min-width: 920px) {
body.post-type-archive-comfort .heroBG{
	grid-template-columns: 19.64% 310px 15% auto;
	grid-template-rows: 235px auto 175px;
}
}

@media only screen and (min-width: 1160px) {
body.post-type-archive-comfort .heroBG{
	grid-template-columns: 210px 310px 30% auto;
}
}

body.post-type-archive-craftsmanship .heroBG {	
	grid-template-columns: auto 0 48% auto;
	grid-template-rows: 11% 9.074% auto;
}


@media only screen and (min-width: 749px) {
	body.post-type-archive-craftsmanship .heroBG {	
		grid-template-columns: 18% 210px 390px auto;	
		grid-template-rows: 23.9259% 9.074% auto;
	}
}

@media only screen and (min-width: 1000px) {
	body.post-type-archive-craftsmanship .heroBG {	
		grid-template-columns: 35% 210px 390px auto;
	}
}
@media only screen and (min-width: 1240px) {	
	body.post-type-archive-craftsmanship .heroBG {	
		grid-template-columns: 50% 210px 390px auto;
	}
}

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

@media only screen and (min-width: 749px) {
body.post-type-archive-sustainability .heroBG{
	grid-template-columns: 16.197% 29% auto;
	grid-template-rows: 23.9259% auto;
}
}

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

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.archive.post-type-archive-sustainability .page-header,
body.post-type-archive-luxury .page-header{
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end:unset;
}

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

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

body.archive.post-type-archive-comfort .page-header{
	grid-column-start: 4;
	grid-column-end: 5;
	grid-row-start: 2;
	grid-row-end:3;
	display:flex;
	flex-direction: column;
	align-content: flex-end;
}

body.archive.post-type-archive-sustainability .site-main .excerptWrap,
body.archive.post-type-archive-luxury .site-main .excerptWrap{
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 2;
	overflow-y: scroll;
	text-align:left;
	padding-right:initial;
}

body.archive.post-type-archive-sustainability .site-main .excerptWrap{
	height:75%;
	margin:auto;
	overflow-y: scroll;
	text-align:left;
	padding-right:initial;
}
@media only screen and (min-width: 749px) {
body.archive.post-type-archive-sustainability .site-main .excerptWrap{
	height:auto;	
}
}


body.archive.post-type-archive-luxury .site-main .page-header{
	display:none;
	visibility:hidden;
}

body.archive.post-type-archive-luxury .site-main .excerptWrap{		
	display:flex;
	flex-direction: column;
	grid-column-start: 2;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 1;
	width:100%;
	max-width:375px;
	height:75%;
	margin:auto;
	overflow-y: scroll;
}

@media only screen and (min-width: 749px) {
	body.archive.post-type-archive-luxury .site-main .excerptWrap{	
		height:100%;
		align-content: center;
		justify-content: center;
		grid-column-start: 3;
		grid-column-end: 4;	
		justify-content: initial;
	}
}

body.archive.post-type-archive-comfort .site-main .excerptWrap{
	display:flex;
	flex-direction:column;
	align-content: center;
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 4;
	height:80%;
	margin:auto;
	overflow-y: scroll;
}

body.archive.post-type-archive-sustainability .heroBG .excerpt-two,
body.archive.post-type-archive-luxury .heroBG .excerpt-two{
	margin:auto;
	margin-top:8%;
}

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

body.archive.post-type-archive-performance .heroBG .excerptWrap,
body.archive.post-type-archive-commitment .heroBG .excerptWrap,
body.archive.post-type-archive-craftsmanship .heroBG .excerptWrap{
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: unset;
	display:flex;
	flex-direction:column;
}
body.archive.post-type-archive-performance .heroBG .excerptWrap,
body.archive.post-type-archive-commitment .heroBG .excerptWrap{
	justify-content: space-between;
}

@media only screen and (max-width: 1070px) {
	body.post-type-archive-luxury .page-header{
		justify-content: center;
	}
}

@media only screen and (min-width: 531px) {
	body.archive.post-type-archive-sustainability .page-header,
	body.post-type-archive-luxury .page-header{
		grid-column-start: 3;
		grid-column-end: 4;
		grid-row-start: 2;
		grid-row-end:2;
	}
	body.post-type-archive-luxury .page-header{
		display:flex;
		flex-direction: column;
		align-content:center;
	}
	body.archive.post-type-archive-sustainability .site-main .excerpt-one,
	body.archive.post-type-archive-luxury .site-main .excerpt-one,
	body.archive.post-type-archive-luxury .site-main .excerpt-two{
/* 		margin-bottom:220px; */
		margin:auto;
	}
	body.archive.post-type-archive-luxury .site-main .excerpt-one,
	body.archive.post-type-archive-craftsmanship .site-main .excerpt-two,
	body.archive.post-type-archive-sustainability .site-main .excerpt-one{
		margin-bottom:2em;
	}
	body.archive.post-type-archive-luxury .site-main .excerpt-two,
	body.archive.post-type-archive-craftsmanship .site-main .excerpt-one,
	body.archive.post-type-archive-sustainability .site-main .excerpt-two{
		margin-top:2em;
	}

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

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

	body.archive.post-type-archive-craftsmanship .heroBG .excerptWrap .excerpt-two,
	body.archive.post-type-archive-performance .heroBG .excerptWrap .excerpt-three{
		order:1;
	}
	body.archive.post-type-archive-craftsmanship .heroBG .excerptWrap h1,
	body.archive.post-type-archive-performance .heroBG .excerptWrap h1{
		order:2;
	}
	body.archive.post-type-archive-craftsmanship .heroBG .excerptWrap .excerpt-one,
	body.archive.post-type-archive-performance .heroBG .excerptWrap .excerpt-two{
		order:3;
	}

	body.archive.post-type-archive-performance .heroBG .excerptWrap .excerpt-one{
		order:4;
	}
}

body.archive.post-type-archive-craftsmanship .heroBG .excerptWrap{
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 2;
	grid-row-end: 4;
	display:flex;
	overflow-y:scroll;
}

@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.post-type-archive-luxury .site-main .page-header{
		display:flex;
		visibility:visible;
	}

	body.archive.post-type-archive-sustainability .site-main .excerptWrap,
	body.archive.post-type-archive-luxury .site-main .excerptWrap{
		text-align:left;
		width:75%;
		max-width:390px;
		max-height: 75%;
		margin-top: auto;
		margin-bottom: auto;
		overflow-y:scroll;
/*
		display:flex;
		flex-direction: column;
		align-content:center;
*/
	}
	body.archive.post-type-archive-sustainability .site-main .excerptWrap{
		margin-top:0;
	}
	body.archive.post-type-archive-comfort .site-main .excerptWrap{
		max-height: 75%;
		margin-top: auto;
		margin-bottom: auto;
		overflow-y:scroll;
	}

	body.archive .site-main .excerptWrap h1,
	body.archive.post-type-archive-performance .site-main .excerptWrap h1,
	body.archive.post-type-archive-commitment .site-main .excerptWrap h1,
	body.archive.post-type-archive-craftsmanship .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-comfort .site-main .excerptWrap h1{
		transform: translateX(0);
	}

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

	body.archive.post-type-archive-performance .site-main .excerptWrap h1,
	body.archive.post-type-archive-commitment .site-main .excerptWrap h1{
		transform: translateX(0%);
	}

	body.archive.post-type-archive-performance .site-main .excerptWrap h1{
		margin:20px auto;
	}
	body.archive.post-type-archive-performance .heroBG .excerptWrap .excerpt-one{
		margin:30px auto;
	}

	body.archive.post-type-archive-commitment .site-main .excerptWrap h1,
	body.archive.post-type-archive-craftsmanship .site-main .excerptWrap h1{
		margin:40px auto;
	}

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


body.home main h2{
	position:absolute;
	bottom:155px;
	right:20%;
	font-size:42px;
	font-weight:normal;
	margin:initial;
}

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

body.home main .introduction a:after{
	display:inline-block;
	content:"";
	height:1em;
	width:26px;
	margin-left:30px;
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover ;
	background-image:url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAATCAYAAACORR0GAAABLUlEQVQ4jbXVyytEYRjH8c+gKP4G/4vLhnIpC01iJdeyoSwoG6VYCgtZuSyksGHs7P0BLGzM2lKSS/TWOzXNaQYz53yX57n8zu88z3veXLFY1AB5TKIP77XaNCWe/I8vdOPqt141g3/gNLrpwgXaq5U0KhQooBcDOEtEUxQK3GIYPThBa2VCS6KkPr5xGV0V4uzGs3BU4gYTGMNRef+0HJVziHvc4QUzJaG2aPMtUVIf4TM+4BzTaMZcOLCdeMrAWXDTEQ/yUHD0jH58JFLr4xOP2MEgNsKCBKFXXKfsJh9FlrEpg60L81iPZ2m1JCKDrVvDChawXR5ISygX334J89irTEhLaAuLUWQ3EU1JKDSexRT2qyU1IhR+nMcYiZffQa3kRh2F2YzGe6k6+AF1HTfZQYewGAAAAABJRU5ErkJggg==);
}

body.home main .introduction{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	transform:translateY(-50%);
	width:95%;
	margin:auto;
}
@media only screen and (min-width: 531px) {	
	body.home main .main-toc{		
		position:absolute;
		display:grid;
		grid-template-columns: 125px 90px 52.5% auto;		
		grid-template-rows: 1em 80px 56%;		
		width:100%;
		/*width:490px; */
		top:50%;
		left:0;
		right:0;
		margin:auto;		
		transform: translateY(-75%);
	}

	body.home main .introduction{	
		display:grid;
		align-items: end;
		grid-template-columns: 125px 90px 52.5% auto;		
		width: 81.5%;		
		grid-template-rows: auto;
		bottom:10%;	
		top:initial;
		left:0;
		right:0;
		margin:auto;		
		transform:initial;
	}
	
	body.home main .introduction p{
		margin:initial;
	}
	body.home main .introduction p{		
		grid-column-start: 1;
		grid-column-end: 3;
		grid-row-start: 1;
	}
	body.home main .introduction a{		
		grid-column-start: 3;
		grid-column-end: 5;
		text-align:right;
		grid-row-start: 2;
	}
	
	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-columns: 157px 90px 52.5% auto;		
		grid-template-rows: 1em 100px 56%;
/* 		width:640px; */
		width:100%;
	}	
	body.home main .introduction{
	
	}
	body.home main .introduction a{
		grid-row-start: 1;	
	}
	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-columns: 355px 90px 52.5% auto;		
		grid-template-rows: 1em 140px 56%;
		grid-template-rows: 1em 40px 140px;
		width:825px;
	}
	
	body.home main .introduction{
		font-size:inherit;
		grid-template-columns: 420px auto 52.5% auto;		
		grid-template-rows: auto;
		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,
	body.home main .introduction{
		width:935px;
	}
	
	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'); */
	background-image: url('img/allied-hospitality-bedding.svg');
/* 	mix-blend-mode: overlay; */
}

body.home main .main-logo.duvet{
	grid-row-start: 3;
	grid-row-end: 4;
	grid-column-end:5;
	background-position:center;	
	background-size:cover;
	background-image: url('img/duvet-allied-f.min.svg');
}

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;
	display:none;
	visibility:hidden;
}
@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-logo a,
body.home main .main-pillars a{
	display:block;
/* 	mix-blend-mode:exclusion; */
	color:#f8f8f9;
	transition: color 250ms ease;
}

body.home main .main-pillars a:hover{
  opacity:0.5;
	color:#747474;
/* 	color:#949494;	 */
	transition: color 250ms ease;
}

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

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);
}
.site-main,
.site-main.one,
.site-main.two,
.site-main.three,
.site-main.four {
	background-position:center;background-size:cover;background-repeat: no-repeat;
	transition: background-image 750ms 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%;
}

body.archive.post-type-archive-performance .site-main {
	grid-template-columns: 30% 70% 2.5%;
	grid-template-rows: 25% 25% 25% 20%;
}

@media only screen and (min-width: 860px) {
	body.archive .site-main {
		position: relative;
		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;
}

.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-upper .entry-header,
body.page-template-page-about .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.page-template-page-upper .site-main .page-header,
body.post-type-archive-downcare .site-main .page-header {
	width: 75%;
}


body.archive .site-main .page-header{
	width:initial;
/* 	height:100vh; */
/* 	width:100vw; */
/* 	margin-left:initial; */
}

@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-upper .entry-header,
body.page-template-page-about .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.page-template-page-upper .site-main .page-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-upper .entry-header,
body.page-template-page-upper .entry-header h1,
body.page-template-page-about .entry-header,
body.page-template-page-about .entry-header h1,
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-upper .panel-header,
body.page-template-page-about .panel-header,
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.page-template-page-upper .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.page-template-page-upper .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-upper .entry-header:before,
body.page-template-page-about .entry-header:before,
body.page-template-page-info .entry-header:before,
body.page-template-page-media .entry-header:before,
body.page-template-page-upper .entry-header,
body.page-template-page-about .entry-header,
body.page-template-page-info .entry-header,
body.page-template-page-media .entry-header,
body.page-template-page-upper .entry-header h1,
body.page-template-page-about .entry-header h1,
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-upper .entry-header,
	body.page-template-page-about .entry-header,
	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.page-template-page-upper .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-upper .entry-header:before,
body.page-template-page-about .entry-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.page-template-page-upper .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 {
	margin:initial;
/*
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
*/
}

body.archive.post-type-archive-luxury .site-main .page-header h1{
	margin:0;
	writing-mode:initial;
	transform: translate(0%) rotate(0);
}

@media only screen and (min-width: 749px) {	
	body.archive.post-type-archive-luxury .site-main .page-header h1,
	body.archive.post-type-archive-craftsmanship .site-main .page-header h1,
	body.archive.post-type-archive-comfort .site-main .page-header h1{
		opacity: 1;
		visibility: visible;
		transition: opacity .5s;
		margin:auto;
	}	
	body.archive.post-type-archive-craftsmanship .site-main .page-header h1,
	body.archive.post-type-archive-comfort .site-main .page-header h1{
		margin-left:0;
	}
}

@media only screen and (min-width: 955px) {
	body.archive.post-type-archive-luxury .site-main .page-header h1{
		margin-left:0;
	}
}

body.archive.post-type-archive-commitment .site-main .page-header{
	justify-content: flex-start;
}

body.archive .site-main .excerpt-one,
body.archive .site-main .excerpt-two{
	font-family:aReg, serif;
	letter-spacing:-0.01em;
/*
	position:absolute;
	top:10%;
	right:0;
*/
/* 	margin:auto; */
}

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

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


body.archive .site-main .excerpt-one{
	width:100%;
	right:initial;
	font-size:20px;
	line-height: 1.429em;
}

body.archive.post-type-archive-comfort .site-main .excerpt-two{
	order:1;
	margin:auto;
	margin-bottom: 2em;
}

body.archive.post-type-archive-comfort .site-main .excerptWrap h1{
	order:2;
}

body.archive.post-type-archive-comfort .site-main .excerpt-one{
	order:3;
	margin:auto;
	margin-top: 2em;
}

body.archive .site-main .excerpt-two{
	right:initial
}

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

body.archive.post-type-archive-performance .site-main .excerpt-one,
body.archive.post-type-archive-performance .site-main .excerpt-two,
body.archive.post-type-archive-performance .site-main .excerpt-three{
	position:relative;
	top:initial;
	right:initial;
	bottom:initial;
	left:initial;
}

body.archive.post-type-archive-craftsmanship .site-main .excerpt-two{
/* 	width:275px; */
}

body.archive .site-main .page-header h1,
body.archive .site-main .page-header p {
	/*
width: 50%;
	margin: 0;
*/
}

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{
	display:none;
}
@media only screen and (min-width: 749px){	
	body.archive.post-type-archive-craftsmanship .site-main .page-header,
	body.archive.post-type-archive-sustainability .site-main .page-header{
		display:initial;
	}	
	body.archive.post-type-archive-luxury .site-main .page-header{
		display:flex;
	}
}

@media only screen and (min-width: 920px){
body.archive.post-type-archive-comfort .site-main .excerptWrap h1{
	display:none;
	visibility:hidden;
}
body.archive.post-type-archive-comfort .site-main .page-header{
	display:flex;
}
}

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.post-type-archive-sustainability .site-main .page-header h1{
	opacity: 1;
	visibility: visible;
	margin:auto;
	margin-left:0;
}

body.archive.post-type-archive-comfort .site-main .page-header h1{
	line-height:0.9em;
	writing-mode:horizontal-tb;
    transform: translateY(50%) rotate(0);
    margin-bottom:0;
}

body.archive .site-main .excerptWrap h1{
	font-size: 35px !important;
	margin: 3rem 0;
/* 	writing-mode: vertical-rl; */
/* 	color:#848484; */
}
body.archive.post-type-archive-performance .site-main .excerptWrap h1,
body.archive.post-type-archive-commitment .site-main .excerptWrap h1{
	writing-mode:horizontal-tb;
}

body.archive.post-type-archive-commitment .site-main .excerptWrap h1,
body.archive.post-type-archive-performance .site-main .excerptWrap h1,
body.archive.post-type-archive-craftsmanship .site-main .excerptWrap h1{
	color:inherit;
}

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


body.archive.post-type-archive-performance .page-header{
	margin:0;
	margin-left:9%;
	justify-content: flex-start;
	color:#848484;
}

body.archive.post-type-archive-luxury .page-header,
body.archive.post-type-archive-luxury .excerpt-one,
body.archive.post-type-archive-luxury .excerpt-two{
/* 	color:#848484; */
}

body.archive.post-type-archive-performance .site-main .excerpt-one,
body.archive.post-type-archive-performance .site-main .excerpt-two,
body.archive.post-type-archive-performance .site-main .excerpt-three{
/*
	position:absolute;
	top:initial;
	bottom:19.400%;
*/
}

body.archive.post-type-archive-performance .site-main .excerpt-one{
/* 	bottom:21.5%; */
}

body.archive.post-type-archive-performance .excerpt-one,
body.archive.post-type-archive-performance .excerpt-two,
body.archive.post-type-archive-performance .excerpt-three{
	width:375px;
	width:100%;
	padding-left:60px;
	margin-right:0;
}

body.archive.post-type-archive-commitment .excerpt-one{
/* 	top:41.2%; */
/* 	top:37%; */
}
body.archive.post-type-archive-commitment .excerpt-one{
	padding-left:80px;
}
body.archive.post-type-archive-commitment .excerpt-two{
/* 	width:200px; */
/* 	right:38.23%; */
	padding-left:60px;
}
body.archive.post-type-archive-commitment .excerpt-two{
/* 	top:60.3%; */
/* 	top:56%; */
	bottom:initial;
}

body.archive.post-type-archive-luxury .excerpt-one{
/*
	top:39.2%;
	padding-right:initial;
*/
}

body.archive.post-type-archive-luxury .excerpt-one,
body.archive.post-type-archive-luxury .excerpt-two{
/*
	width:275px;
	right:20%;
*/
}
body.archive.post-type-archive-luxury .excerpt-two{
/*
	bottom:initial;
	top:51%;
*/
}

body.archive.post-type-archive-craftsmanship .page-header{
	align-items:center;
}

body.archive.post-type-archive-craftsmanship .page-header h1{
/* 	top:21%; */
/* 	transform:translateX(195px) rotate(180deg) */
}

body.archivepost-type-archive-craftsmanship .site-main .page-header h1 {
/* 	margin-left:195px; */
}

body.archive.post-type-archive-craftsmanship .excerpt-one{
/*
	margin-top:initial;
	margin-right:initial;
	top:44.5%;
	left:initial;
*/
}

body.archive.post-type-archive-craftsmanship .excerpt-one,
body.archive.post-type-archive-craftsmanship .excerpt-two{
/* 	right:20%; */
}

body.archive.post-type-archive-craftsmanship .site-main .excerpt-one{
/* 	width:360px; */
}

body.archive.post-type-archive-craftsmanship .excerpt-two{
/*
	top:26%;
	top:15.879%;
	left:initial;
*/
}

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.page-template-page-upper .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.page-template-page-upper .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.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.page-template-page-upper .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.page-template-page-upper .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 .panel .panel-wrap,
	body.home .panel .panel-wrap,
	body.home .swiper-slide .panel-wrap,
	body.archive .site-main .post-wrap,	
	body.page-template-page-upper .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.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.page-template-page-upper .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.page-template-page-upper .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.page-template-page-upper .site-main .post-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-luxury .site-main .post-wrap article p,
	body.post-type-archive-commitment .site-main .post-wrap article p,
	body.post-type-archive-performance .site-main .post-wrap article p,
	body.post-type-archive-craftsmanship .site-main .post-wrap article p,	
	body.page-template-page-upper .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-upper h2:before,
body.page-template-page-about h2:before,
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-upper .entry .entry-content,
	body.page-template-page-about .entry .entry-content,
	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-upper .entry_wide > .spotlight,
body.page-template-page-about .entry_wide > .spotlight,
body.page-template-page-info .entry_wide > .spotlight,
body.page-template-page-media .entry_wide > .spotlight,
body.page-template-page-about .entry_wide > .brands,
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;
	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;
	font-weight: 600;
	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(255, 255, 255, 0.8);
	}
	.ticker {
		opacity: 1;
		visibility: visible;
		transition: opacity .75s ease;
	}
}

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

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

/*
	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-weight: 600;
	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-about .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-about .site-main article,
body.page-template-page-info .site-main article,
body.page-template-page-media .site-main article {
	height: 100%;
}

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

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

body.page-template-page-upper .site-main article,
body.page-template-page-about .site-main article,
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-one*/





/*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-downcare article > header h1,
body.single-downcare article > header h2,
.bleed-title h1 {
	font-size: 7.815vw;
	line-height: 1em;
	white-space: nowrap;
}

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

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

.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 section.details tr td:first-child {
	text-align: center;
	border-left: none;
}

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

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

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.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 {
	max-width: 500px;
	order: 2;
}

body.single-innovation section.intro .row-text p {
	max-width: 250px;
	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 {
	padding: 10% 20%;
	display: flex;
	align-items: center;
	flex-direction: column;
}

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


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

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

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

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

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

.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 {
	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: center;
}





/* page-template */


h1:not(.site-title):before,
h2:before,
body.page-template-page-upper h1:not(.site-title):before,
body.page-template-page-about h1:not(.site-title):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-upper .entry-header h1,
body.page-template-page-about .entry-header h1,
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-upper h2.outline,
body.page-template-page-upper h2.title,
body.page-template-page-upper h2.label,
body.page-template-page-about h2.outline,
body.page-template-page-about h2.title,
body.page-template-page-about h2.label,
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-upper h3.outline-sub,
body.page-template-page-upper h3.title-sub,
body.page-template-page-upper h3.label-sub,
body.page-template-page-about h3.outline-sub,
body.page-template-page-about h3.title-sub,
body.page-template-page-about h3.label-sub,
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-upper h3.label-sub,
body.page-template-page-about h3.label-sub,
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;
}
.nav-vertical .sub-menu li a,
.figure__nav li,
body.post-type-archive-downcare .site-main .subcats ul .list__subcat,
.menu-secondary-menu-container .sub-menu li a{
	cursor: pointer;
	color:#adaeb0;
}

.figure__nav li,
body.post-type-archive-downcare .site-main .subcats ul .list__subcat{
 	font-size:18px;
 	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: 25% 25% 25% 25%;
	grid-template-rows: 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;
}

.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:11px;
	line-height:1.4545em;
}
body.archive.post-type-archive-innovation .grid-item .techTitle small:last-child{
	margin-top:1.2em;
}

.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-weight:normal;
	font-size:16px;
	line-height:22px;
	font-family: aReg, sans-serif;
}
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;
}

.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:hover .techTitle,
body.archive.post-type-archive-innovation .grid-item.tech:hover .techTitle {
	/* font-weight: 400; */
}

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

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

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

.swiper-slide.innovation.swiper-slide-active .afd .grid-item:nth-child(1),
.swiper-slide.innovation.swiper-slide-active .afd .grid-item:nth-child(2),
.swiper-slide.innovation.swiper-slide-active .afd .grid-item:nth-child(3),
.swiper-slide.innovation.swiper-slide-active .afd .grid-item:nth-child(4),
.swiper-slide.innovation.swiper-slide-active .afd .grid-item:nth-child(6),
.swiper-slide.innovation.swiper-slide-active .afd .grid-item:nth-child(8),
.swiper-slide.innovation.swiper-slide-active .afd .grid-item:nth-child(9),
.swiper-slide.innovation.swiper-slide-active .afd .grid-item:nth-child(10),
.swiper-slide.innovation.swiper-slide-active .afd .grid-item:nth-child(12),
.swiper-slide.innovation.swiper-slide-active .afd .grid-item:nth-child(14),
.swiper-slide.innovation.swiper-slide-active .afd .grid-item:nth-child(15),
.swiper-slide.innovation.swiper-slide-active .afd .grid-item:nth-child(16),
.swiper-slide.innovation.swiper-slide-active .afd .grid-item:nth-child(18),
.swiper-slide.innovation.swiper-slide-active .afd .grid-item:nth-child(20),
.swiper-slide.innovation.swiper-slide-active .afd .grid-item:nth-child(22),
.swiper-slide.innovation.swiper-slide-active .afd .grid-item:nth-child(24),
.swiper-slide.innovation.swiper-slide-active .afd .grid-item:nth-child(26),
.swiper-slide.innovation.swiper-slide-active .afd .grid-item:nth-child(28),
body.archive.post-type-archive-innovation .afd .grid-item:nth-child(1),
body.archive.post-type-archive-innovation .afd .grid-item:nth-child(2),
body.archive.post-type-archive-innovation .afd .grid-item:nth-child(3),
body.archive.post-type-archive-innovation .afd .grid-item:nth-child(4),
body.archive.post-type-archive-innovation .afd .grid-item:nth-child(6),
body.archive.post-type-archive-innovation .afd .grid-item:nth-child(8),
body.archive.post-type-archive-innovation .afd .grid-item:nth-child(9),
body.archive.post-type-archive-innovation .afd .grid-item:nth-child(10),
body.archive.post-type-archive-innovation .afd .grid-item:nth-child(12),
body.archive.post-type-archive-innovation .afd .grid-item:nth-child(14),
body.archive.post-type-archive-innovation .afd .grid-item:nth-child(15),
body.archive.post-type-archive-innovation .afd .grid-item:nth-child(16),
body.archive.post-type-archive-innovation .afd .grid-item:nth-child(18),
body.archive.post-type-archive-innovation .afd .grid-item:nth-child(20),
body.archive.post-type-archive-innovation .afd .grid-item:nth-child(22),
body.archive.post-type-archive-innovation .afd .grid-item:nth-child(24),
body.archive.post-type-archive-innovation .afd .grid-item:nth-child(26),
body.archive.post-type-archive-innovation .afd .grid-item:nth-child(28) {
	background-color: transparent;
	transition: background 750ms ease;
}

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



/* .afd.alt .grid-item:nth-child(3n+1)  */




/*
.swiper-slide.innovation .afd.alt .grid-item:nth-child(2n+1){
  background-color: rgba(0, 0, 0, 1);
}
*/





/*
.swiper-slide.innovation .afd.dos .grid-item:nth-child(3n),
.swiper-slide.innovation .afd.dos .grid-item:nth-child(4){
  background-color: rgba(0, 0, 0, 1);
}
*/



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

.inputWrap{
	padding-left:initial;
	padding-right:initial;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom:25px;
}

.inputWrap label{
	display:block;
}

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

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

.inputWrap input,
textarea{
	font-size:12px;
	width:100%;
}
.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"],
button.notify{
padding:initial;
width:100%;
font-size:20px;
line-height: 50px;
}

button.notify{
	font-family:aReg, serif;
	font-weight:initial;
	text-transform: lowercase;
}

input:hover[type="submit"] {
	color: #f1f1f1;
	background-color: #848484;
}

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:335px;
	margin:auto;
	margin-bottom:20%;
}
body.page-template-page-contact aside p,
body.page-template-page-contact aside .afd-family,
body.page-template-page-upper .main__figure>div p,
body.page-template-page-upper .main__figure>div .afd-family{
	margin-bottom:55px;
}

.afd-family{
	display:block;
	width:166px;
	height:37px;
/* 	background-image:url(img/allied-home-bedding.min.svg); */
	background-size:contain;
	background-repeat: no-repeat;
	background-position: left center;
/* 	cursor:crosshair; */
}

.afd-family:nth-child(2){
  height:55px;
  background-image:url(img/AFD-2020-wordmark.min.svg);
}

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

.afd-family:nth-child(4){
/* 	background-image:url(img/downlinens.min.svg); */
	background-image:url(img/allied-hospitality.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: 20% auto;
}

body.about .afd-feature .main__wrap {	
	grid-template-rows: auto 30%;
}

body.about .main__container{
	grid-row-start: 1;
	grid-row-end: 2;	
}

body.about .main__figure {
	grid-row-start: 2;
	grid-row-end: 3;
}

@media only screen and (min-width: 1080px) {  
	.afd-feature .main__wrap{
	  grid-template-rows: 35% auto;	
	}	
}

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


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

body.partners .main__container>div {
	position: relative;
	width: 95%;
	margin:auto;
}

body.page-template-page-contact .main__container{
	grid-row-start: 1;
	grid-row-end: 1;
}

.main__figure {
	grid-row-start: 1;
	grid-row-end: 2;
}


body.partners .main__container>div,
body.page-template-page-contact .main__container>div,
body.page-template-page-info .main__container>div,
body.page-template-page-upper .main__container>div,
body.post-type-archive-downcare .main__container>div{
	height:auto;
	width:70%;	
	margin:auto;
	padding:initial;
	padding-top:90px;
}

body.about .main__figure .contact{
	width:85%;
	margin:auto;
	margin-top:45px;
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: space-between;
}

body.about  .main__figure .contact > p{
	width:100%;
	flex-basis:100%;
}

body.about .main__figure .contact > a{
	width:25%;
}


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

body.page-template-page-contact .main__container div.intro{
	margin-top:initial;
	margin-bottom:70px;
}

@media only screen and (min-width: 1080px) {
.main__container{
	overflow-y: hidden;
}
body.about .main__figure {
	grid-row-start: 1;
	grid-row-end: 1;
}
body.about .main__figure .contact{
	display:block;
	margin-top:295px;
}

body.about .main__figure .contact > a{
	width:55%;
	margin-left:auto;
	margin-right:auto;
}

	
body.partners .main__container>div {
	position: relative;
	top:initial;
	margin-top: initial;
}	
body.page-template-page-contact .main__container>div{
	width:100%;	
}
body.partners .main__container>div,
body.page-template-page-contact .main__container>div,
body.page-template-page-info .main__container>div,
body.page-template-page-upper .main__container>div,
body.post-type-archive-downcare .main__container>div{
/*
	height:70vh;*/
	width:300px;
	margin-top:180px;
	padding-top:initial;
	overflow:hidden;
/* 	overflow-y: scroll; */
}
}

/* body.page-template-page-contact h1,  */

body.page-template-page-upper h1,
body.page-template-page-about h1,
body.page-template-page-info h1,
body.shop h1,body.shop.h1,
body.shop h3,body.shop.h3{
	font-family:aReg, serif;
	font-style:normal;
	letter-spacing: normal;
	font-weight:400;
	line-height:1.4em;
	font-size:20px;
	line-height:28px;
	margin:0;
}

body.page-template-page-upper h1,
body.page-template-page-about h1,
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.page-template-page-upper h1,
body.page-template-page-about 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:36px;
	line-height:1.1em;
	letter-spacing: normal;
	/* font-size: 3.5em; */
	/* line-height: 1em; */
	margin-top:0;
	margin-bottom:80px;
	
}

body.page-template-page-upper h1{
	max-width:60%;
}

@media only screen and (min-width: 1080px) {
	body.page-template-page-upper h1{
		max-width:initial;	
	}
}

body.page-template-page-contact h1{
	font-family:aReg, sans-serif;
	font-size:18px;
	line-height:22px;
}

body.page-template-page-upper h1,
body.page-template-page-contact h1,
body.page-template-page-about h1,
body.page-template-page-info h1,
body.partners h2{
	letter-spacing: initial;
	font-family: bReg, serif;
	font-weight: normal;
	margin-top:0;
}

body.page-template-page-contact h1,
body.page-template-page-info h1,
body.partners h2{
	margin-bottom:0;
}

body.page-template-page-contact h1{
	margin-bottom:34px;
}

body.shop h3,body.shop .h3,
body.partners h3,body.partners .h3 {
	margin-top: 0;
	font-weight: 300;
}

body.page-template-page-upper div.intro,
body.page-template-page-about div.intro,
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-upper div.intro,
body.page-template-page-about div.intro,
body.page-template-page-info div.intro,
body.page-template-page-about div.intro{
	max-width: 100%;
	margin-bottom: 2em;
	max-height:50vh;
	position: relative;
}

body.page-template-page-upper div.intro{
/* 	max-height:initial; */
}

body.page-template-page-upper div.intro{
	margin-bottom:initial;
	overflow-y: scroll;
}
body.page-template-page-upper .the_content {
/* 	padding-bottom:1.5em; */
}
body.page-template-page-upper .the_content p:last-of-type{
  margin-bottom:3em;
}

/* body.page-template-page-upper .main__container>div:before, */
body.page-template-page-upper .main__container>div:after{
	position:absolute;
	z-index: 10;
	height:3.5em;
	width:100%;
}

@media only screen and (min-width: 1080px) {  
body.page-template-page-upper div.intro,
body.page-template-page-about div.intro,
body.page-template-page-info div.intro,
body.page-template-page-about div.intro{
/* 	max-height:38vh; */
}

body.page-template-page-upper.team div.intro{
	max-height:52.5vh;
}
	
body.page-template-page-upper .main__container>div:after{
/* 	content:''; */
}	
}

body.page-template-page-upper .main__container.remove-grad>div:after{
	content:none;
}

body.page-template-page-upper .main__container>div:before{
	left:0;
	top:0;
	background: rgb(125,135,145);
/* 	background: linear-gradient(0deg, rgba(125,135,145,1) 51%, rgba(255,255,255,0) 100%); */
}

body.page-template-page-upper .main__container>div:after{
	left:0;
	bottom:0;
	background: rgb(125,135,145);
/* 	background: linear-gradient(0deg, rgba(125,135,145,1) 51%, rgba(255,255,255,0) 100%); */	
/* 	background: linear-gradient(transparent, #303132); */
/* 	background: -webkit-linear-gradient(rgba(125, 136, 146, 0.1), rgba(125, 136, 146, 1)); */
/* 	background-blend-mode:multiply; */
}

body.page-template-page-upper div.intro ul{	
    padding-left: 15px;
}

body.shop p,
body.shop .ac-label
	font-family:bReg, serif;
	font-weight: 400;
	letter-spacing: normal;
	font-size:12px;
	line-height:1.2em;
	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 #f1f1f1;
	margin: 0;
	margin-top:1.6em;
	text-decoration: none;
	background: transparent;
	border-radius:0;
	color: inherit;
	font-family: aReg, sans-serif;
	font-weight:500;
	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: #000;
	background: #f8f8f9;
}

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.page-template-page-upper .ac-label,
body.post-type-archive-downcare .ac-label{
	padding: 2em 0;
	margin-bottom: initial;
}

.ac {
	position: relative;
}

body.page-template-page-upper .ac > p,
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.page-template-page-upper .ac:before,
body.post-type-archive-downcare .ac:before {
	top: 0;
}

body.page-template-page-upper .myth .ac:after,
body.post-type-archive-downcare .myth .ac:after {
	bottom: 0;
}


body.page-template-page-upper .ac:before,
body.post-type-archive-downcare .ac:before,
body.page-template-page-upper .myth .ac:after,
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.page-template-page-upper .ac-label:after,
body.page-template-page-upper .ac-input:checked+.ac-label:after,
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.page-template-page-upper .ac-label hr,
body.post-type-archive-downcare .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.page-template-page-upper .ac-input:checked ~ .ac-text,
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;
	background-color:#303133;
}

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,
body.page-template-page-upper .main__figure,
body.page-template-page-about .main__figure{
	height:100%;	
}

.figure__nav {
  padding-right:40px;
  position:absolute;
  top:0;
  left:0;
  transform: translateX(-100%) translateY(0);
  height:100%;
}

body.page-template-page-upper .figure__nav,
body.partners .figure__nav,
body.post-type-archive-downcare .figure__nav {
  display:block;
  height:initial;
  width:100%;
  padding-top:40px;
  padding-right:40px;
  position:absolute;
  top:initial;
  bottom:0;
  left:initial;
  transform: translateY(100%);
  background-color:#7d8791;
}

@media only screen and (min-width: 1080px) {
	body.page-template-page-upper .figure__nav,
	body.partners .figure__nav,
	body.post-type-archive-downcare .figure__nav{
		padding-top: initial;
	}
	body.page-template-page-upper .figure__nav,
	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{
  padding:0;
  text-align:right;
  list-style-type: none;

  margin-top:0;
}

.nav-vertical .sub-menu li:hover a,
.figure__nav li:hover,
.figure__nav li.active,
.menu-secondary-menu-container .sub-menu li:hover a,
body.dark.post-type-archive-downcare a:hover{
	/* color:#acacac; */
/* 	color:#dedde0; */
	color:#f1f1f1;
}

.figure__feature {
	position:relative;
	height: 100%;
	width:100%;
	background-position: center 20%;
	background-repeat: no-repeat;
	background-size: cover;
	overflow:hidden;
/* 	transition:background 250ms ease; */
}

.main__wrap.featBrand .figure__feature{
	background-image: none;
}

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,
.form .area{
	height:150px;
	border:solid 1px #f1f1f1;
}

.figure__feature.featBrand .embed-container {
	position: relative;
	/* 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 .embed-container iframe,
.figure__feature .embed-container object,
.figure__feature .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.feature__brands{
	position:absolute;
	top:120px;
	left:0;
	width:100%;
	height:90%;
	overflow:hidden;
}

.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{
	margin-right:6%;
	min-height:12vh;
}

.feature__brands .container-fluid.brands_rows,
.figure__feature .container-fluid.brands_rows{
	width:80%;
	width:100%;
	height:100%;
	overflow-y: scroll;
	padding-left:0;
	padding-right:0;
	margin-left:0;
}

.main__figure .feature__brands,
.main__wrap.featBrand .figure__feature,
.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;
}

.main__wrap.featBrand .feature__brands,
.featBrand .main__container .featuredPartner,
.featBrand .figure__feature .feature__partner,
.main__container .partnerBrands,
.figure__feature .feature__brands,
body.page-template-page-contact .main__wrap.featBrand .figure__feature{
	opacity: 1;
	visibility: visible;
	transition: opacity .75s ease;
}

.logo a:link,
.logo a:link{
	display:block;
	text-align: center;
}
.feature__brands .logo img,
.figure__feature .logo img{
	width: 100%;
}

@media only screen and (min-width: 750px) {
.feature__brands .logo img,
.figure__feature .logo img{
	width: 60%;
}
}

.figure__feature .index{
	padding-left:6%;
}

.feature__aside {
	height:100%;
	position:absolute;
	top:0;
	right:1.5%;
	overflow:scroll;
	padding-bottom:30px;
}

.feature__aside ul{
	position: relative;
	list-style-type: none;
	margin-top:0;
	margin-bottom:0;
	font-size:13px;
	line-height: 1.78em;
}

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

body.post-type-archive-downcare .main__container div.details,
body.team .main__container div.details {
	margin-top:45px;
}


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

	/** partners **/
	.afd-header{
		transition:background-color 350ms ease;
	}
	body.yt-playing .afd-header{
		height:65px;
		background-color:#090C12;
	}
	.youtube-container {
	position: relative; padding-bottom:100%; height: 0; overflow: visible; max-width: 100%;
	}

	.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;5
		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;
	}
	.afd-feature .main__wrap.option-two,
	.afd-feature .main__wrap.img-contain,
	.afd-feature .main__wrap.featBrand,
	.afd-feature .main__wrap.feat-combo,
	.afd-feature .main__wrap.orgs,
	.afd-feature .main__wrap.snippet,
	.afd-feature .main__wrap.option-three{
		grid-template-columns: 50% 50%;
	}
	
	body.about .afd-feature .main__wrap{
		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:5vh;
/* 		overflow-y: hidden; */
	}

	body.page-template-page-info .main__container{
		margin:auto;
	}


	body.page-template-page-contact .main__container{
		 overflow:visible;
	}

	body.page-template-page-upper .main__container>div,
	body.page-template-page-upper .main__figure>div,
	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:250px;
		width:385px;
	}
	
	body.page-template-page-upper .main__wrap.option-two .main__container>div
/* 	body.page-template-page-upper .main__wrap.option-three .main__container>div */{
		min-width:450px;
		width:47.188%;
	}

	body.page-template-page-info .main__container>div,	
	body.page-template-page-upper .main__container>div,
	body.post-type-archive-downcare .main__container>div,
	body.shop .main__container>div{
		position: relative;
		top:initial;
		margin: auto;
	}

	body.page-template-page-upper .main__container>div,
	body.page-template-page-upper .main__figure>div,
	body.post-type-archive-downcare .main__container>div{
		position: relative;
		z-index:10;
		margin:auto;
		margin-top:295px;		
/* 		height:100%; */
		max-height:63vh;
		max-height:50vh;
	}
	
	body.page-template-page-upper.team .main__container>div{
		margin-top:250px;		
	}
	
	body.page-template-page-upper .main__figure>div.contact{
		width:335px;		
	}

	body.page-template-page-upper .main__container>div{
/* 		margin-top:auto; */
	}
	
	
	body.page-template-page-upper .main__wrap.option-two .main__container>div,
	body.page-template-page-upper .main__wrap.option-three .main__container>div{
		height:initial;
		max-height:initial;
	}
		
	body.shop .main__container>div{
		height:100%;
		margin-top:initial;
		margin-bottom:initial;
		max-height:67vh;
	}

	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: 40vh;
		overflow-y: scroll;
	}

	body.post-type-archive-downcare .main__container div.details,
	body.team .main__container div.details {
		padding-bottom:35px;
	}

	.main__figure {
		grid-column-start: 2;
		grid-row-start: 1;
		grid-row-end: 4;
	}
	
	body.page-template-page-upper .figure__nav,
	body.post-type-archive-downcare .figure__nav,
	body.partners .figure__nav{
		margin-top:90px;
		width:55%;
	}
	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: 60% 50%;
		/* 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 */
div.wpcf7-mail-sent-ok{
	border:none;
}

.wpcf7{
	position:relative;
}
.wpcf7 .screen-reader-response{
	position:absolute;
	bottom:0;
	left:0;
}

div.wpcf7-response-output,
.response-output{
	margin:0;
	padding:0;
	border:none;
	opacity:0;
	visibility:hidden;
	transition: opacity .5s, visibility 0s .5s;
}
.response-output.show{
	opacity: 1;
	visibility: visible;
	transition: opacity .75s ease;
}

.main__container,
.main__figure{
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
}

.about .main__container{
	background-image:url(img/about-facility.jpg);
}
.about .main__figure{
	background-image:url(img/about-divisions.jpg);
}
body.team,
.team .main__container,
.team .main__figure{
	background-color:#090c12;
}

.team .main__figure{
	background-image:url(img/about-divisions.jpg);
	background-position:center 85%;
}


/****
shame
*****/
.main__wrap {
  background: transparent;
  background-size: cover;
  background-position: center center;
  transition: background 500ms ease;
}
.main__wrap.hero-screen,
.main__wrap.feat-combo,
.main__wrap.orgs {
  position: relative;
}
.main__wrap.feat-combo:before,
.main__wrap.hero-screen:before {
/*   content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(rgba(125, 136, 146, 0.75) 10%, rgba(125, 136, 146, 1)), url("//staging.alliedhospitalitybedding.com/wp-content/uploads/2020/10/clusterBG-7d8892f-min.jpg");
  background: linear-gradient(rgba(125, 136, 146, 0.45) 20%, rgba(125, 136, 146, 1)), url("//staging.alliedhospitalitybedding.com/wp-content/uploads/2020/10/clusterBG-7d8892f-min.jpg");
  background-repeat:no-repeat;
  background-postion:center;
  background-size:cover;
/*   background-blend-mode: multiply; */
/*   mix-blend-mode: screen; */
}

/* .main__wrap.feat-combo .figure__feature, */
.main__wrap.hero-screen .figure__feature {
  background: transparent;
  background-image: none;
}
.main__wrap .figure__feature h4 {
  font-size: 2em;
}
.main__wrap .combo{
  margin: auto;
  height: 50%;
  width: 75%;
} 

.main__wrap .combo,
.main__wrap .combo,
.main__wrap .combo.certifications,
.main__wrap .combo.org,
.main__wrap.option-three .figure__subcat .combo .certifications,
.main__wrap.option-three .figure__subcat .combo .orgs,
.main__wrap.option-three .figure__subcat .combo .trace,
.main__wrap.orgs .figure__subcat .combo .certifications,
.main__wrap.orgs .figure__subcat .combo .trace,
.main__wrap.feat-combo .figure__subcat .combo .orgs
.main__wrap.snippet .figure__subcat .combo .certifications,
.main__wrap.snippet .figure__subcat .combo .orgs{
  opacity: 0;
  visibility: hidden;
/*   transition: opacity 0.5s, visibility 0s 0.5s; */
}

.main__wrap .figure__feature .combo img,
.main__wrap .combo img,
.main__wrap .combo a{
  opacity: 0.95;
  margin: auto 5%;
  width:100%;
  max-width:75px;
}
.main__wrap .combo a{
	display:inline-block;
}
.main__wrap .figure__feature .combo,
.main__wrap .figure__subcat .combo,
.main__wrap.feat-combo .figure__feature,
.main__wrap.feat-combo .figure__subcat,
.main__wrap.orgs .figure__feature,
.main__wrap.orgs .figure__subcat,
.main__wrap.snippet .figure__feature,
.main__wrap.snippet .figure__subcat,
.main__wrap .figure__feature .combo > div,
.main__wrap .figure__feature .combo > div > div,

.main__wrap .combo,
.main__wrap .combo > div,
.main__wrap .combo > div > div{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.main__wrap .figure__feature .combo > div,
.main__wrap .combo > div{
	margin:5% 0;
}
.main__wrap .figure__feature .combo > div > div,
.main__wrap .combo > div > div{
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
}

.main__wrap .combo img:first-child {
  margin-left: 0;
}
.main__wrap.option-two .figure__feature .singleFeat,
.main__wrap.option-three .figure__feature .singleFeat{
  height:100%;
  object-fit:cover;
/*   object-fit:fill; */
}

/* .main__wrap.feat-combo .figure__subcat .combo, */
.main__wrap.feat-combo .figure__subcat .combo,
.main__wrap.orgs .figure__subcat .combo,
.main__wrap.snippet .figure__subcat .combo,
.main__wrap.feat-combo .figure__subcat .combo .certifications,
.main__wrap.orgs .figure__subcat .combo .orgs,
.main__wrap.snippet .figure__subcat .combo .trace{
  opacity: 1;
  visibility: visible;
  transition: opacity 0.75s ease;
  grid-row-start: 1;
  grid-row-end: 2;
}
.main__wrap.snippet .figure__subcat .combo .trace{
	width:100%;
}

.afd__tmd input[type="search"],
.afd__tmd input[type="search"]:focus{
	border-color:#f1f1f1;
}
.afd__tmd input::-webkit-input-placeholder,
.afd__tmd input{ 
	color: #ffffff;
}
.afd__tmd button.tmd__btn{
	background-color:#f1f1f1;
}
.afd__tmd button{
	color:#adaeb0;
}

.main__wrap.option-three .figure__subcat .combo .certifications,
.main__wrap.option-three .figure__subcat .combo .orgs,
.main__wrap.option-three .figure__subcat .combo .trace,
.main__wrap.orgs .figure__subcat .combo .certifications,
.main__wrap.orgs .figure__subcat .combo .trace,
.main__wrap.feat-combo .figure__subcat .combo .orgs,
.main__wrap.feat-combo .figure__subcat .combo .trace,
.main__wrap.snippet .figure__subcat .combo .certifications,
.main__wrap.snippet .figure__subcat .combo .orgs{
  display:none;
}
.main__wrap.feat-img .figure__feature,
.main__wrap.ese-fpo .figure__feature {
  background-image: url("//staging.alliedhospitalitybedding.com/wp-content/themes/afd-com/img/ese-fpo-min.jpg");
}

/* custom Layouts */
.img-contain .figure__feature {
  background-position: center bottom;
/*   background-size: contain; */
/*   background-size: 135% 61.3%; */
  background-color:#636d77;
}
body.page-template-page-upper .main__wrap.option-two .main__container > div,
body.page-template-page-upper .main__wrap.option-three .main__container > div {
/*   margin-top: auto; */
}

/* body.page-template-page-upper .main__wrap.option-two div.intro > p */
body.page-template-page-upper .main__wrap.option-two .the_content
/* body.page-template-page-upper .main__wrap.option-three .the_content */{
	max-width: 46.67%;
	margin-left:initial;
}
body.page-template-page-upper p:first-child{
	margin-top:initial;
}
body.page-template-page-upper .titleWrap{
	position:relative;
}
body.page-template-page-upper .titleWrap h1{
	margin-bottom:initial;
	padding-bottom: 80px;
	letter-spacing: -0.009em;
}
body.page-template-page-upper .main__wrap .main_nextBtn,
main__wrap option-three .main_nextBtn{
	position:absolute;
	z-index:10;
	bottom:0;
	right:0;
	height:20px;
	width:27px;
	transform: translateY(100%);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url('//staging.alliedhospitalitybedding.com/wp-content/themes/afd-com/img/arrow.min.svg');
	background-image:url('//staging.alliedhospitalitybedding.com/wp-content/themes/afd-com/img/arrow-right.png');
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s, visibility 0s .5s;
}

body.page-template-page-upper .main__wrap.option-two .main_nextBtn
/* body.page-template-page-upper .main__wrap.option-three .main_nextBtn */{
	max-width:initial;
	margin:initial;

	opacity: 1;
	visibility: visible;
	transition: opacity .75s ease;
}

.main__wrap.option-two .main__figure,
.main__wrap.option-three .main__figure,
.main__wrap.feat-combo .main__figure,
.main__wrap.orgs .main__figure,
.main__wrap.snippet .main__figure{
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 50% 50%;
}

@media only screen and (min-width: 1080px) {  
	.main__wrap.option-two .main__figure,
	.main__wrap.option-three .main__figure,
	.main__wrap.feat-combo .main__figure,
	.main__wrap.orgs .main__figure,
	.main__wrap.snippet .main__figure{
	  grid-template-rows: 38.7% 61.3%;
	}
}

.afd-feature .main__wrap.option-two .main__figure .figure__subcat,
.afd-feature .main__wrap.option-three .main__figure .figure__subcat,
.afd-feature .main__wrap.feat-combo .main__figure .figure__subcat,
.afd-feature .main__wrap.orgs .main__figure .figure__subcat,
.afd-feature .main__wrap.snippet .main__figure .figure__subcat{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  margin-top: initial;
  width: initial;
  padding-right: initial;
  position: initial;
  left: initial;
  bottom: initial;
  transform: initial;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color:#303133;
}

@media only screen and (min-width: 1080px) {
.afd-feature .main__wrap.option-two .main__figure .figure__subcat,
.afd-feature .main__wrap.option-three .main__figure .figure__subcat,
.afd-feature .main__wrap.feat-combo .main__figure .figure__subcat,
.afd-feature .main__wrap.orgs .main__figure .figure__subcat,
.afd-feature .main__wrap.snippet .main__figure .figure__subcat{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}	
}

.afd-feature .main__wrap.option-two .figure__nav > ul {

}
/* .main__wrap.option-two .figure__nav ul.list, */
.subcat-sections{
  padding: initial;
  text-align: initial;
  list-style-type: none;

  margin: initial;
  width: 80%;
  margin: auto 2.5em;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  position:absolute;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity .5s 500ms;
}

.option-two .subcat-sections{
  display:none;
  width:90%;
  margin:auto;
  position:relative;
 }
 
.option-two .subcat-sections.active,
.option-three .subcat-sections.active{
  display:flex;
  visibility: visible;
  opacity: 1;
}

.option-two .subcat-sections.active:before{
	font-family:aReg, serif;
	font-size:142px;
	text-transform: uppercase;
	position:absolute;
	height:100%;
	width:100%;
	top:50%;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;	
	text-align:center;
	color:#5e6771;
}
.option-two .subcat-sections.active[data-title="About Down"]:before {
	content:"Down";
}
.option-two .subcat-sections.active[data-title="Featured Fills"]:before {
	content:"Fills";
	top:25%;
}
.option-two .subcat-sections.active[data-title="Featured Textiles"]:before {
	content:"Textiles";
	top:25%;
}
.option-two .subcat-sections.active[data-title="Innovation Partners"]:before {
	content:"Innovate";
	top:10%;
}

.section__subcat span,
.subcat__group{
  font-family:aMed, serif;
  font-style:normal;
  color:#b7b7b7;
  text-transform:capitalize;
  font-size:12px;
  text-transform:uppercase;
  line-height: 1.4949em;
  letter-spacing:0.12em;
  transition:color 250ms ease;
  cursor:crosshair;
}

.subcat__group.active,
.subcat__content.active,
.subcat__group:hover{
	color:#fff;
}

li.section__subcat{
	position:relative;
}

.subcat__group:hover{
	cursor: crosshair;
}


li.section__subcat > ul{
  position:absolute;
  top:20px;
  left:0;
  padding:initial;
}

/* .section__subcat.active li, */
.section__subcat:hover li{
	color:#a2a2a2;
	opacity:1;
}

.section__subcat:hover li:hover{
  color:#F9F9F9;
}

.section__subcat li{
	color:#a2a2a2;
	letter-spacing:0.12em;
/* 	opacity:0; */
}
/*
li.section__subcat > ul> li{

}
*/
li.section__subcat ~ ul > li:hover{
/*   color:#f9f9f9; */
}



.main__wrap.option-two .figure__nav ul.subcat-sections > li {
  position: relative;
  display: inline-block;
}

ul.subcat-sections li{
padding: initial;
text-align: initial;
list-style-type: none;
display: flex;
flex-direction: column;
/* margin-top:20px; */
max-width: 100%;
margin:auto 2.895%;
white-space: nowrap;
}

.option-three ul.subcat-sections li{
/* 	min-width:100px; */
	margin: auto 5%;
}
.option-three ul.subcat-sections:first-of-type li{
	min-width:100px;
}
.option-three ul.subcat-sections[data-title="Pillows"] li{
	min-width:initial;
	margin-left:2.5%;
	margin-right:2.5%;
}

.option-three ul.subcat-sections[data-title="In-Room Communications"] li{
	min-width:initial;
	margin-left:1.25%;
	margin-right:1.25%;
}


ul.subcat-sections li.subcat__content{
	margin:initial;
}

ul.subcat-sections .section__subcat:last-child li.subcat__content{
	white-space: initial;
}

@media only screen and (min-width: 1440px) {
	ul.subcat-sections .section__subcat:last-child li.subcat__content{
		white-space: nowrap;
	}
}	

.afd-feature .main__wrap.option-two .main__figure .figure__feature,
.afd-feature .main__wrap.option-three .main__figure .figure__feature ,
.afd-feature .main__wrap.feat-combo .main__figure .figure__feature,
.afd-feature .main__wrap.orgs .main__figure .figure__feature,
.afd-feature .main__wrap.snippet .main__figure .figure__feature {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media only screen and (min-width: 1080px) {
.afd-feature .main__wrap.option-two .main__figure .figure__feature,
.afd-feature .main__wrap.option-three .main__figure .figure__feature,
.afd-feature .main__wrap.feat-combo .main__figure .figure__feature,
.afd-feature .main__wrap.orgs .main__figure .figure__feature,
.afd-feature .main__wrap.snippet .main__figure .figure__feature{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;	
}
}