/*
	Theme Name: Sponsorship 25
	Theme URI: http://blueisland.uk
	Author: Blue Island Media

	Version: 1.63

	Template: genesis

	
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Primary Navigation
		- Secondary Navigation
		- Footer Navigation
		- Responsive Menu
	- Content Area
		- Front Page
		- Dashicons
		- Flexible Widgets
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	-WooCommerce
	- Media Queries
		- Max-width: 1280px
		- Max-width: 1200px
		- Max-width: 1023px
		- Max-width: 800px
		- Max-width: 480px

*/


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

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

a {
	background: transparent
}

a:focus {
	outline: thin dotted
}

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

h1 {
	font-size: 2em;
	margin: .67em 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

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

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


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

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content: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,
.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
--------------------------------------------- */

body {
	background-color: #3b3b3b;
	color: #222;
	font-family: museo-sans, helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}



.site-container {
	background-color: #fff;
}

a,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.site-header.dark {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

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

a {
	color: #b62616;
	;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	color: #000;
}


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

.home p {
	font-size: 24px;
	font-weight: 300;
}

.front-page-3 p,
.front-page-5 p {
	max-width: 800px;
	margin: 0 auto;
}

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

.menu li,
.genesis-nav-menu li,
.menu-footer-menu li,
.dpe-flexible-posts li {
	list-style-type: none;
}

b,
strong,
strong a {
	font-weight: 700;
}

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

blockquote {
	color: #999;
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 2px solid #f5f5f5;
	clear: both;
	margin: 40px 0;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	font-family: museo-sans, helvetica, sans-serif;
	font-weight: 700;
}


h1 {
	font-size: 36px;
	margin: 0 0 20px;
}

h2,
h3,
h4,
h5,
h6 {
	margin: 50px 0 20px;
}


.front-page-1 h4 {
	color: #fff;
	margin: 0;
}

.front-page-6 h4 {
	color: #222;
}

.footer-widgets h4 {
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	margin-top: 0;
}

h2 {
	font-size: 30px;
}

.image-section h2,
.solid-section h2,
.top-section h2 {
	font-size: 70px;
	font-weight: 300;
	line-height: 1;
	margin-bottom: 35px;
}

.image-section h2,
.top-section h2 {
	color: #fff;
}

.solid-section h2 {
	color: #222;
}

.front-page-2.solid-section h2 {
	font-size: 48px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 24px;
}

.image-section h4,
.solid-section h4,
.top-section h4 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 20px;
}



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

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

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

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

.gallery {
	margin-bottom: 28px;
	overflow: hidden;
}

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

.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 .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 0;
	box-shadow: none;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	padding: 10px;
	width: 100%;
}


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

.front-page input:focus,
.front-page textarea:focus {
	border: 1px solid #22a1c4;
	outline: none;
}

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


button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.widget .button {
	background-color: #b62616;
	border: 2px solid #b62616;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 15px 25px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	white-space: normal;
	width: auto;
}




.gform_wrapper {
	background: rgba(196, 223, 246, 0.37);
	padding: 20px 30px;
}

.gform_wrapper .gform_wrapper {
	background: none;
	padding: 0;
}

.woocommerce .gform_wrapper {
	background: none;
}

.single-product .gform_wrapper {
	padding: 0;
}

.single-product form.cart {
	background: rgba(196, 223, 246, 0.37);
	padding: 60px 20px;
}

.single-product form.cart button.gform-theme-button--size-sm {
	background: none;
	border-color: black;
	color: black;
	padding: 5px 10px;
}

.single-product form.cart .quantity {
	padding-left: 30px;
}


.gfield {
	margin: 10px 0;
}

.gchoice {
	margin: 10px 0;
}

.home .gform_wrapper {
	background: none;
	padding: 0;
}

.home .gform_wrapper a {
	color: #fff;
	text-decoration: underline;
}

.home .gform_wrapper a:hover {
	color: #ccc;
}

.home .gform_wrapper .gfield_required {
	color: #fff;
}

body.page-template-page_landing .gform_wrapper ul li.gfield {
	margin-top: 40px !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 0 !important;
	margin-right: 3px;
}

.gfield label {
	line-height: 1.1;
}

.gform_required_legend {
	font-size: 14px;
}

.ginput_container_fileupload input {
	font-size: 16px;
}

/* Buttons
--------------------------------------------- */

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button.clear:hover,
.button:hover,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .widget .button,
.widget .button:hover,
.widget .button.clear:hover {
	background-color: #000;
	border: 2px solid #000;
	color: #fff;
}

.button {
	display: inline-block;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.widget .button.clear {
	background-color: transparent;
	border: 2px solid #000;
	color: #000;
}

.image-section .button,
.top-section .button {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

.image-section .button.clear,
.top-section .button.clear {
	border-color: #fff;
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .widget .button:hover,
.image-section button:hover,
.image-section input:hover[type="button"],
.image-section input:hover[type="reset"],
.image-section input:hover[type="submit"],
.image-section .widget .button:hover,
.top-section button:hover,
.top-section input:hover[type="button"],
.top-section input:hover[type="reset"],
.top-section input:hover[type="submit"],
.top-section .widget .button:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #000;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border-color: #ddd;
	color: #fff;
	cursor: not-allowed;
}

input#input_2_46:disabled {
	background-color: #b62616;
	width: auto;
	text-align: center;
}



.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

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

th,
td {
	text-align: left;
}

th {
	font-weight: 700;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}


.table-plain td,
.table-plain tbody,
.wp-block-table.table-plain td,
.wp-block-table.table-plian th {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 0;
}




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

/* Site Containers
--------------------------------------------- */


.wrap,
.content-sidebar-wrap {
	float: none;
	margin: 0 auto;
	max-width: 85%;
}

.site-inner {
	margin: 115px auto 80px;
	background-color: #fff;
	clear: both;
	word-wrap: break-word;
	max-width: 100%;
}

.home .site-inner {
	margin-bottom: 0;
}

.nav-primary .wrap {
	max-width: 100%;
}

.page-template-pt-members-area .site-inner,
.page-template-pt-dashboard .site-inner,
.post-type-archive-esa_member_profiles .site-inner,
.single-esa_member_profiles .site-inner,
.tax-member-type .site-inner,
.single-dip_student .site-inner,
.single-ssc_student .site-inner,
.single-nat_reps .site-inner,
.single-its_student .site-inner {
	margin-top: 0;
}

.home .content-sidebar-wrap {
	max-width: 100%;
}


/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

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


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

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

.breadcrumb {
	font-size: 14px;
	margin-top: 15px;
	text-align: center;
}


.archive-title::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 25%;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

.taxonomy-archive-description h2 {
	margin-bottom: 0;
}

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

.archive .entry-header {
	text-align: left;
}

.archive.resources .entry-header {
	display: flex;
	align-items: flex-start;

}

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

.search-form {
	overflow: hidden;
}

.search-form input[type="search"] {
	margin-right: 0;
	width: auto;
	border-radius: 12px;
}

input::placeholder {
	color: #ccc;
	font-size: 13px;
	font-weight: 400;
}

#top-navigation .search-form input[type="search"] {
	font-size: 14px;
	padding: 3px 10px;
}

#top-navigation .search-form input[type="submit"] {
	display: none;
}

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

#topnav-search-form {
	margin-right: 15px;
	width: 0;
	transition: width 0.8s ease 0s;
}

#topnav-search-form.focused,
#topnav-search-form.focused .search-form-input {
	width: 250px;
}

.dashicons-search,
.fa-magnifying-glass {
	color: #b62616;
	transition: color 0.2s ease-in-out;
}

.dashicons-search:hover,
.fa-magnifying-glass:hover {
	color: #000;
	cursor: pointer;
}

.search-results .content .entry-header,
.search-results .content .entry-footer {
	text-align: left;
}

.search-results .content .entry-header::after,
.search-results .content .entry-footer::before {
	border-top: none;
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.search-results .content .entry-title,
.search-results .content .post .entry-title {
	margin: 0 0 10px;
	font-size: 20px;
}

.search-results .content p {
	margin-bottom: 12px;
	font-size: 16px;
}



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

.post .entry-title {
	margin-top: 40px;
}

.entry-title {
	font-size: 42px;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.widget-full .widget-title {
	margin-bottom: 40px;
}



/* Archives
--------------------------------------------- */


.archive .entry-footer {
	text-align: left;
}


.archive-title {
	font-size: 42px;
	line-height: 1;
	margin-top: 40px;
	margin-bottom: 0;
	text-align: center;
}

.archive p.entry-meta {
	font-size: 16px;
}

.archive .entry-title {
	font-size: 24px;
	margin: 30px 0 0;
}

.archive.resources .entry-title {
	margin: 0;
	font-size: 20px;
}

.archive .entry-header::after {
	border-bottom: none;
	display: none;
	margin: 0;
	padding: 0;
}

.archive .entry-footer .entry-meta {
	display: none;
}

.archive .entry {
	margin-bottom: 0;
}

.archive .entry-content {
	font-size: 16px;
}

.widget_categories {
	font-size: 14px;
	line-height: 1.1;
}


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

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

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

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

a.alignnone {
	display: inline-block;
}

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

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin: 0 0 12px;
}

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

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

.wp-caption-text {
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
}

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

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.post-password-form input {
	width: auto;
}

.post-password-form input[type="submit"] {
	padding: 25px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}


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

.widget {
	word-wrap: break-word;
}

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

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

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

.widget_calendar table {
	width: 100%;
}

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

.footer-widgets .widget_nav_menu {
	padding-right: 20px;
}

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

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

.page .featured-content article {
	margin-top: 0;
}

.featured-content .entry-header::after {
	margin: 0;
	padding-bottom: 0;
}


/* Simple Social Icons
--------------------------------------------- */

.altitude-home .content .simple-social-icons {
	margin-top: 40px;
}

.altitude-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.altitude-home .content .simple-social-icons ul li a,
.altitude-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}


/* Pages
--------------------------------------------- */

.about-us-pics {
	float: right;
	margin-top: 9px;
	margin-left: 30px;
}

.favourites {
	font-size: 14px;
}

li.personnel {
	margin: 50px 0;
	padding: 10px 0;
	border-top: solid 1px #000;
}

li.personnel:first-child {
	border-top: none;
	margin-top: 0;
}

.page-id-759 strong {
	font-size: 14px;
	color: #8899a6;
}


.page-id-212 .entry {
	margin-bottom: 20px;
}

.project-panel-web {
	clear: both;
	margin: 40px 0;
}

.project-panel-web h3 {
	margin-bottom: 5px;
}

.project-image {
	float: right;
	margin: 10px 0 20px 20px;
	max-width: 400px;
}

.project-image img {
	border: solid 1px #ddd;
}

.project-subhead {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #667580;
}

.project-description {
	font-size: 16px;
}

.page-template-page_blog .entry-title {
	font-size: 24px;
	margin-top: 10px;
}

.page-template-page_blog .entry-header p.entry-meta {
	margin-bottom: 0;
	font-size: 15px;
}

.blog-title {
	text-align: center;
	margin-bottom: 60px;
}




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

.site-header {
	height: 115px;
	background-color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.home .site-header {
	border-bottom: none;
}

.site-header .wrap {
	position: relative;
}

.home .site-header {
	/*padding-bottom: 100px;
    background: linear-gradient(180deg, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);*/
}

.featured-section .site-header {
	/*background-color: transparent;*/
}

.featured-section .site-header>.wrap {
	/*border-bottom: 1px solid #fff;*/
}

#top-navigation {
	position: absolute;
	z-index: 99999;
	top: 10px;
	right: 0;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#top-navigation .login-button a {
	padding: 3px 8px;
	border-radius: 10px;
	font-size: 13px;
	background: #b62616;
	color: #fff;
	transition: background 0.3s ease-in-out;
}

#top-navigation .login-button a:hover {
	background: #000;
}

.site-header.dark {
	/*background-color: #000;*/
}

.site-header.dark {
	border-bottom: #000 1px solid;
}

.site-header.dark>.wrap {
	/*border-bottom: none;*/
}

.site-header.dark #top-navigation,
.site-header.dark .nav-secondary {
	/*display: none;*/
}

.site-header.dark .nav-primary .genesis-nav-menu {
	/*margin-top: 0;*/
}

.admin-bar .site-header,
.admin-bar #topnav-container {
	top: 32px;
}

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

.title-area {
	height: 115px;
	float: left;
	width: 20%;
}


.title-area .site-title a {
	background-image: url("/wp-content/themes/sponsorship-23/images/esa-logo.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 115px;
	text-indent: -9999px;
}

p.site-title {
	margin: 0 auto;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}


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

/* Default horizontal flex menu */
.menu {
	display: flex;
	font-size: 16px;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin: 20px 0 60px;
	align-items: center;
}

#menu-primary-menu.menu {
	justify-content: space-between;
	flex-wrap: nowrap;
	margin: 56px 0 0;
}

.menu.genesis-nav-menu {
	margin-bottom: 0;
}


.section-menu li::after {
	content: '|';
	margin: 0 10px;
}


.section-menu .sub-menu {
	display: inline-block;
	font-size: 14px;
}

.section-menu .sub-menu::before {
	content: '\2192';
	margin: 0 10px;
}

.section-menu .sub-menu li {
	display: inline;
}



.section-menu li .sub-menu li::after {
	content: '\00B7';
	margin: 0 5px;
	font-weight: 900;
}

.section-menu li:last-child::after,
.menu.genesis-nav-menu li::after,
.section-menu li .sub-menu li:last-child::after,
.section-menu li.menu-item-has-children::after,
.section-menu li:has(+ li .sub-menu)::after {
	content: none;
}

.section-menu li.menu-item-has-children {
	margin: 20px 0;
	width: 100%;
}


.section-menu a,
.section-menu .current-menu-parent a,
.section-menu .current-menu-ancestor a,
.section-menu .current-menu-item .sub-menu a {
	font-weight: 500;
}

.section-menu .current-menu-item a,
.section-menu .current-menu-ancestor .current-menu-item a {
	font-weight: 900;
}

.section-menu a:hover,
.section-menu .current-menu-ancestor a:hover,
.section-menu .current-menu-item .sub-menu a:hover {
	color: inherit;
	cursor: pointer;
}

.section-menu .current-menu-ancestor .current-menu-item a:hover {
	color: #b62616;
	cursor: auto;
}

#menu-member-types li {
	margin: 0 8px;
}


.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu li li {
	margin-left: 0;
}

.genesis-nav-menu a {
	/*color: #fff;*/
	display: block;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}


.genesis-nav-menu>.menu-item>a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	background-color: #b62616;
	left: -9999px;
	letter-spacing: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	-o-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	max-width: 200px;
	z-index: 99;
	padding: 15px 0;
	border: 1px solid #fff;
}

.genesis-nav-menu .sub-menu a {
	padding: 10px 15px;
	position: relative;
	font-size: 13px;
	color: #fff;
	width: 200px;
	text-align: left;
}

.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu li.current-menu-item>a {
	background-color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

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

.genesis-nav-menu>.first>a {
	padding-left: 0;
}

.genesis-nav-menu>.last>a {
	padding-right: 0;
}

.genesis-nav-menu>.right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

.genesis-nav-menu>.right>a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu>.rss>a {
	margin-left: 48px;
}

.genesis-nav-menu>.search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	float: right;
	width: 70%;
	text-align: center;
}

.nav-primary .genesis-nav-menu {
	margin-top: 12px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	text-align: right;
	margin: 10px 0;
}

.nav-secondary .genesis-nav-menu>li>a,
.nav-secondary .genesis-nav-menu>li>a:hover {
	border-bottom: none;
}

.nav-secondary .genesis-nav-menu>.menu-item>a {
	text-transform: none;
	font-size: 12px;
	font-weight: 300;
	padding: 0;
}

.top-menu-item,
.footer-menu-item {
	font-size: 16px;
	line-height: 1;
	margin-left: 15px;
}


.top-menu-item .dashicons {
	font-size: 16px;
	height: 16px;
	width: 16px;
	vertical-align: unset;
}

.top-menu-item svg path {
	fill: #b62616;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.top-menu-item.login-button svg path {
	fill: #fff;
}

.top-menu-item svg:hover {
	cursor: pointer;
}


.top-menu-item svg:hover path {
	fill: #222;
}

.top-menu-item.login-button svg:hover path {
	fill: #fff;
}

.footer-menu-item svg path {
	fill: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.footer-menu-item svg:hover path {
	fill: #ccc;
}


/* Footer Navigation
--------------------------------------------- */

.nav-footer .genesis-nav-menu {
	padding: 20px 0;
	display: flex;
	justify-content: center;
}

.nav-footer .genesis-nav-menu a {
	border: none;
	font-weight: 700;
	margin: 0;
	padding: 0;
	text-transform: none;
	font-size: 13px;
}

.nav-footer .genesis-nav-menu a::after {
	content: '\00B7';
	margin-left: 3px;
	margin-right: 3px;
}

.nav-footer .genesis-nav-menu .menu-item:last-child a::after {
	content: '';
}

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



.responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

.responsive-menu-icon::before {
	color: #d63638;
	content: "\f333";
	font: normal 24px/1 "dashicons";
	margin: 0 auto;
}

.nav-secondary .responsive-menu-icon {
	margin: 10px auto 0;
}

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

/* Front Page
--------------------------------------------- */

.image-section,
.solid-section {
	clear: both;
	text-align: center;
	width: 100%;
}

.image-section {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(30%, rgba(0, 0, 0, 0.5)), color-stop(80%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.9)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#e6000000', GradientType=0);
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}

.top-section {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(30%, rgba(0, 0, 0, 0.5)), color-stop(80%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.9)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#e6000000', GradientType=0);
}

.top-section .widget-area {
	padding-top: 30%;
}

.image-section .widget-area {
	display: table-cell;
	text-align: center;
	vertical-align: bottom;
}

.image-section,
.image-section a {
	color: #fff;
}

.image-section a:hover,
.image-section .featured-content .entry-title a:hover {
	color: #b62616;
}

.solid-section {
	background-color: #fff;
	overflow: hidden;
}

.front-page-2,
.front-page-3,
.front-page-4,
.front-page-5,
.front-page-6,
.front-page-7 {
	border-top: 54px solid transparent;
	margin-top: -54px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	position: relative;
	z-index: 9;
}

.front-page-1,
.front-page-3,
.front-page-5,
.front-page-7 {
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.front-page-1 {
	/*position: relative;
	height: 100vh;*/
}

#promotional-splash {
	background-color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.secondary-nav .front-page-1 .image-section {
	padding-top: 150px;
}

.front-page-4 .solid-section {
	background-color: #f3f3f3;
}

.bottom-image {
	margin-bottom: -120px;
	margin-top: 100px;
}

.bottom-image img {
	margin-bottom: -10px;
}

.front-page .field-wrap:last-child {
	margin-bottom: 0;
}

.small-disclaimer {
	font-size: 14px;
	font-style: italic;
}

#coming-up .flex-parent {
	display: flex;
	justify-content: space-evenly;
}

#coming-up .flex-child {
	width: 32%;
	background: #b62616;
	position: relative;
}

#coming-up img {
	width: 100%;
}

#coming-up .heading-container {
	display: flex;
	height: 80px;
	justify-content: center;
	flex-direction: column;
	background: #fff;
}

#coming-up h3 {
	font-size: 20px;
	margin: 0;
	padding: 10px 15px;
	font-weight: 500;
	font-style: normal;
	line-height: 1.1;
}

#coming-up .small-wording {
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	line-height: 1.2;
	padding: 15px;
}

#six-blocks .blocks-outer-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;
	gap: 40px;
}

#six-blocks .block-wrap {
	position: relative;
	width: 30%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	flex-shrink: 0;
}

#six-blocks .block-image-container {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	transition-duration: 0.35s;
	transform-origin: 50% 50%;
	transform: scale(1) translate(0%, 0%);
}

#six-blocks .block-wrap:hover .block-image-container {
	transform: scale(1.1) translate(0%, 0%);
	opacity: 0.5;
	cursor: pointer;
}

#six-blocks .block-text-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(49, 49, 50, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
	display: flex;
	flex-direction: column;
	justify-content: end;
	align-items: center;
}

#six-blocks .block-text-wrapper h3 {
	color: #fff;
	font-weight: 900;
	text-align: center;
	margin: 0;
	padding: 0 15px 5px;
}

#six-blocks .block-subhead {
	text-align: center;
	color: #fff;
	line-height: 1.3;
	padding: 0 15px 30px;
}




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

.flexible-widgets {
	padding-bottom: 60px;
	padding-top: 100px;
}

.front-page-5 .flexible-widgets {
	padding-top: 20px;
}

.flexible-widgets .widget {
	float: left;
	margin: 0 0 40px 2.564102564102564%;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-area .widget:nth-of-type(1),
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	background: none;
	margin-left: 0;
	padding: 0;
	width: 100%;
}

.widget-area.flexible-widgets.widget-half .widget,
.flexible-widgets.widget-halves .widget {
	width: 48.717948717948715%;
}

.flexible-widgets.widget-thirds .widget {
	width: 31.623931623931625%;
}

.flexible-widgets.widget-fourths .widget {
	width: 23.076923076923077%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+2),
.flexible-widgets.widget-fourths .widget:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

.solid-section .widget {
	background-color: #fff;
	padding: 40px;
}

.solid-section .widget-title {
	margin-bottom: 30px;
}

#mission-statement {
	padding: 80px 0;
	font-size: 28px;
}

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

.content {
	width: 80%;
}

.content.member-profile {
	width: 90%;
	line-height: 1.1;
}

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

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

.full-width-content .content {
	max-width: 800px;
	margin: 0 auto;
}

.home.full-width-content .content {
	width: 100%;
	max-width: 100%;
	padding: 0;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 100px;
}

.page-template-page_blog .entry {
	margin-bottom: 0;
}

.page article,
.archive-description {
	margin-top: 60px;
	margin-bottom: 60px;
}

.single-post article {
	margin-top: 40px;
}

.widget .entry {
	margin-bottom: 0;
}

.front-page-6 .widget .entry {
	margin: 0 1.666% 20px;
	display: inline-block;
	vertical-align: top;
	padding: 10px 10px 0;
	width: 30%;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: #f3f3f3;
}

.front-page-6 .solid-section h4 {
	font-size: 24px;
	margin-top: 0;
}

.front-page-6 p.entry-meta {
	font-size: 15px;
}

.front-page-6 h2.entry-title {
	margin: 0 0 15px !important;
	line-height: 1.1;
}

.front-page-6 .entry-header::after {
	margin: 0 auto 25px;
	padding-bottom: 0;
}

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

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

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

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

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


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

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


.entry-header,
.entry-footer {
	text-align: center;
}

.entry-header p.entry-meta {
	font-weight: 300;
	margin-bottom: 16px;
}

.entry-header::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 25%;
}

.page-template-page_blog .entry-header::after,
.single-event .entry-header::after {
	border-bottom: none;
	display: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.home .entry-header::after {
	border-bottom: none;
}

.entry-footer::before {
	border-top: 1px solid #000;
	content: "";
	display: block;
	margin: 30px auto 0;
	padding-top: 60px;
	width: 25%;
}

.archive .entry-footer::before,
.single-event .entry-footer::before {
	border-top: none;
	padding-top: 0;
}

.page-template-page_blog .entry-footer p.entry-meta {
	display: none;
}


.page-template-page_blog.page article {
	margin-top: 0;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 "dashicons";
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

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

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

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

.page-id-576 div.ptp-price {
	font-size: 18px !important;
}

.page-id-576 .entry {
	margin-bottom: 0;
}

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #000;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;

	font-size: 14px;
	letter-spacing: 1px;
	padding: 8px 12px;
	text-transform: uppercase;
}

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




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

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

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

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul>li:last-child {
	margin-bottom: 0;
}

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

figcaption {
	font-size: 13px;
	line-height: 1.2;
}

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

.footer-widgets {
	background-color: #22a1c4;
	clear: both;
	text-align: left;
	position: relative;
	z-index: 9;
}

.footer-widgets .wrap {
	padding-bottom: 100px;
	padding-top: 100px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
	width: 33.333333333%
}

.footer-widgets-1 {}

.footer-widgets-2 {}


.footer-widgets,
.footer-widgets .wrap a,
.footer-widgets .wrap a.button {
	color: #fff;
}

.footer-widgets a:hover {
	color: #ccc;
}

.footer-widgets .widget ul li {
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-widgets .widget_nav_menu ul li {
	font-size: 14px;
	line-height: 1.1;
	margin: 8px 0;
}

.footer-widgets .widget_nav_menu a {
	font-weight: 600;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget_nav_menu ul li .sub-menu li {
	padding-left: 12px;
}

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

.site-footer {
	background-color: #3b3b3b;
	padding: 20px 0 40px;
	text-align: center;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: #fff;
}

.site-footer a:hover {
	color: #ccc;
}

.site-footer p {
	font-size: 13px;
	margin-bottom: 0;
	font-weight: 600;
}

/*
Partner Logos
---------------------------------------------------------------------------------------------------- */

.partner-logos {
	clear: both;
	background-color: #CACCD3;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 50px;
	gap: 20px;
}

.partner-logos .widget {
	float: left;
}

.partner-logos .widget_text {
	font-weight: 900;
	font-size: 14px;
	float: left;
	line-height: 1.1;
}

.partner-logos #text-5 {}

.partner-logos #widget_sp_image-3 {}

.partner-logos #widget_sp_image-4 {}

.partner-logos #widget_sp_image-5 {}

.partner-logos #widget_sp_image-6 {}

.partner-logos #widget_sp_image-7 {}

.partner-logos #widget_sp_image-8 {}



/* Arts Certificate area
--------------------------------------------- */
/*#arts-certificate-strapline {
	background:#C60700;
	color: #e3d34c;
	padding: 5px 0;
	font-size: 26px;
	line-height: 28px;
}
.arts-cert-wrap {
	padding: 0 4.5%; 
}*/
/*.single-arts_certificate .site-inner {
	background: url(images/Arts-Cert-whirl-website.png) top left no-repeat;
}

*/

/* Diploma Student area
--------------------------------------------- */

.single-dip_student .section-menu a {
	color: #222;
}

.single-dip_student .section-menu a:hover {
	color: #00a0d1;
}



/* Sales Certificate area
--------------------------------------------- */

/*.single-sales_certificate .site-inner,
.single-ssc_student .site-inner {
	background: url(images/ESA-Sales-Certificate-swirl-website3.png) top left no-repeat;
}*/
/*
.single-sales_certificate h1,
.single-sales_certificate h2,
.single-sales_certificate h3,
.single-sales_certificate h4,
.single-sales_certificate h5,
.single-sales_certificate h6,
.single-sales_certificate .section-menu li,
.single-sales_certificate .section-menu a:hover,
.single-sales_certificate .section-menu .current-menu-item a,
.single-sales_certificate .entry-content a,
.single-ssc_student h1,
.single-ssc_student h2,
.single-ssc_student h3,
.single-ssc_student h4,
.single-ssc_student h5,
.single-ssc_student h6,
.single-ssc_student .section-menu li a,
.single-ssc_student .section-menu a:hover,
.single-ssc_student .section-menu .current-menu-item a,
.single-ssc_student .entry-content a {
	color: #a2559c;
}

.logged-in li#menu-item-13474 {
	display:none;
}
*/

/* Leaders Programme area
--------------------------------------------- */


/*.single-leaders_programme h1,
.single-leaders_programme h2,
.single-leaders_programme h3,
.single-leaders_programme h4,
.single-leaders_programme h5,
.single-leaders_programme h6,
.single-leaders_programme .sidebar .menu li,
.single-leaders_programme .sidebar .menu a,
.single-leaders_programme .section-menu li,
.single-leaders_programme .section-menu a,
.single-leaders_programme .entry-content a {
	color: #0078bf;
}*/


/* Negotiation Workshop and Practical Tools 
--------------------------------------------- */

/*.single-negotiation_workshop .site-inner {
	background: url(images/ESA-Negotiation-swirl.png) top left no-repeat;
}

.single-practical_tools .site-inner {
	background: url(images/ESA-Negotiation-swirl.png) top left no-repeat;
}
*/
/*.single-negotiation_workshop h1,
.single-negotiation_workshop h2,
.single-negotiation_workshop h3,
.single-negotiation_workshop h4,
.single-negotiation_workshop h5,
.single-negotiation_workshop h6,
.single-negotiation_workshop .sidebar .menu li,
.single-negotiation_workshop .sidebar .menu a:hover,
.single-negotiation_workshop .sidebar .menu .current-menu-item a,
.single-negotiation_workshop .entry-content a:hover,
.single-practical_tools h1,
.single-practical_tools h2,
.single-practical_tools h3,
.single-practical_tools h4,
.single-practical_tools h5,
.single-practical_tools h6,
.single-practical_tools .sidebar .menu li,
.single-practical_tools .sidebar .menu a:hover,
.single-practical_tools .sidebar .menu .current-menu-item a,
.single-practical_tools .entry-content a:hover {
	color: #00b0b2;
}

*/


/* Summit & Events area
--------------------------------------------- */
/*.single-summit .site-inner,
.category-events .site-inner {
	background: url(images/Summit-whirls-website-2.png) top left no-repeat;
}
*/
/*.single-summit h1,
.single-summit h2,
.single-summit h3,
.single-summit h4,
.single-summit h5,
.single-summit h6 {
	color: #74c23a;
}
.single-summit .sidebar li,
.single-summit .sidebar a:hover,
.single-summit .sidebar .current-menu-item a,
.single-summit .entry-content a:hover {
	color: #74c23a;
}

*/


/* Public Member List
--------------------------------------------- */

#member-list {
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.member-type-container {
	background: aliceblue;
}


ul.public-member-list {
	display: flex;
	flex-direction: column;
	max-height: 600px;
	flex-wrap: wrap;
	gap: 0 15px;
	width: auto;
	list-style: none;
	padding: 15px;
	background: aliceblue;
	min-width: 20%;
	overflow-x: scroll;
}

#member-list h4 {
	font-size: 18px;
	line-height: 1.2;
	margin: 20px 0 0 15px;
}

#member-list li {
	margin: 5px 0;
	line-height: 1.1;
	font-weight: 400;
	font-size: 13px;
	max-width: 220px;
}

#member-list li a {
	color: #222;
	font-weight: 400;
	border-bottom: 1px dotted #ccc;
}

#member-list li a:hover {
	color: #b62616;
}



h6.slider-heading {
	cursor: pointer;
	font-size: 18px;
	line-height: 14px;
	margin-top: 0;
	margin-bottom: 12px;
	font-weight: 300;
}


h6.slider-heading:before {
	content: "→ ";
	font-size: 12px;
	color: #b80000;
}

h6.slider-heading.open:before {
	content: "↓ ";
	padding-left: 5px;
}

h6.slider-heading.open {
	color: #b80000;
	font-weight: 400;
}

ul.details {
	margin: 0 0 10px 17px;
}

.page-template-pt-members-list .profile {
	font-size: 16px;
}

.page-template-pt-members-list .profile p {
	font-size: 16px;
	margin: 10px 0;
}



/* Resources Key 
---------------------------------------------*/

.resources-access {
	float: left;
	padding: 4px 0;
	margin-right: 15px;
}

.resources-key-element {
	width: 25%;
}


.access-key-box p {
	font-size: 14px;
	line-height: 1.2;
	margin: 5px 10px;
	text-align: center;
}

.access-type {
	display: block;
	padding: 5px 3px;
	color: #fff;
	line-height: 1;
	text-align: center;
	min-width: 75px;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.5px;
}

.members {
	background: #b80000
}

.associates {
	background: #8a86bf;
}

.public {
	background: #666;
}

.national-associations {
	background: #f6a547;
}

.woocommerce .my-team-section.members {
	background: none;
}


/* Industry Jobs
--------------------------------------------- */


.category-jobs .taxonomy-description {
	text-align: center;
}

.esa-jobs-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fill, 30%);
	justify-content: space-between;
}

.job-summary-container {
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	align-items: center;
	text-align: center;
	margin-bottom: 20px;
}


.job-summary-container .avatar {
	float: none;
}

.job-logo {
	height: 100px;
	display: flex;
	align-items: center;
}

.category-jobs .job-logo img {
	max-height: 100px;
	width: auto;
}

.category-jobs .content .job-summary-container a {
	border-bottom: none;
}

.single-job .entry-title {
	clear: both;
}

.job-summary-container h6 {
	font-size: 16px;
	margin: 20px 0;
}

.flex-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}



/* Lightboxes 
---------------------------------------------*/

.lightbox-section {
	display: grid;
	justify-content: space-between;
}

a.lightbox-grid-item {
	color: #222;
	font-weight: 400;
	background: #efefef;
	padding: 12px 7px 5px;
	margin-bottom: 20px;
}

.lightbox-grid-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.lightbox-grid-image {}

.lightbox-grid-heading {
	font-size: 18px;
	margin: 15px 0;
}

.lightbox-grid-description {
	font-size: 14px;
	line-height: 1.3;
}

.lightbox-grid-description p {
	text-align: center;
	margin: 0 0 10px;
}

.lightbox-content {
	padding: 20px 30px;
}

.lightbox-content h1,
.lightbox-content h2,
.lightbox-content h3,
.lightbox-content h4,
.lightbox-content h5,
.lightbox-content h6 {
	margin: 20px 0;
}



.s-repeater-menu>ul {
	list-style: none;
}

#s-r-m {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(auto-fill, 18%);
}


#s-r-m a {
	font-size: 14px;
	text-align: center;
	font-weight: 300;
	border: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	min-height: 150px;
}

#s-r-m a.partner {
	align-items: center;
}

.partner img {}

.s-r-m {
	list-style: none;
	padding: 10px 25px 0;
}

.s-r-m>li {
	border-top: 1px solid #b80000;
	clear: both;
	padding-top: 40px;
}

#fancybox-content li.hentry {
	list-style: none;
}

.single-awards .s-r-m>li {
	border-top: 1px solid #96578f;
}

.s-r-m img {
	float: right;
	padding: 20px 0 10px 20px;
}

.s-r-m-description {
	padding-top: 10px;
}

.s-r-m h3 {
	color: #b80000;
	margin: 0;
}

.single-awards .s-r-m h3 {
	color: #550591;
}

.single-summit .s-r-m h3 {
	color: #74c23a;
}

.s-r-m span {
	font-weight: 400;
}

.s-r-m-description>p {
	font-size: 17px;
}

#s-r-m strong {
	float: left;
	font-weight: 500;
	line-height: 1;
	padding: 5px 0 3px;
	text-decoration: none;
	width: 100%;
}

.single-awards #s-r-m strong {
	color: #3f90a9;
}

#s-r-m a {
	text-decoration: none;
}

#s-r-m a:hover strong {
	color: #000;

}

.page-id-8 #s-r-m li {
	height: 260px;
}

/* Member Profiles
--------------------------------------------- */


.archive.post-type-archive-esa_member_profiles article h1.entry-title,
.archive.tax-member-type article h1.entry-title {
	font-size: 16px;
	line-height: 20px;
}

.archive.post-type-archive-esa_member_profiles .entry-header,
.archive.tax-member-type .entry-header {
	margin: 0 0 3px;
}

.tax-member-type #menu-item-1239 a {
	color: #b80000;
}

.profile-bold {
	font-weight: 300;
	color: #b80000;
}

.member-twitter img,
.member-linkedin img,
.member-google img,
.member-facebook img {
	position: relative;
	top: 8px;
	margin-right: 10px;
}

.company-logo {
	float: right;
	padding-left: 20px;
}



/* Events
--------------------------------------------- */
.category-events .post h1,
.category-events .post .entry-title {
	margin: 0;
	line-height: 24px;
	text-align: center;
}

.category-events .post h1.entry-title a {
	font-size: 20px;
	margin: 0;
	padding: 0;
	line-height: 22px;
	border-bottom: 1px dotted #ccc;
	color: #74c23a;
}

.category-events h1.entry-title a:hover {
	color: #000;
}

.category-events .post .entry-header {
	margin: 0;
	padding: 0;
}

.category-events .event-date {
	font-weight: 700;
	font-size: 20px;
	margin: 30px 0 5px;
	text-align: center;
}

.category-events .entry {
	margin: 0;
}

.single-event .event-date {
	font-weight: 400;
	font-size: 30px;
	margin: 10px 0;
}

.event-details-container {
	font-size: 16px;
	font-weight: 400;
	padding: 20px 0;
	margin: 20px 0;
	background: #efefef;
}

.event-link.call-to-action {
	border-bottom: none;
	color: #fff;
	padding: 5px 15px;
	margin: 20px auto 10px;
	font-size: 24px;
	max-width: 186px;
	border-radius: 5px;
}

.google-map-link a {
	color: #74c23a;
}

.events-link a {
	font-size: 18px;
	border-bottom: dotted 1px #ccc;
	text-align: right;
	float: right;
}

.single-event .call-to-action {
	background: #74c23a;
}




/*
Misc
---------------------------------------------------------------------------------------------------- */

#banner {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	padding: 10px;
	flex-direction: column;
	align-items: center;
	line-height: 1.1;
}

#banner a,
a #banner {
	color: #fff;
}

.banner-text {
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 500;
	text-align: center;
}

.banner-sub-text {
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}

.banner-title {
	color: #fff;
	font-size: 24px;
	letter-spacing: 2px;
}

.banner-small-links {
	color: #fff;
	font-size: 13px;
	margin: 4px 0 2px;
	font-weight: 700;
}

.banner-small-links a {
	color: #fff;
}

.banner-small-links i,
.banner-small-links svg {
	margin-right: 3px;
}

.banner-small-links svg path {
	fill: #fff;
}

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

#front-page-news.solid-section .widget {
	padding: 0;
}

#front-page-news .widget-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#front-page-news article {
	width: 22%;
	padding: 0 15px;
}

#front-page-news .entry-header {
	text-align: left;
}

#coming-up {
	padding-bottom: 80px;
}


#menu-primary-menu li:last-child .sub-menu {
	width: 160px;
}

.gform_wrapper.home-newsletter-signup_wrapper .gfield_required {
	color: #fff;
}

h3.gsection_title {
	margin-top: 0;
}

#join-esa .join-esa-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
}

.join-esa-text h2 {
	color: #fff;
	text-align: center;
	margin: 0 0 10px;
	padding: 0 20px;
	font-weight: 500;
	font-size: 40px;
}

.home .join-esa-text p {
	color: #fff;
	font-weight: 500;
	margin: 0 0 15px;
	text-align: center;
}



#loginform {
	max-width: 400px;
	margin: 40px auto;
	border: 1px solid #ccc;
	padding: 20px 20px 0;
}

#loginform label {
	font-size: 14px;
}

.resources a.entry-title-link {
	font-weight: 400;
	color: #222;
}

.resources a.entry-title-link:hover {
	color: #b62616;
}

.wp-block-group__inner-container {
	padding: 30px;
	font-size: 16px;
	line-height: 1.3;
}

.wp-block-group__inner-container ul {
	margin: 20px 0 20px 20px;
}


.partners-heading {
	margin: 0;
	text-align: center;
	font-size: 12px;
	letter-spacing: 2px;
	color: #222;
	background: #caccd3;
	padding: 20px 0 8px;
	font-weight: 300;
}

.heateor_sss_sharing_container {
	margin-bottom: 30px;
}



.call-to-action {
	background: #B80000;
}


.call-to-action {
	margin: 50px auto;
	max-width: 500px;
	border-radius: 20px;
	padding: 30px 10px;
	text-align: center;
	font-size: 40px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}

a:hover .call-to-action {
	color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.page-id-2058 .call-to-action {
	display: none;
}

div.heateor_sss_sharing_title {
	font-weight: 300 !important;
	text-transform: uppercase;
	font-size: 12px;
}

.member-profile svg {
	width: 15px;
	margin-right: 15px;
	position: relative;
	top: 3px;
}

.flex-row-start {
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.sp-clear {
	max-height: 180px;
	overflow: hidden;
}

.web-link-icon {
	margin-left: 5px;
	font-size: 12px;
}

.searchandfilter select option,
.searchandfilter li {
	font-size: 14px;
	display: block !important;
}

.entry-content .searchandfilter ul {
	display: inline-block;
	margin: 0;
}

.entry-content .searchandfilter ul ul {
	margin: 0 0 0 20px;
}


.searchandfilter input {
	margin: 10px 0;
	padding: 5px 10px;
	font-size: 14px;
}


.category-jobs .current-menu-item {
	display: none;
}

.archive.category-events .entry-image-link,
.archive.tax-resource-type .entry-image-link {
	display: none;
}

/* WooCommerce */

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	float: none !important;
	width: 100% !important;
	clear: both !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: none !important;
	width: 100% !important;
	clear: both !important;
	margin-top: 60px;
}

.dashboard-flex-item {
	padding: 20px;
	margin: 20px;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
	opacity: 1;
}

.dashboard-flex-item:hover {
	opacity: 0.7;
}


.woocommerce-MyAccount-navigation li:after {
	content: "\2022";
	padding: 0 15px;
	font-size: 8px;
	vertical-align: middle;
}


.woocommerce-MyAccount-navigation li:last-child:after {
	content: "";
	padding: 0;
}


.woocommerce-MyAccount-navigation {
	float: none !important;
	width: 100% !important;
	clear: both !important;
	margin: 0 auto;
	text-align: center;
}

.entry-content .woocommerce-MyAccount-navigation ul {
	margin: 0;
}

.entry-content li.woocommerce-MyAccount-navigation-link {
	list-style-type: none;
	font-size: 16px;
	padding: 0;
	display: inline-block;
}

.page-template-pt-dashboard.page article {
	margin-top: 0;
}

.woocommerce-MyAccount-navigation-link a {
	font-weight: 500;
}

.woocommerce-MyAccount-navigation-link.is-active a {
	font-weight: 900;
}

.woocommerce-account-my-teams .members {
	background: none;
}

.woocommerce .edit-account,
.woocommerce-address-fields {
	background: rgba(196, 223, 246, 0.37);
	padding: 20px 30px;
	font-size: 16px;
	font-weight: 700;
}

.woocommerce form .form-row {
	margin: 0 0 20px !important;
}

.woocommerce-EditAccountForm fieldset {
	margin: 60px 0;
	padding: 20px;
	border: 3px solid white;
}

.woocommerce form .form-row .input-text {
	font-size: 16px;
	font-weight: 700 !important;
	border: 1px solid #aaa !important;
	border-radius: 0 !important;
	padding: 8px !important;
}

#account_display_name_description {
	font-size: 15px;
	font-weight: 400;
}

.woocommerce-Button,
.woocommerce .button {
	background-color: #b62616 !important;
	color: #fff !important;
	border-radius: 5px !important;
	font-size: 14px !important;
	padding: 15px 25px;
}

.woocommerce-Button:hover,
.woocommerce .button:hover {
	background-color: #000 !important;
}

.woocommerce form .form-row select {
	border: 1px solid #aaa !important;
	border-radius: 0 !important;
}

.woocommerce form .form-row select li,
li.select2-results__option,
.woocommerce-input-wrapper select {
	font-size: 14px !important;
}


.woocommerce span.onsale {
	background-color: #b62616 !important;
	position: relative !important;
	padding: 8px 20px !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #b62616 !important;
	font-weight: 700;
}



.woocommerce div.product form.cart .variations select#esa-member-discount {
	background-color: #b62616 !important;
	opacity: 1;
	color: #fff;
	background-image: none;
}

.entry-content li.woocommerce-MyAccount-navigation-link--user-switching-switch-back {
	display: none;
}

.postid-33366 .woocommerce div.product form.cart .variations label,
.postid-33497 .woocommerce div.product form.cart .variations label,
.postid-33565 .woocommerce div.product form.cart .variations label {
	display: none;
}

.postid-33366 .woocommerce div.product form.cart .reset_variations,
.postid-33497 .woocommerce div.product form.cart .reset_variations,
.postid-33565 .woocommerce div.product form.cart .reset_variations {
	display: none !important;
}

.postid-33366 tbody,
.postid-33497 tbody,
.postid-33565 tbody {
	border-bottom: none;
}

.entry-content form.checkout ul>li {
	list-style-type: none;
}

.profile-row {
	margin-bottom: 15px;

}

/* .woocommerce-cart .variation,
.woocommerce-checkout .wc-item-meta,
.woocommerce-checkout .variation {
	display: none;
} */

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




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

	.wrap,
	.content-sidebar-wrap {
		max-width: 1500px;
	}

}

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


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

	.title-area {
		width: 22%;
	}

	.nav-primary {
		width: 73%;
	}

	.genesis-nav-menu a {
		letter-spacing: 0;
		font-size: 13px;
	}



}





/* NAVIGATION ITEMS TO BE HIDDEN WHEN WIDER THAN 980px */

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

	.top-menu-item .dashicons-admin-users,
	#menu-item-317,
	#menu-item-318,
	#menu-item-7383 {
		display: none;
	}
}




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


	.site-title {
		width: 240px;
		margin: 0 auto;
	}

	.title-area {
		height: 73px;
	}

	.title-area .site-title a {
		height: 70px;
		margin-top: 10px;
	}

	.front-page-1,
	.front-page-3,
	.front-page-5,
	.front-page-7 {
		background-attachment: scroll;
	}


	.home .content-sidebar-wrap {
		max-width: none;
	}


	.home .site-header {
		padding-bottom: 0;
	}

	.front-page .site-header>.wrap {
		border: none;
	}

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



	.full-width-content .content {
		padding: 0;
	}

	.full-width-content img.pull-left {
		margin-left: 0;
	}

	.full-width-content img.pull-right {
		margin-right: 0;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.flexible-widgets.widget-full .widget,
	.flexible-widgets.widget-halves .widget,
	.flexible-widgets.widget-thirds .widget,
	.flexible-widgets.widget-fourths .widget {
		margin: 0 auto 20px;
		width: 100%;
	}

	.image-section h2,
	.solid-section h2 {
		font-size: 60px;
	}

	.front-page-1 .image-section,
	.secondary-nav .front-page-1 .image-section {
		padding-top: 0;
	}

	.genesis-nav-menu a {
		font-size: 13px;
	}

	.top-menu-item {
		display: none;
	}

	.top-menu-item.visible-on-mobile {
		display: block;
	}

	.top-menu-item.visible-on-mobile .topnav-text {
		display: none;
	}

	.title-area {
		margin: 0 auto;
		text-align: center;
		width: 100%;
		float: none;
	}

	.nav-primary {
		float: none;
		clear: both;
		overflow: hidden;
		padding: 0;
		width: 100%;
	}

	#menu-primary-menu.menu {
		margin: 0;
	}


	.front-page .site-inner {
		padding: 0;
	}


	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu {
		display: none;
		float: none;
		padding: 20px 50px;
		background: #ccc;
		text-align: left;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}

	.genesis-nav-menu.responsive-menu li.current-menu-item>a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item>a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		background: #ccc;
		border: none;
		display: block;
		padding: 10px 0;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children>a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu>.menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 "dashicons";
		height: 20px;
		padding: 0;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

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

	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition: opacity .4s ease-in-out;
		-ms-transition: opacity .4s ease-in-out;
		-o-transition: opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition: opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
		padding: 0;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 10px 0;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item>a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item>a:hover,
	.genesis-nav-menu.responsive-menu>li.menu-item-has-children:hover>a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item>a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu>.menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu>li:hover>a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #b62616;
	}

	.genesis-nav-menu .sub-menu {
		border: none;
	}

	.altitude-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}

	.footer-widgets .wrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.front-page-2,
	.front-page-3,
	.front-page-4,
	.front-page-5,
	.front-page-6,
	.front-page-7 {
		border-top: 0;
		margin-top: 0;
	}

	.image-section .flexible-widgets {
		padding-bottom: 80px;
	}

	.solid-section .flexible-widgets {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.bottom-image {
		margin-top: 60px;
		margin-bottom: -80px;
	}

	.top-section .widget-area {
		padding-top: 0;
	}

	.top-section h2 {
		display: none;
	}

	.top-menu-item .dashicons {
		font-size: 20px;
		height: 20px;
		width: 20px;
	}

	.join-esa-text h2 {
		font-size: 30px;
		line-height: 1;
	}

	.home .join-esa-text p {
		font-size: 18px;
		margin: 0 0 10px;
	}

}

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

	.partner-logos {
		flex-wrap: wrap;
	}

	.partner-logos section {
		width: 30%;
	}

	#join-esa .join-esa-text {
		position: relative;
		background: #ba7866;
		padding: 20px;
		margin-top: -10px;
	}

	#top-navigation .search-form input[type="search"] {
		padding: 10px;
	}

	#mission-statement {
		padding: 40px 0;
		font-size: 18px;
	}

	.company-logo {
		float: none;
		padding: 20px 0
	}




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

		#wpadminbar {
			display: none;
		}

		.admin-bar .site-header {
			top: 0;
		}

		.wrap,
		.content-sidebar-wrap {
			max-width: 92%;
		}


		.home .site-header {
			padding-bottom: 0;
		}

		.home .site-inner {
			margin-top: 130px;
		}

		.header-image .site-title>a {
			height: 32px;
		}


		.home .featured-content .widget-wrap {
			display: block;
		}

		#front-page-news .featured-content article {
			width: 100%;
		}

		.image-section h2,
		.solid-section h2 {
			font-size: 40px;
		}

		.home p {
			font-size: 18px;
		}

		.home .site-footer p {
			font-size: 13px;
		}

		#coming-up .flex-parent {
			display: block;
		}

		#coming-up .flex-child {
			width: 100%;
			margin-bottom: 40px;
		}

		#coming-up h3 {
			margin: 20px 0;
		}

		#six-blocks .block-wrap {
			width: 100%;
		}

		#front-page-news .alignleft {
			float: none;
			margin: 0 !important;
		}

		#front-page-news h2 {
			margin: 10px 0;
			text-align: center;
			font-size: 18px;
		}

		#front-page-news .featured-content .entry-meta {
			text-align: center;
			font-size: 14px;
		}

		.solid-section .widget-title {
			padding-bottom: 0;
		}

		.archive .entry-title {
			font-size: 18px;
		}

		.archive .event-date {
			font-size: 16px;
		}

		.footer-widgets-1,
		.footer-widgets-2,
		.footer-widgets-3 {
			float: none;
			width: 100%;
		}

		.front-page-6 .widget .entry {
			width: 100%;
		}

		.page article,
		.archive-description {
			margin-top: 20px;
		}

		.entry-header::after,
		.archive-description::after {
			margin-bottom: 20px;
			padding-bottom: 20px;
		}

		img.alignright {
			float: none;
			margin-left: 0;
		}

		.entry-title,
		.archive-title {
			font-size: 36px;
		}

		p.entry-meta,
		.footer-widgets .widget_nav_menu ul li {
			font-size: 16px;
		}

		.project-image {
			float: none;
			margin: 20px auto;
		}

		.menu {
			flex-direction: column;
		}

		.menu li::after {
			content: '';
			margin: 0;
		}

		.sub-menu {
			margin-left: 20px;
		}

		.alignleft,
		.alignright {
			float: none;
		}

		#menu-item-24065 {
			max-width: none;
		}

		#top-navigation {
			flex-direction: column;
			align-items: flex-end;
		}

		#s-r-m,
		.lightbox-section {
			grid-template-columns: repeat(auto-fill, 48%) !important;
		}

		.lightbox-content {
			padding: 15px;
		}

		.resources-key-element {
			width: 50%;
		}

		.esa-jobs-wrapper {
			grid-template-columns: repeat(auto-fill, 100%);
		}

		.flex-row {
			flex-direction: column;
		}

		.partner-logos section {
			width: 40%;
		}

		.company-logo {
			float: none;
			clear: both;
			margin-top: 0;
		}

	}