/*!
Theme Name: odat
Theme URI: http://underscores.me/
Author: Nerd Crossing
Author URI: https://nerdcrossing.com
Description: A custom theme for One Day At A Time
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: odat
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

odat is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

@font-face {
    font-family: "ODAT Montserrat";
    src: url("/wp-content/themes/odat/assets/Montserrat-VariableFont_wght.ttf");
}
@font-face {
    font-family: "ODAT Montserrat Italic";
    src: url("/wp-content/themes/odat/assets/Montserrat-Italic-VariableFont_wght.ttf");
}

:root {
	--orange: #f17226;
	--mid-grey: #e6e3df;
	--black-grey: #1c2121;
	--dark-grey: #565658;

	--width: 1600px; /* 1920px page with 2x20px padding = 1560 w 180px each side */
	--narrowwidth: 1335px; /* 1920px page w 2x20px padding = 310px each side */
	--padding: 20px;
	--mobilepadding: 10px;
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	font-size: 15px;
}
@media screen and ( min-width: 800px ) {
	html {
		font-size: 18px;
	}
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: black;
	font-family: "ODAT Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.4;
}

h1 {
	font-size: 2.666rem;
}
.home h2 {
	font-size: 2.4rem;
}
@media screen and ( min-width: 800px ) {
	h2 {
		font-size: 2rem;
	}
	.home h2 {
		font-size: 2.666rem;
	}
}
h3 {
	font-size: 1.333rem;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}
@media screen and ( max-width: 600px ) {
	ul,
	ol {
		margin: 0 0 1em 1em;
	}
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var( --orange );
}
/*
a:visited {
	color: #800080;
}
a:hover,
a:focus,
a:active {
	color: white;
}
*/
a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 11px 22px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}
.main-navigation ul ul a {
	width: 250px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.main-navigation.toggled ul {
	background-color: var( --dark-grey );
}
@media screen and ( max-width: 1149px ) {
	.main-navigation {
		position: relative;
		height: 60px;
	}
	.menu-toggle {
		position: absolute;
		right: 0;
	}
}
@media screen and ( min-width: 1150px ) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
		align-items: center;
	}
	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba( 0, 0, 0, 0.2 );
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}




/******************************************
 * Nerd Crossing Additions
 *****************************************/

body {
	background-color: #f8f8f8;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
main.nc-width-control {
	margin-top: 4rem;
	margin-bottom: 6rem;
}

.nc-width-control, 
.nc-full-width-page header.entry-header {
	max-width: var( --width );
	margin: 0 auto;
	padding-left: var( --mobilepadding );
	padding-right: var( --mobilepadding );
}
.nc-narrow-width, 
.nc-narrow-h1 header.entry-header {
	max-width: var( --narrowwidth );
	margin: 0 auto;
	padding-left: var( --mobilepadding );
	padding-right: var( --mobilepadding );
}
@media screen and ( min-width: 800px ) {
	.nc-width-control, 
	.nc-narrow-width, 
	.nc-full-width-page header.entry-header {
		padding-left: var( --padding );
		padding-right: var( --padding );
	}
	.nc-full-width-page .nc-width-control header.entry-header {
		padding-left: 0;
		padding-right: 0;
	}
}

.nc-reversed-colors {
	background-color: var( --black-grey );
	color: white;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.nc-reversed-colors h1, 
.nc-reversed-colors h2, 
.nc-reversed-colors h3, 
.nc-reversed-colors h4, 
.nc-reversed-colors h5, 
.nc-reversed-colors h6 {
	color: var( --orange );
}

.nc-orange-area {
	background-color: var( --orange );
	color: black;
}
.nc-orange-area a {
	color: black;
	font-weight: 700;
	text-decoration: underline;
}
.wp-block-button__link {
	border: 2px solid var( --orange );
	padding: .75rem 2rem;
	font-weight: 600;
	background-color: var( --black-grey );
	font-size: 1rem;
}

.nc-section-padding {
	padding-top: 4rem;
	padding-bottom: 6rem;
}

/* Pagetop Hero */
.wp-block-cover.nc-pagetop-hero {
	min-height: 600px;
	margin-bottom: 6rem;
}
.nc-pagetop-hero p {
	font-weight: 700;
	max-width: 575px;
	line-height: 1.25;
}
.nc-pagetop-hero-title {
	font-size: 3rem;
	margin-bottom: 1.5rem;
}
.nc-pagetop-hero .wp-block-buttons {
	margin-top: 4rem;
}
.nc-move-h1-here.nc-pagetop-hero-title header.entry-header {
	padding-left: 0;
	padding-right: 0;
}
@media screen and ( min-width: 1200px ) {
	.wp-block-cover.nc-pagetop-hero {
		min-height: 880px;
	}
}


.list-no-disc {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.list-no-margin {
	margin-left: 0;
	padding-left: 1.2rem;
}


/***********
 * Information Bar
 *********/
#information-bar {
	background-color: var( --yellow );
	position: fixed;
	width: 100%;
	z-index: 1000;
}

#information-bar-close {
	padding: 0;
	font-size: 1.5rem;
	color: black;
	background-color: unset;
	border: none;
	cursor: pointer;
}
#information-bar-close:focus {
	border: 1px dotted white;
}
#information-bar, 
#information-bar p {
	color: black;
	text-align: center;
}
#information-bar .nc-width-control {
	padding-bottom: 16px;
}
#information-bar .nc-width-control, 
#information-bar .nc-width-control p {
	line-height: 1.5;
}
#information-bar a {
	color: black;
}
#information-bar p.right {
	text-align: right;
	padding-right: 3%;
	margin-bottom: 0.1rem;
}
#information-bar-opener {
	display: none;
	float: right;
	cursor: pointer;
	text-align: right;
	margin-right: 1rem;
}
#information-bar-opener .ib-tab {
	background-color: var( --yellow );
	color: black;
	padding: 0.4rem 1rem 0.6rem;
	border-radius: 0 0 20px 20px;
	border: none;
	z-index: 1000;
	position: relative;
}
#information-bar-opener .ib-tab .show-message-arrow {
	position: relative;
	top: -4px;
}

@media screen and ( min-width:500px ) {
	#information-bar p.right {
		float: right;
	}
	#information-bar .nc-width-control {
		padding: 16px 70px 17px;
	}
}




/*************
 * Header
 ************/
#masthead {
	box-shadow: 0 4px 8px 0 rgba( 0, 0, 0, 0.25 );
	position: relative;
	z-index: 10;
}
.nc-main-header-container {
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	flex-wrap: wrap;
}
@media screen and ( min-width: 800px ) {
	.nc-main-header-container {
		display: unset;
	}
}
/* Topbar */
.nc-header-topbar {
	background-color: var( --mid-grey );
	font-size: 14px;
	max-width: 100%;
}
.nc-header-topbar .nc-width-control {
	min-height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.icon-and-text {
	display: flex;
	align-items: center;
	column-gap: 0.75rem;
}
.nc-header-topbar .nc-width-control a {
	color: black;
}
.topbar-social-media {
	display: none;
}
.topbar-social-media img {
	margin-top: 2px;
}
.nc-header-topbar select {
	background-color: white;
	padding-left: 0.5rem;
	border-radius: 10px;
	font-size: 12px;
}
@media screen and ( min-width: 500px ) {
	.topbar-social-media {
		display: flex;
		align-items: center;
		column-gap: 1.5rem;
	}
}
@media screen and ( min-width: 800px ) {
	.nc-header-topbar .nc-width-control {
		justify-content: end;
		column-gap: 2.5rem;
	}
}
@media screen and ( min-width: 950px ) {
	.nc-header-topbar .nc-width-control {
		column-gap: 6rem;
	}
}
@media screen and ( min-width: 1300px ) {
	.nc-header-topbar .nc-width-control {
		min-height: 50px;
	}
}

/* Menu */
.nc-header-menu {
	background-color: black;
	max-width: 100%;
}
.nc-header-menu .nc-width-control {
	display: flex;
	align-items: center;
}
#primary-menu .sub-menu {
	display: block;
}

.main-navigation li a {
	padding: 0.5rem 0.75rem 0.75rem;
	color: white;
}
.main-navigation li a:hover {
	text-decoration: none;
	color: var( --orange );
}
.main-navigation ul#primary-menu > li:last-child a {
	background-color: var( --orange );
	color: black;
	border-radius: 30px;
	padding: 0.5rem 1.5rem;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
@media screen and ( max-width: 1149px ) {
	.main-navigation.toggled {
		padding-bottom: 1rem;
	}
	.main-navigation ul ul.sub-menu {
		float: unset;
		position: unset;
		margin-left: 2rem;
	}
}
@media screen and ( min-width: 1150px ) {
	.nc-header-menu .nc-width-control {
		height: 80px;
	}
	.main-navigation ul#primary-menu > li:last-child a {
		font-size: 20px;
		margin-left: 0.5rem;
	}
	.main-navigation ul {
		justify-content: end;
	}
	#primary-menu .sub-menu {
		background-color: white;
		border-radius: 0 0 16px 16px;
	}
	#primary-menu .sub-menu li {
		border-bottom: 1px solid var( --orange );
	}
	#primary-menu .sub-menu li:last-child {
		border-bottom: none;
	}
	#primary-menu .sub-menu a {
		color: black;
	}
}
@media screen and ( min-width: 800px ) and ( max-width: 1299px) {
	ul#primary-menu {
		font-size: 0.9rem;
	}
}
@media screen and ( min-width: 1300px ) {
	.nc-header-menu .nc-width-control {
		height: 100px;
	}
	.main-navigation ul#primary-menu > li:last-child a {
		margin-left: 1rem;
		padding: 0.75rem 1.75rem;
	}
}
@media screen and ( min-width: 1475px ) {
	.nc-header-menu .nc-width-control {
		height: 120px;
	}
	.main-navigation li a {
		padding: 0.5rem 1rem 0.75rem;
	}
}
@media screen and ( min-width: 1600px ) {
	.nc-header-menu .nc-width-control {
		height: 150px;
	}
	.main-navigation ul#primary-menu > li:last-child a {
		padding: 0.75rem 2.5rem;
	}
}
@media screen and ( min-width: 1700px ) {
	.main-navigation ul#primary-menu > li:last-child a {
		margin-left: 2rem;
	}
}
/* Mobile Menu */
.menu-toggle {
	background-color: unset;
	border: none;
}
.menu-toggle span:not(.screen-reader-text) {
	width: 36px;
	height: 4px;
	background-color: white;
	margin: 5px 0;
	display: block;
}
#site-navigation.toggled .menu-main-menu-container {
	position: absolute;
	top: 60px;
	display: inline-block;
	right: 0;
}
#site-navigation.toggled .menu-main-menu-container #primary-menu {
	padding-bottom: 0.5rem;
}
.main-navigation.toggled ul#primary-menu > li:last-child a {
	margin-left: 0.333rem;
	margin-right: 0.333rem;
}
/* Logo */
.site-branding {
	max-width: 100%;
}
.site-branding-content {
	background-color: white;
	display: flex;
	align-items: center;
}
.site-branding-shape {
    width: 0;
    height: 0;
}
@media screen and ( min-width: 800px ) {
	.site-branding {
		position: absolute;
		top: 0;
		display: flex;
	}
	.site-branding-content {
		padding: 0;
		height: 100px;
	}
	.site-branding-shape {
	    border-bottom: 100px solid white;
	    border-right: 50px solid transparent;
	}
	.custom-logo-link {
		width: 300px;
	}
}
@media screen and ( min-width: 1150px ) and ( max-width: 1299px ) {
	.site-branding-content {
		height: 120px;
	}
	.site-branding-shape {
	    border-bottom: 120px solid white;
	}
}
@media screen and ( min-width: 1300px ) {
	.site-branding-content {
		height: 150px;
	}
	.site-branding-shape {
	    border-bottom: 150px solid white;
	}
	.custom-logo-link {
		width: 400px;
	}
}
@media screen and ( min-width: 1475px ) {
	.custom-logo-link {
		width: 500px;
	}
	.site-branding-content {
		padding: 0 15px;
		height: 170px;
	}
	.site-branding-shape {
	    border-bottom: 170px solid white;
	}
}
@media screen and ( min-width: 1600px ) {
	.custom-logo-link {
		width: 600px;
	}
	.site-branding-content {
		padding: 0 15px;
		height: 200px;
	}
	.site-branding-shape {
	    border-bottom: 200px solid white;
	}
}
@media screen and ( min-width: 1700px ) {
	.site-branding-content {
		padding: 0 35px;
	}
}

/*************
 * Footer
 ************/

/* Main Area */
.site-footer-main-area .nc-width-control {
	padding-top: 60px;
	padding-bottom: 40px;
}
.site-footer-main-area .nc-width-control h2 {
	font-size: 1.33rem;
}
.site-footer-main-area .nc-width-control a {
	color: white;
}

.footer-column-1 {
	max-width: 350px;
}
.footer-column-1 p {
	max-width: 320px;
}
.footer-social-media {
	display: flex;
	column-gap: 1.5rem;
	margin-top: 1rem;
}

/* Quick Links */
#menu-quick-links {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}
#menu-quick-links li {
	padding-bottom: 0.5rem;
}

/* Location / Hours */
.footer-column-3 p {
	line-height: 1.75;
}
.footer-column-3 #block-3.widget {
	margin-bottom: 18px;
}
.footer-column-3 #block-3 h2 {
	margin-bottom: 10px;
}
/* Contact us */
.footer-column-4 .icon-and-text {
	margin-bottom: 1rem;
}
@media screen and ( min-width: 800px ) {
	.site-footer-main-area .nc-width-control {
		display: flex;
		justify-content: space-between;
	}
	#menu-quick-links li {
		padding-bottom: 1rem;
	}
	.footer-social-media {
		margin-top: 4rem;
	}
}
@media screen and ( min-width: 800px ) and ( max-width: 1249px ) {
	.site-footer-main-area .nc-width-control {
		flex-wrap: wrap;
	}
	.site-footer-main-area .nc-width-control > div {
		width: 50%;
	}
}


/* Bottom Bar */
.site-footer-non-profit {
	font-style: italic;
}
.site-footer-copyright p {
	padding-top: 0;
	padding-bottom: 0;
}
@media screen and ( min-width: 500px ) {
	.site-footer-copyright {
		display: flex;
		justify-content: space-between;
	}
}
@media screen and ( max-width: 1249px ) {
	.site-footer-non-profit p {
		margin-top: 0;
		padding-top: 1rem;
	}
	.site-footer-copyright .nc-built-by-link {
		padding-bottom: 1rem;
		margin-bottom: 0;
	}
}
@media screen and ( min-width: 1250px ) {
	.site-info .nc-width-control {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		column-gap: 1rem;
	}
	.site-footer-copyright {
		display: flex;
		justify-content: space-between;
		align-items: center;
		column-gap: 1rem;
	}
}
@media screen and ( min-width: 1500px ) {
	.site-footer-copyright {
		column-gap: 5rem;
		min-width: 680px;
	}
	.site-footer-non-profit {
		max-width: 750px;
	}
}


/*********
 * Home
 *********/
.home .entry-header h1.entry-title {
  position: absolute;
  left: -10000px;
}

/* Slider text */
div#n2-ss-2 .n2-ss-slide-limiter {
	max-width: 1560px !important;
}
.home-hero-subtext {
	padding-top: 20px;
	padding-bottom: 40px;
}
.n2-ss-slider .n2-ss-text p {
	font-family: "ODAT Montserrat" !important;
}
/* Slider buttons */
div#n2-ss-2 .n2-ss-button-container a {
	background-color: black !important;
	border: 2px solid var( --orange );
	border-radius: 30px;
}
@media screen and ( max-width: 799px ) {
	div#n2-ss-2 .n2-ss-layer.n2-ow.home-hero-title p {
		font-size: 250%;
		margin-top: 2rem;
	}
	div#n2-ss-2 .n2-ss-layer.n2-ow.home-hero-subtext p {
		line-height: 1.8;
	}
	div#n2-ss-2 .n2-ss-button-container a {
		margin-bottom: 2rem;
	}
}

/* Slider controls */
.n2-ss-widget.nextend-thumbnail.nextend-thumbnail-default.nextend-thumbnail-horizontal {
	width: unset !important;
	padding: 0 5rem;
	background-color: #f8f8f8;
	border-radius: 20px 20px 0 0;
}
.n2-ss-widget.nextend-thumbnail.nextend-thumbnail-default.nextend-thumbnail-horizontal .nextend-thumbnail-inner {
	background-color: unset !important;
}
#n2-ss-2-arrow-previous {
	position: absolute;
	left: calc( 50% - 32px - 90px );
}
#n2-ss-2-arrow-next {
	position: absolute;
	left: calc( 50% + 90px );
}


/* Rooted in Empowering Change */
.home-rooted {
	padding-top: 50px;
	padding-bottom: 35px;
}
@media screen and ( max-width: 799px ) {
	.home-rooted figure {
		text-align: center;
	}
	.home-rooted img {
		max-width: 75%;
	}
	.home-rooted h2 {
		margin-top: 0;
	}
}
@media screen and ( min-width: 800px ) {
	.home-rooted {
		padding-top: 100px;
		padding-bottom: 70px;
	}
}

/* Featured Programs */
.home-featured-programs-section {
	background-color: var( --mid-grey);
	padding-top: 1rem;
	padding-bottom: 5rem;
}
.home-featured-programs-section h2 {
	margin-bottom: 1rem;
}
.home-featured-programs-intro {
	font-size: 1.333rem;
	margin-top: 1rem;
}
.home-featured-programs-section .wp-block-columns {
	column-gap: 3.5%;
	margin-top: 4rem;
	margin-bottom: 5rem;
}
.home-featured-container {
	background-color: white;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0px 0px 6px #00000029;
}
.home-featured-container figure {
	margin-top: 0;
}
.home-featured-container h3 {
	font-size: 1.33rem;
}
.home-featured-column-text {
	max-width: 384px;
	margin: 0 auto;
	padding-top: 1px;
}
.home-featured-column-text a {
	font-weight: 700;
	text-decoration: underline;
}
@media screen and ( min-width: 800px ) {
	.home-featured-programs-section {
		padding-top: 3rem;
		padding-bottom: 7rem;
	}
	.home-featured-container {
		padding: 25px;
	}
}

/* By the numbers */
.home-by-the-numbers {
	padding-bottom: 6rem;
}
.home-by-the-numbers h2 { 
	margin-top: 5rem;
	margin-bottom: 1rem;
}
.home-by-the-numbers-tagline { 
	margin-top: 1rem;
	font-size: 1.5rem;
}
.home-by-the-numbers-columns {
	justify-content: center;
}
.home-by-the-numbers-columns .wp-block-column {
	max-width: 240px;
}
.home-by-the-numbers-header {
	border: 2px solid var( --mid-grey );
	padding: 20px;
	border-radius: 150px;
	min-height: 240px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 3rem;
}
.home-by-the-numbers-header:hover {
	background-image: url( https://odat.mystagingwebsite.com/wp-content/themes/odat/assets/backs-to-the-camera.webp );
	background-size: cover;
}
.home-by-the-numbers-header h3 {
	font-size: 20px;
}
.home-by-the-numbers h3, 
.home-by-the-numbers p {
	color: white;
	text-align: center;
	font-weight: 400;
	margin-bottom: 10px;
} 
.home-by-the-numbers-header p {
	font-size: 40px;
	font-weight: 600;
	margin-top: 0;
}
@media screen and ( min-width: 782px ) and ( max-width: 1399px ) {
	.home-by-the-numbers-columns {
		justify-content: space-around;
		flex-wrap: wrap !important;
	}
	.home-by-the-numbers .home-by-the-numbers-columns > .wp-block-column {
		flex-basis: unset;
	}
}

/* Help Us */
.home-help-us-container {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background: linear-gradient( 180deg, var( --black-grey ) 50%, #f8f8f8 50% );
}
.home-help-us {
	background-image: url( "/wp-content/themes/odat/assets/orange-background-with-contours.webp" );
	background-size: cover;
	padding: 1rem 1.5rem 2rem;
	border-radius: 1.5rem;
}
.home-help-us .wp-block-columns {
	margin-bottom: 0;
}
.home-help-us h2 {
	margin-top: 0;
}
@media screen and ( max-width: 799px ) {
	.home-help-us {
		margin: 10px;
	}
}
@media screen and ( min-width: 800px ) {
	.home-help-us {
		max-width: 1560px;
		padding: 2rem 2.5rem;
	}
}

/* Get Involved */
.home-get-involved-section {
	margin-top: 2rem;
	margin-bottom: 4rem;
}
.home-get-involved-intro {
	font-size: 1.33rem;
	margin-bottom: 4rem;
}
.home-get-involved-section h3 {
	font-size: 1.66rem;
	margin-bottom: 3rem;
}
.home-get-involved-section details {
	border-bottom: 1px solid black;
	margin-bottom: 1.5rem;
}
.home-get-involved-section details summary {
	text-transform: uppercase;
	font-size: 1.33rem;
	font-weight: 700;
	margin-bottom: 1.2rem;
}
.home-get-involved-section details summary::marker {
	color: var( --orange );
}
.home-get-involved-section details p a {
	font-weight: 700;
}
.home-get-involved-section details p a:hover {
	color: var( --orange );
}
@media screen and ( min-width: 800px ) {
	.home-get-involved-section {
		margin-top: 7rem;
		margin-bottom: 6rem;
	}
}

/* Instagram feed */
.nc-instagram-feed {
	margin-bottom: 6rem;
}


/********
 * Our Story
 ******/

/* Intro */
.nc-our-story-intro {
	margin-bottom: 8rem;
}

/* Our Mission */
.our-story-our-mission {
	background-color: black;
	padding: 4rem 0 3rem;
}
.our-story-interactive {
	display: none;
}
.our-story-interactive-active {
	display: block;
}
.our-story-our-mission h2 {
	color: white;
	text-transform: uppercase;
}
.our-story-our-mission-content {
	background-color: white;
	padding: 1rem;
	border-radius: 10px;
	margin-top: 4rem;
}
.our-story-our-mission-content.history-displayed {
	background: linear-gradient(0deg, white 49%, var( --mid-grey) 49%, var( --mid-grey) 51%, white 51%);
	min-height: 510px;
	padding: 2.5rem 0;
}
.our-story-our-mission-content p {
	max-width: 503px;
	font-style: italic;
	line-height: 2;
}
.our-story-our-history-content {
	text-align: center;
	background-color: white;
	border-radius: 10px;
	margin-top: 4rem;
	padding: 1rem;
}
.our-story-our-history-content .wp-block-group__inner-container {
	overflow-x: scroll;
}
.our-story-our-history-content img {
	min-width: 1100px;
}

.our-mission-links a {
	color: white;
	border-bottom: 1px solid white;
	padding-bottom: 1.5rem;
	display: block;
}
.our-mission-links .our-mission-link-active a {
	color: var( --orange );
	border-color: var( --orange );
}
@media screen and ( max-width: 649px ) {
	.our-mission-links p {
		margin-bottom: 0.75rem;
	}
	.our-mission-links a {
		padding-bottom: 0.75rem;
	}
}
@media screen and ( min-width: 650px ) {
	.our-story-our-mission-content {
		padding: 2rem;
	}
	.our-mission-links {
		margin-top: 3rem;
	}
}
@media screen and ( max-width: 781px ) {
	.wp-block-columns.our-history-columns {
		flex-wrap: nowrap !important;
		width: 850px;
	}
}
@media screen and ( min-width: 782px ) and ( max-width: 1300px ) {
	.our-history-columns {
		width: 1300px;
	}
}
@media screen and ( min-width: 1200px ) {
	.our-story-our-mission-content {
		padding: 3rem;
	}
	.our-mission-links {
		margin-top: 6rem;
	}
}
@media screen and ( min-width: 1600px ) {
	.our-story-our-mission-content {
		padding: 4rem;
	}
	.our-mission-links {
		margin-top: 8rem;
	}
}

/* Core Values */
.our-story-core-values {
	margin-top: 6rem;
	margin-bottom: 6rem;
}
.our-story-core-values .wp-block-column {
	border: 1px solid #707070;
	padding: 0.75rem 2.2rem;
	border-radius: 10px;
	box-shadow: 0px 0px 6px #00000029;
	background-color: white;
}
.our-story-core-values h3 {
	text-transform: uppercase;
	color: var( --orange );
}
.our-story-core-values p {
	font-size: 16px;
}
@media screen and ( min-width: 782px ) and ( max-width: 1050px ) {
	.our-story-core-values :where( .wp-block-columns.is-layout-flex ) {
		column-gap: 1em;
	}
	.our-story-core-values .wp-block-column {
		padding: 0.75rem 1.5rem;
	}
	.our-story-core-values h3 {
		font-size: 1.1rem;
	}
}

/* Our History */
.our-story-our-history {
	margin-top: 6rem;
	margin-bottom: 10rem;
}

/*****
 * Our Team
 */
@media screen and ( max-width: 475px ) {
	#post-61 figure {
		width: 100%;
	}
}


/*****
 * Featured Programs
 */

/* Intro and Quick Links */
.featured-programs-intro p {
	font-size: 1.333rem;
}
.featured-programs-quick-links-intro {
	margin-top: 5rem;
	margin-bottom: 3rem;
	font-size: 1.55rem;
}
.featured-programs-quick-link a {
	background-color: var( --orange);
	font-size: 1.55rem;
	color: black;
	text-transform: uppercase;
	font-weight: 700;
	padding: 2rem 0rem;
	border-radius: 10px;
	width: 100%;
	display: block;
}

/* Featured Program */
.featured-programs-program-container {
	background-color: var( --mid-grey );
	margin-top: 6rem;
	margin-bottom: 6rem;
}
.featured-program-text-column {
	padding-left: var( --mobilepadding );
	padding-bottom: 2rem;
}
.featured-program-text-column h2 {
	font-size: 1.555rem;
	margin-top: 3rem;
	margin-bottom: 1rem;
}
.featured-program-tagline {
	font-family: "ODAT Montserrat Italic";
	font-size: 1.333rem;
	margin-top: 1rem;
	border-bottom: 1px solid var(--orange);
	padding-bottom: 2rem;
}
.featured-program-text-column ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 4rem;
}
.featured-program-text-column li {
	margin-bottom: 1.5rem;
}
.featured-programs-program-container figure {
	margin: 0;
	text-align: right;
}
@media screen and ( min-width: 782px ) {
	.featured-programs-program-container {
		margin-bottom: 10rem;
	}
}
@media screen and ( min-width: 800px ) and ( max-width: 1599px ) {
	.featured-program-text-column {
		padding-left: var( --padding );
	}
}
@media screen and ( min-width: 1600px ) {
	.featured-program-text-column {
		padding-left: calc( ( ( 100% - var( --width) ) / 2 ) + var( --padding ) );
	}
}

/* Final statement */
.featured-programs-final-statement {
	padding-top: 4rem;
	padding-bottom: 6rem;
	margin-bottom: 6rem;
}
.featured-programs-final-statement p {
	font-size: 2rem;
	font-weight: 700;
}
.featured-programs-final-statement a {
	color: white;
}
@media screen and ( min-width: 782px ) {
	.featured-programs-final-statement {
		padding-bottom: 8rem;
		margin-bottom: 10rem;
	}
}



/**********
 * Single Program Pages 
 */
/* Intro */
.single-program-intro {
	margin-bottom: 8rem;
}
.single-program-intro h2 {
	font-size: 2.7rem;
}
.single-program-intro h3 {
	font-size: 1.55rem;
	margin-top: 3rem;
}
.single-program-intro p {
	font-size: 1.333rem;
}
.single-program-highlights h3 {
	margin-top: 6rem;
	margin-bottom: 3rem;
}
.single-program-highlights h4 {
	font-size: 1.333rem;
	margin-bottom: 0;
}
.single-program-highlights p {
	margin-top: 0;
}
.single-program-intro li, 
.single-program-recent-accomplishments li {
	margin-bottom: 1.5rem;
	font-size: 1.333rem;
}
/* Recent Accomplishments */
.single-program-recent-accomplishments {
	padding-top: 4rem;
	padding-bottom: 5rem;
}
.single-program-recent-accomplishments h2 {
	font-size: 2.4rem;
}
.single-program-recent-accomplishments p {
	font-size: 1.333rem;
}
@media screen and ( min-width: 782px ) {
	.single-program-recent-accomplishments h2 {
		font-size: 2.7rem;
	}
}
/* What Students Are Saying */
.what-student-say-group {
	background-color: var( --mid-grey );
	padding-top: 6rem;
	padding-bottom: 4rem;
}
.what-student-say-group h2 {
	font-size: 2.655rem;
}
#odat-quote-container {
	background-color: white;
	padding: 1rem;
}
#odat-quote-container p {
	font-size: 2rem;
	font-weight: 600;
	font-style: italic;
	display: none;
}
#odat-quote-container p.odat-displayed-quote {
	display: block;
}
.odat-quote-buttons {
	padding-top: 2rem;
}
.odat-quote-buttons .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
	flex-basis: unset;
	flex-grow: unset;
	width: 20px;
}
.odat-quote-buttons .wp-block-group {
	width: 24px;
	height: 24px;
	border: 1px solid black;
	border-radius: 24px;
}
.odat-quote-buttons p {
	display: inline-block;
	border: 6px solid white;
	border-radius: 20px;
	margin-top: 0;
}
.odat-quote-buttons a {
	display: block;
	height: 10px;
	width: 10px;
	border-radius: 16px;
	background-color: white;
}
.odat-quote-buttons .odat-quote-selected-button a {
	background-color: black;
}
.what-student-say-group figure {
	text-align: right;
}
@media screen and ( max-width: 781px ) {
	.odat-quote-buttons .wp-block-columns {
		flex-wrap: nowrap !important;
	}
}
@media screen and ( min-width: 782px ) and (max-width: 1099px) {
	#odat-quote-container {
		padding: 2rem;
	}
}
@media screen and ( min-width: 1100px ) {
	#odat-quote-container {
		padding: 3rem;
	}
}
/* Looking ahead */
.single-program-looking-ahead {
	margin-top: 10rem;
	margin-bottom: 10rem;
}
.single-program-looking-ahead p, 
.single-program-looking-ahead li {
	font-size: 1.333rem;
}
.single-program-looking-ahead li {
	margin-bottom: 1.5rem;
}
/* Final Statement */
blockquote.program-final-statement {
	margin: 0 0 12rem;
	border-top: 1px solid var( --orange );
	border-bottom: 1px solid var( --orange );
}
.program-final-statement p {
	font-size: 2.3rem;
	font-weight: 600;
	margin-bottom: 1em;
}
/* Misc */
.bv-intro-spacing {
	margin-top: 6rem;
}



/*****************
 * Youth Development
 */

/*Expanded Vision */


/*************
 * Expression and Creativity
 */


/*********
 * Community
 **/
p.community-intro {
	font-size: 1.333rem;
	margin-bottom: 4rem;
}
/* Events */
.community-events {
	margin-top: 10rem;
	margin-bottom: 6rem;
}
.community-events h2 {
	font-size: 2.666rem;
}
.community-events-intro {
	margin-bottom: 6rem;
}
.community-events-intro p {
	font-size: 1.333rem;
}
#em-wrapper .legend-keys {
	display: flex;
	flex-wrap: wrap;
}
#em-wrapper .legend-key {
	margin-right: 2rem;
}
#em-wrapper .legend-key-color {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 0.5rem;
}
/* Action */
.community-action-intro p {
	font-size: 1.333rem;
}
.community-action-recent-highlights-group {
	background: linear-gradient( 180deg, #f8f8f8 30%, var( --dark-grey ) 30% );
	padding-bottom: 6rem;
}
.community-action-recent-highlights-group #pcp_wrapper-486 .sp-pcp-post, 
.community-action-recent-highlights-group #pcp_wrapper-486 .sp-pcp-post img {
	border-radius: 10px;
	box-shadow: 0px 0px 6px #00000029;
}
.community-action-recent-highlights-group .sp-pcp-post-details-content {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.community-action-recent-highlights-group .sp-pcp-post .sp-pcp-title, 
.community-action-recent-highlights-group .sp-pcp-post .sp-pcp-title a {
	font-weight: 700;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}


/* Host */
.community-host-group {
	margin-top: 6rem;
	margin-bottom: 6rem;
}
.community-host-group .nc-orange-area {
	padding: 3rem 2rem 4rem;
}
.community-host-group .nc-orange-area a {
	color: white;
	text-decoration: none;
}
@media screen and ( min-width: 782px ) {
	.community-host-group .nc-orange-area {
		padding: 3rem 6rem 4rem;
	}
}
/* Voices */
.community-voices-group {
	background-color: var( --mid-grey );
}
.community-voices-group h2 {
	padding-bottom: 1rem;
}
.community-voices-subtitle {
	font-size: 1.333rem;
	padding-bottom: 3rem;
}
.community-voices-group .sp-testimonial-free-section {
	background-color: white;
	padding: 5rem 1rem 2rem !important;
	border-radius: 10px;
}
.community-voices-group .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
	font-size: 1rem;
	font-style: italic;
	font-weight: 500;
}
.community-voices-group #sp-testimonial-free-wrapper-383 .sp-testimonial-free-section .sp-testimonial-client-image {
	text-align: center;
}
@media screen and ( min-width: 782px ) {
	.community-voices-group .sp-testimonial-free-section {
		padding-top: 5rem !important;
		padding-bottom: 2rem !important;
	}
}
@media screen and ( min-width: 1200px ) {
	.sp-testimonial-free {
		padding-left: 7rem;
		padding-right: 7rem;
	}
}
/* Media */
.community-media-group h2 {
	color: white;
	text-transform: uppercase;
	margin-bottom: 3rem;
}
.community-media-inner-group {
	background-color: white;
	padding: 1rem;
	border-radius: 10px;
}
.community-media-inner-group .wp-block-columns {
	column-gap: 5rem;
}
.community-media-text-column p {
	color: black;
	font-size: 1.333rem;
}
.community-media-inner-group figure {
	margin: 0;
}
@media screen and ( min-width: 782px ) {
	.community-media-inner-group {
		padding: 5rem 6rem 4rem;
	}
}
/* Partners */
.community-partners p {
	font-weight: 700;
}
.community-partner-lists {
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 2rem;
}
.community-partner-lists ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.community-partner-lists ul li, 
.community-partner-lists ul a, 
.community-partner-lists ul a:hover, 
.community-partner-lists ul a:visited {
	color: black;
	font-size: 1.333rem;
}
.community-partner-lists li {
	margin-bottom: 1rem;
}
.community-partner-lists li:before {
	content: '';
	display: inline-block;
	background-image: url( "/wp-content/themes/odat/assets/heart.webp" );
	width: 26px;
	height: 23px;
	margin-right: 20px;
	position: relative;
	top: 5px;
}
.community-partner-lists li.past-partner:before {
	background-image: url( "/wp-content/themes/odat/assets/grey-heart.webp" );
}
.community-partners-2nd-header {
	margin-top: 6rem;
}
@media screen and ( min-width: 600px ) {
	.community-partner-lists ul {
		column-count: 2;
	}
}

/***********
 *  Contact
 **/
.nc-full-width-page .contact-intro header.entry-header {
	padding-left: 0;
	padding-right: 0;
}
.contact-intro p {
	font-weight: 700;
	max-width: 780px;
	line-height: 2;
}
/* Info cubes loaded from shortcode */
.contact-page-info-cubes {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.contact-page-info-cube {
	background-color: white;
	box-shadow: 0px 2px 48px #0000000F;
	border-radius: 10px;
	width: calc( 50% - 1rem );
	text-align: center;
	padding: 1.75rem 2rem 1rem;
	min-height: 155px;
}
.contact-page-info-cube p {
	margin-bottom: 0;
}
@media screen and ( max-width: 500px ) {
	.contact-page-info-cubes {
		gap: 1rem;
	}
	.contact-page-info-cube {
		padding: 1.75rem 1rem 1rem;
	}
}
@media screen and ( min-width: 782px ) and ( max-width: 899px ) {
	.contact-page-info-cubes {
		gap: 1rem;
	}
	.contact-page-info-cube {
		padding: 1.75rem 1rem 1rem;
	}
}
/* Contact Form */
.form-privacy-notice {
	font-size: 0.778rem;
	margin-top: 1.5rem;
	margin-bottom: 3rem;
	display: inline-block;
}
.contact-form-group select {
	background-color: white;
	padding: 11px 22px;
	border-radius: 5px;
}
.contact-form-group .wpcf7-submit {
	background-color: var( --black-grey );
	border: 2px solid var( --orange );
	color: white;
	border-radius: 40px;
	padding: 17px 50px;
}
@media screen and ( max-width: 781px ) {
	.contact-form-group input {
		width: 100%;
	}
	.form-row p label:first-child input {
		margin-bottom: 1rem;
	}
}
@media screen and ( min-width: 782px ) {
	.form-row p {
		display: flex;
		column-gap: 2rem;
	}
}
@media screen and ( min-width: 782px ) and ( max-width: 1574px ) {
	.contact-form-group .wp-block-columns {
		column-gap: 1rem;
	}
	.form-row p {
		column-gap: 1rem;
	}
	.form-row p label {
		width: calc( 60% - 0.5rem );
	}
	.form-row p label:first-child {
		width: calc( 40% - 0.5rem );
	}
	.form-row input, 
	.contact-form-group input[name="other-language"] {
		max-width: 100%;
	}
	.contact-form-image-column {
		max-width: 40%;
	}
}
@media screen and ( min-width: 1575px ) {
	input[name="your-first-name"], 
	input[name="your-telephone"] {
		max-width: 303px;
	}
	input[name="your-last-name"], 
	input[name="your-email"] {
		max-width: 418px;
	}
}

/****
 * Donate
 */
.page-id-20 header.entry-header h1 {
	text-align: center;
}
.donate-tag-line {
  font-size: 1.5rem;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding-top: 1rem;
  padding-bottom: 1rem;
}


/*****
 * Single posts
 */
.post-template-default.single-post #primary,
.error404 #primary,
body.search #primary {
	max-width: var( --width );
	margin: 0 auto;
	padding-left: var( --mobilepadding );
	padding-right: var( --mobilepadding );
	padding-bottom: 3rem;
}
.post-template-default.single-post #primary header .entry-meta {
	display: none;
}
@media screen and ( min-width: 782px ) {
	.post-template-default.single-post #primary,
	.error404 #primary,
	body.search #primary {
		padding-left: var( --padding );
		padding-right: var( --padding );
	}
}