/*
Theme Name: Custom Theme by Aurora Tech
Author: Aurora Tech
Author URI: https://goauroratech.com/
Version: 99.0
*/

/*Reset Css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background: #252525;
}
a:focus {
	outline: none;
}
article,
aside,
nav,
section {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
hr {
	border-top: 1px solid #ddd;
	margin: 40px 0;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */

.entry-content th,
.comment-content th {
	background: #f1f1f1;
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	padding: 7px 14px;
	text-transform: uppercase;
	color: #636363;
}

/* Form fields, general styles first */

label {font-weight: 600; font-size: 0.9em;}
button, input, textarea, select {border: 1px solid #aaa; border-radius: 0px; font-family: inherit; margin: 0; padding: 10px; box-sizing: border-box; width: 100%; outline: none;}
textarea {height: 150px;}
input[type="checkbox"], input[type="radio"], input[type="file"], input[type="hidden"], input[type="image"], input[type="color"] {width: auto; border: 0; border-radius: 0; padding: 0;}
input[type="submit"], button[type="submit"] {border: 0; background: #cc0000; color: #fff; font-weight: 500; width: auto; outline: none; padding: 12px 30px; cursor: pointer; transition: .3s; font-size: 15px; font-weight: bold;}

.fluentform .ff-el-group {margin-bottom: 10px!important;}
.ff-el-input--content label {font-weight: normal;}
.ff_payment_summary {overflow: unset!important;}
.ff-payment_summary_component:not(:has(.ff_payment_summary_fallback[style="display: none;"])) {display: none;}
.page-reg table.ffp_table {width: 100%;}
table.input_items_table tr th {text-transform: none; line-height: inherit; background: #f6f6f6; font-weight: 600; color: #333; font-size: 13px; vertical-align: bottom;}
table.input_items_table tr td {font-size: 13px;}

#searchsubmit {background: #00A1E0; border: 0; color: #FFFFFF; min-width: 24%;}

/* Reset non-text input types */

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Responsive images */

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}

/* Make sure videos fit max width of parent container */

embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Images */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	max-width: 100%;
	padding: 4px;
}
.entry-content .gallery:not(:last-child) {margin: 0 0 20px!important;}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #666666;
}
.entry-content dl.gallery-item {
	margin: 0!important;
}
.gallery-item a,
.gallery-caption {
	width: 100%;
	padding: 0 10px 0 0;
	box-sizing: border-box;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	border: 0!important;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation for posts and pages*/

#nav-below {border-top: 5px solid #888; margin: 30px 0 0; padding: 15px; background: #f2f2f2; color: rgba(0,0,0,0);}
#nav-below::after {content: ""; display: block; clear: both;}
#nav-below a:first-of-type {float: left;}
#nav-below a:last-of-type {float: right;}
#nav-below a[title^="« Prev"] {float: left;}
#nav-below a[title^="Next"] {float: right;}

.nav-single {background: #eaeaea; clear: both; overflow: hidden; padding: 12px 15px; font-size: 13px;}
.nav-single h4 {text-align: center;}
.nav-single #ns-next {text-align: right;}
.nav-single .ns-ib {display: inline-block; text-align: center;}
.nav-single a {display: inline-block; background: #fff; border-radius: 50px; padding: 10px 15px; color: #555; text-decoration: none!important; margin: 0 0 3px;}
.nav-single a:hover {box-shadow: 0 4px 10px rgba(0,0,0,0.1);}
.nav-single span {font-size: 12px; letter-spacing: 1px; color: #aaa;}

.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 90.5%;
}
body {
	line-height: 1.4;
	font-size: 16px;
	font-family: "open sans", Arial, sans-serif;
	text-rendering: optimizeLegibility;
	overflow: hidden;
	color: #000;
	background: #f2f2f2;
	padding: 76px 0 0;
	-webkit-transition: .5s;
	transition: .5s;
}
body.home {padding: 0;}
body.scroll {padding: 0;}

a {
	outline: none;
	color: #cc0000;
	text-decoration:none;
	-webkit-transition: .3s;
	transition: .3s;
}
a:hover {
	text-decoration: underline;
}

/* Sidebar */

.widget-area .widget {margin-bottom: 30px;}
.widget-area .widget:last-of-type {margin-bottom: 0;}
.widget-area .widget-title {}
.textwidget p:last-child {margin: 0;}
	
.widget-area .textwidget ul {list-style: disc outside;}
.widget-area .textwidget li {margin-left: 25px;}
.widget-area #s {
	margin-right: -4px;
	width: 67.9999%; /* define a width to avoid dropping a wider submit button */
}

/* Main content area, sticky post styling and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	}
.entry-title a {color: inherit;}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #333;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: inherit;
}
.entry-content h1,
.comment-content h1,
h1,
.entry-content h2,
.comment-content h2,
h2,
.entry-header .entry-title,
.entry-content h3,
.comment-content h3,
h3,
.entry-content h4,
.comment-content h4,
h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 0 0 20px;
	line-height: inherit;
	font-family: Ubuntu;
	font-weight: 500;
}
.entry-content h1,
.comment-content h1,
h1.entry-title,
.archive-title,
.page-title,
.entry-content h2:first-child:not(.reg) {
	font-size: 26px;
}
.entry-content h2,
.comment-content h2,
.mu_register h2,
h2.entry-title {
	font-size: 22px;
	font-weight: 500;
}
.entry-content h2:not(:first-child) {padding-top: 15px;}
h2.center {margin: 0 0 30px;}
.entry-content h3,
.comment-content h3,
h3 {
	font-size: 20px;
}
.entry-content h4,
.comment-content h4,
h4 {
	font-size: 16px;
	line-height: 1.5;
}
.entry-content h5,
.comment-content h5 {
	font-size: 16px;
}
.entry-content h6,
.comment-content h6 {
	font-size: 14px;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p,
p {
	margin: 0 0 20px;
	line-height: inherit;
}
p:last-child {margin: 0;}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 20px;
	line-height: 1.4;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 25px;
}
.entry-content blockquote,
.comment-content blockquote {
	background: #f8f8f8;
	border-left: 4px solid #D6D6D6;
	border-right: 4px solid #D6D6D6;
	border-radius:14px;
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
img.alignleft {margin: 0 15px 10px 0;}
img.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter {
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 15px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content dd,
.comment-content dd {
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	margin: 0 0 20px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	vertical-align: top;
	padding: 0 5px;
}
.blog article {margin: 0 0 30px;}
.blog article::after {content: " "; display: block; clear: both;}
.blog article .read-more {display: block; margin: 10px 0 0;}
.blog article p {line-height: 1.3;}
.single img.attachment-post-thumbnail {float: right; margin-left: 15px; max-width: 45%; height: auto;}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}

.entry-meta > span a {
	color: #333333;
    padding: 2px;
	text-decoration:none;
}


/* =Archives
-------------------------------------------------------------- */

.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}

/* =Comments
changed article header
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
float:left;
	margin: 0 15px 0 15px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 45px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 10px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: relative;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 30px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}

/* Below title meta styling */

.below-title-meta{color:#aaa; font-size: 12px; margin: 0 0 20px;}
.below-title-meta a{color: inherit; text-decoration:none;}

/* Minimum width of 850pixels. */
@media screen and (min-width: 850px) {

	.site {
		margin: 0 auto;
		max-width: 1150px;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
		margin: 0;
	}

/* NAV MENU DEFAULTS */

.themonic-nav {text-align: center; float: right;}
.themonic-nav ul {margin: 0; padding: 0; text-indent: 0;}
.themonic-nav li {display: inline-block; position: relative; -webkit-transition: .3s; transition: .3s;}
.themonic-nav li a {text-decoration: none; display: block;}
.themonic-nav .sub-menu {position: absolute; top: 100%; left: 0; z-index: 10; text-align: left; -webkit-transition: .5s; transition: .5s;}
.themonic-nav .sub-menu .sub-menu {left: 100%; top: 0; -webkit-transform: none; transform: none;}

/* NAV MENU CUSTOMIZATIONS */

.themonic-nav .nav-menu > li {padding: 0 8px;}
.themonic-nav .nav-menu > li:last-of-type {padding-right: 0;}
.themonic-nav .nav-menu > li > a {line-height: 75px; font-family: Ubuntu; color: #888; font-weight: bold; font-size: 15px; -webkit-transition: .5s; transition: .5s;}
.home .themonic-nav .nav-menu > li > a {color: #fff;}
.themonic-nav li.menu-item-has-children > a::after {content: "\f078"; font-family: FontAwesome; font-size: 8px; font-weight: normal; margin: 0 0 0 5px; position: relative; top: -3px;}
.themonic-nav .nav-menu > li > a:hover {color: #cc0000;}

.themonic-nav .nav-menu > li.current-menu-item > a {color: #cc0000;}

.themonic-nav .sub-menu {max-height: 0; overflow: hidden; background: #1c1c1c; transition: .6s;}
.themonic-nav .nav-menu li:hover > .sub-menu {max-height: 450px; padding: 5px 0;}
.themonic-nav .sub-menu > li {display: block;}
.themonic-nav .sub-menu > li > a {background: #1c1c1c; color: #ccc; font-size: 13px; line-height: 1.4; padding: 8px 10px; width: 175px;}
.themonic-nav #menu-item-618 .sub-menu > li > a {width: 225px; white-space: break-spaces;}
.themonic-nav .sub-menu > li > a:hover {background: #cc0000; color: #fff;}

.themonic-nav .sub-menu > li.current-menu-item > a,
.themonic-nav .sub-menu > li.current-menu-item > a:hover {color: #fff;}

.themonic-nav .sub-menu .sub-menu > li > a {background: #e9e9e9;}
.themonic-nav .sub-menu .sub-menu > li > a:hover {background: #ddd;}

}

#page-wrap {padding: 0 15px;}
.home #page-wrap {display: none;}
#main {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.site-content {margin: 0; padding: 40px 0;  box-sizing: border-box; flex-grow: 1;}
.widget-area {margin: 0 0 0 25px; padding: 40px 0 40px 25px; width: 30%; box-sizing: border-box; flex-shrink: 0;}
.flex ul:last-child {margin-bottom: 0;}

:is(a[href$=".jpg"], a[href$=".jpeg"], a[href$=".png"], a[href$=".gif"], a[href$=".webp"]):not(.fancybox-content a) {cursor: zoom-in;}
.compensate-for-scrollbar {margin: 0!important;}
.fancybox-content-wrap {display: none;}
.fancybox-slide--html .fancybox-content {max-width: 750px; max-height: 75vh; min-height: 300px;}
.fancybox-content:has(iframe[src*="youtube.com"], iframe[src*="vimeo.com"]) {height: auto !important; aspect-ratio: 1.78;}
.fancybox-content iframe[src*="youtube.com"], .fancybox-content iframe[src*="vimeo.com"] {aspect-ratio: 1.78; width: 100%; height: auto;}

img {max-width: 100%;}

a.assistive-text {display: none;}
.excerpt-dash {display: none;}

#aurora-nav-btn {padding: 10px 0 5px; position: absolute; right: 10px; top: 25px; transform: translate(0,-50%);}
.anb-line {border-color: #fff;}
#aurora-mobile-menu {background: #181818;}

.limit {max-width: 1150px; margin: 0 auto;}
.limit-sm {max-width: 750px; margin: 0 auto;}
.clear {clear: both;}
.center {text-align: center;}
.right {float: right; margin-left: 15px;}
img.right {max-width: 45%;}
.left {float: left; margin-right: 15px;}
img.left {max-width: 45%;}
.space li {margin-bottom: 15px;}
.flex {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.entry-content .flex:not(:last-child) {margin-bottom: 20px;}
.flex.rows {flex-flow: row wrap; width: 102%; margin-left: -1%;}
.flex.rows.p1 {flex-flow: row wrap; width: 103%; margin-left: -1.5%;}
.flex.rows.p2 {flex-flow: row wrap; width: 104%; margin-left: -2%;}
.flex.rows.p3 {flex-flow: row wrap; width: 105%; margin-left: -2.5%;}
.flex.rows.p4 {flex-flow: row wrap; width: 106%; margin-left: -3%;}
.flex.rows.p5 {flex-flow: row wrap; width: 107%; margin-left: -3.5%;}
.flex.rows.p6 {flex-flow: row wrap; width: 108%; margin-left: -4%;}
.flex.middle {-webkit-align-items: center; align-items: center;}
.flex.bottom {-webkit-align-items: flex-end; align-items: flex-end;}
.sub-cols > div,
.sub-col {display: flex; flex-flow: column; justify-content: space-between;}
.sub-cols > div > div:not(:last-child),
.sub-col > div:not(:last-child) {margin: 0 0 20px;}
.flex > * {flex-grow: 1; box-sizing: border-box; margin: 0 1%;}
.flex.rows > * {margin-bottom: 30px!important;}
.flex.f1 > * {flex: 1;}
.flex.f4 > * {width: 23%;}
.flex .f0 {flex-grow: 0; flex-shrink: 0;}
.flex .f34 {width: 73%; margin: 0 1%;}
.flex .f23 {width: 64.66%; margin: 0 1%;}
.flex .f2 {width: 48%; margin: 0 1%;}
.flex .f3 {width: 31.33%; margin: 0 1%;}
.flex .f4 {width: 24%; margin: 0 0.5%;}
.flex .f5 {width: 19%; margin: 0 0.5%;}
.flex.p1 > * {padding: 0 0.5%;}
.flex.p2 > * {padding: 0 1%;}
.flex.p3 > * {padding: 0 1.5%;}
.flex.p4 > * {padding: 0 2%;}
.flex.p5 > * {padding: 0 2.5%;}
.flex.p6 > * {padding: 0 3%;}
.flex:not(.rows).p1 > *:first-of-type, .flex:not(.rows).p2 > *:first-of-type, .flex:not(.rows).p3 > *:first-of-type, .flex:not(.rows).p4 > *:first-of-type, .flex:not(.rows).p5 > *:first-of-type, .flex:not(.rows).p6 > *:first-of-type {padding-left: 0;}
.flex:not(.rows).p1 > *:last-of-type, .flex:not(.rows).p2 > *:last-of-type, .flex:not(.rows).p3 > *:last-of-type, .flex:not(.rows).p4 > *:last-of-type, .flex:not(.rows).p5 > *:last-of-type, .flex:not(.rows).p6 > *:last-of-type {padding-right: 0;}
.flex:not(.rows) > *:first-of-type {margin-left: 0;}
.flex:not(.rows) > *:last-of-type {margin-right: 0;}
.abs-left {position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.abs-right {position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.abs-center {position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.mb50 {margin-bottom: 50px!important;}

a.button, input[type="submit"] {display: inline-block; text-transform: uppercase; font-weight: 600; text-decoration: none; background: #cc0000; color: #fff; padding: 10px 25px; border: 1.5px solid #cc0000; font-size: 80%;}
a.button:hover, input[type="submit"]:hover {background: #fff; color: #cc0000;}
.lines {text-align: center; overflow: hidden;}
.pad {padding: 30px 0;}
.big {font-size: 20px; margin: 0 0 20px;}
.shaded {background: #ebebeb; padding: 30px; margin: 0 0 20px;}
.shaded2 {background: #fff; padding: 30px; margin: 0 0 20px;}
.big-red {font-size: 50px; color: #cc0000; font-weight: 600;}
.stars li {list-style: none; position: relative; margin: 0 0 20px; padding: 0 0 0 45px;}
.team {background: #fff; box-shadow: 3px 3px 5px rgba(0,0,0,0.1); padding: 20px; margin: 0 0 30px;}
img.circle {border-radius: 700px;}
.fa.ico {display: block; width: 110px; line-height: 110px; position: relative; border-radius: 150px; background: #e6e6e6; position: relative; font-size: 30px; color: #cc0000; margin: 0 auto 20px; text-decoration: none; -webkit-transition: .3s; transition: .3s;}
.small {font-size: 13px;}
.border, .border2 {border-left: 4px solid #cc0000; padding: 0 0 0 20px; margin: 0 0 20px;}
.border2 {border-color: #492795;}
.border:last-child, .border2:last-child {margin: 0;}
.red {color: #cc0000;}
.purple {color: #492795;}
a.link {display: inline-block; color: #000; font-weight: 600; border-bottom: 1px solid #cc0000; padding: 0 0 5px; text-decoration: none;}
a.link:hover {color: #cc0000;}
.grid {display: flex; gap: 30px; flex-flow: row wrap;}
.grid > div {width: calc(33.33% - 20px); background: #fff; padding: 20px; box-sizing: border-box; border-radius: 6px; box-shadow: 3px 5px 10px rgba(0,0,0,0.05);}

.limit-sm {max-width: 750px; margin: 0 auto;}
.limit-xsm {max-width: 550px; margin: 0 auto;}
.shaded:last-child, .shaded2:last-child {margin-bottom: 0;}
.lines span {position: relative; display: inline-block;}
.lines span::before {content: ""; position: absolute; left: -2020px; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%); width: 2000px; height: 1px; border-top: 1px solid rgba(200,50,25,.35); border-bottom: 1px solid rgba(200,50,25,.35);}
.lines span::after {content: ""; position: absolute; right: -2020px; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%); width: 2000px; height: 1px; border-top: 1px solid rgba(200,50,25,.35); border-bottom: 1px solid rgba(200,50,25,.35);}
.big-red .counter {display: inline;}
.stars li::before {content: "\f005"; font-family: "FontAwesome"; color: #cc0000; position: absolute; left: 0; top: -10px; font-size: 35px;}
.stars li h3 {margin: 0 0 10px;}
.team.flex {background: none; box-shadow: none; padding: 0; margin-bottom: 30px!important;}
.team.flex > div, .team:not(.flex) {background: #fff; padding: 20px; box-shadow: 3px 3px 5px rgba(0,0,0,0.1);}
.team.rows > div {flex-grow: 0; flex-shrink: 0;}
.team h3, .team-single h3 {margin: 0 0 5px; font-weight: 400; font-size: 22px;}
.fa.ico::after {content: ""; width: 108px; height: 108px; display: block; border: 1px solid #e6e6e6; border-radius: 150px; position: absolute; left: 0px; top: 0px; -webkit-transition: .3s; transition: .3s;}
.fa.ico:hover {background: #cc0000; color: #fff;}
.fa.ico:hover::after {content: ""; width: 120px; height: 120px; display: block; border: 1px solid #cc0000; border-radius: 150px; position: absolute; left: -6px; top: -6px;}
.entry-content .pad:first-child {padding-top: 0;}
.team .big-red {margin: 0 0 20px;}
.t-small {font-size: 14px; line-height: 1.6;}
.team-single {background: #fff; padding: 20px; box-shadow: 0 5px 20px rgb(0 0 0 / 8%); font-size: 14px; line-height: 1.6;}
.team-single .f23, .team-single .f34 {padding: 0 15px;}
.team-single .f3, .team-single .f4 {text-align: center; position: relative;}
.team-single .f3 img, .team-single .f4 img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; max-height: 350px;}
.move input[type="submit"] {border-color: #492795; background: #492795;}
.move input[type="submit"]:hover {color: #fff; background: #cc0000; border-color: #cc0000;}

#header {position: fixed; left: 0; top: 0; width: 100%; z-index: 99; padding: 0 15px; box-sizing: border-box; background: #fff; min-height: 57px; -webkit-transition: .5s; transition: .5s;}
.home #header {background: #000;}
#header .limit {position: relative;}
#logo {line-height: 0; width: 165px; height: 40px;}
.home #logo {transition: .5s;}
.home #logo {background: url(//spart-dev.goauroratech.com/wp-content/uploads/spartans-pe-logo-w.png) no-repeat 0 0 / contain; -webkit-transition: .5s; transition: .5s;}
.home #logo img {opacity: 0;}

#site-links.flex > div {margin: 0; white-space: nowrap;}
#sl-links {border-left: 2px solid #fff; margin: 0 0 0 12px!important; padding: 8px 0 8px 15px; -webkit-transition: .3s; transition: .3s;}
.home #sl-links {border-color: #aaa;}
.home.scroll #sl-links {border-color: #fff;}
#sl-links a {font-weight: bold; text-decoration: none;}

.scroll #header {background: #fff; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);}
.scroll.home #logo {background-image: url(//spart-dev.goauroratech.com/wp-content/uploads/spartans-pe-logo.png); opacity: 1;}
.scroll .themonic-nav .nav-menu > li > a {line-height: 54px; opacity: 1; color: #888;}
.scroll .themonic-nav .nav-menu > li > a:hover {color: #cc0000;}

#banner {width: 100%; /* background: url(//spart-dev.goauroratech.com/wp-content/uploads/spartans-banner2.jpg) no-repeat center center / cover; */ height: 80vh; min-height: 650px; position: relative;}
#banner:after {content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3);}
#b-over {width: 100%; text-align: center; top: 64%;}
#bo-head1 {font-family: Ubuntu; color: #fff; font-size: 55px; font-weight: bold; margin: 0;}
#bo-head2 {font-family: Ubuntu; color: #fff; font-size: 30px; font-weight: bold; margin: 0 0 25px;}
#banner .button {border: 0; padding: 15px 30px; font-size: 100%; max-width: calc(100% - 120px);}
img.banner-badge {width: 150px;}
#b-over2 {position: absolute; z-index: 2; left: 0; bottom: 30px; width: 100%; color: #fff; font-family: Oswald; font-weight: bold; text-align: center; font-size: 40px;}
#b-over3 {position: absolute; z-index: 2; left: 0; top: 120px; width: 100%; text-align: center;}

.banner-slider {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.banner-slider :is(.slick-list, .slick-track) {height: 100%;}
.banner-slider img {height: 100%; width: 100%; object-fit: cover;}

#accent-bar {/*background: #cc0000;*/ background: #c00060; padding: 20px; color: #fff; font-family: 'Oswald'; font-weight: bold; text-align: center; font-size: 34px;}

.home-head1 {font-size: 28px; font-family: Ubuntu; font-weight: 500;}

#stats {padding: 11px 15px; background: #cc0000; color: #fff; position: relative; z-index: 2; font-family: 'Ubuntu';}
#stats .s-num {font-size: 32px; font-weight: 600; line-height: 1;}
#stats .s-label {font-size: 16px;}

#sponsors-bar {background: #000; color: #fff; padding: 30px 15px; position: relative; z-index: 2;}
#sponsors-bar .limit {max-width: 900px;}
#sponsors-bar .flex {flex-flow: row wrap; justify-content: center; gap: 25px 50px;}
#sponsors-bar .sb-label {width: 100%; text-align: center;}
#sponsors-bar .flex > div {margin: 0;}
#sponsors-bar .flex > div:not(.sb-label) {flex-grow: 0;}
#sponsors-bar img {max-width: 200px; max-height: 47px;}

#mods {padding: 50px 15px; background: #fff; position: relative; z-index: 2;}
#mods a {text-decoration: none;}
#mods .m-circ {width: 90px; height: 90px; position: relative; border-radius: 150px; background: #f2f2f2; position: relative; font-size: 30px; color: #cc0000; margin: 0 auto 20px; -webkit-transition: .3s; transition: .3s;}
#mods .m-circ::after {content: ""; width: 89px; height: 89px; display: block; border: 1px solid #f2f2f2; border-radius: 150px; position: absolute; left: -1px; top: -1px; -webkit-transition: .3s; transition: .3s;}
#mods .m-label {font-family: Ubuntu; font-size: 18px; color: #cc0000;}
#mods .flex > a:hover .m-circ {background: #cc0000; color: #fff;}
#mods .flex > a:hover .m-circ::after {content: ""; width: 100px; height: 100px; display: block; border: 1px solid #cc0000; border-radius: 150px; position: absolute; left: -6px; top: -6px;}

.sect {padding: 50px 15px; background: #f2f2f2; position: relative; z-index: 2;}
#about h1 {font-size: 28px;}

.home .entry-content h2:first-child {font-size: 28px;}
.video-wrap {position: relative; padding: 56.25% 0 0; width: 100%;}
.video-wrap iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

#latest {background: #f2f2f2; padding: 50px 15px 20px;}
#latest .home-head1 {margin: 0 0 35px;}
article.type-post:not(:last-child) {margin-bottom: 40px;}
.announcement .a-date {color: #676767; font-family: Ubuntu; text-transform: uppercase; text-align: center; font-size: 18px; border-right: 1px solid #ddd; padding: 8px 18px 0 0; line-height: 1.1;}
.announcement .ad-day {font-size: 30px; font-weight: 600;}
.announcement .a-post h3 {font-family: Ubuntu; font-size: 26px; margin: 0 0 8px;}
.announcement .a-post h3 a {color: #cc0000; text-decoration: none;}
.announcement .a-post h3 a:hover {color: #333;}
.announcement .ap-excerpt {margin: 0 0 15px;}
.announcement .ap-excerpt .read-more {display: none;}
.announcement .ap-more a {display: inline-block; text-transform: uppercase; font-weight: 600; text-decoration: none; background: #333; color: #fff; padding: 5px 12px; font-size: 80%;}
.announcement .ap-more a:hover {background: #cc0000;}

.blog .announcement {margin: 0 0 50px;}

#buy {padding: 50px 15px; background: #fff;}
#buy .home-head1 {margin: 0 0 40px;}
.ec-page-title {display: none;}
#buy .ec-footer {display: none;}
.grid__sort {display: none;}

#footer {background: #000; padding: 20px 15px; color: #777; font-size: 12px;}
#footer #f-copy span, #footer #f-cred a {color: #bbb;}
#footer .flex > div:last-of-type {text-align: right;}
#f-soc {text-align: center; font-size: 25px;}
#f-soc > a, #f-soc > i {display: inline-block; vertical-align: middle; padding: 0 10px; color: #bbb;}
#fs-f:hover {color: #395693;}
#fs-t:hover {color: #52A7E7;}
#fs-i:hover {color: #8E4BC3;}
#fs-s:hover {color: #F7F301;}
#fs-y:hover {color: #F60002;}

.ssbp-wrap {text-align: center; background: #fff!important; border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; padding: 15px 0!important; margin: 30px 0;}
.ssba > div {text-align: inherit!important;}
.ssba-share-text {font-size: 0;}
.ssba-share-text::after {content: "Share this announcement on..."; font-size: 20px; font-family: Ubuntu;}

#inner-banner {padding: 0 15px;}
#inner-banner.ib-hide {display: none;}
#inner-banner .limit {padding: 40px 0; border-bottom: 1px solid #ddd;}
#inner-banner h1 {font-size: 28px; display: inline; line-height: 1;}
#ib-sub {font-family: Ubuntu; font-size: 20px; color: #999;}
#inner-banner.has-img #ib-sub {color: #ccc;}

#inner-banner.has-img .limit {padding: 150px 0; border: 0;}
#inner-banner.has-img h1 {display: block; margin: 0 0 10px; color: #fff; font-size: 40px;}
#inner-banner.ib-colored {background: #cc0000; color: #fff; text-align: center;}
#inner-banner.ib-colored .limit {border: 0;}
#inner-banner.ib-colored h1 span {font-size: 120%;}

#mods2 {padding: 30px 0 0;}
#mods2 .flex > div {margin-bottom: 40px!important; text-decoration: none;}
#mods2 .m-circ {display: block; width: 110px; height: 110px; position: relative; border-radius: 150px; background: #e6e6e6; position: relative; font-size: 30px; color: #cc0000; margin: 0 auto 20px; text-decoration: none; -webkit-transition: .3s; transition: .3s;}
#mods2 .m-circ::after {content: ""; width: 109px; height: 109px; display: block; border: 1px solid #e6e6e6; border-radius: 150px; position: absolute; left: -1px; top: -1px; -webkit-transition: .3s; transition: .3s;}
#mods2 .m-label {font-family: Ubuntu; font-size: 22px; margin: 0 0 10px;}
#mods2 .m-label a {color: #cc0000; text-decoration: none;}
#mods2 .m-desc {text-align: left; margin: 0 0 15px;}
#mods2 .m-button a {display: inline-block; background: #777; color: #fff; text-transform: uppercase; font-size: 90%; padding: 8px 15px; border-radius: 3px; text-decoration: none;}
#mods2 .m-button a:hover {background: #cc0000;}
#mods2 .flex > div:hover .m-circ {background: #cc0000; color: #fff;}
#mods2 .flex > div:hover .m-circ::after {content: ""; width: 120px; height: 120px; display: block; border: 1px solid #cc0000; border-radius: 150px; position: absolute; left: -6px; top: -6px;}

.widget_nav_menu li {list-style: none; margin: 0!important;}
.widget_nav_menu li a {color: #888; display: block; padding: 8px 5px; text-decoration: none; border-bottom: 1px solid #ddd;}
.widget_nav_menu li a:hover {background: #eaeaea;}
.widget_nav_menu .sub-menu li a {padding: 3px 5px 3px 20px; font-size: 80%;}
.widget_nav_menu li.current-menu-item > a {color: #cc0000; font-weight: bold;}

.icon {max-width: 550px; margin: 0 auto!important;}
.icon .i-ico {margin-right: 30px; overflow: hidden; padding: 0 0 35px;}
.icon i.fa {background: #cc0000; color: #fff; line-height: 65px; width: 65px; text-align: center; border-radius: 100px; border: 3px solid #fff; box-shadow: 0 3px 2px rgba(0,0,0,0.1); font-size: 30px; position: relative;}
.icon i.fa::after {content: ""; position: absolute; left: 50%; top: 70px; width: 4px; height: 200px; background: #ccc;}
.icon .i-text {padding: 0 0 35px;}
.icon h3 {margin: 0 0 5px;}
.entry-content .icon:last-of-type i.fa::after {content: none;}

.entry-content h3 > a {color: #cc0000; text-decoration: none;}

#make-payment h2 {padding: 0;}
#tuition-payment .gwt-InlineLabel {font-size: 0!important; display: inline-block;}
#tuition-payment .gwt-InlineLabel::after {content: "$"; font-size: 24px;}
#tuition-payment .ecwid-btn {font-size: 0!important; line-height: 1.4!important;}
#tuition-payment .ecwid-btn::after {content: "Pay Now"; font-size: 16px;}
.ec-footer {display: none;}
.ecwid-paymentPaypal img {display: none!important;}

.paypal-label {font-size: 13px;}

#menu-item-292 > a {background: #cc0000; color: #fff; padding: 0 10px 3px;}
.home #menu-item-292 > a {background: none; color: #cc0000; opacity: 1;}
.scroll.home #menu-item-292 > a {background: #cc0000; color: #fff;}

iframe#join-form {display: inline-block;}
.tt-widget-inline {text-align: left!important;}

.tt-widget {width: calc(100% + 80px); margin: 0 0 0 -40px;}

.collapseomatic {background-position: left 5px;}
.collapseomatic_content {margin: 0;}

.prp #menu-item-292 > a {background: #492795;}
.prp .themonic-nav .nav-menu > li > a:hover {color: #492795;}
.prp .themonic-nav .nav-menu > li.current-menu-item > a {color: #492795;}
.prp .themonic-nav .sub-menu > li > a:hover {background: #492795;}
.prp .themonic-nav .sub-menu > li.current-menu-item > a {background: #492795; color: #fff;}
.prp a.button, .prp input[type="submit"] {background-color: #492795; border-color: #492795; color: #fff;}
.prp .widget_nav_menu li.current-menu-item > a {color: #492795;}
.prp .entry-content a:not(.button) {color: #492795;}
.prp .big-red {color: #492795;}
.prp #sl-links a {color: #492795;}

.ec-Product-546625860 button.ecwid-btn--primary {background: #492795!important; border-radius: 0!important; box-shadow: none!important;}
.ec-Product-546625860 button.ecwid-btn--primary span {font-size: 0; line-height: 2;}
.ec-Product-546625860 button.ecwid-btn--primary span:after {content: "Sponsor Now"; font-size: 13px; text-transform: uppercase; font-weight: 600;}
.product-details__description .product-details-module__title.ec-header-h6 {font-size: 0!important;}
.product-details__description .product-details-module__title.ec-header-h6:after {content: "Details"; font-size: 16px;}
.details-product-option--Member0027s-Name-0028optional0029 .details-product-option__title:after {content: "If a corps member is associated with this donation, please list their name."; display: block; font-size: 13px; font-weight: 400; padding: 10px 0; color: #666;}
.details-product-option--Corps-Alumni-0028optional0029 .details-product-option__title:after {content: "Please indicate which corps this donation is from."; display: block; font-size: 13px; font-weight: 400; padding: 10px 0; color: #666;}

.details-product-option--Shirt-Size.details-product-option--select .details-product-option__title:after {content: "Donations of $500 or above receive a T shirt!"; display: block; font-size: 13px; font-weight: 400; padding: 10px 0; color: #666;}


/* Ecwid product popup */
.popupContent .ecwid-productBrowser-ProductPage-546625860 .details-gallery__images {display: none!important;}
.popupContent .ecwid-productBrowser-ProductPage-546625860 .details-gallery__thumbs {flex-flow: row wrap!important;}
.popupContent .ecwid-productBrowser-ProductPage-546625860 .details-gallery__thumbs > .details-gallery__thumb {flex: auto!important; width: 50%!important; max-width: none!important;}
.popupContent .ecwid-productBrowser-ProductPage-546625860 .details-gallery__thumbs > .details-gallery__thumb .details-gallery__thumb-spacer {padding: 100% 0 0!important;}
.popupContent .ecwid-productBrowser-ProductPage-546625860 .details-gallery__thumbs > .details-gallery__thumb .details-gallery__thumb-img::after {content: none!important; display: none!important;}
.ecwid-productBrowser-ProductPage-546625860 .details-product-purchase__place {display: none;}

#menu-item-1636 > a {color: #cc0000; font-weight: bold; font-size: 16px; background: url(//spart-dev.goauroratech.com/wp-content/uploads/ico-cart-r.svg) no-repeat left center / 18px auto; padding: 0 0 0 26px;}
.home:not(.scroll) #menu-item-1636 > a {color: #fff; background-image: url(//spart-dev.goauroratech.com/wp-content/uploads/ico-cart-w.svg);}

.equipments {display: flex; flex-flow: row wrap; gap: 30px; width: 1150px; max-width: 100%;}
.equipment {width: calc(33.33% - 20px); background: #fff; padding: 15px; box-sizing: border-box; box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);}
.eq-img img {width: 100%; aspect-ratio: 5 / 4; object-fit: cover;}
.eq-img-placeholder {aspect-ratio: 5 / 4; margin: 0 0 46px; background: #f2f2f2;}
.eq-block h3 {margin: 0;}
.eq-info {font-size: 14px; background: #f2f2f2; padding: 12px;}
.eq-info > div:not(:last-child) {margin: 0 0 5px;}
.eq-desc {font-size: 14px; padding: 20px 0 0; max-height: 200px; overflow-y: auto;}
.eq-desc p:not(:last-child) {margin: 0 0 12px;}

ul.slick-dots {list-style: none; display: flex; justify-content: center; gap: 8px;}
ul.slick-dots:has(li:only-child) {opacity: 0;}
.slick-dots li {margin: 0;}
.slick-dots button {margin: 0; font-size: 0; background: #333; width: 8px; height: 8px; padding: 0; border-radius: 20px; border: 4px solid #ddd; box-sizing: content-box; transition: .3s; cursor: pointer;}
.slick-dots li.slick-active button {border-color: #333;}

.sq-store {position: relative; left: 50%; transform: translate(-50%,0); width: 100vw; padding: 300% 0 0; overflow: hidden;}
.sq-store iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

.sponsors-logos {display: flex; flex-flow: row wrap; align-items: center; justify-content: center; gap: 40px;}
.sponsors-logos img {mix-blend-mode: darken; max-width: 180px; max-height: 100px;}
.sponsors-names {border-left: 1px solid #ccc; padding-left: 40px; text-align: center; line-height: 1.6; font-style: italic; font-size: 110%;}

.team-grid {display: flex; flex-flow: row wrap; gap: 30px;}
.team-grid-member {width: calc(33.33% - 20px); display: flex; gap: 20px; background: #fff; padding: 20px; box-sizing: border-box; box-shadow: 3px 5px 10px rgba(0,0,0,0.05); border-radius: 6px; align-items: center;}
.tmg-img {width: 120px; height: 120px; position: relative; border-radius: 200px; overflow: hidden; flex-shrink: 0; flex-grow: 0; line-height: 0;}
.tmg-img img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.tmg-txt h4 {font-size: 18px; line-height: 1.2; margin: 0 0 15px;}
.tmg-loc {margin: -15px 0 15px; font-size: 13px; font-weight: 600;}
.tmg-title {font-size: 13px; font-weight: 600;}
.tmg-link {margin: 10px 0 0;}
.tmg-link a {display: inline-block;text-decoration: none;color: #000;font-weight: 600;font-size: 13px;border-bottom: 1px solid #cc0000;padding: 0 0 2px;}
.tmg-link a:hover {color: #cc0000;}

table.team-list {width: auto; margin-left: 20px; font-size: 15px;}
.team-list td {padding: 8px 15px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;}
.team-list td:first-child {padding-left: 5px; width: 175px;}
.team-list td:last-child {padding-right: 5px;}

.tp-img {line-height: 0; position: relative; width: 150px; height: 150px; border-radius: 200px; overflow: hidden; margin: 0 auto 20px;}
.tp-img img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.team-pop h4 {text-align: center; font-size: 22px;}
.tp-title {text-align: center; margin: -20px 0 25px; font-weight: bold;}
.team-pop ul {list-style: disc outside; margin: 0 0 20px 18px;}

.sswp-product {border: 0; border-radius: 0; box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08); font-size: inherit;}
.sswp-product-image {border-radius: 0;}
.sswp-product-price, .sswp-cart-item span, .sswp-cart-note, .sswp-empty {font-size: inherit;}

@media screen and (max-width : 1040px){
	body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content {padding: 40px 0; box-sizing: border-box;}
	.flex.rows {width: 100%; margin-left: 0;}
	#bo-head1 {font-size: 45px;}
	#inner-banner.has-img .limit {padding: 100px 0;}
	#inner-banner.has-img.taller .limit {padding: 120px 0;}

	.team-grid-member {width: calc(50% - 15px);}
}
@media screen and (max-width : 850px){
	.themonic-nav {display: none;}
	body {padding: 50px 0 0;}
	#main {display: block;}
	.site-content {padding: 30px 0;}
	.widget-area {width: 100%; margin: 0; padding: 0 0 30px;}

	#logo {margin: 8px 0 0;}

	#bo-head1 {font-size: 36px;}
	#bo-head2 {font-size: 26px;}
	#banner .button {padding: 12px 20px;}
    img.banner-badge {width: 130px;}
	#accent-bar {font-size: 32px;}

	#stats .s-num {font-size: 50px;}
	#stats .s-label {font-size: 20px;}

	#sponsors-bar img {max-width: 160px; max-height: 40px;}

	.fancybox-content:has(iframe[src*="youtube.com"], iframe[src*="vimeo.com"]) {width: 100%!important;}

	.products.columns-4 > li {width: calc(33.33% - 20px) !important;}

    form.checkout.woocommerce-checkout {flex-flow: column;}
    #customer_details {width: 100%;}
    #order_review {width: 100%;}
    
	.equipment {width: calc(50% - 15px);}
}
@media screen and (max-width : 720px){
	.fbreak1 {display: block!important; margin-left: 0; width: 100%; box-sizing: border-box;}
	.flex.fbreak1.p1 > *, .flex.fbreak1.p2 > *, .flex.fbreak1.p3 > *,
	.flex.fbreak1.p4 > *, .flex.fbreak1.p5 > *, .flex.fbreak1.p6 > * {padding: 15px 0;}
	.fbreak1 > * {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak1 > *.m0, .fbreak1 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak1 > :last-of-type {margin: 0!important;}
	.f4-break {flex-flow: row wrap;}
	.f4-break > * {width: 48%!important; flex: auto!important; margin: 0 1% 15px!important;}
	.fbreak1.fb-rev {display: flex !important; flex-flow: column-reverse; gap: 30px;}

    #b-over3 {top: 95px; line-height: 1.2;}
	#bo-head1 span {display: block;}
	#bo-head2 {font-size: 23px;}
	#banner .button {padding: 10px 16px;}
	#accent-bar {font-size: 28px;}

	#stats .s-num {font-size: 44px;}
	#stats .s-label {font-size: 17px;}

	#footer {text-align: center;}
	#footer .flex > div:last-of-type {text-align: center;}

	#inner-banner .limit {padding: 30px 0;}
	#inner-banner h1 {font-size: 26px; display: block;}
	#inner-banner.has-img h1 {font-size: 30px;}
	#ib-sub {font-size: 18px;}

	.announcement .a-post h3 {font-size: 24px; line-height: 1.1; margin: 0 0 12px;}

	.team-single .f3 img, .team-single .f4 img {position: static; width: auto; max-width: 100%;}

	.team-grid-member {width: 100%;}
	.team-list td:first-child {width: auto;}

	ul.products {gap: 20px;}
	.products.columns-4 > li {width: calc(33.33% - 14px) !important;}

	.grid > div {width: calc(50% - 15px);}
}
@media screen and (max-width : 575px){
	body {font-size: 15px;}
	.site-content {padding: 30px 0;}
	.single img.attachment-post-thumbnail {float: none!important; display: block; margin: 0 auto 15px!important; max-width: 100%;}
	.nav-single, .nav-single #ns-next {text-align: center;}
	.nav-single span {display: none;}
	.nav-single .ns-ib {display: inline;}
	.right, .left {float: none; display: block; margin: 0 auto 15px;}
	img.right, img.left {max-width: 100%;}
	.fbreak2 {display: block!important; margin-left: 0; width: 100%;}
	.flex.fbreak2.p1 > *, .flex.fbreak2.p2 > *, .flex.fbreak2.p3 > *,
	.flex.fbreak2.p4 > *, .flex.fbreak2.p5 > *, .flex.fbreak2.p6 > * {padding: 15px 0;}
	.fbreak2 > * {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak2 > *.m0, .fbreak2 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak2 > :last-of-type {margin: 0!important;}
	.f4-break.fbreak2 > *:nth-of-type(3) {margin-bottom: 15px!important;}
	.entry-content h1, .comment-content h1, h1.entry-title, .archive-title, .page-title, .entry-content h2:first-child {font-size: 22px;}
	.entry-content h2, .comment-content h2, .mu_register h2, h2.entry-title {font-size: 18px;}
	.fbreak2.fb-rev {display: flex !important; flex-flow: column-reverse; gap: 30px;}

	.big {font-size: 18px;}
	.big-red {font-size: 40px;}

	#banner {min-height: 500px;}
	#bo-head2 {font-size: 20px;}
	#banner .button {font-size: 13px;}
    img.banner-badge {width: 105px;}
	#accent-bar {font-size: 22px;}

	#stats {padding: 30px 15px;}
	#stats .s-num {font-size: 38px;}
	#stats .s-label {font-size: 14px;}

	#sponsors-bar img {max-width: 145px; max-height: 36px;}

	#about img {max-width: 200px;}

	.home-head1 {font-size: 26px;}

	#inner-banner h1 {font-size: 24px;}
	#inner-banner.has-img .limit {padding: 60px 0;}
	#inner-banner.has-img.taller .limit {padding: 68px 0;}
	#inner-banner.has-img h1 {font-size: 26px;}
	#ib-sub {font-size: 16px;}

	.announcement .ap-thumb img {margin: 0 0 15px;}

	.ssba-share-text::after {font-size: 16px;}

	.team h3 {font-size: 20px;}

	iframe#join-form {height: 450px;}

	table.team-list {margin-left: 10px; font-size: 14px;}
	.team-list td {padding: 8px;}

	.products.columns-4 > li {width: calc(50% - 10px) !important;}
	h2.woocommerce-loop-product__title {font-size: 18px !important;}

    ul.links a {padding: 3px 8px;}
    
	.equipment {width: 100%;}
}
@media screen and (max-width : 425px){
	.fbreak3 {display: block!important; margin-left: 0; width: 100%;}
	.fbreak3 > * {width: 100%!important; margin: 0 0 15px!important;}
	.fbreak3 > *.m0, .fbreak3 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak3 > :last-of-type {margin: 0!important;}

	.icon .i-ico {margin-right: 20px;}
	
	#bo-head1 {font-size: 30px;}
	#bo-head2 {font-size: 15px;}
	#banner .button {padding: 8px 15px; font-size: 12px;}
    img.banner-badge {width: 95px;}
	#accent-bar {font-size: 16px;}

	#stats .s-label {font-size: 12px;}

	#about h1 {font-size: 20px;}
	#about img {max-width: 160px;}

	.home .entry-content h2:first-child {font-size: 22px;}
	.home-head1 {font-size: 20px;}
	.lines span::before {left: -2010px;}
	.lines span::after {right: -2010px;}

	#inner-banner.has-img .limit {padding: 50px 0;}
	#inner-banner h1 {font-size: 22px;}
	#inner-banner.has-img h1 {font-size: 22px;}

	table.team-list {font-size: 13px;}

	.grid > div {width: 100%;}
}.wp-admin .updraftupdatesnotice-yourversiontested {display: none;}
.term-php #wpseo_meta {display: none;}
.post-new-php.post-type-post #categorydiv:before {content: "Note to Aurora staff: Do not publish posts to the 'Announcements' category."; display: block; padding: 12px 12px 8px; line-height: 1.2; color: #d57600;}

/* Hide left menu links */
#toplevel_page_simple-share-buttons-adder,
#toplevel_page_admin-page-wc-settings-tab-checkout-from-PAYMENTS_MENU_ITEM,
#toplevel_page_woocommerce-marketing {display: none;}

/* Team Member post editor */
#departmentchecklist li:has(ul) {position: relative;}
#departmentchecklist li:has(ul):after {content: ""; display: block; position: absolute; left: -5px; top: 0; width: calc(100% + 5px); height: 24px; background: rgba(0,0,0,0.05);}
.acf-field[data-name="team_title_admin"],
.acf-field[data-name="team_title_board"],
.acf-field[data-name="team_title_design"],
.acf-field[data-name="team_title_inst"] {float: left; width: 25%; clear: none;}

/* Home page post editor */
#post:has(input#post_ID[value="2236"]) #postdivrich {display: none;}
div[data-type="group"] .acf-fields {background: #fafafa; display: flex; flex-flow: row wrap;}
div[data-type="group"] .acf-fields > div {width: 100%; flex-grow: 1;}
div[data-type="group"] .acf-fields > div[data-type="text"] {width: 50%;}

@media screen and (max-width : 720px){
    .acf-field[data-name="team_title_admin"],
    .acf-field[data-name="team_title_board"],
    .acf-field[data-name="team_title_design"],
    .acf-field[data-name="team_title_inst"] {width: 50%;}
}