
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=PT+Sans:wght@400;700&family=Teko:wght@300;400;500;600;700');

@import "normalize.css";
@import "webflow.css";
@import "illinois-concrete-pavement-association.webflow.css?v=1.0.3";

@import url("https://use.fontawesome.com/releases/v5.15.0/css/all.css");


.map iframe {
	width: 100%;
	height: 100%;
}

.text-block .heading:first-child {
	margin-top: 0px;
}

.cms-frontend {
	overflow-x: hidden;
	word-wrap: break-word;
}

.cms-btn:focus {
	outline: 0;
}

img.userUpload {
	height: auto !important;
}

.contact-form-success-message {
	display: block !important;
}

.content-block ul {
	overflow: hidden;
}

.responsive-video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cms-btn a {
	color: inherit;
}

.w-webflow-badge {
	display: none !important;
}

/* Custom search form styles */
[data-module="cms-custom-search"] {
	padding: 0px;
	margin-top: 20px;
}

[data-module="cms-custom-search"] .form-wrapper form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	max-width: 280px;
	border-bottom: none !important;
}

[data-module="cms-custom-search"] .form-wrapper form button {
	min-width: 150px;
}

[data-module="cms-custom-search"] .form-wrapper .form-item {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

[data-module="cms-custom-search"] .form-wrapper form input[type='text'] {
	display: block;
	width: 100%;
	height: 48px;
	max-width: 100%;
	margin-bottom: 0px;
	padding: 8px 12px 8px 14px;
	border: 1px solid #e0e0e0;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
}

[data-module="cms-custom-search"] .form-wrapper {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.cms-custom-search-result {
	margin-bottom: 0px !important;
	padding-top: 30px;
	border-bottom: none !important;
	border-top: 1px solid #ddd;
}

.cms-custom-search,
.cms-custom-search-result p,
.cms-custom-search-result-sub-title {
	font-size: 14px !important;
	font-style: inherit !important;
	color: #858484;
	word-break: break-word;
}

.cms-custom-search-result-title {
	font-size: 16px !important;
	margin-bottom: 5px !important;
}

.welcome-section-background {
	width: calc(100vw - (100vw - 100%) / 2 - 100px);
}

.welcome-section-vertical-text {
	white-space: nowrap;
}

.home-banner-content-outer-wrapper {
	height: calc(100vh - 105px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
}

.amsd-item.grid:nth-child(3n+3),
.gallery-image:nth-child(3n+3) {
	margin-right: 0px;
}

.text-block .heading:first-child {
	margin-top: 0px;
}

.amsd-dropdown-toggle {
	white-space: normal;
}

.dropdown-nav-link.w--open .dropdown-nav-link-arrow {
	transform: rotate(-180deg);
}

.fas {
	font-style: inherit;
	font-weight: 900;
}

.fa {
	font-weight: 400;
}

.footer-link a {
	color: inherit;
}

[data-icon] {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

.w-lightbox-noscroll {
	overflow: visible;
}

.w-nav-overlay {
	height: 100vh !important;
}

/* Date Input Usability Fix */
input[type="date"] {
	position: relative;
	moz-appearance: none;
	webkit-appearance: none;
	appearance: none;
}

/* create a new arrow, because we are going to mess up the native one
see "List of symbols" below if you want another, you could also try to add a font-awesome icon.. */
input[type="date"]:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f073";
	color: #666;
	padding: 0 5px;
	right: 8px;
	top: 12px;
	position: absolute;
}

input[type="date"][readonly]:after {
	font-family: "Font Awesome";
	font-weight: 900;
	content: "\f073";
	color: #000;
	padding: 0 5px;
}

/* change color of symbol on hover */
input[type="date"]:hover:after {
	color: #ee2c23;
}

/* make the native arrow invisible and stretch it over the whole field so you can click anywhere in the input field to trigger the native datepicker*/
input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	color: transparent;
	background: transparent;
	cursor: text;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
	z-index: 1;
}

/* adjust clear button */
input[type="date"]::-webkit-clear-button {
	z-index: 1;
}

/* Select input safari fix */
.input-field.select-input {
	moz-appearance: none;
	webkit-appearance: none;
	appearance: none;
	position: relative;
}

.form-input.select-input-wrapper:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f107";
	color: #666;
	padding: 0 5px;
	right: 8px;
	top: 12px;
	position: absolute;
}

@media (max-width: 991px) {
	.welcome-section-background {
		width: 100%;
	}

	.home-banner-content-outer-wrapper {
		height: auto;
	}

	.amsd-item.grid:nth-child(3n+3),
	.gallery-image:nth-child(3n+3) {
		margin-right: 4%;
	}

	.amsd-item.grid:nth-child(2n+2),
	.gallery-image:nth-child(2n+2) {
		margin-right: 0px;
	}
	.w-lightbox-left,
	.w-lightbox-right {
		background-size: 15px;
	}
}

@media (max-width: 767px) {

	.amsd-item.grid,
	.gallery-image {
		margin-right: 0px;
	}
}

@media (max-width: 479px) {

}