:root {
	--monkswell-dblue:#002944;
	--monkswell-blue:#2680EB;
	--monkswell-red:#D1305B;
	--monkswell-purple:#6521A0;
	--white:#FFFFFF;
	--grey:#707070;
	--lgrey:#F0F0F0;
}

.monkswell-red-bkgd {
	background:var(--monkswell-red);
}

.monkswell-purple-bkgd {
	background:var(--monkswell-purple);
}

.monkswell-blue-bkgd {
	background:var(--monkswell-blue);
}

.monkswell-dblue-bkgd {
	background:var(--monkswell-dblue);
}

@-moz-document url-prefix() {

	.header-image img {
		width:100%;
		height:100%;
		object-fit: cover;
	}
	
}

html {
	scroll-behavior: smooth;
}

html, body {
	margin:0;
	padding:0;
	box-sizing: border-box;
}

body {
	font-family: "sweet-sans-pro", sans-serif;
	font-weight: 500;
	font-style: normal;
	color:var(--grey);
	font-size:1.25vw;
}

header, main, section, footer {
	width:100%;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	color:var(--monkswell-dblue);
}

.top-menu {
	background:var(--monkswell-dblue);
}

.header-container {
	width:90%;
	margin:0 auto;
}

.menu {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.menu-item a {
	padding:1rem;
	display: block;
	text-decoration: none;
	color:var(--white);
}

.menu-item a:hover {
	filter: color(blue);
}

.flex {
	display: flex;
}

.justify-content-between {
	justify-content: space-between;
}

.align-items-center {
	align-items: center;
}

.top-header {
	background:url("../images/header-background.svg") center center no-repeat;
	background-size: cover;
	background-position: bottom;
}

.header-image {
    width: 45%;
    position: relative;
    clip-path: ellipse(35% 65% at 50% 50%);
    transform: rotate(80deg);
    font-size: 0;
    background: var(--white);
    margin-top: 2rem;
    margin-bottom: -7rem;
}

.header-image img {
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
    margin: auto;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    object-fit: cover;
    transform: rotate(-80deg);
    /* clip-path: ellipse(55% 48% at 50% 50%); */
}

.header-image:after {
	content:"";
	display:block;
	padding-bottom:75%;
}

.site-logo {
	width:20%;
	height: auto;
	display: block;
	margin:4rem 0 4rem 1rem;
}

.container {
	width:90%;
	margin:0 auto;
}

li.cta-item {
    width: 23%;
    text-align: center;
}

div#wpforms-109 {
    margin-top: 0;
    padding-top: 0;
}

.anchor-links {
    position: fixed;
    z-index: 10;
    right: 1.5rem;
    top: 80%;
    /* width: auto; */
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    transform: rotate(90deg);
    transform-origin: right center;
}

.name-field {
    padding-top: 0 !important;
}

.socials {
	list-style-type:none;
	margin:0;
	padding:0;
	display: flex;
	gap:1rem;
}

.social-item-link {
	width:3vw;
	height:3vw;
	display: block;
	text-indent:-9999px;
}

.icon-link {
    display: inline-flex;
    align-items: center;
	gap:1rem;
}

.page-links {
    display: flex;
    gap: 1rem;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 80%;
}

.page-link-image {
	position: relative;
}

.page-link-image:after {
	content:"";
	display: block;
	padding-bottom:75%;
}

.page-img {
	width:100%;
	height: 100%;
	position:absolute;
	top:0; right:0; bottom:0; left:0;
	margin:auto;
	object-fit: cover;
}

.page-link-item {
    flex-grow: 1;
    width: 25%;
}

.page-link-title {
    display: block;
    padding: 1rem 0;
    text-align: center;
}

.page-item-link {
    text-decoration: none;
    color: var(--white);
}

.page-links-panel {
    padding: 2rem 0;
}

.page-title-panel {
    margin:2rem 0;
}

.page-title {
    margin: 0 0 0 1rem;
    width: 55%;
    font-size: 3.25vw;
    line-height:1.25;
    font-weight: 500;
}

.page-title h2 {
	font-size: 3.25vw;
    line-height:1.25;
}

.cta-text a {
	color:inherit;
}

.content a {
	color:var(--monkswell-dblue);
}

.text-image-block {
    display: flex;
    justify-content: space-between;
    gap: 4vw;
	align-items: center;
}

div#map {
    height: 50vh;
}

.nothing {
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
	background:var(--lgrey);
}

.icons-panel {
	background: var(--lgrey);
	padding:2rem 0;
	text-align: center;
}

.icons-panel:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 15%;
    display: block;
    content: "";
    background: url(../images/monkswell-logo-element-left.svg) center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.icons-panel:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15%;
    display: block;
    content: "";
    background: url(../images/monkswell-logo-element-right.svg) center left;
    background-repeat: no-repeat;
    background-size:cover;
}

.icons {
    width: 70%;
    margin: 0 auto;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
}

.icon-item {
    flex: 1 1 16vw;
}

.icon {
    width: 35%;
    margin: 0 auto;
}

.full-width-content {
    background: #F8F8F8;
	padding:5rem 0;
}

.full-width-container {
    width:80%;
    margin:0 auto;
}

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100% !important;
}

.office-floorplans {
    width: 80%;
    margin: 0 auto;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
}

.floorplan-item {
    flex: 1 1 16vw;
}

.office-floorplan-panel {
    text-align: center;
	padding:2rem 0;
}

.floorplan {
    width: 100%;
    position: relative;
}

.floorplan:after {
	content:"";
	display: block;
	padding-bottom:75%;
}

.floorplan img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.image {
    width: 50%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-end;
}

.text-image-block.left {
    flex-direction: row-reverse;
}

.text-box {
	width:50%;
}

.content {
    width: 80%;
}

.image-block {
    width: 90%;
    clip-path: ellipse(35% 65% at 50% 50%);
    transform: rotate(-80deg);
    position: relative;
    z-index: 1;
}

.image-block img {
    transform: rotate(80deg);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-bkgd {
    top: 8rem;
    bottom: 8rem;
    left: 0;
    width: 50%;
    background: var(--monkswell-blue);
    position: absolute;
}

.left-align-text-block {
    justify-content: flex-end;
    display: flex;
}

.image.left {
	flex-direction: row-reverse;
}

.image.left .image-bkgd {
    left: unset;
    right: 0;
}

strong {
	font-weight: 800;
}

.btn {
    display: block;
    padding: 0.5rem 2rem;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    color: #FFF;
}

.cta {
	color:var(--white);
	display: flex;
	flex-direction:column;
	justify-content: center;
	gap:2rem;
}

.cta:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 20%;
    display: block;
    content: "";
    background: url(../images/monkswell-logo-element-left.svg) center right;
    background-repeat: no-repeat;
    background-size: 110%;
}

.cta:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20%;
    display: block;
    content: "";
    background: url(../images/monkswell-logo-element-right.svg) center left;
    background-repeat: no-repeat;
    background-size: 110%;
}

.cta-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.cta-title {
    color: var(--white);
    text-align: center;
    font-size: 3vw;
    margin: 0 0 2rem 0;
}

.cta-container {
	width:70%;
	margin:0 auto;
	padding:2rem 0;
}

.footer-logo {
	width:10%;
	position:relative;
}

.bottom-logo {
	margin:0;
	width:100%;
	height:100%;
	object-fit: contain;
}

.footer-logo:after {
	content:"";
	display: block;
}

.site-footer {
	background:rgba(48,147,209, 0.1);
}

.contact-btn {
    display: flex;
	align-items: center;
    gap: 1rem;
}

.ln {
	background:url("../images/linkedin-icon-blue.svg") center center no-repeat;
	background-size:contain;
}

.fb {
	background:url("../images/facebook-icon-blue.svg") center center no-repeat;
	background-size:contain;
}

.in {
	background:url("../images/instagram-icon-blue.svg") center center no-repeat;
	background-size:contain;
}

.footer-row {
	width:90%;
	padding:2rem 0;
	margin:0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

img.modal-image {
    width: 100%;
    height: auto;
}

.footer-row:first-of-type {
    padding:2rem 0 0 0;
}

.footer-row:last-of-type {
    padding:0 0 2rem 0;
}

.privacy-links {
    list-style-type: none;
    margin: 1rem 0 0 0;
    padding: 0;
    display: flex;
}

.privacy-link {
	color:inherit;
	text-decoration: none;
	padding:0.15rem 1rem;
	border-right: 1px solid var(--grey);
}

.privacy-link-item:first-child .privacy-link {
	padding:0.15rem 1rem 0.15rem 0;
}

.privacy-link-item:last-child .privacy-link {
	border-right:none;
}

.fuse-link a {
    color: inherit;
    text-decoration: none;
}

.pop-up-container {
	background:rgba(0,0,0,0.8);
	position:fixed;
	top:0; right:0; bottom:0; left:0;
	display: flex;
	z-index: 12;
	align-items: center;
	justify-content: center;
	visibility: visible;
	opacity: 1;
	transition:all 0.3s ease-in-out;
}

.pop-up-logo {
    height: 50px;
}

.pop-up-title {
    font-size: 2rem;
    margin: 25px 0 0 0;
	color:#004D71;
}

.closed {
	visibility: hidden;
	opacity: 0;
}

.pop-up-block {
    width: 40%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    background: #FFF;
    padding: 25px;
    border-radius: 10px;
	position:relative;
}

.pop-up-block strong {
	font-family:'montserrat-bold';
	color:#004D71;
}

.close-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    background:url("../images/close-black.svg") center center no-repeat;
    display: block;
    width: 30px;
    height: 30px;
	cursor: pointer;
}

.offer {
    width: 50%;
    margin: auto;
    height: fit-content;
    top: 50%;
    background: #FFF;
	padding:0 !important;
}

.close-offer {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 60px;
    color: #FFF;
    opacity: 1;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
	cursor: pointer;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
	font-size:0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.show {
    filter: alpha(opacity = 50);
    opacity: .5;
}

.modal-backdrop.fade {
    filter: alpha(opacity = 0);
    opacity: 0;
}

.modal-backdrop.fade.in {
    opacity: 1;
}

img.popup-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}




