<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	padding: 5px;
	/* stop mobile browsers from messing up textsize */
	-webkit-text-size-adjust: 100%; 
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*********|
|* Fonts *|
|*********/

@font-face {
	font-family: 'LanderGrandeReg';
	src: url('../fonts/LanderGrande-Regular.woff') format('woff'),
	     url('../fonts/LanderGrande-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'LanderGrandeTall';
	src: url('../fonts/LanderTall-Regular.woff') format('woff'),
	     url('../fonts/LanderTall-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'LanderShortBold';
	src: url('../fonts/LanderShort-Bold.woff') format('woff'),
	     url('../fonts/LanderShort-Bold.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'SoDoSansSemiBold';
	src: url('../fonts/SoDoSans-SemiBold.woff') format('woff'),
	     url('../fonts/SoDoSans-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'SoDoSansRegular';
	src: url('../fonts/SoDoSans-Regular.woff') format('woff'),
	     url('../fonts/SoDoSans-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'SoDoSansLight';
	src: url('../fonts/SoDoSans-Light.woff') format('woff'),
	     url('../fonts/SoDoSans-Light.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'SoDoSansBlack';
	src: url('../fonts/SoDoSans-Black.woff') format('woff'),
	     url('../fonts/SoDoSans-Black.woff2') format('woff2');
	font-style: normal;
}

@font-face {
	font-family: 'SoDoSansBold';
	src: url('../fonts/SoDoSans-Bold.woff') format('woff'),
	     url('../fonts/SoDoSans-Bold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'PikeBold';
	src: url('../fonts/Pike-Bold.woff') format('woff'),
	     url('../fonts/Pike-Bold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'PikeRegular';
	src: url('../fonts/Pike-Regular.woff') format('woff'),
	     url('../fonts/Pike-Regular.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

.italic {
	font-style: italic;
}

/****************|
|* PRODUCT LOCATOR *|
|****************/


#destini_container {
	width: 100%;
}

#consent_blackbar {
    position: sticky;
    bottom: 0px;
	z-index: 100;
}

/****************|
|* Slick Slider *|
|****************/

.slick-slider {
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
		touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		 -o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/***********|
|* Overall *|
|***********/

body {
	font-family: 'SoDoSansRegular';
	font-size: 16px;
}

b {
	font-weight: 700;
}
sup {
	font-size: 0.5em;
	vertical-align: baseline;
    position: relative;
    top: -0.4em;
}
.page__product .page-top__product-container2 .page-top__text-col2 .page-top__brand2 sup {
	font-size: 0.6em;
	vertical-align: baseline;
    position: relative;
    top: -0.6em;
}


/* Utilities */


.desktop-breaks {
	display: none;
}
.mobile-breaks {
	display: inline;
}

.u-hide-mobile {
	display: none;
}
.u-show-mobile {
	display: block;
}
.u-nav-lock {
	position: fixed;
	width: 100%;
	overflow-y: scroll;
}

.u-responsive-video {
	position: relative;
	padding-bottom: 48%;
	padding-top: 35px;
	margin: 0 0 20px;
	height: 0;
	overflow: hidden;
}
.u-responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.u-scroll-up {
	position: absolute;
	right: -40px;
	bottom: 65px;
	cursor: pointer;
}
.u-scroll-up__inner {
	width: 0;
	height: 0;
	border: 40px solid transparent;
	border-bottom-color: #006341;
	position: relative;
	top: -40px;
}
.u-scroll-up__inner:after {
	content: '';
	position: absolute;
	left: -40px;
	top: 40px;
	width: 0;
	height: 0;
	border: 40px solid transparent;
	border-top-color: #006341;
}
.u-scroll-up__txt {
	position: absolute;
	bottom: -65px;
	z-index: 1;
	left: -22px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.75rem;
}
.u-scroll-up__arrow {
	width: 0;
	height: 0;
	border: 16px solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	top: 0;
	left: -16px;
}

.wrapper--outer {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	isolation: isolate;
	z-index: 20;
}
.wrapper--inner {
	padding: 0;
}

/***********|
|* Content *|
|***********/


/* green block */
.greenBlock {
	background-color: #b3d7c6;
}

/* Navigation Overlay */

.top-nav__overlay {
	display: none;
	position: absolute;
	top: 0;
	/* width: 100%; */
	height: 100vh;
	background: rgba(30, 57, 50, .95);
	font-size: 3.1rem;
	line-height: 2.95rem;
	text-align: center;
	letter-spacing: 1px;
	color: #fff;
	z-index: 30;
	width: calc(100% + 5px);
	margin-left: -5px;
}
.top-nav__overlay-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
}
.top-nav__overlay--min {
	min-height: 550px;
}
.top-nav__item {
	margin: 0 0 35px;
}
.top-nav__list--sub {
	margin: 15px 0 35px;
	font-family: 'SoDoSansLight';
}
.top-nav__item--sub {
	margin: 0 0 5px;
}
.top-nav__item--sub sup {
	top: -4px;
}
.top-nav__link {
	border-bottom: 0;
	text-decoration: none;
	color: inherit;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	transition: border-bottom-color 0.3s ease-in-out;
}
.top-nav__link:hover,
.top-nav__link.active {
	border-bottom-color: #fff;
}
.top-nav__item &gt; .top-nav__link {
	text-transform: uppercase;
	font-weight: 700;
}



/* Header */

.banner_nav {
	display: block;
}
.skip2content {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 100;
}
.skiplink {
	color: #1e3932;
	background-color: white;
	border: 1px solid #1e3932;
	text-decoration: none;
	position: static;
	opacity: 0;
	padding: 10px;
	margin-bottom: 5px 0px;
	transform: translateY(-20%);
  	transition: transform 0.3s;
 	
}
.skiplink:focus {
	opacity: 1;
	transform: translateY(0%);
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	box-sizing: border-box;
	filter: drop-shadow(0px 2px 3px #abb9b2);
	/* border-bottom: 4px solid #d1e1df; */
	z-index: 40;
}
.header_container {
	display: flex;
    justify-content: center;
	z-index: 50;
}
.header__bg-ltgreen {
	background-color: #d4e9e2;
}
.header__logo-img {
	width: 100%;
	max-width: 50px;
}
.header__logo-link {
	position: relative;
}
.header__logo-reg {
	position: absolute;
	text-decoration: none;
	right: 10px;
	font-size: 0.375rem;
	bottom: 6px;
	color: #006341;
	transition: color 0.5s ease;
}
.u-nav-lock .header__logo-reg {
	color: #fff;
}
.header__nav-container {
	display: flex;
	align-items: center;
	text-decoration: none;
	background: none;
	border: none;
	cursor: pointer;
}
.header__nav-container:focus {
	border: unset;
}
.header__nav-icon,
.header__nav-icon--close {
	width: 38px;
	height: 40px;
}
.header__container--green .header-bg {
	background-color: #d4e9e2;
}
.header__container--white .header-bg {
	background-color: #00754a;
}
.header__container--green .header__nav-icon,
.header__container--white .header__nav-icon,
.header__container--green .header__nav-icon--close,
.header__container--white .header__nav-icon--close {
	transition: background-image 0.3s ease-in-out;
}
.header__container--green .header__nav-icon {
	background: url('../img/icon_menu-hamburger.svg') no-repeat center;
}
.header__container--white .header__nav-icon {
	background: url('../img/icon_menu-green.png') no-repeat center;
}
.header__container--green .header__nav-txt,
.header__container--white .header__nav-txt {
	transition: color 0.3s ease-in-out;
}
.header__nav-icon--close {
	background: url('../img/icon_menu-close.png') no-repeat center;
}
.header__nav-txt {
	/* display: none; */
	font-size: 1.5rem;
	font-weight: 700;
	margin-left: 10px;
}
.header__container--green .header__nav-txt {
	color: #1e3932;
}
.header__container--white .header__nav-txt,
.header__container--green .header__nav-txt--close,
.header__container--white .header__nav-txt--close {
	color: #fff;
}



/* Homepage Sections */

.greenBlockContainer {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	isolation: isolate;
	z-index: 10;
}

.slider__home-1 .greenBlockContainer {

	position: relative;
	top: -620px;
	width: inherit;
}

.slider__home-1 .greenBlock {
	width: calc(100% + 56px);
	height: 100px;
	left: -28px; /*adjust for container margins */
	position: relative;
}


.split-container,
.inspire-board,
.logo-zoom {
	margin: 0 0 25px;
}

/* Homepage Slider */

.slider__container {
	position: relative;
	/* margin: 15px 15px 30px; */
	margin: 0 auto 25px;
}
.header_container .header,
.page-top__container .header {
	position: absolute;
	width: calc(100% - 10px);
    margin: 0;
}
.slider__home-slide{
	padding: 100px 28px 0;
	height: 620px;
} 







.page-top__content-container {
	height: 100vh;
	/* min-height: 420px;
	max-height: 460px; */
    min-height: 450px;
    max-height: 520px;
	padding: 100px 28px 0;
}

.page-top__content-container {
	min-height: unset;
    max-height: unset;
	padding: 100px 0 0;
}



/* Slider RIGHT AND LEFT ARROWS HOMEPAGE */
.nav__arrows--green .slider__home-nav,
.nav__arrows--white .slider__home-nav {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: background-image 0.3s ease-in-out;
}
.nav__arrows--green .slider__home-nav {
	background-image: url('../img/slide_arrow-green.png');

}
.nav__arrows--white .slider__home-nav {
	background-image: url('../img/slide_arrow-white.png');
}

.slider__home-nav {
	position: absolute;
	top: calc(50% - 12px);
	width: 26px;
	height: 32px;
	z-index: 1;
}
.slider__home-nav-prev--1 {
	left: 37px;
	transform: rotate(180deg);
}
.slider__home-nav-next--1 {
	right: 37px;
}

/***********|
|* Sliders *|
|***********/

.slider__copy-container, .page-top__copy-container {
	position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
}



.slider__home-1 .slider__copy-container {
	position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding-left: 30px;
}

.slider__home-1 .slider__product-container {
	position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding-right: 35px;
}
.page-top__product-container {
	position: relative;
	max-width: 250px;
    margin: auto;
	margin-top: 10px;
	top: 0;
}



.slider__script-container, .page-top__script-container {
	position: relative;
	margin: 0 auto;
}
.slider__home-1 .slider__script-container {
	width: 100%;
}
.slider-1_legal {
    font-family: 'SoDoSans-Regular';
    font-size: .7rem;
    position: absolute;
    bottom: 25px;
    right: 45px;
}
.slider__script-txt {
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.slider__script-img {
	width: 100%;
}
.slider__semibold-txt {
	font-family: 'SoDoSansBold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
    font-weight: 900;
	/* letter-spacing: 2px; */
	font-size: 1.25rem;
	color: white;
}

.slider__shortBold-txt {
	font-family: 'LanderShortBold', Arial, Helvetica, sans-serif;
    font-weight: 900;
	letter-spacing: 2px;
	font-size: 1.75rem;
	color: white;
}

.slider__reg-txt {
	font-size: 1.5rem;
    text-transform: lowercase;
    line-height: 1.5em;
    color: white;
    font-family: 'LanderGrandeReg';
	letter-spacing: 2px;
}
.taste-tag {
	width: 100%;
	height: auto;
}

.slider__btn-explore {
	display: block;
	width: auto;
	margin: 0 auto;
	padding: 20px 45px 22px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	font-size: 1rem;
	font-weight: 700;
	font-family: 'SoDoSansBlack', Arial, Helvetica, sans-serif;
}





/* SLIDE Americano */

.slider__home-americano {
	background-color: #1e3932;
	padding: 75px 28px 0;
	height: 645px;
}




.slider__home-americano .slider__content-container {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.slider__home-americano .new-flag {
	position: absolute;
	width: 100px;
	margin-left: 40px;
    align-self: baseline;
}
.slider__home-americano .slider__copy-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	
}
.slider__home-americano-txt1 {
	font-family: 'SoDoSansBold';
	color: #c6d645;
	font-size: 2rem;
	text-align: center;
}
.slider__home-americano-txt1 b {
	font-size: 3.3rem;
}
.slider__home-americano .slider__logo-img {
	width: 100px;
	height: auto;
	margin: 20px 0 10px;
}

.slider__home-americano_divider {
	width: 334px;
	height: auto;
	margin: 10px 0;
}
.slider__home-americano-txt2 {
	font-family: 'SoDoSansRegular';
	color: #ffffff;
	text-align: center;
	margin-bottom: 25px;
}
.slider__home-americano-txt2 b {
	font-family: 'SoDoSansBold';
	
}
.slider__home-americano-txt2 .line1 {
	font-size: 1.7rem;
}
.slider__home-americano-txt2 .line2 {
	font-size: 1.25rem;
}

.slider__home-americano .slider__btn-explore {
    margin: 0 auto;
    color: #1e3932;
    background: #ffffff;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slider__home-americano .slider__btn-explore:hover {

    color: #0f6342;

}

.slider__home-americano .slider__product-container {
	display: flex;
	height: 100%;
	width: 50%;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}
.slider__home-americano .slider__product-container img {
	width: 270px;
}




/* Slide #1 */

.slider__home-1 {
	background: url('../img/slide-1_bg.gif') no-repeat;
	background-size: cover;
	background-position-y: center;
}

/* .slider__home-1 .slider__script-container, */ .page-top__script-container {
	max-width: 240px;
}

.page__whats-new .slider__btn-explore,
.page__sustainability .slider__btn-explore,
.page__whats-new .ready-now__btn{
	top: 390px;
	background: #00754a;
	color: white;
	margin: auto;
	margin-top: 20px;
}
.slider__home-1 .slider__btn-explore {
	background: #00754a;
	color: white;
	margin-top: 30px;
}
.slider__home-1 .slider__btn-explore:hover , 
.page__whats-new .slider__btn-explore:hover,
.page__sustainability .slider__btn-explore:hover{
	background: #0f6342;
	color: #fff;
}
.slider__home-1 .slider__content-container{
    margin: 0;
    background-color: #9fc384;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
    height: 590px;
	z-index: 20;
}
.page-top__content-container {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
    height: 100%;
	z-index: 20;
}
.slider__home-1 h2 {
	font-size: 2.6rem;
    text-align: center;
}
.page-top__content-container {
    width: 100%;
    height: 100%;
}

/* 
.slider__home-2 .slider__content-container {
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
} */

/* .slider__home-2 .slider__logo, */
 .page-top__logo {
    width: 100px;
    height: 100px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.slider__home-1 .slider__logo {
	width: 140px;
    height: 140px;
	margin-bottom: 20px;
	margin-top: 0px;

}
.slider__home-1 .slider__logo {
	margin-bottom: 30px;
}

.page-top__product-img {
	width: 100%;
	height: auto;
}

.slider__home-1 .slider__product-img{
    display: block;
	width: 100%;
	height: auto;
}


.slider__home-1 .slider__script-txt {
	position: absolute;
	font-size: 1.375rem;
	color: #006341;
}
.slider__home-1 .slider__script-txt:first-of-type {
	top: -15px;
	left: -15px;
}
.slider__home-1 .slider__script-txt:last-of-type {
	text-align: right;
	right: -25px;
	bottom: 15px;
}








/* Slide Lifestyle Image */
.slider__lifestyleImage {
	background: url(../img/slide-lifestyleImage-mobile.jpg) no-repeat;
    background-size: cover;
	background-position: center;
    background-color: #00362e;
}

.slider__lifestyleImage h1 {
	font-size: 3rem;
	margin-bottom: 65px;
	line-height: 1.5rem;
}

.text-outline {
	text-shadow: 0px 0px 19px #000;
  }
  
 


.slider__lifestyleImage  .lifestyleImage__button {
	display: relative;
    margin: 0;
    padding: 18px 35px 18px;
    color: #fff;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-size: 2rem;
    font-weight: 700;
	width: 80%;
	border-radius: 15px;
}


.slider__lifestyleImage  .lifestyleImage__button {
	background-color: #00754a;
    color: #FFFFFF;
    font-family: "SoDoSansBlack";
}

.slider__lifestyleImage  .lifestyleImage__button:hover {
	background: #0f6342;
}

.slider__lifestyleImage .slider__content-container {
	text-align: center;
	
}

/* Slide #2 */
/* 
.slider__home-2 {
	background: url(../img/influencer/header_bkgr.jpg) no-repeat;
    background-size: 100% 100%;
    background-color: #00362e;
}
.slider__home-2 .slider__copy-container {
	position: relative;
	text-align: center;
	height: 50%;
}


.slider__home-2 .slider__script-container h1 {
	font-family: 'PikeBold';
    font-size: 2.2rem;
    padding: 0 10px;
}

.slider__home-2 .slider__script-container {
	width: 85%;
	margin-bottom: 20px;
	
}
.slider__home-2 .slider__script-txt {
	position: relative;
	top: 4px;
	font-size: 1.125rem;
	color: #fff;
}
.slider__home-2 .slider__script-img {
	max-width: 180px;
	margin: 0 auto 100px;
}
.slider__home-2 .slider__product-container {
	height: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.slider__home-2 .slider__product-img {
	height: 250px;
}
.slider__home-2 .slider__btn-explore {
	margin: 0 auto;
	color: #0f6342;
	background: #fff;
	
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slider__home-2 .slider__btn-explore:hover {
	background: #fff;

} */

.find-yours-iced-espresso .split-container__headline,
.find-yours-iced-espresso .split-container__copy {
	background-color: #1e3932;
}





/* Slide #3 */

.slider__home-3 .slider__logo-img {
	width: 100px;
	height: auto;
}

.slider__home-3 .slider__content-container,
.slider__home-3 .slider__copy-container {
	height: 450px;
}

.slider__home-3 {
	background: url('../img/sustainability/header-background-mobile.png') no-repeat center;
	background-size: cover;
	background-color: #1e3932;
}

.slider__home-3  .slider__script-container {
	width: 65%;
	margin-top: 15px;
}
.slider__home-3 .slider__tree-container {
	width: 85%;
	height: auto;
	margin-bottom: 20px;
	margin-top: -1.5em;
	
}

.slider__home-3 .slide-3-copy {
	font-family: "SoDoSansRegular";
	color: #fff;
	font-size: 1.5rem;
	width: 75%;
	text-align: center;
	margin-bottom: 25px;
}

.slider__home-3  .slider__lockup-container {
	width: 100%;
	height: auto;
	bottom: 0px;
	margin-bottom: 20px;
	margin-top: 25px;
}

.slider__home-3 .slider__btn-explore {
	margin: 0 auto;
	color: #fff;
	background: #00754a;
	/* padding: 15px 60px 16px; */
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slider__home-3 .slider__btn-explore:hover {
	background: #0f6342;
	color: #fff;
}



/* Slide 4 */


.slider__home-4 {
	background: url('../img/slider-newbottle-backgr.jpg') no-repeat center;
	background-size: cover;
}
.slider__home-4  .slider__logo {
	margin-top: 30px;
}
.slider__home-4  .slider__script-container {
	width: 65%;
}
.slider__home-4 .slider__tree-container {
	width: 85%;
	height: auto;
	margin-bottom: 30px;
	margin-top: -3em;
	font-family: "SoDoSansRegular";
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
}

.slider__home-4  .slider__lockup-container {
	width: 100%;
	height: auto;
	bottom: 0px;
	margin-bottom: 20px;
	margin-top: 75px;
}

.slider__home-4 .slider__btn-explore {
	margin: 0 auto;
	color: #1e3932;
	background: #ffffff;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slider__home-4 .slider__btn-explore:hover {
	background: #ffffff;
	color: #006241;
}

.slider__home-4 .slider__split-container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.slider__home-4 .slider__split-container1, .slider__split-container2, .slider__split-container3 {
	width: 30%;
	height: 620px;
	display: flex;
    flex-direction: column;
	align-items: center;
}

.slider__home-4  .slider__split-container2 {
	justify-content: space-between;
    height: 450px;
}
.slider__home-4 .slider__split-container1,  .slider__split-container3 {
	justify-content: space-between;
}
.slider__home-4 .slider__split-container1 {
	padding-left: 50px;
}
.slider__home-4 .slider__split-container2 {
	padding: 20px 0;
}
.slider__home-4 .slider__split-container3 {
	padding-right: 50px;
}

.slider__home-4 .slider__logo-img {
	width: 100px;
	height: auto;
	margin: 0 auto;
}

.slider__home-4 .slider__split-container1 .copy, .slider__home-4 .slider__split-container3 .copy {
	height: 60px;
	margin-bottom: 40px;
}

.slider__home-4 .slider__split-container1 .product, .slider__home-4 .slider__split-container3 .product {
	width: 100%;
}

.slider-4__legal{
	height: 20px;
	opacity: 1;
}


/* Split Container */

.split-container {
	display: flex;
	flex-direction: column;
	background-size: cover;
	color: #fff;
}
.split-container__item,
.split-container__item--first {
	position: relative;
	flex-basis: 50%;
	max-width: 300px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.split-container__item--first {
	justify-content: flex-end;
	flex-direction: row-reverse;
}
.split-container__img {
	height: 250px;
	margin: 0 auto;
}
.split-container__item--first .split-container__copy-container, .single-product__wtb-copy-container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.split-container__headline, .single-product__wtb-headline {
	font-family: 'SoDoSansLight';
	margin: 0 0 15px;
	font-size: 1.625rem;
	line-height: 2.125rem;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.single-product__wtb-headline {
    margin: 0;
	font-size: 2.5rem;
    line-height: 2.75rem;
}
.split-container__headline_bold, .single-product__wtb-headline_bold {
	font-family: 'SoDoSansBlack';
	margin: 0 0 15px;
	font-size: 1.995rem;
	line-height: 2.125rem;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.single-product__wtb-headline_bold {
    font-size: 1.8rem;
	font-size: 2.65rem;
    line-height: 3rem;
}
.find-yours .split-container__headline {
	font-family: 'SoDoSansRegular';
}
.find-yours .split-container__headline b {
    font-family: 'LanderGrandeReg';
    text-transform: lowercase;
    font-weight: 400;
	font-size: 2.5rem;
}
.find-yours .split-container__copy, .single-product__wtb-copy {
	font-family: 'SoDoSansLight';
}

.whats-new .portfolio__product-headline,
.whats-new .portfolio__product-more,
.whats-new .portfolio__product-hr {
	color: #fff;
}
.whats-new .split-container__headline {
	font-family: 'SoDoSansRegular';
}
.whats-new .split-container__headline b {
    font-family: 'LanderGrandeReg';
    text-transform: lowercase;
    font-weight: 400;
	font-size: 2.5rem;
}

.page__whats-new .page-top__product-img {
	margin-bottom: 0px;
}
.find-yours .split-container__copy, .single-product__wtb-copy {
	font-family: 'SoDoSansLight';
}



.single-product__wtb-copy {
	padding-bottom: 20px;
	font-size: 1.5rem;
    line-height: 1.75rem;
}
.split-container__btn {
	display: block;
	margin: 0;
	padding: 20px 45px 20px;
	color: #fff;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	font-size: 1.6rem;
	font-weight: 700;
}
.VanillaNameBreak {
	display: none;
}
.page__whats-new .VanillaNameBreak {
	display: inline;
}

.whats-new .split-container__btn, .page__product .split-container__btn {
	font-family: 'SoDoSansSemiBold';
}

.find-yours .split-container__btn, .page__product .split-container__btn {
	font-family: 'SoDoSansBlack';
}


/* find connect */

.find-connect .split-container__btn, .page__product .split-container__btn {
	background-color: #00754a;
    color: #FFFFFF;
	font-family: "SoDoSansBlack";
}

.split-container__btn:hover {
	background: #0f6342;
}



.split-container__copy,
.split-container__button,
.split-container__button__green {
	font-size: 0.875rem;
}
.split-container__copy {
	font-family: 'SoDoSansLight';
	margin: 0 0 20px;
	line-height: 1rem;
}
.split-container__copy sup {
	top: -4px;
}
.split-container__button, .split-container__button__green {
	font-family: "SoDoSansBlack";
	position: absolute;
	right: 0;
	bottom: 25px;
	left: 0;
	display: inline-block;
	width: 80%;
	max-width: 250px;
	margin: 0 auto;
	padding: 12px 12px 9px;
	line-height: 1rem;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-weight: 400;
	color: #fff;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.split-container__button__green {
	background-color:  #00754a;
}
.split-container__button:hover {
	background: #fff;
	color: #1e3932;
}
.split-container__button__green:hover {
	background: #0f6342;
	
}
.split-container__form {
	position: relative;
}
.split-container__input,
.split-container__submit {
	background: transparent;
	font-family: 'SoDoSansSemiBold';
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
}
.split-container__input {
	width: 150px;
	padding: 10px 70px 8px 20px;
	text-align: right;
	border: 3px solid #fff;
}
.split-container__input::placeholder {
	opacity: 1;
	color: #fff;
}
.split-container__input::-ms-input-placeholder {
	color: #fff;
}
.split-container__submit {
	position: absolute;
	right: 10px;
	top: 12px;
	padding: 1px 10px 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 2px solid #fff;
	cursor: pointer;
}
.split-container__social-list {
	display: flex;
}
.split-container__social-item {
	margin: 0 35px 0 0;
}
.split-container__social-item:last-child {
	margin: 0;
}
.split-container__social-icon {
	height: 45px;
	transition: scale 0.3s ease-in-out, color 0.3s ease-in-out;
}
.split-container__social-icon:hover {
	scale: 1.1;
}

/* .find-connect .split-container__item .split-container__copy-container {
	background-color: #1e3932;
} */




/* Split Container - Whats New */

.whats-new {
	max-width: 500px;
	margin: 0 auto 25px;
	background: url('../../img/whats-new/whats-new-section-mobile-bg.png') no-repeat center;
	background-size: cover;
}
.whats-new .split-container__item {
	top: -15px;
	padding: 20px 20px 80px;
	max-width: 300px;
	min-height: 200px;
	text-align: center;
	margin: 0 auto;
}
.whats-new .split-container__copy {
	max-width: 290px;
	margin: 0 auto 20px;
}



/* Split Container - Find Yours */

.find-yours {
	max-width: 500px;
	margin: 30px auto 25px;
	background: url('../img/bg-m_find-yours_v2.png') no-repeat center;
	background-size: cover;
}
.find-yours .split-container__item {
	/* top: -15px; */
	padding: 20px 20px 80px;
	max-width: 300px;
	min-height: 200px;
	text-align: center;
	margin: 0 auto;
}
.find-yours .split-container__copy {
	max-width: 290px;
	margin: 0 auto 20px;
}

/* Split Container - Find Connect */


.find-connect .split-container__item,
.find-connect .split-container__item--first {
	min-height: 200px;
	padding: 50px 50px 40px;
}

.find-connect .split-container__item--first  {
	background-color: #d4e9e2;
	max-width: unset;
	}

.find-connect	.split-container__item--second {
	background-color: #1e3932;
	max-width: unset;
}

.find-connect .split-container__headline {

    margin: 0;
    font-size: 3rem;
	letter-spacing: unset;
}
.find-connect .split-container__item--first .split-container__headline {
	width: 100%;
	text-align: left;
}


.find-connect .split-container__headline_bold {
	margin: 0;
    font-size: 3rem;
	letter-spacing: unset;
	line-height: 3.8rem;
}

.find-connect .split-container__copy {
	font-size: 1.6rem;
	line-height: 1.6rem;
	margin: 15px 0 20px;
}
.find-connect .split-container__item .split-container__copy {
	margin: 20px 0 25px;
}



/*  VIDEO ON HOMEPAGE */

.videoContainer {
	margin: 25px 0;
}








/* CATEGORY GRID */

.home__categoryContainer {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 25px;
	grid-row-gap: 25px;
	margin-bottom: 25px;
	margin-top: 25px;
}

.home__categoryContainer .categoryBox {
	border: 2px solid #000000;
	display: flex;
	flex-direction: row;
}
.home__categoryContainer .categoryProduct {
	background-color: #1e3932;
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.home__categoryContainer .categoryProduct img {
	width: 50%;
	margin: 50px 0;
}
.home__categoryContainer .categoryCopy {
	width: 60%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.home__categoryContainer .category-container__headline {
	font-family: 'SoDoSansRegular';
	font-size: 3.7rem;
	text-align: center;
	margin: 0 15px;
}
.home__categoryContainer .category-container__headline b {
	font-family: "soDoSansBlack";
	font-size: 5.2rem;
}
.home__categoryContainer .category-container__copy {
	font-family: 'SoDoSansLight';
	font-size: 2rem;
	text-align: center;
	margin: 25px 20px;
}

.home__categoryContainer  .category-container__button {
	display: block;
    margin: 0;
    padding: 18px 35px 18px;
    color: #fff;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    font-size: 2rem;
    font-weight: 700;
	width: 80%;
}
.home__categoryContainer .category-container__button {
	background-color: #00754a;
    color: #FFFFFF;
    font-family: "SoDoSansBlack";
}

.home__categoryContainer .category-container__button:hover {
	background: #0f6342;
}






































/* READY NOW */

.ready-now {
	background-color: #d4e9e2;
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
}

.ready-now__item--first {
	width: 100%;
	text-align: center;
}
.ready-now__item {
	width: 100%;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	padding-bottom: 50px;
}

.ready-now__headline {
	font-family: "SoDoSansLight";
	font-size: 9vw;
	margin-bottom: 20px;
}
.ready-now__headline_bold {
	font-family: "SoDoSansBlack";
	font-size: 9vw;
}
.ready-now__copy {
	font-family: "SoDoSansLight";
	font-size: 18px;
}
.ready-now__item--first .ready-now__copy-container {
	margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 60px;
}
.ready-now__item .ready-now__copy-container .slider__btn-explore {
	top: 0px;
	margin-top: 0px;
	
}



/* homepage logo zoom */
.logo-zoom img {
	width: 100%;
}



.slider__inspire-nav,
.slider__portfolio-nav {
	position: absolute;
	width: 26px;
	height: 32px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.slider__inspire-nav {
	top: calc(50% - 17px);
}
.slider__inspire-nav {
	background-image: url('../img/slide_arrow-white.png');
}
.slider__portfolio-nav {
	top: calc(30% - 17px);
}
.slider__inspire-nav-prev,
.slider__portfolio-nav-prev {
	left: 25px;
	transform: rotate(180deg);
}
.slider__inspire-nav-next,
.slider__portfolio-nav-next {
	right: 25px;
}

.slider__portfolio-nav-prev,
.slider__portfolio-nav-next {
	padding: 10px;
	background-size: 26px;
}

.slider-inspire__dots {
	position: absolute;
	bottom: 10px;
}

.slider-inspire__dots,
.slider-portfolio__dots {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.slider-inspire__dots button,
.slider-portfolio__dots button {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	border-radius: 10px;
	background: 0;
	color: transparent;
	cursor: pointer;
}
.portfolio__iced-coffee,
.portfolio__iced-espresso,
.portfolio__cold-brew {
	background-color: #d4e9e2;
}

.portfolio__espresso-americano {
	background-color: #1e3932;
}

.product__oatmilk-dark-chocolate .portfolio__cold-brew,
.product__vanilla-sweet-cream .portfolio__cold-brew,
.product__black-unsweetened .portfolio__cold-brew {	
	background-color: #1e3932;
}


.all-products .portfolio__iced-espresso .slider__portfolio-nav,
.portfolio__iced-coffee .slider__portfolio-nav,
.portfolio__more-from .slider__portfolio-nav,
.portfolio__iced-espresso .slider__portfolio-nav {
	background-image: url('../img/slide_arrow-green.png');
}


.all-products .portfolio__espresso-americano .slider__portfolio-nav,
.portfolio__expresso-americano .slider__portfolio-nav,
.portfolio__iced-latte .slider__portfolio-nav,
.portfolio__cold-brew .slider__portfolio-nav
 {
	background-image: url('../img/slide_arrow-white.png');
}

.page__portfolio .portfolio__cold-brew .slider__portfolio-nav {
	background-image: url('../img/slide_arrow-green.png');
}


.portfolio__iced-coffee .slider-portfolio__dots button,
.portfolio__more-from .slider-portfolio__dots button {
	border: 2px solid #1e3932;
}

.portfolio__cold-brew .slider-portfolio__dots button {
	border: 2px solid #1e3932;
}
.portfolio__iced-espresso .slider-portfolio__dots button {
	border: 2px solid #1e3932;
}



.portfolio__expresso-americano .slider-portfolio__dots button {
    border: 2px solid #ffffff;
}
.all-products .portfolio__espresso-americano .slider-portfolio__dots button {
    border: 2px solid #ffffff;
}
.all-products .portfolio__espresso-americano .slider-portfolio__dots .slick-active button {
	background: #fff;
	border: 8px solid #fff;
}


.portfolio__iced-coffee .slider-portfolio__dots .slick-active button,
.portfolio__more-from .slider-portfolio__dots .slick-active button {
	background: #1e3932;
	border: 8px solid #1e3932;
}

.portfolio__cold-brew .slider-portfolio__dots .slick-active button
 {
	background: #1e3932;
	border: 8px solid #1e3932;
}

.portfolio__iced-espresso .slider-portfolio__dots .slick-active button {
	background: #1e3932;
	border: 8px solid #1e3932;
}

.portfolio__expresso-americano .slider-portfolio__dots .slick-active button {
    background: #ffffff;
    border: 8px solid #ffffff;
}

/*********|
|* Pages *|
|*********/

.portfolio__product-headline {
	font-family: "SoDoSansLight";
	font-size: 1.6rem;
}

.portfolio__product-limited_dkgreen, .slick-slide img.portfolio__product-limited_dkgreen {
	display: none;
}



.page__iced-espresso .portfolio__iced-espresso .portfolio__product-limited_dkgreen, .page__iced-espresso .portfolio__iced-espresso .slick-slide img.portfolio__product-limited_dkgreen {
	display: block;
}

.page__iced-espresso .portfolio__iced-espresso .portfolio__product-limited, .page__iced-espresso .portfolio__iced-espresso .slick-slide img.portfolio__product-limited {
	display: none;
}

.page__iced-espresso .portfolio__iced-espresso .portfolio__product-headline, 
.page__iced-espresso .portfolio__iced-espresso .portfolio__product-more {
	color: #1e3932;
}

.page__iced-espresso .portfolio__iced-espresso .portfolio__product-more {
    border-bottom: 1px solid #1e3932;
}

.page__iced-espresso .portfolio__iced-espresso .portfolio__product-hr {
    border-top: 3px solid #1e3932;
}

.page-top__copy-container2 {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.page__espresso-americano .page-top__copy-container2,
.page__iced-coffee .page-top__copy-container2,
.page__iced-latte .page-top__copy-container2,
.page__iced-espresso .page-top__copy-container2,
.page__cold-brew .page-top__copy-container2
 {
    width: 55%;
	margin-left: 30px;
}

.page__iced-coffee .page-top__copy-container2,
.page__cold-brew .page-top__copy-container2,
.page__espresso-americano .page-top__copy-container2 {
	justify-content: center;
    height: 100%;
    margin: unset;
	padding-top: 0px;
	padding-left: 20px;
}
.page__iced-espresso .page-top__copy-container2 {
	width: 100%;
	justify-content: center;
    margin: unset;
	padding-top: 0px;
	padding-left: 0px;
}


.page-top__copy-container2 .page-top__logo2 {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}


.page__iced-espresso .page-top__copy-container2 .page-top__logo2 {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 20px;
    text-align: center;
}
.all-products .page-top__copy-container2 .page-top__logo2 {
	margin-top: 90px;
}
.page-top__copy-container2 .page-top__logo2 img {
	max-width: 130px;
	width: 100%;
	height: auto;
}

.all-products .page-top__copy-container2 .page-top__logo2 img {
	max-width: 100px;
	width: 100%;
	height: auto;
}
.page-top__copy-container2 .page-top__script-container2 {
	width: 100%;
	text-align: center;
}
.page-top__copy-container2 .page-top__script-container2 img {
	width: 100%;
	height: auto;

}

.page__iced-espresso .page-top__copy-container2 .page-top__script-container2 img {
    width: unset;
    height: 100px;
}


.page-top__product-container2 {
	width: 100%;
    margin: auto;
	text-align: center;
	margin-top: 0;
}

.page__portfolio .page-top__content-container {
	padding-top: 0px;
}
.page__iced-espresso .page-top__content-container {
	flex-direction: column;
	
}


.page__portfolio .page-top__product-container2 {
	width: 95%;
    margin: auto;
    text-align: center;
    margin-top: 10px;
    /* display: flex; */
    justify-content: center;
    position: relative;
}
.page__espresso-americano .page-top__product-container2,
.page__iced-coffee .page-top__product-container2,
.page__iced-latte .page-top__product-container2,
.page__iced-espresso .page-top__product-container2,
.page__cold-brew .page-top__product-container2 {

	width: 45%;

}
.page__iced-coffee .page-top__product-container2,
.page__cold-brew .page-top__product-container2,
.page__espresso-americano .page-top__product-container2 {
	flex-direction: column;
    height: 100%;
    margin: unset;
    display: flex;
    justify-content: flex-end;
}

.page__iced-espresso .page-top__product-container2 {
	flex-direction: column;
	width: 100%;
    margin: unset;
    display: flex;
    justify-content: flex-end;
}

.page__portfolio .all-products .page-top__product-container2t {
    padding-bottom: 75px;
}
.page__portfolio .all-products .page-top__copy-container2 h1,
.page__portfolio .all-products .page-top__copy-container2 h2 {
	font-family: "SoDoSansSemiBold";
}
 .all-products  .page-top__copy-container2 h1 {
	font-family: 'LanderGrandeTall';
    font-size: 2.8rem;
	padding: 0 10px;
}
.all-products  .page-top__copy-container2 h2 {
	font-family: 'SoDoSansRegular';
    font-size: 1.5rem;
	margin: 0 10px 10px;
}

.page__sustainability .page-top__copy-container2 .page-top__script-container2 {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page__sustainability .page-top__copy-container2 .page-top__script-container2 .sustain-lockup {
	width: 100%;
	margin-top: 20px;
}



.page-top__product-container2 img.page-top__product-img2 {
	width: 100%;
    height: auto;
	position: relative;
}
.page__cold-brew .page-top__product-container2 img.page-top__product-img2 {
    max-width: 225px;
}
.page__espresso-americano .page-top__product-container2 img.page-top__product-img2 {
    max-width: 225px;
}

.page__portfolio .page-top__container,
.page__where-to-buy .page-top__container,
.page__terms-of-use .page-top__container,
.page__sustainability .page-top__container {
	position: relative;
	margin: 0 0 75px;
	/* min-height: 400px;
	min-height: 90vh; */
}

.all-products .page-top__content-container {
	flex-direction: column;
    align-items: center;
}

.all-products .page-top__copy-container2 {
	margin: unset;
    width: 100%;
    height: 100%;
    justify-content: center;
}
.all-products .page-top__product-container2 {
	width: 50%;
	height: 100%;
	margin: unset;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}

.page__product .page-top__container {
	position: relative;
	min-height: 400px;
}

/* .page__product .page-top__container,
.page__where-to-buy .page-top__container, */
.page__terms-of-use .page-top__container {
	height: 90vh;
}

/* WHATS NEW PAGE */

.page__whats-new .page-top__script-container2 h1 {

	font-family: "SoDoSansSemiBold";
    color: #1e3932;
    font-size: 45px;
	margin-bottom: 10px;
}

.page__whats-new .page-top__script-container2 h2 {

	font-family: "SoDoSansLight";
    color: #1e3932;
    font-size: 35px;
}


/* ABOUT US PAGE */



.page-top__about-container {
    display: flex;
    flex-direction: column;
    padding: 0;
	background-color: #1e3932;
	margin-bottom: 30px;
}

.page-top__about-copy {
	padding: 50px 40px 20px 40px;

}

.page-top__about-logos {
	margin-top: 150px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
    align-items: center;
}
.page-top__about-logos .logo-divider {
	height: 100px;
    width: 2px;
    background-color: #fff;
    opacity: 1;
    margin: 0px 25px;
}
.page-top__about-logos .logos {
	height: 120px;
}


.page-top__about-headline {
    font-family: 'SoDoSansSemiBold';
    font-size: 4rem;
    text-transform: uppercase;
    text-align: center;
    padding: 0px 0 50px;
}
.page-top__about-copy p {
	text-align: center;
	font-family: "SoDoSansRegular";
	color: white;
	padding-bottom: 40px;
	font-size: 1.5rem;
	line-height: 2rem;
	
}


/* SUSTAINABILITY PAGE */

/* top header section */
.page__sustainability .page-top__container {
	background: url(../img/sustainability/header-background-mobile.png) no-repeat;
	background-size: cover;
	background-color: #1e3932;
}

.page__sustainability .hero__headline {
    font-family: "SoDoSansSemiBold";
	color: #ffffff;
	font-size: 35px;
	position: relative;
    
}


.page__sustainability .wrapper--inner .page-top__headline {
	width: 80%;
    margin-bottom: 30px;
}
.page__sustainability .wrapper--inner .page-top__headline .sustain-body-headline {
	width: 100%;
	height: auto;
}
.page__sustainability .wrapper--inner .body-copy {
	width: 80%;
	font-family: "SoDoSansRegular";
	color: #1e3932;
	font-size: 4vw;

} 

.page__sustainability .page-top__tree-container {
	width: 100%;
	max-width: 750px;
	position: relative;
    margin: 0 auto;
	margin-top: -1.5rem;
}
 .page__sustainability .page-top__copy-container2 {
	margin-bottom: 50px;
	isolation: isolate;
	z-index: 25;
	margin-top: 40px;
} 
.page__sustainability .wrapper--inner  .conservation_logo {
	height: auto;
    width: 35%;
	max-height: 130px;
	padding-left: 20px;
    position: relative;
	display: none;
}

.conservation_logo_mobile {
	width: 90%;
	margin-top: 25px;
	visibility: visible;
	opacity: 1;
}

.page__sustainability .page-top__sust-body-copy {
	font-family: "SoDoSansRegular";
	color: white;
	font-size: 2rem;
	margin-top: 20px;
}


/* sustainability Conservation International Section */

.page__sustainability .wrapper--inner .page-top__content-container {
	flex-direction: column;
	background-color: #d4e9e2;
	padding: 0px 0 0;
	margin: 0 0 35px;
}

.page__sustainability .wrapper--inner .greenBlock {
	width: 100%;
	height: 170px;
	bottom: 0px;
	opacity: 1;
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	z-index: 10;
}

.page__sustainability .wrapper--inner .page-top__copy-container2 {
	align-items: center;
	width: 100%;
	
}

.page__sustainability .wrapper--inner .page-top__product-img {
	position: relative;
	max-width: 800px;
	margin-top: 0px;
}

.page__sustainability .wrapper--inner .page-top__product-container2 {
	width: 85%;
	isolation: isolate;
	z-index: 25;
}


.page__sustainability .wrapper--inner .conservation-logo {
	width: 100%;
	
}

/*sustain communities section */

.page__sustainability .wrapper--inner .sustain-communities {
	width: 100%;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 20px 0px;
	display: flex;
	flex-direction: column;
	justify-items: center;
	align-items: center;
}

.page__sustainability .wrapper--inner .sustain-communities-img {
	width: 90%;
}

.page__sustainability .sustain-communities .slider__btn-explore {
	
    color: #ffffff;
}



/* Portfolio */

.page__portfolio .page-top__container {
	
	background: url(../img/bg-portfolio.jpg) no-repeat;
    background-size: cover;
}



.page__portfolio .page-top__container,
.page__iced-coffee .page-top__container,
.page__iced-espresso .page-top__container,
.page__cold-brew .page-top__container,
.page__espresso-americano .page-top__container,
.page__where-to-buy .page-top__container {
	height: 600px;
	background-size: cover;
	background-position-y: center;
}
.page__iced-coffee-test .page-top__container {
	background: url(../img/test/test-kitchen_bkgr.jpg) no-repeat;
	background-size: cover;
	background-position-y: unset;
	background-position-x:right;
}

.page__portfolio .page-top__script-container {
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
}
.page__portfolio .page-top__script-txt {
	font-size: 1.325rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
}
.page__portfolio .page-top__script-img {
	position: relative;
	top: -5px;
	max-width: 215px;
	margin-bottom: 5px;
}
.page__portfolio .page-top__nav {
	position: absolute;
	right: 0;
	bottom: -120px;
	left: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 90%;
	margin: 0 auto;
	padding: 25px 0;
	background: #00754a;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.875rem;
	font-weight: 700;
	color: #fff;
	z-index: 20;
}
.page__portfolio .page-top__nav-col {
	margin: 0 0 20px;
}
.page__portfolio .page-top__nav-col:last-child {
	margin: 0;
}
.page__portfolio .page-top__nav-link {
	font-family: 'SoDoSansSemiBold';
	display: flex;
	align-items: center;
}
.page__portfolio .page-top__nav-item {

	margin: 0 15px 0 0;
}
.page__portfolio .page-top__nav-arrow {
	margin: 0;
}
.page__portfolio .page-top__nav-link {
	text-decoration: none;
	color: inherit;
}

.portfolio__container {
	position: relative;
	/* margin: 15px 15px 25px; */
	margin: 0 0 25px;
}

.portfolio__tagline,
.portfolio__headline,
.portfolio__subtagline {
	font-family: 'SoDoSansBold';
	text-align: center;
	color: #1e3932;
}
.portfolio__more-from .portfolio__tagline {
	font-family: 'SoDoSansSemiBold';
	font-size: 1.5rem;
    margin: 0 0 15px;
}
.portfolio__tagline,
.portfolio__headline {
	text-transform: uppercase;
}
.portfolio__tagline,
.portfolio__subtagline {
	font-size: 1.4rem;
}
.portfolio__tagline {
	margin: 0 0 20px;
	letter-spacing: 1px;
	font-weight: 700;
}
.portfolio__headline {
	font-family: 'SoDoSansLight';
	margin-bottom: 10px;
	font-size: 2.6rem;
	line-height: 2rem;
	letter-spacing: 4px;
}
.portfolio__headline sup {
	font-family: 'SoDoSansLight';
	top: -18px;
}
.portfolio__subtagline {
	font-family: 'SoDoSansLight';
	margin: 0 0 30px;
}

.portfolio__row {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.portfolio__col {
	margin: 0 0 25px;
	text-align: center;
}
.portfolio__more-from .portfolio__product-headline {

	color: #1e3932;

}



.portfolio__product-headline sup {
	font-family: 'SoDoSansLight';
	top: -8px;
}
.portfolio__product-img-container {
	position: relative;
	margin: 0 auto;
	max-width: 140px;
}
.portfolio__product-link {
	max-width: 300px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
}

.all-products .portfolio__iced-espresso .portfolio__product-link {
	color: #1e3932;
}
.product__caffe-mocha .portfolio__iced-espresso .portfolio__product-link,
.product__vanilla-latte .portfolio__iced-espresso .portfolio__product-link,
.product__caramel-macchiato .portfolio__iced-espresso .portfolio__product-link {
	color: #1e3932;
}

.product__caramel-macchiato .portfolio__iced-latte .portfolio__product-link,
.product__caffe-mocha .portfolio__iced-latte .portfolio__product-link,
.product__pumpkin-spice-latte .portfolio__iced-latte .portfolio__product-link,
.product__vanilla-latte .portfolio__iced-latte .portfolio__product-link,
.product__peppermint-mocha .portfolio__iced-latte .portfolio__product-link {
	color: #ffffff;
}


.portfolio__cold-brew .portfolio__product-link,
.portfolio__espresso-americano .portfolio__product-link
.portfolio__more-from .portfolio__product-link {
	color: #fff;
}




.portfolio__product-img {
	/* width: 100%; */
	width: auto;
    height: 350px;
}
.portfolio__product-limited, .portfolio__product-new, .portfolio__product-limited_dkgreen, .portfolio__product-new-dkgreen, .portfolio__product-new-medgreen {
	position: absolute;
	max-width: 90px;
	right: -50px;
	top: 40px;
	/* bottom: 100px; */
}
.portfolio__product-new, .portfolio__product-new-dkgreen, .portfolio__product-new-medgreen {
	bottom: unset;
}
.single-product__limited {
    max-width: 75px;
    position: absolute;
    left: -45px;
    top: 40px;
}
 .portfolio__product-new-dkgreen {
	visibility: hidden;
}




/* whats new   */
.page__whats-new .page-top__container {
	background: url(../img/whats-new/header_mobile_bg.png) no-repeat;
    background-size: cover;
}

.page__whats-new .portfolio__product-hr {
	border-top: 3px solid #ffffff;
}

.whats-new .portfolio__product-new-dkgreen {
	visibility: visible;
}
.whats-new .portfolio__product-new-medgreen {
	visibility: hidden;
}


.product__medium-roast-vanilla .single-product__limited {
	left: -35px;
}
.portfolio__product-hr {
	width: 60%;
	max-width: 160px;
	margin: 10px auto 14px;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
.portfolio__product-more {
	font-family: 'SoDoSansBlack';
	margin: 0 auto;
	display: inline-block;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.25rem;
	text-transform: uppercase;
	text-decoration: none;
	color: inherit;
}
.portfolio__product-link:hover .portfolio__product-more {
	border-bottom: 1px solid transparent;
}
.portfolio__videos {
	margin: 0 0 30px;
}
.portfolio__flavors-headline {
	margin: 0 0 40px;
	text-transform: uppercase;
	font-size: 2.25rem;
	letter-spacing: 2px;
	text-align: center;
	color:#1e3932;
	font-family: 'SoDoSansBold';
}

.product__black-unsweetened .portfolio__flavors-headline,
.product__vanilla-sweet-cream .portfolio__flavors-headline,
.product__oatmilk-dark-chocolate  .portfolio__flavors-headline  {
	color:#ffffff;
}

.product__caramel-macchiato .portfolio__flavors-headline,
.product__caffe-mocha .portfolio__flavors-headline,
.product__vanilla-latte .portfolio__flavors-headline,
.product__pumpkin-spice-latte .portfolio__flavors-headline,
.product__peppermint-mocha .portfolio__flavors-headline   {
	color:#ffffff;
}

.product__black-unsweet .portfolio__flavors-headline,
.product__milk-n-sugar .portfolio__flavors-headline {
	color:#ffffff;
}

.portfolio__iced-coffee,
.portfolio__iced-espresso,
.portfolio__iced-latte,
.portfolio__cold-brew,
.portfolio__espresso-americano,
.portfolio__more-from {
	padding: 50px 20px 25px;
}

.all-products .portfolio__iced-coffee {
	padding-top: 80px;
}

.portfolio__iced-coffee .portfolio__col {
	color: #006341;
}
.portfolio__iced-coffee .portfolio__product-hr {
	border-top: 3px solid #1e3932;
}



.portfolio__iced-coffee .portfolio__product-more {
	border-bottom: 1px solid #1e3932;
}



.all-products .portfolio__cold-brew {
	background: url('../img/bg_more-from.jpg');
	background-size: cover;
}

.page__iced-espresso .portfolio__iced-espresso, .page__product .portfolio__iced-espresso {
	background-image: none;
}
.page__iced-espresso .greenBlock, 
.page__iced-coffee .greenBlock, 
.page__cold-brew .greenBlock,
.page__espresso-americano .greenBlock {
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
}


.portfolio__iced-espresso,
.portfolio__cold-brew,
.portfolio__espresso-americano,
.portfolio__iced-espresso .portfolio__col,
.portfolio__cold-brew .portfolio__col,
.portfolio__espresso-americano .portfolio__col {
	color: #fff;
}

.portfolio__cold-brew .portfolio__col,
.portfolio__espresso-americano .portfolio__col {
	width: calc(34% - 10px);
}

.portfolio__cold-brew .portfolio__product-headline {
	color: #1e3932;
}
.portfolio__espresso-americano .portfolio__product-headline {
	color: #ffffff;
}
.all-products .portfolio__iced-espresso .portfolio__product-hr
{
	border-top: 3px solid #1e3932;
}

.product__vanilla-latte .portfolio__iced-latte .portfolio__product-hr,
.product__caffe-mocha .portfolio__iced-latte .portfolio__product-hr,
.product__pumpkin-spice-latte .portfolio__iced-latte .portfolio__product-hr,
.product__peppermint-mocha .portfolio__iced-latte .portfolio__product-hr,
.product__caramel-macchiato .portfolio__iced-latte .portfolio__product-hr
{
	border-top: 3px solid #ffffff;
}






.portfolio__cold-brew .portfolio__product-hr {
	border-top: 3px solid #1e3932;
}

.portfolio__iced-espresso .portfolio__product-more{
	border-bottom: 1px solid #fff;
}
.portfolio__iced-latte .portfolio__product-more{
	border-bottom: 1px solid #fff;
}

.all-products .portfolio__iced-espresso .portfolio__product-more {
    border-bottom: 1px solid #1e3932;
}

.all-products .portfolio__iced-espresso .slider-portfolio__dots .slick-active button {
	border: 8px solid #1e3932;
}

.portfolio__espresso-americano .portfolio__product-hr {
	border-bottom: 3px solid #fff;
	width: 160px;
}

.product__black-unsweetened .portfolio__product-hr,
.product__vanilla-sweet-cream .portfolio__product-hr,
.product__oatmilk-dark-chocolate  .portfolio__product-hr {
	border-top: 3px solid #ffffff;

}

.portfolio__cold-brew .portfolio__product-more {
	border-bottom: 1px solid #1e3932;
	color: #1e3932;
}
.product__caramel-macchiato .portfolio__iced-espresso .portfolio__product-more {
	border-bottom: 1px solid #1e3932;
}

.portfolio__espresso-americano .portfolio__product-more {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}


.product__black-unsweetened .portfolio__product-more,
.product__vanilla-sweet-cream .portfolio__product-more,
.product__oatmilk-dark-chocolate .portfolio__product-more  {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

.portfolio__espresso-americano .portfolio__product-headline {
	color: #ffffff;
}

.page__cold-brew .portfolio__cold-brew .portfolio__product-headline {
	color: #1e3932;
}

.product__black-unsweetened .portfolio__product-headline,
.product__vanilla-sweet-cream .portfolio__product-headline,
.product__oatmilk-dark-chocolate .portfolio__product-headline {
	color: #ffffff;
}

.product__black-unsweetened .portfolio__more-from .portfolio__product-headline,
.product__vanilla-sweet-cream .portfolio__more-from .portfolio__product-headline,
.product__oatmilk-dark-chocolate .portfolio__more-from .portfolio__product-headline {
	color: #1e3932;
}




.portfolio__iced-coffee .portfolio__product-more:hover,
.portfolio__iced-espresso .portfolio__product-more:hover,
.portfolio__cold-brew .portfolio__product-more:hover,
.portfolio__espresso-americano .portfolio__product-more:hover {
	border-bottom: 1px solid transparent;
}

.portfolio__more-from {
	background: url('../img/bg_more-from.jpg');
	background-size: cover;
	color: #fff;
}
.portfolio__more-from .portfolio__row {
	flex-basis: 100%;
	justify-content: space-around;
}
.portfolio__more-from .portfolio__col {
	margin: 0 0 60px;
}

.portfolio__more-from .portfolio__headline {
	margin: 0 auto 40px;
	font-size: 2.125rem;
	line-height: 2.125rem;
	font-family: 'LanderGrandeTall';
    text-transform: lowercase;
    font-weight: 400;
}
.portfolio__more-from .portfolio__headline-script {
	position: absolute;
	top: -20px;
	max-width: 70%;
	left: 0;
}
.portfolio__more-from .portfolio__product-hr {
	border-top: 3px solid #1e3932;
}
.portfolio__more-from .portfolio__product-more {
	color: #1e3932;
	border-bottom: 1px solid #1e3932;
}


.portfolio__more-from .portfolio__product-more:hover {
	border-bottom: 1px solid transparent;
}

.portfolio__more-from .portfolio__product-img-container {
	max-width: none;
}
.portfolio__more-from .portfolio__product-img {
	width: auto;
	height: 350px;
	margin: 0 auto;
}










/* Single Product */

.page__product .page-top__product-container2 {
	display: flex;
	flex-direction: row-reverse;
	padding: 100px 0px 20px 0px;
	margin: 0;
}

.page__product .page-top__product-container2 .page-top__product-col2 {
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
	width: 40%;
    max-width: 175px;
    order: 2;
	position: relative;
}
.page__product .page-top__product-container2 .page-top__text-col2 {
	display: flex;
    flex-direction: column;
    width: 60%;
    font-family: 'SoDoSansSemiBold';
    order: 1;
    text-align: left;
    margin: 120px 20px 20px;
    color: white;
    text-transform: uppercase;
}

.page__product .page-top__product-container2 .page-top__text-col2 .page-top__brand2 {
	font-size: 2vw;
    line-height: 1.125rem;
	font-family: 'SoDoSansBlack';
}

.page__product .page-top__product-container2 .page-top__text-col2 .page-top__product-title2 {
	font-size: 5.5vw;
    line-height: 3rem;
}

.page__product .portfolio__row {
	justify-content: space-around;
}

.page-top__product-container {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	height: 100%;
	margin: 0 auto;
	padding: 0 20px;
	color: #fff;
}
.page-top__product-col {
	width: 100%;
	text-align: center;
}
.page-top__product-col:first-child {
	position: relative;
	max-width: 140px;
}
.page-top__product-img {
	position: absolute;
	/* top: 0;
	right: 0;
	left: 0; */
	max-width: 130px;
	margin: 0 auto;
}
.page__portfolio .page-top__product-img {
    max-width: unset;
	position: relative;
}

.page__iced-espresso .page-top__product-img {
	height: 250px;
	width: auto;
}




.page__portfolio .page__cold-brew .page-top__product-img {
    max-width: 75%;
}

.all-products .page-top__product-img {
    position: absolute;
    height: 200px;
	width: auto;
}

.page__iced-coffee .page-top__product-img {
	width: 100%;
    height: auto;
    max-width: unset;
    position: relative;
}


.page-top__brand {
	margin: 0 0 10px 4px;
	font-size: 1rem;
	line-height: 1.125rem;
	font-weight: 700;
	letter-spacing: 2px;
}
.page-top__brand sup {
	top: -10px;
}
.page-top__product-title {
	margin: 0 0 40px;
	font-size: 2.5rem;
	line-height: 3rem;
	letter-spacing: 2px;
}
.page-top__social-list,
.page-top__social-link {
	display: flex;
	align-items: center;
}
.page-top__social-list {
	position: absolute;
	font-weight: 700;
	font-size: 0.875rem;
	right: 12px;
	bottom: 12px;
}
.page-top__social-item {
	margin: 0 6px;
}
.page-top__social-item:first-child {
	margin: 0 5px 0 0;
}
.page-top__social-item:last-child {
	margin: 0 0 0 1px;
}
.page-top__social-link {
	text-decoration: none;
	color: inherit;
}
.page-top__social-link:hover {
	text-decoration: underline;
}
.page-top__social-img {
	max-height: 23px;
}
.page-top__social-copy {
	display: none;
}

.product__caffe-mocha .page-top__container,
.product__caramel-macchiato .page-top__container,
.product__peppermint-mocha .page-top__container,
.product__pumpkin-spice-latte .page-top__container,
.product__skinny-caramel-macchiato .page-top__container,
.product__skinny-vanilla-latte .page-top__container,
.product__vanilla-latte .page-top__container {
	background: url('../img/bg-productpages-mobile.png') no-repeat center;
}

.product__oatmilk-dark-chocolate .page-top__container,
.product__black-unsweetened .page-top__container,
.product__vanilla-sweet-cream .page-top__container {
	background: url('../img/bg-productpages-mobile.png') no-repeat center;
}

.product__black-unsweet .page-top__container,
.product__milk-n-sugar .page-top__container {
	background: url('../img/bg-productpages-mobile.png') no-repeat center;
}

.product__blonde-roast .page-top__container,
.product__medium-roast .page-top__container,
.product__dark-roast .page-top__container,
.product__medium-roast-sweetened .page-top__container,
.product__medium-roast-subtly-sweet .page-top__container,
.product__medium-roast-vanilla .page-top__container {
	background: url('../img/bg-productpages-mobile.png') no-repeat center;
}

#nutrition-facts {
	max-width: 1024px;
}

.page__product .page-top__container {
	/* height: 60vh;
	min-height: 450px; */
	margin: 0 0 20px;
	background-size: cover;
	background-position-y: -100px;
    /* background-position-y: calc(-1 * (100px + (375 - 175) * ((100vw - 300px) / (767 - 300)))); */
}

.single-product__container {
	display: flex;
	flex-direction: column;
	margin: 0 15px 25px;
}
.single-product__col {
	width: 100%;
}
.single-product__details {
	margin: 0 0 25px;
	padding: 40px;
	background-color: #00754a;
	color: #fff;
}
.single-product__hdr {
	width: 40%;
}
 /* exception for one product */
.product__black-unsweetened .single-product__hdr {
	width: 70%;
}

.single-product__headline {
	font-size: 2.5rem;
    line-height: 3.5rem;
    text-transform: uppercase;
    font-family: 'SoDoSansSemiBold';
}
.single-product__headline .second-row {
	font-size: 4rem;
    text-transform: lowercase;
    font-family: 'LanderGrandeTall';
    letter-spacing: 3px;
}

.single-product__script {
	max-width: 250px;
}
.single-product__headline + .single-product__script {
	margin: 0 0 -20px;
}
.single-product__headline .single-product__script {
	margin: 0;
}
.single-product__txt {
	margin: 10px 0 10px;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-family: 'SoDoSansLight';
}
.single-product__txt sup {
	top: -4px;
}
.single-product__footnote {
	margin: 20px 0 0;
	font-size: 0.875rem;
	line-height: 1rem;
}
.single-product__nutrition {
	height: 100%;
	padding: 60px 80px;
	background-color: #00754a;
	box-sizing: border-box;
}
.single-product__nutrition-mobile {
	position: relative;
	margin: 0 0 25px;
	padding: 15px 35px 0;
	font-size: 1rem;
	font-weight: 700;
	text-transform: uppercase;
	background: #00613f;
	color: #fff;
	cursor: pointer;
}
.single-product__nutrition-txt {
	padding: 0 0 14px;
    font-size: 1.5rem;
}
.single-product__nutrition-mobile.u-show-label {
	padding: 15px 35px;
}
.single-product__nutrition-arrow {
	position: absolute;
	top: 15px;
	right: 15px;
}
.single-product__label-container {
	position: relative;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	margin: 0 auto;
    width: 600px;
}
.single-product__label-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.single-product__conservation {
	padding: 40px;
	color: #fff;
	display: flex;
	flex-direction: column;
}
.single-product__conservation-copy {
	margin: 10px 0 10px;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-family: 'SoDoSansLight';
}
.single-product__conservation-headline {
	width: 75%;
    margin: 10px 0 10px;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-family: 'SoDoSansSemiBold';
}
.single-product__conservation-logo {
	width: 40%;
    text-align: left;
    padding-bottom: 10px;
}
.single-product__conservation-logo img {
	max-width: 302px;
    width: 100%;
}
.single-product__conservation-row3 {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: flex-end;
	justify-content: space-between;
}
.single-product__conservation-btn {
	display: block;
	width: 140px;
	margin: 0;
	padding: 12px 14px 10px;
	/* border: 5px solid #fff; */
	background-color: #ffffff;
	color: #1e3932;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	font-family: "SoDoSansBlack";
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.875rem;
}
.single-product__conservation-btn:hover {
	background: #fff;
	color: #0f6342;
}
.single-product__conservation-grow {
	text-align: right;
	width: 35%;
	padding-left: 20px;
}

.single-product__wtb {
	padding: 35px 40px;
    margin: 0 0 50px;
	margin-bottom: 50px;
}

.single-product__wheretobuy {
	padding: 40px 20px;
	background-color: #1e3932;
	background-size: cover;
	color: #fff;
}
.single-product__wheretobuy-headline {
	margin: 0 0 10px;
	font-size: 2.5rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.single-product__wheretobuy-txt {
	max-width: 400px;
	margin: 0 0 20px;
	font-size: 1rem;
	line-height: 1.25rem;
}
.single-product__wheretobuy-txt sup {
	top: -4px;
}
.single-product__wheretobuy-btn {
	display: block;
	width: 140px;
	margin: 0;
	padding: 12px 14px 10px;
	border: 5px solid #fff;
	color: #fff;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	font-size: 0.875rem;
	font-weight: 700;
}
.single-product__wheretobuy-btn:hover {
	background: #fff;
	color: #0f6342;
}


/*  WHATs NEW  */
.page__whats-new .portfolio__product-more {
	border-bottom: 1px solid #fff;
	color: #fff;
}
	

/* Where to Buy */

.page__where-to-buy .page-top__container {
	margin: 15px 15px 10px;
	height: auto;
	/* height: 40vh;
	min-height: 350px; */
}
.page__where-to-buy .page-top__centering-container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.page__where-to-buy .page-top__script-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 80px 0 0;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
	letter-spacing: 2px;
	color: #fff;
}
.page__where-to-buy .page-top__script-txt {
	position: absolute;
	font-weight: 700;
	font-size: 1.25rem;
}
.page__where-to-buy .page-top__script-txt:first-child {
	top: -10px;
	left: -20px;
}
.page__where-to-buy .page-top__script-txt:last-child {
	right: -30px;
	bottom: 25px;
}
.page__where-to-buy .page-top__script-img {
	max-width: 180px;
}

.page-top__wtb-container {
    display: flex;
    flex-direction: column;
    padding: 0;
	background-color: #d4e9e2;
    /* background: url(../img/bg-iced_espresso.jpg) no-repeat center; */
    background-size: cover;
	margin-bottom: 25px;
}

.page-top__wtb-prod-container {
    width: 100%;
    position: relative;
	padding-top: 150px;
	padding-bottom: 25px;
    background-color: #1e3932;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	
}

.page-top__wtb-copy {
    padding: 10px;
	text-align: center;
}

img.page-top__wtb-prod-img {
    width: 90%;

}

img.page-top__wtb-logos {
    width: 100%;
	max-width: 717px;
}

.page-top__wtb-headline {
    font-family: 'SoDoSansSemiBold';
    font-size: 3rem;
    text-transform: uppercase;
    text-align: center;
    padding: 50px 0 20px;
}
.page-top__wtb-txt {
	font-size: 1.5rem;
    width: 90%;
    margin: auto;
}
img.wtb-placeholder {
    width: 90%;
    margin: auto;
}

.wheretobuy__container  {
	margin: 0 15px 25px;
	padding: 40px 20px;
}
.wheretobuy__container{
	text-align: center;
}
.wheretobuy__copy,
.termsofuse__copy {
	color: #006341;
}
.termsofuse__container {
	margin: 0 15px 25px;
	padding: 0 20px 40px;
}
.termsofuse__headline {
	margin: 0 0 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.wheretobuy__headline{
	margin: 0 0 50px;
}
.wheretobuy__txt sup,
.termsofuse__txt sup {
	top: -4px;
}


.wheretobuy__copy {
	max-width: 600px;
	margin: 0 auto 35px;
	text-align: center;
}
.wheretobuy__headline {
    font-size: 2rem;
   
}
.wheretobuy__txt {
	font-size: 1.25rem;
	line-height: 1.5rem;
}
.wheretobuy__row {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.wheretobuy__col {
	margin: 0 0 20px;
}
.wheretobuy__col:last-of-type {
	margin: 0;
}
.wheretobuy__logo {
	max-width: 220px;
	width: 100%;
	margin: 0 auto;
}

.wheretobuy__row iframe {
	width: 100%;
    min-height: 500px;
    margin: auto;
    margin-top: -30px;
}





/* INFLUENCER  BASE */

.page__influencers .page-top__copy-container2 h1 {
	font-family: 'PikeBold';
    font-size: 2.2rem;
	padding: 0 10px;
}

.page__influencers .page-top__container {
	
	background: url(../img/influencer/header_bkgr.jpg) no-repeat;
    background-size: 100% 100%;
	background-color: #00362e;
}
.portfolio__influencer {
    background: url(../img/influencer/portfolio_bkgr.jpg) no-repeat;
    background-size: 100% 100%;
}

.page__influencers .video_title {
	width: 100%;
}

.page__influencers .split-container__item--first {
	background-image: url("../img/influencer/where-to-buy_bkgr.jpg");
	background-size: 100% 100%;
	margin: 0;
}


.page__influencers .split-container__social-list {
	margin-top: 25px;
}

.page__influencers .split-container__item--first .split-container__copy-container {
	align-items: center;
}

.page__influencers  .page-top__product-img {
	margin-bottom: 20px;
}


.influencer .split-container__item--first,
.influencer .split-container__item--second {
    background-color: unset;
}


.page__where-to-buy  .split-container {
	background-image: url("../img/influencer/influencer_wtb_background_mobile.jpg");
	background-size: cover;
	flex-direction: column-reverse;
}

.page__where-to-buy .wtb_banner_product_img {
	width: 100%;
	height: auto;

}

.page__where-to-buy .wtb_banner_product_img_mobile {
	width: 100%;
	height: auto;
}

.page__where-to-buy .find-connect .split-container__headline_bold {
    font-size: 10vw;
    line-height: 10vw;
}







.page__influencers .page-top__product-container2, 
.page__influencers .page-top__copy-container2 {
	height: 50%;
	margin-bottom: 10px;
}


.influencerContainer  {
	display: flex;
    flex-direction: column-reverse;
	align-items: center;
	margin-bottom: 25px;
}

.influencerContentLeft, .influencer2ContentLeft, .influencer3ContentLeft, .influencer4ContentLeft  {
	width: 100%;
	overflow: hidden;
}
.influencer2Container  {
	display: flex;
    flex-direction: column-reverse;
    margin-bottom: 25px;
    align-items: center;
}



.influencer3Container  {
	display: flex;
    flex-direction: column-reverse;
	margin-bottom: 25px;
	align-items: center;
}


.influencer4Container  {
	display: flex;
    flex-direction: column-reverse;
	margin-bottom: 25px;
	align-items: center;
}







.influencerContentRight  {
	width: 90%;
	display: flex;
    flex-direction: column;
    align-items: center;
	margin: 70px 0px 10px;

}

.influencerCopy {
	padding: 0 25px;
}

.page__influencers .page-top__content-container {
	flex-direction: column;
	align-items: flex-end;
    justify-content: unset;
	height: 620px;
	margin-top: 70px;
}

.page__influencers .page-top__product-img {
	height: auto;
	width: 90%;
	max-width: unset;
}

.page__influencers .influencerContentLeft .portfolio__col,
.page__influencers .influencer2ContentLeft .portfolio__col,
.page__influencers .influencer3ContentLeft .portfolio__col,
.page__influencers .influencer4ContentLeft .portfolio__col {
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
	margin-bottom: 10px;
	max-width: none;
}
		
.vidContainer {
	overflow: hidden;
	border-radius: 30px;
	width: 80%;
}
.page__influencers video {
	border-radius: 30px;
}

.influencerContainer .slider-portfolio__dots,
.influencer2Container .slider-portfolio__dots,
.influencer3Container .slider-portfolio__dots,
.influencer4Container .slider-portfolio__dots {
	visibility: visible;
}
.influencerContainer .slider__home-nav,
.influencer2Container .slider__home-nav,
.influencer3Container .slider__home-nav,
.influencer4Container .slider__home-nav {
	visibility: visible;
    background-image: url(../img/slide_arrow-green.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.influencer2Container .title_container {
	display: flex;
	flex-direction: column;
	justify-content: left;
}






.page__influencers .social_links {
	display: flex;
	flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
}

.page__influencers .icon_insta,
.page__influencers .icon_tic {
	width: 50px;
	height: auto;
}

.page__influencers .icon_insta {
	margin-right: 15px;
}

.page__influencers .portfolio__headline {
	font-family: 'pikeRegular';
    margin-bottom: 10px;
	font-size: 3rem;
    line-height: 3.5rem;
    letter-spacing: 3px;
}

.page__influencers .portfolio__subtagline {
	font-family: 'SoDoSansRegular';
	font-size: 1rem;
	margin-bottom: 0px;
	line-height: 0.5rem
}



.page__influencers .find-connect .split-container__item .split-container__copy {
    margin: 20px 0 45px;
}




/* Terms of Use */

.page__terms-of-use .page-top__container {
	margin: 15px 15px 10px;
	height: 100px;
	min-height: auto;
}

.termsofuse__headline {
	font-size: 1.375rem;
}
.termsofuse__txt,
.termsofuse__item {
	margin: 0 0 10px;
	font-size: 0.75rem;
	line-height: 1rem;
}
.termsofuse__txt:last-child {
	margin: 0;
}
.termsofuse__list {
	margin: 0 0 0 20px;
}
.termsofuse__item {
	padding: 0 0 0 5px;
	list-style-type: decimal;
}

/* Footer */

.footer {
	padding: 35px 15px;
	background: #00754a;
	font-size: 0.875rem;
	line-height: 1.125rem;
	color: #fff;
}
.footer__container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	max-width: 1500px;
	margin: 0 auto;
	padding-left: 20px;
    padding-right: 20px;
}
.footer__nav-list {
	font-family: 'SoDoSansLight';
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 0;
}
.footer__nav-item,
.footer__nav-item--last {
	margin: 0 10px 10px;
}
.footer__nav-item:nth-of-type(odd) {
	text-align: right;
}
.footer__nav-item:nth-of-type(even),
.footer__nav-item--last {
	text-align: left;
}
.footer__nav-link {
	text-decoration: none;
	color: inherit;
}
.footer__nav-link:hover {
	text-decoration: underline;
}
.footer__nav-contact {
	font-family: 'SoDoSansBold';
	margin: 0 0 25px;
	font-weight: 700;
	text-align: center;
}
.footer__copy {
	text-align: center;
}
.footer__copy-legal {
	font-family: 'SoDoSansLight';
	font-size: 0.75rem;
}

.videoTranscript {
	margin-top: .4rem;
	text-align: center;
	font-family: 'SoDoSansLight';
	font-size: 1.5rem;
}
.videoTranscript a {
	color: #1e3932;
	text-decoration: none;
}













 @media (min-width: 375px) {

	.header {
		padding: 10px;
	}

	.slider__home-slide {
		height: 620px;
	}

	.slider__home-americano {
		height: 645px;
	}


	.slider__home-2 .slider__script-txt {
		font-size: 1.25rem;
	}
	.slider__home-2 .slider__script-img {
		max-width: 190px;
	}
	.slider__home-2 .slider__script-container h1 {
		font-size: 2.6rem;
	}


	.split-container__headline {
		font-size: 1rem;
		line-height: 1.9rem;
	}
	.split-container__headline_bold {
		font-size: 1.3rem;
		line-height: 1.9rem;
	}

	/* Where to Buy - 375 */

	.page__where-to-buy .page-top__script-container {
		margin: 80px 0 0;
	}
	.page__where-to-buy .page-top__script-txt {
		font-size: 1.75rem;
	}
	.page__where-to-buy .page-top__script-txt:first-child {
		top: -15px;
		left: -25px;
	}
	.page__where-to-buy .page-top__script-txt:last-child {
		right: -35px;
		bottom: 40px;
	}
	.page__where-to-buy .page-top__script-img {
		max-width: 240px;
	}





	/* INFLUENCER 375 */

	.page__influencers .page-top__copy-container2 h1 {
		font-size: 2.6rem;
	}

	.page__influencers .page-top__product-img {
		height: 317px;
		width: auto;

	}



}






@media (min-width: 640px) {


	
	.slider__home-3 .slider__lockup-container  {
		width: 55%;
	}

	.slider__home-2 .slider__script-container h1 {
		font-size: 3.6rem;
	}

	/*********|
	|* Pages *|
	|*********/

	/* Portfolio - 640 */

	.page__portfolio .page-top__script-txt {
		font-size: 1.5rem;
	}
	.page__portfolio .page-top__script-img {
		max-width: 255px;
	}


	.split-container__headline {
		margin: 0 0 0px;
		font-size: 1.4rem;
		line-height: 1.5rem;
	}
	.split-container__headline_bold {
		margin: 0 0 0px;
		font-size: 1.7rem;
		line-height: 1.5rem;
	}

	.page__sustainability .hero__headline {

		font-size: 6vw;
	}

	.page__espresso-americano .page-top__product-img  {
		max-width: 395px;;
	}




	/* INFLUENCER 640 */

	.page__influencers .page-top__copy-container2 h1 {
		font-size: 3.6rem;
	}

	.page__influencers .portfolio__headline {
		font-size: 6rem;
    	line-height: 5rem;
	}

	.page__influencers .portfolio__subtagline {
		font-size: 1.5rem;
		line-height: 1rem;
	}



}











@media (min-width: 728px) {



	.slider__home-2 .slider__script-container h1 {
		font-size: 2.9rem;
	}

	.slider__home-2 .slider__content-container {
		height: 100%;
		flex-direction: row;
		justify-content: flex-center;
	}
	.slider__home-2 .slider__copy-container,
	.slider__home-2 .slider__product-container  {
		width: 50%;
		height: 100%;
		justify-content: center;
	}
	.slider__home-2 .slider__product-img {
		width: 90%;
		height: auto;
	}

	.all-products .page-top__content-container {
		flex-direction: row;
		align-items: flex-end;
	}

	.all-products .page-top__copy-container2 {
		margin: unset;
		width: 50%;
		height: 100%;
		justify-content: center;
	}

	.all-products .page-top__product-container2 {
		width: 50%;
		height: 100%;
		margin: unset;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
	}

	.all-products .page-top__product-img {
		max-height: 400px;
		height: auto;
		width: 100%;
	}

	.slider__home-4 .slider__split-container1 .product, .slider__home-4 .slider__split-container3 .product {
		width: unset;
		height: 525px;
	}

	.slider__home-americano .slider__content-container {
		flex-direction: row;
        justify-content: space-between;
        align-items: unset;
	}
	.slider__home-americano .slider__copy-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 50%;
	}
	.slider__home-americano .slider__product-container img {
		height: 90%;
		width: auto;
	}













	/* INFLUENCER 728 */


	.page__influencers .page-top__content-container {
		flex-direction: row;
		align-items: flex-end;
		margin-top: 70px;
		height: 620px;
	}


	.page__influencers .page-top__product-container2 {
		display: flex;
		flex-direction: column;
		justify-content: center;
   		align-items: center;
		   width: 40%;
		   height: 100%;
		   margin: unset;
	}

	.page__influencers .page-top__copy-container2 {
		width: 60%;
		height: 100%;
		justify-content: center;
	}

	.page__influencers .page-top__copy-container2 h1 {
		font-size: 8vw;
	}

	.page__influencers .portfolio__headline {
		font-size: 8.5rem;
    	line-height: 7rem;
   	 margin-bottom: 35px;
	}

	.page__influencers .portfolio__subtagline {
		font-size: 1.9rem;
	}
	.page__influencers .page-top__product-img {
		height: auto;
		width: 95%;
	}
	


}







@media (min-width: 1024px) {

        /* Note: changed this from 728 to 1024 
        because the mobile 'stacked' view was too narrow to
        appear on mobile phones in the year 2023 */


	
	/* Shared Styles - 1024 first */

	
	/* .slider__btn-explore {
		padding: 15px 20px 16px;
		font-size: 0.75rem;
	} */


	/* Slide #1 - 1024 first */

	.slider__home-1 {
		background: url(../img/slide-1_bg.gif) no-repeat;
		background-size: cover;
	}

	.slider__home-1 .slider__product-img{
		display: block;
	}
	

	.slider__home-1 .slider__product-img, .page-top__product-img {
		width: auto;
		height: 375px;

	}

	.slider__home-1 .slider__script-container {
		width: 100%;
		text-align: center;
		margin: unset;
	}


	/* .page-top__script-container {
		max-width: 300px;
	} */
	
	 .page-top__content-container {
		flex-direction: row;
		padding: 0;
        margin: 0;
		height: 450px;
	}

	.slider__home-1 .slider__content-container {
		flex-direction: row;
		padding: 0;
        margin: 0;
		height: 450px;
	}


	.page__portfolio .page-top__content-container {
		padding: 30px 30px 0;
		height: 600px;
	}
	.slider__home-1 .slider__script-txt,
	.slider__home-2 .slider__script-txt {
		font-size: 1.75rem;
	}
	.slider__home-1 .slider__script-txt:first-of-type,
	.slider__home-2 .slider__script-txt:first-of-type {
		top: -15px;
		left: -10px;
	}
	.slider__home-1 .slider__script-txt:last-of-type,
	.slider__home-2 .slider__script-txt:last-of-type {
		text-align: right;
		right: -30px;
		bottom: 25px;
	}
	.slider__home-1 .slider__btn-explore ,
	.slider__home-2 .slider__btn-explore ,
	.page__whats-new .slider__btn-explore{
		position: relative;
		top: 10px;
	}
	.slider__home-1 .slider__btn-explore  {
		margin-top: 5px;
	}
	.slider__home-1 .slider__copy-container {
		width: 50%;
  		justify-content: center;
        
	}


	
	/* Slide #2 - 1024 first */

	.slider__home-2 {
		background: url(../img/influencer/header_bkgr.jpg) no-repeat;
    	background-size: 100% 100%;
		
	}
	.slider__home-2 .slider__content-container, .slider__home-2 .slider__copy-container {
		height: 330px;
		
	}
	
	.slider__home-2 .slider__content-container {
		display: flex;
		flex-direction: row;
		padding: 0;
		height: 100%;
	}


	
	.slider__home-2 .slider__script-container {
		margin-bottom: 20px;
	}
	.slider__home-2 .slider__script-txt {
		top: 6px;
		font-size: 2.125rem;
	}

	.slider__home-2 .slider__script-img {
		max-width: 440px;
		margin: 0 auto 40px;
	}
	


	

	/* slider home 3 - 768   1024 first */
	.slider__home-slide .slider__home-3  {
		padding-top: 60px;
	}

	.slider__home-3 .taste-tag {
		width: 300px;
	}
	.slider__home-3  .slider__script-container {
		margin-top: 0px;
	display: flex;
    align-items: center;
    flex-direction: column;
	}
	.slider__home-3 .slider__tree-container  {
		width: 375px;
		margin-top: -2.5em;
		margin-bottom: 15px;
	}

	.slider__home-3 .slider__lockup-container  {
		width: 340px;
		margin-top: 10px;
	}

	.slider__home-3 .slider__content-container, .slider__home-3 .slider__copy-container {
		height: 330px;
		/* top: -90px; */
	}

	.slider__home-3 .slide-3-copy {
		width: 600px;
    font-size: 0.8rem;
    margin-bottom: 25px;
	}


	/* slide 4 - 1024 first */
	.slider__home-4 .slider__split-container1,  .slider__home-4 .slider__split-container3 {
		height: 330px;
	}
	.slider__home-4 .slider__split-container2 {
		height: 300px;
	}

	.slider__home-4 .slider__split-container1 .copy, .slider__home-4 .slider__split-container3 .copy {
		height: 20%;
		margin-bottom: 40px;
	}

	.slider__home-4 .slider__split-container1 .product, .slider__home-4 .slider__split-container3 .product {
		height: 222px;
		width: auto;
	}

	/* Homepage Sections - 1024 first */

	.split-container,
	.inspire-board {
		margin: 0 0 30px;
	}

	/* Split Container - 1024 first */

	.split-container {
		flex-direction: row;
	}
	.split-container__item,
	.split-container__item--first {
		align-items: center;
		margin: unset;
	}
	
	.split-container__item {
		justify-content: flex-start;
	}
	.split-container__item--first {
		flex-direction: row;
		justify-content: flex-end;
	}
	.split-container__item--first .split-container__copy-container {
		align-items: flex-end;

	}
	.split-container__img {
		height: 150px;
		margin: 0 auto;
	}
	.split-container__headline {
		margin: 0 0 0px;
		font-size: 1.1rem;
		line-height: 1.5rem;
	}
	.split-container__headline_bold {
		margin: 0 0 0px;
		font-size: 1.4rem;
		line-height: 1.5rem;
	}
	.split-container__copy {
		margin: 20px 0;
	}
	.split-container__button {
		position: static;
		margin: 0;
		border: 5px solid #fff;
	}
	.split-container__button__green {
		position: static;
		margin: 0;
	}
	.split-container__input,
	.split-container__submit {
		font-size: 1rem;
		letter-spacing: 2px;
	}
	.split-container__input {
		width: 150px;
		padding: 10px 70px 8px 20px;
		border: 4px solid #fff;
	}
	.split-container__submit {
		top: 14px;
		right: 10px;
		padding: 1px 10px 0;
	}
	.split-container__social-icon {
		max-width: 100%;
	}

	

	.find-connect .split-container__headline_bold,
	.find-connect .split-container__item--first .split-container__headline,
	.find-connect .split-container__item--second .split-container__headline {
		line-height: unset;
	}

	.find-yours-iced-espresso .split-container__headline, .find-yours-iced-espresso .split-container__copy {
		background-color: #00362e;
	}

	.find-connect .split-container__copy {
		font-size: 1.2rem;
		line-height: 1.2rem;
	}


	/* Split Container - Whats New- 1024 first */

	.whats-new {
		max-width: none;
		margin: 0 0 50px;
		background: url('../../img/whats-new/whats-new-section-bg.png') no-repeat center;
		background-size: cover;
		align-items: flex-end;
	}
	/* .page__whats-new .page-top__product-container2 .page-top__product-img {
		bottom: -5px;
	} */

	.whats-new .split-container__item {
		top: 0;
		padding: 15px 20px 20px;
		max-width: 100%;
		min-height: auto;
	}
	.whats-new .split-container__copy-container {
		position: relative;
		height: 100%;
	}
	.whats-new .split-container__copy {
		max-width: 290px;
		margin: 0 auto 70px;
	}
	.whats-new .split-container__button, .whats-new .split-container__button__green {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0 auto;
	}
	.whats-new .split-container__headline {
		font-size: 1.25rem;
	}
	.whats-new .split-container__headline b {
		font-size: 2rem;
	}

	.page__whats-new .slider__btn-explore {
		margin-top: 80px;
	}




	/* Split Container - Find Yours - 1024 first */

	.find-yours {
		max-width: none;
		margin: 30px 0 30px;
		background: url('../img/bg_find-yours_v2.png') no-repeat center;
		background-size: cover;
	}
	.find-yours .split-container__item {
		top: 0;
		padding: 15px 20px 20px;
		max-width: 100%;
		min-height: auto;
	}
	.find-yours .split-container__copy-container {
		position: relative;
		height: 100%;
	}
	.find-yours .split-container__copy {
		max-width: 290px;
		margin: 0 auto 70px;
	}
	.find-yours .split-container__button, .find-yours .split-container__button__green {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 0 auto;
	}
	.find-yours .split-container__headline {
		font-size: 1.25rem;
		margin: 15px 0px;
	}
	.find-yours .split-container__headline b {
		font-size: 2rem;
	}

	

	/* Split Container - Find Connect - 1024 first */

	.find-connect {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.find-connect .split-container__item,
	.find-connect .split-container__item--first {
		min-height: auto;
	}
	.find-connect .split-container__item {
		padding: 90px 40px 70px 40px;
	}
	.find-connect .split-container__item--first {
		padding: 90px 45px 70px 35px;
	}
	.find-connect .split-container__copy {
		max-width: 320px;
		margin: 10px 0 20px;
	}
	.find-connect .split-container__item--first .split-container__copy {
		text-align: right;
	}
	



	/*  Ready Now  - 1024 first */
	.page__whats-new .page-top__copy-container2{
		width: 75%;
		margin-left: 30px;
		margin-top: 40px;
	}

	.page__whats-new .page-top__script-container2 h1 {
		font-size: 4vw;
		margin-bottom: 10px;
	}
	
	.page__whats-new .page-top__script-container2 h2 {
		font-size: 2vw;
	}

	.ready-now__item--first {
		width: 75%;
		text-align: left;
	}

	.ready-now__headline, .ready-now__headline_bold {
		font-size: 3.9vw;
	}

	.ready-now__item {
		width: 30%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-bottom: 0px;
	}

	.ready-now__item--first {
		width: 70%;
	}

	.ready-now__copy {
		font-size: 1.9vw;
	}

	.ready-now {
		flex-direction: row;
	}

	/*********|
	|* Pages *|
	|*********/




	




	/* ABOUT US 1024 first */

	.page-top__about-copy {
		padding: 50px 80px 40px 80px;
	
	}

	.find-connect .split-container__item--first .split-container__headline {
		text-align: right;
	}
	

	.page__portfolio .page-top__content-container {
		align-items: center;
		padding: 0px 0px 0px;
	}

	.page__iced-espresso .page-top__content-container {
		flex-direction: row;
	}
	
	.page__cold-brew .page-top__content-container {
		align-items: unset;
	}
	
	.page-top__copy-container2 {
		width: 40%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-right: 20px;
		margin-left: 0px;
		padding-top: 80px;
		padding-bottom: 0;
		align-self: flex-start;
	}
	.all-products .page-top__copy-container2 {
		width: 50%;
		
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		justify-content: center;
	}

	.page__cold-brew .page-top__copy-container2,
	.page__espresso-americano .page-top__copy-container2 {
		width: 40%;
		padding-right: 0px;
		margin-left: 30px;
		padding-top: 100px;
		padding-bottom: 0;
		align-self: flex-start;
	}

	.page__iced-coffee .page-top__copy-container2 {
		width: 50%;
		padding: unset;
		padding-left: 25px;
		
	}
	
	.page-top__copy-container2 .page-top__logo2 {
		width: 50%;
		margin-bottom: 20px;
		text-align: center;
	}
	.page-top__copy-container2 .page-top__logo2 img {
		max-width: 160px;
		width: 100%;
		height: auto;
	}
	.page-top__copy-container2 .page-top__script-container2 {
		width: 100%;
		text-align: center;
	}

	.page__iced-espresso.page-top__copy-container2 .page-top__script-container2 {
		width: 100%;
		
	}

	.page-top__copy-container2 .page-top__script-container2 img {
		width: 100%;
		height: auto;
		max-width: 590px;

	}


	.page__iced-espresso .page-top__copy-container2 .page-top__script-container2 img {
		width: 90%;
		height: auto;
		max-width: unset;
	}


	.page-top__product-container2 {
		width: 55%;
		text-align: right;
		margin: unset;
	}
	
	.page__portfolio.all-products .page-top__product-container2 {
		padding-bottom: unset;
		width: 50%;
		height: 100%;
		margin-top: 0px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
	}
	.page-top__product-container2 img.page-top__product-img2 {
		width: 100%;
		height: auto;
	}
	.page__cold-brew .page-top__product-container2 {
		text-align: center;
	}

	/* .page__product .page-top__container,
	.page__where-to-buy .page-top__container, */
	.page__terms-of-use .page-top__container {
		/* height: 65vh;
		margin: 0 0 75px; */
		height: 48vh;
		margin: 0 0 110px;
	}

	.page__portfolio .page-top__container {
		background: url(../img/bg-portfolio.jpg) no-repeat;
		background-size: cover;
	}

	.page__portfolio .page-top__container,
	.page__sustainability .page-top__container {
		margin: 0 0 75px;
		min-height: 600px;
	}

	/* Portfolio - 1024 first */

	
	.page__portfolio .page-top__container,
	.page__iced-coffee .page-top__container,
	.page__iced-espresso .page-top__container,
	.page__cold-brew .page-top__container,
	.page__espresso-americano .page-top__container {
		background-size: cover;
	}


	.page__iced-coffee-test .page-top__container {
		background: url(../img/test/test-kitchen_bkgr.jpg) no-repeat;
		background-size: cover;
		background-position-y:bottom;
		background-position-x:right;
	}

	.page__portfolio .page-top__product-container2 {
		width: 60%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-content: flex-end;
		justify-content: flex-end;
		margin: unset;
		margin-top: 0px;
		
	}
	.page__iced-coffee .page-top__product-container2 {
		width: 50%;
		
	}

	 .page__iced-espresso .page-top__product-container2 {
		width: 50%;
	
	}
	.page-iced-espresso__copy-container2 {
		width: 55%;
		padding-right: 0px;
		margin-left: 30px;


	}

	.page__iced-espresso .page-top__copy-container2 .page-top__script-container2 {
		width: 100%;
		text-align: center;
	}

	.page__cold-brew .page-top__script-container {
		top: 80px;
	}

	.page__portfolio .page-top__script-container {
		padding: 20px 0 0;
	}
	.page__portfolio .page-top__script-txt {
		font-size: 2.25rem;
	}
	.page__portfolio .page-top__script-img {
		max-width: 325px;
	}

	.page__portfolio .page-top__nav {
		bottom: -27px;
		flex-direction: row;
		justify-content: center;
		width: 600px;
		padding: 20px 0;
		font-size: 0.875rem;
	}
	.page__portfolio .page-top__nav-col {
		margin: 0;
	}
	.page__portfolio .page-top__nav-item {
		margin: 0 15px 0 0;
	}
	.page__portfolio .page-top__nav-arrow {
		margin: 0 50px 0 0;
	}
	.page__portfolio .page-top__nav-col:last-child .page-top__nav-arrow {
		margin: 0;
	}

	.portfolio__container {
		margin: 0 0 50px;
	}
	.portfolio__headline {
		font-size: 2.875rem;
		line-height: 3.125rem;
	}
	.portfolio__headline sup {
		top: -22px;
	}
	.portfolio__subtagline {
		margin: 0 0 80px;
	}

	.portfolio__row {
		flex-wrap: wrap;
		/* justify-content: space-between; */
	}
	.portfolio__col {
		margin: 0 0 50px;
	}
	.portfolio__product-img-container {
		max-width: 110px;
	}
	.portfolio__product-limited, .portfolio__product-new, .portfolio__product-limited_dkgreen, .portfolio__product-new-dkgreen, .portfolio__product-new-medgreen {
		max-width: 75px;
		right: -50px;
		/* bottom: 80px; */
	}
	.portfolio__product-new, .portfolio__product-new-dkgreen, .portfolio__product-new-medgreen {
		bottom: unset;
	}
	.single-product__limited {
		max-width: 90px;
		left: -55px;
		top: 40px;
	}
	.product__medium-roast-vanilla .single-product__limited {
		left: -40px;
	}
	.portfolio__product-headline {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.portfolio__tagline,
	.portfolio__subtagline {
		font-size: 1.125rem;
	}
	.portfolio__product-hr {
		width: 90%;
		max-width: 250px;
		margin: 12px auto 16px;
	}
	.portfolio__flavors-headline {
		margin: 0 0 50px;
		font-size: 2.75rem;
	}

	.portfolio__videos {
		margin: 0 0 60px;
	}

	.portfolio__more-from  {
		padding: 50px 20px;
	}
	.portfolio__iced-espresso .portfolio__col, 
	.portfolio__iced-coffee .portfolio__col {
		width: calc(33.333% - 30px);
		margin-right: 25px;
		margin-left: 25px;
	
	}
	.portfolio__iced-espresso .portfolio__product-hr,
	.portfolio__cold-brew .portfolio__product-hr,
	.portfolio__espresso-americano .portfolio__product-hr
	 {
		width: 60%;
	}
	.portfolio__product-link {
		max-width: 350px;
	}
	
	.portfolio__cold-brew .portfolio__row {
		justify-content: space-around;
	}



	.all-products  .page-top__copy-container2 h1 {
	
		font-size: 3rem;
	}
	.all-products  .page-top__copy-container2 h2 {
		
		font-size: 1.9rem;
	}








	/* Single Product - 1024 first */

	.page__product .page-top__product-container2 {
		flex-direction: row;
		padding: 100px 80px 20px;
    	width: 80%;
	}

	.page__product .page-top__product-container2 .page-top__product-col2 {
		order: 1;
		max-width: 175px;
	}
	.page__product .page-top__product-container2 .page-top__text-col2 {
		order: 2;
		text-align: left;
		margin: 150px 30px 0px 30px;
	}
	
	.page__product .page-top__product-container2 .page-top__text-col2 .page-top__brand2 {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
	
	.page__product .page-top__product-container2 .page-top__text-col2 .page-top__product-title2 {
		font-size: 3.5rem;
		line-height: 3.75rem;
	}

	.single-product__headline {
		font-size: 3rem;
		line-height: 4.5rem;
	}
	.single-product__headline .second-row {
		font-size: 5rem;
	}

	.page-top__product-container {
		flex-direction: row;
		/* align-items: flex-end; */
		padding: 0 40px 0 10%;
	}
	.page-top__product-col {
		width: initial;
		text-align: left;
	}
	.page-top__brand {
		font-size: 1rem;
		line-height: 1.125rem;
	}
	.page-top__product-img {
		position: relative;
		top: auto;
		right: auto;
		/* bottom: -100px; */
		left: auto;
		max-width: 140px;
	}
	.page-top__product-container2 .page-top__product-img {
		max-width: 600px;
		align-self: flex-end;
	}
	.page__portfolio .page-top__product-img {
		max-width: 550px;
		margin: unset;
	}

	.page__iced-espresso .page-top__product-img {
		width: 100%;
		height: auto;
		
	}
	
	.page-top__product-container2 .page-top__product-img.all-products {
		max-width: 500px;
		margin: 0;
	}
	.all-products .page-top__product-container2 .page-top__product-img {
		max-width: unset;
		height: unset;
		height: auto;
		width: 100%;
		max-height: 550px;
	}
	.page__cold-brew .page-top__product-container2 .page-top__product-img {
		max-width: 560px;
	}
	.page__espresso-americano .page-top__product-container2 .page-top__product-img {
		max-width: unset;
		height: 495px;
		width: auto;
		margin: 0 auto;
	}


	.page-top__product-title {
		margin: 0 0 40px;
		font-size: 2.875rem;
		line-height: 3.375rem;
	}
	.page-top__social-list {
		position: static;
		font-size: 0.75rem;
	}
	.page-top__social-item,
	.page-top__social-item:first-child {
		margin: 0 35px 0 0;
	}
	.page-top__social-item:last-child {
		margin: 0;
	}
	.page-top__social-img {
		max-height: 22px;
		margin: 0 8px 0 0;
	}

	.page-top__product-col:last-child {
		width: 100%;
		margin: 0 0 40px 30px;
	}
	.page-top__social-copy {
		display: block;
	}

	.single-product__details {
		margin: 0 0 10px;
		padding: 40px;
	}
	.single-product__hdr {
		width: 90%;
	}
	.single-product__container {
		flex-direction: row;
		margin: 0 0 50px;
	}
	.single-product__col {
		width: calc(50% - 5px);
	}
	.single-product__col:first-child {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin: 0 5px;
	}
	.single-product__col:last-child {
		margin: 0 0 0 5px;
	}
	.single-product__headline {
		font-size: 2.25rem;
		letter-spacing: 2px;
	}

	.single-product__script {
		max-width: 220px;
	}
	.single-product__wtb {
		padding: 25px;
		margin: 0 0 50px;
	}
	.single-product__wtb-copy-container {
		flex-direction: row;
		align-items: flex-start;
	}
	.single-product__wtb-copy {
		padding-bottom: 0;
	}
	.single-product__wtb-row1 {
		width: 65%;
	}
	.single-product__wtb-headline {
		font-size: 1.75rem;
		line-height: 2rem;
	}
	.single-product__wtb-headline_bold {
		font-size: 2rem;
		line-height: 2.25rem;
	}
	.single-product__wtb-row2 {
    	width: 35%;
		display: flex;
		justify-content: center;
		align-self: center;
	}
	.single-product__wheretobuy {
		padding: 20px;
	}
	.single-product__wheretobuy-headline {
		margin: 0 0 15px;
		letter-spacing: 5px;
	}
	.single-product__wheretobuy-txt {
		max-width: 400px;
		margin: 0 0 25px;
	}
	.single-product__nutrition {
		padding: 20px;
	}
	.single-product__label-container {
		width: 100%;
		padding-bottom: 169.25%;
	}

	.product__caffe-mocha .page-top__container,
	.product__caramel-macchiato .page-top__container,
	.product__peppermint-mocha .page-top__container,
	.product__pumpkin-spice-latte .page-top__container,
	.product__skinny-caramel-macchiato .page-top__container,
	.product__skinny-vanilla-latte .page-top__container,
	.product__vanilla-latte .page-top__container {
		background: url('../img/bg-iced_espresso.jpg');
		background-size: cover;
    	background-repeat: no-repeat;
	}

	.product__blonde-roast .page-top__container,
	.product__medium-roast .page-top__container,
	.product__dark-roast .page-top__container, 
	.product__medium-roast-sweetened .page-top__container,
	.product__medium-roast-vanilla .page-top__container {
		background: url('../img/bg-iced_espresso.jpg');
		background-size: cover;
    	background-repeat: no-repeat;
	}

	.product__black-unsweetened .page-top__container,
	.product__vanilla-sweet-cream .page-top__container,
	.product__oatmilk-dark-chocolate .page-top__container
	 {
		background: url('../img/bg-iced_espresso.jpg');
		background-size: cover;
    	background-repeat: no-repeat;
	}

	.product__black-unsweet .page-top__container,
	.product__milk-n-sugar .page-top__container
	 {
		background: url('../img/bg-iced_espresso.jpg');
		background-size: cover;
    	background-repeat: no-repeat;
	}

	

	.page__product .page-top__container {
		background-position-y: -100px;
		background-size: cover;
	}

	/* Where to Buy - 1024 first */

	.page-top__wtb-container {
		flex-direction: row;
	}
	.page-top__wtb-prod-container {
		width: 50%;
	}
	.page-top__wtb-copy {
		width: 50%;
		padding: 80px 30px 20px;
		margin: auto;
	}
	.page-top__wtb-txt {
		width: 80%;
	}
	img.wtb-placeholder {
		width: 100%;
		margin: auto;
	}
	.page__where-to-buy .page-top__container {
		/* height: 40vh;
		min-height: 350px; */
		margin: 0 0 5px;
	}
	.page__where-to-buy .page-top__script-container {
		margin: 80px 0 0;
	}
	.page__where-to-buy .page-top__script-txt {
		font-size: 2.5rem;
	}
	.page__where-to-buy .page-top__script-img {
		max-width: 340px;
	}
	.page__where-to-buy .page-top__script-txt:first-child {
		top: -15px;
		left: -20px;
	}
	.page__where-to-buy .page-top__script-txt:last-child {
		right: -55px;
		bottom: 55px;
	}
	.wheretobuy__container {
		margin: 0 0 40px;
		padding: 50px;
	}
	.wheretobuy__container {
		margin: 25px 0 40px;
	}
	.wheretobuy__copy {
		margin: 0 auto 60px;
	}
	.wheretobuy__headline {
		margin: 0 0 50px;
	}

	.wheretobuy__headline {
		font-size: 2rem;
	}
	.wheretobuy__txt {
		font-size: 1.375rem;
		line-height: 1.625rem;
	}
	.wheretobuy__row {
		flex-direction: row;
		width: 650px;
		margin: 0 auto;
	}
	.wheretobuy__col:first-child {
		margin: 0 20px 0 0;
	}
	.wheretobuy__col {
		margin: 0 20px;
	}
	.wheretobuy__col:last-child {
		margin: 0 0 0 20px;
	}
	.wheretobuy__logo {
		max-width: 100%;
		width: auto;
	}



	/* Whats New page  - 1024 first */

	.page__whats-new .page-top__product-container2 .page-top__product-img.all-products {
		max-width: 250px;
		
	} 

	.page__whats-new .page-top__container {
		background: url(../img/whats-new/header_bg.png);
		
	}

	.page__whats-new .page-top__product-container2 {
		height: 100%;
		width: 55%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-end;
		margin: 0;
	}

	.whats-new_greenblock {
		background-color: #b3d7c6;
		width: 100%;
		height: 170px;
		bottom: 0px;
		opacity: 1;
		position: absolute;
		
	}




	/*Sustainability page - 1024 first */
	.page__sustainability .wrapper--inner  .conservation_logo {
		visibility: visible;
		display: block;
	}
	
	.conservation_logo_mobile {
		display: none;
	}

	.page__sustainability .wrapper--inner .page-top__headline {
		font-size: 2.2vw;
		margin-top: 30px;
	}

	.page__sustainability .page-top__tree-container {
		margin-top: -30px;

	}

	.page__sustainability .page-top__container {
		background: url(../img/sustainability/header-background.png) no-repeat;
		background-size: cover;
		background-color: #00362e;
	}

	.page__sustainability .page-top__content-container {
		height: 600px;
	}

	.page__sustainability .page-top__copy-container2 .page-top__script-container2 {
		width: 100%;
		margin-bottom: 50px;
	}
	
	.page__sustainability .page-top__logo {
		margin-bottom: 30px;
	}

	.page__sustainability .page-top__copy-container2 {
		width: 80%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: auto;
		margin-top: 75px;
		margin-bottom: 10px;
		position: relative;
		
	}
	.page__sustainability .slider__btn-explore {
		margin-top: 30px;
	}
	

	.page__sustainability .wrapper--inner .sustain-communities {
		margin-top: 50px;
		margin-bottom: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
		flex-direction: row;
		justify-content: center;
		align-items: center;	
	}
	
	.page__sustainability .wrapper--inner .sustain-communities-img {
		width: 60%;
		margin-left: auto;
	}
	
	.page__sustainability .sustain-communities .slider__btn-explore {
		width: 150px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.page__sustainability .page-top__copy-container2 .slider__btn-explore {
		width: 150px;
	}

	/* nurturing section 1024 first */

	.page__sustainability .wrapper--inner .page-top__content-container {
		height: auto;
		flex-direction: row;
		width: 100%;
		max-width: unset;
	}
	.page__sustainability .wrapper--inner .page-top__product-img {
		margin-top: 12vw;
		top: unset;
		bottom: unset;
		left: unset;
		right: unset;
	}
	.page__sustainability .wrapper--inner .page-top__copy-container2 {
		width: 50%;
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 20px;
		margin-top: 0px;
		margin-bottom: 0px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
	}
	.page__sustainability .wrapper--inner .page-top__headline {
		width: 100%;
	}
	.page__sustainability .wrapper--inner .page-top__product-container2 {
		padding-left: 30px;
		width: 50%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.page__sustainability .wrapper--inner .greenBlock {
		height: 30%;

	}
	
















	/* Terms of Use - 1024 first */

	.termsofuse__container {
		padding: 0 50px 50px;
	}
	.page__terms-of-use .page-top__container {
		margin: 0 0 5px;
		height: 110px;
	}
	.termsofuse__headline {
		margin: 0 0 20px;
	}

	.termsofuse__headline {
		font-size: 1.875rem;
	}
	.termsofuse__list {
		margin: 0 0 0 30px;
	}
	.termsofuse__txt,
	.termsofuse__item {
		margin: 0 0 15px;
		font-size: 0.875rem;
		line-height: 1.125rem;
	}

	/* More From the Collection - 1024 first */

	.portfolio__iced-coffee,
	.portfolio__iced-espresso,
	.portfolio__cold-brew,
	.portfolio__espresso-americano {
		padding: 50px 20px 25px;
	}
	.portfolio__more-from {
		padding: 50px 25px;
	}
	.portfolio__more-from .portfolio__col {
		max-width: 280px;
		margin: 0;
	}
	.portfolio__more-from .portfolio__headline {
		position: relative;
		margin: 0 auto 15px;
		font-size: 2.75rem;
		line-height: normal;
	}
	.portfolio__more-from .portfolio__headline-script {
		top: -10px;
		max-width: 54%;
		left: 0;
	}
	.portfolio__more-from .portfolio__tagline {
		margin: 0 0 15px;
		font-size: 1.75rem;
		/* font-weight: 700; */
	}

	/* Footer - 1024 first */

	.footer {
		padding: 40px 50px;
	}
	.footer__nav-list {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}
	.footer__nav-item,
	.footer__nav-item--last {
		width: auto;
		margin: 0 20px 10px 0;
	}
	.footer__nav-item--last {
		margin: 0;
	}
	.footer__nav-contact {
		margin: 0 0 30px;
	}
	.footer__copy-legal {
		font-size: 0.875rem;
	}

}




















@media (min-width: 1024px) {


	/* Slide Lifestyle Image */
	.slider__lifestyleImage {
		background: url(../img/slide-lifestyleImage.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		background-color: #00362e;
	}



	/* Slider 1 */

	.slider-1_legal {
		
		bottom: 15px;
		right: 45px;
	}

	.slider__home-2 .slider__script-container h1 {
		font-size: 3.5rem;
	}

	.videoTranscript {
		font-size: 1rem;
	}

	/***********|
	|* Overall *|
	|***********/
	body {
		padding: 30px;
	}

	.wrapper--inner {
		padding: 0 80px;
	}

	/* Utilities - 1024 */

	.desktop-breaks {
		display: inline;
	}
	.mobile-breaks {
		display: none;
	}

	.u-hide-mobile {
		display: block;
	}
	.u-show-mobile {
		display: none;
	}


	.u-scroll-up {
		right: -50px;
		bottom: 80px;
	}
	.u-scroll-up__inner {
		border: 50px solid transparent;
		border-bottom-color: #006341;
		top: -50px;
	}
	.u-scroll-up__inner:after {
		left: -50px;
		top: 50px;
		border: 50px solid transparent;
		border-top-color: #006341;
	}
	.u-scroll-up__txt {
		bottom: -80px;
		left: -25px;
		font-size: 0.875rem;
	}
	.u-scroll-up__arrow {
		border: 20px solid transparent;
		border-bottom-color: #fff;
		top: 0;
		left: -20px;
	}

	.u-responsive-video {
		padding-bottom: 52.75%;
	}



	/* HEADER NAV  1024*/

	.header__nav-icon, 
	.header__nav-icon--close {
		margin: 0 10px 0 0;
		width: 26px;
		height: 21px;
	}
	.header__nav-txt {
		display: block;
		font-size: 1rem;
	}

	.top-nav__overlay--min {
		min-height: 650px;
	}

	.videoContainer {
		margin: 30px 0;
	}


	.page__iced-espresso .greenBlock {
		height: 150px;
	}
	.page__espresso-americano .greenBlock,
	.page__cold-brew .greenBlock{
		height: 110px;
	}

	.page__iced-coffee .greenBlock {
		height: 120px;
	}

	/***********|
	|* Content *|
	|***********/

	/* nav overlay - 1024 */
	.top-nav__overlay {
		width: calc(100% + 30px);
		margin-left: -30px;
	}

	/* Header - 1024 */

	.header {
		padding: 5px 40px;
	}



	.header_container .header, 
	.page-top__container .header {
		width: calc(100% - 60px);
		max-width: 1500px;
		margin: 0 auto;

	}

	/**********|
	|* Slider *|
	|**********/


	.slider__container {
		margin: 0 0 30px;
	}

	.slider__home-slide, .page-top__content-container {
		height: 330px;
		min-height: auto;
		max-height: initial;
		padding: 110px 40px 0px;
		overflow: hidden;
	}

	.page__portfolio .page-top__container {
		min-height: 400px;
	}

	.page__portfolio .page-top__content-container {
		overflow: visible;
	}



	/* Slide Nav - 1024 */

	.slider__home-nav {
		top: calc(50% - 40px);
		width: 32px;
		height: 40px;
	}

	.slider__home-nav-prev--1 {
		left: 50px;
	}
	.slider__home-nav-next--1 {
		right: 50px;
	}

	.slider__home-slide,  .page-top__content-container {
		height: 480px;
		padding: 90px 40px 0px;
	}

	/* Shared Styles - 1024 */

	.slider__btn-explore {
		width: 150px;
		font-size: 0.875rem;
	}

	/* Slide #1 - 1024 */

	.slider__home-1 .greenBlockContainer {

		position: relative;
		top: -480px;
		width: inherit;
	}
	
	.slider__home-1 .greenBlock {
		width: calc(100% + 80px);
		height: 110px;
		left: -40px; /*adjust for container margins */

	}

	.slider__home-1 .slider__product-container, .page-top__product-container {
		
		width: 50%;
		
        justify-content: center;
		
	}
	.page-top__content-container {
		left: 0;
		padding: 0 75px 0;
	}

	.slider__home-1 .slider__logo,
	.slider__home-2 .slider__logo,
	 .page-top__logo {
		width: 170px;
		height: 170px;
	}
	.page-top__script-container {
		max-width: 360px;
	}
	.slider__home-1 .slider__script-container {
		margin-bottom: 20px;
	}
	.slider__home-1 .slider__script-txt {
		font-size: 2.125rem;
	}
	.slider__home-1 .slider__script-txt:first-of-type {
		top: -20px;
		left: -20px;
	}
	.slider__home-1 .slider__script-txt:last-of-type {
		text-align: right;
		right: -35px;
		bottom: 25px;
	}
	.slider__semibold-txt {
		font-size: 2rem;
	}
	.slider__reg-txt {
		font-size: 2.5rem;
	}
	.slider__home-1 .slider__btn-explore {
		top: 10px;
	}



    .slider__home-1 .slider__btn-explore {
        margin: unset;
    }

	.slider__home-1 h2 {
		font-size: 2.6rem;	
	}

	.slider__home-4 .slider__split-container1 .product, .slider__home-4 .slider__split-container3 .product {
		height: 342px;
	}

	.slider__home-1 .slider__logo-img,
	.slider__home-4 .slider__logo-img,
	.slider__home-3 .slider__logo-img {
		width: 170px;
		height: auto;
	}
	.slider__home-3 .slider__logo-img {
		margin-bottom: 30px;
	}



	/* Slider Americano */

	.slider__home-americano {
		height: 510px;
    	padding: 60px 40px 0px;
	}



	.slider__home-americano .slider__content-container {
		flex-direction: row;
        justify-content: space-between;
        align-items: unset;
	}

	.slider__home-americano .slider__copy-container {
		width: 50%;
	}
	.slider__home-americano .slider__product-container {
		width: 50%;
	}
	.slider__home-americano .slider__product-container img {
		width: unset;
		height: 100%;
	}

	.slider__home-americano-txt1 {
		font-size: 2.8rem;
	}
	.slider__home-americano-txt1 b {
		font-size: 4.8rem;
	}
	.slider__home-americano .slider__logo-img {
		width: 170px;
		height: auto;
		margin: 15px 0 15px ;
	}
	
	.slider__home-americano_divider {
		width: 334px;
		height: auto;
		margin: 1px 0;
	}
	.slider__home-americano-txt2 {
		margin-bottom: 20px;
	}

	.slider__home-americano-txt2 .line1 {
		font-size: 2.3rem;
	}
	.slider__home-americano-txt2 .line2 {
		font-size: 1.6rem;
	}
	
	.slider__home-americano .slider__btn-explore {
		padding: 15px 20px 16px;
	}













	/* Slide #2 - 1024 */


	
	.slider__home-2 .slider__copy-container {
		height: 100%;
		width: 50%;
		top: 0;
		margin-left: 60px;
	}
	.slider__home-2 .slider__script-txt {
		top: 10px;
		font-size: 2.625rem;
	}
	.slider__home-2 .slider__script-img {
		max-width: 540px;
		margin: 0 auto 40px;
	}

	.slider__home-2 .slider__product-container {
		height: 100%;
		width: 50%;
		top: 0px;
	}

	.slider__home-2 .slider__product-img {
		width: auto;
		height: 400px;
	}
	.page__influencers .social_links {
		justify-content: flex-start;

	}


	/* slide #3 - 1024  */

	.slider__home-slide .slider__home-3  {
		padding-top: 60px;
	}

	.slider__home-3 .taste-tag {
		width: 375px;
		max-width: 500px;
	}
	.slider__home-3  .slider__script-container {
	display: flex;
    align-items: center;
    flex-direction: column;
	}
	.slider__home-3 .slider__tree-container  {
	
		margin-top: -44px;
		width: 510px;
	}
	.slider__home-3 .slider__lockup-container  {
		width: 470px;
		margin-top: 20px;
	}

	.slider__home-3 .slider__content-container, .slider__home-3 .slider__copy-container {
		height: 480px;
		/* top: -50px; */
	}

	/* slider 4 1024 */

	.slider__home-4 .slider__split-container1,
	.slider__home-4  .slider__split-container3 {
		height: 480px;
	}
	.slider__home-4  .slider__split-container2 {
		height: 400px;
	}
	
	/* Homepage categories  1024 */

	/*category GRID */

	.home__categoryContainer {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 30px;	
	}

	.home__categoryContainer .category-container__copy {
		font-size: 1.2rem;
		margin: 25px 20px;
	}
	.home__categoryContainer .category-container__headline {
		font-family: 'SoDoSansRegular';
		font-size: 2rem;
		text-align: center;
	}
	.home__categoryContainer .category-container__headline b {
		
		font-size: 3.3rem;
	}

	.home__categoryContainer  .category-container__button {
		
		font-size: 1rem;
		width: unset;
		max-width: 80%;
	}


	/* Split Container - 1024 */




	.split-container__img {
		height: 250px;
	}
	.split-container__headline {
		margin: 0 0 15px;
		font-size: 1.7rem;
		letter-spacing: 2px;
	}
	
	.split-container__copy {
		font-size: 0.7rem;
	}
	.find-yours .split-container__copy {
		font-size: 1.2rem;
		line-height: 1.25rem;
	}
	.whats-new .split-container__copy {
		font-size: 1rem;
	}
	.split-container__button, .split-container__button__green {
		font-size: 1.125rem;
		width: 230px;
		padding: 15px 15px 12px;
	}
	.split-container__copy {
		margin: 0 0 25px;
		line-height: 1rem;
	}
	.split-container__input,
	.split-container__submit {
		font-size: 1.125rem;
		letter-spacing: 2px;
	}
	.split-container__input {
		width: 190px;
		padding: 10px 110px 8px 20px;
		border: 5px solid #fff;
	}
	.split-container__submit {
		right: 20px;
		padding: 1px 20px 0;
	}

	/* Split Container - Find Yours - 1024 */

	.find-yours .split-container__item {
		padding: 20px 20px 25px;
	}
	.find-yours .split-container__headline {
		font-size: 1.5rem;
    	line-height: 2rem;
	}
	.find-yours .split-container__headline b {
		font-size: 2.25rem;
	}
	.find-yours .split-container__copy {
		max-width: 290px;
		margin: 0 auto 75px;
		
	}

	.single-product__wtb-copy {
		
		font-size: 1.3rem;
		line-height: 1.75rem;
	}

	/* Split Container - Whats New - 1024 */

	.whats-new .split-container__item {
		padding: 20px 20px 25px;
	}
	.whats-new  .split-container__headline {
		font-size: 1.5rem;
    	line-height: 2rem;
	}
	.whats-new  .split-container__headline b {
		font-size: 2.25rem;
	}
	.whats-new  .split-container__copy {
		max-width: 290px;
		margin: 0 auto 75px;
	}

	/* Split Container - Find Connect - 1024 */

	.find-connect .split-container__item {
		padding: 90px 30px 70px 45px;
	}
	.find-connect .split-container__item--first {
		padding: 90px 45px 70px 20px;
	}
	/* .split-container__headline_bold.pad-bttm {
		margin: 0 0 15px;
		margin-top: -12px;
	} */

	.find-connect .split-container__btn {
		font-size: 1.125rem;
		padding: 18px 35px 18px;
	}


	.find-connect .split-container__social-item {
		margin: 0 20px 0 0;
	}
	
	.find-connect .split-container__social-icon {
		height: 35px;
	}




	/*********|
	|* Pages *|
	|*********/


	/* ABOUT US 1024 */

	.page-top__about-copy {
		padding: 50px 100px 60px 100px;
	
	}


	/*  top header image - Whats New - 1024 */
	
	.page__whats-new .page-top__product-container2 .page-top__product-img.allproducts {
		max-width: 550px;
		bottom: -50px;
	}

	

	/* Portfolio - 1024 */
	.page-top__copy-container2 {
		
		margin-top: -10px;
	}
	
	.all-products .page-top__product-container2 {
		width: 50%;
	}
	.page__portfolio .page-top__script-txt {
		font-size: 2.5rem;
	}
	.page__portfolio .page-top__script-img {
		max-width: 350px;
	}

	.page__portfolio .page-top__nav {
		bottom: -30px;
		width: 800px;
		padding: 23px 0;
	}
	
	
	.page-top__copy-container2 .page-top__logo2 {
		margin-bottom: 40px;
	}


	.page__iced-espresso .page-top__copy-container2 .page-top__logo2 {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 20px;
		text-align: center;
	}

	.portfolio__headline {
		font-size: 3.125rem;
		line-height: 3.375rem;
	}
	.portfolio__headline sup {
		top: -22px;
	}
	.portfolio__tagline,
	.portfolio__subtagline {
		font-size: 1.25rem;
	}
	.portfolio__subtagline {
		margin: 0 0 80px;
	}
	.portfolio__product-img-container {
		max-width: 140px;
	}
	.portfolio__product-limited, .portfolio__product-new,
	 .portfolio__product-limited_dkgreen, .portfolio__product-new-dkgreen, .portfolio__product-new-medgreen {
		max-width: 110px;
		right: -75px;
		/* bottom: 100px; */
	}
	.single-product__limited {
		max-width: 110px;
		left: -70px;
		top: 40px;
	}
	.product__medium-roast-vanilla .single-product__limited {
		left: -55px;
	}
	.portfolio__product-new, .portfolio__product-new-dkgreen, .portfolio__product-new-medgreen {
		bottom: unset;
		/* right: -60px; */
	}
	.portfolio__flavors-headline {
		margin: 0 15px 60px;
		font-size: 3rem;
	}

	.portfolio__product-headline {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}

	.portfolio__product-hr {
		margin: 14px auto 18px;
	}

	/* .portfolio__iced-coffee {
		padding: 60px 40px 10px;
	} */

	.portfolio__iced-coffee,
	.portfolio__iced-espresso,
	.portfolio__cold-brew,
	.portfolio__espresso-americano {
		padding: 60px 10px 10px;
	}
	.all-products .portfolio__iced-coffee {
		padding-top: 60px;
	}

	 .portfolio__iced-coffee .portfolio__col {
		width: calc(25% - 40px);
		margin-right: 50px;
		margin-left: 50px;
		max-width: 475px;
	}

	.portfolio__iced-espresso .portfolio__col{
		width: calc(34% - 10px);
		margin-right: 0px;
		margin-left: 0px;
		max-width: 475px;
	}

	.page-iced-espresso__copy-container2 {
		width: 55%;
		padding-right: 0px;
		margin-left: 30px;
		/* padding-top: 50px; */
	}

	.page__iced-espresso .page-top__copy-container2 {
		width: 55%;
		height: 100%;
		justify-content: center;
		margin: unset;
		padding-top: 0px;
		padding-left: 0px;
	}

	.page__iced-espresso .greenBlock {
		height: 100px;
	}

	.page__cold-brew .page-top__copy-container2 {
		width: 50%;
    	margin-left: 50px;
   	 	padding-top: 0px;
	}
	.page__espresso-americano .page-top__copy-container2 {
		width: 50%;
		margin-left: 20px;
		padding-top: unset;
	}

	
	

	/* Single Product - 1024 */

	.page__product .page-top__product-container2 {
		padding: 100px 10px 20px 180px;
	}

	.page-top__product-col:first-child {
		max-width: 150px;
	}
	.page-top__brand {
		font-size: 1.375rem;
		line-height: 1.5rem;
	}
	.page-top__product-container {
		padding: 0 60px 0 140px;
	}
	.page-top__product-col:last-child {
		margin: 0 0 40px 40px;
	}
	.page-top__product-img {
		/* bottom: -100px; */
		max-width: 150px;
	}
	.page-top__product-title {
		margin: 0 0 50px;
		font-size: 4rem;
		line-height: 4.5rem;
	}
	.page-top__social-list {
		font-size: 0.875rem;
	}
	.page-top__social-item,
	.page-top__social-item:first-child {
		margin: 0 50px 0 0;
	}
	.page-top__social-item:last-child {
		margin: 0;
	}
	.page-top__social-img {
		max-height: 28px;
		margin: 0 10px 0 0;
	}

	.single-product__details {
		margin: 0 0 20px;
		padding: 40px;
	}
	.single-product__hdr {
		width: 60%;
	}


	 /* exception for one product */
.product__black-unsweetened .single-product__hdr {
	width: 100%;
}


	.single-product__container {
		flex-direction: row;
		margin: 0 0 50px;
	}
	.single-product__col {
		width: calc(50% - 10px);
	}
	.single-product__col:first-child {
		margin: 0 10px;
	}
	.single-product__col:last-child {
		margin: 0 0 0 10px;
	}
	.single-product__headline {
		font-size: 2.5rem;
		letter-spacing: 5px;
	}
	/* .single-product__limited {
		max-width: 120px;
		left: 730px;
		bottom: -60px;

	} */
	.single-product__script {
		max-width: 270px;
	}
	.single-product__txt {
		font-size: 1.6rem;
		line-height: 1.6rem;
	}
	.single-product__conservation-copy {
		font-size: 1.6rem;
		line-height: 1.6rem;
	}
	

	.single-product__wtb {
		padding: 35px 40px;
	}
	.single-product__wtb-row1 {
		width: 75%;
		padding-right: 20px;
	}
	.single-product__wtb-headline {
		font-size: 2rem;
		line-height: 2.4rem;
	}
	.single-product__wtb-headline_bold {
		font-size: 2.25rem;
		line-height: 2.25rem;
	}
	.single-product__wtb-row2 {
    	width: 25%;
	}

	.single-product__wheretobuy {
		padding: 40px;
	}
	.single-product__wheretobuy-headline {
		margin: 0 0 15px;
		font-size: 2.5rem;
		letter-spacing: 5px;
	}
	.single-product__wheretobuy-txt {
		max-width: 400px;
		margin: 0 0 25px;
		font-size: 1.125rem;
		line-height: 1.375rem;
	}
	.single-product__nutrition {
		padding: 40px;
	}
	.single-product__label-container {
		padding-bottom: 169.25%;
	}










	/* Where to Buy - 1024 */

	.page__where-to-buy .page-top__container {
		min-height: 375px;
	}
	.page__where-to-buy .page-top__script-container {
		margin: 80px 0 0;
	}
	.page__where-to-buy .page-top__script-txt {
		font-size: 3rem;
	}
	.page__where-to-buy .page-top__script-img {
		max-width: 380px;
	}
	.page__where-to-buy .page-top__script-txt:first-child {
		top: -20px;
		left: -40px;
	}
	.page__where-to-buy .page-top__script-txt:last-child {
		right: -60px;
		bottom: 60px;
	}
	.page__product.product__skinny-caramel-macchiato .page-top__product-container2 .page-top__text-col2 .page-top__product-title2 {
		width: 90%;
	}
	.wheretobuy__container {
		padding: 60px;
	}
	.wheretobuy__copy {
		margin: 0 auto 75px;
	}
	.wheretobuy__row {
		width: 100%;
	}
	.termsofuse__container {
		padding: 0 60px 60px;
	}
	.termsofuse__headline {
		margin: 0 0 20px;
	}
	.wheretobuy__txt sup,
	.termsofuse__txt sup {
		top: -6px;
	}

	.wheretobuy__txt {
		font-size: 1.5rem;
		line-height: 1.75rem;
	}





	
	


		/* Influencer  1024 */

		.page__influencers .influencerContentRight .decor {
			width: 120px;
		}

		.page__influencers .page-top__product-container2 {
			height: 570px;
   			
			 justify-content: center;
		}

		.page__influencers .page-top__copy-container2 h1 {
			font-size: 6.4vw;
		}

		.page__influencers .page-top__copy-container2 {
		
			height: 100%;
			margin: unset;
			padding: unset;
			justify-content: center;
		}
		.page__influencers .page-top__content-container  {
			margin-top: 65px;
			height: 620px;
		}
		.page__influencers .page-top__product-img {
			max-width: unset;
			align-self: unset;
			margin: unset;
		}

	.page__influencers .page-top__container {
		background: url(../img/influencer/header_bkgr.jpg) no-repeat;
		background-size: 100% 100%;
	}
	.page__influencers .portfolio__headline {
		margin-bottom: 10px;
		font-size: 4rem;
		line-height: 4rem;
		letter-spacing: 3px;
	}
	.page__influencers .portfolio__subtagline {
		font-size: 1.1rem;
		margin-bottom: 0px;
		line-height: 1rem;
	}
	.page__influencers .decor_container {
		margin-top: 100px;
	}

	.page__influencers .influencer2Container .decor_container,
	.page__influencers .influencer3Container .decor_container {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
	.page__influencers .influencerContainer .decor_container,
	.page__influencers .influencer4Container .decor_container {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}

.influencerContainer  {
    flex-direction: row-reverse;
	align-items: center;
	margin-top: 70px;
}
.influencer2Container {
    flex-direction: row;
	align-items: center;
	margin-top: unset;
	margin-bottom: unset;
	margin-top: 70px;
}
.influencer3Container {
    flex-direction: row;
	align-items: center;
	margin-top: 70px;
}
.influencer4Container {
    flex-direction: row-reverse;
	align-items: center;
	margin-top: 90px;

}

.influencerContentLeft, .influencer3ContentLeft, .influencer4ContentLeft {
    width: 50%;
	margin: 0 25px;
}
.influencer2ContentLeft {
    width: 50%;
	margin: 0 25px;
}

.influencerContentRight {
	width: 50%;
	margin: 0 25px;
}

.page__influencers .find-connect .split-container__copy {
    max-width: unset;

}


.vidContainer {
	width: 80%;
}
.portfolio__influencer .slider__home-nav-prev--1 {
	left: 0px;
	width: 25px;
    height: 30px;
}
.portfolio__influencer .slider__home-nav-next--1 {
	right: 0px;
	width: 25px;
    height: 30px;
}

.influencerContainer .social_links,
.influencer4Container .social_links {
	justify-content: flex-end;
}

.page__influencers .find-connect .split-container__btn  {
	display: inline;
}

.page__influencers .split-container__social-list {
    margin-top: 45px;
}



.page__where-to-buy  .split-container {
	background-image: url("../img/influencer/influencer_wtb_background.jpg");
	background-size: 100% 100%;
	flex-direction: column-reverse;
}

.page__where-to-buy .find-connect .split-container__item--first {
	padding: 30px 45px 70px 20px;
}

.page__where-to-buy .find-connect .split-container__item {
    padding: 30px 0px 0px 0px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
    align-items: center;
}

.page__where-to-buy .split-container__copy-container {
    align-items: flex-start;

}

.page__where-to-buy  .find-connect .split-container__item--first .split-container__copy {

    text-align: left;
	max-width: unset;
}

.page__where-to-buy .find-connect .split-container__headline_bold {
    font-size: 3rem;
    line-height: 3rem;
}

.page__where-to-buy .wtb_banner_product_img {
	height: 300px;
	width: auto;
}












	/* Terms of Use - 1024 */

	.page__terms-of-use .page-top__container {
		height: 110px;
	}
	.termsofuse__headline {
		font-size: 2.375rem;
	}
	.termsofuse__txt,
	.termsofuse__item {
		margin: 0 0 20px;
		font-size: 1rem;
		line-height: 1.25rem;
	}

	/* More From the Collection - 1024 */

	.portfolio__more-from {
		padding: 60px 40px;
	}
	.portfolio__more-from .portfolio__row {
		align-items: flex-end;
	}
	.portfolio__more-from .portfolio__col {
		max-width: 400px;
	}
	.portfolio__more-from .portfolio__tagline {
		margin: 0 0 20px;
		font-size: 2.5rem;
		font-family: 'SoDoSansSemiBold';
	}
	.portfolio__more-from .portfolio__headline {
		margin: 0 auto 25px;
	}
	.portfolio__more-from .portfolio__headline-script {
		top: -20px;
		max-width: 55%;
		left: 0;
	}
	.portfolio__more-from .portfolio__subtagline {
		text-transform: uppercase;
	}
	





	/* Where To Buy - 1024 */

	/* .page-top__wtb-prod-container {
		width: 60%;
	} */
	/* img.page-top__wtb-prod-img {
		max-width: 350px;
	} */





























	/* SUSTAINABILITY 1024 */

	.page__sustainability .page-top__copy-container2 .slider__btn-explore {
		width: 190px;
	}

	.page__sustainability .page-top__copy-container2 {
		
		margin-top: 30px;
	}

	.page__sustainability .hero__headline {
		font-size: 55px;
	}
	.page__sustainability .page-top__tree-container {
		margin-top: -3rem;
	}

	.page__sustainability .wrapper--inner .page-top__headline {
		font-size: 2vw;
	}


	.page__sustainability .wrapper--inner .conservation_logo {
		padding-left: 30px;
	}

	.page__sustainability .wrapper--inner .page-top__copy-container2 {
		padding-left: 30px;
		
	}
	.page__sustainability .page-top__copy-container2 .page-top__script-container2 .sustain-lockup {
		width: 75%;
		
	}

	.page__sustainability .page-top__content-container {
		padding: 0 0px 0;
		height: unset;
		
	}
	.page__sustainability .wrapper--inner .page-top__headline {
		margin-top: 30px;
	}
	.page__sustainability .wrapper--inner .body-copy {
		width: 100%;
		font-size: 2rem;
		margin-bottom: 30px;
	}

	.page__sustainability .wrapper--inner .page-top__product-img {
		 margin-top: 50px; 
		top: unset;
    	bottom: unset;
    	left: unset;
    	right: unset;
	}
	.page__sustainability .sustain-communities .slider__btn-explore {
		width: 190px;
		margin-top: 0px;
		margin-bottom: 0px;
	}









	/* Whats New - 1024 */

	.page__whats-new .slider__btn-explore {
		margin-top: 65px;
	}

	.page__whats-new .page-top__copy-container2 {
		margin-top: 30px;
		margin-left: 50px;
	}

	.ready-now__headline, .ready-now__headline_bold {
		font-size: 3.7vw;
	}

	.ready-now__copy {
		font-size: 1.8vw;
	}

	.whats-new_greenblock {
		
		height: 140px;
		
	}









	/* Footer - 1024 */

	.footer {
		padding: 40px 45px 45px;
	}
	/* .footer__container {
		flex-direction: row;
		align-items: flex-end;
		justify-content: space-between;
	} */
	.footer__nav-contact {
		margin: 0;
	}
	.footer,
	.footer__nav-contact {
		text-align: left;
	}
	.footer__copy {
		text-align: right;
	}

}



















@media (min-width: 1280px) {

	/***********|
	|* Overall *|
	|***********/

	.wrapper--inner {
		padding: 0 110px;
	}

	

	

	

	.slider-1_legal {
		
		bottom: 10px;
		right: 65px;
	}


	.slider__lifestyleImage h1 {
		font-size: 4rem;
	}
	

	/* Utilities - 1280 */

	.u-responsive-video {
		padding-bottom: 53%;
	}

	/***********|
	|* Content *|
	|***********/

	/* Header - 1280 */

	.header {
		padding: 12px 40px;
	}

	/**********|
	|* Slider *|
	|**********/

	/* Shared Styles - 1280 */

	.slider__btn-explore {
		width: 200px; 
		font-size: 1.25rem;
	}

	/* Slide Nav - 1280 */

	.slider__home-nav {
		top: calc(50% - 45px);
		/* width: 36px;
		height: 45px; */
	}
	.slider__home-nav-prev--1 {
		left: 60px;
	}
	.slider__home-nav-next--1 {
		right: 60px;
	}

	/* Slide #1 - 1280 */


	
	.slider__home-1 .greenBlockContainer {

		top: -540px;
		width: inherit;
	}
	
	.slider__home-1 .greenBlock {
		height: 120px;
	}

	.slider__home-1 .slider__script-txt {
		font-size: 2.5rem;
	}
	.slider__home-1 .slider__script-txt:first-of-type {
		top: -25px;
		left: -20px;
	}
	.slider__home-1 .slider__script-txt:last-of-type {
		right: -30px;
		bottom: 30px;
	}	
	.slider__home-slide, .page-top__content-container {
		height: 540px;
        padding: 130px 40px 0px;
	}
	.slider__home-1 .slider__content-container{
		padding: 0 25px 0;
        height: 500px;
        margin: 0;
	}

	/* Slider 2 */

	.slider__home-2 {
		height: 590px;
		padding: 80px 40px 0px;
	}
	.slider__home-2 .slider__script-container h1 {
		font-size: 4rem;
	}

	.slider__home-2 .slider__product-img {
		width: auto;
		height: 500px;
	}



	.page-top__content-container {
		padding: 0 25px 0;
        height: 500px;
        margin: 0;
	}
    .slider__home-1 .slider__product-img, .page-top__product-img {
        width: auto;
        height: 400px;
    }
	.slider__home-4 .slider__split-container1 .product, .slider__home-4 .slider__split-container3 .product {
		height: 372px;
	}

	.page__portfolio .page-top__container {
		height: 680px;
	}

	.page-top__content-container {
		height: 540px;
		overflow: visible;
		padding: 0 50px 0;
		padding-top: 80px;
	}
	.page__portfolio .page-top__content-container {
		height: 680px;
		/* padding: 80px 0px 0; */
	}
	.all-products .page-top__content-container {
		height: 680px;
		padding: unset;
	}
	
	.page__portfolio .page-top__product-img {
		max-width: 600px;
		height: 550px;
	}
	.page__iced-coffee .page-top__product-img {
		width: auto;
		max-height: 510px;
	}


	.page-top__product-container {
		max-width: 600px;
	}

	.slider__home-2 .slider__logo,
	 .page-top__logo {
		width: 170px;
		height: 170px;
		margin-bottom: 40px;
	}
	.slider__home-1 .slider__logo {
		width: 170px;
		height: 170px;
		margin-bottom: 20px;
	}
	 .page-top__script-container { 
		max-width: 450px;
	}

	.slider__home-1 h2 {
		font-size: 2.9rem;	
	}



	/* Slide Americano - 1280 */
	.slider__home-americano {
		height: 590px;
    	padding: 80px 40px 0px;
	}

	.page__espresso-americano .page-top__product-container2 .page-top__product-img {
		height: 550px;

	}



	/* Slide #2 - 1280 */
	
	.slider__home-2 .slider__copy-container {
		top: 60px;
		margin-left: 80px;
	}
	.slider__home-2 .slider__script-container {
		margin-bottom: 20px;
	}
	.slider__home-2 .slider__script-txt {
		top: 10px;
		font-size: 3rem;
	}
	.slider__semibold-txt {
		font-size: 2.5rem;
	}
	.slider__reg-txt {
		font-size: 3.25rem;
	}
	.slider__home-2 .slider__script-img {
		max-width: 600px;
		margin: 0 auto 40px;
	}



	/* slide 3  - 1280 */
	/* Sustainability */

	.slider__home-3 .taste-tag {
		width: 395px;

	}

	.slider__home-3 .slider__tree-container {
		/* margin-top: -44px; */
		width: 550px;
	}





	/* slide 4 - 1280 */

	.slider__home-4 .slider__split-container1, 
	.slider__home-4  .slider__split-container3 {
		height: 540px;
	}
	.slider__home-4  .slider__split-container2 {
		height: 500px;
	}








	/* Split Container - 1280 */

	.split-container__img {
		height: 350px;
	}

	.split-container__headline {
		font-size: 2.2rem;
		line-height: 0.5rem;
	}
	.split-container__headline_bold {
		font-size: 2.2rem;
    	line-height: 2.125rem;
    	letter-spacing: 1px;
	}
	

	/* all products page */
	.page-top__content-container {
		padding-top: 80px;
	}

	

	/* Split Container - Whats New - 1280 */

	.whats-new .split-container__item {
		padding: 25px 20px 30px;
	}
	.whats-new .split-container__headline {
		margin: 0 0 20px;
		font-size: 2.25rem;
		line-height: 2.75rem;
	}
	.whats-new .split-container__headline b {
		font-size: 3.25rem;
	}
	.whats-new .split-container__copy {
		margin: 0 auto 80px;
	}
	



		/* WHATS NEW PAGE - 1280 */
		.page__whats-new .page-top__product-container2 .page-top__product-img.all-products {
			max-width: 289px;
			/* bottom: -28px; */
		}


		.page__whats-new .page-top__script-container2 h1 {
			font-size: 50px;
		}

		.page__whats-new .page-top__script-container2 h2 {
			font-size: 25px;
		}


		.page__whats-new .page-top__product-container2 .page-top__product-img {
			max-width: 600px;
			
		}
	
		.page__whats-new .page-top__copy-container2 {
			margin-top: -30px;
		}

		.whats-new_greenblock {
		
			height: 170px;
			
		}
		.page__whats-new .slider__btn-explore {
			margin-top: 85px;
		}


	



	/* Split Container - Find Yours - 1280 */

	.find-yours .split-container__item {
		padding: 25px 20px 30px;
	}
	.find-yours .split-container__headline {
		margin: 0 0 20px;
		font-size: 2.25rem;
		line-height: 2.75rem;
	}
	.find-yours .split-container__headline b {
		font-size: 3.25rem;
	}
	.find-yours .split-container__copy {
		margin: 0 auto 80px;
	}

	/* Split Container - Find Connect - 1280 */

	.find-connect .split-container__item {
		padding: 120px 40px 80px 70px;
	}
	.find-connect .split-container__item--first {
		padding: 120px 50px 50px 40px;
	}

	



	/* Ready Now 1280 */

	.ready-now__headline, .ready-now__headline_bold {
		font-size: 48px;
	}
	.ready-now__copy {
		font-size: 20px;
	}




	
	/*********|
	|* Pages *|
	|*********/


	.all-products  .page-top__copy-container2 h1 {
	
		font-size: 3.5rem;
	}
	.all-products  .page-top__copy-container2 h2 {
		
		font-size: 2.5rem;
	}

	/* .page__product .page-top__container {
		margin: 0 0 100px;
	} */

	/* Portfolio - 1280 */

	.page__portfolio .page-top__script-txt {
		font-size: 2.825rem;
	}
	.page__portfolio .page-top__script-img {
		max-width: 400px;
		margin-bottom: 10px;
	}

	.page__portfolio .page-top__nav {
		bottom: -35px;
		width: 750px;
		padding: 28px 0;
	}

	.portfolio__product-img-container {
		max-width: 160px;
		/* max-width: 225px; */
	}
	.portfolio__product-limited, .portfolio__product-new, .portfolio__product-limited_dkgreen, .portfolio__product-new-dkgreen, .portfolio__product-new-medgreen {
		max-width: 120px;
	}

	.portfolio__headline {
		font-size: 4rem;
		line-height: 4.25rem;
	}
	.portfolio__headline sup {
		top: -26px;
	}
	.portfolio__subtagline {
		margin: 0 0 100px;
	}

	.portfolio__product-hr {
		margin: 18px auto 22px;
	}
	.portfolio__flavors-headline {
		font-size: 3.25rem;
	}

	/* .portfolio__iced-coffee {
		padding: 80px 105px 30px;
	} */

	.portfolio__iced-coffee,
	.portfolio__iced-espresso,
	.portfolio__cold-brew,
	.portfolio__espresso-americano {
		padding: 80px 65px 30px;
	}

	.portfolio__more-from {
		padding: 80px 105px;
	}
	.portfolio__more-from .portfolio__headline {
		margin: 0 auto 15px;
		font-size: 3rem;
	}
	
	.portfolio__more-from .portfolio__headline-script {
		max-width: 70%;
	}

	.page-iced-espresso__copy-container2 {
		padding-top: 45px;
	}
	.page__iced-espresso .greenBlock {
		height: 110px;
	}


	.page__cold-brew .page-top__product-container2 .page-top__product-img {
		max-width: 620px;
	}

	.page__cold-brew .greenBlock {
		height: 110px;
	}

	

	/* Single Product - 1280 */
	.page__product .page-top__product-container2 .page-top__text-col2 {
		margin: 200px 30px 0px 30px;
	}
	.page__product .page-top__product-container2 .page-top__text-col2 .page-top__brand2 {
		font-size: 1.5rem;
		line-height: 1.75rem;
	}
	.page__product .page-top__product-container2 .page-top__text-col2 .page-top__product-title2 {
		font-size: 4.25rem;
		line-height: 4.75rem;
	}
	.page__product .page-top__product-container2 .page-top__product-col2 {
		max-width: 250px;
	}
	.page__product .page-top__container {
		min-height: 600px;
	}

	.page-top__product-container {
		padding: 0 80px 0 220px;
	}
	.page-top__product-container {
		width: 50%;
		right: -50px;
		max-width: 600px;
		padding: 0 0 0 300px;
	}
	.page-top__product-col:first-child {
		max-width: 180px;
	}
	.page-top__product-img {
		/* bottom: -25px; */
		max-width: 180px;
	}
	
	.page__product .page-top__product-img {
		width: unset;
	}
	.single-product__limited {
		max-width: 140px;
		left: -90px;
		top: 60px;
	}
	.product__medium-roast-vanilla .single-product__limited {
		left: -70px;
	}
	.page-top__product-title {
		margin: 0 0 60px;
		font-size: 5rem;
		line-height: 5.5rem;
	}
	.page-top__social-item,
	.page-top__social-item:first-child {
		margin: 0 60px 0 0;
	}
	.page-top__social-item:last-child {
		margin: 0;
	}
	.page-top__social-img {
		max-height: 30px;
	}






	.page__portfolio .page-top__copy-container2 {
		width: 55%;

	}

	.page__portfolio .page-top__product-container2 {
		width: 45%;
	}

	
	.page__cold-brew  .page-top__copy-container2 {
		width: 55%;
		margin: unset;
	}

	.page__espresso-americano .page-top__copy-container2 {
		width: 60%;
    	/* margin-left: 70px; */
	}
	.page__espresso-americano .page-top__product-container2 {
		width: 40%;
    	
	}



	.single-product__details {
		padding: 40px;
	}
	.single-product__container {
		flex-direction: row;
		margin: 0 0 50px;
	}
	.single-product__headline {
		font-size: 3.375rem;
	}
	/* .single-product__limited {
		max-width: 130px;
		left: 850px;
		bottom: -65px;
	} */
	.single-product__script {
		max-width: 280px;
	}
	
	.single-product__wtb-headline {
		font-size: 2.25rem;
		line-height: 2.4rem;
	}
	.single-product__wtb-headline_bold {
		font-size: 2.45rem;
		line-height: 2.65rem;
	}

	.single-product__wheretobuy {
		padding: 40px 60px;
	}
	.single-product__wheretobuy-headline {
		margin: 0 0 15px;
		font-size: 3rem;
		letter-spacing: 5px;
	}
	.single-product__wheretobuy-txt {
		max-width: 440px;
		margin: 0 0 25px;
	}
	.single-product__nutrition {
		padding: 60px;
	}

	/* Where to Buy - 1280 */
	img.page-top__wtb-logos {
		width: 100%;
		padding: 30px 0;
	}

	
	.page__where-to-buy .page-top__script-container {
		margin: 80px 0 0;
	}
	.page__where-to-buy .page-top__script-txt {
		font-size: 3.375rem;
	}
	.page__where-to-buy .page-top__script-txt:first-child {
		top: -25px;
		left: -45px;
	}
	.page__where-to-buy .page-top__script-txt:last-child {
		right: -60px;
		bottom: 60px;
	}
	.page__where-to-buy .page-top__script-img {
		max-width: none;
	}

	.wheretobuy__container {
		padding: 80px;
	}
	.wheretobuy__txt {
		font-size: 1.625rem;
		line-height: 1.875rem;
	}

	/* img.page-top__wtb-prod-img {
		max-width: 450px;
	} */












	/* INFLUENCER 1280 */


	.page__influencers .page-top__product-img {
		height: 530px;
		width: auto;
		max-width: unset;
	}

	.page__influencers .page-top__content-container {
		height: 680px;
		margin-top: 75px;
	}
	.page__influencers .page-top__product-container2 {
		width: 45%;
		height: 675px;
	}

	.page__influencers .page-top__copy-container2,
	.page__influencers .page-top__product-container2 {
			width: 50%;
	}




	/* SUSTAINABILITY 1280 */

	.page__sustainability .wrapper--inner .conservation_logo {
		height: 65%;
		width: auto;


	}


	.page__sustainability .page-top__script-container2 {
		margin-top: 20px;
	}

	.page__sustainability .wrapper--inner .page-top__copy-container2 {
		padding-left: 40px;
	}

	.page__sustainability .wrapper--inner .page-top__product-img{
		width: 100%;
	}
	/* .page__sustainability .wrapper--inner  .conservation_logo,
	.page__sustainability .wrapper--inner .nurture-img
	 {
		max-width: 510px
	} */

	.page__sustainability .page-top__logo {
		width: 160px;
		height: 160px;
	}

	/* Terms of Use - 1280 */
	.termsofuse__container {
		padding: 0 80px 80px;
	}
	.page__terms-of-use .page-top__container {
		height: 120px;
	}

	.termsofuse__headline {
		font-size: 3rem;
	}
	.termsofuse__txt,
	.termsofuse__item {
		font-size: 1.125rem;
		line-height: 1.375rem;
	}

	/* Footer - 1280 */

	.footer {
		padding: 40px 0px 45px 0px;
		max-width: 1500px;
		margin: 0 auto;
	}

}

@media (min-width: 1366px) {

	/***********|
	|* Content *|
	|***********/




	/**********|
	|* Slider *|
	|**********/

	/* Shared Styles - 1366 */

	
	


	.slider__lifestyleImage h1 {
		font-size: 4.5rem;
		margin-bottom: 85px;


	}
	

	/* Slide Nav - 1366 */

	.slider__home-nav {
		top: calc(50% - 50px);
		/* width: 41px;
		height: 50px; */
	}
	.slider__home-nav-prev--1 {
		left: 70px;
	}
	.slider__home-nav-next--1 {
		right: 70px;
	}

	.slider__home-slide{
		height: 600px;
        padding: 140px 40px 0px;
	}

    .slider__home-1 .slider__product-img, .page-top__product-img {
        width: auto;
        height: 500px;
    }

	.page-top__content-container {
		height: 740px;
	}

	.page-top__copy-container2 .page-top__script-container2 img {
		width: 100%;
	}

	.page__iced-coffee .page-top__copy-container2 .page-top__script-container2 img {
		width: 100%;
	}

	
	.slider__home-1 .greenBlockContainer {

		top: -600px;
		width: inherit;
	}
	
	.slider__home-1 .greenBlock {
		height: 135px;
	}
	
	.slider__home-1 .slider__product-container, .page-top__product-container {
		max-width: 725px;
	}

	.slider__home-1 .slider__content-container {
		padding: 0 50px 0;
        height: 550px;
        margin: 0;
	}

	.page-top__content-container {
		padding: 80px 60px 0;
	}

	/*.slider__home-1 .slider__script-container, */.page-top__script-container {
		max-width: 500px;
	}

	.slider__home-1 .slider__script-txt {
		font-size: 3rem;
	}
	.slider__home-1 .slider__script-txt:first-of-type {
		top: -35px;
		left: -30px;
	}
	.slider__home-1 .slider__script-txt:last-of-type {
		right: -50px;
		bottom: 20px;
	}

	.slider__home-1 h2 {
		font-size: 3.5rem;	
	}


	/* slider Americano - 1366 */
	.slider__home-americano {
		height: 660px;

		padding: 80px 40px 0px; 
	}

	/* slider - Americano */
	.slider__home-americano-txt1 {
		font-size: 3.7rem;
	}
	.slider__home-americano-txt1 b {
		font-size: 6rem;
	}
	
	
	.slider__home-americano_divider {
		width: 375px;
		
	}
	

	.slider__home-americano-txt2 .line1 {
		font-size: 2.9rem;
	}
	.slider__home-americano-txt2 .line2 {
		font-size: 2.1rem;
	}
	
	







	/* slider 2  - 1366  */

	.slider__home-2 .slider__product-container {
		max-width: 650px;
		/* top: 30px; */
	}
	.slider__home-2 .slider__copy-container {
		top: 60px;
		margin-left: 100px;
	}


	/* slide 3 - 1366 */

	.slider__home-3 .taste-tag {
		width: 470px;

	}

	.slider__home-3 .slider__tree-container {
		margin-top: -54px;
		width: 625px;
		margin-bottom: 20px;
	}

	.slider__home-3 .slider__lockup-container {
		width: 520px;
		margin-top: 50px;
	}

	.slider__home-3 .slide-3-copy {
		width: 650px;
		font-size: 1.1rem;
		margin-bottom: 50px;
	}


	/* slider 4 - 1366 */

	.slider__home-4 .slider__split-container1 {
		padding-left: 90px;
	}
	.slider__home-4 .slider__split-container3 {
		padding-right: 100px;
	}

	.slider__home-4 .slider__split-container1, 
	.slider__home-4 .slider__split-container3 {
		height: 600px;
	}

	.slider__home-4 .slider__split-container2 {
		height: 560px;
	}

	.slider__home-4 .slider__split-container1 .product, .slider__home-4 .slider__split-container3 .product {
		height: 420px;
	}

	
	/* Split Container - 1366 */

	.split-container__headline {
		font-size: 2.2rem;
		line-height: 0.5rem;
	}
	.split-container__headline_bold {
		font-size: 2.5rem;
    	line-height: 2.125rem;
    	letter-spacing: 1px;
	}


	

	

	/* Split Container - Find Connect - 1366 */

	.find-connect .split-container__item {
		padding: 120px 45px 80px 70px;
	}
	.find-connect .split-container__item--first {
		padding: 120px 70px 80px 35px;
	}

	.ready-now__item--first .ready-now__copy-container {
		margin-left: 50px;
	}

	/*********|
	|* Pages *|
	|*********/

	.page-top__container {
		min-height: 600px;
	}

	/* SUSTAINABILITY 1366 */

	.page__sustainability .wrapper--inner .conservation_logo {
		padding-left: 50px;
	}

	.page__sustainability .conservation_logo {
		padding-left: 50px;
		width: auto;
		height: 80%;
	}

	.page__sustainability .page-top__copy-container2 .page-top__script-container2 img {
		width: 100%;
	}

	.page__sustainability .wrapper--inner .page-top__product-img {
		max-width: 575px;
	}

	.page__sustainability .wrapper--inner .page-top__copy-container2 {
		padding-left: 50px;
		width: 55%;
	}

	.page__sustainability .wrapper--inner .page-top__product-container2 {
		width: 45%;
	}
	
	/* Portfolio - 1366 */

	.page__portfolio .page-top__script-txt {
		font-size: 3rem;
	}
	.page__portfolio .page-top__script-img {
		max-width: 450px;
	}

	.page-top__product-container {
		padding: 0 80px 0 240px;
	}

	.page__portfolio .page-top__nav {
		width: 800px;
	}

	/* .portfolio__product-limited, .portfolio__product-limited_dkgreen {
		max-width: initial;
		right: -90px;
	} */

	.portfolio__product-limited, .portfolio__product-new, .portfolio__product-limited_dkgreen, .portfolio__product-new-dkgreen, .portfolio__product-new-medgreen {
		right: -75px;
		max-width: 110px;
	}

	.portfolio__headline {
		font-size: 4.375rem;
		line-height: 4.625rem;
	}
	.portfolio__headline sup {
		top: -30px;
	}

	/* .portfolio__iced-coffee {
		padding: 80px 115px 30px;
	} */

	.portfolio__iced-coffee,
	.portfolio__iced-espresso,
	.portfolio__cold-brew,
	.portfolio__espresso-americano {
		padding: 80px 75px 30px;
	}
	.portfolio__iced-espresso .portfolio__headline {
		max-width: 950px;
		margin: 0 auto 20px;
	}

	.portfolio__more-from {
		padding: 80px 115px;
	}

	.portfolio__more-from .portfolio__headline {
		font-size: 3.25rem;
	}

	.page__portfolio .page-top__copy-container2 {
		width: 60%;
	}

	.page__portfolio .page-top__product-container2 {
		width: 40%;
	}



	.page__espresso-americano .page-top__script-container2 img {
		max-width: 660px;

	}

	

	.single-product__details {
		padding: 80px 40px;
	}
	.single-product__wheretobuy {
		padding: 60px 80px 40px;
	}
	.single-product__nutrition {
		padding: 60px 80px;
	}

	/* .single-product__limited {
		max-width: none;
		left: 880px;
	} */
	.single-product__wtb-row1 {
		width: 65%;
	}

	.single-product__wtb-row2 {
		width: 35%;
	}




	/* WHERE TO BUY -1366 */

	.wheretobuy__row {
		width: 1000px;
	}



	/* INFLUENCER 1366 */
	.page__influencers .page-top__copy-container2 {
			width: 60%;
	}


	.page__influencers .page-top__product-container2 {
			width: 40%;
	}


}



@media (min-width: 1450px) {



	.slider__home-2 .slider__script-container h1 {
		font-size: 5rem;
	}


	.page__influencers .page-top__copy-container2 h1 {
		font-size: 6rem;
	}

	.slider__home-1 .slider__product-img, .page-top__product-img {
		width: auto;
		height: 500px;
	}

	.slider-1_legal {
		
		bottom: 10px;
		right: 95px;
	}

	.page__influencers .portfolio__headline {
		font-size: 6rem;
		line-height: 4rem;
		margin-bottom: 35px;
	}

	.page__influencers .portfolio__subtagline {
		font-size: 1.5rem;
		margin-bottom: 0px;
		line-height: 1rem;
	}



		/*Footer -1560 */
		.footer__container {
			flex-direction: row;
			align-items: flex-end;
			justify-content: space-between;
			padding-left: 50px;
			padding-right: 50px;
		}

		.footer__nav-item, .footer__nav-item--last {
			width: auto;
			margin: 0 20px 0 0;
		}


}


@media (min-width: 1560px) {


	.slider__home-1 h2 {
		font-size: 4.2rem;	
	}

	

	.all-products  .page-top__copy-container2 h1 {
	
		font-size: 3.8rem;
	}
	.all-products  .page-top__copy-container2 h2 {
		
		font-size: 2.8rem;
	}

	.all-products  .page-top__copy-container2 {
			width: 50%;
			margin-left: 50px;
		
	}
	.page__portfolio.all-products .page-top__product-container2 {
		width: 50%;
	
}

.page__portfolio .page-top__product-container2 .page-top__product-img.all-products {
    max-width: 700px;
}

/* ABOUT US 1560 */

.page-top__about-copy {
	padding: 50px 120px 60px 120px;

}



	/* SUSTAINABILITY */

	.page__sustainability .page-top__headline {
		font-size: 30px;
	}
	
	.page__product .page-top__product-container2 {
		padding: 100px 380px 20px;
	}

	.page__sustainability .wrapper--inner .page-top__headline {
		font-size: 1.8vw;
	}


		/* WHERE TO BUY -1366 */

		.wheretobuy__row {
			width: 1150px;
		}

	
}

@media (min-width: 1920px) {

	/***********|
	|* Content *|
	|***********/

	/* Homepage Slider - 1920 */

	/* .slider__home-1 .slider__content-container {
		padding: 0;
	} */

	/*********|
	|* Pages *|
	|*********/


	/* SUSTAINABILITY */

	

	/* Portfolio - 1920 */

	.portfolio__headline {
		font-size: 4.75rem;
		line-height: 5rem;
	}
	.portfolio__headline sup {
		top: -32px;
	}
	.portfolio__more-from .portfolio__headline {
		font-size: 4rem;
	}
}

/* color overrides */
.white {
	color: #ffffff;
}

.dark-green {
	color: #1e3932;
}

.light-green {
	color: #d4e9e2;
}

.md-green {
	color: #00754a;
}

.dark-green-bg {
	background-color: #1e3932;
}

.light-green-bg {
	background-color: #d4e9e2;
}

.md-green-bg {
	background-color: #00754a;
}</pre></body></html>