/****** reset *********/
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;
   -webkit-text-size-adjust: none;
}
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;
}

/****** generic classes *********/
html {
  /* scroll-behavior: smooth; */
}

/****** fonts *********/
@font-face {
  font-family: BeatriceDisplayDA-Semibold;
  src: url('../fonts/Beatrice/BeatriceDisplayDA-Semibold.otf') format("opentype"),
        url("../fonts/Beatrice/BeatriceDisplayDA-Semibold.woff2") format("woff2"),
       url("../fonts/Beatrice/BeatriceDisplayDA-Semibold.woff") format("woff");
}
@font-face {
	font-family: HeldaneTextWeb-Medium;
	src: url('../fonts/Heldane/HeldaneTextWeb-Medium.eot') format('eot'),
			 url('../fonts/Heldane/HeldaneTextWeb-Medium.woff') format('woff'),
			 url('../fonts/Heldane/HeldaneTextWeb-Medium.woff2') format('woff2');
}
@font-face {
	font-family: PatronWEB-Light;
	src: url('../fonts/Patron/PatronWEB-Light.woff') format('woff'),
		   url('../fonts/Patron/PatronWEB-Light.woff2') format('woff2');
}
@font-face {
	font-family: PatronWEB-Regular;
	src: url('../fonts/Patron/PatronWEB-Regular.woff') format('woff'),
		   url('../fonts/Patron/PatronWEB-Regular.woff2') format('woff2');
}
.bold {
	font-family: PatronWEB-Regular;
}

/****** nav *********/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  background-color: #F9F7F5;
  overflow-x: hidden;
	/* overflow-y: scroll; */
  padding-top: 60px;
  transition: 0.5s;
  white-space: nowrap;
  /* overflow: hidden; */
  font-family: PatronWEB-Light, sans-serif;
}
.sidenav__wrapper {
	overflow-y: scroll;
	height: 100%;
}
.mySidenav__link, .closebtn {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1.3rem;
  color: #111111;
  opacity: .65;
  display: block;
  transition: 0.3s;
  cursor: pointer;
}
.mySidenav__link--moodrise-awards {
	font-size: 1rem;
}
.sidenav p {
  padding: 8px 8px 8px 32px;
}
.mySidenav__button {
	color: #111111;
	cursor: pointer;
	font-family: PatronWEB-Light, sans-serif;
  font-size: .98rem;
  letter-spacing: calc(.09 * .98rem);
  opacity: .7;
	padding: 8px 8px 8px 32px;
	transition: opacity .3s ease;
}
.mySidenav__button:hover {
	opacity: .4;
}
.mySidenav__container {
	/* display: none; */
	max-height: 0px;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.mySidenav__link--judge-picks {
  padding: 8px 8px 8px 32px !important;
}

.mySidenav__link--promotional-video {
	padding-bottom: 50px !important;
}
.mySidenav__link:hover, .mySidenav__link.current-page {
	color: black;
	opacity: 1;
}
.mySidenav__link--judge-picks:hover, .mySidenav__link--judge-picks.current-page {
  color: #F18F01;
}
.mySidenav__link--prime-picks:hover, .mySidenav__link--prime-picks.current-page {
	color: #39266c;
}
.mySidenav__link--netflix-picks:hover, .mySidenav__link--netflix-picks.current-page {
  color: rgb(233,32,58);
}
.mySidenav__link--vimeo-picks:hover, .mySidenav__link--vimeo-picks.current-page {
	color: #1c9ff2;
}
.mySidenav__link--youtube-picks:hover, .mySidenav__link--youtube-picks.current-page {
	color: rgb(168,0,0);
}
.mySidenav__link--hulu-picks:hover, .mySidenav__link--hulu-picks.current-page {
	color: #7ec15c;
}
.mySidenav__link--calm-picks:hover, .mySidenav__link--calm-picks.current-page {
	color: #00C3FE;
}
.mySidenav__link--gratification-picks:hover, .mySidenav__link--gratification-picks.current-page {
	color: #850DA8;
}
.mySidenav__link--connection-picks:hover, .mySidenav__link--connection-picks.current-page {
	color: #FC9597;
}
.mySidenav__link--energy-picks:hover, .mySidenav__link--energy-picks.current-page {
	color: #FB3E00;
}
.mySidenav__link--focus-picks:hover, .mySidenav__link--focus-picks.current-page {
	color: #00C2A4;
}
.mySidenav__link--happiness-picks:hover, .mySidenav__link--happiness-picks.current-page {
	color: #FFF200;
}
.mySidenav__link--imagination-picks:hover, .mySidenav__link--imagination-picks.current-page {
	color: #FF0070;
}
.mySidenav__link--strength-picks:hover, .mySidenav__link--strength-picks.current-page {
	color: #2117ce;
}
/* .mySidenav__link--supporting-science:hover, .mySidenav__link--supporting-science.current-page, . {
	color: black;
} */
.mySidenav__link--happiness-picks {
	/* padding-bottom: 100px !important; */
}
.mySidenav__link.current-page {
  margin-left: 30px;
  font-family: PatronWEB-Regular;
  opacity: .8;
}
.mySidenav__social-links {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 32px;
	width: 60%;
	margin-top: 8px;
	margin-bottom: 70px;
}
.social-links__link {
	padding: 0 !important;
	font-size: .8rem;
	text-decoration: underline;
	color: #111111;
  opacity: .65;
  transition: 0.3s;
  cursor: pointer;
	margin-bottom: 16px;
}
.social-links__link:hover {
	opacity: 1;
}
.social-links__link--website {
	width: 100%;
}
.link__social-icon {
	padding-right: 10px;
}
.link__social-icon--twitter {
	height: 15px;
}
.link__social-icon--insta {
	height: 15px;
}
.link__social-icon--facebook {
	height: 15px;
}
.link__social-icon--email {
	height: 15px;
}
.mySidenav__copyright {
	font-size: .8rem;
	margin-bottom: 100px !important;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 2.25rem;
  margin-left: 50px;
  cursor: pointer;
}
.closebtn:hover {
  color: #9B9B9B;
}
.hamburger {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: .9rem;
	margin-right: 10px;
	justify-content: space-between;
	width: .9rem;
}
.hamburger__line {
	background-color: white;
	height: 2px;
	width: 100%;
}
.nav-open {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 150px;
  height: 80px;
  background-color: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: margin-left .5s, left .5s;
  cursor: pointer;
	font-family: PatronWEB-Light, sans-serif;
}
.nav-open span {
  font-size: 1rem;
  /* transition: transform .3s, color .2s; */
}
/*.nav-open span:nth-child(1) {
	font-size: 1.4rem;
	margin-right: 5px;
	font-family: PatronWEB-Light, sans-serif;
}
.nav-open:hover span, .nav-open.active span {
  color: #9B9B9B;
}
.nav-open.active span:nth-child(2) {
  transform: rotate(45deg);
} */
.nav-open.active {
  left: -150px;
}
.link-copied-notification {
	font-size: .8rem;
	background-color: white;
	border: 1px solid #00AEEF;
	width: 300px;
	font-family: PatronWeb-Light, sans-serif;
	color: #111111;
	padding: 1rem 0rem 1rem 0rem;
	position: fixed;
	z-index: 7;
	margin-left: calc(50% - 150px);
	margin-top: calc(100vh - 4rem);
	text-align: center;
	opacity: 0;
	transition: opacity .4s ease;
	/* display: none; */
}
.link-copied-notification.visible {
	opacity: 1;
}
.mySidenav__category-label {
  text-transform: uppercase;
  font-family: PatronWEB-Light, sans-serif;
  font-size: .98rem;
  letter-spacing: calc(.09 * .98rem);
  color: #111111;
  opacity: .4;
  margin-top: 32px;
}

/****** main *********/
.main {
  transition: margin-left .5s;
  position: relative;
  width: 100%;
}
.main.darken::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  z-index: 7;
  background-color: rgba(0,0,0,0.4);
}

/****** hero *********/
.main__hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
	/* z-index: -16; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	background-color: black;
}
.hero__hero-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	opacity: 1;
	background-image: url("../images/slideshow-images/night-road.jpeg");
	background-size: cover;
	transition: opacity 1.5s ease .1s;
	background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.hero__hero-image--still {
	transform: scale(1);
	transition: opacity .8s linear 2s;
}
.hero__hero-image--still.animate {
	/* transform: scale(3); */
	opacity: 0;
}
.hero__hero-image--gif.animate {
	opacity: 0;
}
.hero__hero-image--gif {
	background-image: url('../images/woman-smiling.gif');
	transition: opacity .8s linear;
}
.main__hero--home-page::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(18,17,17,0), rgba(15,14,14,1));
}
.main__hero--category-page::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(19,19,19,.3), rgba(0,0,0,0));
}
.main__hero--citations-page::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(19,19,19,1), rgba(0,0,0,0));
}
.hero__background-video {
  position: absolute;
  left: 50%;
  top: 50%;
	transform: translate(-50%, -50%);
  /* min-width: 100%; */
  /* min-height: 100%; */
	height: 100%;
	width: 177.77777778vh;
	min-width:100%;
	min-height: 56.25vw;
	opacity: 0;
	transition: opacity 2s ease .1s;
	/* position: fixed; */
	/* z-index: -15; */
}
.hero__hero-copy {
  position: relative;
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.hero__hero-copy--half {
  margin-left: 12%;
  width: 60%;
}
.hero__hero-copy--full {
  width: 100%;
  align-items: center;
  text-align: center;
}
.hero-copy__title {
  font-family: BeatriceDisplayDA-Semibold, 'Roboto', sans-serif;
}
.hero-copy__title--half {
  font-size: 5.0625rem;
  line-height: calc(1.22 * 5.0625rem);
}
.hero-copy__title--center {
  font-size: 8.1rem;
  line-height: calc(1.22 * 8.1rem);
}
.hero-copy__header {
	font-family: PatronWEB-Regular, sans-serif;
	font-size: 1rem;
	margin-bottom: 2rem;
}
.hero-copy__title-image {
	width: 590px;
}
.horizontal-line {
	margin: 2rem auto 2rem auto;
	width: 50%;
	border-top: 1.5px solid white;
}
.hero-copy__subtitle {
  font-family: BeatriceDisplayDA-Semibold, 'Roboto', sans-serif;
}
.hero-copy__subtitle--half {
  font-size: 2.25rem;
  line-height: calc(1.22 * 2.5rem);
}
.hero-copy__subtitle--center {
  font-size: 6.075rem;
}
.hero-copy__description-container {
	margin-top: 16px;
}
.hero-copy__description {
	font-family: PatronWEB-Regular, sans-serif;
	font-size: 1.35rem;
	line-height: 2.07rem;
}
.hero-copy__body {
  font-size: 1.8rem;
  font-family: PatronWEB-Regular, sans-serif;
  margin-top: 31px;
}
.hero__hero-banner {
	align-items: center;
	color: white;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 10px 30px 0px 0px;
	position: absolute;
	right: 0;
	top: 0;
	width: 250px;
	z-index: 2;
}
.hero-banner__img {
	width: 34px;
}
.hero-banner__header {
	font-family: 'Roboto', sans-serif;
	font-size: .81rem;
	padding-left: 5px;
}
.hero-banner__name {
	font-family: 'Roboto', sans-serif;
	font-size: .855rem;
	font-weight: 700;
	line-height: 1.1rem;
	margin-top: 10px;
	padding: 0px 0px 3px 15px;
	transition: opacity .6s ease;
	width: 100%;
}
.hero-banner__description {
	font-family: 'Roboto', sans-serif;
	font-size: .855rem;
	font-weight: 300;
	font-style: italic;
	line-height: 1.1rem;
	padding-left: 15px;
	transition: opacity .6s ease;
}
.body__copy {
	line-height: calc(1.4 * 2rem);
}
.body__benefits-title, .body__chemical-title {
	font-family: PatronWEB-Light, sans-serif;
	font-size: 1rem;
}
.body__benefits, .body__chemical {
	font-size: 1.35rem;
}
.body__chemical {
	font-family: PatronWEB-Light, sans-serif;
	text-decoration: underline;
}
.body__more-info {
	font-family: PatronWEB-Light, sans-serif;
	color: #00AEEF;
	font-size: 1rem;
}
.body__more-info-link {
	text-decoration: none;
}
.body__more-info img {
	width: 15px;
	margin-right: 10px;
}

/****** about section *********/
.main__about {
  background-color: white;
  width: auto;
  padding: 10% 12.5% 10% 12.5%;
}
.about__title {
  font-family: HeldaneTextWeb-Medium, 'Roboto', sans-serif;
  font-size: 3.15rem;
  line-height: calc(1.2 * 3.15rem);
  color: #111111;
}
.about__body {
  font-family: PatronWEB-Light, sans-serif;
  font-size: 1.35rem;
  line-height: calc(1.7 *1.35rem);
  width: 80%;
  margin-top: 23px;
  color: #111111;
}

/****** main content styles *********/
.main__content {
  background-color: #F4F2F0;
  padding: 10% 12.5% 10% 12.5%;
}
.content__header {
  font-family: PatronWEB-Regular, 'Roboto', sans-serif;
  font-size: 1.8rem;
  line-height: calc(1.23 * 1.35rem);
  color: #111111;
  margin-bottom: 15px;
}
.content__description {
	font-family: PatronWEB-Light, 'Roboto', sans-serif;
	font-size: 1.35rem;
	line-height: 1.98rem;
	margin-bottom: 70px;
}
.main__links-container {
  background-color: white;
  width: auto;
  padding: 2% 12% 2% 12%;
}
.links-container__section-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.section-links__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: PatronWEB-Light, sans-serif;
  font-size: 1.125rem;
  letter-spacing: calc(.04 * 1.125rem);
  color: #111111;
  opacity: .73;
  line-height: calc(1.2 * 1.25rem);
  text-transform: uppercase;
  cursor: pointer;
}
.link__link-icon {
  width: 30px;
}
.link__link-icon--chemical {
  margin-right: 5px;
}
.link__link-icon--platform {
  margin-right: 10px;
}
.link__link-icon--prime, .link__link-icon--youtube {
	width: 30px;
}
.link__link-icon--vimeo, .link__link-icon--hulu {
	width: 25px;
}
.link__link-icon--netflix {
	width: 15px;
}

.main__judges {
	background-color: black;
	padding: 50px 0px 50px 0px;
	position: relative;
}
.judges__judge-profile {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	padding: 10% 12.5% 10% 12.5%;
}
.judge-profile__info {
	color: white;
	padding-top: 25%;
	width: 45%;
}
.info__title {
	font-family: PatronWEB-Light, 'Roboto', sans-serif;
	font-size: 1.35rem;
	line-height: 1.98rem;
	opacity: 0;
	transition: opacity .3s ease;
}
.judge-profile__info.animate .info__title {
	opacity: 1;
}
.info__name-container {
	overflow: hidden;
}
.info__name {
	font-family: HeldaneTextWeb-Medium, 'Roboto', sans-serif;
  font-size: 3.15rem;
  line-height: calc(1.2 * 3.15rem);
	transform: translateY(-50%);
	opacity: 0;
	transition: transform .5s ease .4s, opacity .5s ease .4s;
}
.judge-profile__info.animate .info__name {
	opacity: 1;
	transform: translateY(0);
}
.horizontal-line--2 {
	border-top: 1px solid white;
	transition: width .4s ease .3s;
	width: 0%;
}
.judge-profile__info.animate .horizontal-line--2 {
	width: 100%;
}
.judge-profile__photo-container {
	width: 45%;
}
.judge-profile__photo {
	opacity: 1;
	transition: opacity .5s ease;
	width: 100%;
}
.judge-profile__photo.animate {
	opacity: 0;
}
.judges__judge-bio {
	color: white;
	font-family: PatronWEB-Light, 'Roboto', sans-serif;
	font-size: 1.08rem;
	line-height: 1.575rem;
	padding: 10% 12.5% 10% 12.5%;
	opacity: 0;
	transition: opacity .6s ease;
}
.judges__judge-bio.animate {
	opacity: 1;
}
.judges__picks {
	padding: 0% 12.5% 10% 12.5%;
}
.picks__subtitle {
	font-family: PatronWEB-Light, sans-serif;
  font-size: 1.125rem;
  line-height: calc(1.2 * 1.125rem);
  letter-spacing: calc(.034 * 1.125rem);
  color: #FFFFFF;
  opacity: .6;
}
.judge-section__video-picks--light {
	opacity: 0;
	transform: translateY(40px);
	transition: transform .6s ease, opacity .4s ease;
	width: auto !important;
}
.judge-section__video-picks--light.animate {
	opacity: 1;
	transform: translateY(0);
}
.judge-section__video-picks--light .chemical-container__chemical-name,
.judge-section__video-picks--light .content-box__video-title,
.judge-section__video-picks--light .content-box__video-creator {
	color: white;
}
.judge-section__video-picks--light .share__share-title {
	background-color: black;
	color: rgba(255,255,255,.7);
}
.judge-section__video-picks--light .content-box__share:hover .share__share-title {
	/* color: rgba(255,255,255,.5); */
}
.judges__judge-faq {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 10% 12.5% 10% 12.5%;
}
.judge-faq__questions {
	color: white;
	font-size: 1.08rem;
	line-height: 1.575rem;
	opacity: 0;
	transition: opacity .3s ease .1s;
	width: 90%;
}
.judge-faq__questions.animate {
	opacity: 1;
}
.questions__Q {
	font-family: PatronWEB-Regular, 'Roboto', sans-serif;
	margin-bottom: .75rem;
}
.questions__A {
	font-family: PatronWEB-Light, 'Roboto', sans-serif;
}
.questions__A--bottom-margin {
	margin-bottom: 2.25rem;
}
.swiper-slide {
	/* width: auto !important; */
}
.swiper-slide--judge {
	align-items: center;
	cursor: pointer;
	display: flex;
	filter: grayscale(1);
	flex-direction: column;
	justify-content: center;
	transition: filter .3s ease;
	width: auto !important;
}
.swiper-slide--judge:hover, .swiper-slide--judge--active {
	filter: grayscale(0);
}
.swiper-slide--judge:hover .slide__judge-pic, .swiper-slide--judge--active .slide__judge-pic {
	transform: scale(1.1);
}
.swiper-slide--judge:hover .slide__judge-name,
.swiper-slide--judge--active .slide__judge-name {
	opacity: 1;
	transform: translateY(0);
}
.slide__judge-pic-container {
	overflow: hidden;
	width: 100px;
}
.slide__judge-pic {
	width: 100%;
	transition: transform .5s ease;
}
.slide__judge-name-container {
	overflow: hidden;
	margin-top: .5rem;
	width: 100px;
}
.slide__judge-name {
	color: white;
	font-family: PatronWEB-Light, 'Roboto', sans-serif;
	font-size: .8rem;
	line-height: 1rem;
	/* margin-top: .5rem; */
	opacity: 0;
	text-align: center;
	transform: translateY(-100%);
	transition: transform .3s ease, opacity .3s ease;
	width: 100%;
}


.content__judge-section, .content__category-section {
  padding: 50px 0px 50px 0px;
  position: relative;
	/* opacity: 0; */
	/* transform: translateY(-50px); */
	/* transition: transform 1.2s ease; */
}
.content__judge-section.active, .content__category-section.active {
	/* transform: translateY(0px); */
}
.judge-section__judge-profile {
	display: flex;
}
.judge-section__profile-picture {
  width: 100px;
}
.judge-section__judge-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 15px;
}
.judge-section__judge-title {
  font-family: HeldaneTextWeb-Medium, 'Roboto', sans-serif;
  font-size: 2.25rem;
  line-height: calc(1.23 * 2.25rem);
  color: #111111;
}
.judge-section__judge-subtitle {
  font-family: PatronWEB-Light, sans-serif;
  font-size: .9rem;
  line-height: 1.08rem;
  color: #111111;
  opacity: .6;
  letter-spacing: .031rem;
  text-transform: uppercase;
  /* margin-top: 9px; */
	padding-top: 4px;
}
.judge-section__judge-description {
  font-family: PatronWEB-Light, sans-serif;
  font-size: 1.125rem;
  line-height: calc(1.55 * 1.125rem);
  color: #111111;
  letter-spacing: calc(.034 * 1.125rem);
  margin-top: 1.875rem;
  margin-bottom: 1.75rem;
}
.judge-description__copy {
  margin-bottom: 1.125rem;
}
.judge-description__collapsible {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.5s ease;
}
.collapsible__bio {
	font-family: PatronWEB-Light, sans-serif;
	font-size: .9rem;
	line-height: 1.35rem;
	color: #111111;
	opacity: .6;
	letter-spacing: .031rem;
	margin-bottom: 1rem;
}
.collapsible__bio i {
	font-style: italic;
}
.judge-description__read-more {
  text-decoration: underline;
	cursor: pointer;
}
.category-section__category-icon {
  width: 40px;
  margin-bottom: 1rem;
	/*for animation*/
	/* opacity: 0;
	transform: translate(0, -30px); */
	transition: all .4s;
}
.category-section__category-icon--animation-one {
	/*fade and translate down*/
	opacity: 0;
	transform: translate(0, -30px);
}
.category-section__category-icon--animation-two {
	/*fade staggered*/
	opacity: 0;
}
.category-section__category-icon--animation-three {
	/*fade simultaneously*/
	opacity: 0;
	transition: opacity .4s 0s;
}
#vimeo .category-section__category-icon {
  width: 30px;
}
#netflix .category-section__category-icon {
  width: 20px;
}
.category-section__category-title {
  font-family: HeldaneTextWeb-Medium, 'Roboto', sans-serif;
  font-size: 1.8rem;
  line-height: calc(1.19 * 1.8rem);
  color: #111111;
  margin-bottom: .6rem;
	/*for animation*/
	/* opacity: 0;
	transform: translate(0, -30px); */
	transition: all .4s .2s;
}
.category-section__category-title--animation-one {
	/*fade and translate down*/
	opacity: 0;
	transform: translate(0, -30px);
}
.category-section__category-title--animation-two {
	/*fade staggered*/
	opacity: 0;
}
.category-section__category-title--animation-three {
	/*fade simultaneously*/
	opacity: 0;
	transition: opacity .4s 0s;
}
.category-section__category-title--citations {
	color: white;
	opacity: 1;
}
.category-section__category-subtitle {
  font-family: PatronWEB-Light, sans-serif;
  font-size: 1.125rem;
  line-height: calc(1.2 * 1.125rem);
  letter-spacing: calc(.034 * 1.125rem);
  color: #111111;
  opacity: .6;
  margin-bottom: 2rem;
	/*for animation*/
	/* opacity: 0;
	transform: translate(0, -30px); */
	transition: all .4s .4s;
}
.category-section__category-subtitle--citations {
	color: white;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}
.category-section__category-subtitle--animation-one {
	/*fade and translate down*/
	opacity: 0;
	transform: translate(0, -30px);
}
.category-section__category-subtitle--animation-two {
	/*fade staggered*/
	opacity: 0;
}
.category-section__category-subtitle--animation-three {
	/*fade simultaneously*/
	opacity: 0;
	transition: opacity .4s 0s;
}
.category-section__citation {
	font-family: PatronWEB-Light, sans-serif;
  font-size: .9rem;
  line-height: calc(1.2 * .9rem);
  letter-spacing: calc(.034 * .9rem);
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
.citation__link {
	word-break: break-all;
	color: #00AEEF;
}
.citation__link:visited {
	color: #00AEEF;
}
.citation__link:hover, .citation__link:focus, .citation__link:active {
	opacity: .4;
}
.category-section__videos-container {
  position: relative;
}
.videos-container__slider-container {
  position: relative;
	opacity: 1;
}
.videos-container__slider-container--animation-one {
	/*videos fade in after delay*/
	opacity: 0;
	transition: opacity .4s .7s, transform .4s .6s;
}
.videos-container__slider-container--animation-two {
	/*videos fade and translate down in*/
	opacity: 0;
	transform: translate(0, -30px);
	transition: opacity .4s .6s, transform .4s .6s;
}
.videos-container__slider-container--animation-three {
	/*videos fade and translate up in*/
	opacity: 0;
	transform: translate(0, 30px);
	transition: opacity .4s .7s, transform .4s .6s;
}
.videos-container__slider-container--animation-four, .judge-section__video-picks--animation-four {
	/*videos fade in with no delay*/
	opacity: 0;
	transition: opacity .6s 0s;
}
.videos-container__slider-container--animation-five {
	/*videos fade in and translate up with no delay*/
	opacity: 0;
	transform: translate(0, 30px);
	transition: opacity .5s 0s, transform .5s 0s;
}
.videos-container__slider-container--animation-six {
	/*videos fade and translate up in less delay*/
	opacity: 0;
	transform: translate(0, 30px);
	transition: opacity .4s .3s, transform .4s .3s;
}
.content__category-section.visible .videos-container__slider-container,
 .content__category-section.visible .category-section__category-icon,
 .content__category-section.visible .category-section__category-title,
 .content__category-section.visible .category-section__category-subtitle,
 .content__judge-section.visible .judge-section__video-picks {
	opacity: 1;
	transform: translate(0,0);
}
.no-arrows-large ~ .videos-container__arrows-container {
	display: none;
}

/****** video slider styles *********/
.judge-section__video-picks, .slider-container__video-picks {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 101%;
  position: relative;
  z-index: 1;
}
.video-picks__content-box {
  width: 23%;
  margin-top: 30px;
  /* margin-bottom: 15px; */
  margin-right: 2%;
}
.content-box__chemicals {
  display: flex;
  align-items: center;
  margin-top: 9px;
	/* flex-wrap: wrap; */
	position: relative;
	overflow: hidden;
}
.content-box__chemicals.expanded {
	flex-wrap: wrap;
}
.chemicals__chemical-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: .75;
	margin-right: 10px;
	white-space: nowrap;
}
.chemical-container__icon {
  width: 20px;
  cursor: pointer;
}
.chemical-container__chemical-name {
  font-family: 'Source Sans Pro', sans-serif;
  text-decoration: underline;
  font-size: .75rem;
  letter-spacing: calc(.005 * .75rem);
  color: #111111;
  margin-left: 5px;
  text-transform: uppercase;
}
.content-box__thumbnail-container {
  height: 129px;
  position: relative;
  margin-top: 9px;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
}
.content-box__thumbnail-container::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #231f20;
  z-index: 4;
  opacity: 0;
  transition: opacity .4s ease-in-out;
  position: absolute;
  top: 0; left: 0;
}
.thumbnail-container__video-thumbnail {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: filter .3s ease-in-out;
}
.content-box__thumbnail-container:hover .thumbnail-container__video-thumbnail {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.content-box__thumbnail-container:hover::after {
  opacity: .8;
}
.thumbnail-container__duration {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 11.5px 8px 11.5px;
  z-index: 5;
}
.thumbnail-container__duration::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-color: #111111;
  opacity: .7;
}
.duration__text {
  color: white;
  font-family: PatronWEB-Light, sans-serif;
  font-size: .55rem;
  letter-spacing: calc(.04 * .55rem);
  position: relative;
  z-index: 5;
}
.thumbnail-container__hover-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 5;
  opacity: 0;
  transition: opacity .4s ease;
}
.hover-info__play-icon {
  width: 15px;
  margin-bottom: 7.5px;
}
.hover-info__watch-now {
  font-family: PatronWEB-Light, sans-serif;
  color: white;
  font-weight: 300;
  font-size: .675rem;
  letter-spacing: calc(.032 * .675rem);
  margin-top: 7.5px;
  text-transform: uppercase;
}
.content-box__thumbnail-container:hover .thumbnail-container__hover-info {
  opacity: 1;
}
.content-box__video-title {
  font-family: PatronWEB-Regular, sans-serif;
  font-size: .9rem;
	line-height: 1.08rem;
  letter-spacing: calc(.0025rem);
  font-weight: 700;
  color: #111111;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content-box__video-creator {
  font-family: PatronWEB-Regular, sans-serif;
  font-size: .625rem;
  letter-spacing: calc(.038 * .625rem);
  color: #111111;
  opacity: .7;
  text-transform: uppercase;
	margin-bottom: 10px;
}
.content-box__share {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.share__share-title {
	font-family: PatronWEB-Regular, sans-serif;
  font-size: .675rem;
  letter-spacing: calc(.038 * .675rem);
  color: rgba(17,17,17,.7);
	background-color: #F4F2F0;
	cursor: pointer;
	position: relative;
	z-index: 3;
	transition: color .3s;
	text-decoration: underline;
}
.share__share-icon {
	height: 10px;
	margin-left: 12px;
	cursor: pointer;
	position: relative;
}
.share__share-link {
	cursor: pointer;
	opacity: .7;
	transition: opacity .5s .1s, transform .5s;
	position: relative;
	z-index: 1;
}
.share__share-link:nth-child(2) {
	/* transform: translate(-30px,0); */
}
.share__share-link:nth-child(3) {
	/* transform: translate(-50px,0); */
}
.share__share-link:nth-child(4) {
	/* transform: translate(-65px,0); */
}
.share__share-link:nth-child(5) {
	/* transform: translate(-80px,0); */
}
.share__share-link:nth-child(6) {
	/* transform: translate(-100px,0); */
}
.content-box__share.hovered .share__share-link {
	/* transform: translate(0,0); */
	/* opacity: .7; */
}
.content-box__share:hover .share__share-title {
	/* color: rgba(17,17,17,.5); */
}
.share__share-icon:hover {
	opacity: .23 !important;
	transition: opacity .2s;
}
.swiper-pagination {
	display: none;
}
#oxytocin .swiper-pagination-bullet-active, #connection .swiper-pagination-bullet-active {
	background: #FC9597;
}
#serotonin .swiper-pagination-bullet-active, #happiness .swiper-pagination-bullet-active {
	background: #FFF200;
}
#acetylcholine .swiper-pagination-bullet-active, #focus .swiper-pagination-bullet-active {
	background: #00C2A4;
}
#dopamine .swiper-pagination-bullet-active, #gratification .swiper-pagination-bullet-active {
	background: #850DA8;
}
#gaba .swiper-pagination-bullet-active, #calm .swiper-pagination-bullet-active {
	background: #00C3FE;
}
#endorphins .swiper-pagination-bullet-active, #energy .swiper-pagination-bullet-active {
	background: #FB3E00;
}
.videos-container__arrows-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 120%;
  margin-left: -10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 0;
}
.arrows-container__arrow {
  transition: opacity .2s ease;
  cursor: pointer;
}
.arrows-container__arrow:hover {
  opacity: .3;
}
.arrows-container__arrow:focus {
  outline: 0;
}
.swiper-button-next, .swiper-button-prev {
  top: auto;
  width: auto;
  height: auto;
  margin-top: 0;
}

/****** tooltips *********/
.tooltip {
  padding: 10px;
  font-family: PatronWEB-Light, sans-serif;
}
.tooltip__tooltip-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tooltip-header__chemical-name {
  text-align: left;
  margin: 0;
  font-weight: 700;
}
.tooltip__description {
  text-align: left;
  position: relative;
  padding-top: 10px;
  margin: 1em 0 1em 0;
}
.tooltip__description::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid lightgray;
}
.tooltip__more-information {
  font-family: PatronWEB-Regular;
  font-weight: 500;
  color: #00AEEF;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ellipsis:before {
  content: "\02026";
  position: absolute;
  bottom: 0;
  right:0;
  width: 1.8em;
  height:22px;
  margin-left: -1.8em;
  padding-right: 5px;
  text-align: right;
  background-size: 100% 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #F4F2F0 40%, #F4F2F0);
  z-index:2;
	cursor: pointer;
}
.judge-section__video-picks--light .ellipsis:before {
	color: white;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #000000 40%, #000000);
}


/**Misc**/
#supporting-science-page .main__content {
	background-color: black;
}
.supporting-science-disclaimer {
	color: white;
	font-size: .9rem;
  font-family: PatronWEB-Regular, sans-serif;
  margin: 5% 0 15% 0;
}

.content__title {
	font-family: PatronWEB-Light, sans-serif;
  font-size: 1.125rem;
  line-height: calc(1.2 * 1.125rem);
  letter-spacing: calc(.034 * 1.125rem);
  color: #111111;
	margin-bottom: .5rem;
  opacity: .6;
}
.content__process-copy {
	font-family: PatronWEB-Light, sans-serif;
  font-size: .9rem;
  line-height: calc(1.2 * .9rem);
  letter-spacing: calc(.034 * .9rem);
	margin-bottom: 2rem;
}
/* #calm-hero {
	background-image: url('../videos/hero-background-videos/temp-videos/free/wide/frames/calm-wide-fframe.jpg');
}
#gratification-hero {
	background-image: url('../videos/hero-background-videos/temp-videos/free/wide/frames/gratification-wide-fframe.jpg');
}
#connection-hero {
	background-image: url('../videos/hero-background-videos/temp-videos/free/wide/frames/connection-wide-fframe.jpg');
}
#energy-hero {
	background-image: url('../videos/hero-background-videos/temp-videos/free/wide/frames/energy-wide-fframe.jpg');
}
#focus-hero {
	background-image: url('../videos/hero-background-videos/temp-videos/free/wide/frames/focus-wide-fframe.jpg');
}
#happiness-hero {
	background-image: url('../videos/hero-background-videos/temp-videos/free/wide/frames/happiness-wide-fframe.jpg');
}
#strength-hero {
	background-image: url('../videos/hero-background-videos/temp-videos/free/wide/frames/strength-wide-fframe.jpg');
}
#imagination-hero {
	background-image: url('../videos/hero-background-videos/temp-videos/free/wide/frames/imagination-wide-fframe.jpg');
}
#ss-hero {
	background-image: url('../videos/hero-background-videos/temp-videos/free/wide/frames/supporting-science-wide-fframe.jpg');
} */
#barba-wrapper {
	background-color: black;
}
@media screen and (max-width: 1200px) {
	.no-arrows-large ~ .videos-container__arrows-container {
		display: flex;
	}
	.no-arrows-medium ~ .videos-container__arrows-container {
		display: none;
	}
  .video-picks__content-box {
    width: 32%;
    /* padding-right: 1.2%; */
  }
  .video-picks__content-box--static {
    width: 32%;
    padding-right: 1.2%;
    margin-right: 0;
  }
}

@media screen and (max-width: 900px) {
  .hero-copy__title--half {
		font-size: 4.625rem;
		line-height: calc(1.22 * 4.625rem);
	}
  .hero-copy__title--center {
		font-size: 8rem;
		line-height: calc(1.22 * 8rem);
	}
	.hero-copy__title-image {
		width: 586px;
	}
  .hero-copy__subtitle--half {
		font-size: 2.1rem;
		line-height: calc(1.22 * 2.1rem);
	}
	.hero-copy__subtitle--center {
		font-size: 6rem;
	}
	.hero-copy__description {
		font-size: 1.35rem;
		line-height: 2.05rem;
	}
	.body__copy {
		font-size: 1.64rem;
		line-height: calc(1.4 * 1.64rem);
	}
	.body__benefits-title, .body__chemical-title, .body__more-info {
		font-size: 1.1rem;
	}
	.body__benefits, .body__chemical {
		font-size: 1.23rem;
	}
	.body__more-info img {
		width: 12px;
		margin-right: 10px;
	}
	.about__title, .info__name {
		font-size: 3.1rem;
		line-height: calc(1.2 * 3.1rem);
	}
	.horizontal-line--2 {
		margin: .5rem 0 .5rem 0;
	}
	.about__body {
		font-size: 1.33rem;
		line-height: calc(1.7 *1.33rem);
	}
	.info__title {
		font-size: 1.33rem;
		line-height: 1.5rem;
	}
  .section-links__link--feeling {
    width: 28%;
    justify-content: flex-start;
    align-items: center;
  }
	.content__header {
		font-size: 1.7rem;
	}
	.content__description {
		font-size: 1.3rem;
		line-height: 1.91rem;
	}
	.judge-section__judge-title {
		font-size: 1.32rem;
		line-height: calc(1.23 * 1.32rem);
	}
	.judge-section__judge-subtitle {
		font-size: .88rem;
		line-height: calc(1.2 * .88rem);
	}
	.judge-section__judge-description {
		font-size: 1.1rem;
		line-height: calc(1.55 * 1.1rem);
	}
	.judge-description__copy {
		font-size: 1rem;
	}
  .collapsible__bio {
		font-size: .88rem;
		line-height: calc(1.2 * .88rem);
	}
}

@media screen and (max-width: 800px) {
  .hero-copy__title--half {
		font-size: 3.625rem;
		line-height: calc(1.22 * 3.625rem);
	}
  .hero-copy__title--center {
		font-size: 7rem;
		line-height: calc(1.22 * 7rem);
	}
	.hero-copy__title-image {
		width: 511px;
	}
  .hero-copy__subtitle--half {
		font-size: 1.61rem;
		line-height: calc(1.22 * 1.61rem);
	}
	.hero-copy__subtitle--center {
		font-size: 5.25rem;
	}
	.hero-copy__description {
		font-size: 1.17rem;
		line-height: 1.8rem;
	}
	.body__copy {
		font-size: 1.3rem;
		line-height: calc(1.4 * 1.3rem);
	}
	.body__benefits-title, .body__chemical-title, .body__more-info {
		font-size: .72rem;
	}
	.body__benefits, .body__chemical {
		font-size: .98rem;
	}
	.about__title, .info__name {
		font-size: 2.72rem;
		line-height: calc(1.2 * 2.72rem);
	}
	.about__body {
		font-size: 1.17rem;
		line-height: calc(1.7 *1.17rem);
		width: 100%;
	}
	.info__title {
		font-size: 1.17rem;
		line-height: 1.25rem;
	}
	.content__header {
		font-size: 1.5rem;
	}
	.content__description {
		font-size: 1.2rem;
		line-height: 1.76rem;
	}
	.judge-section__judge-title {
		font-size: 1.2rem;
		line-height: calc(1.23 * 1.2rem);
	}
	.judge-section__judge-subtitle, .collapsible__bio {
		font-size: .8rem;
		line-height: calc(1.2 * .8rem);
	}
	.judge-section__judge-description {
		font-size: 1rem;
	}
  .video-picks__content-box {
    width: 48%;
  }
	.videos-container__arrows-container {
	  width: 130%;
	  margin-left: -15%;
	}
	.no-arrows-medium ~ .videos-container__arrows-container {
		display: flex;
	}
	.no-arrows-small ~ .videos-container__arrows-container {
		display: none;
	}
}

@media screen and (max-width: 700px) {
  .section-links__link--platform {
    display: flex;
    width: 40%;
    justify-content: flex-start;
  }
	.section-links__link--platform:nth-child(1), .section-links__link--platform:nth-child(3) {
		width: 60%;
	}
	.section-links__link--platform:nth-child(2), .section-links__link--platform:nth-child(4) {
		width: 40%;
	}
  .link__link-icon--prime, .link__link-icon--youtube {
		width: 20px;
	}
	.link__link-icon--vimeo {
		width: 18px;
	}
	.link__link-icon--netflix {
		width: 10px;
		margin-left: 3px;
		margin-right: 11px;
	}
	.link__link-icon--hulu {
		width: 18px;
		margin-right: 12px;
	}
  .section-links__link--platform {
    display: flex;
    width: 50%;
    justify-content: flex-start;
  }
	.section-links__link--platform:nth-child(1), .section-links__link--platform:nth-child(2) {
		margin-bottom: 10px;
	}
	.section-links__link--platform:nth-child(3), .section-links__link--platform:nth-child(4) {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.section-links__link--feeling:nth-child(1), .section-links__link--feeling:nth-child(2) {
		margin-bottom: 10px;
	}
	.section-links__link--feeling:nth-child(3), .section-links__link--feeling:nth-child(4) {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.section-links__link--feeling:nth-child(5), .section-links__link--feeling:nth-child(6), .section-links__link--platform:nth-child(5) {
		margin-top: 10px;
	}
  .section-links__link--feeling {
    width: 47%;
  }

	.judges__judge-profile {
		flex-direction: column;
	}
	.judge-profile__info {
		order: 2;
		width: 100%;
	}
	.judge-profile__photo-container {
		order: 1;
		width: 100%;
	}
	.judges__judge-bio {
		padding: 12% 12.5% 20% 12.5%;
	}
	.judges__judge-faq {
		padding: 20% 12.5% 50% 12.5%;
	}
	.judge-faq__questions {
		width: 100%;
	}
}

@media screen and (max-width: 650px) {
	.hero__hero-image--gif {
		background-image: none;
		display: none;
	}
  .hero__background-video {
    display: none !important;
  }
	.hero-copy__title--half {
		font-size: 3rem;
		line-height: calc(1.22 * 3rem);
	}
	.hero-copy__title--center {
		font-size: 6rem;
		line-height: calc(1.22 * 6rem);
	}
	.hero-copy__title-image {
		width: 440px;
	}
  .hero-copy__subtitle--half {
		font-size: 1.83rem;
		line-height: calc(1.22 * 1.83rem);
	}
	.hero-copy__subtitle--center {
		font-size: 4.5rem;
	}
	.hero-copy__description {
		font-size: 1rem;
		line-height: 1.54rem;
	}
	.hero-copy__copy-container {
		padding-bottom: 20%;
	}
	.hero__hero-banner {
		justify-content: flex-end;
		padding: 0;
		right: 95px;
		top: 70%;
		width: 150px;
	}
	.hero-banner__img {
		width: 25px;
	}
	.hero-banner__header {
		font-size: .8rem;
	}
	.hero-banner__name, .hero-banner__description {
		font-size: .7rem;
		line-height: .9rem;
		text-align: right;
	}
	.hero-copy__body {
		font-size: 1.2rem;
		line-height: 1.25rem;
	}
	.body__copy {
		font-size: 1.1rem;
		line-height: calc(1.4 * 1.1rem);
	}
	.body__benefits-title, .body__chemical-title, .body__more-info {
		font-size: .72rem;
	}
	.body__benefits, .body__chemical {
		font-size: .825rem;
	}
	.about__title {
		font-size: 1.95rem;
		line-height: calc(1.2 * 1.95rem);
	}
	.info__name {
		font-size: 2rem;
		line-height: 2.1rem;
	}
	.about__body {
		font-size: 1rem;
		line-height: calc(1.7 *1rem);
		width: 100%;
	}
	.info__title {
		font-size: 1rem;
		line-height: 1.05rem;
	}
	.content__header {
		font-size: 1.3rem;
	}
	.content__description {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.judge-section__judge-title {
		font-size: 1.1rem;
		line-height: calc(1.23 * 1.1rem);
	}
	.judge-section__profile-picture, .judge-section__profile-picture img {
		width: 80px;
	}
	.judge-section__judge-subtitle, .collapsible__bio {
		font-size: .7rem;
		line-height: calc(1.2 * .7rem);
	}
}
@media screen and (max-width: 600px) {
	.hero__hero-image {
		background-attachment: unset;
	}
  .section-links__link--feeling {
    display: flex;
    width: 40%;
    justify-content: flex-start;
  }
  .video-picks__content-box {
		padding-bottom: 15px;
  }
	.content-box__thumbnail-container {
		height: 140px;
	}
	.share__share-icon {
		margin-left: 20px;
	}
	.swiper-pagination {
		display: block;
	}
	.no-arrows-large ~ .videos-container__arrows-container,
	.no-arrows-medium ~ .videos-container__arrows-container,
	.no-arrows-small ~ .videos-container__arrows-container,
	.no-arrows-mobile ~ .videos-container__arrows-container,
	.videos-container__arrows-container {
		display: none;
	}
	.no-pagination-mobile .swiper-pagination {
		display: none;
	}
	#calm-hero {
		background-image: url('../images/hero-still-backgrounds/mobile/calm-mobile.jpeg');
	}
	#gratification-hero {
		background-image: url('../images/hero-still-backgrounds/mobile/gratification-mobile.jpeg');
	}
	#connection-hero {
		background-image: url('../images/hero-still-backgrounds/mobile/connection-mobile.jpg');
	}
	#energy-hero {
		background-image: url('../images/hero-still-backgrounds/mobile/energy-mobile.jpeg');
	}
	#focus-hero {
		background-image: url('../images/hero-still-backgrounds/mobile/focus-mobile.jpeg');
	}
	#happiness-hero {
		background-image: url('../images/hero-still-backgrounds/mobile/happiness-mobile.jpeg');
	}
	#strength-hero {
		background-image: url('../images/hero-still-backgrounds/mobile/strength-mobile.jpg');
	}
	#imagination-hero {
		background-image: url('../images/hero-still-backgrounds/mobile/imagination-mobile.jpg');
	}
	#imagination-hero {
		background-image: url('../images/hero-still-backgrounds/mobile/imagination-mobile.jpg');
	}
	#ss-hero {
		background-image: url('../images/hero-still-backgrounds/mobile/supporting-science-mobile.jpeg');
	}
}
@media screen and (max-width: 550px) {
	.mySidenav__link {
		font-size: 1.2rem;
	}
	.mySidenav__link--moodrise-awards {
		font-size: 1rem;
	}
	.mySidenav__category-label {
		margin-top: 1.2rem;
	}
  .hero-copy__title--center {
		font-size: 4.2rem;
		line-height: calc(1.22 * 4.2rem);
	}
	.hero-copy__title-image {
		width: 301px;
	}
	.hero-copy__subtitle--center {
		font-size: 3.1rem;
	}
	.hero__hero-banner {
		padding: 0;
		right: 99px;
		top: 70%;
	}
	.hero-copy__description {
		font-size: .8rem;
		line-height: 1.18rem;
	}
	.hero-copy--half {
		width: 80%;
	}
	.about__title {
		font-size: 1.5rem;
		line-height: calc(1.2 * 1.5rem);
	}

	.about__body {
		font-size: .78rem;
		line-height: calc(1.7 *.78rem);
		width: 100%;
	}
	.info__title {
		font-size: .78rem;
		line-height: .8rem;
	}
	.main__links-container {
		padding: 5% 10% 5% 10%;
	}
	.section-links__link {
		font-size: 1rem;
	}
	.link__link-icon--prime, .link__link-icon--youtube {
		width: 20px;
	}
	.link__link-icon--vimeo {
		width: 18px;
	}
	.link__link-icon--netflix {
		width: 10px;
		margin-left: 3px;
		margin-right: 11px;
	}
	.link__link-icon--hulu {
		width: 18px;
		margin-right: 12px;
	}
  .section-links__link--platform {
    display: flex;
    width: 50%;
    justify-content: flex-start;
  }
	.section-links__link--platform:nth-child(1), .section-links__link--platform:nth-child(2) {
		margin-bottom: 10px;
	}
	.section-links__link--platform:nth-child(3), .section-links__link--platform:nth-child(4) {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.section-links__link--feeling:nth-child(1), .section-links__link--feeling:nth-child(2) {
		margin-bottom: 10px;
	}
	.section-links__link--feeling:nth-child(3), .section-links__link--feeling:nth-child(4) {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.section-links__link--feeling:nth-child(5), .section-links__link--feeling:nth-child(6), .section-links__link--platform:nth-child(5) {
		margin-top: 10px;
	}
  .section-links__link--feeling {
    width: 47%;
  }
  .video-picks__content-box {
    width: 100%;
    padding-right: 0;
  }
	.no-arrows-medium ~ .videos-container__arrows-container {
		display: none;
	}
}
@media screen and (max-width: 470px) {
	.hero__hero-banner {
		padding: 0;
		right: 39px;
		top: 70%;
		width: calc(100vw - 220px);
	}
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .mySidenav__link {font-size: 18px;}
	.mySidenav__category-label {margin-top: 20px;}
}
