html, body, div, span, applet, object, iframe,
h2, h3, h4, 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;
	background-color: #484F2C;
	color: #E4E3DB;
	font-family: sofia-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	display: grid;
}


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

a {
    color: #D9D7CC;
    text-decoration: none;
}

a:hover{
	color: white;
	transition: .3s;
	padding-left: 10px;
}

a[href^="tel:"] {
    color: #D9D7CC;
	text-decoration: none;
}

a:hover[href^="tel:"] {
    color: white;
}




/* COLORS BEGIN ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.ltgreen {
	color: #9CA27B;
}

.dkgreen {
	color: #484F2C;
}

.cream {
	color: #D9D7CC /* #E4E3DB */;
}

.dkcream {
	color: #CFCDBF;
}

.brown {
	color: #6B6256;
}



/* COLORS END ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* FONTS BEGIN ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 
Light		
	font-weight: 300;

Regular		
	font-weight: 400;

Medium		
	font-weight: 500;

SemiBold	
	font-weight: 600;

*/

h1 {
	font-size: 100px;
	line-height: 1.1;
	font-weight: 400;
	margin-bottom: 80px;
	z-index: 0;
}

h2 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 60px;
}

h3 {
	font-size: 48px;
}

h4 {
	font-size: 100px;
	margin-bottom: 30px;
	z-index: 0;
}

h5 {
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 60px;
}


p {
	font-size: 48px;
	line-height: 62px;
	padding-bottom: 30px;
}

.marginTop {
	margin-top: 80px;
}

/* FONTS END ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* CURSOR BEGIN ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

  
/* CURSOR END ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* MAIN BEGIN ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.mainHero, .mainHome, .mainCPG, .mainNPD, .mainClients, .mainAbout, .mainFooter {
	position: relative;
	padding: 150px 5vw 140px 5vw;
	width: 90vw;
}

.mainHero {
	background-color: transparent;
	color: white;
	padding: 0 5vw 0 5vw;
}


.mainHome {
	background-color: #484F2C;
	color: #D9D7CC;
}

.mainCPG, .mainNPD {
	background-color: #484F2C;
	color: #D9D7CC;
	padding: 50px 5vw 140px 5vw;
}

	.containerList {
		border-bottom: 3px solid #D9D7CC;
	}

.mainNPD {
	background-color: #9CA27B;
}

.mainNPD div {
	position:relative;
	display:flex;
	flex-flow:wrap;
}

.mainClients {
	background-color: #D9D7CC;
	color: #6B6256;
}

	.mainClients a {
		color: #6B6256;
	}
	

.mainAbout {
	background-color: #9CA27B;
	color: #D9D7CC;
	}

	.containerTeam li{
	width: 47.5%;
	padding-right: 2.5%;
	float: left;
	}

	.imgBio {
	width: 100%;
	height: 100%;
	border-bottom: 3px solid #D9D7CC;

	}
	
	.aboutCTA {
	float: left;
	width: 100%;
	}

.mainFooter {
	background-color: #484F2C;
	color: #E4E3DB;
	padding: 150px 5vw 50px 5vw;
}


.arrow {
	height: 30px;
	width: 65px;
}

.logo {
	display: block;
	width: 250px;
	height: 40px;	
	position: absolute;
	top: 70px;
	right: 5vw;
	background: transparent url(../assets/imgs/better_logotype_cactus.svg) no-repeat center center;
}

.logoBrown {
	display: block;
	width: 250px;
	height: 40px;	
	position: absolute;
	top: 20px;
	right: 0;
	background: transparent url(../assets/imgs/better_logotype_grit.svg) no-repeat center center;
}

.logo:hover, .logoBrown:hover {
	padding-left: 0;
	opacity: .5;
}


/* MAIN END ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* NAV BEGIN ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

ul.nav {
	font-size: 20px;
	margin: 20px 0 200px -5vw;
	width: 95vw;
	height: 200px;
}

ul.nav a {
	color: #9CA27B;
}

ul.nav a:hover, ul.nav a.brown:hover {
	color: #D9D7CC;
	transition: .3s;
}

ul.nav li  {
	height: 36px;
	width: 89vw;
	float: left;
	margin-left: 1vw;
}

ul.nav li a.brown {
	color: #6B6256;
}

ul.nav li.notch {
	height: 11px;
	width: 5vw;
	margin-left: 0vw;
	border-bottom: 3px solid #D9D7CC;
}

			ul.nav li.notchGreen {
			height: 11px;
			width: 5vw;
			margin-left: 0vw;
			border-bottom: 3px solid #9CA27B;
			}
			
			ul.nav li.notchBrown {
			height: 11px;
			width: 5vw;
			margin-left: 0vw;
			border-bottom: 3px solid #6B6256;
			}


/* MAIN END ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */





/* LOGO BEGIN ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.containerLogo {
	position: relative;
	height: 100vh;
	min-height: 200px;
}


.containerLogo ul {
	position: relative;
	display: flex;
	justify-content: space-between;
	font-size: 84px;
	text-transform: uppercase;
	top: calc(50% - 75px);
}

.containerLogo h5{
	position: absolute;
	bottom: 2vh;
	width: 100%;
	text-align: center;
}

.containerLogo a{
	color: white;
}

.containerLogo a:hover{
	padding-left: 0;
/* 	text-decoration: underline; */
	border-bottom: 3px solid white;
}


li.better {
	height: 100px;
	padding-right: 15px;
}

li.line{
	height: 40px;
	width: 100%;
	border-bottom: 10px solid white;
}

li.brands {
	height: 100px;
	padding-left: 15px;
}

li.better img, li.brands img{
	height: 90px;
}

/* LOGO END ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* HOME SLIDE BEGIN ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.rosterslide, .rosterslide2 {
width:50vw; 
height:100vh; 
overflow:hidden; 
position:absolute;
margin: 0;
padding:0;
top: 0;
z-index:-99;
}

.rosterslide2 {
left: 50vw;
}

.rosterslide img{ 
position:absolute; 
animation:rosterslide 44s infinite; 
opacity:1; 
width:100%; 
height:100%; 
object-fit: cover;

}

.rosterslide2 img{ 
position:absolute; 
animation:rosterslide 36s infinite; 
opacity:1; 
width:100%; 
height:100%; 
object-fit: cover;
}


@keyframes rosterslide {25%{z-index:1;} 40%{z-index:0;}}
.rosterslide img:nth-child(1){animation-delay:3s;}
.rosterslide img:nth-child(2){animation-delay:9s;}
.rosterslide img:nth-child(3){animation-delay:15s;}
.rosterslide img:nth-child(4){animation-delay:20s;}

@keyframes rosterslide2 {25%{opacity:1;} 40%{opacity:0;}}
.rosterslide2 img:nth-child(1){animation-delay:0s;}
.rosterslide2 img:nth-child(2){animation-delay:6s;}
.rosterslide2 img:nth-child(3){animation-delay:12s;}
.rosterslide2 img:nth-child(4){animation-delay:18s;}


/* HOME SLIDE END ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* LOGO WALL BEGIN ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.logoWall li {
	width: 15vw;
	float: left;
}

.logoWall a {
	opacity: 1;
	position: relative;
	top: 0;
	transition: .3s;
}

.logoWall a:hover {
	padding-left: 0;
	opacity: .5;
	position: relative;
	top: -10px;
	transition: .3s;
}

.logoWall img {
	width: 12vw;
	padding: 1vw;
	height: auto;
}

/* LOGO WALL END ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* INFOGRAPHICS BEGIN ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


.specialties li {
	float: left;
	text-align: center;
}

.specialties span {
	font-size: 16px;
	line-height: 10px;
	text-align: center;
}

.circle {
	float: left;
	background: transparent;
	padding: 0 2vw 0 2vw;
	width: 21vw; 
	height: 25vw;
	border-radius: 50%;
	border: 5px solid #9CA27B;
	display: flex; /* or inline-flex */
	flex-flow: wrap;
	align-items: center; 
	justify-content: center;
	font-size: 32px;
	line-height: 40px;
	color: #9CA27B;
	text-align: center;
}
	
	.DK li {
	float: left;
	text-align: center;
	line-height: 20px;
	}

.DK {
	border: 4px solid #484F2C;
	color: #484F2C;
}

.circle:hover {
	background: #9CA27B;
	color: #484F2C;
	padding: 0 2vw 0 2vw;
}

li.divider {
	width: 1.75vw;
	height: 26vw;
	margin: 0 2vw 0 2vw;
	background: transparent url(../assets/imgs/arrowDkgreen.svg) no-repeat center center;
	background-size: 100% auto;
}

li.plus {
	background: transparent url(../assets/imgs/plus.svg) no-repeat center center;
	background-size: 100% auto;
}

/* INFOGRAPHICS END ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* ACCORDION BEGIN ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.accordion {
	cursor: pointer;
	background-color: #484F2C;
	color: #CFCDBF;
	padding: 24px 24px 28px 0;
	width: 100%;
	border-top: 3px solid #D9D7CC;
		border-right: none;
		border-bottom: none;
		border-left: none;
	text-align: left;
	outline: none;
	font-family: sofia-pro, sans-serif;
		font-weight: 400; 
		font-size: 26px;
		letter-spacing: .02em;
		text-transform: uppercase;
	transition: 1s;
}


.accordion span {
	font-size: 32px;
	letter-spacing: 0;
	text-transform: none;
}

.active, .accordion:hover {
	background-color: rgba(156,162,123,.2);
	padding: 24px 24px 28px 24px;
	transition: 0.3s;
}

.accordion:after {
	content: '\002B';
	font-weight: 300;
	color: #D9D7CC;
	float: right;
}

.active:after {
	content: "\2212";
}

.panel {
	background-color: rgba(156,162,123,.2);
	padding: 0 24px;
	max-height: 0;
	overflow: hidden;
	transition: max-height .2s ease-out;
	color: #CFCDBF;
}

.panel p{
	font-size: 28px;
	font-weight: 300;
	line-height: 42px;
}

.panel p span{
	display: block;
	text-transform:uppercase;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 12px;
}

.panel p a{
	display: block;
	text-transform:uppercase;
	font-size: 20px;
	font-weight: 400;
	color: #CFCDBF;
}

			/* BIO ACCORDION */
			
			.bio .accordion{
			padding: 24px 24px 0 0;
			background-color: #9CA27B;
			margin-bottom: 24px;
			font-size: 20px;
			border-top: /* 3px solid #D9D7CC */none;
			}
			
			.bio .accordion:hover {
			padding: 24px 24px 0 24px;
			}
			
			.bio .accordion:after {
			font-size: 26px;
			position: relative;
			bottom: 24px;
			}
			
			.bio .panel {
			border-bottom: 3px solid #D9D7CC;
			}
			
			/* CPG MAIN SERVICES ACCORDION */
			
			.mainCPG .accordion {
			cursor:default;
			}
			
			.mainCPG .accordion:after {
			content: '';
			}


/* ACCORDION END ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* SLIDER BEGIN ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


#i1, #i2, #i3, #i4, #i5{ display: none;}

.container{
		margin: 0 auto;
		margin-top: -180px;
		position: relative;
		height: 70vh;
/* 		padding-bottom: 38%; */
	  user-select: none;
		background-color: #D9D7CC;
		overflow: hidden;
	}

.h2port {
		position: relative;
		padding: 80px 0 0 5vw;
		color: white;
		z-index: 500;
}


	.container .slide_img{
		position: absolute;
		width: 100vw;
		height: auto;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
	}
	.container .slide_img img{
		width: inherit;
		height: inherit;
	}

	 .prev, .next{
		width: 30vw;
		height: 100%;
		position: absolute;
		top:0; 
		opacity: 0;
		z-index: 99;
		transition: .45s;
		cursor: pointer;
	}

	.next{right:0;}
	.prev{left:0;}



	label span{
		position: absolute;
		top: 50%;
	 	transform: translateY(-50%);
	}

	.left {
		transform: scaleX(-1);
		width: 65px;
		height: 30px;
		left: 5vw;
	}

	.right {
		transform: scaleX(1);
		width: 65px;
		height: 30px;
		right: 5vw;
	}

	.prev:hover, .next:hover{
		transition: .3s;
		opacity: 1;
	}

.container #nav_slide{
	width: 100%;
	bottom: 8%;
	height: 11px;
	position: absolute;
	text-align: center;
	z-index: 99;
	cursor: default;
}

#nav_slide .dots{
	top: -5px;
	width: 12px;
	height: 12px;
	margin: 0 10px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	border: 3px solid rgba(107, 98, 86, 1);
	background-color: rgba(107, 98, 86, 0);
	transition: .4s;
}

#nav_slide .dots:hover {
	cursor: pointer;
	background-color: rgba(107, 98, 86, 1);
	transition: .25s;
}

.slide_img{z-index: -1;}

	#i1:checked ~ #one  ,
	#i2:checked ~ #two  ,
	#i3:checked ~ #three,
	#i4:checked ~ #four ,
	#i5:checked ~ #five 
	{z-index: 9; animation: scroll 1s ease-in-out;}

	#i1:checked  ~  #nav_slide #dot1,
	#i2:checked  ~  #nav_slide #dot2,
	#i3:checked  ~  #nav_slide #dot3,
	#i4:checked  ~  #nav_slide #dot4,
	#i5:checked  ~  #nav_slide #dot5
	{ background-color: rgba(107, 98, 86, 1);}

@keyframes scroll{
	0%{	opacity:.4;}
	100%{opacity:1;}
}		


@media screen and (max-width: 685px){
	.container{
		border: none;
		width: 100%;
		height: 0;
		padding-bottom: 55%; 
	}	
	
	label span { font-size: 50pt; }
	
	.prev, .next{
		width: 15%;
	}	
	#nav_slide .dots{
		width: 12px;
		height: 12px;
	}
}
@media screen  and(min-width: 970px){
	.me{ display: none;}
}

/* SLIDER END ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* CLIENTS BEGIN ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.roster {
	position: relative;
	cursor: pointer;
}

.roster img {
	position: absolute !important;
	opacity: 0;
	width: 500px;
	height: 500px;
	transition: opacity .5s, right .5s;
}

.roster:hover img {
	opacity: 1;
	transition: opacity .5s, right .5s;
	z-index: 1;
}


	
.roster:hover h4 {
	opacity: .2;
	transition: opacity .3s;
	}

.top img{
	right: 10%;
	top: -100%;
}

.bottom img{
	right: 15%;
	top: -150%;
}




/* CLIENTS END ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* FOOTER BEGIN ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.somuchbetter {
	width: 60vw;
	padding: 0 15vw 80px 15vw;
}

.mainFooter span{
	display: block;
	text-transform: uppercase;
	text-align: center;
	width: 100vw; 
	z-index: -1;
	padding-top: 30vh;
	margin-bottom: 80px;
	margin-left: -5vw;
	height: 30vh;
	background: transparent url(imgs/img_soMuchBetter@2x.png) no-repeat center center;
	background-size: 100vh auto;
}

.footer{
	height: auto;
	position: relative;
}

li.label {
	text-transform: uppercase;
	letter-spacing: .07em;
	overflow: hidden;
}

li.label:after {
	background-color: #D9D7CC;
	content: "";
	display: inline-block;
	height: 3px;
	position: relative;
	vertical-align: middle;
	width: 100%;
	left: 0.5em;
	margin-right: -50%;
}

li.lg {
	font-size: 40px;
	text-transform: none;
	margin-bottom: 20px;
	letter-spacing: 0;
	line-height: 1.35em;
}

/* FOOTER END ++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* If the screen size is vertical */
@media screen and (orientation:portrait) {
	.mainFooter span{
	background-size: 90vw auto;
	}

} 


/* If the screen size is 1000px wide or less */
@media screen and (max-width: 1000px) {
	
	h1 {
	font-size: 70px;
	margin-bottom: 60px;
	transition: .3s;
	}

	h2 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 40px;
	transition: .3s;
	}
	
	h3 {
	font-size: 36px;
	transition: .3s;
	}
		
	h4 {
	font-size: 70px;
	margin-bottom: 20px;
	z-index: 0;
	transition: .3s;
	}

	h5 {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 40px;
	transition: .3s;
	}

	p {
	font-size: 40px;
	line-height: 50px;
	padding-bottom: 30px;
	transition: .3s;
	}
	
	.marginTop {
	margin-top: 50px;
	transition: .3s;
	}
	

	li.lg {
	font-size: 5vw;
	transition:  .5s;
	}

	li.better img, li.brands img{
	height: 60px;
	transition: .5s;
	}

	li.line{
	height: 45px;
	border-bottom: 7px solid white;
	transition:  .5s;
	}

	.arrow {
	height: 24px;
	width: 40px;
	}


	.specialties span {
	font-size: 14px;
	line-height: 18px;
	}
			
			.circle {
			border: 3px solid #9CA27B;
			font-size: 20px;
			line-height: 26px;
			}
			
			.DK li {
			line-height: 10px;
			}

			.DK span {
			font-size: 12px;
			line-height: 14px;
			}
			
			.DK {
			border: 2px solid #484F2C;
			}



}


/* If the screen size is 700px wide or less */
@media screen and (max-width: 700px) {
	.logo {
	top: 50px;
	right: 0vw;
	left: 6vw;
	}
	
	.logoBrown {
	top: 0px;
	right: 0vw;
	left: 1vw;
	}
	
	.logo:hover, .logoBrown:hover {
	padding-left: 0;
	opacity: .5;
	}

	ul.nav {
	margin: 100px 0 100px -5vw;
	transition: .3s;
	}
		
	ul.nav li.notch {
	border-bottom: 2px solid #D9D7CC;
	}

			ul.nav li.notchGreen {
			border-bottom: 2px solid #9CA27B;
			}
			
			ul.nav li.notchBrown {
			border-bottom: 2px solid #6B6256;
			}



	.specialties span {
	font-size: 4vw;
	line-height: 5px;
	}
			
			.circle {
			padding: 0 10vw 0 10vw;
			width: 50vw; 
			height: 70vw;
			margin: 0 10vw 0 10vw;
			border: 4px solid #9CA27B;
			font-size: 8vw;
			line-height: 10vw;
			}

			.circle:hover {
			padding: 0 10vw 0 10vw;
			}
			
			.DK li {
			line-height: 20px;
			}

			.DK span {
			font-size: 4vw;
			line-height: 4vw;
			}
			
			.DK {
			border: 3px solid #484F2C;
			}
			
			li.divider {
			width: 90vw;
			height: 20vw;
			background-size: auto 20%;
			transform: rotate(90deg);
			}



	li.lg {
	font-size: 5vw;
	}
  
	li.better img, li.brands img{
	height: 40px;
	}

	li.line{
	height: 55px;
	border-bottom: 5px solid white;
	}

	.logoWall li {
	width: 30vw;
	float: left;
	}
	
	.logoWall img {
	width: 30vw;
	height: auto;
	}

	.containerTeam li{
	width: 100%;
	padding-right: 0;
	float: left;
	}
	
	.bio li{
	margin-bottom: 50px;
	}

}



/* If the screen size is 500px wide or less */
@media screen and (max-width: 500px)  {



	h1 {
	font-size: 60px;
	margin-bottom: 50px;
	}

	h2 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 30px;
	}
	
	h3 {
	font-size: 18px;
	}
	
	h4 {
	font-size: 50px;
	margin-bottom: 20px;
	}

	h5 {
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 50px;
	transition: .3s;
	}
	
	p {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 10px;
	}
	
	.marginTop {
	margin-top: 40px;
	}


	.mainHome, .mainCPG, .mainNPD, .mainClients, .mainAbout {
	overflow:hidden;
	padding: 80px 5vw 60px 5vw;
	}

	.mainFooter {
	overflow:hidden;
	padding: 80px 5vw 60px 5vw;
	}

	.mainHero {
	overflow:hidden
	}

	.containerLogo {
	height: 90vh;
	min-height: 200px;
	}

	.logoBrown {
	top: -30px;
	right: 0vw;
	left: 1vw;
	}

	ul.nav {
	margin: 50px 0 95px -5vw;
	transition: .3s;
	}
	
	.rosterslide2 {
	width:100vw; 
	height:90vh; 
	overflow:hidden; 
	position:absolute;
	margin: 0;
	padding:0;
	top: 0;
	z-index:-99;
	left: 0vw;
	opacity: .8;
	}
	
	.rosterslide {
	display:none;
	}
	
	.arrow {
	height: 12px;
	width: 28px;
	}


	li.lg {
	font-size: 6vw;
	}
  
	li.line{
	height: 62px;
	border-bottom: 3px solid white;
	}


	li.better img, li.brands img{
	height: 30px;
	}

	.containerList {
	border-bottom: 2px solid #D9D7CC;
	}
	
	.accordion {
	padding: 15px 15px 15px 0;
	width: 100%;
	border-top: 2px solid #D9D7CC;
	font-size: 18px;
	letter-spacing: .02em;
	}
	
	.bio .accordion{
	background-color: transparent;
	font-size: 16px;
	padding: 15px 15px 0 0;
	margin-bottom: 15px;
	border-top: /* 3px solid #D9D7CC */none;

	}

	.imgBio {
	border-bottom: 2px solid #D9D7CC;
	}
	
	.accordion .span {
	font-size: 24px;
	}
	
	
	.active, .accordion:hover {
	background-color: transparent;
	padding: 15px 15px 15px 0;
	}
	
	.accordion:after {
	font-size: 24px;
	}
	
	.bio .accordion:hover {
	padding: 15px 15px 0 0;
	}

	.panel {
	background-color: transparent;
	padding: 0 0;
	}
	
	.panel p{
	font-size: 20px;
	line-height: 28px;
	}
	
	.panel p span{
	font-size: 16px;
	font-weight: 400;
	}
	
	.panel p a{
	font-size: 16px;
	font-weight: 400;
	}

	.bio .panel {
	border-bottom: 2px solid #D9D7CC;
	}

	.somuchbetter {
	width: 60vw;
	padding: 0 15vw 80px 15vw;
	}
	
	.mainFooter span{
	width: 100vw;
	padding-top: 17vh;
	margin-bottom: 20px;
	height: 20vh;
	background-size: 90vw auto;
	background-position: 5vw center;
	}

	li.label:after {
	height: 2px;
	}

	.nomobile {
	display: none;
	}

	.container{
	margin: 0 auto;
	margin-top: 0;
	position: relative;
	height: 20vh;
	user-select: none;
	background-color: #D9D7CC;
	overflow: hidden;
	}

	#nav_slide .dots{
	top: -5px;
	width: 10px;
	height: 10px;
	margin: 0 10px;
	position: relative;
	border-radius: 100%;
	display: inline-block;
	border: 3px solid rgba(107, 98, 86, 1);
	background-color: rgba(107, 98, 86, 0);
	transition: .4s;
	}

	.roster:hover img {
	opacity: 0;
	}
	
	.roster:hover h4 {
	opacity: 1;
	}

	.prev:hover, .next:hover{
	opacity: 0;
	}



/* HOVERS */


