.grout-coverage-section .section-title-wrapper,
.grout-coverage-section .section-title-wrapper {
	width: 100%;
	padding: 45px 0;
	text-align: center;
	background-color: rgb(239 239 239 / 0.8);
}
.grout-coverage-section .section-description, 
.grout-coverage-section .section-description {
	margin-bottom: 0;
	max-width: 653px;
	margin: 16px auto;
}
.grout-filter-column,
.grout-filter-column {
	flex: 0 0 auto;
    width: auto;
	background-color: #345d97;
	padding: 20px 40px 20px 70px;
	border-radius: 10px;

}
.grout-results-column {
	padding: 20px;
    flex: 1 0 0%;
	padding: 40px;
	background-color: #f3f7f9;
	border-radius:10px;
}
.grout-question {
	width: 100%;
	text-align: left;
	margin-top: 15px;
}
.grout-question a {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid #FFFFFF;
}
.grout-question img {
	margin-right: 10px;
}
.filter-steps {
	width: 100%;
	position: relative;
	padding-bottom: 15px;
}
.filter-steps:last-child {
	padding-bottom: 0;
}
.filter-steps:not(.active) h4.filter-steps-title span {
	color: black;
}
.select-grout-lists {
	width: 100%;
}
h4.filter-steps-title {
	color: #ffde00;
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	position: relative;
	line-height: 1.5;
	margin-bottom: 10px;
	letter-spacing: 0.48px;
	margin-left: -41px;
}
h4.filter-steps-title span {
    color: black;
	z-index: 1;
	width: 30px;
	height: 30px;
	font-size: 20px;
	font-weight: 400;
	line-height: 29px;
	text-align: center;
	margin-right: 10px;
	position: relative;
	border-radius: 50px;
	display: inline-block;
	letter-spacing: 0.48px;
	background-color: #ffed00;
}
.filter-steps:after {
	top: 0px;
	width: 1px;
	left: -26px;
	content: '';
	height: 100%;
	opacity: 0.57;
	position: absolute;
	border-left: 1px dashed #ffed00;
}
.filter-steps:last-child:after {
	display: none;
}
.total-area-label {
	height: 43px;
	padding: 10px;
	display: flex;
	border-radius: 4px;
	align-items: center;
	background-color: #ffffff;
}
input.totalarea-input {
	width: 60%;
	padding: 0;
	height: 33px;
	border: none;
	outline: none;
	padding: 0 10px;
	color: #474747;
	font-size: 19px;
	font-weight: 400;
	background-color: transparent;
	border-right: 1px solid rgb(112 112 112 / 0.25);
}
select.select-areatype {
	width: 40%;
	height: 33px;
	border: none;
	outline: none;
	color: #474747;
	font-size: 15px;
	font-weight: 400;
	padding: 0px 7px 0 7px;
	background-color: transparent;
}
.total-area-thickness h5 {
	opacity: 0.49;
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	line-height: 26px;
	font-style: normal;
	margin-bottom: 10px;
	letter-spacing: 0.32px;
}
label.tool-checkbox {
	width: 100%;
	height: 100%;
	color: #345d97;
	font-size: 18px;
	cursor: pointer;
	display: flex;
	align-items: center;
	font-weight: 400;
	font-style: normal;
	position: relative;
	letter-spacing: 0.36px;
	background-color: #ffffff;
	-webkit-transition: background-color 0.3s linear,color 0.3s linear;
	transition: background-color 0.3s linear,color 0.3s linear;
}
label.tool-checkbox span {
	z-index: 1;
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
	padding: 10px 15px;
	-webkit-transition: background-color 0.3s linear,color 0.3s linear;
	transition: background-color 0.3s linear,color 0.3s linear;
}
label.tool-checkbox input {
	margin: 0;
	z-index: 1;
	outline: 0;
	width: 100%;
	height: 100%;
	border: none;
	cursor: pointer;
	position: absolute;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: background-color 0.3s linear,color 0.3s linear;
	transition: background-color 0.3s linear,color 0.3s linear;
}
label.tool-checkbox input:hover,
label.tool-checkbox input:checked,
label.tool-checkbox span:hover + input {
	background-color: #95ba41;
}
label.tool-checkbox input:hover + span,
label.tool-checkbox input:checked + span {
	color: #FFFFFF;
}
.select-grout-lists {
	width: 100%;
}
.select-grout-lists li {
	width: 30%;
	margin-right: 3%;
	min-height: 102px;
	margin-bottom: 20px;
	background-color: #ffffff;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.43);
}
.select-grout-lists li:nth-child(3n+3) {
	margin-right: 0;
}
.total-area-thickness {
	margin-bottom: 50px;
}
.filter-steps .filter-back-btn {
	margin-right: 23px;
}
body .content-wrapper .roff-button.btn-green {
	background-color: #ffed00;
	border: 2px solid #ffed00;
    padding: 4px 20px;
    border-radius: 2px;
}
body .content-wrapper .roff-button.btn-green span {
	color: #282f39;
}
.grout-results-title {
	color: #282f39;
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	line-height: normal;
	letter-spacing: 0.48px;
}
.grout-empty-placeholder {
	width: 100%;
	padding: 150px 0;
}
.grout-empty-placeholder img {
	display: block;
	margin: 0 auto;
	margin-bottom: 35px;
}
.grout-empty-placeholder p {
	color: #282f39;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	text-align: center;
}
.grout-result-details .getintouch-btn,
.required-adhesive-lists-wrapper .getintouch-btn {
	margin-right: 24px;
}
.grout-result-image {
	display: block;
	margin: 40px auto;
}
.grout-quantity-info,
.grout-name,
.grout-description {
	text-align: center;
}
.grout-quantity-info {
	color: #282f39;
	font-size: 39px;
	font-weight: 600;
	line-height: 30px;
}
.grout-quantity-info span {
	color: #282f39;
	font-size: 22px;
	font-weight: 600;
}
.grout-result-details,
.required-adhesive-lists-wrapper {
	text-align: center;
}
.required-adhesive-lists-wrapper {
	display: none;
}
.grout-name {
	color: #282f39;
	font-size: 18px;
	font-weight: 600;
	margin: 7px 0 20px 0;
	text-transform: uppercase;
}
a.getmaster-tiler-link {
	color: #282f39;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin: 24px 0 33px 0;
	display: inline-block;
}
a.getmaster-tiler-link img {
	margin-right: 10px;
	vertical-align: middle;
}
a.getmaster-tiler-link span{
	text-decoration: underline;
}
.grout-thickness-info {
	color: #282f39;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	padding-top: 33px;
	line-height: 22px;
	letter-spacing: normal;
	border-top: 1px solid rgb(0 0 0 / 0.1);
}
p.grout-description {
	color: #282f39;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	margin-bottom: 50px;
	letter-spacing: normal;
}
.change-thickness-option-label {
	width: 102px;
	display: block;
	padding: 0 10px;
	margin-top: 20px;
	border-radius: 5px;
	background-color: #FFFFFF;
}
select.change-thickness-option {
	width: 100%;
	height: 42px;
	border: none;
	outline: none;
	border-radius: 5px;
	background-color: transparent;
}
.filter-left-column, 
.filter-right-column {
	width: 100%;
	position: relative;
}

.filter-right-column {
	padding-left: 45px;
}
.filter-right-column h4.filter-steps-title{
	margin-left: 0;
}
.filter-right-column h4.filter-steps-title,
.filter-left-column h4.filter-steps-title {
	display: flex;
	align-items: start;
}
.grout-filter-wrapper input.totalarea-input {
	width: 50%;
}
input.grout-filter-input {
	width: 60%;
	padding: 0;
	height: 33px;
	border: none;
	outline: none;
	color: #282F39 !important;
	font-size: 16px;
	font-weight: 400;
	padding: 0 10px 0 4px;
	letter-spacing: 0.32px;
	margin: 0 !important;
	box-shadow: none !important;
	background-color: transparent !important;
	border-right: 1px solid rgb(112 112 112 / 0.25);
}
input.grout-filter-input:focus {
	box-shadow: none !important;
	background-color: transparent !important;
}
select.grout-filter-selection {
	width: 50%;
	height: 33px;
	border: none;
	outline: none;
	color: #282F39 !important;
	font-size: 15px;
	font-weight: 400;
	padding: 0px 7px 0 7px;
	background-color: transparent;
	box-shadow: none !important;
	background-color: transparent !important;
	-webkit-appearance: auto !important;
	appearance: auto !important;
}
select.grout-filter-selection.ft-dropdown {
    -webkit-appearance: none !important;
    appearance: none !important;
}
select.grout-filter-selection:focus {
	box-shadow: none !important;
	background-color: transparent !important;
}
select.grout-filter-selection.fullWidth {
	width: 100%;
	padding: 0;
}
.grout-filter-wrapper .total-area-thickness {
	margin-bottom: 15px;
}
.grout-filter-wrapper .total-area-label {
	width: 100%;
}
.grout-filter-wrapper .total-area-thickness h5 {
	opacity: 1;
	margin-bottom: 0px;
}
.joint-filter-wrapper {
	width: 100%;
	margin-bottom: 30px;
}

.filter-or-option {
	right: 6%;
	width: 20px;
	bottom: 30px;
	height: 260px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 22px;
	position: absolute;
	text-align: center;
	letter-spacing: 0px;
	display: flex;
	align-items: center;
}
.filter-or-option:after {
	left: 0;
	top: 50%;
	right: 0;
	width: 1px;
	content: '';
	height: 100%;
	margin: 0 auto;
	position: absolute;
	background-color: #FFFFFF;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.filter-or-option span {
	z-index: 1;
	padding: 10px 0px;
	position: relative;
	background-color: #345d97;
}
.grout-result-details p.grout-description,
.required-adhesive-lists-wrapper p.grout-description {
	font-style: normal;
}
body .content-wrapper .roff-button.getintouch-btn span {
	padding-top: 6px;
	line-height: normal;
}
ul.required-adhesive-lists {
	width: 100%;
	max-width: 475px;
    list-style: none;
    padding: 0;
}
.required-adhesive-card {
	width: 47%;
	position: relative;
	margin: 0 1.5% 15px 1.5%;
	background-color: #FFFFFF;
	padding: 30px 18px 20px 18px;
	box-shadow: none;
	-webkit-transition: box-shadow 0.3s linear,transform 0.3s linear;
	transition: box-shadow 0.3s linear,transform 0.3s linear;
}
.required-adhesive-card:hover{
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.required-adhesive-card-image-wrapper {
	height: 107px;
	position: relative;
}
.required-adhesive-card-image-wrapper img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	margin: auto;
	max-width: 107px;
	max-height: 107px;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
}
.required-adhesive-card-caption {
	width: 100%;
	margin-top: 25px;
}
.required-adhesive-card-caption h4 {
	color: #272727;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	line-height: normal;
}
.required-adhesive-card-caption p {
	color: #616161;
	font-size: 18px;
	margin-top: 4px;
	text-align: left;
	font-weight: 400;
	line-height: 22px;
}
.required-adhesive-lists-wrapper p.grout-description {
	margin-bottom: 20px;
}
.required-adhesive-lists-wrapper p.grout-description sup {
    color: red;
}
section.grout-coverage-section {
	margin: 0 auto;
	max-width: 1700px;
}
.filter-steps-2 h2 span{
    background-color: #ffed00;
}

@media only screen and (max-width: 960px){
	.grout-filter-section.flex {
		display: block;
	}
	.grout-filter-column {
		width: 100%;
		padding: 40px 25px 30px 60px;
	}
	
}

@media only screen and (max-width: 500px){
    .total-area-label {
        max-width: 100%;
    }
	.filter-steps {
		display: block;
	}
	.filter-left-column {
		width: 100%;
		padding-right: 0px;
	}
	.filter-right-column {
		width: 100%;
		padding-left: 0px;
	}
	.filter-or-option {
		right: 0;
		width: 100%;
		bottom: 0;
		height: auto;
		position: relative;
		text-align: center;
		letter-spacing: 0px;
		margin: 0 auto;
		margin-bottom: 20px;
		justify-content: center;
	}
	.filter-or-option span {
		padding: 0 10px;
	}
	.filter-or-option:after {
		width: 100%;
		content: '';
		height: 1px;
	}
	h4.filter-steps-title br {
		display: none;
	}
	.joint-filter-wrapper .total-area-thickness {
		width: 100%;
	}
	.joint-filter-wrapper {
		display: block;
	}
	h4.filter-steps-title span {
		text-indent: 0px;
		margin-left: -40px;
	}
	h4.filter-steps-title {
		font-size: 18px;
		padding-left: 40px;
	}
	.filter-right-column h4.filter-steps-title {
		text-indent: 0;
		padding-left: 0;
	}
	.grout-results-column {
		width: 100%;
		padding: 40px 25px;
	}
	.required-adhesive-card {
		width: 100%;
		margin: 0 0 15px 0;
	}
	ul.required-adhesive-lists {
		margin-top: 20px;
	}
	.filter-steps.filter-steps-2 h4.filter-steps-title {
		margin-left: -40px;
		text-indent: 0px;
	}
}
.flex{
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 961px) {
	.grout-filter-column {
		margin-right: 50px;
	}
	.grout-filter-section{
		padding: 0px 50px;
	}
}
@media screen and (max-width: 766px) {
	.filter-steps:after{
		top: 10px;
	}
}