:root {
	/* Text Color */
	--bd-body-color-maysquare: #302736;
	--bs-body-color: #302736;
	--bs-primary-maysquare: #302736;
	--bs-secondary-maysquare: #d5104b;
	--bs-primary-rgb-maysquare: 48, 39, 54;
	--gray-100-maysquare: #b4aeb4;
	--bs-btn-hover-bg-maysquare: #302736;
	--bs-btn-hover-border-color-maysquare: #302736;
}

.maysquare .navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

/* Default */

html .maysquare,
body .maysquare{
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	color: var(--bd-body-color-maysquare);
}

/* Margin */
.maysquare .mb-20 {
	margin-bottom: 20px;
}

.maysquare .mb-30 {
	margin-bottom: 30px;
}


/* Padding */
.maysquare .px-6 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
}
/* Font Size */
.maysquare h1, .maysquare .h1 { font-size: 3.125rem;/* ~50px */ }
.maysquare h2, .maysquare .h2 {font-size: 2.5rem;/* ~40px */}
.maysquare h3, .maysquare .h3 { font-size: 2rem;/* ~32px */}
.maysquare h4, .maysquare .h4 { font-size: 1.75rem; /* ~28px */}
.maysquare h5, .maysquare .h5 { font-size: 1.5rem; /* ~24px */}
.maysquare h6, .maysquare .h6 { font-size: 1.25rem; /* ~20px */ }

.maysquare h1, .maysquare h2, .maysquare h3, .maysquare h4, .maysquare h5, .maysquare h6{ font-family: "Montserrat", sans-serif; font-weight: 600 !important;line-height: 1.2;}
/* Font Color */
.maysquare .text-primary {
	color: var(--bs-primary-maysquare) !important;
}

.maysquare .text-red {
	color: var(--bs-secondary-maysquare) !important;
}

/* Font Styles */
.maysquare .link-underline-none {
	text-decoration: none;
}

/* Links */
.maysquare .hover-slide {
	display: inline-block;
	position: relative;
	transition: transform 0.3s ease;
}

.maysquare .hover-slide:hover {
	transform: translateX(5px);
}

/* Buttons */
.maysquare .btn{
	font-size: 16px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.maysquare .btn-primary-medium {
	font-weight: 500;
}

.maysquare .btn-primary-semibold {
	font-weight: 600;
}

.maysquare .btn-primary {
	padding: 12px 25px;
	color: #ffffff;
	background-color: var(--bs-secondary-maysquare);
	border: var(--bs-secondary-maysquare);
	border-radius: 0;
	text-transform: uppercase;
	transition: color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.maysquare .btn-hero-cta {
	padding: 20px 60px;
	color: #ffffff;
	background-color: transparent;
	border: solid 1px #ffffff;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

.maysquare .btn-check:checked+.btn,
.maysquare .btn.active,
.maysquare .btn.show,
.maysquare .btn:first-child:active,
:not(.maysquare .btn-check)+.maysquare .btn:active,
.maysquare .btn-primary:hover {
	color: #ffffff;
	background-color: var(--bs-primary-maysquare);
	border-color: var(--bs-primary-maysquare);
	box-shadow: inset 0 0 0 2px var(--bs-primary-maysquare);
	/* Creates the "inside-out" border effect */
}

/* Navbar styles */
.maysquare .header {
	width: 100%;
	z-index: 1000;
	background-color: transparent !important;
	position: absolute;
	top: 0;
}

.maysquare .top-nav {
	background-color: rgba(0, 0, 0, 0.4);
	color: #ffffff;
	padding: 10px 0;
	width: 100%;
	z-index: 1000;
	position: absolute;
}

.maysquare .header.transparent {
	background-color: transparent !important;
}


@media(min-width:768px){
	.maysquare .header.transparent {
		top: 110px;
	}
}

@media(min-width:1200px){
	.maysquare .header.transparent {
		top: 150px;
	}
}

@media(min-width:1400px){
	.maysquare .header.transparent {
		top: 130px;
	}
}

.maysquare .navbar-nav .nav-link {
	color: #ffffff !important;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

.maysquare .navbar-nav .nav-link:hover {
	color: var(--bs-secondary-maysquare) !important;
}

.maysquare .header.scrolled .navbar-nav .nav-link {
	color: var(--bs-primary-maysquare) !important;
}
/* Form */
.maysquare .wpcf7-form input[type="text"],
.maysquare .wpcf7-form input[type="email"],
.maysquare .wpcf7-form input[type="tel"],
.maysquare .wpcf7-form input[type="date"],
.maysquare .wpcf7-form select {
	border: 1px solid #b4aeb4;
	border-radius: 0;
	font-size: 16px;
	font-weight: 500;
	padding: 15px 23px;
	height: auto;
}

.maysquare .wpcf7-form input::placeholder,
.maysquare .wpcf7-form select::placeholder {
	color: #b4aeb4;
	font-size: 16px;
	font-weight: 500;
}

.maysquare .wpcf7-form input[type="submit"] {
    background-color: var(--bs-secondary-maysquare) !important;
    color: white;
    border: none;
    border-radius: 0;
    padding: 15px 70px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase; 
}

.maysquare .wpcf7-form input[type="submit"]:hover {
    background-color: var(--bs-primary-maysquare) !important;
}

.maysquare .wpcf7 select {
	color: #b4aeb4;
}

.maysquare .wpcf7-spinner {
	display: block !important;
}
/* Inner Page Banner */
.maysquare .inner-page-banner {
	background-size: cover;
	background-position: center;
	height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	position: relative;
	    margin-top: 66px;
}
.maysquare .inner-page-banner .container {
	z-index: 10;
}
.maysquare .inner-page-content {
	text-align: left;
	z-index: 9999;
	padding: 35px 55px;
	width: 100%;
	margin-top: 100px;
	text-align: center;
}

/* Hero Banner */
.maysquare .hero-banner {
	background-size: cover;
	background-position: center;
	height: 100vh;
	min-height: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	position: relative;
	margin-top: 66px;
}

.maysquare .hero-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.maysquare .hero-banner .container {
	z-index: 10;
}
.maysquare .hero-content {
	text-align: left;
	z-index: 9999;
	padding: 35px 55px;
	background-color: rgba(213, 16, 75, 0.8);
	max-width: 544px;
}
.maysquare .cta-button {
	margin-top: 20px;
	padding: 10px 20px;
	background-color: rgba(255, 255, 255, 0.8);
	color: black;
	border: none;
	border-radius: 5px;
}
/* Swiper */
.maysquare .swiper {
	width: 100%;
	height: 100%;
}
.maysquare .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
}
/* Image Slider */
.maysquare .gallery-swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.maysquare .gallery-swiper .swiper-button-next {
	right: 15% !important;
}

.maysquare .gallery-swiper .swiper-button-prev {
	left: 15% !important;
}

.maysquare .swiper-button-next.swiper-button-disabled,
.maysquare .swiper-button-prev.swiper-button-disabled {
	opacity: 1 !important;
}
/* Swiper Button */
.maysquare .swiper-button-next,
.maysquare .swiper-button-prev {
	color: #000 !important;
}

.maysquare .swiper-button-next:after,
.maysquare .swiper-button-prev:after {
	content: "" !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 52px !important;
}

.maysquare .swiper-button-next,
.maysquare .swiper-button-prev {
	width: 50px !important;
	height: 50px !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.maysquare .swiper-button-next {
	background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" fill="white" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 0c-6.623 0-12 5.377-12 12s5.377 12 12 12 12-5.377 12-12-5.377-12-12-12zm0 1c-6.071 0-11 4.929-11 11s4.929 11 11 11 11-4.929 11-11-4.929-11-11-11zm4.828 11.5l-4.608 3.763.679.737 6.101-5-6.112-5-.666.753 4.604 3.747h-11.826v1h11.828z"/></svg>') !important;
}

.maysquare .swiper-button-prev {
	background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg"  fill="white" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 0c6.623 0 12 5.377 12 12s-5.377 12-12 12-12-5.377-12-12 5.377-12 12-12zm0 1c6.071 0 11 4.929 11 11s-4.929 11-11 11-11-4.929-11-11 4.929-11 11-11zm-4.828 11.5l4.608 3.763-.679.737-6.101-5 6.112-5 .666.753-4.604 3.747h11.826v1h-11.828z"/></svg>') !important;
}

/* Thumbnail Gallery */
.maysquare .floor-plan-section__swiper {
	position: relative !important;
}

.maysquare .floor-plan-section__swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.maysquare .floor-plan-section__swiper .swiper {
	width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.maysquare .floor-plan-section__swiper .swiper-thumbnail.swiper {
	width: 100%;
    height: 168px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.maysquare .swiper-thumbnail {}
.maysquare .floor-plan-section__swiper .swiper-slide {
	background-size: cover;
	background-position: center;
}

.maysquare .floor-plan-section__swiper .swiper-thumbnail-2 {
	height: 60% !important;
	width: 100%;
}

.maysquare .swiper-thumbnail .swiper-button-next {
	right: 0 !important;
}

.maysquare .swiper-thumbnail .swiper-button-prev {
	left: 0 !important;
}

.maysquare .floor-plan-section__swiper .swiper-button-next {
	position: absolute;
	right: 0;
	top: 92%;
	transform: translateY(-50%);
	z-index: 10;
	background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" fill="gray" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 0c-6.623 0-12 5.377-12 12s5.377 12 12 12 12-5.377 12-12-5.377-12-12-12zm0 1c-6.071 0-11 4.929-11 11s4.929 11 11 11 11-4.929 11-11-4.929-11-11-11zm4.828 11.5l-4.608 3.763.679.737 6.101-5-6.112-5-.666.753 4.604 3.747h-11.826v1h11.828z"/></svg>') !important;
}

.maysquare .floor-plan-section__swiper .swiper-button-prev {
	position: absolute;
	left: 0;
	top: 92%;
	transform: translateY(-50%);
	z-index: 10;
	background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg"  fill="gray" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 0c6.623 0 12 5.377 12 12s-5.377 12-12 12-12-5.377-12-12 5.377-12 12-12zm0 1c6.071 0 11 4.929 11 11s-4.929 11-11 11-11-4.929-11-11 4.929-11 11-11zm-4.828 11.5l4.608 3.763-.679.737-6.101-5 6.112-5 .666.753-4.604 3.747h11.826v1h-11.828z"/></svg>') !important;
}

.maysquare .swiper-thumbnail {
	height: 0;
	box-sizing: border-box;
	padding: 10px 0;
}

.maysquare .swiper-thumbnail .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.maysquare .swiper-thumbnail .swiper-slide-thumb-active {
	opacity: 1;
}

/* Features and Amenities */
.maysquare .features-section__card_item .card {
	transition: all 0.3s ease;
}

.maysquare .features-section__card_item .card:hover {
	background-color: var(--bs-secondary-maysquare);
}

.maysquare .features-section__card_item .card .heading {
	color: var(--bs-secondary-maysquare);
	max-width: 200px;
}

.maysquare .features-section__card_img {
	text-align: left;
}
.maysquare .features-section__card_icon {
	height: 90px;
}
.maysquare .features-section__card_item .card:hover .features-section__card_icon {
	filter: brightness(0) invert(1);
	/* This will turn the image white */
}

.maysquare .features-section__card_item .card:hover .features-section__card_content,
.maysquare .features-section__card_item .card:hover .heading {
	color: #ffffff !important;
}
.maysquare .features-section__card_item .card-body {
	padding: 20px 45px !important;
}
/* Contact Us */
.maysquare .contact-us__map {
	max-height: 500px !important;
	height: 500px;
}

/* Footer */

.maysquare footer  {
    background-color: unset!important;
    font-size: unset!important;
    color: unset!important;
	padding: unset!important;
}
.maysquare .footer .container {
	padding-top: 50px!important;
	padding-bottom: 50px!important;
}

.maysquare .footer-address {
	margin-bottom: 30px;
}

.maysquare .footer-menu {
	margin-bottom: 20px;
}

.maysquare .footer-menu .border-separator {
	border-right: solid 1px var(--bs-primary-maysquare) !important;
}

.maysquare .footer-menu .border-separator:last-child {
	border-right: solid 0px var(--bs-primary-maysquare) !important;
}

.maysquare .footer-menu .nav-link {
	padding: 0 60px;
	font-weight: 500;
	font-size: 14px;
	color: var(--bs-primary-maysquare) !important;
}

.maysquare .link-primary:focus,
.maysquare .link-primary:hover,
.maysquare .footer-menu .nav-link:focus,
.maysquare .footer-menu .nav-link:hover {
	color: var(--bs-secondary-maysquare) !important;
}
/* Targeting iPad Mini specifically */
@media (min-width: 768px) and (max-width: 1024px) {
	.maysquare .footer-menu .nav-link {
		padding: 0 20px;
	}
}
@media (min-width: 912px) {
    .maysquare .btn-hero-cta-mobile, .close-btn {
        display: none;
    }
}
/* Mobile Global */
@media (max-width: 912px) {
   .maysquare  h1, .maysquare .h1 {
        font-size: 2rem;
    }
	.maysquare h2, .maysquare .h2 {
		font-size: 1.8rem; /* ~32px */
	}
    .maysquare h5, .maysquare .h5 {
        font-size: 1.5rem; 
    }
	.maysquare .px-6 {
		padding-right: 1rem !important;
		padding-left: 1rem !important;
	}
	.maysquare .section-padding {
		padding-top: 30px;
		padding-bottom: 30px;
	}
    .maysquare .section-text {
        max-width: 100%;
        margin: auto;
        padding: 0 35px;
		font-size: 14px;
    }
	.maysquare .container {
        padding-right: 2.1875rem; /* 35px in rem */
        padding-left: 2.1875rem;  /* 35px in rem */
    }
	.maysquare .contact-us-section .container {
        padding-right: 0;
        padding-left: 0;
    }
	.maysquare .contact-us-section .contact-us__form {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
	}
	.maysquare header #menu-footer-menu{
		width:100%;
	}
}
/* Mobile - Inner Sections */
@media (max-width: 912px) {
    .maysquare .hero-banner .container {
        padding: 0;
    }
    .maysquare .btn-hero-cta {
        display: none;
    }
    .maysquare .gallery-swiper .swiper-button-next {
        right: 5% !important;
    }
    .maysquare .gallery-swiper .swiper-button-prev {
        left: 5% !important;
    }
	.maysquare .features-section__card_img {
		text-align: center;
	}
	.maysquare .features-section__card_content {
		font-size: 12px;
	}
	.maysquare .features-section__card_item .card-body {
		padding: 10px !important;
	}
	.maysquare .features-section__card_item .card .heading {
		color: var(--bs-secondary-maysquare);
		max-width: 100%;
		font-size: 17px !important;
	}
	.maysquare .features-section__card_icon {
		width: 50px;
	}
	.maysquare .features-section__card_icon {
		height: auto;
	}
	.maysquare .features-section__card_item .d-flex {
		display: block !important;
	}
	.maysquare .floor-plan-section__swiper .swiper-thumbnail.swiper {
		width: 100%;
		height: 80px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
	.maysquare .floor-plan-section__swiper .swiper-button-next {
		position: absolute;
		right: 10px;
		top: 95%;
		transform: translateY(-50%);
		z-index: 10;
		background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" fill="white" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 0c-6.623 0-12 5.377-12 12s5.377 12 12 12 12-5.377 12-12-5.377-12-12-12zm0 1c-6.071 0-11 4.929-11 11s4.929 11 11 11 11-4.929 11-11-4.929-11-11-11zm4.828 11.5l-4.608 3.763.679.737 6.101-5-6.112-5-.666.753 4.604 3.747h-11.826v1h11.828z"/></svg>') !important;
		width: 25px !important;
	}
	
	.maysquare .floor-plan-section__swiper .swiper-button-prev {
		position: absolute;
		left: 10px;
		top: 95%;
		transform: translateY(-50%);
		z-index: 10;
		background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" xmlns="http://www.w3.org/2000/svg"  fill="white" fill-rule="evenodd" clip-rule="evenodd"><path d="M12 0c6.623 0 12 5.377 12 12s-5.377 12-12 12-12-5.377-12-12 5.377-12 12-12zm0 1c6.071 0 11 4.929 11 11s-4.929 11-11 11-11-4.929-11-11 4.929-11 11-11zm-4.828 11.5l4.608 3.763-.679.737-6.101-5 6.112-5 .666.753-4.604 3.747h11.826v1h-11.828z"/></svg>') !important;
		width: 25px !important;
	}
	.maysquare .contact-us-section .section-padding{
		padding-bottom: 40px !important;
	}	
	.maysquare .contact-us__map {
		max-height: 600px !important;
		height: 544px;
		padding: 0;
		max-width: 400px;
        margin: auto;
		margin-left: 0;
		margin-right: 0;
	}
	
}
/* Mobile - Header */
@media (max-width: 912px) {
    .maysquare .navbar>.container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .maysquare .navbar .navbar-brand {
        margin-left: 0;
    }
    /* .maysquare .header.transparent {
        top: 50px;
    }     */
    .maysquare .navbar .navbar-toggler {
        margin-left: auto;
        border: none;
    }
    .maysquare .navbar-toggler:focus {
        border: none !important;
        box-shadow: none !important;
    }
    .maysquare .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }
	.maysquare .navbar-toggler-icon {
		display: inline-block;
		width: 1.5em;
		height: 1.5em;
		vertical-align: middle;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
	}

	.maysquare .navbar-toggler {
		padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
		font-size: var(--bs-navbar-toggler-font-size);
		line-height: 1;
		color: var(--bs-navbar-color);
		background-color: transparent;
		border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
		border-radius: var(--bs-navbar-toggler-border-radius);
		transition: var(--bs-navbar-toggler-transition);
	}
    .maysquare .navbar-collapse {
        position: fixed;
        top: 0;
        right: -100%; 
        width: 100%; 
        height: 100%; 
        background-color: #fff;
        z-index: 9999; 
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        transition: right 0.3s ease;
		height: 100%;
    }
    .maysquare .navbar-collapse {
        overflow-y: hidden !important; 
    }
    body.navbar-open {
        overflow: hidden !important; 
    }
    .maysquare .navbar-collapse.show {
        right: 0; 
		margin-right: 0px;
    	margin-left: 0px;
    }
    .maysquare .navbar-nav {
        flex-direction: column;
        width: 100%; 
        padding: 0; 
        margin: 0; 
    }
    .maysquare .navbar-nav .btn {
        margin-top: 1rem;
    }
    .maysquare .top-nav {
        font-size: 12px;
    }
    .maysquare .top-nav .header-phone {
        display: none;
    }
    .maysquare .close-btn {
        position: absolute; 
        top: 80px; 
        right: 50px; 
        background: none;
        border: none;
        font-size: 40px; 
        color: var(--bs-primary-maysquare); 
        cursor: pointer; 
    }
}
@media(min-width:768px){
	.maysquare .footer-menu {
		width: 100%;
	}
}
@media(max-width:767px){
	.maysquare .footer-menu {
		width: 35%;
	}
}

/* Mobile - Footer */
@media (max-width: 768px) {

	/* Footer */
	.maysquare .footer .container {
		border-top: none;
		padding-top: 0px!important;
		padding-bottom: 25px!important;
	}

	.maysquare .footer-menu {
		order: 1;
		margin: auto;
		margin-bottom: 20px;
	}

	.maysquare .footer-menu .border-separator {
		border-right: none !important;
		border-bottom: solid 1px var(--gray-100-maysquare) !important;
	}

	.maysquare .footer-address {
		order: 2;
		margin-bottom: 20px;
		font-size: 12px;
	}

	.maysquare .footer-privacy {
		order: 3;
		font-size: 0.625rem;
	}

	.maysquare .footer-menu .nav-link {
		padding: 10px 0;
	}

	.maysquare li.nav-item {
		margin: 0 10px;
		padding: 0 10px;
	}
}
/* Media query for smaller phones */
@media (max-width: 576px) { 
    .maysquare  .header.transparent {
        top: 90px; 
    }
	.maysquare .hero-content {
		margin-top: 50px;
	}
}
@media only screen 
  and (max-width: 375px) 
  and (max-height: 667px) {
	.maysquare .header.transparent {
		top: 70px;
	}
	.maysquare .hero-content {
        margin-top: 100px;
    }
}
@media only screen 
  and (max-width: 360px) 
  and (max-height: 740px) {
	.maysquare .header.transparent {
		top: 70px;
	}
}

/* CUSTOM */

@media(max-width:991px){
	.maysquare .navbar-nav .nav-link {
		color: var(--bs-secondary-maysquare) !important;
        font-size: 1.25rem;
		padding: 1.8rem 1rem;
        border-bottom: 1px solid rgba(112, 112, 112, 0.1);
        width: 80%;
        margin: auto;
		display: block;
    }
	.maysquare .navbar-nav .nav-item {
		float: unset;
    }
	.maysquare #menu-footer-menu{
		margin-bottom: 0px;
	}
	.maysquare .navbar-collapse.collapse{
		display: flex!important;
		height: 100vh!important;
	}
}
@media (min-width: 992px) {
    .maysquare .col-lg-6 {
        flex: 0 0 auto;
        width: 50%!important;
    }
}
@media (min-width: 768px) {
    .maysquare .col-md-6 {
        flex: 0 0 auto;
        width: 50%!important;
    }
}
.maysquare .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.maysquare .row {
	max-width: unset;
	width: unset;
}

.maysquare .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.g-0, .gy-0 {
    --bs-gutter-y: 0!important;
}
.g-0, .gx-0 {
    --bs-gutter-x: 0!important;
}

@media (min-width: 992px) {
    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 1.5rem!important;
    }
}

@media (min-width: 992px) {
    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 1.5rem!important;
    }
}


.maysquare .section-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

.maysquare .section-separator {
	background-color: #302736;
    margin: auto;
    height: 1px;
    opacity: 0.80;
    border-top: 0px solid transparent;
}

.maysquare .section-heading {
	text-align: center;
}

.maysquare .section-text {
	max-width: 900px;
	margin: auto;
}

.maysquare .container{
	max-width: 1320px;
	width:100%;
}

@media(min-width: 768px){
	.maysquare .container{
		max-width: 720px;
	}
}

@media(min-width: 992px){
	.maysquare .container{
		max-width: 960px;
	}
}

@media(min-width: 1200px){
	.maysquare .container{
		max-width: 1140px;
	}
}

@media(min-width: 1400px){
	.maysquare .container{
		max-width: 1320px;
	}
}


@media (min-width: 992px) {
    .maysquare .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .maysquare .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media (min-width: 576px) {
    .maysquare row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
}

.maysquare .col {
    flex: 1 0 0%;
}

.maysquare .row-cols-2>* {
    flex: 0 0 auto;
    width: 50%;
}

.maysquare .me-3 {
    margin-right: 1rem !important;
}

.maysquare .mb-3 {
    margin-bottom: 1rem !important;
}

.maysquare .fw-light {
    font-weight: 300 !important;
}

.maysquare .mt-5 {
    margin-top: 3rem !important;
}

.maysquare .fw-semibold {
    font-weight: 700 !important;
}

.maysquare .mt-0 {
    margin-top: 0 !important;
}

.maysquare .m-0 {
    margin: 0 !important;
}

.maysquare .px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

@media (min-width: 992px) {
    .maysquare .text-lg-start {
        text-align: left !important;
    }
}

.maysquare .ms-auto {
    margin-left: auto !important;
}

.maysquare .align-items-center {
    align-items: center !important;
}
.maysquare .d-flex {
    display: flex !important;
}

.maysquare .navbar>.container, .maysquare .navbar>.container-fluid, .maysquare .navbar>.container-lg, .maysquare .navbar>.container-md, .maysquare .navbar>.container-sm, .maysquare .navbar>.container-xl, .maysquare .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .maysquare .navbar-expand-lg .navbar-nav {
        flex-direction: row;
		display: flex;
		list-style-type: none;
		width:100% !important;
    }
}
@media (min-width: 1200px) {
    .maysquare .navbar-expand-lg .navbar-nav {
        flex-direction: row;
		display: flex;
		list-style-type: none;
		width:auto !important;
    }
}

.maysquare .px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}


@media (min-width: 992px) {
    .maysquare  .mt-lg-0 {
        margin-top: 0 !important;
    }
}

.maysquare  .ms-3 {
    margin-left: 1rem !important;
}


@media (min-width: 992px) {
    .maysquare .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x);
    }
	
	.maysquare .navbar-nav .nav-link {
		color: #ffffff !important;
		font-size: 14px;
		font-weight: 500;
		text-transform: uppercase;
	}
}

.maysquare .navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
	margin-left: 0px!important;
	height: auto;
}

@media (min-width: 992px) {
	.maysquare .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
}

@media (min-width: 992px) {
    .maysquare .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

.maysquare .btn:hover {
    background-color: var(--bs-btn-hover-bg-maysquare);
    border-color: var(--bs-btn-hover-bg-maysquare);
}

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

@media (min-width: 992px) {
    .maysquare .d-lg-block {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .maysquare .d-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .maysquare .d-lg-none {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}

.maysquare .p-0 {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .maysquare .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (min-width: 992px) {
    .maysquare .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}

.maysquare .text-center {
    text-align: center !important;
}

@media (min-width: 992px) {
    .maysquare .text-lg-start {
        text-align: left !important;
    }
}

.maysquare .flex-column {
    flex-direction: column !important;
}
@media (min-width: 768px) {
    .maysquare .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}
@media (min-width: 992px) {
    .maysquare .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
	.maysquare .navbar-collapse.collapse{
		display: block !important;
		width: 100%;
	}
}


.maysquare .footer-menu .nav{
	--bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.maysquare .fw-medium {
    font-weight: 500 !important;
}

.maysquare .mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.maysquare .nav>li>a:focus, .maysquare .nav>li>a:hover {
    background-color: transparent;
}

.maysquare .navbar-collapse {
	box-shadow: none!important
}

.maysquare .order-1 {
    order: 1 !important;
}

.maysquare .order-2 {
    order: 2 !important;
}

@media (min-width: 992px) {
    .maysquare .order-lg-1 {
        order: 1 !important;
    }
}

@media (min-width: 992px) {
    .maysquare .order-lg-2 {
        order: 2 !important;
    }
}

.maysquare .col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media(max-width:767px){
	.maysquare .header.transparent {
        top: 142px;
    }  
	.maysquare .hero-banner{
		margin-top: 18px;
	}
}

.maysquare .wysiwyg-section ol, .maysquare .wysiwyg-section ul {
    padding-left: 2rem;
}

.maysquare .wysiwyg-section dl, .maysquare .wysiwyg-section ol, .maysquare .wysiwyg-section ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.maysquare .gallery-section__cta{
	margin-top: 30px;
}

.maysquare .select{
	color: #b4aeb4;
}

.maysquare .preferred-employer-program-section > .container {
    max-width: 100% !important;
    margin: 0;
    padding: 0;
}

.maysquare .preferred-employer-program-section .preferred-employer-program-title {
	background-color: #d5114b;
	padding: 25px 0;
}
.maysquare .preferred-employer-program-section .preferred-employer-program-title h2 {
	margin: 0;
	color: white;
	text-align: center;
}

.maysquare .preferred-employer-program-section .preferred-employer-program-logos {
	background-color: #312736;
	padding: 50px 0;
}

.maysquare .preferred-employer-program-section .preferred-employer-program-logos .logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.maysquare .preferred-employer-program-section .preferred-employer-program-logos .logo-grid > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.maysquare .preferred-employer-program-section .preferred-employer-program-logos .logo-grid img {
  max-height: 60px;
  max-width: 150px;
  width: auto;
  display: block;
  object-fit: contain;
}
.maysquare .preferred-employer-program-section .preferred-employer-program-logos .cta {
	width: 100%;
	padding: 50px 0 0 0;
	text-align: center;
}

.maysquare .preferred-employer-program-section .preferred-employer-program-logos .cta span {
	background-color: #83c324;
	padding: 10px 15px;
	border-radius: 25px;
	color: #312736;
	font-weight: bold;
	transition: background-color 0.3s ease;
	cursor: pointer;
}

.maysquare .preferred-employer-program-section .preferred-employer-program-logos .cta span:hover {
	background-color: #d5114b;
}


/* Modal */
.maysquare .pep-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  display: none;
  transition: opacity 0.2s ease;
  z-index: 99999999;
}

/* Show modal */
.maysquare .pep-modal.is-open {
  opacity: 1;
  pointer-events: auto;
  display: block;
}

/* Overlay */
.maysquare .pep-modal-overlay {
  position: absolute;
  inset: 0;
}

/* Modal content */
.maysquare .pep-modal-content {
  background: #fff;
  max-width: 520px;
  margin: 10vh auto;
  padding: 1.75rem;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.maysquare .pep-modal-content p {
  margin-bottom: 0.75rem;
}

.maysquare .pep-modal-content p:last-child {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #555;
}

/* Close button */
.maysquare .pep-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  font-size: 1.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  line-height: 1;
}

.maysquare .pep-modal-close:hover {
  opacity: 0.7;
}