/*
Theme Name: Ada Custom Theme
Theme URI: https://demo.studiopress.com/
Description: This is the sample theme created for the Genesis Framework.
Author: StudioPress
Author URI: https://www.studiopress.com/

Version: 3.4.2

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/

/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
/* html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none} */
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* body {
	background-color: #fff;
	color: #333;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
} */

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #0073e5;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

/* h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 600;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
} */

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 1.6;
	text-align: left;
	vertical-align: center;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
	padding: 60px 30px 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 16px;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	margin-bottom: 10px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #0073e5;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text,
.wp-element-caption {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


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

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 0 30px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
}

.wp-custom-logo .custom-logo-link {
	display: block;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	font-size: 15px;
	font-weight: 400;
	outline-offset: -1px;
	padding-bottom: 12px;
	padding-top: 12px;
	text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	/* color: #0073e5; */
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.js .nav-primary {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
}

.menu-toggle {
	float: right;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 15px 0;
	position: relative;
	z-index: 1000;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .dashicons-before::before {
	transition: none;
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	border-top: 1px solid #eee;
	background-color: #fff;
	clear: both;
	padding: 60px 0;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 15px;
	line-height: 1.5;
	padding: 30px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	table {
		table-layout: auto;
		word-break: normal;
	}

}

@media only screen and (min-width: 960px) {

	/* Site Header
	--------------------------------------------- */

	.site-header {
		position: sticky;
		top: 0;
		z-index: 9999;
	}

	.admin-bar .site-header {
		top: 32px;
	}

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		width: 180px;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 0;
		position: absolute;
		/* transition: opacity 0.4s ease-in-out; */
	}

	.genesis-nav-menu .sub-menu a {
		border: 1px solid #eee;
		border-top: 0;
		padding-bottom: 15px;
		padding-top: 15px;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.js .nav-primary {
		display: block;
		padding-top: 15px;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	.nav-primary .genesis-nav-menu a {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* Site-Inner
	--------------------------------------------- */
 	.site-inner {
		max-width: 1180px;
	}

	/* Content
	--------------------------------------------- */

	.content {
		float: left;
		width: 65%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}

	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}

	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}

	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}

	.one-fourth {
		width: 23.076923076923077%;
	}

	.three-fourths {
		width: 74.35897435897436%;
	}

	.one-sixth {
		width: 14.52991452991453%;
	}

	.five-sixths {
		width: 82.90598290598291%;
	}

	.first {
		clear: both;
		margin-left: 0;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 60px;
	}

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widgets .wrap {
		max-width: 1140px;
	}

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 3);
	}

}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

/*-------CUSTOM ADA THEME--------*/

body {
	font-size: 1em;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #858c89;
	line-height: 1;
	background-color: #fff;
	margin: 0;
    overflow-x: hidden;
}


div {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/*==========SITE INNER=========*/

/* --------HEADINGS--------- */
.site-inner h1 {
	font-family: 'Barlow', sans-serif;
    font-weight: 700;
	color: #556677;
	line-height: 1.2;
	font-size: 2.5em;
}

.site-inner h2 {
	font-family: 'Montserrat';
    font-weight: 700;
	color: #e61d5f ;
	font-size: 2.1rem;
}

.site-inner h3 {
	font-size: 1.4rem;
	font-weight: 700;
	padding-bottom: 5px;
	color: #EF6548;
	font-family: 'Montserrat';
	line-height: 1.2;
	margin-top: 0 !important;
}

.site-inner h5 {
	font-family: 'Montserrat';
    font-weight: 500;
    color: #556677;
	font-size: 1.2em;
}

.site-inner h6 {
	font-family: 'Montserrat';
    font-weight: 400;
    color: #556677;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 14px;
	font-size: 1.2rem;
}



/*------SITE INNER------*/

.site-inner {
	padding: 70px 0 60px;
}

.site-inner .campus_columns .wp-block-column{
		padding: 40px 30px;
		border: 2px solid #F7B400;
		
}

.site-inner p {
	font-size: 1.2em;
	line-height: 1.6;
	margin-bottom: 1.6em;
	color: #858c89;
	font-weight: 500;
}

.site-inner li{
	font-size: 1.2em;
	line-height: 1.6;
	color: #858c89;
	font-weight: 500;
}

.site-inner hr {
	border: 1px solid #858c89;
    border-right: none;
    border-left: none;
	margin: 40px 0;
}

.site-inner .has-large-font-size {
    font-size:1.4rem !important;
}

.site-inner a:link, .site-inner  a:visited {
	font-weight: 700;
	color: #00a3c2;
	text-decoration: none;
}

.site-inner a:hover {
	color:#0F355E !important;
}

.wp-block-file a:link,
.wp-block-file a:visited,
.wp-block-file a {
	background-color: transparent !important;
	color:#00a3c2 !important;
}

::selection {
    background-color: #EF6548;
    color: #fff;
}

.content {
	margin: 0 !important;
}

/*-------BLOCKQUOTE-------*/
.site-inner blockquote {
    padding: 5px 0px 20px 30px !important;
    border-left: 5px solid #F7B400 !important;
    margin: 20px 0;
}

.site-inner blockquote > p {
	font-family: 'Open Sans' !important;
	font-size: 1.2em !important;
	line-height: 1.5 !important;
	margin-bottom: 3em;
	font-weight: 500;
	color: #0F355E !important;
}

.site-inner blockquote > cite {
	font-weight: 700;
	font-style: normal !important;
	border: none;
	color: #0F355E !important;
	font-family: 'Open Sans' !important;
}

/*------GENESIS ADVANCED COLUMNS------*/
.gb-2-col-wideright>.gb-layout-column-wrap {
	grid-template-columns: .6fr 2fr;
}

.gb-block-layout-column {
	min-width: min-content; 
}

.wp-block-genesis-blocks-gb-columns {
	overflow-x: visible;
	overflow-y: visible;
}


/* -----ACCORDION----- */
.wp-block-pb-accordion-item {
	background-color: #3B4D73;
    padding: 20px 40px;;
	margin-bottom: 20px; 
}

.c-accordion__title{
	color: #ffffff !important;
	font-weight: 600 !important;
	font-size: 1.2em !important;
	margin-top: 0;
}

.c-accordion__title:after{
	color: #F7B500 !important;
	font-size: 42px; 
}

.c-accordion__content p, .c-accordion__content li{
	margin-top: 20px;
	font-size: 1.2em;
	line-height: 1.6; 
	color: #ffffff;
	font-weight: 400;
}


/*----------HEADER NAVIGATION MENU---------*/
.site-header {
	display: block;
	position: sticky;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #DDD;	
}

.site-header .wrap {
    padding: 3px 0 3px 0 !important;
	max-width: 960px;
}

.site-header .wrap{
    display: grid;	
	padding: 0;
    margin: 0 auto;
	background: transparent;
    border: 0;
	width: fit-content;
}

.custom-logo {
	margin: 15px 0px;
	float: none;
	padding-top: 0;
}
.genesis-nav-menu{
	padding: 0;
}

.genesis-nav-menu .sub-menu, 
.genesis-nav-menu .sub-menu li a{
	border: 0;
	background-color: #F7B400;
	color: white;
	width: 250px;
}

/*Caret for drop down menu*/
.genesis-nav-menu .sub-menu::before{
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CCC;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
	
}

/*Caret for drop down menu*/
.genesis-nav-menu .sub-menu::after{
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	border-left: 6px solid transparent;
	content: '';
}

.genesis-nav-menu .sub-menu li:hover{
	/*custom*/
	background-color: white;
	
} 

.genesis-nav-menu .sub-menu li:hover > a{
	/*custom*/
	background: transparent;
	color: #0F355E;
} 

.genesis-nav-menu  a{
	font-family: 'Barlow', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-weight: 700;
    font-size: 1rem;
}

.genesis-nav-menu .menu-item a{
	color: #0aa3c2;
	font-weight: 800;
	font-size: 1rem;
}

.nav-primary {
	padding: 0;
	padding-top: 0;
}

/* arrow for menu item */
.genesis-nav-menu .has-child::before{
	display: block;
	content: ' ';
	position: absolute;
	top: 50%;
	right: 0px;
	margin: -1px 0 0;
	border-top: 4px solid #F7B400;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.genesis-nav-menu .sub-menu .current-menu-item > a {
	color: #e80f5e;
} 

.genesis-nav-menu .sub-menu a{
	font-family: 'Barlow', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1rem;
}

.genesis-nav-menu .sub-menu, 
.genesis-nav-menu .sub-menu li a{
	border: 0;
	background-color: #F7B400;
	color: white;
	width: 250px;
}

/*-------PAGE TITLE IMAGE LABEL----------*/
.pagetitle-title{
    background-color: #e80f5e;
    display: inline-block;
    font-size: 3.4rem;
    padding: 15px 20px;
	color: white;
	font-family: 'Barlow', sans-serif;
    text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	font-weight: 700;
}

.title-container {
	max-width: 960px;
    padding: 0 20px;
    margin: 0 auto;
}

.no-menu-item {
	height: 30px;
}

.pagetitle {
	position: relative;
	border-top: 1px solid #ddd;
	background: rgba(0, 0, 0, 0.4);
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 100px 0;
	margin: 0;
	overflow: hidden;
}

/*-------HOMEPAGE----------*/

.homepage-header-container {
	height: 600px;
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.homepage-header {
    background-position: center;
    background-size: cover;
    position: relative;
    margin: 0;
	width: 100%; 
	height: 100%;
	display: flex;
	overflow: hidden;
    list-style: none;
    padding: 0;
}

.hero-container {
	width: 100%;
	left: 0;
	position: absolute;
    top: 15%;
}

.hero-content {
	position: relative;
    height: inherit;
    max-width: 960px;
    padding: 0 20px;
    margin: 0 auto;
}

.hero-body {
    width: 100%;
    left: 0;
	top: 5%;
}

.hero-caption {
	float: none;
	margin: 0 25%;
	text-align: center;
	transform: none;
	opacity: 1;
	transition: 1s all;
	overflow: visible;
    padding: 1em;
	width: 48%;
	text-transform: uppercase;
	background-color: transparent;
}

.hero-overlay {
	width: 100%;
	margin-left:0%;
	margin-top: calc(100%);
}

.play-button{
	float: left;
	width: 20%;
	margin-top: 15%;
	margin-left: 5%
}

.play-button:hover::after{
    content:'Play';
    color: #F7B500;
    font-weight: 700;  
	font-size: 1.2em;
	margin: 0 auto;
	text-transform: uppercase;
	font-family: 'Open Sans';
}

.home .home-columns-1 {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0px;
    background-size: cover;
    padding-left: 40px;
    padding-right: 40px;
}

.home .home-columns-1 .vertical-divider {
    border-left: 3px solid #829cb9 !important;
	height: 100%;
}

.home .home-columns-1 .gb-layout-column-wrap {
	grid-template-columns: 1fr .05fr 1fr;
}

.home .secondaryAction {
	background-color: #E80F5E !important;
	border-radius: 5px;
    padding: 0.5rem 4rem;
}

.home .secondaryAction:hover {
	background-color:#EF6548 !Important;
   }

.home.wp-block-button__link  {
	text-transform: uppercase;
    transition: 0.4s all;
	font-size: 1.5em !important;
	font-family: 'Open Sans' !important;
	font-weight: 700 !important;
}

.home.primaryAction {
	background-color: #0AA3C2 !Important;
}

.homepage-separator {
    height: 4px;
}

.longer {
	max-width: 150px !important;
}

.home-columns-1 h2 {
	color: #f7b400;
	font-size: 2.1rem;
	line-height: 1.15;
	padding-top: 0.9rem;
	font-weight: 500;
	text-transform: none;
	font-family: 'Montserrat';
}

.home-columns-1 p {
	max-width: 960px;
	margin: 0px auto 90px;
	font-size: 19.2px!important;
	line-height: 1.6;
	color: #fff;
}

.home-paragraph {
    padding: 6% 12% 6% 12%;
	font-size: 1.7em;
	line-height: 1.6;
	background-color:#00a3c2;
	width: 100%;
	text-align:left;
	color: white;
	margin: 0;
}

.home-paragraph a:link, .home-paragraph a:visited{
	color: white;
}

.home-paragraph a:hover{
	color:#0F355E
}

.homepage-title {
	color: #EF6548;
    font-size: 2.3rem;
    font-weight: 700;
    text-transform: none;
}

.tagline-title {
	font-family: 'Montserrat';
    letter-spacing: .05rem;
    font-weight: 700;
    font-size: 1.5em;
    margin: 0 0 5px;
	color: white;
    text-transform: uppercase;
}

.tagline-content {
    font-weight: 400;
    margin-top: 50px;
    line-height: 1.4;
    margin: 0 auto 20px;
    font-size: 1.6em;
	color:white;
}

.home-donate-column {
	margin: 0;
}

.home-donate-column a {
	border-radius: 0;
	margin-top: 1%;
	background-color:#EF6548!important;
}

.home-donate-column a:hover{
	border-radius: 0 !important;
}

/* ------------------ TEAM PAGES-------------------- */

.page-id-25018 .site-inner h2,
.page-id-404 .site-inner h2 {
	color: #ee6549 !important;
    margin-bottom: 20px;
	line-height: 1.15;
    padding-bottom: 1.4rem;
    padding-top: 0.9rem;
}

.page-id-25018 .site-inner h2::after,
.page-id-404 .site-inner h2::after {
	content: ' ';
    position: relative;
    display: block;
    background: #F7B400;
    top: 20px;
    left: 0px;
    width: 150px;
    height: 7px;
}


/*------------ TEAM MEMBER POST TYPE -------------*/

.headshot, .headshot-bio{
	width: 250px !important;
	border-radius: 50%;
	height: 250px;
}

.team-members {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	text-align: center;
}

.tm-container {
	width: 200px;
	margin: 0 !important;
}

.tooltip-box {
	position: relative;
    display: inline-block;
}

.tooltip-box .tooltip-text {
	font-family: "Montserrat";
    margin-bottom: 0px;
	visibility: hidden;
    max-width: 100%;
	width: 100%;
    background-color: #ee6549;
    color: #fff!important;
    text-align: left;
    padding: 20px;
    position: absolute;
    z-index: 1;
    font-size: 1.2rem !important;
    font-weight: 400!important;
    line-height: 1.2 !important;
	overflow: visible;
	top: 250px;
}

.tooltip-text a {
	color:#0F355E !important;
	text-decoration: none !important;
	font-weight: 500 !important;
}

.tooltip-box:hover > .tooltip-text {
	visibility: visible;
}

.team-member {
	display: flex;
	flex-direction: column;
	min-height: 450px;
	background-color:transparent;
	width: 250px;
	margin: 0 auto;
}

.team-member-caption {
	display: flex;
	align-items : center;
	flex-direction: column;
	justify-content: center;
}

.team-member-caption .name-text, .name-text-bio {
	font-family: "Montserrat";
    font-weight: 700 !important;
    color: #e61d5f !important;
    margin-bottom: 0px !important;
    font-size: 1.5rem !important;
	line-height: 1.6 !important;
}

.team-member-caption .name-text {
	text-align: center !important;
}

.position-text, .bio-text, .position-text-bio {
	font-family: 'Open Sans';
    font-weight: 500;
    color: #858c89;
	line-height: 1.6;
	text-align: center;
	font-size: 1.2em;
}

.more-mobile{
	visibility: hidden; 
}

.team-bio-block {
	display: flex;
	margin-top: 40px;
}

.headshot-bio {
	width: 175px !important;
	height: 175px !important;
}

.name-text-bio, .position-text-bio, .bio-text {
	text-align: left;
}

.name-position-bio {
	width: 90%;
	padding: 0 8%;
	text-align: left;
}

.team-member-caption-bio {
	display: flex;
	align-items : left;
	flex-direction: column;
}

/*-------------- TOP BAR MENU -----------------*/

.top-bar {
	height: 40px;
	width: 100vw;
	background-color:#0F355E;
	text-align: center;
	padding:10px;
}

.top-bar a{
	color: white;
	text-decoration: none;
	font-weight: 700;
	line-height: 1.4;
	margin:0;
	font-family: 'Open Sans';
	font-size: 0.9em;
}

/*------------ TESTIMONIAL HOMEPAGE ------------*/

.testimonial-grid {
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	width: 95%;
	margin: 0 auto;
}

.testimonial-grid .portfolio-entry-header {
	position:relative;
	top:0%;
	left:0%;
	height:100%;
	width:100%;
	transition: 0.3s;
}

.testimonial-grid .portfolio {
    clear: both;
    padding: 50px 0 50px;
}

.testimonial-grid .portfolio-text {
	margin: 0;
    padding: 5px 0 0;
    font-size: 1.7em;
}

.testimonial-grid .portfolio-column {
	margin-top: 3%;
	margin-bottom: 2%;
}

.testimonial-grid .portfolio-entry {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0;
	transition: 0.3s;
}

.testimonial-grid .portfolio-entry-column-3 {
    margin-right: 0 !important;
}

.testimonial-grid .portfolio-entry:hover .portfolio-entry-header{
	min-height:100%;
	background-color: #EF6548;
	transition: 0.3s;
}

.testimonial-grid .portfolio-entry:hover .portfolio-featured-image img {
	transform: scale(1.1);
}

.testimonial-grid .portfolio-featured-image img:hover {
	background-size:cover;
	opacity: .3;
}

.testimonial-grid .portfolio-featured-image {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.testimonial-grid .portfolio-featured-image img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    height: auto;
    line-height: 0;
    transition: 0.5s all;
}

.testimonial-grid .portfolio-entry-title {
	position: absolute;
    top: 0;
    bottom: -20%;
    left: 0;
    right: 0;
    text-align: center;
    transition: 0.3s all;
    transition-delay: 0.1s;
    z-index: 9997;
	pointer-events: none;

}

.testimonial-grid .portfolio-entry-title > h2 {
	color: white !important;
	background: #e80f5e;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    padding: 0.5em 0 0.5em 0;
    font-size: 1.3em;
    opacity: 1;
    text-transform: uppercase;
    bottom: 50%;
    margin: 0 10% -20px;
	position: absolute;
    left: 0;
    width: 80%;
    transition: 0.3s all;
    transition-delay: 0.1s;
    z-index: 9998;
}

.testimonial-grid .portfolio-entry-content {
	opacity: 0;
	margin: 20px !important;
	position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    transition: 0.3s all;
    transition-delay: 0.1s;
    z-index: 9997;
}

.testimonial-grid .portfolio-entry-content h5,.testimonial-grid  .portfolio-entry-content  p {
	font-family: 'Montserrat' !important;
    font-weight: 400 !important;
	pointer-events: none;
	color: white;
	font-size: 1rem;
    line-height: 1.4;
}

.testimonial-grid #season {
	margin: 0;
	font-size: .75rem;
}	

.testimonial-grid .portfolio-entry:hover .portfolio-entry-content {
	opacity: 1;
    margin-top: -5px !important;
	top: 20%;
}

.testimonial-grid .portfolio-entry:hover .portfolio-entry-title {
	transition: 0.3s all;
    transition-delay: 0.1s;
	bottom: 30%;
}

.testimonial-grid .portfolio-entry:hover .portfolio-entry-title > h2{
	background-color: transparent;
}

.testimonial-grid .portfolio-entry:hover .portfolio-entry-content {
	background-color: transparent;
	pointer-events: none;
	top: 50%;
}

/*----------------- TESTIMONIALS --------------*/

.testimonials {
	width: 100%;
}

.testimonials  .testimonial::after {
	border: 1px solid gray;
}

.testimonials  .testimonial-content{
    color:#fff;
	font-weight: 500;
}

.testimonials  .testimonial-name {
    color:#fff;
    font-weight:700;
    text-transform: uppercase;
	text-align: left;
}

.testimonials .testimonial-name:before {
    content:"\2014\00a0";
}

.testimonials .testimonial-position > p {
    text-align:right;
	font-style:italic;
    margin-bottom:1.5em;
    text-transform: uppercase;
	font-size: 1.1rem;
	color: white;
}

.testimonial:first-child {
	background-color: #e61d5f;
}

.testimonial .testimonial-content{
	padding-left: 30px;
	padding-top: 40px;
}

.testimonial-content .testimonial-name{
	font-size: 1rem;
	line-height: 1.3;
	padding: 0px;
	font-family:Barlow;
	margin-top: 1.6em;
}

.testimonial .testimonial-content{
	font-size: 1.2rem;
	line-height: 1.6;
}

.testimonial .testimonial-content{
	margin-bottom: 0px;
}

.testimonial:nth-child(2) .testimonial-content {
	background-color: #ee6549;
}

.testimonial:nth-child(3) .testimonial-content {
	background-color: #12a3c2;
}

.testimonial:nth-child(4) .testimonial-content {
	background-color: #16385e;
}

.testimonials .testimonial {
    margin: 0 0 50%;
}

.testimonial-content {
    background: rgba(80, 80, 100, 0.05);
    padding: 20px 20px 30px;
    margin: 0;
}

.testimonial-content .testimonial-image img{
    display: block;
    margin: 20px auto -75px;
	border-radius: 50%;
	border: 8px solid #F7B400;
	width: 40%;
	max-width: 150px;
	min-width: 100px;
}

/*---------------- ORGANIZATION PAGE ---------------*/
.org-container{
	width: 75%;
	margin: 25px;
}

.org-row figure {
	width: 320px;
	margin: 0 auto !important;
}

/*------------ CORPORATE PARTNER PAGE ---------------*/

.corporate-partner-form input, 
.corporate-partner-form select {
	padding: 5px;
	color: #858c89;
	font-size: 1rem;
}

.corporate-partner-form label{
	line-height: 1.5;
	font-weight: 500;
}

.corporate-partner-form form {
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 25%;
}

/*-------------------- VOLUNTEER PAGE -------------------*/

.volunteer-h2{
	text-align: center;
}

.volunteer-h2::after {
	content: ' ';
	position: relative;
	display: block;
	background: #F7B400;
	top: 20px;
	left: 50%;
	margin-left: -75px;
	width: 150px;
	height: 7px;
	margin-top: 15px;
}


/*-------------------NEWS POST TYPE------------------*/
.news-block-container {
	text-decoration: none;
	margin: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	width: fit-content;
}

.news-block > h2 { 
    padding: 30px 20px 5px 20px;
	text-align: center;
	color: #3B4D73 !important; 
	text-decoration: none;
	font-size: 1.3rem;
	height: 210px;
	max-height: 210px;
    overflow: hidden;
	width: auto;
	font-family: 'Montserrat' !important;
    font-weight: 600 !important;
    transition: .3s all;
    margin: 0;
    text-overflow: ellipsis;
    overflow-wrap: break-word;
    
}

.news-block-image {
	height: 175px;
	max-height: 50%;
	width: auto;
	transition: .3s all;
	padding: 5px 20px 30px 20px;

}

.news-block-container:hover .news-block-image{
    transition: .3s all;
    position: relative;
    transform: translateY(25%) scale(1.3);
}

.news-block-container:hover .news-block  {
    opacity: 0.1;
	transition: .4s all !important;
}

.news-block-container:hover .news-block h2 { 
    transition: .3s all !important;
    position: relative;
    transform: translateY(-15%) scale(1.3);
    max-width: 100%;
    text-overflow: ellipsis;
}

.news-block-container a {
    visibility: hidden;
     margin: 0 auto;
     position: absolute;
     transition: none;
	 transition: .1s all !important;
}
    
.news-block-container:hover a {
    visibility: visible;
	transition: .3s all !important;
}

.news-block-container button {
    transition: none;
}

.news-block {
	height: 350px;
	min-height: 350px;
	width: 350px;
	display: flex;
	align-items: center;
	flex-direction: column;
	background-color: #f5f5f5;
	border-radius: 16px;
	justify-content: center;
	overflow: hidden;
	transition: .4s all !important;
}

.news-grid {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

/*-------- FEATURED EVENT SHORTCODE AND EVENT LANDING PAGE --------*/

.f-event-block {
    display: flex;
    flex-direction: row;
}

.f-event-text {
    width: 50%;
    padding-right: 50px;
}

.f-event-img {
    width: 40%;
	margin: 1em;
} 

.featured-event-h2 {
	color: #556677 !important;
	text-transform: uppercase;
}

.no-event-img {
	width: 100% !important;
}

/*-----------------------FOOTER WIDGETS------------------------*/

.footer-widgets {
	border-top: 0px solid #eee;
	color: #fff;
	background-color: #0f355e;
	clear: both;
	padding: 30px 0px 0px 0px;
}

.footer-widgets p {
	color: #ffffff;
	font-size: 1em;
}

.footer-widgets .wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

.footer-widgets .wrap::after {
    content: ' ';
    position: relative;
    display: block;
	margin-left: auto;
	margin-right: auto;
    background: #F7B400;
    width: 100px;
    height: 5px;
	margin-top: -50px;
}

.footer-widget-area {
	padding-left: 30px;
	padding-right: 0px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.widget-title, .widget-title h3 {
	border: 0px; 
	margin-bottom: 10px;
	padding-bottom: 15px;
	vertical-align: baseline; 
	font-family: Barlow, sans-serif; 
	font-weight: 700; 
	color: rgb(149, 172, 193); 
	font-size: 1.5em; 
	text-transform: uppercase;
	line-height: 1.2;
}

.footer-widgets-1 .widget-title {
	margin-bottom: 10px;
}

.widget-wrap {
	margin: 24px 0px;
}

.footer-widgets-1 nav ul, .footer-widgets-1 a {
	color: #fff;
	text-decoration: none;
	text-transform: none;
	font-size: 1em;
	font-weight: 700;
	display: grid;
}

.footer-widgets-1 a:hover {
	color: #95ACC1 !important;
}

.widget ul.wp-block-social-links li {
    margin-bottom: 0;
}

.footer-widgets-3 {
	margin-right: 0px;
}

/* ----------------------- FOOTER ----------------------------*/

.site-footer {
	background-color: #0f355e;
	border-top: 0px;
	padding: 50px 0px 30px;
	display: grid;
	justify-content: center;
}

.site-footer p {
	color: #ffffff;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 0;

}

.site-footer .wrap p {
    display: grid;	
	padding: 0;
    margin: 0 auto;
	background: transparent;
    border: 0;
	max-width: 1140px;
}

/* ------------------ BUTTONS ---------------------*/

button, 
input[type="submit"], 
.wp-element-button, 
.wp-element-button a, 
.wp-block-button > a {
	background-color:#3b4d73 !important;
    border-color:#3b4d73;
    border-radius:0px !important;
    border-width:0;
    color:#fff;
    font-weight:700;
    text-decoration: none;
    text-transform:uppercase !important;
    transition: 0.4s all;
	font-size: 1.125em;
	padding: 22px !important;
	font-family: 'Open Sans';
}

input[type="submit"] {
	padding: 12px 15px !important;
	font-size: 1em;
	font-family: 'Open Sans';
}

button:hover,
input[type="submit"]:hover,
.wp-element-button:hover,
.wp-element-button a:hover,
.wp-block-button > a:hover {
    background-color:#EF6548 !important;
    border-color:#EF6548;
	border-radius:0px !important;
    text-decoration:none;
	color:#fff !important;
}

/*----------------- SIDEBAR -----------------*/

.sidebar .widget-wrap {
	margin-top: 0px;
}

.sidebar-primary a {
	text-decoration: none;

}

.sidebar-primary h2 {
	border: 0px; 
	margin-bottom: 0px;
	padding-bottom: 15px;
	vertical-align: baseline; 
	font-family: Barlow, sans-serif; 
	font-weight: 700; 
	color: #556677; 
	font-size: 1.5em; 
	text-transform: uppercase;
	line-height: 1.2;
}

.sidebar-primary a {
	color: #0aa3c2;
	font-weight: 700;
	font-size: 1em;
}

.sidebar-primary .wp-block-search__input {
    padding: 8px;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3em;
    border: 1px solid #ddd;
    text-decoration: unset!important;
	min-height: 45px;
}

.sidebar-primary .widget-title {
	border: 0px; 
	margin-bottom: 10px;
	padding-bottom: 15px;
	vertical-align: baseline; 
	font-family: Barlow, sans-serif; 
	font-weight: 700; 
	color: #556677; 
	font-size: 1.5em; 
	text-transform: uppercase;
	line-height: 1.2;
}

.sidebar-primary input[type="submit"], .sidebar-primary .gb-button {
	background:#ffffff !important;
    outline:#3b4d73 solid 2px !important;
    border-radius:0px !important;
    color:#3b4d73 !important;
    font-weight:700 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    transition: 0.4s all !important;
	padding: 0.6em 1em !important;
	height: 40px !important;
	font-size: 16px !important;
	line-height: 1;
}

.sidebar-primary input[type="submit"]:hover, .sidebar-primary .gb-button:hover {
    background:#ffffff !important;
    outline:#EF6548 solid 2px !important;
	border-radius:0px !important;
    text-decoration:none !important;
	color: #EF6548 !important;
}

.sidebar-primary .wp-block-search__input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #bbbbbb;
	opacity: 1; /* Firefox */
}

.sidebar-primary .wp-block-search__input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #bbbbbb;
}

.sidebar-primary .wp-block-search__input::-ms-input-placeholder { /* Microsoft Edge */
	color: #bbbbbb;
}

/*---------------------- BLOG SINGLE ENTRY ---------------------*/

h2 strong {
	font-family: 'Montserrat', sans-serif !important;
    font-size: 2.1rem !important;
    line-height: 1.15 !important;
    color: #e80f5e !important;
    font-weight: 500 !important;
    padding-top: 0.9rem !important;
	margin: 0px 0px 0px;
}

/*------------------------ BLOG ENTRY LIST -----------------------*/

.genesis-title-hidden .site-inner {
	padding: 70px 0 60px;
}

.post .entry-time {
	color: #AAAAAA;
	font-family: "Open Sans";
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: 600;
}

.post .entry-title a {
	color: #e80f5e;
	font-family: 'Montserrat';
	font-size: 0.9em;
	font-weight: 500;
}

.post .entry-title a:hover {
	color: #e80f5e;
}

.post .entry-content p, .post .entry-content li {
	font-size: 1.2em;
	color: #858C89;
	line-height: 1.6;
	font-family: 'Open Sans';
	font-weight: 600;
}

.entry-author-link {
	color: #0aa3c2;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
}

.entry-tags a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 50px;
    margin: 0 10px 10px 0;
	color: #0aa3c2;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
}

.type-post {
	border: 1px solid #ddd;
	padding: 20px;
}

.read-more-btn {
	background:#3b4d73;
    border-color:#3b4d73;
    border-width:0;
    color:#fff;
    font-weight:700;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.4s all;
	padding: 0.6em 1em !important;
	height: 40px !important;
	font-size: 15px !important;
	width: 124px !important;
}

.full-width-page .content {
	width: 100%;
}

/* ------------------- TESTIMONIAL SLIDER --------------- */

/* Hide these sections on page load. They will be shown when client is selected on screen. */
#client-two {
	display: none;
}

#client-three {
	display: none;
}

.testimonial-slider .testimonial-content {
	background: #e7165f;
	color: #ffffff;
	display: flex;
	align-items: center;
}

.testimonial-slider .wp-block-group__inner-container {
	background: #e7165f;
}

.testimonial-slider .content-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	box-shadow: 2px 2px 15px -3px #00000075;
	background-color: #e7165f;
}

.testimonial-slider .content-wrapper .wp-block-group {
	margin: 0;
	left: 50%;
	width: 100%;
	height: 100%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.testimonial-slider .content-wrapper .wp-block-group p {
	padding: 40px;
	margin: auto;
	width: 70%;
	color: #ffffff;
}

.testimonial-slider .testimonial-text {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	min-height: 180px;
	font-weight: 800;
	font-size: 1.2em;
	line-height: 1.6rem;
	color: #ffffff;
	text-align: center;
}

.testimonial-slider .testimonial-interns-heading {
	padding-top: 12px;
	text-transform: uppercase;
	font-size: 1rem;
	letter-spacing: 2;
	color: #ffffff;
	font-weight: 600;
}

.testimonial-slider  .testimonial-quote-icon {
	font-size: 4rem;
	color: #ffffff !important;
}

.testimonial-slider .testimonial-author {
	font-weight: 500;
	font-size: 1rem;
	font-style: italic;
	color: #ffffff;
}

/* ------------------------ TESTIMONIAL IMAGES -------------------------*/

.testimonial-slider .wp-block-gallery .wp-block-image img,  .testimonial-img-gallery img {
	max-height: 95px;
	width: auto;
}

.testimonial-slider .active-image img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	box-shadow: 0 0 0 2pt white; outline-width: 1px
}

.testimonial-img-gallery {
	display: flex;
	justify-content: center;

}

/* ----------------------- CAMPUS ---------------------- */

.campus-p {
	font-family: 'Open Sans' !important;
    font-weight: 400 !important;
    color: #858c89 !important;
    line-height: 1.6 !important;
	font-size: 1.2em !important;
}

.campus-p a {
	color: #0aa3c2;
	font-weight: 700;
	text-decoration: none;
}

/* ------------------ LEAD GEN FORM SECTION -------------------- */

.lead-gen-form .wp-block-columns {
	padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0px;
    background: url(wp-content/uploads/2019/08/differencebg.jpg);
    background-size: cover;
    padding-left: 40px;
    padding-right: 40px;
}

#Students .wp-block-column h2, #Students .wp-container-1 > h2 {
	color: #F7b400 !important;
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 2.1rem;
    line-height: 1.15;
    padding-bottom: 1.4rem;
    padding-top: 0.9rem;
}

#Students .wp-block-column, #Students .wp-container-1 p {
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1.6em;
}

.coding-journey .wp-element-caption {
	display: block !important;
	font-family: 'Open Sans' !important;
    font-weight: 400;
    color: #858c89 !important;
    line-height: 1.6 !important;
	font-size: 1em !important;
}

.dc-coding-journey > .wp-block-columns {
	padding: 40px 30px;
}

.bio_name{
	margin-bottom: 0px; 
	padding-bottom: 0px; 
}

.menu-toggle:focus {
	outline: 0px;
}

.menu-toggle {
	background-color: transparent !important;
	color: #666;
}

.menu-toggle:hover{
	background-color: transparent !important;
	color: #666 !important;
}

/* --------------------- PAGINATION ----------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.pagination ul {
	display: block;
	margin-bottom: 25px;
	text-align: center;
}

.pagination ul li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: block;
	margin: 0 1px;
	padding: 5px 15px;
	font-size: 1.2em;
	border: 1px solid #eee;
	font-size: 1em;
	font-weight: 600;
	text-decoration: none;

}

.archive-pagination li a:focus,
.archive-pagination li a:hover {
	background-color: #eee;
	color: #0F355E;
}

.archive-pagination li.active a {
	background-color: #e80f5e;
	color: #fff;
}

.archive-pagination li.active a:hover,
.archive-pagination li.active:hover {
	color: #fff !important;
	pointer-events: none !important;
}

/* ------------------ MOBILE POPUP BUTTON --------------- */
.get-started-button > .gb-button {
	display: none;
	width: 100vw;
	height: 35 px;
	color: white;
	background-color: #e80f5e !important;
	z-index: 9999;
	bottom: 0px;
	vertical-align: baseline;
	position:fixed; 
	margin-top:100%; 
	margin-left:0px;
	padding-left: 0px;
	font-size: 1.5em;
	font-weight: 800;
	animation: wiggle 2.7s 5;
	justify-content: center;
}

.get-started-button > .gb-button:hover {
	color: white !important;
}


@keyframes wiggle {
  2% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  4% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  6% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  8% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  10% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  12% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  14% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  16% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  18% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  20% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

/* ---------------MEDIA QUERIES---------------- */

@media only screen and (max-width: 380px) {
	.wp-custom-logo .site-container .title-area {
		max-width: 60% !important;
	}

	.menu-toggle {
		margin-top: 0px;
	}
	
	.site-container {
		margin-top: 80px;
	}

}

@media only screen and (min-width: 440px){
	.hero-overlay {
		margin-top: calc(10%);
	}
}

@media only screen and (max-width: 600px){

	.site-header {
		top: 0;
		width: 100%;
		z-index: 9999997;
	}
	.site-inner {
		padding-top: 50px;
	}
	.site-header .wrap {
		display: block;
		margin: 0 0 0 0 !important;
		width: 100% !important;
	}

	.tooltip-text {
		display: none;
	}

	.more-mobile {
		visibility: visible !important;
	}

	.team-member { 
		width: 100%;
		margin-bottom: 10px;
		height: 100%;
		padding: 0 8%;
	}

	.team-member-caption {
		align-items: flex-start;
	}

	.team-bio-block {
		display: block;
		/*changes offset of anchor link*/
		padding-top: 225px;
		margin-top: -225px;
}

	.name-position-bio {
		width: 100%;
	}

	.team-member-caption-bio {
		display: flex;
		justify-content: left;
		flex-direction: column;
		margin-top: 5%;
	}

	.team-members {
		display: block;
	}
	.team-member {
		min-height: auto !important;
	}

	.headshot-bio{
		display: none;
	}

	.headshot {
		display: none;
	}

	.team-page-paragraph {
		padding: 0 8% 8% 8%;
		margin: 0;
	}

	

	.position-text {
		line-height: 1;
		margin-bottom: 10px;
	}

	.genesis-nav-menu .has-child::before {
		display: none;
	}

	.genesis-nav-menu .menu-item a {
		width: 75%;
	}

	.wp-block-genesis-blocks-gb-columns {
		overflow-y: visible;
	}

	.news-block {
		min-width: 90%;
		margin: 0 auto;
	}

	.homepage-header {
		background-image: url('./images/hero_mobile_saturation-1-min-1-scaled.jpeg')!important;
	}

	.hero-overlay {
		margin-top: 100px;
		max-width: 280px;
	}

	.hero-caption {
		margin: 0 20px;
	}

	.title-container {
		padding: 0 10px;
	}

	.pagetitle-title {
		font-size: 2rem;
		margin: 10px;
	}
	.alignright {
		max-width: 40% !important;
	}

	.hero-caption {
		padding: 0;
		margin: 0;
		position: relative;
		text-align: center;
	}

	.homepage-header {
		height: 300px;
	}

	.homepage-header-container {
		height: 300px;
	}

	.hero-words {
		width: 70%;
	}

	.position-text, .bio-text, .position-text-bio {
		text-align: left;
	}
}

@media only screen and (min-width: 600px){
	.header-overlay {
		margin-left: 0%;
		width: 100%;
		margin-top: 10%
	}
		
	.play-button {
		float: left;
		width: 10%;
		margin-left: 25%;
	}

	.hero-words {
		float:right;
		width: 55%;
	}
}

@media only screen and (max-width: 780px) {
	.testimonials {
		margin: 0;
		width: 100%;
	}
	.testimonials .testimonial {
		width: 100%;
		margin: 0 0 20%;
	}

	.testimonial-content .testimonial-image img {
		width: 100px;
	}

	.team-members {
		flex-wrap: wrap;
	}
	.f-event-text {
		width: 90%;
		padding-right: 0;
	}
	
	.f-event-img {
		display: none;
	}

	.org-row {
		flex-wrap: wrap !important;
		width: 100%;
	}
	
 	.org-container
	{
		width: 100%;
	} 

	.gb-2-col-wideleft>.gb-layout-column-wrap,
	.gb-2-col-wideright > .gb-layout-column-wrap  {
	grid-template-columns: 1fr !important;
	grid-template-areas:
		"col1"
		"col2";
	}

}

@media only screen and (min-width: 781px){
	.gb-2-col-wideleft > .gb-layout-column-wrap {
		grid-template-columns: 3fr 1fr;
	}
}

@media only screen and (max-width: 800px){
	.home .gb-layout-columns-3 > .gb-layout-column-wrap.gb-is-responsive-column {
		display: block
	}
	
	.home .home-columns-1 .students-col {
		margin-bottom: 10%;
	}
	
	.home .home-columns-1 .vertical-divider {
		display: none;
	}
	
	.home .home-columns-1 {
		justify-content:left !important;
	}
	.home .gb-layout-columns-3 > .gb-layout-column-wrap.gb-is-responsive-column {
		display: block
	}

	.hero-caption {
		float: none;
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
	
	.title-container {
		padding: 0 20px;
	}
}

@media only screen and (min-width: 800px){
	.hero-overlay {
		width: 110%;
		margin-left: 10%;
		margin-top: 20%	
	}
	
	.play-button{
		float: left;
		width: 15%;
		margin-left: 5%;
		margin-top: 20%
	}
		
	.hero-words{
		float:right;
		width: 80%;
		margin-right: 0;			
	}
}

@media only screen and (min-width: 875px){
	.hero-overlay {
		margin-top: 20%;
		width: 110%;
		margin-left: 20%;
	}

	.play-button{
		width: 15%;
		margin-top: 20%; 
		margin-left: 0;
		float: left;
	}
	
	.hero-words{
		width: 80%;
		float: right;
		margin-right: 0;
	} 
}

@media only screen and (max-width: 960px){

	/* ---------------------------- RESPONSIVE MENU -------------------------- */
	.site-header {
		top: 0;
		width: 100%;
		max-height: 100%;
		position: fixed;
		overflow: auto;
		z-index: 9999997;
	}

	.site-header .wrap {
		display: block;
		margin: 0 0 0 0 !important;
		width: 100% !important;
	}

	.genesis.nav-menu,
	.genesis-nav-menu .sub-menu{
		right: 0;
		padding: 5% 70px 5% 5%;
		top: 0;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 999998;
		transition: 0.3s all;
		box-sizing: border-box;
	}

	ul.genesis-nav-menu {
		list-style: none;
		border: 0;
		margin: 0;
		vertical-align: baseline;
	}
	
	.genesis-nav-menu,
	.genesis-nav-menu .sub-menu, 
	.genesis-nav-menu .sub-menu li ul li a {
		width: auto;
		line-height: 1.5;
		height: auto;
		padding: 10px;

	}

	.genesis-nav-menu li a span,
	.genesis-nav-menu .sub-menu, 
	.genesis-nav-menu .sub-menu li a {
		font-family: 'Open Sans';
		font-weight: 400;
		color: #858c89;
	}

	.genesis-nav-menu,
	.genesis-nav-menu .sub-menu, 
	.genesis-nav-menu .sub-menu li a {
		display: block;
		margin: 0;
		border-radius: 2px;
		box-sizing: border-box;
		border: 0;
		background-color: white !important;
	}

	.genesis-nav-menu .sub-menu::after {
		content: none;
	}

	.genesis-nav-menu .sub-menu::before {
		content: none;
	}
	.genesis-nav-menu:before {
		content: none;
	}

	.genesis-nav-menu .sub-menu-toggle {
		display: none;
	}

	.sub-menu-toggle {
		pointer-events: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
		display: block;
	}

	.site-container  {
		margin-top: 160px;
	}

	.team-page-paragraph {
		margin: 5%;
	}

	.genesis-nav-menu .has-child::before{
		display: none;
	}

	.genesis-nav-menu .menu-item a {
		width: 75%;
	}

	.hero-content {
		width: 100%;
		justify-content: center;
		height: fit-content;
		top: 40%;
	}

	.testimonial-img-gallery .gb-layout-column-wrap.gb-is-responsive-column {
		display: flex;
		flex-wrap: nowrap !important;
	}
	.testimonial-slider .testimonial-text {
		width: 90% !important;
	}

	.testimonial-slider .testimonial-content {
		padding: 10px;
	}

	/* Mobile Popup Button */
	.get-started-button > .gb-button {
		display: block;
		padding-right: 0px;
	}

	/* Offset for anchor link on mobile */
	.mobile-anchor {
		padding-top: 120px;
	}
	
}

/* Centers Lead-Gen form and text */
@media screen and (min-width: 1000px) {
	.full-width .wp-block-columns {
		padding-left: calc((100% - 960px) / 2);
		padding-right: calc((100% - 960px) / 2);
	}
}

@media only screen and (min-width: 1200px){
	.hero-overlay{
		margin-top: 0%;
		width: 120%;
		margin-left: 20%;
	}

	.play-button{
		width: 15%;
		margin-top: 20%; 
		margin-left: 0;
		float: left;
	}
	
	.hero-words{
		width: 85%;
		float: right;
		margin-right: 0;
	} 
	
}

@media only screen and (max-width: 1280px){

	.site-inner .entry-content {
		margin: 10px;
	}

	.testimonial-grid {
		padding: 1px !important;
	}

	.testimonial-grid {
		display: block !important;
	}

	.testimonial-grid .portfolio-entry {
		width: 100%;
		position:relative;
		top:0%;
		left:0%;
		height: 100%;
		padding-bottom: 1px;
	}

	.testimonial-grid .portfolio-entry-header {
		position:relative;
		top:0%;
		left:0%;
		bottom: 0;
		right: 0;
		width: 100% !important;
		height:100% !important;
	}

	.testimonial-grid {
		width: 100% !important;
	}

	.testimonial-grid .portfolio-entry .portfolio-entry-content {
		width: 80%;
		margin: 0 auto !important;
	}

	.testimonial-grid .portfolio-entry:hover .portfolio-entry-content {
		bottom: 50% !important;
		bottom: 10%;
	}

	.testimonial-grid  {
		display: flex !important;
		flex-direction: column !important;
	}
}

@media only screen and (min-width: 1280px){

	.testimonial-grid .portfolio-entry {
		margin: 1px !important;
	}	
	
	.site-header .wrap{
		max-width: 1180px;
	}

	.hero-content {
		max-width: 1180px;
	}
}

/* ------------------------------ SPECIFIED STYLES -------------------------- */
.hackathon-projects-h2, .apply-h2 {
	color: #ffffff !important;
	font-family: "Barlow" !important;
}

.team-bio-block, .anchor{
	padding-top: 225px;
    margin-top: -225px;
}

/* ---------------------------- MAKES SECTION FULL-WIDTH --------------------*/
.full-width {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

