@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
/* =============================================================================
	Structure
============================================================================= */
html { background: #f8f8f8; }

body { background: #fff; margin: 0; padding: 0; text-rendering: optimizeLegibility; }

.container { padding-top: 60px; padding-bottom: 60px; }
.container + * { margin-top: 0; }

.wrap { margin: 0 auto; max-width: 1040px; }

@media only screen and (min-width: 801px) { .row { max-width: 1000px; } }
@media only screen and (min-width: 1025px) { .row { max-width: 1200px; } }
@media only screen and (min-width: 1441px) { .row { max-width: 1400px; } }

/* =============================================================================
	Typography                                                                 
============================================================================= */
/* Typography resets */
em, i { font-style: italic; line-height: inherit; }

strong, b { font-weight: bold; line-height: inherit; }

small { font-size: 60%; line-height: inherit; }

body { font-family: "Open Sans", sans-serif; font-weight: 400; font-size: 16px; color: #232020; line-height: 1.4; }

/* Default Link Styles */
a, a:link, a:visited { color: #8dc63f; text-decoration: none; }
a:hover, a:active, a:link:hover, a:link:active, a:visited:hover, a:visited:active { color: #232020; text-decoration: none; }

/* Default paragraph styles */
p { font-family: inherit; font-weight: inherit; font-size: inherit; line-height: 1.4; margin-bottom: 18px; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 { font-family: "Open Sans", sans-serif; font-weight: bold; color: #232020; margin-top: 3.2px; margin-bottom: 8px; line-height: 1.6; }

h1 { font-size: 44px; }
@media only screen and (max-width: 640px) { h1 { font-size: 44px; } }

h2 { font-size: 37px; }
@media only screen and (max-width: 640px) { h2 { font-size: 37px; } }

h3 { font-size: 27px; }
@media only screen and (max-width: 640px) { h3 { font-size: 27px; } }

h4 { font-size: 23px; }
@media only screen and (max-width: 640px) { h4 { font-size: 23px; } }

h5 { font-size: 18px; }
@media only screen and (max-width: 640px) { h5 { font-size: 18px; } }

h6 { font-size: 16px; }
@media only screen and (max-width: 640px) { h6 { font-size: 16px; } }

/* Default hr styles */
hr { border: solid #232020; }

/* =============================================================================
	Form Styling
============================================================================= */
@media only screen and (min-width: 768px) { .catalogs--express .catalog-item-options { -ms-flex: 1 0 24.8125rem; -webkit-box-flex: 1; flex: 1 0 7.8125rem; max-width: 24.8125rem; }
  .catalogs--express .catalog-item-images { -ms-flex: 1 0 20.375rem; -webkit-box-flex: 1; flex: 1 0 20.375rem; max-width: 20.375rem; } }
.spotlight--list ul { height: 480px; }
@media only screen and (max-width: 800px) { .spotlight--list ul { height: 480px; } }
@media only screen and (max-width: 640px) { .spotlight--list ul { height: 480px; } }
.spotlight--list li { opacity: 1; }
.spotlight--list .slider__controls .slider-controls-nav .slider-nav:after { font-size: 120px; color: red; }
.spotlight--list .slider__controls .slider-controls-nav .slider-nav--prev:after { content: '\f104'; }
.spotlight--list .slider__controls .slider-controls-nav .slider-nav--next:after { content: '\f105'; }
.spotlight--list .slider__controls .slider-controls-pager { display: none; }

.content-block.social-media-block ul { list-style: none; margin: 0; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; }
.content-block.social-media-block img { width: auto; }
.content-block.social-media-block .collection-item-label, .content-block.social-media-block .collection-item-description { display: none; }

.sponsors-container { background: #fff; position: relative; }
.sponsors-container .wrap { position: relative; max-width: 1000px; padding: 0; }
.sponsors-container .collection--list { padding: 0 40px; margin: 0 auto; }
.sponsors-container ul { position: relative; height: 150px; max-width: 1120px; list-style: none; margin: 0 auto; padding: 0; overflow: hidden; z-index: 10; }
.sponsors-container ul.no-sliding { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.sponsors-container li { opacity: 1 !important; }
.sponsors-container .collection-item-image { 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; width: 90%; height: 150px; margin: 0 auto; }
.sponsors-container .collection-item-image img { width: auto; height: auto; max-height: 100%; max-height: 100%; }
.sponsors-container .collection-item-label, .sponsors-container .collection-item-description { display: none; }
.sponsors-container .slider__nav { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; }
.sponsors-container .slider-nav:after { color: black; font-size: 40px; }
.sponsors-container .slider-nav--prev:after { content: "\f104"; }
.sponsors-container .slider-nav--next:after { content: "\f105"; }

/* =============================================================================
Header
============================================================================= */
header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; z-index: 999; background: #8dc63f; height: 170px; width: 100%; }

.nav-logo { min-width: 230px; padding: 20px 0 0 0; text-align: center; }

nav.dropdown { position: relative; top: 25px; }

nav.dropdown > ul > li { border-right: 1px solid #315600; }
nav.dropdown > ul > li:last-of-type { border-right: 1px solid transparent; }

/* =============================================================================
	Footer
============================================================================= */
footer { margin-top: 25px; background: #f8f8f8; padding-top: 10px; padding-bottom: 25px; }

* { box-sizing: border-box; }

.site-wrapper { overflow: hidden; position: relative; width: 100%; }

.site-canvas { width: 100%; height: 100%; position: relative; -webkit-transform: translateX(0); transform: translateX(0); transition: .3s ease all; top: 10px; }

.site-menu { position: absolute; background: #fff; width: 280px; height: 100%; top: -10px; left: -514px; }

.h { padding: 7px; float: right; }

.menu-btn { background: #8dc63f; color: #315600; padding: 10px 20px; display: inline-block; cursor: pointer; border: 1px solid #315600; }

.close-btn { float: right; padding: 20px; cursor: pointer; }

.toggle-content-wrapper { background: transparent; }

.site-content { width: 80%; margin: 0 auto; padding: 0 20px; }

.push { -webkit-transform: translateX(514px); transform: translateX(514px); }
.push .h { position: relative; right: 231px; float: none; }

@media only screen and (min-width: 940px) { .site-canvas { display: none; } }
@media only screen and (max-width: 940px) { nav.nav.dropdown, .subnav-wrap, .quicklinks { display: none; }
  main { padding-top: 10px; }
  main .wrap { padding: 0 5px; }
  .main-content { margin-left: 0 !important; } }
nav.dropdown { font-family: "Open Sans", sans-serif; }
nav.dropdown ul { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; list-style: none; margin: 0; padding: 0; }
nav.dropdown li { position: relative; }
nav.dropdown a { display: block; }
nav.dropdown ul ul .nav__list--parent:hover:after { color: #fff; }
nav.dropdown ul ul .nav__list--parent a { padding-right: 30px; }
nav.dropdown ul ul .nav__list--parent:after { content: ""; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; position: absolute; top: 50%; right: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%); color: #fff; font-size: 20px; padding: 0 10px; z-index: 1; }
nav.dropdown ul ul ul .nav__list--parent:after { color: #fff; }
nav.dropdown ul ul ul .nav__list--parent:hover:after { color: #fff; }
nav.dropdown > ul li:hover > a { background-color: transparent; color: #fff; }
nav.dropdown > ul a { background-color: transparent; color: #315600; padding: 8px 16px; }
nav.dropdown ul ul { display: none; position: absolute; width: auto; background-color: #99cc53; }
nav.dropdown ul ul li:hover > a { background-color: #8dc63f; color: #fff; }
nav.dropdown ul ul a { background-color: #99cc53; color: #fff; width: 240px; }
nav.dropdown ul ul ul { top: 0; left: 100%; background-color: #99cc53; }
nav.dropdown ul ul ul li:hover > a { background-color: #8dc63f; color: #fff; }
nav.dropdown ul ul ul a { background-color: #99cc53; color: #fff; }
nav.dropdown li:hover > ul { display: block; }

nav.subnav { width: 100%; }
nav.subnav ul { list-style: none; margin: 0; padding: 0; }
nav.subnav a { display: block; position: relative; font-size: 16px; font-weight: 400; }
nav.subnav a span.accordian_toggle { width: 50px; height: 100%; position: absolute; top: 0; bottom: 0; right: 0; 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; }
nav.subnav a span.accordian_toggle:after { font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; content: ""; font-size: 30px; }
nav.subnav a span.accordian_toggle:hover:after { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
nav.subnav li.nav__list--parent a { padding-right: 50px; }
nav.subnav li.accordian_open > a { color: null; background: null; }
nav.subnav li.accordian_open > a > span.accordian_toggle:after { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
nav.subnav ul li:not(:last-child) a { border-bottom: 1px solid #fff; }
nav.subnav ul li a { font-size: 14px; padding: 20px; background: transparent; color: #232020; }
nav.subnav ul li:hover > a { background: transparent; color: #8dc63f; }
nav.subnav ul ul { display: none; }
nav.subnav ul ul li a { padding: 20px 20px 20px 40px; background: #c4c5c6; color: #232020; }
nav.subnav ul ul li:hover > a { background: #c4c5c6; color: #8dc63f; }
nav.subnav ul ul ul { display: none; }
nav.subnav ul ul ul li a { padding: 20px 20px 20px 60px; background: #999; color: #232020; }
nav.subnav ul ul ul li:hover > a { background: #999; color: #8dc63f; }

nav.mobile { width: 100%; }
nav.mobile ul { list-style: none; margin: 0; padding: 0; }
nav.mobile a { display: block; position: relative; font-size: 16px; font-weight: 400; }
nav.mobile a span.accordian_toggle { width: 50px; height: 100%; position: absolute; top: 0; bottom: 0; right: 0; 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; }
nav.mobile a span.accordian_toggle:after { font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; content: ""; font-size: 30px; }
nav.mobile a span.accordian_toggle:hover:after { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
nav.mobile li.nav__list--parent a { padding-right: 50px; }
nav.mobile li.accordian_open > a { color: null; background: null; }
nav.mobile li.accordian_open > a > span.accordian_toggle:after { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
nav.mobile ul li:not(:last-child) a { border-bottom: 1px solid #fff; }
nav.mobile ul li a { font-size: 14px; padding: 20px; background: #315600; color: #fff; }
nav.mobile ul li:hover > a { background: #315600; color: #fff; }
nav.mobile ul ul { display: none; }
nav.mobile ul ul li a { padding: 20px 20px 20px 40px; background: #315600; color: #fff; }
nav.mobile ul ul li:hover > a { background: #315600; color: #fff; }
nav.mobile ul ul ul { display: none; }
nav.mobile ul ul ul li a { padding: 20px 20px 20px 60px; background: #315600; color: #fff; }
nav.mobile ul ul ul li:hover > a { background: #315600; color: #fff; }

/* =============================================================================
General
============================================================================= */
.masthead-container.has-bg { height: auto; max-height: 560px; overflow-x: hidden; overflow-y: hidden; }

.masthead-container img { opacity: 0; }

main { background: #fff; padding-top: 30px; }

main .wrap { display: -webkit-box; display: -ms-flexbox; display: flex; }

.subnav-wrap { display: none; width: 240px; min-width: 240px; }

.main-content { padding-left: 20px; padding-right: 20px; background: #fff; }

.e2ma_signup_form_button_row input, .button, .button:link, .button:visited { border: 0; color: #fff; background-color: #8dc63f; background-image: none; }

hr { width: 80%; }

.e2ma_signup_form_button_row input:hover, .e2ma_signup_form_button_row input:focus, .button:hover, .button:focus { border-color: #8dc63f; border: 1px solid; outline: 1; background-color: #fff; background-image: none; color: #8dc63f; }

.catalogs--express .catalog__items .catalog__header h2 { text-transform: uppercase; color: #fa682a !important; text-align: center; font-size: larger; }

.catalogs .form-actions { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

/* =============================================================================
	Default
============================================================================= */
/* =============================================================================
	General QA
============================================================================= */
/* =============================================================================
	Browser QA
============================================================================= */
/* Modern */
/* Internet Explorer 9 (.ie9) */
/* Internet Explorer 8 (.ie8) */
/* Internet Explorer 8 & Internet Explorer 7 (.oldie) */
/* Internet Explorer 7 (.ie7) */
/* =============================================================================
	Extras                                                              
============================================================================= */
.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

/* Print Styles */
@media print { * { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; } }

