

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

@import "normalize.css";
@import "webflow.css";
@import "renewablefuelsassociation.webflow.css?v=1.0.16";

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

.publications-grid-block .amsd-image {
    background-size: contain;
}

.thin-line-cover-fix {
	display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #fff;
    bottom: -1px;
}

.tableauPlaceholder {
	width: 100%;
}

.tableauPlaceholder iframe {
	width: 100%;
}

.main-content-section p a {
	font-weight: bold;
	/* word-break: break-all; */
}

.cms-backend p a {
	font-weight: bold;
}

.main-content-section p a.cms-btn {
	font-weight: 600;
}

.cms-backend p a.cms-btn {
	font-weight: 600;
}

.text-block iframe {
	max-width: 100%;
}

.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-image img {
	border-radius: 10px;
}

.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;
	word-break: break-word;
}

.cms-custom-search-result-title {
	margin-bottom: 5px !important;
	color: #023338 !important;
  	font-size: 22px !important;
  	line-height: 28px;
  	font-weight: 600;
}

.cms-custom-search-result-title a {
	color: #023338 !important;
}

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

.nav-link:hover .dropdown-nav-link-text,
.nav-link.w--current .dropdown-nav-link-text,
.nav-link.w--open .dropdown-nav-link-text,
.nav-link.scrolled:hover .dropdown-nav-link-text.scrolled,
.nav-link.scrolled.w--current .dropdown-nav-link-text.scrolled,
.nav-link.scrolled.w--open .dropdown-nav-link-text.scrolled,
.dropdown-nav-link-text.scrolled.w--open,
.dropdown-nav-link-text.scrolled.w--current {
	color: #7cc142;
}

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

.amsd-meta-text a:hover {
	color: #7cc142;
}

@media (max-width: 1300px) {
	.nav-link {
		font-size: 14px;
	}
}

@media (max-width: 1150px) {
	.nav-link {
		font-size: 13px;
		margin-left: 1px;
		margin-right: 1px;
	}
	.logo-home-link {
		width: 220px;
		padding-left: 20px;
		padding-right: 50px;
		margin-right: 10px;
	}
}

@media (max-width: 991px) {
	.w-lightbox-left,
	.w-lightbox-right {
		background-size: 15px;
	}
	.nav-link {
		font-size: 16px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.logo-home-link {
		width: 150px;
		padding-left: 0px;
		padding-right: 0px;
		margin-right: 0px;
	}
}

@media (max-width: 767px) {

}

@media (max-width: 479px) {

}


/* TABLE STYLES */

.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;
	transition: color 200ms ease;
}

th.sorting:hover {
	color: #7cc142;
}

th.sorting.sorted {
	color: #7cc142;
}

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

th.sorting.sorted:after {
	content: "";
}

th.sorting.sorted.sorted-reversed:after {
	content: "";
}

td.other_right, th.other_right {
    text-align: right !important;
}

@media screen and (max-width: 991px) {
	.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;
	}
}

/* Mobile input zoom fix */
@media screen and (max-width: 991px) {
  	@media screen and (-webkit-min-device-pixel-ratio: 0) {
		input[type="color"],
		input[type="date"],
		input[type="datetime"],
		input[type="datetime-local"],
		input[type="email"],
		input[type="month"],
		input[type="number"],
		input[type="password"],
		input[type="search"],
		input[type="tel"],
		input[type="text"],
		input[type="time"],
		input[type="url"],
		input[type="week"],
		select:focus,
		textarea {
		  font-size: 16px;
		}
	}
}

/* Constant Contact Signup Form Styles */

.ctct-form-defaults {
	background-color: transparent !important;
	padding: 0px !important;
	margin-top: 60px;
}

/* Overrides */

@media (max-width: 991px) {

}

@media (max-width: 767px) {

}

@media (max-width: 479px) {

}




/* 

Customsearch

*/

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

[data-module="cms-custom-search"] mark {
    background-color: transparent;
    border-bottom: 1px dotted #000;
}

[data-module="cms-custom-search"] .form-wrapper .cms-custom-search-form {
    padding: 20px;
    background-color: #f6f6f6;
    border-radius: 20px;
    margin-bottom: 30px;
}

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

@media (min-width: 600px) {

    [data-module="cms-custom-search"] .form-wrapper form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 580px;
        border-bottom: none !important;
    }

    [data-module="cms-custom-search"] .form-wrapper form button {
        margin: 0;
    }

    [data-module="cms-custom-search"] .form-wrapper .cms-custom-search-form-input {
        flex: 1;
    }

    [data-module="cms-custom-search"] .form-wrapper .cms-custom-search-form-button {
        flex: 0 0 auto;
        padding-left: 20px;
    }

}

[data-module="cms-custom-search"] .form-wrapper .form-item {
	position: relative;
	display: block;
}

[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-image img {
	border-radius: 10px;
    transition: opacity 300ms ease;
}

.cms-custom-search-result-image img:hover {
    opacity: 0.7;
}

.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;
	word-break: break-word;
}

.cms-custom-search-result-title {
	margin-bottom: 5px !important;
	color: #023338 !important;
  	font-size: 22px !important;
  	line-height: 28px;
  	font-weight: 600;
}

.cms-custom-search-result-title a {
	color: #023338 !important;
    transition: color 300ms ease;
}

.cms-custom-search-result-title a:hover {
    color: #7cc142 !important;
}

[data-module="cms-custom-search"] [data-module="cms-tabs"] .cms-tabs-menu {

    display: flex;
    justify-content: center;

}

[data-module="cms-custom-search"] [data-module="cms-tabs"] .cms-tabs-menu .cms-tab-link {
    margin: 0 0.2em;
    border-radius: 10px 10px 0 0;
    line-height: 1;
    display: flex;
    align-items: center;
    font-size: 12px;
    transition: background-color 300ms ease;
}

[data-module="cms-custom-search"] [data-module="cms-tabs"] .cms-tabs-menu .cms-tab-link--active {
    font-weight: bold;
    background-color: #7cc142;
    color: #fff;
}


[data-module="cms-custom-search"] [data-module="cms-tabs"] .cms-tabs-content {

    padding: 40px 30px;
    background-color: #fefefe;
    border: 1px solid #eee;
    border-radius: 20px;

}

@media (max-width: 640px) {
    [data-module="cms-custom-search"] [data-module="cms-tabs"] .cms-tabs-menu .cms-tab-link { 
        font-size: 0.7rem;
    }
}

@media (max-width: 420px) {
    [data-module="cms-custom-search"] [data-module="cms-tabs"] .cms-tabs-menu .cms-tab-link { 
        font-size: 0.6rem;
    }
}
