/******/
/*** GLOBAL ***/
/******/

nav a, li {
	text-decoration: none;
  	font-optical-sizing: auto;
}

nav ul, footer ul {
	padding-inline-start: 0;
	list-style-type: none;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav ul li {
	padding: 0 .5rem;
}

blockquote {
	border-left: solid .125rem red;
	padding: .25rem .25rem .25rem .125rem;
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-inline-end: .25rem;
	padding-inline-start: .75rem;
	background-color: var(--light-gray);
}

footer ul {
	padding-inline-start: 0!important;
}

footer ul li {
	padding-right: 0;
	margin-block-start: .0625rem;
}

footer .newsletter {
	padding: .75rem 1rem 1rem 1rem;
	border-radius: .5rem;
}

/* BUTTONS */

.button-container {
	padding: 1.25rem 0 .875rem 0;
	width: 100%;
}

.button-container-small {
	padding: .75rem 0;
	width: 100%;
}

a, a.button, .background-black .gform_footer input.gform_button, .gform_footer input.gform_button, input[type=password], form.post-password-form input[type=submit], a .article__body, .tags ul li a {
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out, border .2s ease-in-out;
	-moz-transition: all .2s ease-in-out, border .2s ease-in-out;
	-o-transition: all .2s ease-in-out, border .2s ease-in-out;
	transition: all .2s ease-in-out, border .2s ease-in-out;
}

a.button {
	border-radius: .25rem;
	padding: .75rem 1.125rem .75rem 1.125rem;
	text-decoration: none;
}

a.text-link, p.text-link {
	text-decoration: none;
}

a.button:hover, nav a:hover, input[type=password]:hover, form.post-password-form input[type=submit]:hover, .gform_footer input.gform_button:hover, form.post-password-form input[type=submit]:hover, body .gform_wrapper .gform_footer input[type=submit]:hover, a .article__body:hover, .tags ul li a:hover {
	opacity: .6!important;
}

a.button.tertiary:after, a.text-link:after, p.text-link:after {
	content: '›';
	margin-left: .5rem;
}

a.button.tertiary:after:hover {
	margin-left: .75rem;
}

/* FOOTER */

.footer-menu ul, .socials-menu ul {
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	align-items: flex-start;
  	justify-content: flex-start;
	flex-wrap: wrap;
}

.footer-menu li, .socials-menu li {
	width: calc(50% - .75rem);
	margin-bottom: .75rem;
}

.socials-menu li {
	width: calc(100% - .75rem);
	margin-bottom: .75rem;
}

/* SECTIONS */

/* COLORS */

.colors ul {
	list-style-type: none;
}

.colors li {
	margin-block-start: .125rem;
	margin-block-end: .125rem;
}

.colors .color-square {
	aspect-ratio: 1/1;
	padding: 0 1rem;
	width: calc(100% - 1.5rem);
}

/* TYPE */

.type h5:not(h5.Focus) {
	font-size: 2.5em;
}

.type p {
	font-size: 3em;
	margin-block-start: .5em;
	margin-block-end: .5em;
}

.type-text h2, .type-text h5{
	text-transform: none;
}

.type-text p {
	line-height: none;
}

.type a {
	margin-top: 2rem;
}

@media screen and (min-width: 48rem) {
	
	.colors ul {
		min-width: calc(16.666% - 1.5rem);
	}
	
}

@media screen and (min-width: 87.5rem) {
	
}

@media screen and (min-width: 64rem) {
	
}

@media screen and (max-width: 63.9375rem) {

}

@media screen and (max-width: 47.9375rem) {
	
	.colors ul {
		min-width: calc(50% - 1.5rem);
	}

}
