@charset "UTF-8";
/* =============================================================================
	Structure
============================================================================= */
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: 980px; }

@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: Arial, Helvetica, sans-serif; font-weight: normal; font-size: 16px; color: #333; line-height: 1.4; }

/* Default Link Styles */
a, a:link, a:visited { color: #036; text-decoration: none; }
a:hover, a:active, a:link:hover, a:link:active, a:visited:hover, a:visited:active { color: #0066cc; 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: Arial, Helvetica, sans-serif; font-weight: bold; color: #333; 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 #999; }

/* =============================================================================
	Form Styling
============================================================================= */
.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: -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: 940px; 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: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; }
.sponsors-container li { opacity: 1 !important; }
.sponsors-container .collection-item-image { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: 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 { position: relative; z-index: 999; }

/* =============================================================================
	Footer
============================================================================= */
nav.nav.dropdown { background: #e4e4e4; }

nav.dropdown > ul a:hover { text-decoration: none; }

* { box-sizing: border-box; }

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

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

.site-menu { position: absolute; background: #e4e4e4; width: 280px; height: 100%; top: 9px; left: -300px; }

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

.menu-btn { background: #e4e4e4; color: #333; padding: 10px 20px; display: inline-block; cursor: pointer; }

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

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

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

.push { transform: translateX(300px); }
.push .h { position: relative; right: 16px; top: 2px; float: none; }

@media only screen and (min-width: 980px) { .site-canvas { display: none; } }
@media only screen and (max-width: 980px) { nav.nav.dropdown { display: none; } }
nav.dropdown ul { width: 100%; display: -ms-flexbox; display: flex; 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: #333; }
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; transform: translateY(-50%); color: #333; font-size: 20px; padding: 0 10px; z-index: 1; }
nav.dropdown ul ul ul .nav__list--parent:after { color: #333; }
nav.dropdown ul ul ul .nav__list--parent:hover:after { color: #333; }
nav.dropdown > ul li:hover > a { background-color: #a8d2ff; color: #333; }
nav.dropdown > ul a { background-color: #e4e4e4; color: #333; padding: 8px 16px; }
nav.dropdown ul ul { display: none; position: absolute; width: auto; background-color: #e4e4e4; }
nav.dropdown ul ul li:hover > a { background-color: #a8d2ff; color: #333; }
nav.dropdown ul ul a { background-color: #e4e4e4; color: #333; width: 240px; }
nav.dropdown ul ul ul { top: 0; left: 100%; background-color: #e4e4e4; }
nav.dropdown ul ul ul li:hover > a { background-color: #a8d2ff; color: #333; }
nav.dropdown ul ul ul a { background-color: #e4e4e4; color: #333; }
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: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: 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 { 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 { 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: #333; color: #fff; }
nav.subnav ul li:hover > a { background: #333; color: #fff; }
nav.subnav ul ul { display: none; }
nav.subnav ul ul li a { padding: 20px 20px 20px 40px; background: #666; color: #fff; }
nav.subnav ul ul li:hover > a { background: #666; color: #fff; }
nav.subnav ul ul ul { display: none; }
nav.subnav ul ul ul li a { padding: 20px 20px 20px 60px; background: #999; color: #fff; }
nav.subnav ul ul ul li:hover > a { background: #999; color: #fff; }

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: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: 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 { 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 { 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: #333; color: #fff; }
nav.mobile ul li:hover > a { background: #333; color: #fff; }
nav.mobile ul ul { display: none; }
nav.mobile ul ul li a { padding: 20px 20px 20px 40px; background: #666; color: #fff; }
nav.mobile ul ul li:hover > a { background: #666; color: #fff; }
nav.mobile ul ul ul { display: none; }
nav.mobile ul ul ul li a { padding: 20px 20px 20px 60px; background: #999; color: #fff; }
nav.mobile ul ul ul li:hover > a { background: #999; color: #fff; }

/* =============================================================================
	General
============================================================================= */
nav.dropdown > ul a { border: 1px solid #c5c5c5; }

a:hover, a:link:hover, a:visited:hover { text-decoration: underline; }

main .wrap { padding-top: 25px; }

@media only screen and (min-width: 980px) { .site-canvas { display: none; } }
@media only screen and (max-width: 980px) { nav.nav.dropdown { display: none; }
  .site-container { width: 100%; } }
.catalogs .form-actions:first-of-type { display: none; }

.catalogs .pageflex-preview-actions .form-actions { display: block; }

.catalog__header h2 { display: none; }

nav.catalogs-nav-breadcrumbs { display: none; }

.catalogs__nav { -ms-flex-pack: flex-end; justify-content: flex-end; -ms-flex-align: end; align-items: flex-end; text-align: end; }

.shopping-cart:before { content: "Shopping Cart"; display: block; padding: 25px 0; font-weight: bold; }

.catalogs-nav-misc__view-cart .button-group--sm > .button, .catalogs-nav-misc__view-cart .button-bar--sm .button, .catalogs-nav-misc__view-cart .event-calendar__list .event-register a, .catalogs-nav-misc__view-cart .mmp-corp-store-search__results-list .mmp-store__actions > a, .catalogs-nav-misc__view-cart .button--sm, .catalogs-nav-misc__view-cart .button--sm:link, .catalogs-nav-misc__view-cart .button--sm:visited { font-size: 1.05rem; }
.catalogs-nav-misc__view-cart:after { content: "View Shopping Cart"; display: inline-block; padding-left: 5px; }

/* =============================================================================
	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; } }

