body {
	margin: 0;
}

img {
	width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	font-family: "monsal-gothic";
}

h2 {
	font-family: "monsal-gothic";
}

h3 {
	font-family: "monsal-gothic";
}

h4 {
	font-family: "monsal-gothic";
}

h5 {
	font-family: "monsal-gothic";
}

h6 {
	font-family: "monsal-gothic";
}

ul {
	font-family: "monsal-gothic";
}

p {
	font-size: 4.5vw;
	font-family: "inter-variable";
	line-height: 1.4;
}

h3 {
	font-size: 7vw;
}

h6 {
	font-size: 6vw;
}

.caps {
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
}

.gold {
	color: #FFB650;
}

.orangeButton {
	background-color: #FFB250;
	color: white;
	padding: 2.5vw 4vw;
	border-radius: 12px;
	font-size: 5vw;
	font-weight: bold;
	text-align: center;
	width: 50vw;
	margin: auto; 
	
	
	&:hover {
		filter: drop-shadow(2px 4px 6px black);
		/*transform: scale(1.05);*/
		transition: ease-in-out 0.35s;
		-webkit-transform: translateZ(0);
		
	}
}

.grayButton {
	background-color: #333333;
	color: white;
	padding: 2.5vw 4vw;
	border-radius: 12px;
	font-size: 5vw;
	font-weight: bold;
	text-align: center;
	width: 50vw;
	margin: auto;
	
	&:hover {
		filter: drop-shadow(2px 4px 6px black);
		transition: ease-in-out 0.35s;
		-webkit-transform: translateZ(0);
	}
}

.darkButton {
	background-color: #333333;
	color: white;
	padding: 2.5vw 4vw;
	border-radius: 12px;
	font-size: 5vw;
	font-weight: bold;
	text-align: center;
	width: 50vw;
	margin: auto;
	
	&:hover {
		filter: drop-shadow(2px 4px 6px black);
		transition: ease-in-out 0.35s;
		-webkit-transform: translateZ(0);
	}
}

.bannerButtons, .centerButtons, .lowerButtons {
	justify-content: center;
	display: flex;
	flex-direction: column;
	gap: 5vw;
}

.mm-navbar__title {
	display: none;
}

#toggle-icon {
	margin-top: -24vw;
	z-index: 15;
	
		.label {
			display: none;
		}
	
		.icon {
			background: #FFB650;
		}
}

.responsive-menu-toggle-icon:after, .responsive-menu-toggle-icon:before {
	background: #ffb650;
}

.header {
	width: 100%;
	height: 12vw;
	display: inline-flex;
	align-items: center;
	background-color: white;
	position: relative;
	z-index: 10;
	font-family: "monsal-gothic";	
	
	.logo {
		width: 30vw;
		margin-left: 65vw;
		margin-bottom: -12vw;
		filter: drop-shadow(3px 3px 3px)
	}
	
	.headerMenu {
		display: none;
		height: 6vw;
		width: 100%;
		align-items: center;
		justify-content: space-between;
		margin-right: 10vw;
		margin-left: 10vw;
		font-weight: bold;
		font-size: 1vw;
		
		a {
			color: black;
			transition: ease-in-out 0.3s;
			padding: 2vw;
			font-family: "monsal-gothic";
			
			&:hover {
				filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
				transition: ease-in-out 0.3s;
			}
		}
		
		.orangeButton1 {
			color: white !important;
			background-color: #FFB250;
			padding: .5vw 2vw !important;
			border-radius: 15px;
			transition: ease-in-out 0.5s;
			width: auto;
			
			
			&:hover {
				-webkit-transform: translateZ(0);	
			}
		}
	}
}

/*------------------Desktop Header-------------------------------------*/
@media screen and (min-width: 750px) {
	
	.header {
		width: 100%;
		height: 6vw;
		display: inline-flex;
		align-items: center;
		border-bottom: 1px solid black;
		background-color: white;
		position: relative;
		z-index: 10;
		
		
		.logo {
			width: 15vw;
			margin-left: 5vw;
			margin-bottom: -3vw;
			filter: drop-shadow(3px 3px 3px)
		}
		
		.headerMenu {
			display: inline-flex;
			height: 6vw;
			width: 100%;
			align-items: center;
			justify-content: space-between;
			margin-right: 10vw;
			margin-left: 10vw;
			font-weight: bold;
			
			
			a {
				color: black;
				transition: ease-in-out 0.3s;
				padding: 2vw;
				font-size: 1vw;
				
				&:hover {
					filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
					transition: ease-in-out 0.3s;
				}
			}
			
			.orangeButton1 {
				color: white !important;
				background-color: #FFB250;
				padding: .5vw 2vw !important;
				border-radius: 15px;
				transition: ease-in-out 0.5s;
				width: auto;
			}
		}
	}
}

/*-----------------------------End Header Desktop-------------------------------------*/

.footer {
	background-color: #757575;
	padding: 5vw 2vw;
	color: white;
	
	p {
		text-align: center;
		margin-bottom: 0;
		font-size: 4.5vw;
	}
	
	a {
		color: white;
		text-align: center;
		font-size: 4.5vw;
	}
		
	.footerTop {
		display: flex;
		flex-direction: column;
		width: 90%;
		margin: auto;
		align-items: center;
		border-bottom: 1px solid white;
		gap: 2vw;
		
		div {
			margin-bottom: 2vw;
		}
	}
	
	.footerMenu {
		line-height: 1.35;
	}
	
	.footerAddress, .footerMenu {
		display: flex;
		width: 50vw;
		flex-direction: column;
		justify-content: center;
		gap: 0.25vw;
		
		p {
			margin: 0;
		}
	}
	
	.footerIcon {
		width: 40vw;
	}
}

.homeBannerImage {
	margin-top: -16vw;
}

.triBlock {
	text-align: center;
	margin-top: 10vw;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	
	h6 {
		margin: 0;
	}
	
	img {
		border-radius: 10px;
	}
}

.outline {
	-webkit-text-stroke: 3px #757575;
	font-size: 40vw;
	color: rgba(255, 255, 255, 0.9);
	font-weight: bold;
	font-family: "monsal-gothic";
}

.homeRound {
	padding-bottom: 12vw;
}

.round {
	text-align: center;
	margin-top: 12vw;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	
	div {
		border-radius: 50%;
		width: 60vw;
		height: 60vw;
		justify-content: center;
		align-items: center;
		display: flex;
		margin: auto;
	}
	
	h6 {
		margin-bottom: 0;
		margin-top: 6vw;
	}
}

.rdQuote {
	background-image: url(/sites/default/files/2024-10/d2a639ae1691a10683cacaf13d28ee13.jpeg);
	background-size: cover;
}

.rdInspect {
	background-image: url(/sites/default/files/2024-11/clipboard.webp);
	background-size: cover;
	background-position: 99% 54%;
}

.rdSchedule {
	background-image: url(/sites/default/files/2024-11/calendar.webp);
	background-size: 174%;
	background-position: 48%;
	
}

.rdPara {
	margin-top: 1vw;
	margin-left: auto;
	margin-right: auto;
	width: 81vw;
}

.reviewsPagerHeader {
	background-color: #333333;
	padding: 5vw 0vw;
	
	p {
		color: white;
		font-weight: bold;
		margin-left: 6vw;
	}
	
	.separator {
		height: 3px;
		background: white;
		width: 50%;
		margin-left: 6vw;
	}
}

.leaveReview {
	background-color: #333333;
	height: 14vw;
	margin-top: -1vw;
	text-align: center;
	
	a {
		color: white;
		font-weight: bold;
		font-size: 6vw;
		text-decoration: underline;
	}
}

.lowerButtons {
	padding: 8vw 0vw;
}

#block-cirrocumulus-views-block-reviews-block-1 {
	padding-bottom: 15vw;
	background: #333333;
	
	p {
		text-align: center;
	}
	
	.icon1 {
		background-color: rgba(255, 166, 41, 0.81);
		border-radius: 50%;
		width: 30vw;
		height: 30vw;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: auto;
		margin-top: -21vw;
		
		img {
			width: 16vw;
		}
		
	}
	
	.starsRev {
		width: 40vw;
		margin: auto;
	}

	.slick-slide {
		background: white;
		border-radius: 8px;
		padding: 4vw;
		margin-top: 25vw;
		margin-left: 10vw;
	}

	.slick--view--reviews--block-1 {
		width: 90%;
	}
}

.homeOffset {
	background: #333333;
	display: flex;
	flex-direction: column;
	padding-bottom: 5vw;
	margin-top: 22vw;
		
	
	li {
		margin-left: 8vw;
		color: white;
		font-weight: bold;
		font-size: 5vw;
	}
	
	.stars {
		display: flex;
		width: 50%;
		margin: auto;
	}	
}

.offsetImage {
	width: 80%;
	margin: auto;
	display: flex;
	justify-content: center;
	margin-top: -12vw;
	
	img {
		border-radius: 20px;
		border: 8px solid white;
	}
}

.homeCenter {
	margin-top: 5vw;
}

.centerButtons {
	margin-top: 4vw;
	padding-bottom: 7vw;
	
	a {
		background-color: #C9C9C9;
		color: #333333;
	}
}
.centerIframe {
	width: 90%;
	margin: auto;
	border: 5px solid white;
	border-radius: 10px;
	position: relative;
	
	iframe {
		width: 100%;
		aspect-ratio: 16/9;
		border-radius: 8px;
		margin-bottom: -4px;
	}
}

.centerBottom {
	background-color: #333333;
	padding-top: 10vw;
	margin-top: -8vw;
}

.textBlock {
	text-align: center;
	width: 90%;
	margin: auto;
	
	h6 {
		margin-top: 0;
		margin-bottom: 0;
		font-family: "monsal-gothic";
	}
	
	h3 {
		margin-bottom: 2vw;
		font-family: "monsal-gothic";
	}
	
	p {
		font-family: "inter-variable";
		line-height: 1.4;
	}
	
	a {
		font-family: "monsal-gothic";
	}
}

.white {
	color: white;
}

.contrast {
	background-color: #333333;
}

.aboutImage {
	width: 10vw;
}

.aboutPage {
	
	p, h3 {
		margin-left: 8vw;
		margin-right: 8vw;
	}
}

.aboutMobile {
	display: none;
}

/*-----------------------Window Wells---------------------------------------------*/

.wellsTop {
	margin-top: -16vw;
}

.wellsTriple {
	display: grid;
	flex-direction: column;
}

.centerSection {
	grid-column-start: 1;
	grid-column-end: 4;
	grid-row-start: 2;
	grid-row-end: 2;
	text-align: center;
	margin-top: 62vw;
	
	h6 {
		display: none;
	}
	
	h3 {
		margin-bottom: 2vw;
	}
	
	.buttonSurround {
		margin: 12vw 0;
	}	
}

.leftWell {
	grid-column-start: 1;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 1;
	position: absolute;
    width: 44vw;
	height: 62vw;
	overflow: hidden;
	margin-left: 5vw;
	left: 0;
}

.rightWell {
	grid-column-start: 2;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 1;
	position: absolute;
	width: 44vw;
	height: 62vw;
	overflow: hidden;
	margin-right: 5vw;
	right: 0;
}

.secondFromTop {
	background-color: #333333;
	padding-top: 10vw;
	padding-bottom: 10vw;
	
	li {
		color: white;
		font-weight: bold;
	}
}

.skidImage {
	width: 60%;
	margin: auto;
	
	img {
		border-radius: 25px;
		border: 8px solid #FFB650;
	}
}

.wellCover {
	margin: 5vw;
	width: 90%;
}

.wellCoverText {
	width: 90%;
	margin: auto;
}

.callGene {
	background: #333333;
	padding: 2vw;
	color: white;
	width: 80%;
	text-align: center;
	margin: auto;
	border-radius: 8px;
	font-weight: bold;
	display: flex;
}

.windowWellsQuad {
	display: flex;
	flex-direction: column;
	gap: 7vw;
}

.wide {
	background: gray;
	border-radius: 10px;
	width: 90vw;
	height: 110vw;
	margin: auto;
	align-content: end;
	
	p {
		background-color:rgba(255, 255, 255, 0.7);
		margin-bottom: 0;
		text-align: center;
		padding: 3vw;
	}
}

.narrow {
	background: gray;
	border-radius: 10px;
	width: 80vw;
	height: 110vw;
	margin: auto;
	align-content: end;
	
	p {
		background-color:rgba(255, 255, 255, 0.7);
		margin-bottom: 0;
		text-align: center;
		padding: 3vw;
	}
}


.w3048 {
	background-image: url(/sites/default/files/2024-11/window1.webp);
	background-size: 120%;
	background-position: 30% 26%;
}

.w4848 {
	background-image: url(/sites/default/files/2024-11/window2.webp);
	background-size: 135%;
	background-position: 30% 26%;
}

.w3048transom {
	background-image: url(/sites/default/files/2024-11/window3.webp);
	background-size: 120%;
	background-position: 30% 26%;
}

.w2846 {
	background-image: url(/sites/default/files/2024-11/window4.jpeg);
	background-size: 120%;
	background-position: 30% 26%;
}

.proVia {
	text-align: center;
	width: 90%;
	margin: auto;
	
	.orangeButton {
		background: white;
		border: 3px #FFB650 solid;
		color: #FFB650;
	}
	
	p {
		margin: 12vw 0;
	}
}

.bdCode {
	background: #333333;
	padding: 2.5vw 10vw;
	color: white;
	text-align: center;
	margin: auto;
	border-radius: 8px;
	font-weight: bold;
}

.last {
	
	p {
		text-align: center;
		margin: 14vw 0;
	}
}

.wellsLastTriple {
	display: none;
}

.wellsLastTripleMobile {
	
	h5 {
		text-align: center;
		width: 90%;
		margin: auto;
		color: white;
		background-color: #FFB650;
		padding: 2vw;
		font-size: 5vw;
		margin-top: 3vw;
	}
}

.ladderFlex {
	display: flex;
	width: 95%;
	margin: auto;
	gap: 2vw;
	
	img {
		border-radius: 8px;
		height: 100%;
	}
	
	.ladder1 {
		width: 55%;
	}
	
	.ladder2 {
		width: 45%;
	}
}

/*-------------------End Window Wells--------------------------------------------*/

/*----------------------Installation---------------------------------------------*/

.grayTop {
	background: #333333;
	height: 35vw;
	margin-top: -16vw;
}

.installationTop {
	h3 {
		text-align: center;
	}
}

.instImageTop {
	display: flex;
	
	iframe {
		width: 90vw;
		margin: auto;
		aspect-ratio: 16 / 9;
		 border-radius: 10px;
		 border: 4px solid white;
		 margin-top: -25vw;
	}
}

.procedureFlex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 2vw;
	width: 95%;
	margin: auto;
	
	p {
		font-size: 4.5vw;
	}
	
	.flexItem {
		width: 45vw;
		
		div {
			background-color: gray;
			aspect-ratio: 3/4;
			border-radius: 50px;
		}
	}
	
	.mark {
		background-image: url(/sites/default/files/2024-11/digsafe.webp);
		background-size: cover;
		background-position: 50%;
	}
	
	.upgrade {
		background-image: url(/sites/default/files/2024-11/upgrade.jpg);
		background-size: cover;
	}
	
	.excavate {
		background-image: url(/sites/default/files/2024-11/excavator.webp);
		background-size: cover;
		background-position: 50%;
	}
	
	.barrier {
		background-image: url(/sites/default/files/2024-11/dustbarrier.webp);
		background-size: cover;
		background-position: 50%;
	}
	
	.cut {
		background-image: url(/sites/default/files/2024-11/mancuttingclose.webp);
		background-size: cover;
		background-position: 50%;
	}
	
	.remove {
		background-image: url(/sites/default/files/2024-11/92911ba441c1c20d12c5951023a3b135.jpeg);
		background-size: cover;
		background-position: 71%;
	}
	
	.frame {
		background-image: url(/sites/default/files/2024-11/9bebd8ced92b06a95179d0b90dd72905.jpeg);
		background-size: cover;
		background-position: 50%;
	}
	
	.bolt {
		background-image: url(/sites/default/files/2024-11/bolting.webp);
		background-size: cover;
		background-position: 50%;
	}
	
	.backfill {
		background-image: url(/sites/default/files/2024-11/tamping.webp);
		background-size: cover;
		background-position: 50%;
	}
	
	.install {
		background-image: url(/sites/default/files/2024-11/window1.webp);
		background-size: 135%;
		background-position: 36% 34%;
	}
	
	.wellLadder {
		background-image: url(/sites/default/files/2024-11/coverinstalled.webp);
		background-size: cover;
		background-position: 95%;
	}
}

/*------------------End Installation---------------------------------------------*/

/*--------------------------About Us---------------------------------------------*/

.aboutTop {
	margin-top: -16vw;
}

.aboutMobile {
	display: block;
}

.aboutDesk, .noMobile  {
	display: none;
}

.aboutImage {
	width: 70%;
	margin: auto;
}

.aboutMobile {
	padding: 5vw 0;
}

.aboutBackground {
	background: #333333;
	height: 35vw;
}

.aboutGroupImage {
	width: 80vw;
	height: 52vw;
	overflow: hidden;
	margin: auto;
	border-radius: 10px;
	border: 5px solid white;
	margin-top: -5vw;
	margin-bottom: 10vw;
}

.meet {
	margin-top: -30vw;
}
	
/*----------------------End About Us---------------------------------------------*/

/*-----------------------------Terms and Thanks Pages---------------------------------------------*/

.pageTop {
	color: white;
	background-color: #333333;
	text-align: center;
	margin-top: -16vw;
}

.button {
	text-align: center;
	margin-top: -3vw;
}

.oraangeButton {
	background: #FFB650;
	color: white;
	font-weight: bold;
	padding: 2vw 4vw;
	border-radius: 10px;
	text-align: center;
	
	&:hover {
		filter: drop-shadow(2px 4px 6px black);
		transition: ease-in-out 0.35s;
		-webkit-transform: translateZ(0);
	}
}

.pageTopText {
	padding: 6vw 0;
	
	a {
		color: white;
		text-decoration: underline;
	}
}

.pagePhoto {
	width: 80%;
	margin: auto;
	display: flex;
	justify-content: center;
	margin-top: 15vw;
	
	img {
		border-radius: 15px;
		padding: 5px;
		border: 0.5px solid black;
	}
}

.term1 {
	margin: 8vw 10vw;
}

.termsThanksPage {
	
	p {
		text-align: center;
		margin: 8vw;
	}
}

.adjust {
	border: 5px solid white !important;
	border-radius: 15px !important;
	padding: 0 !important;
	margin-top: -25vw;
	filter: drop-shadow(2px 4px 6px #333333);
}

/*------------------------End Terms and Thanks pages---------------------------------------------*/

/*--------------------------Egress Code Page-----------------------------------------------------*/

.egressCode {
	margin-top: -16vw;
}

.topContentMobile {
	background: #333333;
	color: white;
	padding-top: 5vw;
	
	P{
		margin: 6vw;
	}
	
	h3 {
		text-align: center;
	}
}

.imageWell {
	width: 80%;
	margin: auto;
	display: flex;
	justify-content: center;
	
	img {
		border: 5px solid white;
		border-radius: 15px;
		margin-bottom: -32vw;
	}
}

.secondContentMobile {
	margin-top: 40vw;
	margin-bottom: 22vw;
	
	p {
		margin: 6vw;
	}
}

.darkImg {
	width: 80%;
	margin: auto;
	display: flex;
	justify-content: center;
	
	img {
		margin-top: -15vw;
		border-radius: 15px;
		border: 5px solid white;
	}
}

.darkBack {
	background: #333333;
	color: white;
	padding-bottom: 10vw;
	
	p {
		text-align: center;
		font-weight: bold;
	}
	
	ul {
		margin-left: 22vw;
	}
}

.lowerText {
	
	p {
		margin: 6vw;
	}
}

.lastImage {
	width: 90%;
	margin: auto;
	
	img {
		border-radius: 12px;
	}	
}

/*-----------------------End Egress Code Page----------------------------------------------------*/

/*---------------------Get Quote Page--------------------------------------------*/	

.webformBottom {
	text-align: center;
	width: 90%;
	margin: auto;
	padding-bottom: 10vw;
	
	a {
		color: black;
	}
	
	h4 {
		margin-bottom: 0;
		font-size: 6.5vw;
	}
	
	p {
		margin-top: 1vw;
	}
}

#block-cirrocumulus-webform {
	width: 90%;
	margin: auto;
	background: gray;
	margin-top: 20vw;
	padding-top: 10vw;
	padding-bottom: 5vw;
	position: relative;
	
	p {
		font-size: 5vw;
	}
	
	#edit-markup-01, #edit-markup {
		text-align: center;
	}
	
	label, .fieldset-legend {
		font-family: inter, sans-serif;
	}
	
	label, input, select, textarea, .fieldset-legend {
		margin-left: 10vw;
	
	}
	
	#edit-when-do-you-need-and-egress-window-well {
		margin-left: 10vw;
		/*added by Claudio*/
		display: flex;
		flex-direction: column;
		
		label, input {
			margin-left: 0vw;;
		}
	}
	
	.form-item-i-accept-terms-conditions {
		
		@media screen and (max-width: 750px) {
			display: flex !important;
			justify-content: center;
			margin-left: -4em;
		}
		
		label {
			margin-left: 0;
			color: white;
		}
		
		input {
			accent-color: #ffb250;
		}
	}
	
	#edit-actions {
		text-align: center;
		margin-left: -10vw;
		margin-top: 5vw;
		
		#edit-actions-submit {
		color: white;
		font-weight: bold;
		background-color: #ffb250;
		border: none;
		padding: 1vw 3vw;
		border-radius: 8px;
		
		@media screen and (max-width: 750px) {
			font-size: 6vw;
			padding: 2vw 9vw;
		}
		
		}
	}
	
	.js-form-item-name, .js-form-item-your-name, .js-form-item-email, .js-form-item-phone, .js-form-item-address-address, .js-form-item-address, .js-form-item-address-city, .js-form-item-address-state-province, .js-form-item-address-postal-code, .js-form-item-address-country {
		
		label {
			display: inherit;
			color: white;
		}
	}
	
	.js-form-item-i-accept-terms-conditions, .js-form-item-terms {
		display: inline-block;
	}
	
	.respond, .fieldset-legend, .view-terms {
		color: white;
	}
	
	.form-item-message, .option, .js-form-item-message, .js-form-type-radio {
		
		label {
			color: white;
		}
	}
	
	#edit-terms {
		display: block;
		text-align: center;
		
		p, a {
			color: white;
			
			@media screen and (max-width: 750px) {
				font-size: 16px;
				font-family: inter, sans-serif;
				margin-top: .2em;
			}
		}
	}
		
	.heading {
		background-color: #ffb250;
		width: 65vw;
		margin: auto;
		color: #FAE3BE;
		position: absolute;
		margin-left: 13vw;
		top: -4vw;
		
		@media screen and (max-width: 750px) {
			border-radius: 5px;
		}
	}
	
	.respond {
		margin-top: -3vw;
	}
	
	.form-item-when-do-you-need-and-egress-window-well {
		
		input {
			accent-color: #ffb250;
		}
	}
	
	.js-form-item-name, .js-form-item-email {
		
		input {
			width: 70vw;
			
			@media screen and (max-width: 750px) {
				height: 30px;
				font-size: 18px;
				margin-left: 8.5vw;
			}
			
		}
	}
	
	.js-form-item-your-name, .js-form-item-phone, .form-item-address-postal-code, .form-item-address-state-province {
		
		input {
			width: 70vw;
			margin-left: 10vw;
			
			@media screen and (max-width: 750px) {
				height: 30px;
				font-size: 18px;
				margin-left: 8.5vw;
			}
			
		}
		
		label, select {
			margin-left: 10vw;
		}
	}
	
	.js-form-item-address-postal-code {
		margin-left: auto;
	}
	
	.webform-flexbox--center {
		width: 85%;
	}
	
	#edit-address-address {
		width: 70vw;
		
		@media screen and (max-width: 750px) {
			height: 30px;
			font-size: 18px;
			margin-left: 8.5vw;
		}
	}
	
	#edit-address-city, #edit-address-postal-code, #edit-address-state-province {
		width: 70vw;
		
		@media screen and (max-width: 750px) {
			height: 30px;
			font-size: 18px;
			margin-left: 8.5vw;
		}
	}
	
	textarea {
		width: 70vw;
		height: 50vw;
		margin-bottom: 1vw;
		
		@media screen and (max-width: 750px) {
			font-size: : 18px;
			margin-left: 8.5vw;
		}
	}
	
	#edit-when-do-you-need-and-egress-window-well--wrapper {
		text-align: center;
		margin-left: -9vw;
		
		legend {
			margin-bottom: .5vw;
		}
	}
}

/*-----------------------End Get Quote Page-----------------------------------*/

#block-cirrocumulus-views-block-duplicate-of-reviews-block-1 {
	display: none;
}

.topGrayBackground {
	display: none;
}

@media screen and (max-width: 750px) {
	.webform-address {
		margin-left: -3px;
	}
	input, textarea {
		border-radius: 5px;
		border: 1px, solid, black;
	}
}

@media screen and (min-width: 750px) {
	
	p {
		font-size: 1vw;
	}
	
	#block-cirrocumulus-webform {
		width: 60vw;
		margin: auto;
		background: gray;
		margin-top: 10vw;
		padding-bottom: 5vw;
		padding-top: 0;
		position: relative;
		
		p, label, legend {
			font-size: 1vw;
		}
		
		input, select {
			padding: .5vw;
			border-radius: 5px;
			border: none;
		}
		
		textarea {
			border-radius: 5px;
		}
		
		.form-item-your-name, .form-item-phone {
			margin-left: 2vw;
		}
		
		.form-item-address-state-province {
			margin-left: .5vw;
		}
		
		.js-form-item-i-accept-terms-conditions {
			margin-left: 6vw;
		}
		
		#edit-markup-01, #edit-markup {
			text-align: center;
		}
		
		label, input, select, textarea, .fieldset-legend {
			margin-left: 10vw;
		}
		
		#edit-when-do-you-need-and-egress-window-well {
			margin-left: 10vw;
			
			label, input {
				margin-left: 0vw;;
			}
		}
		
		.form-item-i-accept-terms-conditions {
			
			label {
				margin-left: 0;
				color: white;
			}
			
			input {
				accent-color: #ffb250;
			}
		}
		
		#edit-actions {
			text-align: center;
			margin-left: -10vw;
			margin-top: 5vw;
			
			#edit-actions-submit {
				color: white;
				font-weight: bold;
				background-color: #ffb250;
				border: none;
				padding: .75vw 4vw;
				border-radius: 8px;
				font-size: 1.25vw;
			}
		}
		
		.js-form-item-name, .js-form-item-your-name, .js-form-item-email, .js-form-item-phone, .js-form-item-address-address, .js-form-item-address, .js-form-item-address-city, .js-form-item-address-state-province, .js-form-item-address-postal-code, .js-form-item-address-country {
			
			label {
				display: inherit;
				color: white;
			}
		}
		
		
		.js-form-item-i-accept-terms-conditions, .js-form-item-terms {
			display: inline-block;
		}
		
		.respond, .fieldset-legend, .view-terms {
			color: white;
		}
		
		.form-item-message, .option, .js-form-item-message, .js-form-type-radio {
			
			label {
				color: white;
			}
		}
		
		#edit-terms {
			display: inline-block;
			
			p, a {
				color: white;
			}
		}
			
		.heading {
			background-color: #ffb250;
			width: 30vw;
			margin: auto;
			color: #FAE3BE;
			position: absolute;
			margin-left: 14.5vw;
			top: -2vw;
			font-size: 2.5vw;
			padding: .5vw;
			border-radius: 8px;
		}
		
		.respond {
			padding-top: 4vw;
		}
		
		.form-item-when-do-you-need-and-egress-window-well {
			
			input {
				accent-color: #ffb250;
			}
		}
		
		.js-form-item-name, .js-form-item-email {
			
			input {
				width: 15vw;
			}
		}
		
		.js-form-item-your-name, .js-form-item-phone, .form-item-address-postal-code, .form-item-address-state-province {
			
			input {
				width: 15vw;
				margin-left: 1vw;
			}
			
			label, select {
				margin-left: 1vw;
			}
		}
		
		.js-form-item-address-postal-code {
			margin-left: -9vw;
		}
		
		.webform-flexbox--center {
			/*width: 85%;*/
			width: 100%;
		}
		
		#edit-address-address {
			width: 63.6%;
		}
		
		#edit-address-city, #edit-address-postal-code, #edit-address-state-province {
			width: 10vw;
		}
		
		textarea {
			width: 65%;
			margin-bottom: 1vw;
			height: 10vw;
		}
		
		#edit-when-do-you-need-and-egress-window-well--wrapper {
			text-align: center;
			margin-left: -10vw;
			
			legend {
				margin-bottom: .5vw;
			}
		}
	}
	
	
	.homeBannerImage {
		margin-top: -2vw;
	}
	
	.homeBannerText {
		position: relative;
		width: 35vw;
		margin: auto;
		margin-top: -30vw;
		margin-bottom: 13vw;
		text-align: center;
		
		.textBlock {
			background-color:rgba(255, 255, 255, 0.9);
			border-radius: 12px;
			padding: 0.25vw 1vw 2vw;
		}
		
		.top1 {
			margin-bottom: 0;
		}
		
		.top2 {
			margin-top: 0;
		}
		
		h6 {
			margin: 0;
			font-size: 1.5vw;
		}
		
		h3 {
			margin-bottom: .25vw;
			font-size: 2vw;
		}
		
		p {
			margin: 1vw 3vw;
		}
	}
	
	.orangeButton, .grayButton, .darkButton {
		font-size: 1vw;
		border-radius: 18px;
		padding: .55vw 1vw;
		width: 10vw;
		margin: 0;
		
		&:hover {
			filter: drop-shadow(2px 4px 6px black);
			transition: ease-in-out 0.35s;
			-webkit-transform: translateZ(0);
		}
	}
	
	.grayButton {
		background-color: rgba(51, 51, 51, 0.80);
	}
	
	.orangeButton {
		background-color: rgba(255, 166, 41, 0.81);
	}
	
	.bannerButtons, .centerButtons {
		display: flex;
		justify-content: center;
		flex-direction: row;
		gap: 2vw;
		margin-top: 2vw;
	}
	
	.triBlock {
		display: flex;
		justify-content: space-between;
		margin-top: 5vw;
		
		h6 {
			font-size: 1.25vw;
			margin-top: 2vw;
		}
		
		div {
			width: 25vw;
		}
	}
	
	.triImage {
		width: 24vw;
		aspect-ratio: 6 / 4;
		overflow: hidden;
		border-radius: 12px;
	}
	
	.homeOffset {
		flex-direction: row;
		padding-bottom: 0;
		height: 20vw;
		align-items: center;
		margin-top: 5vw;
		
		li {
			font-size: 1.5vw;
			margin-left: auto;
			line-height: 3vw;
		}
	}
	
	.offsetImage {
		width: 35vw;
		margin-left: 12vw;
		margin-right: 8vw;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.homeCenter {
		margin-top: 8vw;
	}
	
	.homeRound {
		display: flex;
		flex-direction: row;
		width: 90%;
		margin: auto;
		
		.round {
			
			div {
				width: 25vw;
				height: 25vw;
			}
		}
		
		.rdPara {
			width: 20vw;
		}
		
		.outline {
			font-size: 15vw;
		}
		
		h6 {
			font-size: 1.5vw;
		}
	}
	
	.centerButtons {
		
		.orangeButton {
			background: #FFA629;
			color: white;
		}
	}
	
	.leaveReview {
		height: 5vw;
		padding-top: 2vw;
		
		a{
			font-size: 2vw;
		}
	}
	
	.lowerButtons {
		flex-direction: row;
		padding: 4vw 0vw;
	}
	
	.reviewsPagerHeader {
		display: flex;
		justify-content: center;
		align-items: center;
		
		.reviewsHdrLeft {
			text-align: right;
			width: 37vw;
			
			a {
				color: white;
				font-weight: normal;
			}
			
			p {
				margin-right: 1vw;
			}
		}
		
		.reviewsHdrRight {
			text-align: left;
			width: 35vw;
			
			p {
				margin-left: 1vw;
			}
		}
		
		.separator {
			height: 4vw;
			width: 3px;
			margin-left: 0;
		}
	}
	
	#block-cirrocumulus-views-block-reviews-block-1 {
		display: none;
	}


/*---------------------------Window Wells----------------------------------*/
	.wellsTop {
		margin-top: -2vw;
		padding-top: 2vw;
		background: #333333;
		height: 30vw;
	}
	
	.wellsTriple {
		display: flex;
		flex-direction: row;
		background: white;
		width: 90%;
		margin: auto;
		margin-top: 3vw;
	}
	
	.leftWell, .rightWell {
		position: relative;
		height: auto;
	}
	
	.leftWell {
		margin-left: 1vw;
		margin-top: 1vw;
	}
	
	.rightWell {
		margin-right: 1vw;
		margin-top: 1vw;
	}
	
	.centerSection {
		margin-top: 5vw;
		width: 75vw;
		
		h3 {
			font-size: 2vw;
		}
		
		p {
			margin: auto;
			width: 15vw;
		}
		
		.buttonSurround {
			margin: 2vw auto;
		}
	}
	
	.secondFromTop {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 2vw;
		margin-top: 18vw;
	}
	
	.centerSectio2 {
		display: flex;
		align-items: center;
		gap: 5vw;
		
		.verticalSep {
			width: 5px;
			border-radius: 5px;
			height: 20vw;
			background: white;
		}
		
		.skidImage {
			width: 24vw;
			margin: 0;
		}
		
		.features {
			
			ul {
				line-height: 2vw;
				font-size: 1vw;
			}
		}
	}
	
	.wellCovers {
		display: flex;
		flex-direction: row-reverse;
		width: 85%;
		margin: auto;
		
		.wellCover {
			margin-right: 0;
		}
		
		.wellCoverText {
			text-align: right;
			
			p {
				line-height: 1.5vw;
			}
		}
		
		.callGene {
			padding: 1vw;
			justify-content: center;
			margin-top: 2vw;
		}
	}
	
	.windowWellsQuad {
		flex-direction: row;
		gap: 2vw;
		width: 90%;
		margin: auto;
		
		.narrow {
			height: 30vw;
			
			p {
				padding: 1vw;
			}
		}
		
		.wide {
			height: 30vw;
			
			p {
				padding: 1vw;
			}
		}
	}
	
	.proVia {
		
		.orangeButton {
			background: #FFB650;
			color: white;
		}
		
		h4 {
			width: 30vw;
			margin: auto;
			margin-top: 4vw;
			font-size: 1.25vw;
		}
		
		p {
			margin: 2vw 0;
		}
	}
	
	.wellsLastTriple {
		display: flex;
		margin: auto;
		width: 80%;
		
		.ladder1, .ladder2 {
			width: 20vw;
			height: 24vw;
			overflow: hidden;
		}
		
		h5 {
			background: #ffb650;
			padding: 6vw 10vw;
			color: white;
			width: 20vw;
			line-height: 2vw;
			font-size: 1.2vw;
			text-align: center;
			margin: 3vw .5vw 0 .5vw;
		}
	}
	
	.last {
		
		p {
			margin: 10vw 0;
		}
	}
	
	.wellsLastTripleMobile {
		display: none;
	}
	
	/*-----------------------End-Window Wells----------------------------------*/
	
	/*--------------------------Installation-----------------------------------*/
	
	.grayTop {
		margin-top: -2vw;
		height: 30vw;
	}
	
	.instImageTop {
		width: 80vw;
		margin: auto;
	}
	
	.installationTop {
		
		h3 {
			font-size: 2.5vw;
		}
	}
	
	.procedureFlex {
		width: 90%;
		margin: auto;
		justify-content: space-between;
		
		.flexItem {
			width: 20vw;
		}
		
		p {
			font-size: 1vw;
		}
	}
	
	/*-----------------------End-Installation----------------------------------*/
	
	/*--------------------------About Us-----------------------------------*/
	
	.aboutTop {
		margin-top: -2vw;
		
		.meet {
			font-size: 2vw;
			margin-left: 9.5vw;
			margin-top: -32vw;
		}
		
		.aboutGroupImage {
			margin-top: -1vw;
			margin-bottom: 4vw;
		}
		
	}
	
	.aboutText {
		h3 {
			font-size: 2.25vw;
		}
	}
	
	.lowerPara {
		
		.white {
			margin-bottom: 2vw;
		}
	}
	
	.lowerParaMobile, .aboutMobile {
		display: none;
	}
	
	.noMobile {
		display: block;
	}
	
	.aboutDesk {
		display: flex;
		margin-top: -6.25vw;
	}
	
	.contrast {
		padding: 1vw 0;
		padding-bottom: 5vw;
	}
	
	.aboutImageDesk {
		width: 40vw;
		margin-right: 10vw;
	}
	
	/*-----------------------End-About Us----------------------------------*/
	
	/*-----------------------Get a Quote-----------------------------------*/
	
	.webformBottom {
		font-size: 1.5vw;
		padding-bottom: 5vw;
		padding-top: 3vw;
		
		
		p {
			width: 40vw;
			margin: auto;
		}
		
		h4 {
			font-size: 2vw;
		}
	}
	
	/*-------------------End-Get a Quote-----------------------------------*/
	
	/*-----------------Terms and Thanks-----------------------------------*/
	
	.pageTop {
		margin-top: -2vw;
	}
	
	.pageTopText {
		
		h3 {
			font-size: 2vw;
			margin-bottom: 0;
		}
		
		p {
			margin: 1vw 0 3vw 0;
		}
	}
	
	.pagePhoto {
		margin-top: 19vw;
	}
	
	.termsThanksPage {
		
		p {
			margin: 2vw auto;
			width: 40vw;
		}
	}
	
	.oraangeButton {
		padding: .5vw 4vw;
	}
	
	.button {
		margin-top: -5vw;
	}
	
	.photoTerms {
		margin-top: 6vw;
	}
	
	/*--------------------End-Terms-Thanks----------------------------------*/
	
	/*-----------------------Egress Code------------------------------------*/
	
	.darkBack {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 90%;
		margin: auto;
		gap: 3vw;
		padding-bottom: 0;
		height: 15vw;
		
		ul {
			margin-left: 0;
			font-size: 1.25vw;
		}
	}
	
	.darkImg {
		width: 40vw;
		margin: 0;
		margin-left: -15vw;
		
		img {
			margin: auto;
		}
	}
	
	.title {
		
		br {
			display: none;
		}
	}
	
	.bottomCont {
		display: flex;
		width: 90%;
		margin: auto;
	}
	
	.lowerText {
		margin-top: 2vw;
		
		p {
			margin: 3vw;
			font-size: 1.25vw
		}
	}
	
	.lastImage {
		margin-right: 2vw;
		margin-top: -2vw;
		
		img {
			border: 5px solid white;
		}
	}
	
	.topContentMobile, .secondContentMobile {
		display: none;
	}
	
	.topDescPhoto {
		display: flex;
	}
	
	.topGrayBackground {
		background: #333333;
		padding-top: 5vw;
		display: block;
		
	}
	
	.topWhiteBackground {
		background: white;
		width: 90%;
		margin: auto;
		border-radius: 12px 12px 0 0;
		
		p {
			margin-left: 2vw;
		}
	}
	
	.egressCode {
		margin-top: -2vw;
	}
	
	.bdCode {
		font-size: 1.5vw;
		padding: 1vw 5vw;
	}
	
	.bdCodeHding {
		color: #333333;
		margin-top: 0;
		font-size: 2vw;
		padding-top: 2vw;
		margin-left: 2vw;
		
	}
	
	.codePhoto {
		width: 85vw;
		margin-right: 2vw;
		margin-left: 4vw;
		margin-bottom: -2vw;
		
		img {
			border: 5px solid white;
			border-radius: 12px;
			
		}
	}
	
	.topBackground {
		
		p {
			line-height: 2;
			font-size: 1.25vw;
		}
	}
	
	/*--------------------End Egress Code-----------------------------------*/
	
	/*-----------------------------Footer--------------------------------------*/
	
	.footer {
		
		p {
			font-size: 1vw;
		}
		
		a {
			font-size: 1vw;
		}
		
		.footerTop {
			flex-direction: row;
			justify-content: center;
			width: 60%;
			margin: auto;
		}
		
		.footerIcon {
			width: 20vw;
		}
		
		.footerMenu {
			
			a {
				text-align: left;
			}
		}
		
		.footerAddress {
			
			p {
				text-align: right
			}
		}
	}
	
	
	/*-----------------------End---Footer--------------------------------------*/
	
	/*--------------------Desktop Reviews Slider-------------------------------*/
	
	#block-cirrocumulus-views-block-duplicate-of-reviews-block-1 {
		display: block;
		background: #333333;
		
		
		.slick-slide {
			background: white;
			margin-top: 5vw !important;
			padding: 1vw;
			width: 50vw;
			height: 30vw;
			padding-top: 17vw;
			border-radius: 12px;
			margin: 2vw;
			
			p {
				max-height: 15vw;
				overflow: scroll;
				-ms-overflow-style: none !important;
				scrollbar-width: none !important;
			}
			
			p::-webkit-scrollbar {
				display: none;
			}
		}
		
		.icon1 {
			background-color: rgba(255, 166, 41, 0.81);
			border-radius: 50%;
			width: 8vw;
			height: 8vw;
			display: flex;
			justify-content: center;
			align-items: center;
			margin: auto;
			margin-top: -21.35vw;
			
			img {
				width: 4vw;
			}
		}
		
		.starsRev {
			width: 12vw;
			margin: auto;
		}
	}
/*----------------End-Desktop Reviews Slider-------------------------------*/

}
