/* General Styles */	
	:root {
/*
		--dark-blue: #1F386E;
		--light-blue: #A1C9F5;
		--accent-red: #8c1821;
		--dark-red: #711219;
		--mid-blue: #324B7C;
		--grey-blue: #E7F1FD;
*/
		
		--primary: #0B2F4E;
		--royal: #2A4F7A;
		--sand: #E6DCCB;
		--sage: #7C9A92;
		--forest: #1F5D4B;
		--white: #FFFFFF;
		--lightgrey: #EEF2F6;
		--lightprimary: #DDECFA;
		--midgrey: #E2E2E2;
		--bluegrey: #8A8C9F;
		--charcoal: #344155;
		--darkgrey: #1B1F2A; 
		--black: #000000;
		--storage: #0149AC;
	
	}
	body {
		background: var(--white);
		padding-top: 6%;
	}
	
	.copyrightbase {
	text-align: center;
	font-size: 12px;
	}
	
	.community-container {
	background-color: #ffffff;
	}
	
	
	.headerclass {
		background-color: var(--lightgrey);
		padding: 1% 3%;
		z-index: 1030;
	}
	.headerclass .navbar-nav .nav-link {
      	color: var(--primary); 
      	font-weight: 500;
    }
    .headerclass .navbar-nav .nav-link:hover {
      	color: var(--royal);
    }
    .headerclass .navbar-brand img {
      	height: 45px;
	}
    .btn-schedule {
		color: var(--white);
		background-color: var(--royal);
		border: none;
		border-radius: 10px;
		padding: 9%;
		white-space: nowrap;
		min-width: 200px;
    }
	.btn-schedule:hover {
		color: var(--white);
		background-color: var(--forest); 
}
	.bannerclass {
		min-height: calc(100vh - 14vh);
		background: url("assets/images/header1.png");
/*		background-color: var(--primary);*/
		color: white;
		padding: 1%;
		position: relative; 
		overflow: hidden; 
	}
	.swoop-img {
		width: 100%;         
		height: auto;         
		object-fit: cover;  
		pointer-events: none; 
}
	.bodyclass {
		text-align: center;
		padding: 1em;
	}
	.landing-headings {
		background-color: var(--royal);
		color: white;
		width: auto;
		text-align: center;
		align-content: center;
		padding: 2%;
		margin-top: 5%;
		margin-bottom: 0; 
		border-radius: 60px;
		font-size: 2.2em;
	}
	.landing-subheadings {	
		background-color: var(--charcoal);
		color: white;
		width: auto;
		text-align: center;
		align-content: center;
		padding: 1% 5%;
		margin-top: 1%; 
		margin-bottom: 4%;
		border-radius: 30px; 
		font-size: 18px;
	}
	
	
	
	
	
	.bluebuttonclass {
		color: white;
  		background-color: var(--primary);
  		padding: 3% 8%;
		margin: 5%;
  		align-content: center;
  		font-size: 1.1em;
		border-radius: 10px;
		border: none;
		min-width: 60%;
	}
	.redbuttonclass {
		color: white;
  		background-color: var(--sage);
  		padding: 3px 8px;
  		align-content: center;
  		font-size: 1.1em;
		border-radius: 10px;
		border: none; 
	}
	
	.listingclass {
		color: var(--primary);
  		background-color: var(--lightgrey);
  		padding: 25px;
		margin: 1%;
  		height: 100%;
		border-radius: 10px;
		text-align: left;
		display: flex;
  		flex-direction: column;
	}
	.property-photos {
		height: 350px;
  		width: 350px;
		border-radius: 10px;
		object-fit: cover;
	}
	.property-pricing-pill {
		background-color: var(--royal);
		color: white;
		border: none;
		border-radius: 30px;
		padding: 4px 25px;
	}
	
	.more-button-wrap {
  		margin-top: auto;
	}
	
	.more-button {
		background-color: var(--sand);
		color: var(--primary);
		font-weight: bold;
		border: none;
		border-radius: 0 0 10px 10px;
		padding: 12px 15px;
		display: block;
		width: calc(100% + 50px);
		margin: 25px -25px -25px -25px;
		text-align: center;
  		text-decoration: none;
	}
	
	/* Optional hover/focus for accessibility */
	.more-button:hover {
	  filter: brightness(0.97);
	  text-decoration: none;
	}
	.more-button:focus-visible {
	  outline: 2px solid currentColor;
	  outline-offset: 2px;
	}
	
	.appblocksclass {
		color: var(--primary);
  		background-color: var(--white);
		border-radius: 10px;
		text-align: left;
		align-content: center;
		padding: 4%;	
	}
	.appstorebuttonsclass {
		background-color: black;
		color: white;
		width: 160px;
		padding: 2%;
		border-radius: 10px;
		border: none; 
		font-size: 16px; 
	}
	.smaller-image {
		height: 80%;
  		width: auto;
		max-width: 100%;
		padding: 0;	
	}
	
	.header-list {
		align-content: center;
	}
	.no-gutters {
  		margin-right: 0;
  		margin-left: 3%;
	  > .col,
	  > [class*="col-"] {
		padding-right: 0;
		padding-left: 0;
  }
	}
	#getintouch {
		min-height: calc(100vh - 14vh);
		background-color: #f6f6f6;
		color: var(--primary);
		padding: 4% 4% 6% 4%;	
	}
	.contact-form input, .contact-form textarea {
		padding-top: 1rem;
		padding-bottom: 1rem;
		font-size: 1.1rem;
}
	.footerclass {	
		text-align: center;
		align-content: center;
	}
	.contactblockclass {
		background-color: var(--primary);
		color: white;
		padding: 15px;
		border-radius: 10px;
		text-align: left;
		height:100%;
		font-size:14px;
	}
	a:hover {
		color: var(--royal);
		cursor: pointer;		
	}
	.footer-link {
		text-decoration: none;
  		color: inherit;	
	}
	.copyright {
		padding-top: 4%; 
		color: var(--royal); 
		font-size: large;
		font-weight: bold;
	}
	span.app-icons {
  		font-variation-settings:
  			'FILL' 0,
			'wght' 400,
			'GRAD' 0,
			'opsz' 40;
		color: var(--forest);
		font-size: 38px;
	}
	.button-swoopbtm {
		position: absolute;
		top: 6px;
		right: 12px;
		width: 90px; 
		z-index: 2;
		pointer-events: none;
	}
	.button-swooptop {
		position: absolute;
		top: 4px;
		right: 10px;
		width: 70px; 
		z-index: 3;
		pointer-events: none;
	}
	.msgbutton-swoopbtm {
		position: absolute;
		top: -1px;
		right: 0px;
		width: 82px; 
		z-index: 2;
		pointer-events: none;
	}
	.msgbutton-swooptop {
		position: absolute;
		top: -1px;
		right: 0px;
		width: 55px; 
		z-index: 2;
		pointer-events: none;
	}
	.prophome-button {
		color: var(--white);
  		background-color: var(--forest);
  		padding: 7% 15%;
  		align-content: center;
  		font-size: 1.1em;
		border-radius: 10px;
		border: none; 
		min-width: 40%;
		margin-right: 1%;
		font-weight: bold;
	}
	
		a.prophome-button:hover {
		color: var(--lightprimary);
	}	
	
	.prophomebutton-swoopbtm {
		position: absolute;
		top: -3px;
		right: 3px;
		width: 110px; 
		z-index: 2;
		pointer-events: none;
	}
	.prophomebutton-swooptop {
		position: absolute;
		top: -2px;
		right: 1px;
		width: 81px; 
		z-index: 3;
		pointer-events: none;
	}
	.applyhome-button {
		color: var(--white);
  		background-color: var(--royal);
  		padding: 3% 8%;
  		align-content: center;
  		font-size: 1.1em;
		border-radius: 10px;
		border: none;
		min-width: 40%;
		max-width: 400px;
		font-weight: bold;
	}
	.app-desktopphoto {
		position: absolute;
		top: 10px;
		right: 60px;
		pointer-events: none;
	}
	
	/* Storage Unit Styles */
	.storageCard {
	background-color: var(--lightprimary);	
	padding:5%;
	}
	.storageCard p {
	color: var(--primary);
	text-align: center;
	font-weight: bold;
	}
	.storageCard img {
	width:100%; 
	height:auto;
	margin: 15px auto;
    display: block;
	border-radius: 10px;
	}
	
	.storageRow {
	background-color: var(--white);
	border-bottom: 1px solid var(--midgrey);
	padding: 15px 0;
	}
	
	.storageRow-even {
	background-color: var(--lightgrey);
	border-bottom: 1px solid var(--midgrey);
	padding: 15px 0;
	}
	
	.storageColumn {
	padding:10px;
	}
	.storageColumn p {
	text-align: center;
	}
	
	.storageColumn span {
	font-style: italic;
	font-size: 120%;
	}
	.storageColumn h2 {
	color: var(--primary);
	text-align: center;
	font-size: 170%;
	font-weight: bold;
	}
	.storageColumn .dimensions {
	font-size: 100%;
	font-weight: bold;
	}
	
	.storagePrice {
	color: var(--royal);
	font-size: 150%;
	font-weight: bold;
	padding:10px;
	text-align: center;
	}
	
	.storagebutton {
		color: var(--white);
  		background-color: var(--storage);
  		padding: 7% 15%;
  		align-content: center;
  		font-size: 1.1em;
		border-radius: 10px;
		border: none; 
		min-width: 40%;
		margin-right: 1%;
		font-weight: bold;
	}
	
		a.storagebutton:hover {
		color: var(--lightprimary);
	}	
	
	.storagebutton-swoopbtm {
		position: absolute;
		top: -3px;
		right: 3px;
		width: 110px; 
		z-index: 2;
		pointer-events: none;
	}
	.storagebutton-swooptop {
		position: absolute;
		top: -2px;
		right: 1px;
		width: 81px; 
		z-index: 3;
		pointer-events: none;
	}
	
	
	.storage-tagline {
	text-align: center;
	color: var(--charcoal);
	font-size:30px;
	}
	
	.storage-tooltip-icon {
	font-size: 18px;
	vertical-align: middle;
	margin-left: 4px;
	cursor: pointer;
	color: var(--royal);
	}
	
	
	
	
	
	
	
	
	
	.image-scroll-container {
		width: 100%;
		overflow: hidden;
		position: relative;
	}
	.image-scroll-track {
		display: flex;
		animation: scroll-left 30s linear infinite;
	}
	.image-scroll-track img {
		margin-right: 60px;
		width: 250px; 
		height: auto;
		object-fit: contain;
	}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Residential Styles */
.bluebox {
background-color: var(--midgrey);  
border-radius: 10px;
overflow: hidden;
}

/*
 Optional: ensure headings/icons remain readable on darker backgrounds 
.bluebox h2,
.bluebox p,
.bluebox .material-symbols-outlined {
  color: #ffffff;
}
*/



/* Conditional Property Page Styles */
	.listing-propheading {
		background-color: var(--royal);
		color: white;
		width: auto;
		text-align: center;
		align-content: center;
		padding: 2%;
		margin-top: 0; 
		margin-bottom: 4%;
		font-size: 200%;
	}







	.residential-bannerclass {
		min-height: calc(100vh - 14vh);
		background: linear-gradient(
		to right,	
		#f1f1f1 0%,
		#ffffff 30%,
		#ffffff 70%,
		#f1f1f1 100% );
		color: var(--primary);
		padding: 1%;
			
	}
	.banner-resheading {
		color: var(--primary);
		font-size: 3.5rem;
	}
	.banner-ressubheading {
		font-weight: bold;
		font-size: 1.2em;
		padding-top: 7%;
	}
	.listing-ressubheading {
			background-color: var(--royal);
			color: white;
			width: auto;
			text-align: center;
			align-content: center;
			padding: 1% 5%;
			margin-bottom: 0; 
			margin-top: 5%;
			border-radius: 30px; 
			font-size: 18px;
		}
	.listing-resheading {
		background-color: var(--royal);
		color: white;
		width: auto;
		text-align: center;
		align-content: center;
		padding: 2%;
		margin-top: 0; 
		margin-bottom: 4%;
		border-radius: 60px;
		font-size: 200%;
	}
	.applyprop-button {
		color: var(--lightgrey);
  		background-color: var(--primary);
  		align-content: center;
  		font-size: 1.1em;
		border-radius: 10px;
		border: none;
		min-width: 50%;
		font-weight: bold;
	}
	.property-popout {
		background-color: var(--primary); 
		color: white; 
		padding: 2%; 
		border-radius: 10px 10px 0 0;
	}
	.property-dropdown {
		background-color: white; 
		border-radius: 10px; 
		color: var(--primary);
		padding: 2%; 
		border-radius: 10px;
		margin-top: 2%;
		margin-bottom: 2%;
		border: none;
		width: 100%;
		margin-left: .1%;
	}
	.dropshadow {
		box-shadow: 0 2px 6px lightgray;
	}
	.propertypage-button {
		color: white;
  		background-color: var(--forest);
  		padding: 8% 15%;
  		align-content: center;
  		font-size: 1.1em;
		border-radius: 10px;
		border: none; 
		min-width: 50%;
		margin-right: 1%;
		font-weight: bold;
	}
	.propertypagebutton-swoopbtm {
		position: absolute;
		top: 0px;
		right: 3px;
		width: 84px; 
		z-index: 2;
		pointer-events: none;
	}
	.propertypagebutton-swooptop {
		position: absolute;
		top: 0px;
		right: 2px;
		width: 61px; 
		z-index: 3;
		pointer-events: none;
	}

/* Commercial Styles */
	.partners {
		background: linear-gradient(
		to right,	
		#f1f1f1 0%,
		#ffffff 20%,
		#ffffff 80%,
		#f1f1f1 100% );
		color: var(--primary);
		padding: 1%;	
	}
	.property-photos-popout {
		height: 390px;
  		width: 390px;
		border-radius: 10px;
		object-fit: cover;
	}
	.unit-photos-popout {
		border-radius: 10px;
		height: 620px;
  		width: 620px;
	}
	
	span.back-arrow {
		color: var(--primary);
		font-size: 36px;
		font-variation-settings: 'OPSZ' 36;
	}
	.unitdetails-box {
		background-color: #E7F1FD;	
		border-radius: 10px;
		padding: 2%;
		margin: 3% auto;
	}
	.unit-dropdown {
		background-color: white; 
		border-radius: 10px; 
		color: var(--primary);
		padding: 2%; 
		border-radius: 10px;
		margin-top: 2%;
		margin-bottom: 2%;
		border: none;
		width: 100%;
		position: relative;
	}
	.unit-pricing-button {
		background-color: var(--royal);
		color: white;
		border: none;
		border-radius: 30px;
		padding: 3% 15%;
		font-size: x-large;
	}
	.amenities-box {
		background-color: var(--lightgrey);
		border-radius: 10px;
		padding: 2%;
		font-size: 1.3rem;
	}
	.available-dot {
  		display: inline-block;
		width: 14px;
		height: 14px;
		background-color: #afe486;
		border-radius: 50%;
		margin-right: 6px;
}
	span.amenities-icons {
		font-size: 36px;
		font-variation-settings: 'OPSZ' 36;
	}
	.unit-close-button {
		position: absolute;
		top: 30px;
		right: 32px;
		z-index: 1000;
		scale: 1.5;
		background: none;
		border: none;
		cursor: pointer;	
}
	.unit-close-button span {
		color: var(--primary);
		font-variation-settings: 'OPSZ' 36;
	}
	.whitebox-prop {
		cursor: pointer;
}
	.white-box .arrow-down {
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 1.25rem;
		color: #2a6aab;
	}

	.blue-box {
		background-color: #A1C9F5;
		color: #000;
		padding: 20px;
		border-radius: 10px;
		position: relative;
	}

	.blue-box .close-btn {
		position: absolute;
		top: 20px;
		right: 20px;
		font-size: 1.5rem;
		color: #fff;
		background: none;
		border: none;
		cursor: pointer;
	}
	span.arrow-icon {
		font-size: 42px;
	}
	span.x-icon {
		font-size: 42px;
		cursor: pointer;
	}

/* About Us Styles */
	.whatwedo {
		min-height: calc(100vh - 14vh);
		background: white;
		color: var(--primary);
		padding: 1%;
	}
	.about-headings {
		font-size: 4em;
		color: var(--primary);
		padding-bottom: 2%;
	}
	.about-subheading {
		font-size: 2em;
		padding: 5% 0 0 0;
		
	}
	.about-paragraph {
		font-size: 1.5em;
		color: black;
		padding-top: 3%;
		
	}
	.about-contactblock {
		background-color: var(--primary);
		color: white;
		padding: 2% 2% 0 2%;
		border-radius: 10px;
		text-align: left;
		margin: 2%;
		min-height:200px;	
	}
	.subheading-contactblock {
		font-size: 2em;
		color: white; 
		padding: 2% 4% 2% 4%;
	}
	.paragraph-contactblock {
		font-size: 1.5em;
		color: white;
		padding: 0 4% 0 2%;
		
	}
	.blue-aboutbutton {
		color: var(--primary);
		background-color: var(--lightgrey);
		padding: 1.5em;      
		margin: 0.5rem 0;            
		font-size: 1.1em;
		border-radius: 10px;
		border: none;
		width: 100%;                
		font-weight: bold;
		display: block;
		
	}
	.red-aboutbutton {
		color: white;
		background-color: var(--sage);
		padding: 1.5em;
		margin: 0.5rem 0;
		font-size: 1.1em;
		border-radius: 10px;
		border: none;
		width: 100%;
		font-weight: bold;
		display: block;
			
	}
/* Career Styles */	
	.career-bubbles {
		border: 1px solid black;
		padding: 2.5%;
		border-radius: 60px;
		color: var(--primary);
		text-align: center;
		font-size: 1.1em;
		
	}
	.career-applybtn {
		color: var(--light-blue);
  		background-color: var(--primary);
  		padding: 6% 8%;
  		align-content: center;
  		font-size: 1.1em;
		border-radius: 10px;
		border: none;
		min-width: 40%;
		font-weight: bold;
		min-width: 250px;
	}
	.career-morebtn {
		color: var(--royal);
  		border: 1px solid var(--royal);
		background-color: white;
  		padding: 6% 8%;
  		align-content: center;
  		font-size: 1.1em;
		border-radius: 10px;
		min-width: 40%;
		font-weight: bold;
		min-width: 250px;
	}
	.innerbox-expanded {
		background-color: #E7F1FD;
		border-radius: 10px;
		padding: 2%;
		margin: 1%;
	}
	.jobtitles {
		font-size: 2.5rem;
	}
	.job-subtitles {
		font-size: 2.0rem;
		margin: 2% 0;
	}
	.job-bullets {
		font-size: larger;
	}
	.job-bullets li {
		 margin-bottom: 0.75rem;
	}
	.positions-heading {
		font-size: 4em;
		color: var(--primary);
		font-weight: bold; 
		padding: 7% 0 3% 1%;
	}
	.careerspage-heading {
		font-size: 4em;
		color: var(--primary);
		padding-bottom: 2%;
	}
	.property-applybtn {
		color: var(--lightgrey);
  		background-color: var(--primary);
  		padding: 6% 8%;
  		font-size: 1.1em;
		border-radius: 10px;
		border: none;
		font-weight: bold;
		min-width: 250px;
		width: 100%;
	}
	.careerswoop-topleft {
		width: 100%;         
		height: 350px;         
		object-fit: cover;  
		pointer-events: none; 
	}
	.careerswoop-bottomright {
		width: 100%;         
		height: 400px;         
		object-fit: cover;  
		pointer-events: none; 
	}
	.career-bannerclass {
		min-height: calc(100vh - 14vh);
		background: linear-gradient(
		to right,	
		#f1f1f1 0%,
		#ffffff 30%,
		#ffffff 70%,
		#f1f1f1 100% );
		color: var(--primary);
		padding: 4% 1%;		
	}	
/* Mobile Styles */

	@media (max-width: 576px) {
		.smaller-image {
			height: 60%;
    }
}
	@media (max-width: 576px) {
		.redbuttonclass, .bluebuttonclass {
			padding: 0.4rem 0.8rem;
			font-size: 0.85rem;
	}
}
	@media (max-width: 576px) {
  		body {
    		padding-top: .5%; 
  }
}
@media (max-width: 576px) {
  		.listing-chunk {
			padding: 2%;
			margin: 1%;
  }
}
@media (max-width: 576px) {
	.contactblockclass {
		min-width: 320px;
		padding: 4%;
		margin: 2% 0;
	}
}
@media (max-width: 576px) {
	.about-banner {
		margin: 15% 0 0 0;
	}
}
@media (max-width: 576px) {
	.residential-bannerclass, .career-bannerclass {
		margin-top: 15%;
	}
	
}
@media (max-width: 576px) {
	.career-applybtn, .career-morebtn {
		align-items: center;
		width: 100%;
	}
}
@media (max-width: 576px) {
	.career-applybtn {
		margin-bottom: 5%;
	}
}
@media (max-width: 768px) {
  .residential-bannerclass .row:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .banner-resheading,
  .banner-ressubheading {
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
  }

  .banner-resheading {
    font-size: 2.5rem;
    word-break: keep-all;
  }

  .banner-ressubheading {
    font-size: 1.5rem;
    word-break: keep-all;
  }
  .buttons-mobile {
    width: 100%;           
    margin: 0 auto;        
    padding: 12px 20px;
    font-size: 1rem;
  }

  .blue-button,
  .red-button {
    margin-bottom: 10px;
    display: flex;
    justify-content: center !important;
  }
}
@media (min-width: 768px) {
  .landing-headings, .listing-resheading   {
    font-size: 200%; 
  }
}
@media (max-width: 768px) {
  .res-swoop {
    height: 200px !important;
  }
}
@media (max-width: 768px) {
  .about-headings {
	padding-top: 4%;
	font-size: 3em;
  }
  .about-headingsmobile {
	text-align: center;
  }
}
@media (max-width: 768px) {
  .jobtitles {
    font-size: 2em;
  }
}
@media (max-width: 768px) {
  .positions-heading {
    font-size: 2.5em;
	padding-left: 5%;
  }
}
@media (max-width: 768px) {
  .careerspage-heading {
    font-size: 3em;
	padding-top: 5%;
  }
}
@media (max-width: 768px) {
  .who-banner {
    padding-top: 1rem !important;
	margin-top: 0 !important;
  }

  .about-banner img {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    display: block;
  }
}



.footer-logo {max-width: 80%;}



@media (max-width: 768px) {
  .copyright {
	font-size: .75em;
  }
}
@media (max-width: 576px) { 
	.swoop-img { 
		width: 100%; 
		height: auto; 
		max-height: 120px; 
		
	} 
}
@media (max-width: 768px) { 
	.property-popoutmobile { 
		margin-top: 25%;
		
	} 
}
  @media (max-width: 768px) {
    .appmobile-download-wrapper {
      position: relative;
      width: 100%;
      overflow: hidden;
    }

    .redarch-mobile {
      width: 100%;
      display: block;
    }

    .appmobile-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      padding-bottom: 3rem;
      text-align: center;
    }

    .appmobile-content img.resident-icon {
      width: 100px;
      margin-bottom: 1rem;
    }

    .appmobile-content .store-buttons img {
      width: 200px;
	  padding: 4%;
    }
  }
  @media (max-width: 576px) { 
	.tagline { 
		padding-top: 15%; 
		
	} 
}
 @media (max-width: 576px) {
	.careerswoop-bottomright {
		width: 100%;         
		height: auto;         
		object-fit: cover;  
		pointer-events: none; 
		overflow: hidden;
	}	
}
@media (max-width: 768px) {
  .career-bannerclass {
    position: relative;
    padding-bottom: 480px; /* Enough space for image */
  }
  .woman-mobile-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 320px;
    width: 100%;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .btn-schedule {

    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  .navbar-collapse > .d-flex {
    flex-direction: column;
    width: 100%;
    align-items: center;
    position: relative;
    margin-top: 1rem;
  }

  .button-swoopbtm {
    top: 7px;
    right: 0px;
  }
  .button-swooptop {
    top: 3px;
    right: -1px;
  }
  .msgbutton-swoopbtm {
	width: 72px;
  }
  .msgbutton-swooptop {
	width: 47px;
  }
	.prophomebutton-swooptop {
		top: -3px;
		right: 0px;
		width: 51px;
	}
	.prophomebutton-swoopbtm {
		top: -1px;
		right: 0px;
		width: 70px;
	}
	.propertypagebutton-swoopbtm {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 69px; 
		z-index: 2;
		pointer-events: none;
	}
	.propertypagebutton-swooptop {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 46px; 
		z-index: 3;
		pointer-events: none;
	}
}
@media (max-width: 768px) {
	.unit-photos-popout {
		border-radius: 10px;
		height: 350px;
  		width: 350px;
	}
	.unit-details {
		margin-left: 3%;
		margin-right: 3%;
		margin-top: 25%;
	}
	.unit-padding {
		padding: 2%;
	}
	.unit-close-button {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 1000;
		scale: 1.5;
		background: none;
		border: none;
		cursor: pointer;	
}
}