/****************** Embed Styles *************/
html {
	font-size: 1rem;
}

@media screen and (min-width: 1200px) {
	.w-container {
		max-width: 1170px;
	}
}

.sronly {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	text-indent: 10px;
	display: block;
	z-index: -1;
}

/***************** Print ********************/
#printHeader {
	display: none;
	visibility: hidden;
}

#printFooter {
	display: none;
	visibility: hidden;
	color: #000;
}

/**************** Header ***************/
.skip-link {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.header-wide-container-1280 {
	position: relative;
}

.nav-menu-secondary {
	margin-right: 107px;
	position: absolute;
	right: 0px;
}

@media screen and (min-width: 992px) and (max-width: 1019px) {
	.nav-link-text-secondary {
		font-size: 0.8em;
	}
}

.header {
	color: #333;
	font-family: Khula, sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25rem;
}

.main-navigation .nav-link-text.selected {
	color: #a4d057;
	padding-bottom: 10px;
	transform: none;
}

.nav-link-text.selected.first-level {
	box-shadow: 0 4px 0 0 #00275d;
	color: #a4d057;
	padding-bottom: 10px;
	transform: none;
}

.search-desktop-form input[type="text"] {
	float: left;
	width: 159px;
	height: 38px;
	border: 0px;
	font-size: 1rem;
	line-height: 1.5rem;
	padding-bottom: 9px;
	padding-left: 3px;
	padding-top: 13px;
	color: #333;
	font-family: Khula, sans-serif;
	margin: 0px 0px 0px 7px;
}

.search-desktop-form input[type="submit"] {
	border: 0px;
	width: 35px;
	height: 38px;
	float: right;
	margin: 0px 7px 0px 0px;
	background-position: right;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url("/20150114134215/assets/images/ic-search.jpg");
}

.nav-link-text {
	height: 62px;
}

@-moz-document url-prefix() { /* stylelint-disable-line function-url-quotes */
	.nav-link-text {
		height: 64px;
	}
}



.nav-link-container {
	position: relative;
	float: left;
}

.nav-link-container:first-child {
	border-top-left-radius: 10px;
}

.nav-link-container:last-child {
	border-top-right-radius: 10px;
}

.nav-link-container ul {
	position: absolute;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	left: 0px;
	list-style-type: none;
	width: 180px;
	display: none;
	border-top: 5px solid #6b9c43;
}

.nav-link-container:hover ul {
	display: block;
}

.nav-link-container:hover .nav-link-text {
	color: #a4d057;
	cursor: pointer;
}

.nav-link-container ul li {
	margin: 0px;
	padding: 0px;
	width: 180px;
	display: inline-block;
	background: #243c80;
}

.nav-link-container ul li a {
	width: 180px;
	display: inline-block;
	color: white;
	padding: 10px 20px;
	font-size: 1rem;
	line-height: 1.5rem;
	text-decoration: none;
	font-weight: 400;
}

.nav-link-container ul li a:hover {
	background-color: #00275d;
	color: #c2e880;
}

.drop-down-button {
	-moz-user-select: none;
	cursor: pointer;
	float: right;
	font-size: 1.5rem;
	padding: 18px;
	position: relative;
	background-image: url("/20150114134215/assets/images/hamburger 2854a1-blue.svg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 32px auto;
	clear: right;
	height: 60px;
	margin-right: 20px;
	margin-top: 20px;
	min-width: 56px;
	width: 60px;
	display: block;
}

@media (min-width: 991px) {
	.drop-down-button {
		display: none;
	}
}

@media (max-width: 767px) {
	.drop-down-button {
		height: 60px;
		margin-top: 10px;
		padding-left: 0;
		padding-right: 0;
		width: 60px;
		background-image: url("/20150114134215/assets/images/hamburger 2854a1-blue.svg");
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: 32px auto;
		clear: right;
		margin-right: 20px;
		min-width: 56px;
	}
}

@media (max-width: 479px) {
	.drop-down-button {
		height: 56px;
		margin-right: 8px;
		margin-top: 8px;
		min-width: 0;
		padding-top: 0;
	}

	.mobile-search-div-block {
		margin-right: 8px;
	}
}

.mobile-navigation-menu {
	box-shadow: none !important;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	position: absolute !important;
	margin-top: -113px;
}

@media (max-width: 991px) {
	.mobile-navigation-menu {
		margin-top: -113px;
	}
}

@media (max-width: 767px) {
	.mobile-navigation-menu {
		margin-top: -79px;
	}
}

@media (max-width: 479px) {
	.mobile-navigation-menu {
		margin-top: -66px;
	}
}

.mobile-navigation-menu span.nav-link-container,
.mobile-navigation-menu span {
	display: block;
	float: none;
}

.mobile-navigation-menu span.dropdown-list {
	display: none;
}

.mobile-navigation-menu span.w-dropdown-list.w--open {
	display: block;
}

.mobile-navigation-menu .nav-link-text {
	height: auto;
	display: block;
	white-space: normal;
}

.mobile-navigation-menu .dropdown-list {
	position: relative;
}


.mobile-navigation-menu .dropdown {
	height: auto;
}

.mobile-navigation-menu .nav-link-text-with-secondary-nav {
	text-decoration: none;
}

.dropdown-toggle {
	height: auto;
}

.dropdown-icon {
	height: auto;
}

.mobile-navigation-menu .dropdown-nav-text-link {
	border-top: 1px solid rgba(0, 39, 93, 0.6);
	white-space: normal;
}

.mobile-navigation-menu .dropdown-nav-text-link:first-child {
	border-top: 0px;
}

.mobile-navigation-menu .dropdown-nav-text-link:hover {
	text-decoration: none;
}

.secondary-level {
	display: block;
}

.dropdown-toggle.secondary-level {
	display: block;
}

.mobile-navigation-menu .secondary-level .dropdown-nav-text-link {
	padding-right: 55px;
	padding-bottom: 6px;
}

.mobile-navigation-menu .secondary-level .dropdown-nav-text-link:first-child {
	border-top: 1px solid rgba(0, 39, 93, 0.6);
}

.mobile-navigation-menu .dropdown-nav-text-link.tertiary-nav-item {
	padding-right: 20px;
}

.mobile-navigation-menu .dropdown-nav-text-link.tertiary-nav-item {
	border-top: 0px;
}

.mobile-navigation-menu .dropdown-nav-text-link.tertiary-nav-item:hover {
	background: #3a3f47;
}

a.w-dropdown-link.dropdown-nav-text-link.secondary-link-rows.selected,
a.w-dropdown-link.dropdown-nav-text-link.tertiary-nav-item.selected,
.mobile-navigation-menu .nav-link-text.selected {
	color: #a4d057;
	cursor: pointer;
}

.mobile-navigation-menu .w-dropdown-link.w--current {
	color: #a4d057;
	cursor: pointer;
}

.drop-down-button.active {
	background-color: #999;
	color: #000;
}

.drop-down-button:hover {
	background-color: #edeff2;
	background-image: url("/20150114134215/assets/images/hamburger 595d63-gray.svg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 32px auto;
}

.mobile-search-div-block {
	cursor: pointer;
}


.search-wrapper-mobile {
	display: none;
	background-color: #edeff2;
	float: none;
	margin: 92px 0 0;
	padding: 13px 10px;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 3000;
}

.mobile-search-button.active {
	background-color: #edeff2;
	background-image: url("/20150114134215/assets/images/mag glass 595d63-gray.svg");
}


.search-wrapper-mobile input[type="text"] {
	background-color: white;
	border: 1px solid #e0e0e0;
	border-radius: 0;
	display: inline-block;
	float: left;
	height: 38px;
	margin-bottom: 0;
	padding: 2px 10px;
	width: 82%;
	line-height: 2.375rem;
}

.search-wrapper-mobile input[type="submit"] {
	background-color: #fff;
	border: 0px;
	background-repeat: no-repeat;
	background-image: url("/20150114134215/assets/images/mag glass 595d63-gray.svg");
	width: 45px;
	height: 38px;
	background-size: 20px auto;
	background-position: 50% 50%;
	margin-left: 7px;
	border: 1px solid #e0e0e0;
}

@media (max-width: 991px) {
	.search-wrapper-mobile {
		margin-top: 126px;
	}
}

@media (max-width: 767px) {
	.search-wrapper-mobile {
		margin-top: 92px;
	}
}

@media (max-width: 479px) {
	.search-wrapper-mobile {
		margin-top: 79px;
	}
}

/**************** Homepage ***************/
.main-content.homepage {
	color: #333;
	font-family: Khula, sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25rem;
}

.main-content.homepage p {
	color: #1e1f21;
	font-family: Khula, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	margin-bottom: 12px;
	padding-left: 0;
	padding-right: 0;
}

.main-content.homepage .editors-picks-div-block ul {
	padding-left: 30px;
	padding-right: 10px;
}

.main-content.homepage .editors-picks-div-block ul li {
	margin-bottom: 0.25rem;
}

.main-content.homepage .editors-picks-div-block ul li a {
	color: #0a0a0a;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.1rem;
	text-decoration: none;
}

.main-content.homepage .editors-picks-div-block ul li a:hover {
	color: #589423;
	text-decoration: underline;
}

.main-content.homepage .need-to-know-div-block p,
.main-content.homepage .need-to-know-div-block h1,
.main-content.homepage .need-to-know-div-block h2,
.main-content.homepage .need-to-know-div-block h3,
.main-content.homepage .need-to-know-div-block h4,
.main-content.homepage .need-to-know-div-block h5,
.main-content.homepage .need-to-know-div-block h6 {
	padding-left: 20px;
}

.main-content.homepage .need-to-know-div-block h3 {
	padding-right: 20px;
	font-size: 1.4rem;
	margin-top: 10px;
	line-height: 1.9rem;
}

.main-content.homepage .need-to-know-div-block input[type="radio"] {
	margin-right: 10px;
}



.main-content.homepage .value-added-ag-div-block-inner h3 {
	display: block;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	padding-left: 0px;
	border-width: 1px;
	border-color: black;
	color: #427d0e;
	font-size: 1.4rem;
	line-height: 1.9rem;
	font-weight: 600;
}

.main-content.homepage h2 a,
.main-content.homepage h2 a:hover {
	color: white;
	font-size: 1.6rem;
	font-weight: 300;
	font-family: "Roboto Slab", sans-serif;
	text-decoration: none;
}

.main-content.homepage .value-added-ag-div-block-inner a {
	background-attachment: scroll;
	background-position: 0 0;
	background-repeat: repeat;
	color: #0a0a0a;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5rem;
	list-style-type: disc;
	margin-bottom: 0.5rem;
	text-decoration: none;
}

.main-content.homepage .value-added-ag-div-block-inner a:hover {
	color: #589423;
	line-height: 1.5rem;
	text-decoration: underline;
}


.main-content.homepage .value-added-ag-div-block-inner a.link {
	margin-right: 26px;
}

.main-content.homepage .value-added-ag-div-block-inner p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.main-content.homepage .value-added-ag-div-block-inner p,
.main-content.homepage .value-added-ag-div-block-inner h1,
.main-content.homepage .value-added-ag-div-block-inner h2,
.main-content.homepage .value-added-ag-div-block-inner li {
	margin-left: 20px;
	margin-right: 10px;
}

.main-content.homepage .enews-paragraph {
	color: white;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.7rem;
	margin-top: 10px;
}

.enews-button {
	text-transform: uppercase;
}

.blog-div-block-inner {
	margin-left: 20px;
}

.main-content.homepage .blog-div-block-inner h3 {
	border-color: black;
	border-width: 1px;
	color: #427d0e;
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.9rem;
	margin-right: 20px;
	margin-top: 10px;
	padding-left: 0;
}

.main-content.homepage .blog-div-block-inner h3 a,
.main-content.homepage .blog-div-block-inner h3 a:hover {
	color: #427d0e;
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.9rem;
}

.main-content.homepage .blog-div-block-inner p {
	color: #1e1f21;
	font-family: Khula, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5rem;
	margin-bottom: 12px;
	padding-left: 0;
	padding-right: 0;
}

.main-content.homepage .survey-div-block .radio-button-field {
	padding-left: 20px;
}

.main-content.homepage .survey-div-block-inner {
	padding-left: 20px;
}

.main-content.homepage .survey-div-block-inner h4 {
	color: #427d0e;
	font-family: Khula, sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.5rem;
	margin-top: 20px;
	margin-bottom: 10px;
}

.need-to-know-div-block-inner {
	padding-left: 20px;
	padding-right: 20px;
}

.home-h2-med-blue {
	border-top-left-radius: 0px;
}


.subscribe-form-fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}

.subscribe-form-fieldset legend {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


@media (max-width: 991px) {
	.main-content.homepage .survey-div-block-inner h4 {
		font-size: 1.4rem;
		line-height: 1.8rem;
		padding-left: 20px;
		padding-right: 40px;
	}
}

.main-content.homepage .survey-submit-button {
	margin-left: 20px;
	margin-top: 14px;
	margin-bottom: 1px;
}

@media (max-width: 479px) {
	.main-content.homepage .survey-div-block-inner h4 {
		padding-left: 0px;
	}

	.main-content.homepage .survey-div-block .radio-button-field {
		padding-left: 0px;
	}
}


/* slideshow */
.main-content.homepage .slider {
	max-width: 631px;
	min-width: 535px;
	float: right;
}

.main-content.homepage .slider .home-h1 {
	font-size: 1.5rem;
	line-height: 2rem;
}

@media (max-width: 1190px) {
	.main-content.homepage .slider .slide-1-content {
		padding-left: 23px;
	}
}


@media (max-width: 1150px) {
	.main-content.homepage .slider {
		height: 520px;
	}

	.main-content.homepage .slider .slide-1-content {
		padding-left: 30px;
	}
}

@media (max-width: 1024px) {
	.main-content.homepage .slider {
		max-width: 551px;
		min-width: 535px;
		float: right;
		height: 510px;
	}
}

@media (max-width: 767px) {
	.main-content.homepage .slider .home-h1 {
		font-size: 1.35rem;
		line-height: 1.85rem;
	}

	.main-content.homepage .slider .slide-1-content {
		height: auto;
		padding-bottom: 30px;
		padding-left: 15px;
	}
}

@media (max-width: 479px) {
	.main-content.homepage .slider .slide-1-content {
		height: 100%;
		padding-bottom: 55px;
	}
}

.main-content.homepage .home-rotator-cb-text,
.main-content.homepage .home-rotator-cb-text p {
	color: white;
	font-weight: 400;
	margin-bottom: 1rem;
	padding-left: 0;
	padding-right: 10px;
}

.example-pager {
	bottom: 0;
	height: 40px;
	left: 0;
	margin: auto;
	padding-top: 8px;
	position: absolute;
	right: 0;
	top: auto;
	z-index: 2;
	font-size: 0.75rem;
	margin-left: 0;
	padding-left: 26px;
	position: absolute;
	text-align: left;
	width: 38%;
}

.example-pager span {
	background-color: rgba(255, 255, 255, 0.4);
	cursor: pointer;
	display: inline-block;
	height: 12px;
	margin: 0px 3px 0.5em;
	position: relative;
	transition: background-color 100ms ease 0s, color 100ms ease 0s;
	width: 1em;
	background-clip: padding-box;
	border-radius: 100%;
	margin-left: 6px;
	margin-right: 6px;
	font-size: 0rem;
	width: 12px;
}

.example-pager span.cycle-pager-active {
	background: white;
}


.button-for-rotator:hover {
	text-decoration: none;
	color: white;
}

@media (max-width: 991px) {
	.main-content.homepage .home-rotator-cb-text p {
		padding-right: 0px;
	}

	.main-content.homepage .slider {
		float: none;
		max-width: 914px;
		min-width: 0;
		height: 450px;
	}
}

@media (max-width: 767px) {
	.example-pager {
		padding-top: 14px;
	}

	.rotator-mobile-read-more-link {
		margin-top: -16px;
		text-decoration: none;
	}

	.rotator-mobile-read-more-link:hover {
		text-decoration: none;
	}

	.main-content.homepage .slider {
		height: 300px;
	}
}

@media (max-width: 479px) {
	.example-pager {
		padding-left: 12px;
	}

	.main-content.homepage .slider {
		height: 242px;
	}
}

/**************** Inside Page ***************/
.inside-content-row {
	min-height: 450px;
}

.breadcrumbs-div {
	padding-bottom: 18px;
	margin-top: -2px;
}

.breadcrumbs-list a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

.breadcrumbs-list a:hover {
	color: #427d0e;
	text-decoration: underline;
}

.breadcrumbs-list a:last-child {
	color: #2854a1;
	font-weight: 600;
}

.breadcrumbs-list a:last-child:hover {
	text-decoration: none;
}

.left-nav-link {
	width: 100%;
}

.left-nav-link:hover {
	text-decoration: none;
}

.left-nav-link.selected,
.tertiary-level-link.selected {
	color: #589423;
	cursor: pointer;
}

.left-nav-ul.tertiary-left-nav-ul {
	display: inline-block;
	width: 100%;
}

.right-sidebar-div .box h4 {
	color: #427d0e;
	font-size: 1.1rem;
	line-height: 1.5rem;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-left: 0;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 400;
}

.right-sidebar-column .box .contentbox_item {
	margin-bottom: 5px;
}

.left-nav-div {
	height: auto;
	min-height: 947px;
}

.right-sidebar-column .posts-blocks-popular-post,
.right-sidebar-column .posts-blocks-posts,
.right-sidebar-column .posts-blocks-category {
	margin-bottom: 12px;
}

.posts-blocks-search-form .posts-blocks-search-field {
	padding-left: 7px;
	padding-top: 2px;
}

.right-sidebar-column .contentbox_item_image img {
	max-width: none;
}

/**************** Footer ***************/
.footer-links {
	display: inline-block;
	float: none;
	font-size: 1rem;
}

.footer-links.selected {
	color: #589423;
	text-decoration: underline;
}

.footer-row-2-col-1 p,
.footer-row-2-col-2 p {
	font-size: 0.75rem;
	line-height: 1.1rem;
	margin-top: 10px;
	padding-left: 0;
	padding-right: 0;
}

#GRIPFooterLogo {
	line-height: 0.6875rem;
	margin: 7px auto 15px auto;
}

.copyright,
.footer-div-block {
	color: #333;
	font-family: Khula, sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25rem;
}

.pagination-wrapper .pagination-bg {
	background-color: transparent;
}

.copyright-row-wrapper {
	-moz-box-pack: justify;
	border-bottom: 2px solid #babfc2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 1.25rem;
}

.acrobat-reader-link img {
	display: block;
	width: 158px;
	height: 39px;
	margin-right: auto;
	margin-left: auto;
	-webkit-transition: opacity 450ms ease;
	transition: opacity 450ms ease;
}

.acrobat-reader-link img:hover {
	opacity: 0.85;
}

.copyright-row-box {
	float: left;
	width: 33%;
}

@media (max-width: 991px) {
	.copyright-row-wrapper {
		-moz-box-direction: normal;
		-moz-box-orient: vertical;
		-moz-box-pack: start;
		flex-flow: column wrap;
		justify-content: flex-start;
		text-align: center;
	}

	.copyright-row-box.box-1 {
		-moz-box-ordinal-group: 4;
		margin-top: 0.5rem;
		order: 3;
	}

	.copyright-row-box.box-2 {
		-moz-box-ordinal-group: 2;
		order: 1;
	}

	.copyright-row-box.box-3 {
		-moz-box-ordinal-group: 3;
		order: 2;
	}

	.all-rights-reserved {
		float: none;
	}

	.copyright {
		float: none;
	}
}

#submissionforms_module.homepage_contentbox .cms_buttons .cms_form_button {
	padding: 9px 30px 10px;
	border: 0px;
	background-color: #274c8c;
}

#submissionforms_module.homepage_contentbox .cms_buttons .cms_form_button:hover {
	background-color: #00275d;
	cursor: pointer;
}

#submissionforms_module.homepage_contentbox .cms_label span {
	font-weight: bold;
}

#submissionforms_module.homepage_contentbox .required_information {
	color: #1e1f21;
	font-size: 1rem;
}

#submissionforms_module.homepage_contentbox .required_information em,
#submissionforms_module.homepage_contentbox .cms_label em {
	color: #d71818;
	font-size: 1.1rem;
	background: #fff;
}

/*posts right bar*/
.posts-blocks-searches {
	margin-top: 20px;
}

.posts-blocks.posts-blocks-searches .posts-blocks-search-form .posts-blocks-search-button {
	border-radius: 0;
}

.posts-blocks.posts-blocks-searches .posts-blocks-search-form input.posts-blocks-search-field[type="text"] {
	height: 40px;
}

.posts-blocks-rss-feed-link svg path {
	fill: #274c8c;
}

.posts-blocks-subscribe svg path {
	fill: #274c8c;
}

@media (max-width: 479px) {
	#post-add-comment .ui-form-fields .ui-form-input input,
	#post-add-comment .ui-form-fields .ui-form-textarea textarea {
		width: 100% !important;
	}
}

#posts_module .rss_link_image svg path {
	fill: #274c8c;
}

.home-row-1-col-1 iframe,
.home-row-1-col-2 iframe {
	width: 100%;
}

.newsletter-signup-div-block {
	float: right;
	border-radius: 20px 3px 3px 3px;
	max-width: 551px;
	min-width: 551px;
	margin-top: 0;
	margin-right: 0;
}

.home-h2-dark-green.subscribe-header {
	border-top-left-radius: 16px;
	border-top-right-radius: 0;
}

@media (max-width: 991px) {
	.blog-div-block {
		float: none;
	}

	.newsletter-signup-div-block {
		float: none;
		max-width: 914px;
		margin-left: 0px;
		min-width: 0px;
		margin-bottom: 20px;
	}
}

/* new homepage styles */
.homepage-featured-video {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.homepage-featured-video iframe,
.homepage-featured-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* search */
.search-form-wrapper-hidden {
	margin-top: -126px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #274c8c;
	transition: margin ease 200ms;
}

.search-form-div {
	width: 100%;
	max-width: 980px;
	padding-bottom: 35px;
	margin: auto;
}

.close-search-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
	padding-top: 0.25rem;
	padding-right: 20px;
	float: right;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url("/20150114134215/assets/images/close_white_32px_50pct.svg");
	background-position: 100% 50%;
	background-size: 16px;
	background-repeat: no-repeat;
	-webkit-transition: all 450ms ease;
	transition: all 450ms ease;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.85rem;
	line-height: 1.4rem;
	letter-spacing: 0.03rem;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}

.close-search-link:hover {
	background-image: url("/20150114134215/assets/images/close_white_32px.svg");
	background-size: 16px;
	color: #fff;
	text-decoration: none;
	border-bottom: 0 transparent;
}

.search-text-field-fake {
	width: 70%;
	height: 50px;
	padding: 8px 12px 8px 20px;
	float: left;
	border-style: solid none solid solid;
	border-width: 1px;
	border-color: rgba(187, 192, 195, 0.5);
	background-color: #fff;
	color: #595d63;
	font-size: 1rem;
	line-height: 2rem;
}

.search-submit-button-fake {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 30%;
	height: 50px;
	padding-top: 1.1rem;
	padding-bottom: 0.75rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #99c278;
	-webkit-transition: all 450ms ease;
	transition: all 450ms ease;
	color: #192b5c;
	font-size: 0rem;
	line-height: 1.25rem;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.03rem;
	text-transform: uppercase;
	text-indent: -200%;
	background-image: url("/20150114134215/assets/images/mag-glass-white.svg");
	background-position: 50%;
	background-size: 22px;
	background-repeat: no-repeat;
}

.search-submit-button-fake:hover {
	background-color: #57810e;
	color: #fff;
	cursor: pointer;
}

.navbar-top {
	top: 0px;
	right: 0px;
	display: block;
	width: 100%;
	float: right;
	background-color: #243c80;
}

.top-nav-container {
	display: block;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-color: #243c80;
}

.top-nav-menu {
	display: block;
	margin-bottom: 0px;
	float: right;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	background-color: #243c80;
}

.top-nav-label {
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #fff;
	font-size: 0.9rem;
	text-transform: uppercase;
}

.top-nav-label.top-nav-right-vert-line {
	padding-top: 0.5rem;
	padding-bottom: 0.25rem;
	border-bottom: 4px solid rgba(0, 0, 0, 0);
	box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.2);
	text-decoration: none;
	font-weight: normal;
	height: 34px;
	color: #fff;
}

.top-nav-label.top-nav-right-vert-line:hover {
	border-bottom-color: #a4d057;
	background-color: #57810e;
	color: #fff;
}

.top-nav-label.top-nav-right-vert-line.selected,
.top-nav-label.top-nav-right-vert-line.w--current {
	border-bottom-style: none;
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #1e336e;
	box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.2), inset 0 -4px 0 0 #99c278;
	color: #c2e880;
}

.top-nav-label.top-nav-right-vert-line.selected:hover,
.top-nav-label.top-nav-right-vert-line.w--current:hover {
	border-bottom-style: none;
	border-bottom-color: #274c8c;
}

.top-nav-label.top-nav-right-vert-line.top-nav-curved-corner-left {
	-webkit-transition-duration: 450ms;
	transition-duration: 450ms;
}

.top-nav-label.top-nav-right-vert-line.search-nav-button {
	padding-right: 2rem;
	background-color: #00275d;
	background-image: url("/20150114134215/assets/images/mag-glass-white.svg");
	background-position: 91% 50%;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	box-shadow: none;
	-webkit-transition-duration: 450ms;
	transition-duration: 450ms;
}

.top-nav-label.top-nav-right-vert-line.mobile-search-nav-button {
	padding-right: 2rem;
	background-color: #00275d;
	background-image: url("/20150114134215/assets/images/mag-glass-white.svg");
	background-position: 91% 50%;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	box-shadow: none;
}

.top-nav-label.top-nav-right-vert-line.mobile-search-icon {
	padding-right: 2rem;
	background-color: #00275d;
	background-image: url("/20150114134215/assets/images/mag-glass-white.svg");
	background-position: 91% 50%;
	background-size: 15px 15px;
	background-repeat: no-repeat;
	box-shadow: none;
}

.w-nav-overlay {
	position: absolute;
	overflow: hidden;
	display: none;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
}

.header-div {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 239, 242, 0.65)), to(rgba(255, 255, 255, 0.25))), url("/20150114134215/assets/images/header-background.jpg");
	background-image: linear-gradient(180deg, rgba(237, 239, 242, 0.65), rgba(255, 255, 255, 0.25)), url("/20150114134215/assets/images/header-background.jpg");
	background-position: 0px 0px, 50% 62%;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
}

.header-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding: 0.5rem 5%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 241, 236, 0.3)), to(rgba(255, 255, 255, 0.4)));
	background-image: linear-gradient(180deg, rgba(243, 241, 236, 0.3), rgba(255, 255, 255, 0.4));
}

.logo-tagline-div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 40%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.header-logo-link {
	width: 285px;
	height: auto;
	margin-left: 0px;
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.logo {
	display: block;
	width: 100%;
	height: auto;
}

.header-utility-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 60%;
	padding-bottom: 1.5rem;
	float: right;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.social-media-links-div-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: right;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.social-media-icon-div-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 40px;
	margin-left: 1rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 20px;
	background-color: #274c8c;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
	text-align: center;
}

.nav-section {
	width: 100%;
	border-bottom: 5px solid #6b9c43;
	background-color: rgba(255, 255, 255, 0);
}

.header-contents-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 2px none #8ccdd6;
	background-color: #fff;
	background-image: url("/20150114134215/assets/images/subtle-carbon_1subtle-carbon.png");
	background-position: 0px 0px;
	background-size: 9px;
}

.header-menu-wrap {
	border-top: 3px solid #d6d6d6;
	background-color: #243c80;
	box-shadow: none;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.header-menu-inside-wrap {
	display: block;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

.nav-container-3 {
	position: relative;
	display: block;
	height: 3.5rem;
	margin-right: auto;
	margin-left: auto;
}

.nav-menu-wrap-3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 3.5rem;
	margin-top: 0px;
	float: left;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-left: 1px none rgba(128, 128, 128, 0.25);
}

.nav-drop-wrap-3 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	border-right: 1px none rgba(128, 128, 128, 0.25);
	padding-left: 0;
}

.nav-drop-toggle-4 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	-webkit-box-flex: 1;
	-webkit-flex: 1 auto;
	-ms-flex: 1 auto;
	flex: 1 auto;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: rgba(166, 166, 166, 0.5);
	margin: 0;
}

.nav-drop-toggle-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 1.2rem 0.05rem 1rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: inset -1px 0 0 0 #fff;
	-webkit-transition: all 450ms ease;
	transition: all 450ms ease;
	color: #fff;
	font-size: 0.95rem;
	line-height: 1.375em;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-drop-toggle-link.last {
	box-shadow: none;
}

.nav-drop-toggle-4:last-of-type a {
	box-shadow: none;
}

.open .nav-drop-toggle-link,
.nav-drop-toggle-link:hover {
	background-color: #00275d;
	color: #a4d057;
	text-decoration: none;
	border-bottom: 0 rgba(0, 0, 0, 0);
}

a.nav-drop-toggle-link.active-item,
.nav-drop-toggle-link.w--current {
	border-right: 1px solid #d2d6d9;
	background-color: #1e336e;
	box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, 0.08);
	color: #c2e880;
}

.w-dropdown-list {
	position: absolute;
	background: #ddd;
	display: none;
	min-width: 100%;
}

.nav-drop-list-hidden {
	opacity: 0;
	display: block;
	top: 100%;
	transition: opacity 300ms;
}

ul.nav-drop-list-link-parent {
	padding-left: 0;
	display: none;
}

.open .nav-drop-list-hidden {
	height: auto;
	opacity: 1;
	left: 0px;
	top: 100%;
	display: block;
	padding: 0.5em;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-top: 5px solid #6b9c43;
	background-color: #002c6d;
	color: #fff;
}

.nav-drop-toggle-4:last-of-type .nav-drop-list-hidden {
	left: auto;
	right: 0;
}

.open ul.nav-drop-list-link-parent {
	display: block;
}

.nav-drop-list-link-4 {
	display: block;
	padding: 0;
	-webkit-transition: all 450ms ease;
	transition: all 450ms ease;
}

.nav-drop-list-link-4:hover {
	background-color: rgba(7, 120, 214, 0.5);
	cursor: pointer;
}

.nav-drop-list-link-4.active-item {
	border-left-style: none;
	background-color: rgba(7, 120, 214, 0.5);
	color: #fff;
}

.nav-drop-list-link-4 a {
	-webkit-transition: all 450ms ease;
	transition: all 450ms ease;
	color: rgba(255, 255, 255, 0.75);
	font-size: 0.95rem;
	text-transform: none;
	font-weight: normal;
	display: block;
	padding: 0.5em 1.5em 0.5em 0.75rem;
	text-decoration: none;
	border-bottom: 0 rgba(0, 0, 0, 0);
}

.nav-drop-list-link-4:hover a {
	color: #fff;
	text-decoration: none;
	border-bottom: 0 transparent;
}

.nav-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 0px;
	padding: 1.2rem 0.5rem 1rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	box-shadow: inset -1px 0 0 0 #fff;
	color: #fff;
	font-size: 0.95rem;
	line-height: 1.375em;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-link.w--current {
	margin-right: 0px;
	padding-right: 1rem;
	padding-left: 1rem;
	border-bottom-style: none;
	background-color: #000;
	box-shadow: none;
	color: #fff;
	font-size: 1rem;
	text-transform: uppercase;
}

.two-part-button-wrap-2 {
	position: relative;
	display: block;
	max-width: 768px;
	margin-right: auto;
	margin-left: auto;
}

.main-content {
	background-color: #243c80;
	opacity: 1;
}

/* slideshow */
.slideshow-container {
	background-color: rgba(0, 0, 0, 0);
}

.slideshow-widget {
	display: block;
	height: 500px;
	background-color: #00275d;
}

.w-slider-mask {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
	left: 0;
	right: 0;
	height: 100%;
	white-space: nowrap;
}

.slider-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 0px;
	margin-left: 0px;
}

.slider-image-column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 500px;
	min-height: auto;
	min-width: 600px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-position: 0px 0px;
	background-size: cover;
}

.div-block {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 40px;
}

.slider-text-col {
	width: 34%;
	padding-right: 0px;
	padding-left: 0px;
}

.slider-text-div {
	width: 40%;
	margin-top: 0rem;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px 1.5rem 20px;
	background-color: rgba(0, 39, 93, 0.81);
}

.slider-title {
	color: #c2e880;
	font-size: 2rem;
	line-height: 2.5rem;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: 'Roboto Slab', sans-serif;
	padding-top: 10px;
}

.slider-text p {
	margin-bottom: 10px;
	color: #fff;
	font-size: 0.95rem;
}

.button-for-rotator {
	display: inline-block;
	width: 165px;
	height: 40px;
	margin-right: auto;
	padding: 12px 21px 10px 0px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 20px;
	background-color: #427d0e;
	background-image: url("/20200507105000/assets/images/play.svg");
	background-position: 89% 50%;
	background-size: auto 38%;
	background-repeat: no-repeat;
	-webkit-transition: all 450ms ease;
	transition: all 450ms ease;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.arrow-container-left {
	display: none;
	width: 50px;
	height: 50px;
	margin-top: 140px;
	margin-bottom: 140px;
	border-radius: 30px;
	background-color: #dde8c5;
	color: #636363;
}

.left-arrow {
	margin-right: 5px;
	margin-left: 5px;
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	font-size: 1.875rem;
	line-height: 1.875rem;
	font-weight: 600;
}

.arrow-container-right {
	display: none;
	width: 50px;
	height: 50px;
	margin-top: 200px;
	margin-bottom: 200px;
	border-radius: 30px;
	background-color: #dde8c5;
	color: #636363;
}

.right-arrow {
	color: #fff;
	font-size: 1.875rem;
	line-height: 1.875rem;
	font-weight: 600;
}

.slide-nav-2 {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom: 2px none #ccc;
	opacity: 0.55;
	font-size: 0.8rem;
	text-align: right;
}

.w-slider-dot {
	margin-left: 5px;
	margin-right: 5px;
}

/* homepage content boxes */
.cb-row {
	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;
}

.cb-column {
	width: 49.25%;
	margin-bottom: 1rem;
	padding: 1.15rem 1.5rem 1.75rem;
	border-style: none solid solid;
	border-width: 6px 2px 2px;
	border-color: #d6d6d6;
	background-color: #fff;
	box-shadow: inset 0 6px 0 0 rgba(0, 0, 0, 0.5);
}

.cb-column.renewable-energy-report {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 3rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	border-top-style: none;
	border-top-color: #2a5da8;
	background-color: #fff;
	box-shadow: inset 0 6px 0 0 #99c278;
}

.cb-text-heading {
	margin-bottom: 20px;
	padding-right: 5px;
	padding-left: 0px;
	font-family: 'Roboto Slab', sans-serif;
	color: #243c80;
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: 300;
}

.cb-para {
	padding-bottom: 1.25rem;
}

a.cb-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 150px;
	height: 40px;
	margin-right: auto;
	padding: 11px 0px 10px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 20px;
	/* background-color: #6b9c43; */
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin-bottom: 1.25rem;
	margin-left: 1.5rem;
	padding-top: 12px;
	background-color: #427d0e;
	-webkit-transition: all 450ms ease;
	transition: all 450ms ease;
}

a.cb-button:hover {
	background-color: #6b9c43;
	color: #fff;
	text-decoration: none;
	border-bottom: 0 rgba(0, 0, 0, 0);
}

.cb-column.food-industry-market-maker {
	position: relative;
	padding-bottom: 3rem;
	border-top-style: none;
	box-shadow: inset 0 6px 0 0 #2a5da8;
}

.cb-column.usda-market-news-report {
	position: relative;
	padding-bottom: 3rem;
	box-shadow: inset 0 6px 0 0 #2a5da8;
}

.cb-column.additional {
	position: relative;
	padding-bottom: 3rem;
	box-shadow: inset 0 6px 0 0 #99c278;
}

.copyright-row-box.box-1 {
	width: 40%;
}

.copyright-row-box.box-2 {
	width: 22%;
}

.copyright-row-box.box-3 {
	width: 40%;
}

.footer-links {
	margin-right: 30px;
	margin-bottom: 10px;
	color: #1e1f21;
	font-weight: 600;
	display: inline-block;
	float: none;
	-webkit-transition: all 450ms ease;
	transition: all 450ms ease;
	font-size: 1rem;
	text-decoration: underline;
}

.footer-links:hover {
	text-decoration: none;
	border-bottom: 0 transparent;
}

a.footer-links:last-of-type {
	font-size: 0.915rem;
}

.video-row {
	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;
}

.video-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 32%;
	height: 300px;
	margin-bottom: 1rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	position: relative;
}

.video-box:hover {
	text-decoration: none;
}

.play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 13%;
	z-index: 2;
}

.video-title {
	width: 100%;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(25, 43, 92, 0.5);
	color: #fff;
	text-align: center;
	z-index: 1;
}

.video-box-iamge {
	background-position: 50% 50%;
	background-size: cover;
	-webkit-transition: all 450ms ease;
	transition: all 450ms ease;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

.video-box:hover .video-box-iamge {
	transform: scale(1.2);
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	max-width: 900px;
	padding: 0px 5px;
}

.mfp-close-btn-in .mfp-close {
	color: #fff;
	top: -60px;
	margin-right: 10px;
}

.homepage-featured-video video {
	width: 100%;
}
/* media queries */
/* redesign responsiveness */
@media (max-width: 1090px) {
	.nav-drop-toggle-link {
		font-size: 0.9rem;
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}
}

@media (max-width: 1050px) {
	.nav-drop-toggle-link {
		font-size: 0.85rem;
		padding-left: 0rem;
		letter-spacing: -0.025rem;
		padding-right: 0rem;
	}
}

@media (max-width: 1003px) {
	.nav-drop-toggle-link {
		font-size: 0.85rem;
		padding-left: 0rem;
		padding-right: 0rem;
		letter-spacing: -0.035rem;
	}
}

@media (max-width: 991px) {
	.navbar-top {
		display: block;
	}

	.breadcrumbs-div {
		margin-top: 18px;
	}

	.header-container {
		height: 100%;
		padding: 0.5rem 20px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		border-top: 1rem solid #20417d;
		background-color: rgba(0, 0, 0, 0);
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 241, 236, 0.35)), to(rgba(255, 255, 255, 0.45)));
		background-image: linear-gradient(180deg, rgba(243, 241, 236, 0.35), rgba(255, 255, 255, 0.45));
	}

	.logo-tagline-div {
		padding-top: 0.5rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header-logo-link {
		padding-top: 0px;
	}

	.header-utility-row {
		padding-bottom: 0rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.home-h2-tagline {
		max-width: 450px;
		margin: 1rem 0px 0rem;
		float: right;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-family: 'Roboto Slab', sans-serif;
		color: #2854a1;
		font-size: 0.95rem;
		line-height: 1rem;
	}

	.social-media-links-div-block {
		margin-top: 1rem;
		margin-bottom: 0.5rem;
		float: none;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.social-media-icon-div-link {
		width: 40px;
		height: 40px;
		margin-right: 0.75rem;
		margin-left: 0.75rem;
		border-radius: 20px;
	}

	.header-contents-wrap {
		display: block;
		width: 100%;
		padding-right: 0rem;
		padding-left: 0rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.header-menu-wrap {
		margin-top: 0px;
		border-top-style: none;
	}

	.header-menu-inside-wrap {
		width: 100%;
		max-width: 991px;
		min-width: 0px;
		background-color: #243c80;
	}

	.nav-container-3 {
		display: block;
		width: 100%;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.top-nav-label.top-nav-right-vert-line.mobile-search-nav-button {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		padding-top: 0rem;
		padding-right: 2.5rem;
		padding-left: 1.75rem;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border-bottom-style: none;
		background-color: rgba(0, 0, 0, 0);
		background-position: 83% 50%;
		background-size: 17px 17px;
		font-size: 0.75rem;
		line-height: 3.75rem;
		font-weight: 700;
		letter-spacing: 0.02rem;
	}

	.top-nav-label.top-nav-right-vert-line.mobile-search-icon {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		padding-right: 2.5rem;
		padding-left: 1.75rem;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border-bottom-style: none;
		background-color: rgba(0, 0, 0, 0);
		background-position: 83% 50%;
		background-size: 17px 17px;
		font-size: 0.75rem;
		line-height: 3.75rem;
		font-weight: 700;
		letter-spacing: 0.02rem;
	}

	.menu-button-4 {
		height: 3.5rem;
		padding: 1px 1.75rem 0px 1.5rem;
		float: right;
		background-color: rgba(0, 0, 0, 0);
		box-shadow: none;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		color: rgba(0, 0, 0, 0);
		font-size: 1em;
		line-height: 3.5rem;
		font-weight: 600;
		text-align: center;
		text-transform: uppercase;
	}

	.menu-button-icon-3 {
		float: left;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		color: #fff;
		font-size: 2rem;
		line-height: 3.5rem;
		font-weight: 400;
	}

	.menu-button-txt {
		margin-left: 0.125rem;
		float: left;
		color: #fff;
		font-size: 0.75rem;
		line-height: 3.75rem;
		font-weight: 700;
		letter-spacing: 0.02rem;
	}

	.slideshow-container {
		margin-bottom: 1.25rem;
	}

	.slideshow-widget {
		height: 400px;
		margin-right: 0px;
		margin-left: 0px;
	}

	.mask {
		padding-bottom: 0px;
	}

	.slider-row {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.slider-image-column {
		width: 100%;
		height: auto;
		min-width: 0px;
	}

	.div-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 400px;
		padding-bottom: 20px;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.slider-text-div {
		width: 50%;
	}

	.slider-text-col {
		width: 38%;
		min-width: 275px;
		padding-bottom: 40px;
	}

	.slider-title {
		margin-top: 20px;
		font-size: 1.75rem;
		line-height: 2.25rem;
	}

	.slider-text {
		font-size: 0.85rem;
		line-height: 1.45rem;
	}

	.button-for-rotator {
		bottom: 50px;
	}

	.arrow-container-left {
		display: block;
		margin-top: 104px;
		margin-bottom: 104px;
		margin-left: -20px;
	}

	.left-arrow {
		margin-left: 0px;
		font-size: 1.5rem;
	}

	.arrow-container-right {
		display: block;
		margin-top: 104px;
		margin-right: -20px;
		margin-bottom: 104px;
	}

	.right-arrow {
		margin-right: 0px;
		font-size: 1.5rem;
	}

	.slide-nav-2 {
		z-index: 2;
		display: block;
		margin-top: 0px;
		padding-top: 12px;
		background-color: rgba(0, 0, 0, 0);
		opacity: 1;
		font-size: 0.6rem;
	}

	.cb-text-heading {
		padding-right: 0px;
	}

	.cb-button {
		bottom: 50px;
	}

	.mm-page.mm-slideout {
		background-color: #edeff2;
		background-image: url("/20150114134215/assets/images/subtle_dots_1subtle_dots.png");
	}

	.wide-footer-container-1280 {
		max-width: 1280px;
		margin-top: 0px;
		padding-top: 30px;
		box-shadow: none;
		background: #fff;
	}

	.footer-div-block {
		margin-right: 0px;
		margin-left: 0px;
	}

	.copyright-row-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	.copyright-row-box {
		width: 100%;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.copyright-row-box.box-1 {
		margin-top: 0.5rem;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3;
	}

	.footer-links {
		margin-right: 0.5rem;
		margin-left: 0.5rem;
	}

	.copyright {
		float: none;
	}

	.all-rights-reserved {
		float: none;
	}

	.copyright-row-box.box-2 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.copyright-row-box.box-3 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.footer-links-div-block {
		width: 100%;
		margin-top: 1rem;
		margin-bottom: 1rem;
		float: none;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.social-media-image {
		margin-top: 0px;
	}

	.footer-row-2-col-1 {
		padding-right: 0px;
	}

	.footer-row-2-col-2 {
		padding-left: 0px;
	}

	.video-row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.video-box {
		height: 250px;
	}

	.play-button {
		width: 31px;
	}
}

@media (max-width: 767px) {
	.breadcrumbs-div {
		margin-left: 0;
		padding-left: 20px;
	}

	.close-search-link {
		font-size: 0.8rem;
	}

	.search-text-field-fake {
		width: 75%;
		height: 45px;
		padding-top: 6px;
	}

	.search-submit-button-fake {
		width: 25%;
		height: 45px;
		padding-top: 13px;
		padding-bottom: 10px;
		font-size: 1rem;
	}

	.header-div {
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 239, 242, 0.75)), to(rgba(255, 255, 255, 0.65))), url("/20150114134215/assets/images/header-background.jpg");
		background-image: linear-gradient(180deg, rgba(237, 239, 242, 0.75), rgba(255, 255, 255, 0.65)), url("/20150114134215/assets/images/header-background.jpg");
		background-position: 0px 0px, 50% 54%;
		background-size: auto, cover;
		background-repeat: repeat, repeat;
	}

	.header-container {
		position: relative;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border-top-width: 6px;
		background-color: rgba(0, 0, 0, 0);
		background-image: none;
		text-align: center;
	}

	.logo-tagline-div {
		padding-bottom: 0.5rem;
	}

	.header-logo-link {
		padding-left: 0px;
	}

	.home-h2-tagline {
		float: right;
		font-size: 0.78rem;
	}

	.social-media-links-div-block {
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	.social-media-image {
		float: none;
	}

	.nav-section {
		height: auto;
		min-height: auto;
	}

	.header-contents-wrap {
		height: auto;
	}

	.nav-container-3 {
		height: 3.5rem;
	}

	.top-nav-label.top-nav-right-vert-line.mobile-search-nav-button {
		padding-right: 2.25rem;
		padding-left: 1.25rem;
		background-position: 85% 50%;
		background-size: 18px 18px;
	}

	.top-nav-label.top-nav-right-vert-line.mobile-search-icon {
		padding-right: 2.25rem;
		padding-left: 1.25rem;
		background-position: 85% 50%;
		background-size: 18px 18px;
	}

	.menu-button-4 {
		height: 3.5rem;
		padding-right: 1.25rem;
		padding-left: 1rem;
	}

	.slideshow-container {
		margin-top: 0rem;
	}

	.slideshow-widget {
		height: auto;
	}

	.mask {
		height: 400px;
		background-color: rgba(0, 0, 0, 0);
	}

	.slider-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.slider-image-column {
		width: 100%;
		min-height: 325px;
	}

	.div-block {
		padding-bottom: 0px;
	}

	.slider-text-div {
		width: 100%;
		padding-bottom: 0px;
	}

	.slider-text-col {
		width: 100%;
	}

	.slider-title {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.button-for-rotator {
		left: auto;
		right: 0px;
		bottom: 0px;
		margin-right: 40px;
		margin-bottom: 40px;
	}

	.arrow-container-left {
		display: none;
	}

	.arrow-container-right {
		display: none;
	}

	.slide-nav-2 {
		font-size: 0.7rem;
		text-align: center;
	}

	.cb-row {
		padding-bottom: 0.25rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.cb-column {
		width: 100%;
		border-right-style: none;
		border-left-style: none;
	}

	.cb-column.usda-market-news-report {
		border-right-style: none;
		border-left-style: none;
		box-shadow: inset 0 6px 0 0 #99c278;
	}

	.cb-text-heading {
		margin-bottom: 10px;
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.cb-button {
		left: auto;
		right: 0px;
		bottom: 0px;
		margin-right: 40px;
		margin-bottom: 40px;
	}

	.cb-column.additional {
		border-right-style: none;
		border-left-style: none;
		box-shadow: inset 0 6px 0 0 #2a5da8;
	}

	.footer {
		display: block;
	}

	.wide-footer-container-1280 {
		padding-top: 35px;
		box-shadow: none;
	}

	.footer-div-block {
		margin-right: 1.5rem;
		margin-left: 1.5rem;
	}

	.copyright-row-box.box-1 {
		width: 65%;
	}

	.footer-links-wrapper {
		text-align: center;
	}

	.copyright {
		float: none;
	}

	.all-rights-reserved {
		float: none;
		text-align: left;
	}

	.copyright-row-box.box-2 {
		width: 100%;
	}

	.copyright-row-box.box-3 {
		width: 50%;
	}

	.footer-links-div-block {
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	.social-media-image {
		float: none;
	}

	.video-row {
		padding-bottom: 0.25rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.video-box {
		width: 90%;
	}
}

@media (max-width: 479px) {
	.search-text-field-fake {
		width: 75%;
	}

	.breadcrumbs-div {
		margin-left: 0;
		padding-left: 10px;
	}

	.search-submit-button-fake {
		width: 25%;
		padding-top: 14px;
		padding-right: 3px;
		padding-left: 3px;
		font-size: 0.9rem;
	}

	.header-container {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		border-top-width: 4px;
	}

	.logo-tagline-div {
		width: 100%;
	}

	.header-logo-link {
		position: static;
		display: block;
		width: auto;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0px;
		float: none;
	}

	.logo {
		max-width: 250px;
		min-width: 200px;
	}

	.home-h2-tagline {
		margin-top: 1rem;
		margin-bottom: 0rem;
	}

	.social-media-icon-div-link {
		width: 36px;
		height: 36px;
		margin-right: 0.5rem;
		margin-left: 0.5rem;
	}

	.social-media-image {
		width: 18px;
		height: 18px;
	}

	.header-menu-wrap {
		height: 3.25rem;
	}

	.nav-container-3 {
		height: 3.25rem;
	}

	.top-nav-label.top-nav-right-vert-line.mobile-search-icon {
		width: 25%;
		height: 3.25rem;
		background-position: 50% 50%;
		text-indent: -100%;
	}

	.menu-button-4 {
		width: 25%;
		height: 3.25rem;
		padding-right: 1rem;
		padding-left: 1rem;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.menu-button-icon-3 {
		display: block;
		margin-right: auto;
		margin-left: auto;
		float: none;
		line-height: 3.25rem;
	}

	.menu-button-txt {
		display: none;
	}

	.slideshow-container {
		margin-top: 0rem;
		margin-bottom: 0.75rem;
	}

	.slideshow-widget {
		height: auto;
	}

	.slider-image-column {
		min-height: 265px;
	}

	.slider-text-div {
		margin-top: 1rem;
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.slider-title {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.cb-column {
		padding: 0.5rem 1rem;
		border-right-style: none;
		border-left-style: none;
	}

	.cb-text-heading {
		margin-top: 10px;
	}

	.cb-para {
		padding-bottom: 0.75rem;
	}

	.cb-button {
		margin-left: 1rem;
	}

	.wide-footer-container-1280 {
		padding-top: 35px;
		box-shadow: none;
	}

	.footer-div-block {
		margin-right: 1rem;
		margin-left: 1rem;
	}

	.copyright-row-box.box-1 {
		width: 100%;
	}

	.footer-links-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer-links {
		display: inline-block;
		float: left;
		margin-right: 0px;
		text-align: center;
	}

	.footer-links.sitemap {
		float: none;
	}

	.footer-links.staff-login {
		float: right;
	}

	.copyright {
		display: inline-block;
		float: none;
	}

	.copyright-row-box.box-3 {
		width: 100%;
	}

	.social-media-image {
		width: 18px;
		height: 18px;
	}
}

/* submission forms */
#submissionforms_module.homepage_contentbox .cms_divider {
	display: none;
}

#submissionforms_module.homepage_contentbox label {
	display: inline;
}

#submissionforms_module.homepage_contentbox .ui-datepicker-trigger {
	vertical-align: baseline;
}

#submissionforms_module.homepage_contentbox .cms_field {
	padding-bottom: 15px;
}

#submissionforms_module.homepage_contentbox .cms_field input[type="text"],
#submissionforms_module.homepage_contentbox .cms_field input[type="tel"],
#submissionforms_module.homepage_contentbox .cms_field input[type="password"],
#submissionforms_module.homepage_contentbox .cms_field input[type="email"],
#submissionforms_module.homepage_contentbox .cms_field input[type="date"],
#submissionforms_module.homepage_contentbox .cms_field select,
#submissionforms_module.homepage_contentbox .cms_field textarea {
	width: 100%;
}

#submissionforms_module.homepage_contentbox .cms_field input.hasDatepicker[type="text"] {
	width: calc(100% - 20px);
}

#submissionforms_module.homepage_contentbox + script + .home-content-box-learn-more {
	display: none;
}

@media (max-width: 767px) {
	#submissionforms_module.homepage_contentbox tr[data-required="true"] .cms_label label::after,
	#submissionforms_module.homepage_contentbox tr[data-required="true"] .cms_label div::after {
		content: "";
		padding: 0;
	}
}

/* accounts module */
#account_module.form .form_container .login_field {
	width: 300px;
}

#account_module.form .more_options ul {
	width: 100%;
	margin: 0;
	list-style-type: none;
	padding: 0;
	text-align: center;
}

#account_module.form .form_item .label,
#account_module.form .form_item.required .label {
	width: 35%;
}

@media (max-width: 767px) {
	#account_module.form .form_item .label,
	#account_module.form .form_item.required .label {
		display: block;
		width: 100%;
		text-align: left;
		position: relative;
	}

	#account_module.form .form_item.required .field {
		display: block;
		width: 100%;
	}

	#account_module.form .form_container input[type="text"],
	#account_module.form .form_container input[type="password"] {
		width: 100%;
	}

	#account_module.form .form_item.required .field {
		background: none;
		padding: 0;
	}

	#account_module.form .form_item .label:after,
	#account_module.form .form_item.required .label:after {
		content: ' ';
		background: url("/core/public/shared/assets/images/required.gif") no-repeat 5px 6px;
		position: absolute;
		left: 90px;
		top: 0;
		width: 20px;
		height: 20px;
	}

	#account_module.form .form_item .label label,
	#account_module.form .form_item.required .label label {
		width: 90px;
	}
}

/* IE 11 fixes */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.header-logo-link {
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 767px) {
	.logo-tagline-div {
		height: 100%;
	}
}
