:root {
	--green: #237c25;
	--purple: #7d01b6;
}

.centered {
	padding-left: 2rem;
	padding-right: 2rem;	
}

@media (min-width: 1024px) {
	.centered {
		width: 100%;
		max-width: 144rem;
		margin-left: auto;
		margin-right: auto;
		padding-left: 8rem;
		padding-right: 8rem;
	}
}

body > header {
	/*background: #0a2132;
    color: #fff;*/
	/* background: #00569a; */
	/* color: #fff; */
	position: fixed;
	z-index: 1;
	width: 100vw;
}

body > header > .centered {
	height: 8rem;
}

body > main {
	padding-top: 8rem;
}

/* hero */
section.hero {
	/*background: #0a2132;
    color: #fff;*/
	background: #00569a;
	color: #fff;
}

section.hero > .centered {
	padding-top: 4rem;
	padding-bottom: 4rem;
	position: relative;
}

@media (min-width: 768px) {
	section.hero > .centered {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}

@media (min-width: 768px) {
	section.hero > .centered:after {
		content: "";
		position: absolute;
		top: 2rem;
		left: 70rem;
		z-index: -1;
		width: 30rem;
		height: 30rem;
		background-image: radial-gradient(#eee 0.4rem, transparent 0.4rem);
		background-size: 5rem 5rem;
	}
}

section.hero > .centered > div.payoff {
	font-size: 2rem;
    font-weight: 500;
    background: rgba(0,0,0,5%);
    padding: 1rem 1.6rem;
    display: inline-block;
    border-radius: 10px;
    margin-left: -1.6rem;
}

section.hero > .centered > h1 {
	font-size: 4rem;
	line-height: 4rem;
}

@media (min-width: 768px) {
	section.hero > .centered > h1 {
		font-size: 8rem;
		line-height: 8rem;
	}
}

section.hero > .centered > h1 > span {
	font-weight: 100;
	margin-left: .6rem;
	font-size: inherit;
}

section.hero > .centered > div.p {
	font-size: 2rem;
	margin-top: 1rem;
}

@media (min-width: 768px) {
	section.hero > .centered > div.p {
		font-size: 2.6rem;
	}
}

section.hero > .centered > div.p > span.brand {
	font-size: 2rem;
	font-weight: 700;
	display: inline-flex;
	margin-bottom: 1rem;
	opacity: .6;
}

section.hero > .centered > div.p > span.brand > span {
	font-weight: 500;
	color: #818181;
}

section.hero > .centered > div.actions {
	margin-top: 4rem;
    display: flex;
    align-items: center;
}

section.hero > .centered > div.actions > a {
	padding: 1.6rem 3rem;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 40px;
	border: .2rem solid #0d2e4e;
}

section.hero > .centered > div.actions > a.high {
	background-color: #fff;
    color: #000;
}

section.hero > .centered > div.actions > a:not(:last-of-type) {
	margin-right: 2rem;
}

/* section */
section.section {
	padding: 4rem 0;
}

@media (min-width: 768px) {
	section.section {
		padding: 10rem 0;
	}
}

section.section:nth-child(odd) {
	background-color: #f8f9fa;
}

section.section > div.centered > h2 {
	font-size: 3rem;
}

@media (min-width: 768px) {
	section.section > div.centered > h2 {
		font-size: 5rem;
	}
}

section.section > div.centered > h3 {
	font-size: 3rem;
    color: #6a6e71;
    margin-top: 5rem;
}

@media (min-width: 768px) {
	section.section > div.centered > h3 {
		font-size: 4rem;
		margin-top: 8rem;
	}
}

section.section > div.centered > h3 > span {
	font-size: inherit;
	font-weight: 400;
}

section.section > div.centered > p {
	font-size: 2rem;
	margin: 2rem 0;
	color: #727475;
}

@media (min-width: 768px) {
	section.section > div.centered > p {
		margin: 3rem 0;
		max-width: 80%;
	}
}

section.section > div.centered > p > * {
	font-size: inherit;
}

section.section > div.centered > div.row > div[class*="col-"] > p {
	font-size: 2rem;
	margin-top: 3rem;
}

section.section > div.centered > div.row > div[class*="col-"] > p > * {
	font-size: 2rem;
}

section.section > div.centered ul {
	padding: 2rem 0;
    margin-left: 6rem;
}

section.section > div.centered ul > li {
	font-size: 2rem;
	margin-top: 1rem;
	position: relative;
}

section.section > div.centered ul > li:before {
	font-family: 'Font Awesome\ 5 Pro';
	font-size: 2.4rem;
	content: '\f058';
	position: absolute;
	left: -5rem;
	top: .4rem;
	color: inherit;
}

section.section > div.centered ul.bullets > li {
	display: flex;
	align-items: center;
	font-size: 2.6rem;
	font-weight: bold;
	color: rgb(99, 99, 99);
	margin: 0 !important;
}

section.section > div.centered ul.bullets > li:before {
	font-weight: 100;
	left: -4rem;
}

section.section div.jobs {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	padding: 6rem 0;
}

section.section div.jobs > div {
	width: 26rem;
	height: 26rem;
	background: #e3e7eb;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%), 2px -8px 10px -6px rgb(0 0 0 / 10%);
	position: relative;
	cursor: pointer;
}

section.section div.jobs > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

section.section div.jobs > div > div {
	background: rgb(0,0,0);
    background: linear-gradient(0, rgb(0 0 0 / 87%) 0%, rgba(0,0,0,0) 100%);
    color: #fff;
    text-shadow: 1px 1px #000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 2rem;
    display: flex;
    align-items: flex-end;
    font-size: 2rem;
    font-weight: 500;
}

/* our-courses */
section.our-courses {
}

div.courses {
	/* margin-top: 4rem; */
}

div.courses > div.list > div {
	background: #fff;
	box-shadow: 0 4px 6px 0px rgb(0 0 0 / 9%), 2px -8px 10px -6px rgb(0 0 0 / 10%);
	border-radius: 16px;
	overflow: hidden;
	min-width: 80vw;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	div.courses > div.list > div {
		display: flex;
		flex-direction: row;
		min-width: 58rem;
		max-width: 58rem;
	}
}

div.courses > div.list > p.placeholder {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 16px;
	font-size: 4rem;
	line-height: 4.6rem;
	padding: 2rem 2rem 5rem 2rem;
	position: relative;
	min-width: 80vw;
}

@media (min-width: 768px) {
	div.courses > div.list > p.placeholder {
		min-width: 58rem;
		max-width: 58rem;
	}
}

div.courses > div.list > p.placeholder > b {
	font-weight: bold;
}

div.courses > div.list > p.placeholder:after {
	font-family: 'Font Awesome\ 5 Pro';
	font-size: inherit;
	content: "\f105";
	position: absolute;
	right: 3rem;
	bottom: 2rem;
}

@media (min-width: 768px) {
	div.courses > div.list > p.placeholder {
		padding: 4rem 2rem;
		font-size: 6rem;
		line-height: 6.6rem;
	}
}

div.courses > div.list > p.placeholder.professional {
	/*background: rgba(230, 199, 66);*/
	background: rgb(255, 206, 6);
	color: rgba(114, 20, 175);
}

div.courses > div.list > p.placeholder.upskilling {
	background: rgba(174, 35, 106);
	color: rgba(172, 218, 211);
}

div.courses > div.list > p.placeholder > * {
	font-size: inherit;
}

@media (min-width: 768px) {
	div.courses > div.list > p.placeholder {
		min-width: 58rem;
		max-width: 58rem;
	}
}

div.courses > div.list > p.placeholder > span {
	font-size: 2.4rem;
    line-height: 3rem;
    margin-top: 2rem;
    padding-right: 6rem;
}

div.courses > div.list > div > div:nth-child(1) {
	overflow: hidden;
}

@media (max-width: 768px) {
	div.courses > div.list > div > div:nth-child(1) {
		min-height: 16rem;
		max-height: 16rem;
	}
}

@media (min-width: 768px) {
	div.courses > div.list > div > div:nth-child(1) {
		min-width: 20rem;
		max-width: 20rem;
	}
}

div.courses > div.list > div > div:nth-child(1) > img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

div.courses > div.list > div > div:nth-child(2) {
	flex: 1;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	/* height: 100%; */
}

div.courses > div.list > div > div:nth-child(2) > header {
	display: flex;
	justify-content: space-between;
	font-size: 1.8rem;
}

div.courses > div.list > div > div:nth-child(2) > header > h3 {
	font-size: 2rem;
	line-height: 2.4rem;
	margin-top: 1rem;
}

div.courses > div.list > div > div:nth-child(2) > header > div {
	color: #9ea2a5;
	font-weight: 500;
}

div.courses > div.list > div > div:nth-child(2) > div.label {
	background: #f1f2f3;
    display: inline-block;
    width: fit-content;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.4rem 1rem;
    margin-bottom: 1rem;
    border-radius: 6px;
}

div.courses > div.list > div > div:nth-child(2) > div.items {
	margin-top: 2rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	overflow-x: scroll;
	gap: 1rem;
}

@media (max-width: 768px) {
	div.courses > div.list > div > div:nth-child(2) > div.items {
		flex-wrap: wrap;
	}
}

div.courses > div.list > div > div:nth-child(2) > div.items > div {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 600;
	color: #73777a;
	white-space: nowrap;
}

div.courses > div.list > div > div:nth-child(2) > div.items div > i {
	min-width: 3rem;
	text-align: center;
	color: black;
}

div.courses > div.list > div > div:nth-child(2) > div.desc {
	/* flex: 1; */
	/* display: block; */
	/* display: flex; */
	/* justify-content: space-between; */
	font-size: 1.6rem;
	margin-top: 2rem;
	/*max-height: 10rem;*/
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4; /* number of lines to show */
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

div.courses > div.list > div > div:nth-child(2) > div.actions {
	display: flex;
	align-items: flex-end;
	gap: 1rem;
	margin-top: 3rem;
	/* position: sticky; */
	/* bottom: 0; */
	flex: 1;
	padding-bottom: 1rem;
}

div.courses > div.list > div > div:nth-child(2) > div.actions > * {
	background: #000;
    color: #fff;
    padding: 1rem 2rem;
    font-size: 1.5rem;
    font-weight: 600;
    border-radius: 8px;
	border: none;
	cursor: pointer;
}

div.courses > div.list > div > div:nth-child(2) > div.actions > a {
	background-color: transparent;
	display: flex;
	align-items: center;
}

div.courses > div.list > div > div:nth-child(2) > div.actions > a:after {
	font-family: 'Font Awesome\ 5 Pro';
    font-size: 2.4rem;
	font-weight: 100;
    content: "\f105";
	margin-left: .6rem;
}

div.courses > div.list > div > div:nth-child(2) > div.actions > button:hover {
	opacity: .6;
}

div.courses > div.list > div > div:nth-child(2) > div.actions > a:hover {
	background-color: #f1f2f3;
}

div.courses > div.list > div > div:nth-child(2) > div.info {
	display: block;
	padding: 1rem 0;
	font-size: 1.4rem;
	/* margin-top: 1rem; */
	color: #9ea2a5;
	position: sticky;
	bottom: 0;
}

div.section-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 20rem;
	height: 20rem;
	margin-top: 2rem;
}

@media (min-width: 768px) {
	div.section-img {
		width: 40rem;
		height: 40rem;
		margin-top: 0;
	}
}

/* our-method */
section.our-method {
	background-color: rgb(111, 19, 170) !important;
	color: #fff !important;
}

section.our-method div.section-img {
	background-image: url(/wp-content/themes/cres/images/our-method.png);
}

/* our-faculty */
section.our-faculty {
	background-color: rgb(201, 124, 57) !important;
	color: #fff !important;
}

section.our-faculty div.section-img {
	background-image: url(/wp-content/themes/cres/images/our-faculty.png);
}

/* our-values */
section.our-values {
	background-color: rgb(59, 135, 144) !important;
	color: #fff !important;
}

section.our-values div.section-img {
	background-image: url(/wp-content/themes/cres/images/our-values.png);
}

section.our-values div.cite {
	margin: 3rem 0;
    background: #f8f9fa;
	color: #000;
    padding: 3rem;
    border-radius: 16px;
}

@media (min-width: 768px) {
	section.our-values div.cite {
		margin: 3rem;
		padding: 4rem;
	}
}

section.our-values div.cite > div.content {
	font-size: 2rem;
	color: #636d78;
	position: relative;
	z-index: 1;
	/* font-style: italic; */
}

section.our-values div.cite > div.content:after {
	font-family: 'Font Awesome\ 5 Pro';
	font-size: 9rem;
	content: '\f10e';
	position: absolute;
	right: -1rem;
	bottom: -10rem;
	z-index: 0;
	opacity: .2;
}

section.our-values div.cite > footer {
	margin-top: 3rem;
}

section.our-values div.cite > footer > img {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    border: 4px solid #2196f3;
    background: #607d8b;
    margin-bottom: 1rem;
}

section.our-values div.cite > footer > h3 {
	font-size: 2rem;
}

section.our-values div.cite > footer > div.job {
	font-size: 1.8rem;
	color: #636d78;
}

/* boxes */
@media (min-width: 1024px) {
	section .row.boxes > div:nth-child(1) {
		padding-right: 10em;
	}

	section.our-courses .row.boxes > div:nth-child(1) {
		/* position: sticky; */
		/* top: 4rem; */
	}
}

/* animations */
.reveal {
	position: relative;
	/*transform: translateY(150px);*/
	opacity: 0;
	transition: 1s all ease;
}

.reveal.from-right {
	transform: translateX(150px);
}
  
.reveal.active {
	transform: translateY(0);
	opacity: 1;
}

.reveal.from-right.active {
	transform: translateX(0);
}

/* carousel */
div.carousel {position: relative;}

div.carousel > div.list {
	color: #000;
	display: flex;
	/* flex-direction: column; */
	gap: 2rem;
	padding: 3rem 2rem;
	overflow-x: scroll;
	margin-left: -2rem;
	margin-right: -2rem;
	-ms-overflow-style: none;
  	scrollbar-width: none;
}

div.carousel > div.list::-webkit-scrollbar {
	display: none;
}

@media (min-width: 768px) {
	div.carousel > div.list {
		flex-direction: row;
		overflow-x: scroll;
		padding: 4rem 0;
		width: 100vw;
		padding: 4rem 8rem;
		margin-left: -8rem;
		/* margin-right: -8rem; */
		scroll-behavior: smooth;
		padding-right: 100vw;
	}
}

@media (max-width: 768px) {
	div.carousel > div.arrows {
		display: none;
	}
}

@media (min-width: 768px) {
	div.carousel > div.arrows.active {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: calc(100% + 12rem);
		gap: 2rem;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	div.carousel > div.arrows.active > button {
		width: 7rem;
		height: 7rem;
		border: none;
		border-radius: 50%;
		background-color: #f1f2f3;
		cursor: pointer;
		transition: opacity 250ms ease-in-out, transform 250ms ease-out;
		/* z-index: 9999; */
		opacity: .7;
	}

	div.carousel > div.arrows.active > button:before {
		font-family: 'Font Awesome\ 5 Pro';
		font-size: 3.4rem;
		color: #3d474d;
	}

	div.carousel > div.arrows.active > button:hover {
		opacity: .6;
	}

	div.carousel > div.arrows.active > button:active {
		transform: translateY(2px);
	}

	div.carousel > div.arrows.active > button:nth-of-type(1):before {
		content: "\f104";
	}

	div.carousel > div.arrows.active > button:nth-of-type(2):before {
		content: "\f105";
	}
}

.img-box {
	width: 100%;
	height: 30rem;
	background-color: #3d474d;
	margin-top: 6rem;
}

/* sheet */
body > div[data-sheet] {
	position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-color: rgba(0,0,0,60%);
    backdrop-filter: blur(2px);
	display: none;
	align-items: center;
    justify-content: center;
	opacity: 0;
	transition: .2s opacity ease-in-out;
}

body > div[data-sheet] > div {
	width: 100vh;
	height: 90vh;
	background-color: #fff;
	margin-bottom: 10rem;
	transition: .5s all ease-in-out;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	overflow-y: scroll;
	position: relative;
	opacity: 0;
}

body > div[data-sheet].small > div {
	width: 80rem;
	height: max-content;
}

@media (min-width: 768px) {
	body > div[data-sheet] > div {
		width: 90rem;
		max-height: 80vh;
		border-radius: 16px;
		display: flex;
	}
}

body > div[data-sheet] > div.in {
	margin-bottom: 0;
	opacity: 1;
}

body > div[data-sheet] > div > button {
	width: 5rem;
	height: 5rem;
	border: none;
	border-radius: 50%;
	background-color: rgb(0 0 0 / 64%);
	position: absolute;
	top: 2rem;
	right: 2rem;
	left: calc(100% - 7rem);
	z-index: 5;
	display: block;
	cursor: pointer;
}

body > div[data-sheet] > div > button:before {
	font-family: 'Font Awesome\ 5 Pro';
	font-size: 2.4rem;
	color: #fff;
	content: "\f00d";
}

body > div[data-sheet] > div > button:hover {
	opacity: .6;
}

body > div[data-sheet] > div > img {
	object-fit: cover;
	object-position: top;
}

@media (max-width: 768px) {
	body > div[data-sheet] > div > img {
		min-height: 14rem;
		max-height: 14rem;
		width: 100%;
	}
}

@media (min-width: 768px) {
	body > div[data-sheet] > div > img {
		min-width: 24rem;
		max-width: 24rem;
		min-height: 100%;
		max-height: 100%;
		object-position: center;
	}
}

body > div[data-sheet] > div > div.content {
	flex: 1;
	display: flex;
	flex-direction: column;
}

body > div[data-sheet] > div > div.content > div {
	flex: 1;
	overflow-y: scroll;
}

body > div[data-sheet] > div > div.content > div > header {
	position: relative;
}

body > div[data-sheet] > div > div.content > div > header > div {
	/* position: absolute; */
	/* left: 0; */
	/* top: 0; */
	/* right: 0; */
	/* bottom: 0; */
	/* z-index: 1; */
	padding: 4rem 2rem 2rem 2rem;
	font-weight: 700;
	/* background: rgb(0,0,0); */
	/* background: linear-gradient(180deg, rgb(0 0 0 / 87%) 0%, rgba(0,0,0,0) 100%); */
	/* color: #fff; */
	/* text-shadow: 1px 1px #000; */
}

body > div[data-sheet] > div > div.content > div > header > div > div.title {
	font-size: 2.6rem;
	line-height: 2.8rem;
	font-weight: 600;
}

@media (min-width: 768px) {
	body > div[data-sheet] > div > div.content > div > header > div > div.title {
		font-size: 3.4rem;
		line-height: 3.4rem;
	}
}

body > div[data-sheet] > div > div.content > div > header > div > div.items {
	margin-top: 2rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
}

body > div[data-sheet] > div > div.content > div > header > div > div.items > div {
	display: flex;
	align-items: center;
	margin-bottom: .4rem;
	font-size: 1.4rem;
	font-weight: 600;
	background: #f1f2f3;
	padding: .6rem 2rem .6rem 1rem;
	border-radius: 20px;
}

body > div[data-sheet] > div > div.content > div > header > div > div.items div > i {
	min-width: 3rem;
	text-align: center;
	color: black;
}

body > div[data-sheet] > div > div.content > div > div.detail-title {
	padding: 0 3rem;
	font-size: 2.4rem;
	font-weight: 900;
	margin-top: 2rem;
}

body > div[data-sheet] > div > div.content > div > div.detail-block {
	padding: 0 3rem;
	margin: 2rem 3rem;
	height: 15rem;
	background: #f1f2f3;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.6rem;
}

body > div[data-sheet] > div > div.content > div > section {
	margin: 0 3rem;
	font-size: 1.6rem;
	font-weight: 500;
	padding-top: 2rem;
	padding-bottom: 4rem;
	/* background: #f1f2f3; */
	border-bottom: 2px solid #f1f2f3;
}

body > div[data-sheet] > div > div.content > div > section > div.title {
	font-weight: 600;
	font-size: 2rem;
}

body > div[data-sheet] > div > div.content > div > section > div.title > div {
	display: inline-block;
	background: #f1f2f3;
	padding: .4rem 1rem;margin-left: .4rem;border-radius: 8rem;font-size: 1.8rem;
}

body > div[data-sheet] > div > div.content > div > section > div.content {
	margin-top: 1rem;
	color: #727475;
}

body > div[data-sheet] > div > div.content > div > section > div.content > div.subtitle {font-size: 1.7rem;margin-top: 3rem;font-weight: 700;color: #000;}

body > div[data-sheet] > div > div.content > div > section > div.content ul {
	margin-top: 1rem;
	font-size: 1.5rem;
}

body > div[data-sheet] > div > div.content > div > section > div.content ul > li {
	position: relative;
	padding-left: 3rem;
	margin-top: 2rem;
}

body > div[data-sheet] > div > div.content > div > section > div.content ul.tiny > li {
	margin-top: 1rem;
}

body > div[data-sheet] > div > div.content > div > section > div.content ul > li:before {
	font-family: 'Font Awesome\ 5 Pro';
	font-size: 2rem;
	content: '\f058';
	position: absolute;
	left: 0rem;
	top: .2rem;
	color: #3d474d;
}

body > div[data-sheet] > div > div.content > div > section > div.content ul.tiny > li:before {
	font-size: 3rem;
	line-height: .8rem;
	font-weight: 700;
	content: '\b7\a0';
	position: absolute;
	left: 1rem;
	top: .4rem;
	color: #3d474d;
}

body > div[data-sheet] > div > div.content > div > section > div.content ul > li b {
	color: #000;
}

body > div[data-sheet] > div > div.content > footer {
	padding: 2rem;
	/* box-shadow: 0px -8px 9px 0px #0000001a; */
	position: sticky;
    bottom: 0;
}

body > div[data-sheet] > div > div.content > footer > div.actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	/* margin-top: 3rem; */
}

body > div[data-sheet] > div > div > footer > div.actions > a {
	background: #f1f2f3;
	/* color: #fff; */
	padding: 1.8rem 4rem;
	font-size: 1.8rem;
	font-weight: 600;
	border-radius: 12px;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

@media (min-width: 768px) {
	body > div[data-sheet] > div > div > footer > div.actions > a {
		width: 24rem;
		border: 2px solid #237c25;
	}
}

body > div[data-sheet] > div > div > footer > div.actions > a:after {
	font-family: 'Font Awesome\ 5 Pro';
    font-size: 2.4rem;
	font-weight: 100;
    content: "\f105";
	margin-left: .8rem;
}

body > div[data-sheet] > div > div > footer > div.actions > a.icon-pdf:after {
    content: "\f1c1";
}

body > div[data-sheet] > div > div > footer > div.actions > a:hover {
	opacity: .6;
}

/* MENU */
@media (min-width: 768px) {
	#menu {
		display: none;
	}
}

@media (max-width: 768px) {
	#menu {
		width: 100vw;
		position: fixed;
		top: 0;
		right: -100vw;
		bottom: 0;
		z-index: 9999;
		background: #202122;
		color: #fff;
		transition: right 250ms ease-in-out;
		overflow-y: scroll;
	}

	#menu.opened {
		right: 0;
	}

	#menu > header > div.centered {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#menu > header > div.centered > a.brand {
		display: block;
		background-image: url(/wp-content/themes/cres/images/logo-col-w.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		width: 18rem;
		height: 7rem;
	}

	#menu > header > div.centered > nav {
		display: none;
	}

	#menu > header > div.centered > button {
		width: 4rem;
		height: 4rem;
		background: transparent;
		color: #fff;
		border: none;
	}

	#menu > header > div.centered > button:before {
		font-family: 'Font Awesome\ 5 Pro';
		font-size: 2.4rem;
		content: "\f00d";
	}

	#menu > nav {
		padding: 3rem;
	}

	#menu > nav > span {
		color: #ccc;
	}

	#menu > nav a {
		color: #fff;
		font-size: 2.4rem;
		font-weight: 500;
		padding-top: 2rem;
		display: block;
	}
}
