@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,400italic,600,600italic,700,700italic");
/* =============================================================================
	Structure
============================================================================= */
body { background: #000; 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; padding: 0 20px; }
@media only screen and (max-width: 40em) { .wrap { padding: 0; } }

@media only screen and (min-width: 981px) { .row { max-width: 1000px; } }
@media only screen and (min-width: 90.063em) { .row { max-width: 1200px; } }
@media only screen and (min-width: 120.063em) { .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; }

html { -webkit-font-smoothing: antialiased; }

body { font-family: "Open Sans", sans-serif; font-weight: normal; font-size: 16px; color: #999; line-height: 22px; }

/* Default Link Styles */
a, a:link, a:visited { color: #336666; text-decoration: none; }
a:hover, a:active, a:link:hover, a:link:active, a:visited:hover, a:visited:active { color: #2b5555; text-decoration: none; }

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

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

h1 { font-size: 27px; }
@media only screen and (max-width: 40em) { h1 { font-size: 24px; } }

h2 { font-size: 24px; }
@media only screen and (max-width: 40em) { h2 { font-size: 22px; } }

h3 { font-size: 22px; }
@media only screen and (max-width: 40em) { h3 { font-size: 20px; } }

h4 { font-size: 20px; }
@media only screen and (max-width: 40em) { h4 { font-size: 18px; } }

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

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

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

/* =============================================================================
	Form Styling
============================================================================= */
.form-row__label { font-weight: bold; color: #000; }

.spotlight_section { margin: 28px 0 0; }
.spotlight_section ul { height: 410px; }
@media only screen and (max-width: 40em) { .spotlight_section ul { height: 580px; } }
.spotlight_section li { z-index: 5; opacity: 1 !important; }
.spotlight_section li.slide--active { z-index: 10; }
.spotlight_section .spotlight-content { width: 100%; height: 100%; }
.spotlight_section .spotlight-image { position: absolute; top: 0; bottom: 0; width: calc(100% - 320px); height: 100%; left: 0; }
@media only screen and (max-width: 40em) { .spotlight_section .spotlight-image { width: 100%; height: 280px; } }
.spotlight_section .spotlight-image img { display: none; }
.spotlight_section .spotlight-overlay { bottom: 0; height: 100%; width: 320px; background: #fff; padding: 40px 30px 30px; text-align: left; position: absolute; left: auto !important; right: 0; }
@media only screen and (max-width: 980px) { .spotlight_section .spotlight-overlay { min-width: 300px; } }
@media only screen and (max-width: 40em) { .spotlight_section .spotlight-overlay { top: 280px; height: 300px; width: 100%; left: 0 !important; min-width: 0; } }
.spotlight_section .spotlight-overlay .spotlight-text .spotlight-text__title { color: #000; font-size: 27px; line-height: 30px; font-weight: bold; margin-bottom: 8px; }
.spotlight_section .spotlight-overlay .spotlight-text .spotlight-text__content { font-size: 15px; line-height: 21px; color: #737272; }
.spotlight_section .spotlight-overlay .spotlight-button { display: block; position: absolute; bottom: 0; left: 0; right: 0; background: #336666; padding: 14px; color: #fff; font-weight: bold; text-align: center; text-transform: uppercase; cursor: pointer; }
.spotlight_section .spotlight-overlay .spotlight-button:hover { background: #336666; }
.spotlight_section .slider-controls-nav { right: 0; position: absolute; top: 0; height: 40px; width: 70px; }
@media only screen and (max-width: 40em) { .spotlight_section .slider-controls-nav { background: #fff; z-index: 10; } }
.spotlight_section .slider-nav:after { color: #336666; padding: 5px 12px; font-size: 30px; }
.spotlight_section .slider-nav--prev { left: 0; }
.spotlight_section .slider-nav--next { right: 0; }
.spotlight_section .slider-nav--prev:after { content: "\f104"; }
.spotlight_section .slider-nav--next:after { content: "\f105"; }

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

.content-block.quicklinks-block .collection, .content-block.quicklinks-block .collection-item-image { margin-bottom: 0; }
.content-block.quicklinks-block ul { list-style: none; margin: 0; padding: 0; 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; }
.content-block.quicklinks-block .collection-item-label { color: #fff; font-size: 13px; font-weight: 600; text-transform: uppercase; }
.content-block.quicklinks-block .collection-item-label a { display: block; padding: 18px 10px; color: #fff; }
.content-block.quicklinks-block .collection-item-label a:hover { color: #fff; background: #336666; }
.content-block.quicklinks-block .collection-item-image, .content-block.quicklinks-block .collection-item-description { display: none; }
@media only screen and (max-width: 40em) { .content-block.quicklinks-block .collection--list { width: 100%; }
  .content-block.quicklinks-block ul { display: block; text-align: center; width: 100%; }
  .content-block.quicklinks-block li { display: block; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
  .content-block.quicklinks-block .collection-item-label a { padding: 12px 10px; } }

.content-block.social-media-block .collection, .content-block.social-media-block .collection-item-image { margin-bottom: 0; }
.content-block.social-media-block ul { list-style: none; margin: 0; padding: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.content-block.social-media-block li { opacity: .5; }
.content-block.social-media-block li:hover { opacity: 1; }
.content-block.social-media-block .collection-item-image { padding: 0; margin: 12px 2px; }
@media only screen and (max-width: 40em) { .content-block.social-media-block .collection-item-image { margin: 12px 6px; } }
.content-block.social-media-block .collection-item-label, .content-block.social-media-block .collection-item-description { display: none; }

.search-form { position: relative; 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; }
.search-form .form--inline { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.search-form .form-row { width: 100%; }
.search-form .form-control--search { position: relative; cursor: pointer; }
.search-form .form-control--search:before { display: none; }
.search-form .search_button { position: relative; color: #fff; background: #336666; width: 50px; z-index: 10; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
.search-form .search_button:hover { background: #336666; }
.search-form .search_button .fa { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -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; font-size: 18px; color: #fff; }
.search-form .search_button input { background: transparent; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.search-form form { width: 100%; }
.search-form input { height: 50px; border-radius: 0; border: 0; box-shadow: none; color: #336666; font-size: 18px; padding: 0 15px; text-transform: uppercase; }
.search-form input:hover, .search-form input:active, .search-form input:focus { box-shadow: none; }

/* =============================================================================
	Header
============================================================================= */
header { position: relative; z-index: 999; background: #EFEFDF; }

.mobile_nav_container { position: relative; color: #fff; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10000; }
@media only screen and (min-width: 981px) { .mobile_nav_container { display: none; } }
.mobile_nav_container .wrap { position: relative; padding: 0; }
.mobile_nav_container .mobile_trigger { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -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; height: 56px; font-size: 15px; font-weight: 600; cursor: pointer; z-index: 1000; background: #336666; -webkit-transition: background .5s ease; transition: background .5s ease; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.mobile_nav_container .mobile_trigger.bottom_trigger { margin-top: -1px; }
.mobile_nav_container .mobile_trigger .icon-menu { width: 20px; height: 16px; margin-right: 10px; 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-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-transition: all .3s ease; transition: all .3s ease; }
.mobile_nav_container .mobile_trigger .icon-menu .bar { height: 4px; width: 100%; background: #fff; }
.mobile_nav_container .nav_container { background: #336666; position: absolute; z-index: 100; top: 0; left: 0; right: 0; width: 100%; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: -webkit-transform .5s ease-out, opacity 0s ease 1s; transition: transform .5s ease-out, opacity 0s ease 1s; opacity: 0; }

.site_container { 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; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all .3s ease; transition: all .3s ease; }

@media only screen and (max-width: 980px) { body.mobile_nav_is_visible .site_container { opacity: .35; -webkit-filter: blur(3px); filter: blur(3px); -webkit-transition: all .3s linear; transition: all .3s linear; } }
body.mobile_nav_is_visible .nav_container { opacity: 1; -webkit-transform: translateY(56px); transform: translateY(56px); -webkit-transition: -webkit-transform .5s ease-out, opacity 0s ease 0s; transition: transform .5s ease-out, opacity 0s ease 0s; }
body.mobile_nav_is_visible .mobile_trigger { background: #336666; }
body.mobile_nav_is_visible .mobile_trigger .icon-menu { height: 20px; }

body.desktop_nav_is_too_wide nav.dropdown { display: none !important; }
body.desktop_nav_is_too_wide .mobile_nav_container { display: block; }

body.subnav_is_sticky nav.subnav { position: absolute; top: 0; left: 0; width: 100%; }

.top_nav_section { background: #336666; }
@media only screen and (max-width: 40em) { .top_nav_section { -webkit-box-ordinal-group: 101; -webkit-order: 100; -ms-flex-order: 100; order: 100; background: none; text-align: center; }
  .top_nav_section .content-block { width: 100%; }
  .top_nav_section .content-block.social-media-block ul { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } }
.top_nav_section .wrap { 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-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.top_nav_section .content-block.search-block input { height: 56px; }

.nav-logo { background: #fff; text-align: center; padding: 22px 20px; border-bottom: 1px solid #EFEFDF; }

.bottom_nav_section { background: #fff; }
.bottom_nav_section .wrap { 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; }
@media only screen and (max-width: 980px) { .bottom_nav_section .wrap { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } }
.bottom_nav_section .content-block.search-block { margin-left: auto; }
.bottom_nav_section .search-form { border-left: 1px solid #EFEFDF; min-width: 320px; }
@media only screen and (max-width: 980px) { .bottom_nav_section .search-form { min-width: 300px; } }
@media only screen and (max-width: 40em) { .bottom_nav_section .search-form { width: 100%; } }

/* =============================================================================
	Footer
============================================================================= */
footer .location a, footer .policy_section a { text-decoration: underline; color: #fff; }
footer .location a:hover, footer .policy_section a:hover { color: #fff; opacity: .8; }

footer { padding: 20px 0 40px; color: #fff; text-align: center; font-size: 12px; -webkit-box-ordinal-group: 111; -webkit-order: 110; -ms-flex-order: 110; order: 110; }
footer .website_title { color: #fff; }
footer .location * { color: #fff; display: inline-block; }
footer .location .location__title { display: block; }
@media only screen and (min-width: 40.063em) { footer .location .location__address > *:not(:first-child):before, footer .location .location__phone > *:before, footer .location .location__email:before, footer .location .location__contact-form:before, footer .location .location-links-email:before { content: "•"; } }
@media only screen and (min-width: 40.063em) { footer .location .location-links-email { padding-left: 4px; } }
@media only screen and (max-width: 40em) { footer .location .location__info > * { display: block; } }
@media only screen and (max-width: 40em) { footer .location .location__phone > * { display: block; } }
footer .location span.label { display: inline-block; height: auto; background: none; background-color: none; font-weight: normal; font-size: 12px; line-height: initial; text-align: left; border-radius: none; padding-right: 0; padding-left: 0; }
footer .policy_section { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
@media only screen and (max-width: 40em) { footer .policy_section { display: block; } }
footer .policy_section .policy-link { margin: 0; padding: 0; }
@media only screen and (min-width: 40.063em) { footer .policy_section .policy-link:before { content: "•"; padding: 0 5px; } }
@media only screen and (max-width: 40em) { footer .policy_section .policy-link { display: block; } }
footer .powered_by { font-style: italic; }
footer .powered_by p { margin: 0; }
footer .powered_by a { font-style: normal; font-weight: bold; }
footer .content-block.social-media-block ul { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

@media only screen and (max-width: 980px) { nav.dropdown { display: none; } }
nav.dropdown ul { width: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; list-style: none; margin: 0; padding: 0; }
nav.dropdown li { position: relative; -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; }
nav.dropdown li li a { border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
nav.dropdown li li:last-child > a { border-bottom: 0; }
nav.dropdown a { display: block; }
nav.dropdown ul ul .nav__list--parent a { padding-right: 37.5px; }
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: rgba(255, 255, 255, 0.5); font-size: 25px; padding: 0 10px; z-index: 1; }
nav.dropdown > ul > li:first-child > a { padding-left: 0; }
nav.dropdown > ul li:hover > a { background-color: transparent; color: #336666; }
nav.dropdown > ul a { background-color: transparent; color: #000; padding: 14px 16px; }
nav.dropdown > ul > li > ul > li:first-child:before { content: ""; position: absolute; top: 0; height: 0; width: 0; -webkit-transform: translate(15px, -100%); transform: translate(15px, -100%); border: 10px solid #336666; border-color: transparent transparent #336666 transparent; }
nav.dropdown > ul > li > ul > li:first-child:hover:before { border-color: transparent transparent #336666 transparent; }
nav.dropdown ul ul { display: none; position: absolute; width: auto; background-color: #336666; }
nav.dropdown ul ul li:hover > a { background-color: #336666; color: #fff; }
nav.dropdown ul ul a { background-color: #336666; color: #fff; width: 215px; font-size: 15px; padding: 10px 24px; font-weight: 600; letter-spacing: -1px; }
nav.dropdown ul ul ul { top: 0; left: 100%; background-color: #336666; }
nav.dropdown ul ul ul li:hover > a { background-color: #336666; color: #fff; }
nav.dropdown ul ul ul a { background-color: #336666; color: #fff; }
nav.dropdown li:hover > ul { display: block; }

.bottom_trigger { border-top: 1px solid rgba(255, 255, 255, 0.25); }

nav.mobile { width: 100%; background: #336666; border-top: 1px solid rgba(255, 255, 255, 0.25); }
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: 62px; height: 100%; position: absolute; top: 0; bottom: 0; right: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -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; }
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: 62px; }
nav.mobile li.subnav_open > a { color: null; background: null; }
nav.mobile li.subnav_open > a > span.accordian_toggle:after { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
nav.mobile > ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
@media only screen and (max-width: 40em) { nav.mobile > ul { display: block; } }
nav.mobile > ul .mobile_column { -webkit-box-flex: 0; -webkit-flex: 0 1 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; }
nav.mobile > ul .mobile_column:first-child { border-right: 1px solid rgba(255, 255, 255, 0.25); }
@media only screen and (min-width: 40.063em) { nav.mobile > ul > li { border-right: 1px solid rgba(255, 255, 255, 0.25); } }
@media only screen and (min-width: 40.063em) { nav.mobile > ul .middle-item { -webkit-column-break-before: always; -webkit-break-before: column; -moz-break-before: column; break-before: column; } }
nav.mobile ul li a { border-bottom: 1px solid rgba(255, 255, 255, 0.25); font-size: 14px; padding: 20px; background: #336666; color: #fff; }
nav.mobile ul li:hover > a { background: #336666; color: #fff; }
nav.mobile ul ul { display: none; }
nav.mobile ul ul li a { background: #336666; color: #fff; }
nav.mobile ul ul li:hover > a { background: #336666; color: #fff; }
nav.mobile ul ul ul { display: none; }
nav.mobile ul ul ul li a { background: #336666; color: #fff; }
nav.mobile ul ul ul li:hover > a { background: #336666; color: #fff; }
nav.mobile ul ul ul ul { display: none; }
nav.mobile ul ul ul ul li a { background: #376f6f; color: #fff; }
nav.mobile ul ul ul ul li:hover > a { background: #376f6f; color: #fff; }
nav.mobile ul ul ul ul ul { display: none; }
nav.mobile ul ul ul ul ul li a { background: #3c7777; color: #fff; }
nav.mobile ul ul ul ul ul li:hover > a { background: #3c7777; color: #fff; }

nav.subnav { width: 100%; }
@media only screen and (max-width: 980px) { nav.subnav { display: none; } }
nav.subnav ul { list-style: none; margin: 0; padding: 0; }
nav.subnav a { display: block; position: relative; font-size: 15px; font-weight: 600; }
nav.subnav a span.accordian_toggle { width: 50px; height: 100%; position: absolute; top: 0; bottom: 0; right: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -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; }
nav.subnav a span.accordian_toggle:after { font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; content: ""; color: #fff; font-size: 24px; -webkit-transition: -webkit-transform .2s ease; transition: transform .2s ease; }
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 .nav__list--here > a { font-weight: bold; }
nav.subnav > ul > li.accordian_open > a > span.accordian_toggle:after, nav.subnav > ul > li:hover > a > span.accordian_toggle:after { color: #fff; }
nav.subnav > ul > li > a > span.accordian_toggle:after { color: #336666; }
nav.subnav ul li:not(:last-child) a { border-bottom: 1px solid rgba(51, 102, 102, 0.1); }
nav.subnav ul li a { font-size: 15px; padding: 11px 20px 10px 23px; background: #fff; color: #1f1819; }
nav.subnav ul li.accordian_open > a, nav.subnav ul li:hover > a { background: #336666; color: #fff; }
nav.subnav ul ul { display: none; list-style-type: none; color: #fff; }
nav.subnav ul ul > li > a:before { content: "•"; padding-right: 6px; }
nav.subnav ul ul li:not(:last-child) a { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
nav.subnav ul ul li a { font-size: 14px; padding: 8px 20px 8px 23px; background: #336666; color: #fff; }
nav.subnav ul ul li.accordian_open > a, nav.subnav ul ul li:hover > a { background: #336666; color: #fff; }
nav.subnav ul ul ul { display: none; }
nav.subnav ul ul ul li a { padding: 8px 20px 8px 33px; background: #336666; color: #fff; }
nav.subnav ul ul ul li.accordian_open > a, nav.subnav ul ul ul li:hover > a { background: #376f6f; color: #fff; }
nav.subnav ul ul ul ul { display: none; }
nav.subnav ul ul ul ul li a { padding: 8px 20px 8px 43px; background: #376f6f; color: #fff; }
nav.subnav ul ul ul ul li.accordian_open > a, nav.subnav ul ul ul ul li:hover > a { background: #3c7777; color: #fff; }

/* =============================================================================
	General
============================================================================= */
.content-block.quicklinks-block .collection-item-label a:hover { background: #347979; }

a:hover, a:active, a:link:hover, a:link:active, a:visited:hover, a:visited:active { color: #347979; }

.content-block.quicklinks-block .collection-item-label { font-size: 22px; }

main .primary_section .primary_content { background: #fff; padding: 20px; }

main .primary_section { margin: 28px 0 20px; }

main { background: #cccc99; }

nav.dropdown ul { display: none; }

footer .powered_by a { color: #E4E4BE; }

footer .powered_by a:hover { color: #cccc99; }

/* =============================================================================
	Internal
============================================================================= */
.internal .masthead_section { height: 410px; }
.internal .primary_section .wrap { 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; }
@media only screen and (max-width: 980px) { .internal .primary_section .wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } }
.internal .primary_content_container { -webkit-box-ordinal-group: 6; -webkit-order: 5; -ms-flex-order: 5; order: 5; }
@media only screen and (min-width: 981px) { .internal .primary_content_container { -webkit-box-flex: 0; -webkit-flex: 0 1 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; } }
.internal .primary_content .image { margin-bottom: 20px; }
.internal .primary_content .image.sb-float-right { padding-left: 20px; margin-left: 20px; border-left: 4px solid #336666; }
.internal .primary_content .image.sb-float-left { padding-right: 20px; margin-right: 20px; border-right: 4px solid #336666; }
.internal .primary_content .event__content { display: block; }
.internal .secondary_section { margin: 20px 0; }
.internal .secondary_section .secondary_content { background: #fff; padding: 20px; }
.internal .sidebar_section { position: relative; background: #fff; min-width: 300px; width: 300px; margin-left: 20px; -webkit-box-ordinal-group: 11; -webkit-order: 10; -ms-flex-order: 10; order: 10; }
@media only screen and (max-width: 980px) { .internal .sidebar_section { margin: 0; margin-top: 20px; width: 100%; } }
.internal .sidebar_section .page_title { padding: 9px 23px; }
@media only screen and (max-width: 980px) { .internal .sidebar_section .page_title { display: none; } }
.internal .sidebar_section .page_title h1, .internal .sidebar_section .page_title h2, .internal .sidebar_section .page_title h3, .internal .sidebar_section .page_title h4, .internal .sidebar_section .page_title h5, .internal .sidebar_section .page_title h6 { margin: 0; color: #336666; }
.internal .sidebar_section .sidebar_content { padding: 23px; }

/* =============================================================================
	General QA
============================================================================= */
/* =============================================================================
	Browser QA
============================================================================= */
/* Modern */
.mfp-bg { z-index: 30000; }

.mfp-wrap { z-index: 40000; }

.emma-show header { background: none; }

.emma-show input, .emma-show button { max-width: 100%; }

.has-bg .image:first-of-type, .has-bg__collection .image:first-of-type, .has-bg-li__collection .image:first-of-type, .has-bg-featured .image:first-of-type { display: none; }

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

