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

@import "normalize.css";
@import "webflow.css";
@import "nationalethanolconference.webflow.css?v=1.2.8";
@import url("https://use.fontawesome.com/releases/v5.5.0/css/all.css");

.agenda-tbl-mar {
	margin:0 40px;
}

.sponsor-level-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
}
.slick-prev:before, .slick-next:before {
	color: #1b7693 !important;
}

.title.hide-page-banner {
	color: #023338;
    text-shadow: none;
}

.title-content-outer-wrapper.hide-page-banner {
	min-height: 0px;
	background-image: none;
	padding-top: 100px;
	padding-bottom: 100px;
}

.title-section.hide-page-banner {
	background-image: none !important;
	background: #f5f5f5;
}

@media(max-width:767px){
	.agenda-tbl-mar {
		margin:0 20px;
	}
}

.text-block iframe {
	border-radius: 10px;
}

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

.lightbox-content-box .text-block {
	margin-top: 0px;
}

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

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

.cms-backend {
    background-color: #f5f5f5;
    color: #333;
}

.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;
}

.cms-custom-search-form-button {
	margin-bottom: 20px !important;
}

.cms-custom-search-meta {
	margin-top: -10px;
}

[data-module="cms-custom-search"] {
	padding: 0px;
	margin-top: 60px;
	text-align: center;
}

[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;
	text-align: left;
}

.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;
}

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

.testimonials-section {
	min-height: calc(100vh - 120px);
}

.welcome-section-background {
	min-height: calc(100% + 200px);
}

.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;
}

.amsd-meta-text a {
	color: inherit;
}

.amsd-meta-text a:hover {
	color: #1b7693;
}

.table-wrapper {
	overflow-y: hidden;
}

.table-wrapper table {
	min-width: 280px;
	max-width: 100%;
}

.table-wrapper th {
	padding: 17px;
	border: none;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	background-color: #023338;
	color: white;
}

.table-wrapper td {
	padding: 17px;
	border: none;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}

.table-wrapper tr {
	background-color: #f5f5f5;
	transition: background-color 200ms ease;
}

.table-wrapper tr:nth-child(even) {
	background-color: #ffffff;
}

.table-wrapper thead tr {
	background-color: #f5f5f5;
}

.table-wrapper tr:hover {
	background-color: #efefef;
}

th.sorting {
	cursor: pointer;
}

th.sorting:after {
	border: none;
	display: inline;
	font-size: 10px;
	line-height: 20px;
	content: "";
	color: #1b7693;
	font-family: 'Font Awesome 5 Solid Icons';
	width: 20px;
	height: 20px;
	margin-left: 10px;
}

@media (max-width:1300px) {

	.nav-link {
		font-size: 14px;
	}

}

@media (max-width:1150px) {

	.nav-link {
		font-size: 13px;
	}

}

@media (max-width:991px) {

	.nav-link {
		font-size: 21px;
	}

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

	.testimonials-section {
		min-height: 0px;
	}

	.welcome-section-background {
		min-height: 0px;
	}

	.table-wrapper table {
		min-width: 0px;
		max-width: 100%;
		width: 100%;
	}

	.table-wrapper td {
		padding: 12px;
	}

	.table-wrapper tr:hover {
		background-color: #f5f5f5;
	}

	.table-wrapper tr:nth-child(even):hover {
		background-color: #ffffff;
	}

	.w-lightbox-left, .w-lightbox-right {
		background-size: 15px;
	}

}
