/*
Theme Name: Custom Theme by Aurora Tech
Author: Aurora Tech
Author URI: https://goauroratech.com/
Version: 99.0
*/

/*Reset Css*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, embed, figure, figcaption, footer, header, menu, nav, section, audio, video, fieldset, legend, input, textarea, button, select, option, main, time, mark, svg {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
ol, ul {list-style: none;}
blockquote {quotes: none;}
blockquote:before, blockquote:after {content: none;}
table {border-collapse: collapse; border-spacing: 0;}
a:focus {outline: none;}
article, aside, nav, section {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;}
hr {border: 0; border-top: 1px solid #ccc; height: 0; margin: 40px 0; clear: both;}
sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img, embed, iframe, object, video {border: 0; max-width: 100%;}

/* Basics */

:root {
    --green: #056839;
    --tan1: #f4efe6;
    --tan2: #c7c1b6;
    --tan3: #a19785;
    --gray: #3f5b63;
}

body {
	line-height: 1.5;
	font-size: 18px;
	font-family: 'Carlito', Arial, sans-serif;
	text-rendering: optimizeLegibility;
	overflow: hidden;
	color: #000;
}

a {outline: none; color: var(--tan3); text-decoration: none; transition: .3s;}
a:hover {text-decoration: underline;}

/* Form fields */

label {font-weight: 600; font-size: 0.9em;}
button, input:not([type="image"]), textarea, select {background: var(--tan1);border-radius: 0px;font-family: inherit;margin: 0;padding: 7px 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;}

.searchform > div {display: flex;}
.searchform input#s {flex-grow: 1; width: auto; margin: 0;}
.searchform #searchsubmit {flex-grow: 0; flex-shrink: 0; margin: 0; border: 0; background: var(--tan3); color: #fff;}

/* Images */

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.gallery {display: flex; flex-flow: row wrap; line-height: 0; gap: 20px;}
.gallery-columns-2 .gallery-item {width: calc(50% - 10px)!important;}
.gallery-columns-3 .gallery-item {width: calc(33.33% - 14px)!important;}
.gallery-columns-4 .gallery-item {width: calc(25% - 15px)!important;}
.gallery-columns-5, .gallery-columns-6 {gap: 14px;}
.gallery-columns-5 .gallery-item {width: calc(20% - 12px)!important;}
.gallery-columns-6 .gallery-item {width: calc(16% - 5px)!important;}
.gallery img {width: 100%; height: auto; border: 0!important; max-height: 320px; object-fit: cover;}
.gallery br {display: none;}

.wp-caption {max-width: 100%; padding: 4px;}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {font-style: italic; font-size: 13px;}
.entry-content dl.gallery-item {margin: 0!important;}
.gallery-caption {width: 100%;}
.gallery-caption a {display: inline;}

/* Navigation for posts and pages*/

.wp-pagenavi {margin: 50px 0 0;text-align: center;}
.wp-pagenavi .pages {color: #aaa;font-weight: normal;padding-left: 0;margin-left: 0;border: 0;}
.wp-pagenavi > span, .wp-pagenavi > a, .nav-single a {display: inline-block;padding: 0 8px;margin: 0 3px;color: #444;border-radius: 4px;border: 1px solid var(--tan2);text-decoration: none;}
.wp-pagenavi > span.current {color: #fff;background: var(--tan3);border-color: var(--tan3);}
.wp-pagenavi > a:hover {background: var(--tan3); border-color: var(--tan3); color: #fff;}

.nav-single {border-top: 1px solid #ddd; clear: both; margin: 30px 0 0; padding: 30px 0 0;}
.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 span {font-size: 12px; letter-spacing: 1px; color: #aaa;}

.nav-single + .comments-area,
#comment-nav-above {margin: 48px 0;}

/* Author profiles */

.author-info {border-top: 1px solid #ededed; margin: 24px 0; padding-top: 24px;}
.author-description p {color: #757575; font-size: 13px;}
.author.archive .author-info {border-top: 0; margin: 0 0 48px;}

/* Sidebar */

.widget-area .widget:not(:last-child) {margin-bottom: 30px;}
.widget-area .textwidget ul {list-style: disc outside;}
.widget-area .textwidget li {margin-left: 25px;}
.widget-area #s {margin-right: -4px; width: 67.9999%;}

/* 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;}

:is(h1, .entry-content > h2:first-child):not(.head1, .head2) {font-size: 40px;font-weight: 400;line-height: 1.2;}
h2:not(.entry-content > h2:first-child, .head1, .head2) {font-size: 32px;}
h3:not(.head1, .head2) {font-size: 28px;font-weight: 400;line-height: 1.3;}
h1 + h3 {margin-bottom: 20px!important;}
h2 + h3 {margin-bottom: 5px!important;}
h4 {font-size: 22px;font-weight: 400;}
.entry-content h4 {color: var(--tan3);}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

.entry-content :is(h2,h3,h4) {margin-bottom: 0;}

/* Margin bottom for all elements */

article.post, article.staff {margin: 0 0 60px;}
p, .entry-content > div, .entry-content ol, .entry-content ul, blockquote, embed, iframe, object, video, table, .below-title-meta, .entry-content > .gallery {margin: 0 0 20px;}
:is(p, .entry-content > div, .entry-content ol, .entry-content ul, blockquote, embed, iframe, object, video, table, article.post, article.staff, .below-title-meta, .entry-content > .gallery):last-child {margin-bottom: unset;}
.gallery {margin-bottom: 20px!important;} /* Keep 20 because gap is 20 */
.gallery:not(.gallery + .gallery, .gallery + style + .gallery) {margin-top: 30px !important;}

.entry-content ul {list-style: disc outside;}
.entry-content ol {list-style: decimal outside;}
.entry-content li {margin: 0 0 0 17px;}
.entry-content ul li {}

blockquote {background: #eee; padding: 30px;}

img.alignleft {margin: 0 15px 10px 0;}
img.alignright {margin: 12px 0 12px 24px;}
img.aligncenter {margin-top: 12px; margin-bottom: 12px;}
.entry-content dl {margin: 0 24px;}
.entry-content dt {font-weight: bold;}
.entry-content dd {margin-bottom: 24px;}
 table {width: 100%;}
.entry-content table caption {margin: 24px 0;}
.entry-content td {vertical-align: top; padding: 0 5px;}

article.post::after {content: " "; display: block; clear: both;}
.es-img {width: 33%;line-height: 0;}
.es-img img {width: 100%;height: auto;}
article.post .read-more {display: block; margin: 10px 0 0;}
.single img.attachment-post-thumbnail {float: right; margin-left: 15px; max-width: 45%; height: auto;}
footer.entry-meta, .archive-meta {margin-top: 24px; font-size: 13px;}
.entry-meta > span a {color: #333333; padding: 2px; text-decoration: none;}

/* Comments */

.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;}
.comments-area article header time {text-decoration: none;}
.comments-area article header h4 {position: absolute; top: 0; right: 0; padding: 6px 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;}
a.comment-reply-link, a.comment-edit-link {color: #686868; font-size: 13px;}
a.comment-reply-link:hover, a.comment-edit-link:hover {color: #21759b;}
.commentlist .pingback {margin-bottom: 24px;}

#respond {margin-top: 30px;}
#respond h3#reply-title {font-size: 16px;}
#respond h3#reply-title #cancel-comment-reply-link {margin-left: 10px; font-weight: normal;}
#respond form {margin: 24px 0;}
#respond form p {margin: 12px 0;}
#respond form p.logged-in-as {margin-bottom: 24px;}
#respond form label {display: block;}
#respond form input[type="text"], #respond form textarea {box-sizing: border-box; padding: 10px; width: 100%;}
#respond form p.form-allowed-tags {margin: 0; color: #5e5e5e;}

/* Below title meta styling */

.below-title-meta{color:#aaa; font-size: 13px;}
.below-title-meta a{color: inherit; text-decoration:none;}

/* Responsive selectnav.js css */

.selectnav {display: none;}
select.selectnav {border: 1px solid #ddd; border-radius: 4px; margin: 4px; padding: 10px; width: 96%;}

@media screen and (min-width: 850px) {
	.site {margin: 0 auto; max-width: 1200px;}
	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;}
    .themonic-nav ul {margin: 0; padding: 0; text-indent: 0;}
    .themonic-nav li {display: inline-block;position: relative;transition: .3s;line-height: 1;}
    .themonic-nav li a {text-decoration: none;display: block;position: relative;font-family: 'Source Sans 3';text-transform: uppercase;font-size: 19px;color: var(--gray);letter-spacing: 0.05em;}

    /* NAV MENU STYLES */

    .themonic-nav ul.nav-menu {display: flex;justify-content: center;gap: 30px;}
    .themonic-nav .nav-menu > li {padding: 8px 0;}
    .themonic-nav .nav-menu li:after {content: "";display: block;position: absolute;right: -15px;top: 50%;height: calc(100% - 12px);border-right: 1px solid var(--tan3);transform: translate(0,-50%);}
    .themonic-nav .nav-menu li:last-child:after {content: none; display: none;}
    .themonic-nav .nav-menu > li > a {}
    .themonic-nav .nav-menu > li > a:hover {color: #000;}

    .themonic-nav .nav-menu > li.current-menu-item > a {}

    .themonic-nav .sub-menu {position: absolute;top: 100%;left: 0;transform: translate(-15px,0);z-index: 10;padding: 0 15px;text-align: left;max-height: 0;overflow: hidden;transition: .5s;background: var(--tan1);display: flex;gap: 40px;}
    .themonic-nav .nav-menu li:hover > .sub-menu {max-height: 100px;padding: 8px 15px;}
    .themonic-nav .sub-menu > li:after {height: 100%;}
    .themonic-nav .sub-menu > li > a {white-space: nowrap;box-sizing: border-box;}
    .themonic-nav .sub-menu > li > a:hover {color: #000;}
}

#page-wrap {padding: 0 20px;position: relative;}
.home #page-wrap {padding: 40px 20px;}
#main {display: flex;gap: 40px;}
.site-content {margin: 0;padding: 0;box-sizing: border-box;flex-grow: 1;max-width: 100%;}
.widget-area {width: calc(33.33% - 30px);box-sizing: border-box;flex-shrink: 0;}
.video-wrap {position: relative; padding: 56.25% 0 0; width: 100%;}
.video-wrap iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.nk-awb {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

a[href$=".jpg"], a[href$=".jpeg"], a[href$=".png"], a[href$=".gif"], a[href$=".webp"] {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;background: var(--tan1);padding: 30px;}
.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;}

.assistive-text {display: none;}
span.excerpt-dash {display: none;}

.anb-line {width: 40px; margin: 0 auto 8px; border-color: var(--gray);}
.amb-active .anb-line:nth-child(1) {transform: rotate(45deg) translate(0,8px);}
.amb-active .anb-line:nth-child(2) {transform: rotate(-45deg) translate(0,-7px);}
#aurora-mobile-menu {background: var(--gray);}
#aurora-mobile-menu .menu-item-379 {padding: 0!important;}
#aurora-mobile-menu .menu-item-379 a {background: var(--tan3); border: 0;}

/* DEFAULT STYLES */

.limit-l {max-width: 1350px; margin: 0 auto;}
.limit {max-width: 1200px; margin: 0 auto;}
.limit-m {max-width: 900px; margin: 0 auto;}
.limit-sm {max-width: 750px; margin: 0 auto;}
.limit-xsm {max-width: 500px; margin: 0 auto;}
.clear {clear: both;}
.flex {display: flex; gap: 30px;}
.flex.g0 {gap: 0;}
.flex.g1 {gap: 40px;}
.flex.g2 {gap: 50px;}
.flex.g3 {gap: 60px;}
.flex.g4 {gap: 70px;}
.flex.g5 {gap: 80px;}
.flex.g6 {gap: 90px;}
.flex.rows {flex-flow: row wrap;}
.flex.middle {align-items: center;}
.flex.bottom {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;}
.flex.rows > * {width: 33.33%;}
.flex.f0 > *, .flex .f0 {flex-grow: 0; flex-shrink: 0;}
.flex.f1 > * {flex: 1;}
.flex.f2 > *, .flex .f2 {width: calc(50% - 15px);}
.flex.f3 > *, .flex .f3 {width: calc(33.33% - 20px);}
.flex.f4 > *, .flex .f4 {width: calc(25% - 23px);}
.flex.f5 > *, .flex .f5 {width: calc(20% - 24px);}
.flex .f40 {width: calc(40% - 20px);}
.flex .f60 {width: calc(60% - 20px);}
.flex .f23 {width: calc(66.66% - 20px); flex-grow: 2;}
.flex .f34 {width: calc(75% - 20px); flex-grow: 3;}
.flex.p15 > * {padding: 15px;}
.flex.p20 > * {padding: 20px;}
.flex.p25 > * {padding: 25px;}
.flex.p30 > * {padding: 30px;}
.flex.p40 > * {padding: 40px;}
.flex.p50 > * {padding: 50px;}
.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:not(:last-child) {margin-bottom: 15px;}
.pad {padding: 30px 0;}
.pad + .pad {padding-top: 0;}
.pad:first-child {padding-top: 0;}
.pad:last-child {padding-bottom: 0;}
.full {position: relative; left: 50%; width: 100vw; transform: translate(-50%,0); padding: 75px 20px; box-sizing: border-box; margin: 50px 0; background: #eee;}
.full:first-child, .full + .full {margin-top: -50px;}
.full:last-child {margin-bottom: -50px;}
.m0 {margin: 0;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb50 {margin-bottom: 50px!important;}

/* REUSABLE CLASS NAMES FOR REFERENCE */

a.btn, a.btn2, input[type="submit"], button[type="submit"] {display: inline-block;text-decoration: none;padding: 10px 30px;background: var(--tan3);color: #fff;font-weight: bold;text-transform: uppercase;font-size: 1.2em;padding: 0.2em 0.8em;border: 0;outline: 0;width: auto;transition: .3s;}
a.btn2 {background: var(--green);}
a.btn:hover, input[type="submit"]:hover {background: var(--tan2);}
a.btn2:hover {background: var(--tan3);}

/* CUSTOM STYLES */

.head1 {font-size: 60px;font-weight: 400;}
.head2 {font-size: 28px;line-height: 1.2;}

#head-gal {display: flex; line-height: 0; height: 250px;}
#head-gal > div {flex: 1; position: relative;}
#head-gal img {width: 100%; height: 100%; object-fit: cover;}

#header {padding: 35px 20px;}
.h-logo {line-height: 0;text-align: center;margin: 0 0 20px;}
.h-logo img {height: 150px;}

li.menu-item-379 {padding: 5px 0 0!important;}
.themonic-nav .menu-item-379 a {border: 1px solid var(--tan3); padding: 3px 5px 2px;}
.menu-item-379 a:hover {background: var(--tan3); color: #fff!important;}

#banner {position: relative;}
#banner.b-home {height: 35vw;min-height: 550px;}
#banner.b-inner {height: 34vw;min-height: 450px;margin: 0 0 40px;}
.b-over {position: absolute;z-index: 2;left: 0;top: 50%;transform: translate(0,-50%);width: 100%;padding: 0 20px;box-sizing: border-box;color: #fff;font-size: 36px;line-height: 1;text-shadow: 0 0 0.8em rgba(0,0,0,1);}
.bo-inner {max-width: 635px;}
.b-over .head1 {margin: 0; line-height: 1;}

.widget {color: #887c78;font-weight: bold;font-size: 0.95em;}
.widget li {font-size: 20px;margin: 0 0 10px!important;list-style: none;}
.widget li:last-child {margin-bottom: 0;}
.widget li a {text-decoration: none;}
.widget li  a:hover {color: #000;}
.widget .sub-menu {margin-left: 20px;}

.swiper-pagination {display: flex;justify-content: center;align-items: center;gap: 10px;top: auto!important;bottom: 0!important;}
.swiper-pagination-bullet {background: var(--tan3)!important; opacity: 0.35!important; width: 10px!important; height: 10px!important; transition: .4s; margin: 0!important;}
.swiper-pagination-bullet-active {opacity: 1!important; width: 15px!important; height: 15px!important;}

#services {padding: 0 40px;}
.srv-slider-wrap2 {position: relative;}
.swiper-arrow {position: absolute;z-index: 9;top: 50%;width: 15px;height: 24px;background: url( /wp-content/uploads/ico-arrow-r.webp) no-repeat center center / contain;cursor: pointer;}
.swiper-arrow.swiper-prev {left: -15px;transform: translate(-100%,-50%) rotate(180deg);}
.swiper-arrow.swiper-next {right: -15px;transform: translate(100%,-50%);}
.srv-slide.swiper-slide {display: flex;flex-flow: column;height: auto;}
.srv-img {line-height: 0;position: relative;aspect-ratio: 1.5;}
.srv-img img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.srv-txt {background: var(--tan2);flex-grow: 1;padding: 15px;}
.srv-txt h3 {color: #fff;margin: 0 0 5px;line-height: 1;}
.srv-txt a {color: #fff;}

#tst {padding: 50px 20px;}
#tst .head2 {color: var(--tan3);margin: 0 0 30px;}
.tst-slider-wrap {padding: 0 0 20px!important;}
.tst-slide {display: flex!important; align-items: center; gap: 30px;}
.tst-txt h4 {margin: 0 0 3px;font-size: 24px;}
.tst-by {margin: 5px 0 0; font-weight: 600;}
.tst-img {line-height: 0; width: 180px; flex-grow: 0; flex-shrink: 0;}
.tst-img img {aspect-ratio: 1; object-fit: contain;}

#gi {background: var(--tan1);padding: 40px 20px;}
.gi-img {line-height: 0; text-align: center;}
.gi-img img {mix-blend-mode: darken;}

#footer {padding: 40px 20px;background: var(--tan3);color: #fff;font-size: 15px;line-height: 1.8;}
.f-block {display: flex; gap: 50px;}
.f-soc {flex-grow: 1;}
.f-cred {display: flex; gap: 15px; align-items: center;}
.fc-img img {height: 75px;}
.fc-img {line-height: 0;}
.fc-txt a {text-decoration: underline;}
#footer a {color: #fff;}

body:not(.home) #services {padding: 40px 20px 0;}
.srv-grid {display: flex; flex-flow: row wrap; gap: 30px;}
.srv-grid .srv-slide {width: calc(33.33% - 20px); display: flex; flex-flow: column;}

#main.side-left {flex-flow: row-reverse;}

.side-mow img {width: 275px;}

.staff-members {padding-top: 10px;}
.staff-members.style-grid {display: flex; flex-flow: row wrap; gap: 30px;}
.staff-members.style-grid .staff-member {width: calc(25% - 23px);}
a.sm-img {display: block;aspect-ratio: 1;position: relative;line-height: 0;margin: 0 0 10px;background: var(--tan2);}
a.sm-img img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.staff-member > h4 {font-size: inherit; color: inherit; font-weight: bold;}

.sp-block {display: flex; gap: 30px;}
.sp-img {line-height: 0;flex-shrink: 0;width: 33%;}
.sp-img img {width: 100%;}
.spt-head {margin: 0 0 15px;}

.page-id-360 #page-wrap {padding: 0 calc(22vw + 400px) 12vw calc(50vw - 600px);text-shadow: 0 0 5px rgba(255,255,255,0.75), 0 0 10px rgba(255,255,255,0.75), 0 0 20px rgba(255,255,255,0.75), 0 0 40px rgba(255,255,255,0.75), 0 0 80px rgba(255,255,255,0.75), 0 0 100px rgba(255,255,255,0.75), 0 0 120px rgba(255,255,255,0.75);}
img.bg-tribute {position: absolute;right: 0;bottom: 0;height: calc(100% + 200px);z-index: -1;object-fit: contain;object-position: center bottom;}

.resources {column-count: 3;line-height: 1.4;}
.resources > div {break-inside: avoid; margin: 0 0 20px;}
.resources h3 {font-size: 20px;}

.fluentform .ff-el-group {margin: 0 0 10px;}
.fluentform select {color: #888;}
.fluentform select option {color: #000;}
.fluentform select.changed {color: #000;}
label.ff-el-form-check-label {font-weight: 400; text-transform: uppercase; letter-spacing: 0.035em;}

iframe.g-map {width: 100%; height: 500px;}

/* MEDIA QUERIES */

@media screen and (max-width : 1400px){
    .page-id-360 #page-wrap {padding: 0 48vw 5vw 20px;}
}
@media screen and (max-width : 1040px){
    .head1 {font-size: 54px;}

    #head-gal {height: 175px;}
    #header .limit {display: flex; align-items: center; justify-content: space-between;}
    .h-logo img {height: 140px;}
    .b-over {font-size: 32px;}

    #services {padding: 0 20px 30px;}
    .swiper-arrow {top: auto; bottom: -15px;}
    .swiper-arrow.swiper-prev {left: calc(50% - 15px); transform: translate(-100%,100%) rotate(180deg);}
    .swiper-arrow.swiper-next {right: calc(50% - 15px); transform: translate(100%,100%);}

    #banner.b-inner {min-height: 0;}

    .page-id-360 #page-wrap {padding: 0 48vw 50px 20px;}
    img.bg-tribute {height: auto; width: 80vw;}
}
@media screen and (max-width : 850px){
	#main, #main.side-left {flex-flow: column;gap: 30px;}
	.widget-area {width: 100%; margin: 0; padding: 0;}
    .fancybox-content:has(iframe[src*="youtube.com"], iframe[src*="vimeo.com"]) {width: 100%!important;}

    .head1 {font-size: 50px;}

    #head-gal {height: 125px;}
    #header {padding: 20px 20px;}
    .h-logo img {height: 130px;}
    .h-logo {margin: 0;}

    #banner.b-home {min-height: 0; height: 450px;}
    .b-over {font-size: 28px;}

    .tst-block {flex-flow: column;}
    .tst-block > div {width: 100%!important;}
    #tst .head2 {margin: 0 0 5px;}

    .srv-grid .srv-slide {width: calc(50% - 15px);}

    .blog h1 {text-align: center;}
    .entry-summary {flex-flow: column; max-width: 550px; margin: 0 auto;}
    .es-img {width: 100%;}

    .staff-members.style-grid .staff-member {width: calc(33.33% - 20px);}

    .resources {column-count: 2;}

    iframe.g-map {height: 400px;}

    .page-id-360 .site {max-height: 500px;overflow-y: scroll;overflow-x: hidden;padding: 0 44vw 30px 0;}
    .page-id-360 #page-wrap {padding: 0 20px;}
    img.bg-tribute {right: -3vw;}
}
@media screen and (max-width : 720px){
	.fbreak1 {flex-flow: column!important;}
	.fbreak1 > * {width: 100%!important;}
	.f4-break {flex-flow: row wrap;}
	.f4-break > * {width: calc(50% - 15px)!important; flex: auto!important;}
	.entry-summary.flex {flex-flow: column;}
	.es-img {width: 100%;}
	:is(.featured, .featured2, .shaded).flex.fbreak1 > div:not(:last-child) {border: 0; padding: 0; margin: 0;}
    
    .head1 {font-size: 46px;line-height: 1.2;}
    .head2 {font-size: 26px;}

    :is(h1, .entry-content > h2:first-child):not(.head1, .head2) {font-size: 32px;}

    #head-gal {height: 102px;}
    #head-gal > div:nth-child(n+6) {display: none;}
    .h-logo img {height: 115px;}

    #banner.b-home {height: 400px;}
    .b-over {font-size: 24px;}

    .gi-img img {width: 100%; max-width: 300px;}

    .f-block {flex-flow: column; text-align: center; gap: 25px;}
    .f-cred {justify-content: center; text-align: left;}

    .gallery-columns-4 .gallery-item {width: calc(50% - 10px) !important;}
}
@media screen and (max-width : 575px){
	.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 .ns-ib {display: inline;}
	.right, .left {float: none; display: block; margin: 0 auto 15px;}
	img.right, img.left {max-width: 100%;}
	.fbreak2 {flex-flow: column!important;}
	.fbreak2 > * {width: 100%!important;}
	:is(.featured, .featured2, .shaded).flex.fbreak2 > div:not(:last-child) {border: 0; padding: 0; margin: 0;}

    .head1 {font-size: 42px;}
    .head2 {font-size: 24px;}

    .h-logo img {height: 100px;}

    #banner.b-home {height: 360px;}
    .b-over {font-size: 21px;}

    .tst-block {text-align: center;}
    .tst-slider-wrap {padding-top: 10px!important;}
    .tst-slide {flex-flow: column-reverse; gap: 20px;}

    .gi-img img {max-width: 250px;}

    #footer {padding: 30px 20px;}

    .srv-grid {gap: 20px;}
    .srv-grid .srv-slide {width: calc(50% - 10px);}

    .staff-members.style-grid .staff-member {width: calc(50% - 15px);}
    .sp-block {flex-flow: column; align-items: center; gap: 8px;}
    .sp-img {width: 200px;}
    .spt-head {text-align: center;}

    .resources {column-count: 1;}
    
    iframe.g-map {height: 300px;}

    .page-id-360 .site {max-height: 350px;}
}
@media screen and (max-width : 425px){
	.fbreak3 {flex-flow: column!important;}
	.fbreak3 > * {width: 100%!important;}
    
    :is(h1, .entry-content > h2:first-child):not(.head1, .head2) {font-size: 28px;}
    h3:not(.head1, .head2) {font-size: 20px;}
    
    #head-gal > div:nth-child(n+5) {display: none;}

    #header {padding: 20px 20px 20px 10px;}
    .h-logo img {height: 85px;}

    .b-over .head1 {margin: 0 0 10px;}

    .srv-grid {gap: 30px;}
    .srv-grid .srv-slide {width: 100%;}

    .page-id-360 .site {padding: 0 38vw 30px 0;}
}