/*!
Theme Name: Campfire
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: campfire
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.

Campfire 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
--------------------------------------------------------------*/

/* 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%;
}

/* 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: bold; /* Callum updated Feb 13 - incorrect word */
}

/**
* 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: #404040;
	font-family: -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;
}

p {
	margin-bottom: 1.5em;
	color:#000;
	font-weight: 300; /*Callum Test paragraph weight */
	font-family:"Open Sans", Arial
}

.single-post p, .single-post p span {
	font-weight: 300 !important;
}

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;
}

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: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

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: 3px;
	padding: 3px;
}

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 {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	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 {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

ul.sub-menu {
	flex-direction: column;
	background:#F8F8F8;
	padding: 30px 20px;
}

.sub-menu li {
	padding-bottom: 15px;
}

.sub-menu li:last-child {
	padding-bottom: 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

/* .menu-item-has-children:after {
content: "▼";
font-size: 10px;
color: #075272;
position:relative;
top:2px;
margin-left:5px;
} */

.main-navigation li.menu-item-has-children {
	display: flex;
	align-items: center;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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%;
}

/* Search Bar */

li.astm-search-menu.is-menu.full-width-menu.menu-item {
	min-height: 55px;
	display: flex;
	align-items: center;
}

.is-menu.full-width-menu form, .is-menu.sliding form {
	height: 100% !important;
	background: #fff;
	top: 60px !important;
	display: flex;
	align-items: center;

}

.is-menu.full-width-menu.open form, .is-menu.sliding form {
	border: 1px solid #075272;
}

.astm-search-menu a:hover path.search-icon-path {
	fill: #ec3332 !important;
}

.is-form-style button.is-search-submit:hover .is-search-icon path {
	fill: #ec3332 !important;
}

.is-form-style input.is-search-input {
	border: none !important;
}

span.is-search-icon {
	background: #fff;
	border: none;
}

.is-form-style .is-search-submit path {
	fill: #075272;
}

input#is-search-input-0 {
	font-family: "Open Sans", Arial;

}

.is-form-style input.is-search-input {
	color: #075272;
}

input#is-search-input-0::placeholder {
	color: #075272;
}

/* Search Page */

.search-results main#primary {
	max-width: 1280px;
}

.search-results h1 {
	color:#025072;
	font-size:60px !important;
	margin-top:100px;
}

.search-results header.page-header {
	margin-top: 100px;
}

.search-results h2 a {
	color: #135a78;
	text-decoration:none;
}

.search-results .entry-meta a, footer.entry-footer a {
	color: #ec3231;
}

.search-results .entry-meta {
	padding-bottom: 20px;
	font-size: 14px;
}

.search-results span.comments-link {
	margin-left: 10px;
}

.search-results article {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid gray;
}

.is-search-icon:hover, form.is-form-style input.is-search-submit:hover {
	background: #fff;
}

.search-results aside#secondary {
	display: none;
}

/* End Search Page */

/* End Search Bar */

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 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;
}

button.is-search-submit:focus .is-search-icon {
	border: 2px solid red;
}

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

@font-face {
	font-family: Quentin;
	src: url(/wp-content/themes/campfire/fonts/Quentin.woff);
}

/* 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;
}

// Add CSS specific to blocks
.entry-content {
	padding-left: 15px;
	padding-right: 15px;

	margin: 0 1rem;
	max-width: calc(100% - 2rem);


}

.wp-block-columns {
	max-width:1380px
}

@media only screen and (min-width: 768px) {
	.entry-content {
		margin: 0 10%;
		max-width: 80%; }
}

@media only screen and (min-width: 1500px)
{
	.entry-content {
		margin: 0 auto;
		max-width: 1200px; }
}

.alignfull {
	left: calc(-1rem - 15px);
	position: relative;

	max-width: 100vw;
	width: 100vw;


}

@media only screen and (min-width: 768px) {
	.alignfull {
		left: calc(-1.25 * (10% + 15px));}
}

@media only screen and (min-width: 1500px) {
	.alignfull {
		left: calc(-50vw + 50%); }
}


.main-navigation ul {
	display: flex;
	justify-content: end;
	align-items: center;
}

header#masthead {
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #e1e1e1;
	z-index: 10;
}

.main-navigation li {
	position: relative;
	margin-right: 40px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #025072;
	font-weight: bold;
	font-family: "Open Sans";
	font-size: 18px;
}

.menu-button a {
	border: 2px solid #025072;
	padding: 10px 30px;
}

main#primary {

	margin: 0 auto;
	padding-top: 88.22px;
}

.menu-container {
	max-width: 1480px;
	display: flex;
	margin: 0 auto;
}

.alignfull {
	left: initial;
}

.entry-content {
	margin: 0;
	max-width: 100%;
}

.wp-block-columns {
	max-width: 1280px;
	margin: 0 auto;
}

.safe-spaces-section .wp-block-columns {
	max-width: 100%;
	margin: 0 auto;
}

.mountain-line-section img {
	object-fit: contain !important;
}



#masthead {  position: absolute; /* Fixed position - sit on top of the page */
	top: 0;
	width: 100%; /* Full width */
	transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */}

#masthead.sticky-header {
	position:fixed;
}

img.custom-logo, .main-navigation a {
	transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
}

.small-size img.custom-logo {
	max-width: 200px;
}

.site-branding {
	padding: 3px;
}

.small-size .main-navigation a {
	font-size: 14px;
}

img.custom-logo {
	max-width: 256px;
}

.main-navigation {
	display: flex;
	width: 100%;
	justify-content: flex-end;
	align-items: center;
}

.page {
	margin-bottom:0;
}

a:focus {
	outline: 2px solid #ec3231 !important;
}

/* HOME */

.page header.entry-header {
	display: none;
}

.home-hero .wp-block-cover__inner-container {
	max-width: 1080px;
	margin-top: -350px;
	margin-left: -200px;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 80px !important;
	line-height: 1.1em;
	text-transform: uppercase;
	font-weight: 700;
}

.home-hero em, .about-hero em {
	position:relative;
	z-index:5;
	font-style:normal;
}

.home-hero em:before {
	content: "";
	background: url(https://dev1.pilotsolutions.ca/wp-content/uploads/2023/01/goldbg.png);
	display: block;
	height: 80px;
	position: absolute;
	width: 280px;
	top: 20px;
	z-index: -1;
	left: -20px;
	border-width: 3px !important;
}
/*
.about-hero em:before {
content: "";
background: url(https://dev1.pilotsolutions.ca/wp-content/uploads/2023/01/goldbg.png);
display: block;
height: 118px;
position: absolute;
width: 480px;
top: 0;
z-index: -1;
left: -120px;
border-width: 3px !important;
}
*/

.about-hero h1 {
	/* background: #e6b64d; */
	width: fit-content;
	margin: 0 auto;
	padding: 10px;
	background-image: url(/wp-content/uploads/2023/01/goldbg.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.hero-button {
	/* margin-left: -20px !important; */
	display: block;
	position: relative;
	left: 80px;
	top: 40px;
}

.hero-button a {
	display: block;
	text-decoration: none;
	color: #025072;
	font-weight: 800;
	font-family: "Open Sans";
	font-size: 18px;
}

.hero-arrow {
	position: absolute;
	bottom: 90px;
	left: 50%;
}

.home-subhero {
	min-height: 200px;
	margin-top: -40px;
}

.subhero-yellow-line {
	margin-bottom: -150px;
}

.heading2 {
	font-family: "Open Sans", Arial;
	text-transform: uppercase;
	font-weight: 600;
	color: #025072;
	font-size: 30px;
	letter-spacing: 3px;
}

.we-help-image {
	max-width: 320px;
	margin: 0 auto;
}

.three-blocks-subtitle {
	font-family: "Oswald", sans-serif;
	font-size: 32px !important;
	color: #4A4F55;
}

.safe-spaces-section {
	margin-top: 120px;
}

.dotted-line {
	position: absolute;
	top: -180px;
	left: 0;
}

.stylized-list img {
	max-width: 40px;
}

.safe-spaces-col-left {
	padding: 5% 3% 5% 15%;
}

h2.heading2-os-eb,
h3.heading2-os-eb{
	font-family: "open sans", arial;
	font-weight: 900;
	font-size: 50px;
	color: #025072 !important;
	max-width: 80%;
	line-height: 1.3em;
}


p.safe-spaces-text {
	font-size: 24px !important;
	width: 60%;
	margin-top: 0;
	font-family: "Open Sans";
	font-weight: 300 !important; /* Callum updated to test across site */
	line-height: 1.8em;
}

h3#heading3-sf {
	color: #025072;
	font-size: 26px;
}

.stylized-list {
	grid-template-columns: 5% auto !important;
}

.stylized-list .wp-block-media-text__content {
	padding-left: 3%;
}

.stylized-list p {
	font-size: 24px;
	font-weight: 300; /* Callum updated to test weight on paragraph text */
}

.stylized-list p {
	font-size: 24px !important;
	margin-bottom: 10px;
	font-weight: 300 !important; /* Callum updated to test weight on paragraph text */
}

.safe-spaces-image {
	min-width: 1000px;
	position: relative;
	right: 150px;
	top: 50px;
}

.mountain-line-section {
	min-height: 50px !important;
	margin-top: -50px !important;
}

.heading3.quentin-font {
	font-family: "Quentin";
	color: #025072;
	font-size: 95px;
	margin: 0;
	margin-top: -40px;
	font-weight: 300;
}

.nationwide-column {
	min-width: 1480px;
	margin-left: -150px;
	max-width: 1480px;
	position: relative;
	margin: 0 auto;
}

h2.heading2-os-eb.mx-w {
	max-width:100%;
}

.dotted-lines-2 {
	position: absolute;
	right: -300px;
	max-width: 350px;
	top: 150px;
}

.numbers-column .wp-block-cover__inner-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.numbers-columns {
	min-width:1180px;
}

.numbers-home {
	font-family: "Oswald";
	font-size: 50px !important;
	margin-bottom: 0;
}

.below-numbers-home {
	font-size: 26px !important;
	line-height: 1.3em;
	margin-top: 0;
}

.numbers-column {
	min-height: 300px;
	margin-top: 100px;
}

p.safe-spaces-text.mx-w {
	width: 100% !important;
}

.all-welcome-image {
	position: absolute;
	max-width: 700px;
}

.all-welcome-section {
	margin-top: 100px;
}

.testimonial-section .wp-block-cover__inner-container {
	max-width: 1280px;
}

.testimonial-section {
	max-width: 1280px;
	margin: 0 auto;
}

.home-testimonial p.ub_testimonial_text {
	color: #025072;
	font-size: 40px !important;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 0;
	text-align: left !important;
}

.home-testimonial {
	grid-template-columns: 30% auto;
	max-width: 100%;
	text-align: left !important;
}

.home-testimonial img {
	width: 250px;
}

.home-testimonial p.ub_testimonial_author {
	font-style: italic;
	text-align: left !important;
	font-size: 26px;
	color: #025072;
	max-width: 70%;
	padding-left: 40px;
	margin-top: 0;
}

.testimonial-section .ub_testimonial_img {
	display: flex;
	align-items: center;
}

.testimonial-section img.wp-block-cover__image-background {
	display: block;
	position: absolute;
	left: 100px;
}

.home-blog-grid article {
	border: 5px solid #025072 !important;
	padding: 50px 0 !important;
	border-radius:3px;
}

h3.ub-block-post-grid-title a {
	color: #025072 !important;
	max-width: 80% !important;
	display: block;
	margin: 0 auto;
	font-size: 22px;
	padding-bottom: 30px;
}

.home-blog-grid a.ub-block-post-grid-more-link.ub-text-link {
	font-size: 40px;
	color: #025072;
	font-family: "open sans", Arial;
}


.home-blog-grid a.ub-block-post-grid-more-link.ub-text-link:hover, h2.ub-block-post-grid-title a:hover {
	text-decoration:none !important;
}

.blog-section .wp-block-cover__inner-container {
	max-width: 1180px;
}

.blog-section img.wp-block-cover__image-background {
	object-fit: contain;
}

.logos-column .wp-block-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

h2.heading3.quentin-font.qf-smaller {
	font-size: 60px;
	text-transform: lowercase;
	font-weight: 300;
	margin-top: 30px;
}

.ot-bt {
	font-family: "Open Sans", arial;
	font-size: 18px !important;
	font-weight: 800;
}

.hero-button.ot-bt a {
	border: 4px solid !important;
	padding: 20px 40px !important;
	font-size:24px !important;
}

.ot-bt a {
	border: 4px solid !important;
	padding: 25px 50px !important;
	font-size: 24px !important;
}

.sf-b {
	margin-top: 40px !important;
}

h2.big-subtitle {
	letter-spacing: 4px;
	font-size: 40px !important;
	font-weight:800;
}

/* END HOME */

/* ABOUT */

.heading2.aboutheading {
	margin-top: 90px;
}

.about-columns-row {

	padding: 20px 60px;
	padding-top:60px;
}

.about-columns-row p {
	font-size: 24px !important;
}

.about-columns-row .wp-block-column:last-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.three-buttons-column {
	padding: 100px 0;
}

.heading2-os-eb.ab-centered {
	margin: 0 auto;
	padding: 80px 0;
}

.list-item-about {
	max-width: 500px;
	margin: 0 auto;
	padding-left:7%;
	display:flex;
}

.list-item-about .wp-block-media-text__media img {
	min-width: 40px;
	/* margin-right: 20px !important; */
}

.list-item-about .wp-block-media-text__content {
	padding-left: 30px;
}

.heading3-os {
	font-family: "Oswald", Arial;
	font-weight: 400;
	color: #4A4F55;
	font-size: 36px;
}

p.text-under-h3-ab {
	color: #1A1A1A;
	font-size: 24px !important;
	max-width: 40%;
	margin: 0 auto;
}

.ot-bt.no-b a {
	border: none !important;
	margin-top: 40px;
}

.size-full.dotted-line-image-about {
	position: absolute;
	left: -15%;
}

.about-border {
	max-height: 105px !important;
	height: 105px !important;
	min-height: 105px;
	margin-top: 60px;
}

.our-values-blurb {
	grid-template-columns: 7% auto !important;
}

.our-values-blurb h4 {
	font-family: "Oswald", Arial;
	font-weight: 400;
	color: #4A4F55;
	font-size: 28px;
	line-height: 50px;
	margin: 10px 0;
}

.our-values-blurb .wp-block-media-text__content {
	padding-left: 4%;
}

p.our-values-blurb-text{
	font-size:24px !important;
	line-height:40px;
}

p.our-values-blurb-text {
	margin-top: 10px;
	max-width: 80%;
	color:#000;
}

.wp-block-cover.numbers-column.w-logos {
	margin-top: 0;
}



.numbers-column.w-logos .logo-columns img {
	height: 144px;
	width: auto;
}

.logo-columns {
	width: 1280px;
}

.history-title {
	margin-top: 100px;
	margin-bottom: 0;
}

.history2-title {
	padding-top: 20px !important;
}

.history-first-columns p, .history-second-columns p {
	font-size: 24px !important;
	line-height: 40px;
}

.history-second-columns .ot-bt:first-child {
	margin-right: 40px;
}

.cover-lines {
	min-height: 275px !important;
	margin-top:60px;
	margin-bottom: 80px;
}

h4.heading4-oswald {
	font-family:"Oswald", Arial;
	color:#4A4F55;
	font-size:36px !important;
	font-weight:400;
}

.history-three-col p {
	font-size: 24px !important;
	line-height: 40px;
	max-width: 90%;
}

.history-three-col .three-blocks-subtitle {
	font-size: 36px !important;
	line-height: 50px;
	margin-bottom: 30px;
	max-width:100%
}

.about-divider {
	margin-bottom: 60px;
	margin-top: 60px;
}

.national-hq-columns p {
	font-size: 24px !important;
	line-height: 40px;
}

.national-hq-columns {
	margin-bottom: 40px;
}

.af-about-section {
	margin-top: 200px;
}

.above-footer-columns-about p {
	font-size: 24px !important;
	line-height: 40px;
}

/* END ABOUT */

/* PROGRAMS */

.history-three-col .small-list-item p {
	max-width: 100% !important;
	font-size:20px !important;
	line-height:30px !important;
}

.history-three-col .small-list-item p a {
	color:#000;
	text-decoration:none;
}

.list-item-about.small-list-item .wp-block-media-text__content {
	padding-left: 10px;

}

.oswald-title {
	font-family: 'Oswald', arial;
	font-size: 36px;
	line-height: 60px;
}

.regular-p {
	font-size: 24px !important;
	font-weight: 300; /*Callum update to test for pages paragraph weight */
}

.vertical-yellow-absolute img {
	position: absolute;
	top: -70px;
}

.ye-title {
	text-align: center !important;
	margin: 0 auto;
}

.redpaintcircle-list {
	grid-template-columns: 4% auto !important;
}

.redpaintcircle-list .wp-block-media-text__content {
	padding-left: 20px;
}

.redpaintcircle-list p {
	margin: 15px 0;
}

.vertical-yellow-bottom-absolute img {
	position: absolute;
}

.youth-experiences-block {
	padding-bottom: 100px;
}

.long-term-benefits-block {
	margin-top: 150px;
	padding-top: 130px;
	padding-bottom: 70px;
}

.positive-impact-column .list-item-about.small-list-item {
	margin-left: 0;
	padding-left: 10px;
}

.impact-col h2.heading2-os-eb.ab-centered {
	padding-bottom: 0;
}

.impact-col .list-item-about {
	max-width: 100%;
	padding-left: 2%;
}

p.programs-above-footer-text.has-text-color {
	max-width: 80%;
}

.cf-section.af-about-section.pg-above-section {
	margin-top: 120px;
}

.about-hero.programs-hero em:before {
	content: "";
	background: url(https://dev1.pilotsolutions.ca/wp-content/uploads/2023/01/goldbg.png);
	display: block;
	height: 118px;
	position: absolute;
	width: 550px;
	top: 0;
	z-index: -1;
	left: -90px;
	border-width: 3px !important;
}

.in-text-bolded {
	font-size: 26px !important;
}

.zero-tolerance-col {
	max-width: 700px;
}

.size-full.dotted-line-child-safety {
	position: absolute;
	left: -100px;
}

.two-col-lists .small-list-item {
	max-width: 100%;
}

.two-col-lists figure.wp-block-media-text__media {
	align-self: flex-start;
}

.two-col-lists .small-list-item p {
	margin-top: 0;
}

.two-col-lists .small-list-item {
	max-width: 100%;
	margin-bottom: 30px;
}

.move-up-heading h2 {
	margin-top: 0;
}

.resources-column p.os-small-title, .os-small-title {
	font-family: 'Oswald', arial;
	color: #003B64;
	font-size: 36px !important;
	margin-top:20px
}

.resources-column p {
	font-size: 24px !important;
}

.videos-block img.wp-block-cover__image-background {
	object-fit: contain;
}

.child-safety-hero em:before {
	left: -20px;
}

/* END PROGRAMS */

/* Single Blog */

.single-post main#primary {
	max-width: 1280px;
	margin-top: 100px;
}

/* End Single Blog */

/* YOUTH IN CRISIS */

.plain-button a {
	font-weight: 900;
	font-size: 24px;
}

.four-buttons-col {
	max-width: 1380px;
}

.fw-400 {
	font-weight:400;
}

.image-text-small {
	grid-template-columns: 7% auto !important;
}

.image-text-small .os-small-title {
	margin-top: 20px;
	margin-bottom: 20px;
}

.image-text-small .wp-block-media-text__content {
	padding-left: 30px;
}

.statistics-colums {
	max-width: 780px;
}

.statistics-number {
	margin-bottom: 10px;
	color: #003B64 !important;
}

.stat-text {
	margin-top: 0;
}

.circle-bg-with-text {
	width: 320px;
	height: 320px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	border-radius: 50%;
}

.systematic-columns {
	max-width: 920px;
}

.systematic-columns .wp-block-column:first-child {
	margin-right: 90px;
}

.barriers-column {
	max-width: 680px;
	padding-top: 40px;
}
.youth-in-crisis {
	max-width: 1380px;
}

/* END YOUTH IN CRISIS */

/* DEI & THRIVING */

.blurb-title-thriving {
	font-size: 24px;
}

h2.heading2-os-eb.inclusion-thriving-title {
	max-width: 100%;
	margin-top: 0;
}

.inclusion-thriving-section {
	max-width: 1000px;
}

.statement-of-inclusion-column {
	max-width: 700px;
}

.inclusion-line {
	position: absolute;
	right: -200px;
}

.regular-p-list li {
	font-size: 24px !important;
	font-weight: 300;
}

ol.regular-p-list {
	margin-left: 0;
}

p.regular-p.mt-0 {
	margin-top: 0;
}

.questioning-line {
	position: absolute;
	left: -350px;
}

.mw-100 {
	max-width:100%;
}


.pronouns-line {
	right: -200px;
	position: absolute;
	margin-top: -500px;
}


.regular-p.leadership-contact-block {
	padding-top: 80px;
}

.blog-section.b-section-dei .wp-block-cover__inner-container {
	max-width: 1280px;
}

/* END DEI & THRIVING */

/* BUTTON HOVER */

.ot-bt:hover {
	background: #6e8045;
}

.ot-bt.ot-blue :hover {
	background: #025072 !important;
}

.ot-bt a:hover {
	color: #fff !important;
	border-color: #6e8045 !important;
}

.ot-bt.ot-blue a:hover {
	color: #fff !important;
	border-color: #025072 !important;
}
/* 
.menu-button:hover {
background: #025072;
}

.menu-button:hover a {
color:#fff;
} */

.page-id-304 .stylized-list p {
	margin-top: 0;
}

.smaller-text {
	font-size: 20px !important;
	flex-direction: column;
}
.about-newsletter-column input[type="submit"], #footer-newsletter input[type="submit"] {
	border: 4px solid;
	border-color: #6e8034;
	border-radius: 0;
	background: #6e8034;
	color: #fff;
	line-height: 1;
	padding: 10px;
	font-family: "Open Sans", Arial;
	font-weight: 900;
}

.about-newsletter-column input[type="submit"]:hover, #footer-newsletter input[type="submit"]:hover {
	cursor:pointer;
}

.about-newsletter-column {
	display: flex;
	align-items: center;
	flex-direction: revert;
}

.about-newsletter-column form {
	width: 100%;
}

.about-newsletter-column input[type="email"], #footer-newsletter input[type="email"] {
	padding: 10px;
	border: none;
}

/* END BUTTON HOVER */

/* TESTIMONIAL BLOCK */

.testimonial-block {
	max-width: 900px;
	margin: 0 auto;
	padding-top: 50px;
	display: none;
}

.testimonial {
	background: transparent;
}

span.testimonial-text {
	font-size: 40px !important;
	line-height: 1.3em !important;
	color: #025072;
	font-weight: 700;
	text-align: left !important;
}


span.testimonial-author {
	text-align: left !important;
	color: #095071;
	font-weight: 400 !important;
	font-size: 26px !important;
	max-width: 70%;
	padding-left: 10% !important;
}

.testimonial_slider.slide .slick-prev.slick-arrow {
	left: -100px;
	background: url(/wp-content/uploads/2023/02/cf-arrow-left.png);
	width: 40px;
	height: 71px;
	background-repeat: no-repeat;
}

.testimonial_slider.slide .slick-next.slick-arrow {
	right: -100px;
	background: url(/wp-content/uploads/2023/02/cf-arrow-right.png);
	width: 40px;
	height: 71px;
	background-repeat: no-repeat;
}

ul.slick-dots {
	display: none !important;
}

/* END TESTIMONIAL BLOCK */

/* FOOTER */

div#main-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4% 0;
}

#main-footer .container {
	display: flex;
	justify-content: space-between;
}

.footer-col-1 h2 {
    color: #fff;
    font-size: 40px;
    max-width: 50%;
    font-family: inherit;
    line-height: inherit;
}

#menu-footer-menu a {
	color: #fff;
	text-transform: none;
	text-decoration: none;
	font-size: 22px;
	font-family: "open sans", arial;
	text-decoration:underline;
}

#menu-footer-menu li {
	padding-bottom: 25px;
	padding-right: 50px;
}

ul#menu-footer-menu {
	list-style: none;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	padding-left: 0;
	margin-left: 0;
	padding-top: 50px;
}

ul#social-list {
	list-style: none;
	display: inline-flex;
	margin-left: 0;
	padding-left: 0;
}

#social-list li {
	padding-right: 10px;
	margin-right: 20px;
}

#social-list a {
	color: #fff;
	text-decoration: none;
	display: block;
}

span.ig-icon:before {
	content: "";
	background: url(/wp-content/uploads/2023/03/instagram.svg);
	width: 30px;
	height: 30px;
	display: block;
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: center;
}

span.lin-icon:before {
	content: "";
	background: url(/wp-content/uploads/2023/03/linkedin.svg);
	width: 30px;
	height: 30px;
	display: block;
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: center;
}

span.tw-icon:before {
	content: "";
	background: url(/wp-content/uploads/2023/03/twitter.svg);
	width: 30px;
	height: 30px;
	display: block;
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: center;
}

span.yt-icon:before {
	content: "";
	background: url(/wp-content/uploads/2023/03/youtube.svg);
	width: 30px;
	height: 30px;
	display: block;
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: center;
}

span.fb-icon:before {
	content: "";
	background: url(/wp-content/uploads/2023/03/facebook.svg);
	width: 30px;
	height: 30px;
	display: block;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
}

.footer-col-1, .footer-col-3 {
	width: 30%;
}

#footer-newsletter h2, #footer-newsletter p {
	color: #fff;
	margin-top: 35px; /*Callum updated Feb 14 to line up text with other elements */
}

#footer-newsletter h2 {
    font-size: 24px;
}

#footer-newsletter p {
	font-size:16px;
}

#emfl-form-container label {
	color: #fff;
}


/* BOTTOMBAR */



.site-info {
	display: flex;
	width: 100%;
	justify-content: space-between;
	background-color: #fff;
	padding: 3px 0;
}

p.site-copyright {
	font-size:16px;
}

.container {
	width: 1380px;
	margin: 0 auto;
}

div#page {
	overflow-x: hidden;
}

.cf-section {
	padding: 8% 0;
}

.cf-above-footer-divider {
	position: absolute;
	top: -5px;
}

.cf-above-footer-divider img {
	width: 2560px;
}

.cf-spark {
	position: absolute;
	left: 100px;
	top: -180px;
}

.home-blog-grid article {
	display: flex;
	flex-direction: column;
	position: relative;
}

.home-blog-grid header.ub-block-post-grid-header {
	order: 1;
}

.home-blog-grid .ub-block-post-grid-image {
	order: 2;
}

.home-blog-grid .ub-block-post-grid-excerpt {
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	text-align: center;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.site-info .container {
	display: flex;
	justify-content: space-between;
}

ul#menu-bottom-bar-menu {
	display: flex;
	list-style: none;
	margin-left: 15px;
	padding-left: 0;
	margin-bottom: 0;
}

.site-info-left {
	display: flex;
	align-items: center;
	justify-content: center;
}

#menu-bottom-bar-menu li {
	margin-right: 10px;
}

#menu-bottom-bar-menu li a {
	text-transform:uppercase;
	color:#000;
	text-decoration:none;
	text-decoration: underline;
}

p.site-copyright {
	margin:0;
}

div#wcb {
	display: flex;
	padding: 15px 0;
}

/* END BOTTOMBAR */

/* END FOOTER */

#rmp-container-15995 {

	max-width: initial !important;
	min-width: 100px;

}

#rmp-menu-wrap-15995 .rmp-menu-item-link {
	border: none;
	font-size: 18px;
}

#rmp-menu-wrap-15995 .rmp-submenu .rmp-menu-current-item .rmp-menu-item-link, #rmp-menu-wrap-15995 .rmp-submenu .rmp-menu-item-link {
	color: #025072 !important;
}

#rmp_menu_trigger-15995 {
	top: 25px;

}

.about-hero.programs-hero em:before {
	display:none;
}

.divider, hr {
	margin: 2.5rem auto;
	width: 100%;
	min-height: 4px;
	background: url(/wp-content/uploads/2023/02/divider-yellow.png) repeat-x center center;
	text-align: center;
	border: 0 none;
	clear: both;
}
.page-id-13973 article {
	position: relative;
}



h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 80px;
    line-height: 1.1em;
    text-transform: uppercase;
    font-weight: 700;
}

h2 {
    font-family: "open sans", arial;
    font-weight: 900;
    font-size: 50px;
    line-height: 1.3em;
	color:#025072;
}


h3 {
    font-family: "Open Sans", Arial;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 3px;
}


h4 {
    font-family: "Oswald", sans-serif;
    font-size: 32px;
	font-weight: 300;
}

p, .general-style p {
	font-size:24px;
}

p, h1, h2, h3, h4, h5, h6 {
}

/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) and ( max-width: 1605px ) { 
	/* your css goes here */

	h2.heading2-os-eb.mx-w {
		max-width: 80%;
	}	

	#main-footer .container {
		width:1280px;
	}	

	.footer-col-1 h2 {
		font-size: 36px;
	}	

	.nationwide-column {
		width: 1280px !important;
		min-width: 1280px;

	}	

	.testimonial-section img.wp-block-cover__image-background {
		display: block;
		position: absolute;
		left: 50px;
	}	


}

/* Large screens (1405px upwards) */
@media only screen and ( min-width: 1405px ) and (max-width:1800){ 
	/* your css goes here */

	/* HOME */	

	.hero-arrow {
		position: absolute;
		/* top: 50%; */
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.safe-spaces-col-left {
		padding: 5% 3% 5% 10%;
	}	

	.nationwide-column {
		min-width: auto;
		margin-left: 0;
	}	

	.all-welcome-section {
		width: 80%;
	}	

	.spacer-250, .spacer-150 {
		height: 100px !important;
	}	

	.testimonial-section {
		width: 80%;
	}	

	.cf-section .wp-block-columns {
		width: 80%;
	}	

	#main-footer .container {
		display: flex;
		justify-content: space-between;
		width: 90%;
	}

	.site-info .container {
		width: 90%;
	}	

	/* END HOME */	

	/* PROGRAMS */

	.three-cols-row.history-three-col.programs-col {
		width: 90%;
	}	

	.positive-impact-column {
		width: 80%;
	}	

	.impact-columns {
		width: 80%;
	}	

	.cf-section h3 {
		font-size: 50px !important;
	}	

	.page-id-411 .cf-section {
		padding-top: 150px;
	}	

	/* END PROGRAMS */	

	/* CHILD SAFETY */

	.child-safety-first-section {
		width: 80%;
	}	

	.size-full.dotted-line-child-safety {
		position: absolute;
		left: -230px;
	}	

	.w-80 {
		width: 80%;
	}	

	.child-safety-resources-spacer {
		height: 60px !important;
	}	

	/* END CHILD SAFETY */	

	/* YOUTH STATISTICS */

	.page-id-13907 .cf-section, .page-id-304 .cf-section {
		padding-top: 150px !important;
	}	

	/* END YOUTH STATISTICS */

	/* ABOUT */

	.our-values-section .wp-block-cover__inner-container {
		width: 80%;
	}	

	.history-first-columns {
		width: 80%;
	}	

	.history-second-columns {
		width: 80%;
	}	

	.three-cols-row.history-three-col, .national-hq-columns {
		width: 80%;
	}	

	/* END ABOUT */	

	/* DEI & THRIVING */

	.thriving-blurbs {
		width: 80%;
	}	

	.plain-button a {
		font-size: 20px;
	}	

	.questioning-line {
		position: absolute;
		left: -400px;
	}	



	/* END DEI & THRIVING */		


}

/* Laptops and desktops (1100-1405px) */
@media only screen and ( min-width: 1100px ) and ( max-width: 1405px) { 
	/* your css goes here */

	/* HOME */	

	.hero-arrow {
		position: absolute;
		/* top: 50%; */
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.safe-spaces-col-left {
		padding: 5% 3% 5% 10%;
	}	

	.nationwide-column {
		min-width: auto;
		margin-left: 0;
	}	

	.all-welcome-section {
		width: 80%;
	}	

	.spacer-250, .spacer-150 {
		height: 100px !important;
	}	

	.testimonial-section {
		width: 80%;
	}	

	.cf-section .wp-block-columns {
		width: 80%;
	}	

	#main-footer .container {
		display: flex;
		justify-content: space-between;
		width: 90%;
	}

	.site-info .container {
		width: 90%;
	}	

	/* END HOME */	

	/* PROGRAMS */

	.three-cols-row.history-three-col.programs-col {
		width: 90%;
	}	

	.positive-impact-column {
		width: 80%;
	}	

	.impact-columns {
		width: 80%;
	}	

	.cf-section h3 {
		font-size: 50px !important;
	}	

	.page-id-411 .cf-section {
		padding-top: 150px;
	}	

	/* END PROGRAMS */	

	/* CHILD SAFETY */

	.child-safety-first-section {
		width: 80%;
	}	

	.size-full.dotted-line-child-safety {
		position: absolute;
		left: -230px;
	}	

	.w-80 {
		width: 80%;
	}	

	.child-safety-resources-spacer {
		height: 60px !important;
	}	

	/* END CHILD SAFETY */	

	/* YOUTH STATISTICS */

	.page-id-13907 .cf-section, .page-id-304 .cf-section {
		padding-top: 150px !important;
	}	

	/* END YOUTH STATISTICS */

	/* ABOUT */

	.our-values-section .wp-block-cover__inner-container {
		width: 80%;
	}	

	.history-first-columns {
		width: 80%;
	}	

	.history-second-columns {
		width: 80%;
	}	

	.three-cols-row.history-three-col, .national-hq-columns {
		width: 80%;
	}	

	/* END ABOUT */	

	/* DEI & THRIVING */

	.thriving-blurbs {
		width: 80%;
	}	

	.plain-button a {
		font-size: 20px;
	}	

	.questioning-line {
		position: absolute;
		left: -400px;
	}	



	/* END DEI & THRIVING */	

}

/* Tablets in landscape mode (981-1100px) */
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) { 
	/* your css goes here */

h2 {
    font-family: "open sans", arial;
    font-weight: 900;
    font-size: 38px !important;
    line-height: 1.3em;
}

h3 {
    font-family: "Open Sans", Arial;

    font-weight: 600;
    font-size: 38px;
    letter-spacing: 3px;
}

	/* HOME */

	.safe-spaces-col-left {
		padding: 5% 3% 5% 3%;
	}	

	p.safe-spaces-text {
		left: 0 !important;
		margin-left: 30px !important;
		width: 80%;
	}	

	.safe-spaces-column-right {
		margin-right: -200px !important;
	}	

	.nationwide-column {
		min-width: auto;
	}	

	h2 {
		font-size: 38px !important;
	}	

	.ot-bt a {
		font-size: 20px !important;
	}	

	.spacer-250, .spacer-150 {
		height: 100px !important;
	}	

	.w-80 {width:80%;}


	.testimonial-section {
		width: 80%;
	}	

	.cf-section {
		padding-top: 150px;
	}	

	.site-info-right {
		display: flex;
		align-items: center;
		justify-content: center;
	}	

	/* END HOME */	

	/* PROGRAMS */

	.testimonial-block {
		max-width: 800px;
	}

	/* END PROGRAMS */	


}

/* Tablets in portrait mode (768-1050px) */
@media only screen and ( min-width: 768px ) and ( max-width: 1050px ) {
	/* your css goes here */

	.safe-spaces-column-right {
		display: flex;
		align-items: center;
	}

	.site-info {
		overflow-x: hidden;
	}

	h2, h3, h4, h5, h6, ul, p, .wp-block-columns, .wp-block-spacer {
		max-width: 90%;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	#main-footer .container {
		flex-direction: column;
	}	

	.footer-col-1, .footer-col-3 {
		width: 100%;
	}	

	.footer-col-1 h2 {
		max-width: 90%;
	}	

	#footer-newsletter form {
		max-width: 90% !important;
		margin: 0 auto;
	}	

	div#main-footer {
		padding-bottom: 60px;
	}	

	.site-info .container {
		flex-direction: column;
		padding-top: 15px;
	}	

	.site-info-left {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}	

	p.site-copyright {
		margin: 0;
		padding-bottom: 15px;
	}	

	ul#menu-bottom-bar-menu {
		display: flex;
		list-style: none;
		margin-left: 15px;
		padding-left: auto;
		/* margin-bottom: 0; */
		/* margin-right: 0 !important; */
		width: 100% !important;
		max-width: 100% !important;
		flex-direction: column;
		text-align: center;
		align-items: center;
		justify-content: center;
		width: 100%;
	}

	.bottombar-menu {
		width: 100%;
	}

	.social-media-footer {
		width: 90% !important;
		margin: 0 auto;
	}	

	.main-navigation ul {
		display: none;
	}	

	button.menu-toggle {
		background: none;
		border: none;
	}

	.main-navigation {
		display: block;
	}

	.menu-main-menu-container {
		position: absolute;
		width: 100%;
		left: 0;
		top: 100px;
		background: #F8F8F8;
	}	

	ul#primary-menu {
		padding: 30px;
	}

	.main-navigation ul ul {
		box-shadow: none;}

	.main-navigation li {
		position: relative;
		margin-right: 0;
		padding: 10px;
	}


	.main-navigation li.menu-item-has-children {
		display: initial;
		align-items: center;
	}

	.main-navigation ul ul {
		float: left;
		position: relative;
		top: 100%;
		left: 0;
		z-index: 99999;
	}

	.main-navigation ul ul a {
		font-size: 14px;
	}	

	.page-id-13907 .about-hero h1 {
		font-size: 42px !important;
	}

	.heading3.quentin-font {
		font-size: 45px !important;
		margin-top: auto !important;
	}	

	.menu-item-has-children:after {
		display:none;
	}	

	.rmp-container .rmp-menu-wrap .rmp-menu {

		min-height: 350px !important;
	}	


h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 52px;
    line-height: 1.1em;
    text-transform: uppercase;
    font-weight: 700;
}

h2 {
    font-family: "open sans", arial;
    font-weight: 900;
    font-size: 50px;
    line-height: 1.3em;
}


h3 {
    font-family: "Open Sans", Arial;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 3px;
}


h4 {
    font-family: "Oswald", sans-serif;
    font-size: 32px;
	font-weight: 300;
}


	/* Youth in Crisis */

	.heading2.aboutheading {
		margin-top: 90px;
		margin-bottom: 30px;
	}

	.yic-s-yelow-line-image {
		width: 90% !important;
		margin: 0 auto !important;
	}

	.yic-s-spacer-under-yelow-line {
		height: 40px;
	}

	h2.heading2-os-eb {
		max-width: 90%;
	}

	.image-text-small .wp-block-media-text__content {
		padding: 0 !important;
	}

	.image-text-small img {
		width: 20% !important;
	}

	.image-text-small img {
		width: 100% !important;
	}

	.yic-s-spacer-under-screen-time-section {
		height: 50px !important;
	}

	.statistics-p {
		margin-bottom: 0 !important;
	}

	.yic-s-circle-bg-with-text {
		width: 250px;
		height: 250px;
	}

	h2.heading2-os-eb {
		max-width: 90% !important;
	}

	.yic-s-above-racism-spacer {
		height: 30px !important;
	}

	.systematic-columns .wp-block-column:first-child {
		margin-right: 0 !important;
	}

	.systemic-racism-circle-bg-with-text {
		height: 270px !important;
		width: 270px !important;
	}

	.yic-s-systemic-racism-yelow-line {
		width: 90% !important;
		margin: 0 auto !important;
	}

	ol.yic-s-references {
		margin: auto !important;
	}

	.cf-spark img {
		max-width: 50% !important;
	}

	.cf-spark {
		position: absolute;
		left: 0px !important;
		top: -75px !important;
	}

	.yic-s-above-footer-image {
		margin-top: 0 !important;
		display: flex;
		justify-content: center;
	}

	.yic-s-above-footer-p.has-text-color {
		max-width: 90% !important;
	}

	.yic-s-above-footer-button {
		margin-left: 5% !important;
	}

	.yic-s-under-references-spacer {
		display: none;
	}

	.yic-s-references-h2 {
		margin-bottom: 10%;
	}

	.page-id-13907 h2.heading2-os-eb {
		font-size: 45px !important;
	}

	.yic-s-h3 {
		font-size: 28px !important;
	}	

	.yic-s-text-with-image {
		margin: 0 5% !important;
	}

	.yic-s-screen-time-image {
		display: flex;
		justify-content: center;
	}

	.yic-s-safe-spaces-image {
		display: flex;
		justify-content: center;
	}

	.yic-s-video iframe {
		width: 90%;
		margin: 5% !important;
	}

	.page-id-13907 .ys-cols-1 {
		flex-direction: column;
	}

	.page-id-13907 .four-buttons-col {
		flex-direction: column;
	}

	.yic-s-second-section-columns {
		flex-direction: column-reverse;
	}

	.yic-s-safe-space-columns {
		display: flex;
		flex-direction: column-reverse;
	}

	.systematic-columns {
		flex-direction: column;
	}

	/* END Youth in Crisis statistics Page */		

	/* About Page */

	.about-first-section-image img {
		margin: 0 5% !important;
	}

	.about-three-buttons-column {
		padding-top: 4% !important;
	}

	.size-full.dotted-line-image-about {
		position: absolute;
		left: -33%;
	}

	.list-item-about {
		display: grid;
		margin-bottom: 3%;
	}

	.list-item-about p {
		margin-bottom: 0 !important;
	}

	.logo-columns .wp-block-column {
		display: flex;
		justify-content: center;
	}

	.about-logos-section {
		padding-top: 6% !important;
	}

	.history-first-columns .wp-block-column {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.history-second-columns {
		display: flex;
		flex-direction: column-reverse;
	}

	.history-second-columns .wp-block-column:nth-child(2) {
		display: flex;
		justify-content: center;
	}

	.history-second-columns .wp-block-spacer {
		display: none;
	}

	.history-second-columns .ot-bt:first-child {
		margin-bottom: 5% !important;
	}

	.history-second-columns .ot-bt {
		margin: 0 5% !important;
	}

	h4#h-join-our-alumni-newsletter {
		text-align: center !important;
	}

	.about-newsletter-column form {
		width: 50% !important;
	}

	.about-newsletter-column {
		justify-content: center;
	}

	.cover-lines {
		padding-bottom: 8% !important;
	}

	.about-divider {
		margin: 60px auto !important;
	}

	.above-footer-columns-about figure.wp-block-image {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.about-above-footer-text-button-column .wp-block-button {
		margin: 0 5% !important;
	}

	.about-1st-section-columns {
		display: flex;
		flex-direction: column;
	}

	.about-first-section-image {
		display: flex;
		justify-content: center;
	}

	.about-three-buttons-column .ot-bt a {
		padding: 25px 35px !important;
		font-size: 17px !important;
	}

	.numbers-column.w-logos .logo-columns img {
		height: 80px;
		width: auto;
	}

	.history-first-columns {
		display: flex;
		flex-direction: column;
	}

	.history-second-columns .ot-bt:first-child {
		margin-bottom: 0 !important;
	}

	.about-newsletter-columns {
		flex-direction: column;
	}

	.history-three-col {
		display: flex;
		flex-direction: column;
	}

	.about-divider {
		margin: 60px auto !important;
		width: 90% !important;
	}

	.national-hq-columns {
		display: flex;
		flex-direction: column;
	}

	.about-above-footer-section {
		margin-top: 140px !important;
	}

	.above-footer-columns-about {
		display: flex;
		flex-direction: column;
	}	

	.page-id-304 .ot-bt a {
		padding: 25px 35px !important;
		font-size: 17px !important;
	}	

	/* End About Page */

	/* Programs page */

	.programs-redpaintcircle-list {
		display: flex;
		margin: 5% !important;
	}

	.programs-redpaintcircle-list figure.wp-block-media-text__media {
		width: 60px !important;
	}

	.programs-redpaintcircle-list img {
		width: 60px !important;
	}

	.programs-list-item {
		max-width: 500px !important;
	}

	.programs-testimonial-spacer {
		display: none;
	}

	.programs-why-it-matters-column {
		display: flex;
		flex-direction: column;
	}	

	.programs-why-it-matters-column .list-item-about {
		max-width: 280px !important;
		padding-left: 0 !important;
		width: 100%;
	}	

	.programs-redpaintcircle-list:not(:last-child) {
		margin-bottom: 3% !important;
	}	

	.page-id-411 .list-item-about {
		display: flex !important;
	}	

	.programs-what-we-do-row {
		display: flex;
		flex-direction: column;
	}

	.programs-long-term-benifits-row {
		display: flex;
		flex-direction: column;
	}

	.positive-impact-column {
		flex-direction: column !important;
	}

	.positive-impact-column .is-layout-flow.wp-block-column:first-child {
		display: flex;
		justify-content: center;
	}

	h2#h-positive-societal-impact {
		margin-bottom: 6% !important;
	}

	.programs-redpaintcircle-list p {
		min-width: 100%;
	}

	.positive-impact-column p {
		min-width: 100%;
	}

	.positive-impact-column .list-item-about.small-list-item {
		margin: 0 auto;
	}

	.positive-impact-column .wp-block-spacer:first-child {
		display: none;
	}

	span.testimonial-text {
		font-size: 28px !important;
	}

	.numbers-columns {
		flex-direction: column;
		flex-wrap: nowrap !important;
	}

	p.programs-above-footer-text.has-text-color {
		max-width: 90%;
		margin: 5% auto !important;
	}

	.above-footer-columns-about .wp-block-button {
		margin: 0 auto !important;
	}

	.page-id-411 .numbers-home {
		margin-top: 2% !important;
	}

	.page-id-411 .below-numbers-home {
		margin-bottom: 2% !important;
	}

	.programs-what-we-do-row .is-layout-flow.wp-block-column {
		display: flex;
		justify-content: center;
	}

	.page-id-411 .numbers-column {
		padding: 5% 0px;
	}

	/* End Programs page */		

	/* Child Safety Page */	

	.child-safety-first-section {
		display: flex;
		flex-direction: column;
	}

	.child-safety-first-section .is-layout-flow.wp-block-column:first-child {
		display: flex;
		justify-content: center;
	}

	.size-full.dotted-line-child-safety {
		position: absolute;
		left: -255px;
		rotate: 270deg;
	}

	.child-safety-yelow-divider {
		width: 90% !important;
		margin: 0 auto !important;
	}

	.page-id-503 .list-item-about {
		max-width: 500px !important;
		padding-left: 7% !important;
		min-width: 100% !important;
	}

	.child-safety-resources-spacer {
		display: none;
	}

	.page-id-503 .above-footer-columns-about .is-layout-flow.wp-block-column:first-child {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.page-id-503 p.programs-above-footer-text.has-text-color {
		max-width: 90%;
	}

	.page-id-503 .wp-block-columns.two-col-lists {
		display: flex;
		flex-direction: column;
	}

	/* END Child Safety Page */	

	/* DEI & THRIVING */

	.page-id-13973 .thriving-blurbs {
		display: flex;
		flex-direction: column;
	}

	.inclusion-thriving-section {
		display: flex;
		flex-direction: column;
	}

	.inclusion-line {
		position: absolute;
		right: -190px;
		rotate: 21deg;
	}

	.dei-thriving-strategic-plan-row {
		display: flex;
		flex-direction: column-reverse;
	}

	.dei-thriving-cultural-approp-columns {
		display: flex;
		flex-direction: column;
	}

	.questioning-line {
		position: absolute;
		left: -290px;
		rotate: 330deg;
	}

	.dei-thriving-pronouns-columns {
		display: flex;
		flex-direction: column;
	}

	.dei-thriving-pronouns-columns .wp-block-buttons {
		justify-content: center !important;
	}

	.pronouns-line {
		right: -60px;
		position: absolute;
		margin-top: -520px;
	}

	.dei-thriving-yelow-divider {
		width: 90%;
		margin: 0 auto;
	}

	.b-section-dei .ub-post-grid-items.is-grid {
		display: flex;
		flex-direction: column;
		width: 80%;
		margin: 0 auto;
	}

	.page-id-13973 .af-about-section {
		margin-top: 80px;
	}

	/* END DEI & THRIVING */

	/* HOME */

	.dotted-line, .dotted-lines-2 {
		display: none;
	}

	.safe-spaces-col-left {
		padding: 50px 3%;
	}

	p.safe-spaces-text {
		width: 100%;
	}

	.stylized-list {
		display: flex;
	}

	.stylized-list .wp-block-media-text__content {
		width: 100%;
		padding-right: 0;
	}

	.nationwide-column {
		flex-direction: column;
		min-width: auto;
	}

	.nationwide-column .wp-block-column {
		display: flex;
	}

	.nationwide-column .wp-block-column:last-child {
		flex-direction: column;
		width: 90%;
		display: block;
	}

	.home-hero img.wp-block-cover__image-background {
		object-fit: contain;
		top: 0;
		bottom: 0;
		height: auto;
	}

	.home-hero .wp-block-cover__inner-container {
		max-width: fit-content;
		margin-top: 30px;
		margin-left: 0;
	}

	.home-hero .is-content-justification-right {
		justify-content: flex-start;
	}

	.home-hero h1 {
		font-size: 52px !important;
	}

	.home-hero em:before {
		content: "";
		background: url(/wp-content/uploads/2023/01/goldbg.png);
		display: block;
		height: 52px;
		position: absolute;
		width: 190px;
		top: 15px;
		z-index: -1;
		left: -20px;
		border-width: 3px !important;
	}

	.hero-button {
		display: block;
		position: relative;
		left: 0;
		top: 40px;
	}

	h2.big-subtitle {
		letter-spacing: 4px;
		font-size: 26px !important;
		font-weight: 800;
	}

	.hero-button.ot-bt a {
		border: 4px solid !important;
		padding: 20px 40px !important;
		font-size: 20px !important;
	}

	.home-hero .wp-block-buttons.wp-container-2 {
		justify-content: center;
		width: 100%;
	}

	.hero-arrow {
		left: 45%;
	}

	.home-hero .wp-block-group.wp-container-1 {
		flex-wrap: nowrap;
		justify-content: center;
	}	

	.nationwide-column .wp-block-column:last-child {
		flex-direction: column;
		width: 100%;
		display: block;
	}

	.all-welcome-image {
		position: relative;
		max-width: initial;
	}	

	.all-welcome-section .wp-block-buttons, .nationwide-column .wp-block-buttons {
		justify-content: center !important;
	}	

	.spacer-250 {
		height: 60px !important;
	}	

	.spacer-150 {
		height: 100px !important;
	}

	.home-testimonial p.ub_testimonial_text {
		font-size: 26px !important;
	}	

	.home-testimonial p.ub_testimonial_author {
		max-width: 100%;
		font-size: 18px;
	}	

	.safe-spaces-image {
		min-width: auto;
		position: relative;
		right:-10px;
		top: -40px;
	}	

	.cf-section {
		padding-top: 120px;
	}	

	.ot-bt a {
		padding: 25px 30px !important;

	}	

	.cf-section .wp-block-buttons {
		justify-content: center;
	}	

	h2.heading2 {
		margin-bottom: 0 !important;
	}	

	.page-id-20 .wp-block-buttons {
		justify-content: center;
	}	

	.home-hero {
		background: url(/wp-content/uploads/2023/01/white-background-2048x1042.jpg);
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		min-height: auto !important;
		padding-left: 0;
		padding-right: 0;
	}

	.home-hero .wp-block-cover__inner-container {
		max-width: fit-content;
		margin-top: 80px;
		margin-left: 0;
		order: 1;
		margin-bottom: 80px;
	}

	.hero-button {
		display: block;
		position: relative;
		left: 0;
		top: 40px;
		max-width: 100%;
	}

	.home-hero img.wp-block-cover__image-background {
		order: 2;
		position: relative;
		content: url(/wp-content/uploads/2023/02/campfireorgherosection2.png);
	}

	.home-hero h1 {
		text-align: center;
	}

	/* END HOME */	

}

/* Smartphones (0-768px) */
@media only screen and ( max-width: 768px ) {
	/* your css goes here */

	.site-info {
		overflow-x: hidden;
	}

	h2, h3, h4, h5, h6, ul, p, .wp-block-columns, .wp-block-spacer {
		max-width: 90%;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.ot-bt {
		max-width: 90%;
	}	

	#main-footer .container {
		flex-direction: column;
	}	

	.footer-col-1, .footer-col-3 {
		width: 100%;
	}	

	.footer-col-1 h2 {
		max-width: 90%;
	}	

	#footer-newsletter form {
		max-width: 90% !important;
		margin: 0 auto;
	}	

	div#main-footer {
		padding-bottom: 60px;
	}	

	.site-info .container {
		flex-direction: column;
		padding-top: 15px;
	}	

	.site-info-left {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: column;
	}	

	p.site-copyright {
		margin: 0;
		padding-bottom: 15px;
	}	

	ul#menu-bottom-bar-menu {
		display: flex;
		list-style: none;
		margin-left: 15px;
		padding-left: auto;
		/* margin-bottom: 0; */
		/* margin-right: 0 !important; */
		width: 100% !important;
		max-width: 100% !important;
		flex-direction: column;
		text-align: center;
		align-items: center;
		justify-content: center;
		width: 100%;
	}

	.bottombar-menu {
		width: 100%;
	}

	.social-media-footer {
		width: 90% !important;
		margin: 0 auto;
	}	

	.main-navigation ul {
		display: none;
	}	

	button.menu-toggle {
		background: none;
		border: none;
	}

	.main-navigation {
		display: block;
	}

	.menu-main-menu-container {
		position: absolute;
		width: 100%;
		left: 0;
		top: 100px;
		background: #F8F8F8;
	}	

	ul#primary-menu {
		padding: 30px;
	}

	.main-navigation ul ul {
		box-shadow: none;}

	.main-navigation li {
		position: relative;
		margin-right: 0;
		padding: 10px;
	}


	.main-navigation li.menu-item-has-children {
		display: initial;
		align-items: center;
	}

	.main-navigation ul ul {
		float: left;
		position: relative;
		top: 100%;
		left: 0;
		z-index: 99999;
	}

	.main-navigation ul ul a {
		font-size: 14px;
	}	

	.about-hero h1 {
		font-size: 42px !important;
	}

	.heading3.quentin-font {
		font-size: 45px !important;
		margin-top: auto !important;
	}	

	.menu-item-has-children:after {
		display:none;
	}	

	.rmp-container .rmp-menu-wrap .rmp-menu {

		min-height: 350px !important;
	}	


h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 52px;
    line-height: 1.1em;
    text-transform: uppercase;
    font-weight: 700;
}

h2 {
    font-family: "open sans", arial;
    font-weight: 900;
    font-size: 38px;
    line-height: 1.3em;
}


h3 {
    font-family: "Open Sans", Arial;
  
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 3px;
}


h4 {
    font-family: "Oswald", sans-serif;
    font-size: 32px;
	font-weight: 300;
}


	/* HOME */

	.dotted-line, .dotted-lines-2 {
		display: none;
	}

	.safe-spaces-col-left {
		padding: 50px 3%;
	}

	p.safe-spaces-text {
		width: 100%;
	}

	.stylized-list {
		display: flex;
	}

	.stylized-list .wp-block-media-text__content {
		width: 100%;
		padding-right: 0;
	}

	.nationwide-column {
		flex-direction: column;
		min-width: auto;
	}

	.nationwide-column .wp-block-column {
		display: flex;
	}

	.nationwide-column .wp-block-column:last-child {
		flex-direction: column;
		width: 90%;
		display: block;
	}

	.home-hero img.wp-block-cover__image-background {
		object-fit: contain;
		top: 0;
		bottom: 0;
		height: auto;
	}

	.home-hero .wp-block-cover__inner-container {
		max-width: fit-content;
		margin-top: 30px;
		margin-left: 0;
	}

	.home-hero .is-content-justification-right {
		justify-content: flex-start;
	}

	.home-hero h1 {
		font-size: 52px !important;
	}

	.home-hero em:before {
		content: "";
		background: url(/wp-content/uploads/2023/01/goldbg.png);
		display: block;
		height: 52px;
		position: absolute;
		width: 190px;
		top: 15px;
		z-index: -1;
		left: -20px;
		border-width: 3px !important;
	}

	.hero-button {
		display: block;
		position: relative;
		left: 0;
		top: 40px;
	}

	h2.big-subtitle {
		letter-spacing: 4px;
		font-size: 26px !important;
		font-weight: 800;
	}

	.hero-button.ot-bt a {
		border: 4px solid !important;
		padding: 20px 40px !important;
		font-size: 20px !important;
	}

	.home-hero .wp-block-buttons.wp-container-2 {
		justify-content: center;
		width: 100%;
	}

	.hero-arrow {
		left: 45%;
	}

	.home-hero .wp-block-group.wp-container-1 {
		flex-wrap: nowrap;
		justify-content: center;
	}	

	.nationwide-column .wp-block-column:last-child {
		flex-direction: column;
		width: 100%;
		display: block;
	}

	.all-welcome-image {
		position: relative;
		max-width: initial;
	}	

	.all-welcome-section .wp-block-buttons, .nationwide-column .wp-block-buttons {
		justify-content: center !important;
	}	

	.spacer-250 {
		height: 60px !important;
	}	

	.spacer-150 {
		height: 100px !important;
	}

	.home-testimonial p.ub_testimonial_text {
		font-size: 26px !important;
	}	

	.home-testimonial p.ub_testimonial_author {
		max-width: 100%;
		font-size: 18px;
	}	

	.safe-spaces-image {
		min-width: auto;
		position: relative;
		right:-10px;
		top: -40px;
	}	

	.cf-section {
		padding-top: 120px;
	}	

	.ot-bt a {
		padding: 25px 30px !important;

	}	

	.cf-section .wp-block-buttons {
		justify-content: center;
	}	

	h2.heading2 {
		margin-bottom: 0 !important;
	}	

	.page-id-20 .wp-block-buttons {
		justify-content: center;
	}	

	.home-hero {
		background: url(/wp-content/uploads/2023/01/white-background-2048x1042.jpg);
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		min-height: auto !important;
		padding-left: 0;
		padding-right: 0;
	}

	.home-hero .wp-block-cover__inner-container {
		max-width: fit-content;
		margin-top: 80px;
		margin-left: 0;
		order: 1;
		margin-bottom: 80px;
	}

	.hero-button {
		display: block;
		position: relative;
		left: 0;
		top: 40px;
		max-width: 100%;
	}

	.home-hero img.wp-block-cover__image-background {
		order: 2;
		position: relative;
		content: url(/wp-content/uploads/2023/02/campfireorgherosection2.png);
	}

	.home-hero h1 {
		text-align: center;
	}

	/* END HOME */	

	/* Youth in Crisis */

	.heading2.aboutheading {
		margin-top: 90px;
		margin-bottom: 30px;
	}

	.yic-s-yelow-line-image {
		width: 90% !important;
		margin: 0 auto !important;
	}

	.yic-s-spacer-under-yelow-line {
		height: 40px;
	}

	h2.heading2-os-eb {
		max-width: 90%;
	}

	.yic-s-text-with-image .image-text-small .wp-block-media-text__content {
		padding: 0 !important;
	}

	.yic-s-text-with-image .image-text-small img {
		width: 100% !important;
		margin-left: 0 !important;
	}

	.yic-s-text-with-image {
		margin: 0 5% !important;
		grid-template-columns: 7% auto !important;
	}

	.yic-s-spacer-under-screen-time-section {
		height: 50px !important;
	}

	.statistics-p {
		margin-bottom: 0 !important;
	}

	.yic-s-circle-bg-with-text {
		width: 250px;
		height: 250px;
	}

	h2.heading2-os-eb {
		max-width: 90% !important;
	}

	.yic-s-above-racism-spacer {
		height: 30px !important;
	}

	.systematic-columns .wp-block-column:first-child {
		margin-right: 0 !important;
	}

	.systemic-racism-circle-bg-with-text {
		height: 270px !important;
		width: 270px !important;
	}

	.yic-s-systemic-racism-yelow-line {
		width: 90% !important;
		margin: 0 auto !important;
	}

	ol.yic-s-references {
		margin: auto !important;
	}

	.cf-spark img {
		max-width: 50% !important;
	}

	.cf-spark {
		position: absolute;
		left: 0px !important;
		top: -70px !important;
	}

	.yic-s-above-footer-image {
		margin-top: 15%;
	}

	.yic-s-above-footer-p.has-text-color {
		max-width: 90% !important;
	}

	.yic-s-above-footer-button {
		margin-left: 5% !important;
	}

	.yic-s-under-references-spacer {
		display: none;
	}

	.yic-s-references-h2 {
		margin-bottom: 10%;
	}

	.page-id-13907 h2.heading2-os-eb {
		font-size: 45px !important;
	}

	.yic-s-h3 {
		font-size: 28px !important;
	}	

	.yic-s-text-with-image {
		display: flex;
	}

	.yic-s-text-with-image img {
		width: 50px;
	}

	.yic-s-text-with-image figure.wp-block-media-text__media {
		width: 50px;
	}

	.yic-s-text-with-image .wp-block-media-text__content {
		min-width: 100%;
	}

	/* END Youth in Crisis statistics Page */	

	/* About Page */

	.about-columns-row {
		padding: 0;
	}	

	/*	
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
	grid-column: inherit;
	grid-row: 1;
}
	*/	

	.wp-block-media-text.is-stacked-on-mobile.redpaintcircle-list {
		grid-template-columns: 4% !important;
	}	

	.positive-impact-column .wp-block-spacer {
		height: 10px !important;
	}	

	.small-list-item .wp-block-media-text__content {
		width: 100%;
	}	

	h2 {
		font-size: 38px !important;
	}	

	.ot-bt a {
		font-size: 20px !important;
	}

	.about-columns-row p {
		max-width: 100% !important;
	}	

	.positive-impact-column .wp-block-buttons {
		margin-top: 40px;
	}	

	span.testimonial-text {
		font-size: 28px !important;
	}	

	span.testimonial-author {
		font-size: 18px !important;
		max-width: 100%;

	}	

	p.testimonial {
		max-width: 100%;
	}	

	.below-numbers-home {
		max-width: 250px;
		margin-bottom: 0;
	}	

	.numbers-column {
		padding-bottom: 60px;
	}	

	.three-buttons-column {
		padding: 40px 0 100px !important;
	}	

	.size-full.dotted-line-image-about {
		left: -105%;
	}

	p.text-under-h3-ab {
		max-width: 90%;
	}

	.list-item-about {
		max-width: 250px !important;
		padding-left: 0 !important;
	}

	.about-logos-section .wp-block-column {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.about-logos-section {
		padding-top: 60px !important;
	}

	.history-first-columns .wp-block-column {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.history-second-columns {
		display: flex;
		flex-direction: column-reverse;
	}

	.history-second-columns .wp-block-column:nth-child(2) {
		display: flex;
		justify-content: center;
	}

	.history-second-columns .wp-block-spacer {
		display: none;
	}

	.history-second-columns .ot-bt:first-child {
		margin-bottom: 5% !important;
	}

	.history-second-columns .ot-bt {
		margin: 0 5% !important;
	}

	.our-values-blurb {
		display: flex;
	}

	.our-values-blurb img {
		width: 30px;
	}

	.our-values-blurb .wp-block-media-text__content {
		width: 100%;
	}

	.about-newsletter-column form {
		width: 100% !important;
	}

	.about-newsletter-column {
		justify-content: center;
	}

	.about-newsletter-column {
		margin-bottom: 15% !important;
	}

	input#cf_emfl_submit {
		font-size: 15px !important;
	}

	.about-divider {
		width: 90% !important;
		margin: 0 auto 10% !important;
	}

	.second-list-item-about {
		max-width: 90% !important;
	}

	.second-list-item-about .wp-block-media-text__content {
		padding: 0 !important;
	}

	.second-list-item-about {
		margin-bottom: 10% !important;
	}

	.about-above-footer-section {
		margin-top: 100px !important;
	}

	.about-above-footer-section .wp-block-button {
		margin: 0 5% !important;
	}

	.about-history-section-buttons {
		justify-content: center;
	}

	.about-newsletter-column form {
		display: flex;
		justify-content: center;
	}

	h4#h-join-our-alumni-newsletter {
		text-align: center;
	}

	/* End About Page */

	/* Programs page */

	.programs-redpaintcircle-list {
		display: flex;
	}

	.programs-redpaintcircle-list figure.wp-block-media-text__media {
		width: 60px !important;
	}

	.programs-redpaintcircle-list img {
		width: 60px !important;
	}

	.programs-list-item {
		max-width: 500px !important;
	}

	.programs-testimonial-spacer {
		display: none;
	}

	.programs-why-it-matters-column {
		display: flex;
		flex-direction: column;
	}	

	.programs-why-it-matters-column .list-item-about {
		max-width: 280px !important;
		padding-left: 0 !important;
		width: 100%;
	}	

	.programs-redpaintcircle-list:not(:last-child) {
		margin-bottom: 3% !important;
	}	

	/* End Programs page */	

	/* Child Safety Page */	

	.size-full.dotted-line-child-safety {
		position: absolute;
		left: -313px;
		rotate: 270deg;
	}

	.child-safety-yelow-divider {
		width: 90% !important;
		margin: 0 auto !important;
	}

	.page-id-503 .list-item-about {
		max-width: 500px !important;
		padding-left: 7% !important;
	}

	.child-safety-resources-spacer {
		display: none;
	}

	.page-id-503 .above-footer-columns-about .is-layout-flow.wp-block-column:first-child {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.page-id-503 p.programs-above-footer-text.has-text-color {
		max-width: 90%;
	}

	/* END Child Safety Page */	

	/* DEI & THRIVING */

	.page-id-13973 .inclusion-line {
		position: absolute;
		right: -190px;
	}

	.dei-thriving-strategic-plan-row {
		display: flex;
		flex-direction: column-reverse;
	}

	.page-id-13973 .questioning-line {
		position: absolute;
		left: -420px;
	}

	.contact-affiliates-link {
		text-align: center;
	}

	.pronouns-line {
		right: -290px;
		position: absolute;
		margin-top: -450px;
		rotate: 90deg;
	}

	.dei-thriving-pronouns-column .wp-block-buttons {
		justify-content: center !important;
	}

	.dei-thriving-yelow-divider {
		width: 90%;
		margin: 0 auto;
	}

	.page-id-13973 .af-about-section {
		margin-top: 50px;
	}

	/* END DEI & THRIVING */

	.kid-day-hero {
		padding-left: 10px;
		padding-right: 10px;
	}

}

#rmp-menu-title-15995 .rmp-menu-title-image {
	width: 60%;
	height: auto;
}

.page-id-15964 .entry-content {
	width: 80%;
	margin: 0 auto;
}










/* Desktop media query */
@media only screen and (min-width: 1101px) {


	/***

	An accessible menu for WordPress
	https://github.com/argenteum/accessible-nav-wp

	Licensed GPL v.2 (http://www.gnu.org/licenses/gpl-2.0.html)

	***/

	.campmenu-container {
		align-self: center;
		flex: 1;
	}
	.site-header-menu {
		display: none;
		font-size: 1.5rem;
	}

	.main-navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.main-navigation ul li {
		margin-right: 40px;
	}

	.main-navigation ul a,
	.main-navigation ul a:visited {

	}

	.main-navigation ul a:hover {
		color: #6e8045;
	}

	.main-navigation ul ul {
		display: none;
		margin-top: 0px;
		margin-left: 25px;
	}

	.main-navigation ul ul ul {
		display: none;
		margin-left: 25px;
	}

	.no-js .site-header-menu,
	.site-header-menu.toggled-on {
		display: block;
	}

	.site-header-menu.toggled-on {
		margin-top: 10px;
	}

	.no-js .main-navigation ul,
	.main-navigation ul .sub-menu.toggled-on {
		display: block;
	}

	button.dropdown-toggle,
	button.menu-button {
		display: inline;
		background-color: transparent;
		border: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		cursor: pointer;
		content: "";
	}

	button.dropdown-toggle {
		position: absolute;
		right: 10px;
		margin-left: 10px;
		padding: 2px;
	}

	.dropdown-toggle:after,
	.dropdown-toggle.toggled-on:after {
		font-size: 1.3rem;
	}

	.menu-button {
		float: none;
		padding: 0;
		font-size: 1.5rem;
	}

	.menu-button:before,
	.menu-button.toggled-on:before {
		margin-right: 5px;
		padding-top: -10px;
	}

	.main-navigation a:focus,
	button.dropdown-toggle:focus,
	button.menu-button:focus {
		outline: 2px solid red;
		outline-offset: 2px;
	}

	.no-js .menu-button {
		display: none;
	}

	/* Plus symbol to expand sub-menu on mobile */
	.dropdown-toggle:after {
		content: "\002B";
	}

	/* Minus symbol to collapse sub-menu on mobile */
	.dropdown-toggle.toggled-on:after {
		content: "\2212";
	}

	/* 'Hamburger' or bars to expand menu on mobile*/
	/* .menu-button:before {
	content: "\2261";
} */

	/* Times (x) to collapse menu on mobile*/
	.menu-button.toggled-on:before {
		content: "\2573";
		font-size: 70%;
	}

	.dropdown-toggle:after,
	.dropdown-toggle.toggled-on:after,
	.menu-button:before,
	.menu-button.toggled-on:before {
		font-weight: bold;
	}

	/* Screen readers */
	.screen-readers {
		position: absolute !important;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		border: 0;
		word-break: normal !important;
		overflow: hidden;
		clip: rect(0 0 0 0);
	}

	button.menu-button {
		display: none;
	}

	.site-header-menu {
		display: block;
		margin-left: 10px;
	}
	.main-navigation ul {
		position: relative;
		float: left;
	}
	.main-navigation ul li {
		position: relative;
		float: left;
		margin: 0;
		padding: 10px;
	}
	.no-js .main-navigation ul ul,
	.main-navigation ul ul {
		position: absolute;
		display: none;
		top: 100%;
		left: 0;
		margin-left: 0;
		padding: 0;
		padding-bottom: 5px;
		padding-top: 5px;
		background-color: #f5f5f5;
		border: 1px solid #c0c0c0;
		z-index: 999;
	}
	.no-js .main-navigation ul ul li,
	.main-navigation ul ul li {
		float: none;
		width: 220px;
		padding: 4px 10px;
	}
	.main-navigation ul .has-sub-menu > li {
		padding-right: 40px;
	}
	.no-js .main-navigation ul ul ul,
	.main-navigation ul ul ul {
		top: -1px;
		left: 100%;
		margin-left: 0;
		margin-top: -5px;
	}
	ul.sub-menu .dropdown-toggle {
		position: absolute;
		right: 10px;
		top: 4px;
	}

	/* Arrow down */
	.main-navigation ul .dropdown-toggle:after {
		content: "";
		background: url('/wp-content/uploads/2023/03/down.svg');
		width: 20px;
		height: 20px;
		background-size: contain;
		background-position: center;
		display: block;
	}

	/* Arrow right */
	.main-navigation ul ul .dropdown-toggle:after {
		content: "\2192";
	}

	/* Arrow up */
	.main-navigation ul .dropdown-toggle.toggled-on:after {
		transform: rotate(180deg);
	}

	/* Arrow left */
	.main-navigation ul ul .dropdown-toggle.toggled-on:after {
		content: "\2190";
	}

	.main-navigation ul .dropdown-toggle:after,
	.main-navigation ul ul .dropdown-toggle:after,
	.main-navigation ul .dropdown-toggle.toggled-on:after,
	.main-navigation ul ul .dropdown-toggle.toggled-on:after {
		font-weight: bold;
	}

	button.dropdown-toggle {
		position: inherit;
		right: auto;
		color: #025072;
	}
	.main-navigation ul li:hover > ul {
		display: block;
	}
}

.blog_template.bdp_blog_template.wise {
    display: flex !important;
    flex-direction: column;
}

.single-post span.post-category.category-link.categories_link {
    margin-top: 30px;
    margin-bottom: 0 !important;
    font-weight: 600 !important;
    order: 0;
}

.single-post .bdp-post-image {
    order: 2;
}

.single-post h1.post-title {
    order: 3;
}

.single-post ul.metadatabox.bdp-mb-15 {
    order: 4;
}

.single-post .bdp_post_content {
    order: 5;
}

.single-post .post-share-div {
    order: 1;
    padding-bottom: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-post .post-footer-meta {
    order: 6;
}
