/*
	Theme Name: FieldWrk Theme
	Author: FieldWrk
*/

#tinymce {
	padding: 2em;
}

/* Login Screen */

.login {
	background: var(--gray);
}

#login {
	border: 0;
	margin: 0 auto;
	margin-top: 8%;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	background: transparent;
}

.login h1.admin-email__heading {
	font-size: 1.4em;
}

.login-action-confirm_admin_email #login {
	margin-top: 8%;
}

.login h1 a {
	background-image: url(/wp-content/themes/swnyscca/images/logo.svg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	margin: 0 0 30px 0;
	border: 0;
}

.login #login_error, .login .message, .login .success {
	background: #ffffff;
	color: #21353C;
	text-align: center;
	border: unset;
	padding: 0;
	font-style: italic;
	margin: 0;
	padding: 2em;
	padding-bottom: 0;
	font-size: 0.7em;
}

.login form {
	background: #ffffff;
	box-shadow: unset;
	border: unset;
	margin-top: -1px;
	padding-bottom: 2em;
	padding-top: 2em;
	margin-bottom: 0;
}

.login .wp-submit {
	background: var(--light-teal);
}

.login label {
	color: #21353C;
	font-weight: 200;
}

.login form .input, .login input[type=password], .login input[type=text] {
	font-size: 1em !important;
	padding: 0.5em 1em !important;
	-webkit-appearance: none;
	font-weight: 200;
	width: 100%;
	border: 1px solid #E4E4E4;
	box-shadow: unset;
	border-radius: 0;
	margin-bottom: 1em;
	font-family: 'FONT NAME GOES HERE';
}

.login .user-pass-wrap {
	margin-bottom: 1em;
}

#login form p.submit {
	text-align: center;
}

.wp-core-ui .button.button-large.button-primary, .wp-core-ui .button.button-large {
	padding: 0.8em 1.5em;
	font-size: 1em;
	transition: 0.5s all;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
	font-family: 'IBM Plex Sans';
	line-height: 1;
	letter-spacing: 0.1em;
	background: var(--light-teal);
	color: var(--white);
	border: 1px solid var(--light-teal);
}

.wp-core-ui .button.button-large.button-primary:hover {
	background: var(--teal);
	text-decoration: none;
	border: 1px solid var(--teal);
}

.wp-core-ui .button.button-large {
    background: #ffffff;
    color: #21353c;
}

.login #backtoblog a, .login #nav a {
	color: #21353C;
}

.login #backtoblog a:hover, .login #nav a:hover, .login h1 a:hover {
	color: #21353C;
}

.login form .forgetmenot {
	float: none;
}

.login #nav, .login #backtoblog {
	background: #ffffff;
	margin-top: -1px;
}

.login #backtoblog {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 0;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.login .privacy-policy-page-link {
	display: none;
}

/* Variables */

:root {
	--teal-fade-12: rgba(26, 62, 62, 0.12);
	--light-teal: #2C7677;
	--teal: #1A3E3E;
	--dark-teal: #192323;
	--light-gray: #F7F9FA;
	--gray: #E8E8E8;
	--gray-2: #EAEAEA;
	--gray-3: #D2D2D1;
	--gray-fade-80: rgba(232, 232, 232, 0.80);
	--red: #F00;
	--black: #000;
	--black-fade-65: rgba(0, 0, 0, 0.65);
	--black-fade-40: rgba(0, 0, 0, 0.40);
	--white: #fff;
	--white-fade-20: rgba(255, 255, 255, 0.2);
}




/* Font References */

@font-face {
  	font-family: 'Chakra Petch';
  	font-weight: 600;
	font-style: normal;
  	src: url('/wp-content/themes/swnyscca/library/fonts/chakra-petch-semibold.ttf');
}

@font-face {
  	font-family: 'Chakra Petch';
  	font-weight: 600;
	font-style: italic;
  	src: url('/wp-content/themes/swnyscca/library/fonts/chakra-petch-semibold-italic.ttf');
}
@font-face {
  	font-family: 'Chakra Petch';
  	font-weight: 700;
	font-style: normal;
  	src: url('/wp-content/themes/swnyscca/library/fonts/chakra-petch-bold.ttf');
}

@font-face {
  	font-family: 'Chakra Petch';
  	font-weight: 700;
	font-style: italic;
  	src: url('/wp-content/themes/swnyscca/library/fonts/chakra-petch-bold-italic.ttf');
}


@font-face {
	font-family: 'IBM Plex Sans';
	src: url('/wp-content/themes/swnyscca/library/fonts/ibm-plex-sans-variable-normal.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'IBM Plex Sans';
	src: url('/wp-content/themes/swnyscca/library/fonts/ibm-plex-sans-variable-italic.ttf') format('truetype');
	font-weight: 100 900;
	font-style: italic;
	font-display: swap;
}

/* Global */

* {
    box-sizing: border-box;
}

html {
	font-size: 18px;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

html.fixed {
	height: 100%;
	overflow: hidden;
}

body {
	font-size: 1em;
	margin: 0;
	padding: 0;
	font-family: 'FONT NAME GOES HERE', sans-serif;
	color: #000000;
	position: relative;
	background: #ffffff;
}

.container-fluid {
	position: relative;
	z-index: 2;
}

.container {
	max-width: 85%;
	width: 85%;
} 

.container.full-width {
	width: 80%;
	max-width: 1800px;
}

.container.full-width {
	width: 95%;
	max-width: 95%;
}

.row {
	padding-top: 6em;
	padding-bottom: 6em;
}

.py-small {
	padding-top: 3em;
	padding-bottom: 3em;
}

.pt-small {
	padding-top: 3em;
}

.pb-small {
	padding-bottom: 3em;
}

.row .row {
	padding-top: 0;
	padding-bottom: 0;
}

/* Typography */

h1 {
	font-family: 'Chakra Petch', sans-serif;
	font-size: clamp(48px, 4.7em, 4.7em );
	font-style: normal;
	font-weight: 600;
	line-height: 105%;
	text-transform: uppercase;
}

h2, .h2 {
	font-family: "Chakra Petch", sans-serif;
	font-size: clamp(48px, 4.1em, 4.1em);
	font-style: normal;
	font-weight: 600;
	line-height: 105%;
	text-transform: uppercase;
}

h3, .h3 {
	font-family: "Chakra Petch", sans-serif;
	font-size: clamp(40px, 3.3em, 3.3em);
	font-style: normal;
	font-weight: 600;
	line-height: 105%;
	
}

h4, .h4 {
	font-family: "Chakra Petch", sans-serif;
	font-size: clamp(36px, 2.2em, 2.2em );
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
}

h5, h6, .h5, .h6 {
	font-family: "IBM Plex Sans", sans-serif;
	font-size: clamp(18px, 1.3em, 1.3em );
	font-style: normal;
	font-weight: 700;
	line-height: 105%;
	text-transform: uppercase;
}

.large-headline {
	font-family: "Chakra Petch", sans-serif;
	font-size: 2.66em;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 1.92px;
	text-transform: uppercase;
}

.eyebrow {
	font-family: "Chakra Petch", sans-serif;
	font-size: clamp(18px, 1em, 1em);
	font-style: normal;
	font-weight: 700;
	line-height: 105%;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	margin-bottom: .5rem;
}

a {
	color: #000000;
	transition: 0.5s all;
}

p, .p1, .p2, .p3,
.p1 p, .p2 p, .p3 p, li
 {
	font-family: "IBM Plex Sans", sans-serif;
	font-size: clamp(18px, 1.1em, 1.1em);
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.p1, .p1 p {
	font-size: clamp(20px, 1.3em, 1.3em);
}

.p2, .p2 p {
	font-size: clamp(18px, 1em, 1em);
}

.p3, .p3 p {
	font-size: clamp(16px, 0.88em, 0.88em);
	line-height: 150%;
}

.display {
	font-family: "Chakra Petch";
	font-size: 3.1em;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	text-transform: uppercase;
}

.text-html p, .text-html li, .text-html a {
	color: var(--black);
}

.text-html ul, .text-html ol {
	margin-left: 0;
	padding-left: 0;
}

.text-html p:has(+ ul), 
.text-html p:has(+ ol),
.text-html ul:has(+ ol),
.text-html ol:has(+ ul),
.text-html h2:has(+ ul), 
.text-html h2:has(+ ol),
.text-html h3:has(+ ul), 
.text-html h3:has(+ ol),
.text-html h4:has(+ ul), 
.text-html h4:has(+ ol) {
	margin-bottom: 2em !important;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

p:not(.eyebrow):last-of-type {
	margin-bottom: 0;
}

hr {
	border-top: 1px solid var(--gray);
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	width: 100%;
}

b, strong {
	font-weight: 900;
}

.large {
	font-size: 2.2em;
}

.medium {
	font-size: 1.3em;
}

.small {
	font-size: 0.7em;
}

.color-white {
	color: #ffffff;
}

.color-black {
	color: #000000;
}

.small {
	font-size: 0.7em;
}

.btn-primary, .btn-secondary, .nav-btn-primary a {
	padding: 0.8em 1.5em;
	font-size: clamp(16px, 0.88em, 0.88em);
	transition: 0.5s all;
	border-radius: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-family: 'IBM Plex Sans';
	font-weight: 500;
	line-height: 150%;
	text-decoration: none;
	min-width: 134px;
	text-align: center;
	box-sizing: border-box;
}

.btn-primary.focus, .btn-secondary.focus, .nav-btn-primary a.focus,
.btn-primary:focus, .btn-secondary:focus, .nav-btn-primary a:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: none;
}

.btn-primary img, .btn-secondary img, .btn-text img {
	width: 25px;
	height: 25px;
	left: 0px;
	position: relative;
	transition: 0.5s all;
	margin-left: 1em;
}

.btn-primary.small, .btn-secondary.small {
	font-size: 0.8em;
}

.btn-primary, .nav-btn-primary a {
	background: var(--light-teal);
	color: var(--white);
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show >.btn-primary.dropdown-toggle {
	background: transparent;
	text-decoration: none;
	background: var(--teal);
}

.nav-btn-primary a {
	color: var(--white) !important;
	width: calc(100% - 2em);
	margin-left: 1em;
}

/* Use https://codepen.io/sosuke/pen/Pjoqqp to adjust the color of svgs */
.btn-primary:hover img {
	
}

.btn-secondary {
	background: #333333;
	color: #ffffff;
}

.btn-secondary:hover {
	background: #000000;
	text-decoration: none;
	color: #ffffff;
	border: 0;
}

.btn-text {
	font-family: 'FONT NAME GOES HERE';
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: auto;
}

.btn-text:hover {
	text-decoration: none;
}

/* Helpers */

.fancybox-bg {
	background: rgba(47,43,45,0.97);
	opacity: 1 !important;
}

.fancybox-content {
	background: transparent;
	width: 100%;
	height: 100%;
	padding: 0;
	color: rgba(255,255,255,0.7);
	overflow: hidden;
}

.fancybox-slide--html .fancybox-close-small {
	padding: 0;
	top: 1em;
	right: 1em;
	height: 44px;
	width: 44px;
	background: #ffffff;
	opacity: 1;
	transition: 0.5s all;
}

.fancybox-slide--html .fancybox-close-small:hover {
	opacity: 0.8;
}

.fancybox-button svg {
	color: #000000;
}

.fancybox-content .container,
.fancybox-content .row {
	height: 100%;
}

.fancybox-content a {
	color: rgba(242,242,242,0.6);
}

.fancybox-content hr {
	border: 2px solid #209EDD;
}

.separator-1 {
	height: 1em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-2 {
	height: 2em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-3 {
	height: 3em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-4 {
	height: 4em;
	display: block;
	clear: both;
	width: 100%;
}

.separator-6 {
	height: 6em;
	display: block;
	clear: both;
	width: 100%;
}

.bg-teal {
	background: var(--teal);
}

.bg-teal h2,
.bg-teal h3,
.bg-teal h4,
.bg-teal h5,
.bg-teal h6,
.bg-teal p,
.bg-teal li {
	color: var(--gray);
}

.bg-teal .large-headline {
	color: var(--light-gray);
}


.bg-white {
	background: var(--white);
}

.bg-white h3 {
	color: var(--black);
}

.bg-white .eyebrow {
	color: var(--light-teal);
}

.bg-white .p3 p {
	color: var(--black-fade-65);
}

.bg-white .p3 {
	border-bottom: solid 1px var(--gray-3);
}

.bg-light-gray {
	background: var(--light-gray);
}

.bg-light-gray .eyebrow {
	color: var(--light-teal);
}

.bg-light-gray h2,
.bg-light-gray h3 {
	color: var(--teal);
}

.bg-light-gray p {
	color: var(--black-fade-65);
}

.bg-dark-teal {
	background-color: var(--dark-teal);
}

.bg-dark-teal h2 {
	color: var(--light-teal);
}

.bg-dark-teal .eyebrow, .bg-dark-teal .h4 {
	color: var(--light-gray);
}

 .bg-dark-teal p {
	color: var(--gray-fade-80);
 }

.bg-dark-teal h3, .bg-teal-pattern h3 {
	color: var(--white);
}

.bg-dark-teal.icon-list p.p2 {
	color: var(--light-gray);
	margin-bottom: .66em;
}

.icon-list p.eyebrow {
	color: var(--gray-fade-80);
}

.icon-list .p2 {
	font-size: clamp(20px, 1em, 1em);
}

.bg-teal-pattern {
	background-image: url('/wp-content/themes/swnyscca/images/pattern.svg');
	background-size: cover;
	background-repeat: repeat;
	position: relative;
}
.bg-teal-pattern:before {
	content: "";
	background: radial-gradient(233.57% 233.57% at 50% 0%, #192323 0%, rgba(25, 35, 35, 0.00) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 85%;
}

.bg-gray {
	background: var(--gray);
}

.bg-gray .eyebrow {
	color: var(--light-teal);
}

.bg-gray h3 {
	color: var(--black);
}

.bg-image {
	background-size: cover;
	background-position: center;
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 80vh;
}

.bg-image.h-auto {
	height: auto;
	overflow: visible;
}

.bg-image.h-auto .row {
	position: relative;
}

.bg-image.h-full, .h-full {
	height: 100vh;
}

.bg-image.parallax {
	background-attachment: fixed;
}

.bg-image .container, .h-full .container {
	height: 100%;
}

.bg-image .row, .h-full .row {
	height: 100%;
}

.bg-image .bg-image {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.bg-video {
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.bg-video .bg-image {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.5s all 0.5s;
}

.bg-video .bg-image.in,
.bg-image .bg-image.in {
	opacity: 1;
}

#header .container {
	z-index: 4;
	position: relative;
}

#header p {
	color: var(--white);
}

#header h1 {
	color: var(--gray);
}

#header h2 {
	color: var(--gray-2);
}

#header .bg-crest {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#header .bg-crest img {
	position: absolute;
	right: calc(7.5% + 200px);
	width: 400px;
	height: 400px;
	will-change: transform;
	opacity: 0.75;
}

.bg-video .container, .bg-video .row {
	height: 100%;
}

.bg-video .video {
    height: 100%;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    transition: 0.3s all;
}

.bg-video .video.in {
	opacity: 1;
}

.bg-video .video video {
    width: 100vw;
	height: 100vh;
 	object-fit: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

#header .overlay {
	z-index: 2;
}

.bg-video {
	z-index: 1;
}

.bg-video + .row {
	position: relative;
	z-index: 2;
}

.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(0deg, rgba(30, 30, 30, 0.80) 0%, rgba(30, 30, 30, 0.80) 100%);
	pointer-events: none;
}

/* YouTube Embeds */

.video-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0;
	overflow: hidden; 
}

.video-container iframe, .video-container object, .video-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/* Images */

img {
	max-width: 100%;
}

/* Google Maps */

#map-section {
	min-height: 80vh;
	height: auto;
}

#map-section .container,
#map-section .row {
	height: 100%;
}

#map-container {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	padding-right: 0;
}

#map {
	height: 100%;
	width: 100%;
}

.gm-style-iw-chr {
	position: absolute;
	width: 100%;
}

.gm-style-iw-ch {
	padding: 0;
}

.gm-style .gm-style-iw-d {
	padding: 1.5em;
	padding-right: 4em;
	background-color: #ffffff;
	color: #212524;
	border-radius: 4px;
	overflow: unset !important;
	line-height: 1.4;
	font-size: 0.8em;
}

.gm-style .gm-style-iw-t {
	bottom: 15px !important;
}

.gm-style-iw-tc {
	display: none;
}

.gm-style .gm-style-iw-t::after {
	border: 1px solid #3A7C5B;
	z-index: 1;
    border-right: 0;
    border-top: 0;
}
  
.gm-style .gm-style-iw-d .btn-text {
	font-size: 0.7em;
}

.gm-style .gm-style-iw-d .btn-text img {
	height: 15px;
	width: 20px;
}

.gm-style .gm-style-iw-d img {
	width: 80px;
	margin-bottom: 1.5em;
	display: block;
}

.gm-style .gm-style-iw-c {
	border-radius: 4px;
	padding: 0;
	box-shadow: unset;
	background: #0E120F;
	padding-top: 0 !important;
	margin-top: -3.2em;
}

.gm-style .gm-style-iw-c button {
	top: 0.5em !important;
	right: 0.5em !important;
	margin: 0 !important;
	height: 15px !important;
	width: 15px !important;
}
 
.gm-ui-hover-effect>span {
	height: 15px !important;
	width: 15px !important;
	background: #212524 !important;
	margin: 0 !important;
}

.gm-style .gm-style-iw-c button:focus {
	outline: unset;
}

.gm-style .gm-style-iw-c button img {
	height: 100% !important;
	width: 100% !important;
	margin: 0 !important;
}

.gm-style .gm-style-iw-tc::after {
	height: 35px;
	width: 40px;
	left: -8px;
	background: #2E6084;
	display: none !important;
}

#map-section .text {
	padding-left: 2em;
}

/* Header */

header.container-fluid {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	height: auto;
	background: #ffffff;
	transition: 0.5s background;
	padding-top: 13px;
	padding-bottom: 13px;
}

.logged-in header.container-fluid {
	top: 32px;
}

header .container {
	height: 100%;
}

header .row {
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
}

@keyframes shrink-logo {
	0% {
		scale: 1 1;
	}
	12.529% {
		animation-timing-function: ease-out;
		scale: 1 1;
	}
	33.362% {
		scale: 0.7 0.7;
	}
	100% {
		scale: 0.7 0.7;
	}
}

@keyframes slide-text {
	0% {
		opacity: 1;
		left: 0;
	}
	12.529% {
		animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
		opacity: 1;
		left: -5px;
	}
	25.058% {
		opacity: 0;
		left: -25px;
	}
	100% {
		opacity: 0;
		left: -35px;
	}
}

@keyframes grow-logo {
	0% {
		scale: 0.7 0.7;
	}
	12.529% {
		scale: 0.7 0.7;
		
	}
	33.362% {
		animation-timing-function: ease-out;
		scale: 1 1;
	}
	100% {
		scale: 1 1;
	}
}

@keyframes reverse-slide-text {
	0% {
		opacity: 0;
		left: -35px;
	}
	12.529% {
		opacity: 0;
		left: -25px;
	}
	33.362% {
		animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
		opacity: 1;
		left: -5px;
	}
	100% {
		opacity: 1;
		left: 0;
	}
}

.animated-logo-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 13px;
}

.animated-logo-wrapper .logo-icon img {
	height: 80px;
	transform: scale(1.1);
}

.animated-logo-wrapper .logo-text img {
	opacity: 1;
	position: relative;
	height: 66px;
}

.animated-logo-wrapper .logo-icon img.scroll {
	animation: shrink-logo 4s linear forwards 1;
}

.animated-logo-wrapper .logo-text img.scroll {
	animation: slide-text 2.4s linear forwards 1;
}

.animated-logo-wrapper .logo-icon img.revert {
	animation: grow-logo 4s linear forwards 1;
}

.animated-logo-wrapper .logo-text img.revert {
	animation: reverse-slide-text 1.4s linear forwards 1;
}

/* Header Navigation */

#navigation {
	position: relative;
	z-index: 2;
	height: 100%;
}

#menu-primary-navigation {
	margin: 0;
	padding: 0;
	display: flex;
	height: 100%;
	min-width: 512px;
}

#menu-primary-navigation li {
	list-style-type: none;
	text-transform: none;
	margin: 0;
	display: block;
	font-size: 1em;
	width: auto;
}

#menu-primary-navigation li {
	position: relative;
}

#menu-primary-navigation li:before {
	display: none;
}

#menu-primary-navigation a {
	color: #000000;
	font-family: 'IBM Plex Sans';
	font-size: clamp(16px, 0.88em, 0.88em);
	font-weight: 400;
	line-height: 150%;
	transition: 500ms all;
	text-decoration: none;
	z-index: 2;
	position: relative;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1.4em;
	padding-bottom: 1.4em;
	justify-content: center;
	height: 100%;
}

#menu-primary-navigation .menu-item-has-children > a:after {
	content: '';
	background-size: cover;
	/* background-image: url(/wp-content/themes/swnyscca/images/ICON_NAME_HERE.svg); */
	height: 10px;
	width: 14px;
	margin-left: 0.5em;
}

#menu-primary-navigation .menu-item-has-children > a {
	cursor: default;
}

#menu-primary-navigation .sub-menu {
	position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s opacity;
    z-index: 1;
    padding-left: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    left: 0;
    background: #ffffff;
    overflow: hidden;
    margin: 0;
}

#menu-primary-navigation .menu-item-has-children:hover .sub-menu {
	opacity: 1;
	pointer-events: auto;
}

#menu-primary-navigation .sub-menu li {
	display: block;
    padding-left: 2em;
    padding-right: 2em;
    margin-top: .75em;
    margin-bottom: .75em;
    border: none;
	white-space: nowrap;
	width: 100%;
	text-align: left;
	line-height: 1;
}

#menu-primary-navigation .sub-menu li a {
	padding: 0;
	display: flex;
	align-items: center;
	color: #000000;
	justify-content: flex-start;
}

#menu-primary-navigation .sub-menu a:hover {
	text-decoration: underline;
}

#nav-icon {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: flex-end;
}

.nav-icon {
  	width: 24px;
}

.nav-icon:after, 
.nav-icon:before, 
.nav-icon div {
  	background-color: var(--teal);
  	content: '';
  	display: block;
  	height: 2px;
  	margin: 4.5px 0;
  	border-radius: 10px;
  	transition: all .2s ease-in-out;
}

.nav-icon:before {
	width: 100%;
}

.nav-icon div {
	width: 100%;
}

.nav-icon:after {
	width: 100%;
}

.nav-icon.close:before {
  	transform: translateY(2px) rotate(135deg);
  	width: 100%;
}

.nav-icon.close:after {
  	transform: translateY(-11px) rotate(-135deg);
}

.nav-icon.close div {
  	transform: scale(0);
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover, .nav-icon.close {
	opacity: 1;
}

/* Special Layouts */
.right-0 {
	right: 0;
}
.left-0 {
	left: 0;
}

#header {
	margin-top: 90px;
}

.image-text .row {
	min-height: 704px;
}

.image-text .image-wrapper {
    height: 100%;
    width: 100%;
}

.image-text .image-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

/*********************************************************
 * Layout: 404
 *********************************************************/
.layout-404 {
  min-height: calc(100vh - var(--header-height-desktop));
  position: relative;
}

.layout-404-bg {
  background-image: url(images/bg-404.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.05);
}

/* Icon List */
.icon-list {
	position: relative;
}

.icon-list:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 590px;
	height: 590px;
	background: url('/wp-content/themes/swnyscca/images/sweeny-crest-teal.svg') no-repeat;
	background-size: contain;
}

.icon-list .list .col-auto {
	border-bottom: solid 1px var(--teal);
}
/* Copy Cards */
.copy-cards .copy-card > div {
	border: solid 1px var(--teal);
	padding: 2.22em;
	height: 100%;
}

.copy-cards .copy-card > div .h4 {
	border-bottom: solid 1px var(--teal);
	margin-bottom: 20px;
	padding-bottom: 20px;
	
}

/* Image Cards */
.card-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 38px;
	padding-left: 15px;
	padding-right: 15px;
}
.card-wrapper {
	height: 530px;
}
.card {
	justify-content: flex-start;
	border: 0;
	border-radius: 0;
	background: transparent;
	height: 100%;
	overflow: hidden;
	transition: 500ms ease;
	position: relative;
}

.card .card-body {
	background: var(--white);
	box-sizing: border-box;
	transition: height 500ms ease-in-out;
	height: var(--card-body-collapsed, 163px);
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.card .card-img {
	height: 100%;
	width: 100%;
}

.card .card-img img {
	height: 75%;
	width: 100%;
	object-fit: cover;
	object-position: center center;
	transition: 500ms ease;
}

.card .card-text {
	overflow: hidden;
}

.card .card-text p {
	max-height: 0;
	opacity: 0;
	transform: translateY(10px);
	transition: max-height 500ms ease, opacity 350ms ease, transform 500ms ease;
}

.card:hover  .card-text p {
	max-height: 220px;
	opacity: 1;
	transform: translateY(0);
}

.image-cards .card.is-measuring .card-body {
	height: auto !important;
	transition: none !important;
}

.image-cards .card.is-measuring .card-text p {
	max-height: none !important;
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
}

/* Swiper */

button[aria-label="1 of 1"] {
	display: none !important;
}

.swiper-slide {
	 height: auto !important;
}

.tagline-swiper,
.logos-carousel,
.testimonials-content-swiper,
.testimonials-image-swiper {
	position: relative;
	overflow: hidden;
}

.testimonial-outer-wrapper:before {
	content: "";
	background: url('/wp-content/themes/swnyscca/images/quote-icon.svg') no-repeat;
	background-size: contain;
	width: 133px;
	height: 47px;
	position: absolute;
	bottom: -23px;
	left: -39px;
	z-index: 3;
}

.testimonials-content-swiper .swiper-slide {
	background: var(--teal);
	padding: 4.44em;
}

.testimonials-content-swiper .swiper-slide .h4,
.testimonials-content-swiper .swiper-slide .author {
	color: var(--light-gray);
}

.testimonials-content-swiper .swiper-slide .title {
	color: var(--gray-fade-80);
}

.tagline-swiper .swiper-wrapper,
.logos-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.logos-swiper .swiper-wrapper {
	align-items: center;
}

.logos-swiper .swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 2em;
	padding-right: 2em;
	max-width: 300px;
}

.logos-swiper .swiper-slide img {
	max-height: 125px;
}

.tagline-swiper .swiper-slide {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	width: auto;
	padding-left: 4em;
	padding-right: 4em;
}

.swiper-arrows {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
	position: absolute;
	bottom: 4.44em;
	right: calc(4.44em + 15px);
}

.swiper-slide .author-wrapper {
	position: absolute;
	bottom: 4.44em;
	left: 4.44em;
}

.swiper-pagination + .swiper-arrows {
	margin-top: 1.5em;
}

.swiper-button-next, .swiper-button-prev {
	position: relative;
	top: unset;
	height: 48px;
	width: 48px;
	color: unset;
	margin: 0;
	background-image: url(/wp-content/themes/swnyscca/images/arrow-icon.svg);
	background-size: 30px;
	background-position: center;
	background-color: var(--light-teal);
	background-repeat: no-repeat;
	left: unset;
	right: unset;
	transition: 0.5s background-color, 0.5s opacity
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	opacity: 0.8;
}

.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}

.swiper-button-next {
	
	
}

.swiper-button-disabled {
	background-color: var(--dark-teal);
}

.swiper-button-next.swiper-button-disabled {
	background-image: url(/wp-content/themes/swnyscca/images/arrow-icon-disabled.svg);
	transform: rotate(180deg);
}

.swiper-button-prev:not(.swiper-button-disabled) {
	transform: rotate(180deg);
}

.swiper-button-prev.swiper-button-disabled {
	background-image: url(/wp-content/themes/swnyscca/images/arrow-icon-disabled.svg);
	
}

.swiper-pagination {
	position: relative;
	opacity: 1;
	bottom: unset;
	margin-top: 2em;
	height: 6px !important;
}

.swiper-horizontal>.swiper-pagination-progressbar {
	background: #F4F1EE;
	height: 8px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #209EDD;
}

/* Filter */

.filter {
	width: 100%;
	position: relative;
	cursor: pointer;
	line-height: 1;
}

.filter .active {
	padding: 0.8em 1.7em;
	background-color: transparent;
	background-image: url(/wp-content/themes/swnyscca/images/ICON_NAME_HERE.svg);
	background-size: 16px;
	background-position: 93% center;
	background-repeat: no-repeat;
	padding-right: 2.5em;
	color: #1E1E1E;
	border: 2px solid #209EDD;
	width: 100%;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.filter .dropdown {
	position: absolute;
	background: #ffffff;
	width: 300px;
	z-index: 998;
	border: 0;
	transform: translateY(-6px);
	transition: 300ms transform, 300ms opacity;
	opacity: 0;
	pointer-events: none;
}

#markets .dropdown {
	width: 400px;
}

.filter .dropdown.show {
	transform: translateY(0);
	pointer-events: auto;
	opacity: 1;
}

.filter .dropdown .option {
	padding: 0.8em 1.7em;
	transition: 0.5s all;
	border: 2px solid rgba(30,30,30,0.08);
	color: #1E1E1E;
	margin-top: -2px;
}

.filter .dropdown .option:hover {
	background: rgba(30,30,30,0.08);
}

.checkbox {
	display: flex;
	align-items: center;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 1.1em;
	cursor: pointer;
}

.checkbox span {
	border: 1px solid #DDE2E5;
	height: 30px;
	width: 30px;
	display: inline-flex;
	margin-right: 0.5em;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 4px;
	background: #ffffff;
}

.checkbox.checked span:before {
	content: "";
	background-image: url(/wp-content/themes/swnyscca/images/ICON_NAME_HERE.svg);
	transform: rotate(45deg);
	background-size: cover;
	height: 24px;
	width: 25px;
	position: absolute;
}

/* Isotope */

.hidden-item {
	display: none;
}

.grid-item {
	margin-bottom: 60px;
}

.grid-item:last-of-type {
	margin-bottom: 0;
}

/* Table */

table {
	width: 100%;
	font-size: 1em;
	line-height: 1;
}

thead {
	background: #F4F4F4;
}

th {
	padding: 1em;
}

th:last-of-type {
	padding-right: 4em;
}

td {
	border: 0;
	padding: 1em;
}

/* Accordion */
.accordion-section img {
	max-height: 761px;
	min-height: 500px;
	object-fit: cover;
}

.accordion {
	padding: 0;
	margin: 0;
}

.accordion > li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	font-size: 1em;
	margin-bottom: 2em;
	cursor: default;
	background: var(--white);
	transition: 0.5s ease;
}

.accordion li:not(.open) {
	cursor: pointer;
}

.accordion li:last-child {
	margin-bottom: 0;
}

.accordion h4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 18px;
	color: var(--black);
}

.accordion li:not(.open):hover h3 {
	opacity: 0.6;
}

.accordion li.open {
	background: var(--teal);
}

.accordion > li.open p, li {
	color: var(--gray-fade-80);
}

.accordion li.open h4 {
	color: var(--white);
}

.accordion h4 span {
	width: 90%;
}

.accordion .answer {
	display: none;
	margin-top: 0;
	padding-bottom: 1.5em;
	padding-left: 1.5em;
	padding-right: 1.5em;
	margin-bottom: 0;
	
}

.accordion .answer p,
.accordion .answer li,
.accordion .answer a,
.accordion .answer span {
	font-size: 16px;
}

.accordion .answer ul {
	margin-left: 0;
}

.accordion .answer p:has(+ ul) {
	margin-bottom: 1em;
}

.accordion-section .accordion h4 > span {
	font-size: 24px;
}

.accordion li .icon {
	height: 16px;
	width: 16px;
	background-size: cover;
	position: relative;
	display: block;
	transition: 0.5s all;
}

.accordion li .icon {
	height: 2px;
	width: 16px;
	background: var(--black);
	position: relative;
}

.accordion li .icon:before {
	content: "";
	height: 16px;
	width: 2px;
	background: var(--black);
	position: absolute;
	top: calc(50% - 8px);
	left: calc(50% - 1px);
	transition: 500ms all;
}

.accordion li.open .icon {
	background: var(--light-gray);
}
.accordion li.open .icon:before {
	background: var(--light-gray);
	transform:rotate(90deg);
}

/* Lists */

ul {
	padding: 0;
	margin-left: 2.5em;
	list-style-type: disc;
}

ul, ol {
	list-style-position: inside;
}

ul li,
ol li {
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

ul.two-col {
	display: flex;
	flex-wrap: wrap;
}

ul.two-col li {
	width: 50%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.featured-list .featured-items > div > span {
	border-top: solid 1px var(--light-teal);
	display: block;
	width: 100%;
	font-family: "IBM Plex Sans";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color: var(--gray);
}

.featured-list .featured-items > div.teal-border-bottom > span {
	border-bottom: solid 1px var(--light-teal);
}

.featured-list .featured-items > div > .marker {
	content: url('/wp-content/themes/swnyscca/images/hex-icon.svg');
	width: 6px;
	height: 6px;
}

/* Gravity Forms */
.gform_wrapper input, .gform_wrapper textarea {
	background-color: var(--light-gray) !important;
	border: solid 1px var(--gray) !important;
	font-family: "IBM Plex Sans", sans-serif !important;
	color: var(--black-fade-40) !important;
	font-size: 1.11em !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 140% !important;
	box-shadow: none !important;
	padding: 24px 16px !important;
	height: 28px !important;
	border-radius: 0 !important;
	transition: 500ms ease !important;
	outline: none !important;
}

.gform_wrapper input::placeholder, .gform_wrapper textarea::placeholder {
	font-size: 1.11em !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 140% !important;
	color: var(--black-fade-40) !important;
}

.gform_wrapper textarea {
	min-height: 138px !important;
}

.gform_wrapper .ginput_container_select {
	padding: 5px 0 !important;
	background-color: var(--light-gray) !important;
	border: solid 1px var(--gray) !important;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 500ms ease !important;
}

.gform_wrapper .ginput_container_select select {
	font-family: "IBM Plex Sans", sans-serif !important;
	color: var(--black-fade-40) !important;
	font-size: 1.11em !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 140% !important;
	padding: 0 16px !important;
	background-color:  var(--light-gray) !important;
	border: 0 !important;
	box-shadow: none !important;
	display: flex !important;
	align-items: center !important;
	border-radius: 0 !important;
 }

.gform_wrapper input:hover, .gform_wrapper textarea:hover, .gform_wrapper select:hover, .gform_wrapper .ginput_container_select:hover {
	border-color: var(--black-fade-40) !important;
	outline: none !important;
}

.gform_wrapper input:focus, .gform_wrapper textarea:focus, .gform_wrapper select:focus,
.gform_wrapper input.valid, .gform_wrapper textarea.valid, .gform_wrapper .ginput_container_select:has( > select.valid), .gform_wrapper select.valid {
	border-color: var(--black) !important;
	color: var(--black) !important;
	outline: none !important;
}

.gform_wrapper label, #gform_confirmation_message_1 {
	font-family: "Chakra Petch" !important;
	font-size: 18px !important;
	font-style: normal !important;
	font-weight: 700 !important;
	line-height: 105% !important;
	letter-spacing: 1.8px !important;
	text-transform: uppercase !important;
	color: var(--black-fade-65) !important;
}

.gform_wrapper .gform_required_legend {
	display: none !important;
}

.gform_wrapper .submit-btn-wrapper {
	position: relative;
}

.gform_wrapper .btn-primary {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: "IBM Plex Sans", sans-serif !important;
	font-size: clamp(16px, 0.88em, 0.88em) !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: 164% !important;
	display: inline-flex !important;
	padding: 12px 24px !important;
	justify-content: center !important;
	align-items: center !important;
	cursor: pointer !important;
	background: var(--light-teal) !important;
	color: var(--white) !important;
	transition: 500ms all !important;
	border-radius: 0 !important;
}

.gform_wrapper .btn-primary:hover {
	background: var(--teal) !important;
}

.gform_wrapper .btn-primary[disabled] {
	color: var(--black-fade-65) !important;
	background: var(--black-fade-40) !important;
	cursor: default !important;
}

.gform_wrapper label.invalid {
	font-family: "IBM Plex Sans" !important;
	font-size: clamp(16px, 0.88em, 0.88em) !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 150% !important;
	color: var(--red) !important;
	text-transform: none !important;
	margin-top: 12px !important;
	display: block !important;
}

.gform_wrapper input.invalid, .gform_wrapper textarea.invalid, .gform_wrapper select.invalid { 
	border: solid 1px var(--red) !important;
}

.gform_wrapper .gfield_required {
	width: 4px;
    height: 4px;
    background: var(--red);
    border-radius: 50%;
    position: relative;
	top: -10px;
}

.gform_wrapper .gfield_required .gfield_required_custom, .gform_wrapper  .gfield_required_asterisk {
	display: none !important;
}

#gform_1 .gform-footer {
	position: absolute;
    bottom: 0;
    left: calc(50% + 8px);
}

@media screen and (max-width: 640px) {
	.gform_wrapper .btn-primary {
		position: relative !important;
		margin-top: 40px !important;
	}
	#gform_1 .gform-footer {
		position: relative;
		bottom: 0;
		left: 0;
		margin-top: 0;
	}
}

/* Footer */

footer {
	color: var(--white);
	background: var(--dark-teal);
}

footer .container > .row:first-of-type {
	border-bottom: solid 1px var(--white-fade-20);
}

footer .logo img {
	width: 100%;
}

footer .icon {
	position: relative;
	top: 6px;
}

footer .social {
	height: 44px;
	width: 44px;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px var(--white-fade-20);
	border-radius: 50%;
	transition: 500ms all;
}

footer .social:hover {
	background: var(--teal);
 }

footer .social-wrapper > div:first-of-type .social {
	margin-left: 0;
}

footer .social:hover {
	text-decoration: none;
}

footer .social img {
	height: 16px;
	width: 16px;
}

footer a {
	text-decoration: none;
	font-weight: 500;
}

footer a:hover {
	text-decoration: underline;
}

footer .menu-utility-container {
	width: 100%;
}

footer ul#menu-utility {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	gap: 1.33em;
}

footer li {
	list-style-type: none;
	margin: 0;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
	text-align: center;
}

footer li a {
	margin-bottom: 0;
	color: var(--white);
	font-family: "IBM Plex Sans";
	font-size: clamp(16px, 0.88em, 0.88em);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

footer li:last-child a {
	margin-bottom: 0;
}

footer li:hover a {
	color: var(--white);
}

#menu-footer-secondary-navigation {
	flex-direction: row;
	justify-content: center;
}

#menu-footer-secondary-navigation li {
	width: auto;
	margin-right: 0.5em;
	margin-left: 0.5em;
	margin-bottom: 0;
}

#menu-footer-secondary-navigation li a {
	font-size: 0.8em;
	font-weight: normal;
	color: rgba(255,255,255,0.7);
}

#menu-footer-secondary-navigation li a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

footer .fw img {
	height: 35px;
	opacity: 0.5;
	transition: 0.5s all;
}

footer .fw:hover img {
	opacity: 1;
}

/* Animations */

.swipe-up,
.swipe-down,
.reveal-down,
.grow-up,
.grow-down {
	overflow: hidden;
}

.swipe-up span {
	transform: translateY(100%);
	transition: 1s transform cubic-bezier(0.190, 1.000, 0.220, 1.000);
	display: block;
}

.swipe-up.in span {
	transform: translateY(0);
}

.swipe-down span {
	transform: translateY(-100%);
	transition: 1s transform cubic-bezier(0.190, 1.000, 0.220, 1.000);
	display: block;
}

.swipe-down.in span {
	transform: translateY(0);
}

.reveal-down > div {
	clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
	transition: 1s clip-path;
	display: block;
}

.reveal-down.in > div {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.grow-up > div,
.grow-down > div {
	transform: scaleY(0);
	transition: 1s transform cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.grow-up.in > div,
.grow-down.in > div {
	transform: scaleY(1);
}

.grow-down > div {
	transform-origin: top;
}

.grow-up > div {
	transform-origin: bottom;
}

.fade-up {
	transform: translateY(100%);
	transition: 0.8s all ease-out;
}

.fade-up.in {
	transform: translateY(0%);
}

.fade-in {
	opacity: 0;
	top: 100px;
	transition: 0.6s opacity ease-in-out 0.2s, 0.6s top ease-in-out 0.2s;
	position: relative;
	transition-delay: calc(var(--i) * 0.1s + 0.2s);
}

.fade-in.in {
	opacity: 1; 
	top: 0;
}

@media screen and (min-width: 1101px) {
	.card:hover .card-body {
		height: var(--card-body-expanded, 480px);
	}
}

@media only screen and (min-width: 1800px) {
	/* Accordion */
	.accordion-section img {
		min-width: 600px;
		height: 100%;
		object-fit: cover;
	}
}

@media only screen and (min-width: 2000px) {
	/* Global */
	
	html {
		font-size: 24px;
	}

	.d-xxl-none {
		display: none !important;
	}

	.d-xxl-block {
		display: block !important;
	}

}

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

}


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

	.card-wrapper {
		height: 560px;
	}

}

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

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

	#header .bg-crest img {
		right: calc(2.5% + 200px);
		
	}


}

@media only screen and (max-width: 1300px) {
	/* Global */

	.container.full-width {
	    width: 100%;
	    max-width: 100%;
	}

	.container {
		max-width: 90%;
		width: 90%;
	}

	#header .bg-crest img {
		right: calc(5% + 150px);
		height: 300px;
		width: 300px;
	}

	/* Typography */


	/* Header */

	/* Header Navigation */


	/* Helpers */

}

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

	html {
		font-size: 16px;
	}

	

	/* Typography */


	/* Header */
	#header .bg-crest img {
		left: calc(90% - 300px);
		height: 300px;
	}


	/* Header Navigation */

	/* Headline */
	.large-headline {
		font-size: 2em;
	}

	/* Cards */
	.card-grid {
		gap: 20px;
	}

	.card-wrapper {
		height: 585px;
	}
}

@media only screen and (max-width: 1100px) {
	.card-grid {
		grid-template-columns: 1fr;
		row-gap: 24px;
	}
	.card .card-text p {
		max-height: none;
		opacity: 1;
		transform: none;
		transition: none;
	}
	.card .card-body {
		height: auto;
		position: relative;
		
	}
	.card .card-img {
		height: 350px;
	}
	.card .card-img img {
		height: 100%;
	}
	.card-wrapper {
		height: auto;
	}
	
}

@media only screen and (max-width: 1024px) {
	/* Global */


	/* Typography */


	/* Header Navigation */


	/* Helpers */

	.bg-image.parallax {
		background-attachment: unset;
	}

	/* Special Layouts */


	/* Isotope */
}

@media only screen and (min-width: 1200px) and (max-height: 750px) {
	/* Header Navigation */


	/* Special Layouts */
	
}

@media only screen and (max-width: 992px) {
	/* Global */

	.row {
		padding-top: 4em;
		padding-bottom: 4em;
	}
	
	.py-small {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	.pt-small {
		padding-top: 2em;
	}

	.pb-small {
		padding-bottom: 2em;
	}

	/* Typography */


	/* Header */
	header.container-fluid {
		height: 90px;
	}

	.animated-logo-wrapper .logo-icon img {
		height: 60px;
	}

	header #logo {
		padding-left: 0;
	}

	#header .bg-crest img {
		left: calc(90% - 150px);
		height: 200px;
		width: 200px;
	}

	/* Header Navigation */

	.nav-icon.close:after {
		width: 100%;
	}

	#navigation {
		margin: inherit;
	}

	#menu-primary-navigation > li:not(.nav-btn-primary):after {
		content: "";
		background-size: contain;
		background-image: url(/wp-content/themes/swnyscca/images/arrow-down-icon.svg);
		background-repeat: no-repeat;
		background-position: center center;
		display: inline-block;
		width: 24px;
		height: 24px;
		position: absolute;
		right: 0px;
	}

	.menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		background: var(--white);
	    height: calc(100vh - 70px);
	    width: 100%;
	    left: 0;
	    position: fixed;
	    top: calc(-100vh - 70px);
	    display: flex;
	    align-items: flex-start;
	    justify-content: center;
	    overflow-y: scroll;
	}

	.logged-in .menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		height: calc(100vh - 70px - 32px);
	}

	.menu-primary-navigation-container.visible {
		top: 90px;
	}

	.logged-in .menu-primary-navigation-container.visible {
		top: calc(90px + 32px);
	}

	#menu-primary-navigation {
		flex-direction: column;
		align-items: flex-start;
		margin: 0;
		padding: 0;
		width: 90%;
		min-width: 90%;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 2em;
	}

	#menu-primary-navigation li {
		margin-bottom: 24px;
		padding-bottom: 24px;
		border-bottom: solid 1px var(--teal-fade-12);
	}

	#menu-primary-navigation li.nav-btn-primary {
		border-bottom: 0;
		margin-top: 12px;
	}

	#menu-primary-navigation li, #menu-primary-navigation .sub-menu li {
		display: block;
		margin-right: 0;
		margin-left: 0;
		text-align: left;
		width: 100%;
	}

	#menu-primary-navigation a {
		font-size: clamp(20px, 1.25em, 1.25em);
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		padding-left: 0;
		height: auto;
		width: 100%;
		margin: 0;
		text-align: left;
	}

	#menu-primary-navigation .sub-menu {
		display: none;
		position: relative;
		background: transparent;
		padding-top: 0;
		padding-bottom: 0;
		border: 0;
	}

	#menu-primary-navigation .sub-menu li {
		padding: 0;
		margin: 0;
	}

	#menu-primary-navigation .sub-menu a {
		font-size: 2em;
		display: inline-block;
		padding-top: 0.8em;
		padding-bottom: 0.8em;
	}

	#menu-primary-navigation .sub-menu a:after {
		display: none;
	}

	#menu-primary-navigation .menu-item-has-children > a:after {
		height: 10px;
		width: 14px;
	}

	#menu-primary-navigation .sub-menu a:before {
		display: none;
	}

	/* Special Layouts */

	/* Icon List */
	.icon-list:before {
		display: none;
	}

	#header {
		margin-top: 90px;
	}

	.card .card-text p {
		max-height: none;
		opacity: 1;
		transform: none;
		transition: none;
	}

	/* Image Text */
	.image-text > .container > .row:has(+ .right-0) {
		padding-top: 0;
	}

	.image-text .position-absolute {
		height: 430px;
		width: 100%;
		top: 0;
	}

	.image-text > .container > .row {
		padding-top: 0;
	}

	.image-text .image-wrapper.right-0 + .copy-wrapper {
		margin-top: calc(430px + 4em);
		margin-bottom: 0 !important;
	}

	/* Accordions */
	.accordion-section .position-absolute {
		display: none;
	}

	/* Headline */
	.large-headline {
		font-size: 1.5em;
	}

	/* Gravity Forms */

}

@media only screen and (max-width: 782px) {
	/* Header */

	.logged-in header #menu {
		top: 46px;
	}

	/* Header Navigation */

	.logged-in .menu-primary-navigation-container, .logged-in .menu-primary-navigation-container {
		height: calc(100vh - 70px - 46px);
	}

	.logged-in .menu-primary-navigation-container.visible {
		top: calc(69px + 46px);
	}

	/* Special Layouts */

	.logged-in #header {
		margin-top: 46px;
	}
}

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

	#wpadminbar {
		position: fixed !important;
	}

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

	.row {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	
	.py-small {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}

	.pt-small {
		padding-top: 1.5em;
	}

	.pb-small {
		padding-bottom: 1.5em;
	}

	/* Typography */
	h2 {
		font-size: clamp(48px, 3em, 3em );
	}

	h3 {
		font-size: clamp(40px, 2.85em, 2.85em );
	}

	.eyebrow {
		font-size: clamp(16px, 1em, 1em );
	}

	/* Header */
	#header .bg-crest {
		display: none;
	}


	/* Helpers */

	.bg-image {
    	min-height: 500px;
		height: 100%;
    }

    .bg-video .video {
    	opacity: 1;
    }

	/* Header Navigation */

	#nav-icon {
		margin-right: 0;
	}

	/* Special Layouts */

	.featured-list .featured-items > div:not(:last-child).teal-border-bottom > span {
		border-bottom: 0;
	}

	/* Cards */

	.card .card-img {
		height: 226px;
	}

	/* Image Text */
	.image-text .image-wrapper.right-0 + .copy-wrapper {
		margin-top: calc(430px + 3em);
	}

	/* Tables */

	table {
		display: block;
		overflow: scroll;
	}

	th, td {
		font-size: 0.7em;
	}

	td {
		line-height: 1.2;
	}
	
	th:last-of-type {
		padding-right: 2em;
	}

	td:last-of-type {
		padding-right: 2em;
	}

	/* Lists */
	ul.two-col li {
		width: 100%;
		padding-right: 0;
	}

	/* Headline */
	.large-headline {
		font-size: clamp(20px, 1.125em, 1.125em );
	}

	/* Gravity Forms */
	

	/* Footer */
	footer ul#menu-utility {
		justify-content: flex-start;
		gap: 1.33em;
	}

	footer li {
		text-align: left;
		width: auto;
	}

	.copy-cards .copy-card > div {
		padding: 1.5em;
	}

	.testimonials .quote {
		margin-bottom: 48px;
	}

	.testimonials .quote .h4 {
		font-size: clamp(25px, 1.56em, 1.56em );
		text-align: center;
	}
	.testimonials .quote > .separator-2 {
		height: 1em;
	}
	.testimonials .quote .author, .testimonials .quote .title {
		text-align: center;
	}
	.swiper-slide .author-wrapper {
		position: relative;
		bottom: unset;
		left: unset;
	}
	.testimonials .swiper-slide {
		/* min-height: 100% */
		height: auto;
	}
	.testimonials .swiper-arrows {
		right: calc( 50% - 50.5px);
		bottom: calc(4.44em - 48px);
	}
	.testimonials .swiper-arrows > div {
		height: 48px;
		width: 48px;
	}
	.swiper-button-next, .swiper-button-prev {
		background-size: 40px;
	}
	.testimonial-outer-wrapper:before {
		width: 83.06px;
		height: 29.7px;
		left: -20px;
		bottom: -15px;
	}
	.testimonials-content-swiper .swiper-slide {
		padding: 3.5em 1.25em;
	}

}

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

}

@media only screen and (max-width: 500px) {
	.testimonials .quote .h4 {
		font-size: clamp(20px, 1em, 1em );
	}

	.copy-cards .copy-card > div .h4 {
		font-size: clamp(26px, 1.85em, 1.85em );
	}

	/* Typography */
	h2 {
		font-size: 2.5em;
	}
	h3 {
		font-size: 2.1em;
	}
	h4, .h4 {
		font-size: 1.7em;
	}
}

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

}

@media only screen and (max-width: 400px) {
	html {
		font-size: 14px;
	}

	/* Special Layouts */
}

#tinymce p,
#tinymce li,
#tinymce a {
	color: #000000 !important;
}