html {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
}

h1 {
	margin-top: 0;
	margin-bottom: 1em;
}

h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5em;
}

i {
	font-size: .65em;
	vertical-align: middle;
}

.inner {
	padding: 0 1.5rem;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.link {
	text-decoration: underline;
}

.red {
	color: #d00000;
}

div.qr-codes {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 2rem;
	justify-content: center;
}

div.qr-codes div {
	width: 15%
}

div.qr-codes div img {
	border: 1px solid #e6e6e6;
	border-radius: 3px;
}

/* Flex divs */
article div.flex {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

article div.flex iframe {
	width: 500px;
	height: 282px;
}

article.standalone {
	padding: 3rem 0 3.5rem;
	
}

/* Single page */
.item-page-single article h1 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

article.standalone header {
	padding: 3rem 2rem 3rem;
	width: 75%;
    margin: 0 auto;
}

article.standalone section.wrapper {
	width: 75%;
    margin: 0 auto;
}
	
article.standalone header.brd {
	border-bottom: 1px solid #ebebeb;
}
 
article.standalone footer {
	padding: 4rem 2rem 5rem;
	width: 75%;
    margin: 0 auto;
} 

article.standalone section.brd {
	border-bottom: 1px solid #ebebeb;
}

article.standalone footer.brd {
	border-top: 1px solid #ebebeb;
}

article.standalone .ptop {
	padding-top: 3rem;
} 

article.standalone .grid {
	padding-bottom: 0;
}

article.standalone pre {
	font-size: 13px;
	white-space: pre-wrap;
}

.img-baner-logotype {
	padding: 3rem 2rem 3.5rem;
}

/* Column */
div.grid {
	grid-gap: 2rem;
	padding-bottom: 2rem;
}

div.grid.grid-1 {
	display: grid;
	grid-template-columns: 1fr;
}

div.grid.grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

div.grid.grid-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
	
div.grid > div {
	border-radius: 12px
}

.spp {
	padding: 1rem 2rem 3rem;
}

.pt2em {
	padding-top: 2rem;
}

.bg-gray {
	background-color: #f9f9f9;
}

.bg-gray-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f6f6+0,f6f6f6+75,eaeaea+100 */
background: #f6f6f6; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #f6f6f6 0%, #f6f6f6 75%, #eaeaea 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover,  #f6f6f6 0%,#f6f6f6 75%,#eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center,  #f6f6f6 0%,#f6f6f6 75%,#eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#eaeaea',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bg-black {
	background: #000;
}

.vcenter {
	align-self: center;
}

div.instructional-materials {
	background-color: #fafafa;
	border-top: 1px solid #e6e6e6;
}

aside div.materials {
	display: grid;
	grid-template-columns: 2fr 1fr;
	margin-top: 1rem;
	padding: 2rem 4rem 3rem;
}

/* Lists */
.list .lv1 {
	font-weight: bold;
	list-style-type: upper-roman;
}
.list .lv2 {
	font-weight: 400;
	list-style-type: decimal;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.list .lv3 {
	font-weight: 400;
	list-style-type: lower-alpha;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.list .ul {
	font-weight: 400;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

/* logotype */
.logotype {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	padding: 1rem 0;
}



/* Fields */
.fields {
	padding: 2rem 0 3rem;
}
.partners {
	padding: 2rem 0 8rem;
}

.fields-header {
	text-align: center;
	padding-bottom: 4rem;
}

.partners-header {
	text-align: center;
	padding-bottom: 2rem;
}

.fields-header h3,
.partners-header h3 {
	font-size: 2rem;
}

.partners-logotypes {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.partners-logotypes img {
	display: block;
	margin: 2rem 0;
}

.fields-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 0;
}

.fields-grid figure {
	margin: 0;
	padding: 0;
	width: 100%;
}

.fields-grid figure .field-bg {
	height: 33vw;
}

.fields-grid figcaption {
	padding: 2rem 2rem 3rem;
	text-align: center;
}

/* Our Actions */
section.our-actions {
	padding: 4rem 0 6rem;
	text-align: center;
}

section.our-actions div {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section.our-actions h3 {
	margin: 0 0 4rem;
	text-transform: uppercase;
}

section.our-actions div img {
	display: inline-block;
}

/* Article settings */
article {
	padding: 0 0 3rem;
}

article > div.brd:first-child {
	border-top: 1px solid #D1D4D6;
	border-right: 1px solid #D1D4D6;
	border-left: 1px solid #D1D4D6;
}

article > div.brd:nth-child(2) {
	border-bottom: 1px solid #D1D4D6;
	border-right: 1px solid #D1D4D6;
	border-left: 1px solid #D1D4D6;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

article > div:nth-child(2) {
	padding: 32px 64px 40px;
}

article:not(.form) header > div,
article:not(.form) section > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 32px;
}

article.form h3 {
	display: none;
	left: -9999px;
	position: absolute;
}

article p.date {
	line-height: 1.25em;
	text-align: center;
}

article span.img-caption {
	display: block;
	font-size: .875rem;
	line-height: 1.25em;
	text-align: center;
}

article h1,
article h2,
article h3,
article h4 {
	text-align: center;
	margin-bottom: 1em;
}

article div.photo,
article figure {
	margin: 0 0 2rem;
	padding: 8px;
}

article div.caption,
article figure figcaption {
	font-size: .8rem;
	line-height: 1.5em;
	text-align: center;
}

article header, article section {
	padding: 0 0 1.5rem;
}

article p {
	margin-top: 0;
}

article header a {
	text-decoration: none;
	transition: 1s;
}

article header a:hover {
	text-decoration: underline;
	transition: 1s;
}

aside a,
article section a {
	text-decoration: underline;
	transition: 1s;
}

article section a:hover {
	text-decoration: underline;
	transition: 1s;
}

article section li strong {
	font-weight: bold;
}

/* Article tables settings */
article header table, article section table {
	border-collapse: collapse;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

article section table {
	font-size: 0.875rem;
}

article section table.full {
	width: 100%;
}

article header .center-table, article section .center-table {
	margin-left: auto;
	margin-right: auto;
}

article section table thead th {
	font-family: sans-serif;
	line-height: 1.5em;
	padding: 6px 12px 7px;
}

article section table tbody tr td:first-child {
	text-align: left;
	white-space: nowrap;
}


article section table tbody tr td {
	padding: 6px 12px 7px;
}

article section table a {
	text-decoration: none;
}

article section table a:hover {
	text-decoration: underline;
}

article div.image img {
	border-radius: 3px;
	margin: 0 0 1rem;
}

div.item section.intro img {
	border-radius: 3px;
	float: right;
}

/* Gallery */
article div.gallery {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

article div.gallery div.photo {
	display: inline-block;
	text-align: center;
	width: 200px;
}

/* Google iFrame */
section.google-maps iframe {
	border: 0;
	height: 48vw;
	width: 100%;
}

/* Fields grid */
body>div>main .fields-grid figcaption {
	line-height: 1.625rem;
}
body>div>main .fields-grid figcaption strong {
	font-size: 1.5rem;
}

/* Themes and Covers*/
.cover {
	background-size: cover;
	height: 400px;
}
.cover.top {
	background-position: top;
}
.cover.center {
	background-position: center;
}
.cover.bottom {
	background-position: bottom;
}