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


}

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

.icons {
    width: 80%;
    gap: 2vw;
}
	
}

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


}

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


}

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

}

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


}

@media screen and (max-width: 950px)
and (orientation: landscape) {


}

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


	
}

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



}

@media screen and (max-width: 737px) {
	
body {
    font-size: 4vw;
}
	
.text-image-block.left {
	flex-direction: column-reverse;
}
	
.site-navigation {
	position: fixed;
	right: -100%;
	z-index: 99;
	bottom: 0;
	width: 100%;
	background:var(--monkswell-dblue);
	height: 80%;
	transition: all ease-in-out 0.2s;
}
	
	.show {
		right:0;
	}
	
	#menu-main-navigation.active {
		display: block;
	}
	
html, body {
	
}
	
.menu-icon {
	width: 15vw;
	height: 15vw;
	position: absolute;
	z-index: 1;
	top: 2rem;
	right: 2rem;
	background: url("../images/menu-icon-white.svg") center center no-repeat;
	background-size:contain;
}
	
.cta-container {
	width: 90%;
	margin: 0 auto;
	padding: 1rem 0;
}
	
.anchor-links {
	right: 0;
	top: unset;
	bottom: 0;
	margin: 0;
	display: flex;
	transform: unset;
}
	
.anchor-links .btn {
	display: block;
	padding: 0.5rem 1rem;
	border-radius: 0;
	text-decoration: none;
	font-weight: 700;
	color: #FFF;
}
	
.page-title h2 {
	font-size: 6vw;
}
	
li.cta-item {
	width: 100%;
}

.social-item-link {
	width: 8vw;
	height: 8vw;
}
	
.contact-btn {
	flex-direction: column;
}
	
.page-links {
    width: 90%;
}
	
.header-container {
    flex-direction: column;
}	
	
.header-image {
    width: 100%;
}
	
.header-image img {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
	width: 100%;
height: 100%;
}
	
.site-logo {
	width: 30%;
	margin: 2rem auto 0 1rem;
}
	
.page-title-panel {
    margin: 8rem 0 2rem 0;
}
	
.page-title {
    margin: 0;
    width: 100%;
    font-size: 8vw;
    line-height: 8.5vw;
    text-align: center;
}
	
.text-image-block {
    flex-direction: column-reverse;
}
	
.image {
    width:100%;
}
	
.image-block {
    width: 90%;
    margin-right: 5%;
}
	
.image-bkgd {
    top: 3rem;
    bottom: 3rem;
    width: 60%;
}
	
.text-box {
    width: 90%;
}
	
.content {
    width: 100%;
}
	
.page-links {
    width: 90%;
    flex-direction: column;
}
	
.page-link-item {
    width: 100%;
}
	
.icons {
    width: 90%;
	flex-wrap: wrap;
	gap: 2vw;
}
	
.icon-item {
    flex: 1 1 40vw;
}
	
.panel-title {
    margin: 0 0 2rem 0;
}
	
.content h2 {
    margin-top: 0;
}
	
.office-floorplans {
    width: 90%;
    gap: 5vw;
}
	
.floorplan-item {
    flex: 1 1 42vw;
}
	
.cta-links {
    gap: 1rem;
    flex-direction: column;
}
	
.cta-title {
    font-size: 7vw;
    margin: 0 0 1rem 0;
}
	
.btn {
    text-align: center;
}
	
.footer-logo {
    width: 30%;
    position: relative;
    margin: 0 auto 2rem auto;
}
	
#menu-main-navigation {
    display: none;
}
	
.site-footer {
	text-align: center;
}
	
.privacy-links {
    flex-direction: column;
}
	
.privacy-link-item {
    text-align: center;
}
	
.privacy-link {
    border-right: none !important;
}

}

@media screen and (max-width: 480px) {
	
.footer-row {
    width: 90%;
    padding: 2rem 0;
    flex-direction: column;
}
	
.cta:before {
    display: none;
}
	
.cta:after {
    display: none;
}

}