@charset "UTF-8";
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
  outline: none; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Removing until wider adoption and browser support
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
*/
/***************************************************************
 Colors 
 ***************************************************************/
/* Colors from DIA styleguide */
/* TEXT */
/* BACKGROUNDS */
/* OTHER */
/* Error Red */
/* horizontal rule in gray box */
/* horizontal line */
/* BREAKPOINTS */
/* Fonts from DIA Styleguide */
html:lang(ja), body:lang(ja), .button:lang(ja), .menu-trigger:lang(ja), .main-nav .nav-search-bar .search-field:lang(ja), .main-nav .close-button:lang(ja), .main-nav .category-list .category-title:lang(ja), .main-nav .category-list .category .top-level .menu-item a:lang(ja), .utility-nav .utility-list .utility-item:lang(ja), .utility-nav .top-level-sign-in:lang(ja), .utility-nav .top-level .current:lang(ja), .utility-nav .top-level .dd-list .dd-item a:lang(ja), .utility-nav .top-level .dd-list .dd-item a.selected:lang(ja), .main-nav .mobile-utility .utility-list .utility-item .category-title:lang(ja), .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list .dd-item a:lang(ja), .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list .dd-item a.selected:lang(ja), .main-nav .mobile-utility .flagship-header-button.button.blue-button:lang(ja), .mobile-utility .signin-mobile .description:lang(ja), .mobile-utility .signin-mobile .description.signin:lang(ja), .mobile-utility .signin-mobile .button:lang(ja), .mobile-utility .signin-mobile.collapsed .button:lang(ja), .footer-content .statement:lang(ja), .footer-content .footer-module .footer-title:lang(ja), .footer-content .footer-module .footer-description:lang(ja), .footer-content .signup .signup-field:lang(ja), .footer-content .signup .button:lang(ja), .footer-nav .category-list .category .footer-title:lang(ja), .footer-nav .category-list .category .category-links li:lang(ja), .footer-utility:lang(ja), .cookie-notification:lang(ja), .event-info .event-registration .prices:lang(ja), .event-info .event-registration .prices .member:lang(ja),
.event-info .event-registration .prices .total:lang(ja), .event-info .event-registration .prices .special:lang(ja), .event-info .event-registration .result-subtitle:lang(ja), .location-info .address:lang(ja), .hero-overlay .headline:lang(ja), .hero-overlay .categories:lang(ja), .hero-overlay .description:lang(ja),
.hero-overlay .sub-description:lang(ja),
.hero-overlay .event-description:lang(ja), .topic-landing-page-overlay .headline.heading-large:lang(ja), .topic-landing-page-overlay .headline.heading-small:lang(ja), .topic-landing-page-overlay .description:lang(ja), .contact-overlay .contact-info .contact-person .contact-title:lang(ja), .location-overlay .location-info .address:lang(ja), .page-content .page-title:lang(ja), .page-content .page-sub-title:lang(ja), .rtf:lang(ja), .breadcrumb:lang(ja), .section-nav .breadcrumb:lang(ja), .section-nav .breadcrumb:lang(ja):hover, .section-nav-with-icons .top-level .section-item a.top-level-item:lang(ja), .section-nav-trigger:lang(ja), .pagination:lang(ja), .page-count:lang(ja), .sort-dropdown .sort-trigger:lang(ja), .sort-dropdown .dropcontainer .dropdownvisible li a:lang(ja), .tags:lang(ja), .tags a:lang(ja), .search-results .page-title:lang(ja), .result-item .type:lang(ja), .result-item .result-title:lang(ja), .result-item .author:lang(ja),
.result-item .release-date:lang(ja), .result-item .series-note:lang(ja), .result-item .result-description:lang(ja),
.result-item .event-description:lang(ja), .search-results.listing-page.search-related .listing-heading:lang(ja), .search-results.listing-page.search-related .results-list.course-catalog .result-title:lang(ja), .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .date:lang(ja), .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .location:lang(ja), .search-box .search-field .search:lang(ja), .search-box .search-field .search-submit:lang(ja), .search-box .result-summary:lang(ja), .filters .column-title:lang(ja), .filters .filter-category:lang(ja), .filters .filter-list .category-header:lang(ja), .filters .filter-list .label:lang(ja), .filters .filter-list .label .sub-label:lang(ja), .filters .filter-list .total:lang(ja), .tabs .tab-list .tab a:lang(ja),
.tabs .tab-list .static-tab a:lang(ja),
.static-tabs .tab-list .tab a:lang(ja),
.static-tabs .tab-list .static-tab a:lang(ja), .tabs .tab-list .tab.ui-state-active a:lang(ja),
.tabs .tab-list .static-tab.ui-state-active a:lang(ja),
.static-tabs .tab-list .tab.ui-state-active a:lang(ja),
.static-tabs .tab-list .static-tab.ui-state-active a:lang(ja), .listing-detail .listing-detail__sub-title:lang(ja), .listing-detail .result-title:lang(ja), .listing-detail .results-list.exhibits .result-item .event-description:lang(ja), .listing-detail-alert:lang(ja), .listing-detail-alert .listing-detail-alert__title:lang(ja), .listing-detail-alert .listing-detail-alert__item:lang(ja), .listing-detail-alert .listing-detail-alert__info:lang(ja), .listing-detail .headline:lang(ja), .listing-detail .event-info .listing-detail__event-details .date:lang(ja), .listing-detail .event-info .listing-detail__event-details .location:lang(ja), .listing-detail__callout .listing-detail__callout__title:lang(ja), .agenda .accordion .accordion__panel .accordion__panel__title:lang(ja), .prices:lang(ja), .prices .member:lang(ja),
.prices .total:lang(ja), .prices .special:lang(ja), .speakers .speaker-profile .speaker-profile__name:lang(ja), .speakers .speaker-profile .speaker-details .speaker-details__detail:lang(ja), .headline-list .headline-list-item .headline-list-item__title:lang(ja), .credit-table .credit-table__heading td.credit-table__name:lang(ja),
.credit-table .credit-table__content td.credit-table__name:lang(ja), .credit-table .credit-table__content:lang(ja), .credit-table .mobile-label:lang(ja), .press-list .press-month:lang(ja), .article-listing-page .filter-box .sort-label:lang(ja), .article-list .type:lang(ja), .article-detail .article-title:lang(ja), .article-detail .next-article .next-title:lang(ja), .article-detail-full .page-title:lang(ja), .article-detail-full .back-link:lang(ja), .article-sharing .sharing-title:lang(ja), .article-sharing .sharing_url:lang(ja), .publishing-info .article-time:lang(ja),
.publishing-info .article-location:lang(ja),
.publishing-info .article-author:lang(ja), .boilerplate:lang(ja), .features .feature-title:lang(ja), .features.single-column .feature-title:lang(ja), .tile .article-title:lang(ja), .tile .event-title:lang(ja), .tile .author:lang(ja), .tile .description:lang(ja), .tile .dates:lang(ja),
.tile .location:lang(ja), .tile .event-footer .cta:lang(ja), .tile .event-footer .banner:lang(ja), .gallery .gallery-header .title:lang(ja), .gallery .gallery-header .subtitle:lang(ja), .gallery .cycle-slide .slide-info .title:lang(ja), .gallery .cycle-slide .slide-info .description:lang(ja), html body .scfForm label:lang(ja), html body .scfForm input[type="text"]:lang(ja),
html body .scfForm input[type="email"]:lang(ja),
html body .scfForm textarea:lang(ja), html body .scfTitleBorder:lang(ja):before, html body .scfTitleBorder:lang(ja), html body .scfDroplistGeneralPanel:lang(ja),
html body .scfDropListGeneralPanel:lang(ja), html body .scfSubmitButtonBorder .scfSubmitButton:lang(ja), html body .scfValidationSummary:lang(ja), html body .scfValidator:lang(ja), .leadership-bio .bio-name:lang(ja), .leadership-bio .bio-job-title:lang(ja), .people .people-title:lang(ja), .people .person .name:lang(ja), .people .person .job-title:lang(ja), .media-callout .media-title:lang(ja), .gray-box .callout-title-sm:lang(ja), .gray-box .rtf h1:lang(ja), .gray-box .rtf h2:lang(ja), .gray-box .rtf h3:lang(ja), .locations h2:lang(ja), .locations-hero__content:lang(ja), .locations-hero__content h3:lang(ja), .locations-list .location-info__title:lang(ja), .locations-list .address:lang(ja), .dashboard .dashboard-title:lang(ja), .presentation-list .presentation-item__title:lang(ja), .presentation-info:lang(ja), .presentation-info .presentation-time:lang(ja), .dashboard-callout .dashboard-callout-img + .rtf:lang(ja), .members-hero__name:lang(ja), .members-hero__membership:lang(ja), .members-hero__profile-status:lang(ja), .members-hero__alert-title:lang(ja), .members-hero__alert-content:lang(ja), .members-hero__alert-content b:lang(ja), .member-content .result-title:lang(ja), .abstract-info .abstract-description:lang(ja), .abstract-info .abstract-details .detail-item:lang(ja), .abstract-info .abstract-details .detail-item-info:lang(ja), .abstract-info .abstract-status .status-title:lang(ja), .abstract-info .abstract-status .status-type:lang(ja), .abstract-info .abstract-status .right-arrow:lang(ja), .abstract-content .result-title:lang(ja), .transcript-list .result-title:lang(ja), .transcript-list .event-info .result-subtitle:lang(ja), .transcript-list .credit-list:lang(ja), .year-title:lang(ja), .checkbox-list li:lang(ja), .become-a-member h4:lang(ja), .accordion .accordion__panel .accordion__panel__title:lang(ja), .accordion .accordion__panel.panel-expanded .accordion__panel__title a:lang(ja), .callout-well .gray-box:first-child .callout-title-sm:lang(ja),
.callout-well .gray-box:first-child .media-title:lang(ja),
.callout-well .media-callout:first-child .callout-title-sm:lang(ja),
.callout-well .media-callout:first-child .media-title:lang(ja), .callout-well.callout-well-even .gray-box .callout-title-sm:lang(ja),
.callout-well.callout-well-even .gray-box .media-title:lang(ja),
.callout-well.callout-well-even .media-callout .callout-title-sm:lang(ja),
.callout-well.callout-well-even .media-callout .media-title:lang(ja), .callout-well--triple .gray-box .callout-title-sm:lang(ja),
.callout-well--triple .gray-box:first-child .callout-title-sm:lang(ja), .callout-well--triple--large .gray-box .callout-title-sm:lang(ja),
.callout-well--triple--large .gray-box:first-child .callout-title-sm:lang(ja), .callout-well.career-callouts .gray-box .callout-title-sm:lang(ja), .callout-title-lg:lang(ja), .callout-title-sm:lang(ja), .featured-careers .featured-career-listing .featured-career .career-title:lang(ja), .featured-careers .featured-career-listing .featured-career .career-desc:lang(ja), .featured-careers .callout-title-sm:lang(ja), .page-links .page-link-list .page-link .page-link-title a:lang(ja), .page-links .page-link-list .page-link .page-link-description:lang(ja), .exhibitor_listing .result-item .result-title:lang(ja), .exhibitor_listing_heading .page-title:lang(ja), .topic-results h4:lang(ja), .featured-course .featured-course__label:lang(ja), .featured-course .featured-course__title:lang(ja), .featured-course .event-details .date:lang(ja), .featured-course .event-details .featured-course-speakers__sub-title:lang(ja), .featured-course .event-details .featured-course-speakers .speaker-profile .speaker-profile__name:lang(ja), .featured-course .event-details .featured-course-speakers .speaker-profile speaker-details__detail:lang(ja), .featured-course .event-overview .event-overview__sub-title:lang(ja), .topic-courses .topic-courses__title:lang(ja), .topic-courses .courses-list .courses-list__item .courses-item__title:lang(ja), .topic-certificate-rogram .topic-certificate-rogram__title:lang(ja), .registration .page-title:lang(ja), .registration .registration__required:lang(ja), .standard-form .standard-form__sub-title:lang(ja), .standard-form .standard-form__note:lang(ja), .standard-form .standard-form__steps:lang(ja), .registration-callout .callout-title-sm:lang(ja), .registration-callout .registration-callout__intro:lang(ja), .registration-callout .registration-callout__label:lang(ja), .need-help .page-title:lang(ja), .help-form .help-form__title:lang(ja), .help-form .help-form__label:lang(ja), .help-form .help-form__divider:lang(ja), .help-form .help-form__error:lang(ja), .print-receipt .print-receipt__content__title:lang(ja), .print-receipt .print-receipt__content__total:lang(ja), .print-receipt .print-receipt__sidebar__title:lang(ja), .checkout .page-title:lang(ja), .checkout .sub-title:lang(ja), .checkout .checkout__form__required:lang(ja),
.checkout .checkout__form__edit-link:lang(ja), .checkout .sub-items .sub-items__heading:lang(ja), .checkout .sub-items .sub-items__sub-heading:lang(ja), .checkout__add-membership .checkout__add-membership__title:lang(ja), .checkout__work-setting .work-setting__instructions:lang(ja), .checkout-steps .checkout-steps__bubble .checkout-steps__bubble__status:lang(ja), .checkout-steps .checkout-steps__bubble .checkout-steps__bubble__label:lang(ja), .checkout-summary .checkout-summary__item .checkout-summary__heading:lang(ja), .checkout-summary .checkout-summary__item .checkout-summary__info:lang(ja), .checkout-confirmation .checkout-confirmation__sub-title:lang(ja), .checkout-confirmation .checkout-confirmation__total:lang(ja), .checkout-confirmation .gray-box .callout-title-sm:lang(ja), .checkout--cart .price-options .group-option-label:lang(ja), .checkout--cart .price-options .quantity-label:lang(ja), .checkout--cart .price-options .quantity-input:lang(ja), .cart-summary .callout-title-lg:lang(ja), .cart-summary .cart-summary__heading:lang(ja), .cart-summary .cart-details .cart-details__item .cart-items__sub-heading:lang(ja), .cart-summary .cart-details .cart-details__item .cart-items__list__sub-items:lang(ja), .cart-summary .cart-details .cart-details__item__title:lang(ja), .tooltip .tooltip__title:lang(ja), .tooltip .tooltip__content:lang(ja), .landing-listing .landing-course .landing-course__sub-title:lang(ja), .training-list .training-item .training-item__title:lang(ja), .membership-info .page-title:lang(ja), .membership-info .membership-details .result-subtitle:lang(ja),
.membership-info .membership-registration .result-subtitle:lang(ja), .membership-info .membership-registration .prices:lang(ja), .membership-info .membership-registration .prices .member:lang(ja),
.membership-info .membership-registration .prices .total:lang(ja), .membership-info .membership-registration .prices .special:lang(ja), .poster-info .poster-registration .prices:lang(ja), .poster-info .poster-registration .prices .member:lang(ja),
.poster-info .poster-registration .prices .total:lang(ja), .poster-info .poster-registration .prices .special:lang(ja), .poster-info .poster-registration .result-subtitle:lang(ja), .hot-topics-topic-content-date:lang(ja), .exhibit-content .result-title:lang(ja), .exhibit-content .headline:lang(ja) {
  font-family: “ヒラギノ角ゴ Pro W3”, “Hiragino Kaku Gothic Pro”, Osaka, “メイリオ”, Meiryo, “ＭＳ Ｐゴシック”, “MS PGothic”, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif; }

html:lang(zh), body:lang(zh), .button:lang(zh), .menu-trigger:lang(zh), .main-nav .nav-search-bar .search-field:lang(zh), .main-nav .close-button:lang(zh), .main-nav .category-list .category-title:lang(zh), .main-nav .category-list .category .top-level .menu-item a:lang(zh), .utility-nav .utility-list .utility-item:lang(zh), .utility-nav .top-level-sign-in:lang(zh), .utility-nav .top-level .current:lang(zh), .utility-nav .top-level .dd-list .dd-item a:lang(zh), .utility-nav .top-level .dd-list .dd-item a.selected:lang(zh), .main-nav .mobile-utility .utility-list .utility-item .category-title:lang(zh), .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list .dd-item a:lang(zh), .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list .dd-item a.selected:lang(zh), .main-nav .mobile-utility .flagship-header-button.button.blue-button:lang(zh), .mobile-utility .signin-mobile .description:lang(zh), .mobile-utility .signin-mobile .description.signin:lang(zh), .mobile-utility .signin-mobile .button:lang(zh), .mobile-utility .signin-mobile.collapsed .button:lang(zh), .footer-content .statement:lang(zh), .footer-content .footer-module .footer-title:lang(zh), .footer-content .footer-module .footer-description:lang(zh), .footer-content .signup .signup-field:lang(zh), .footer-content .signup .button:lang(zh), .footer-nav .category-list .category .footer-title:lang(zh), .footer-nav .category-list .category .category-links li:lang(zh), .footer-utility:lang(zh), .cookie-notification:lang(zh), .event-info .event-registration .prices:lang(zh), .event-info .event-registration .prices .member:lang(zh),
.event-info .event-registration .prices .total:lang(zh), .event-info .event-registration .prices .special:lang(zh), .event-info .event-registration .result-subtitle:lang(zh), .location-info .address:lang(zh), .hero-overlay .headline:lang(zh), .hero-overlay .categories:lang(zh), .hero-overlay .description:lang(zh),
.hero-overlay .sub-description:lang(zh),
.hero-overlay .event-description:lang(zh), .topic-landing-page-overlay .headline.heading-large:lang(zh), .topic-landing-page-overlay .headline.heading-small:lang(zh), .topic-landing-page-overlay .description:lang(zh), .contact-overlay .contact-info .contact-person .contact-title:lang(zh), .location-overlay .location-info .address:lang(zh), .page-content .page-title:lang(zh), .page-content .page-sub-title:lang(zh), .rtf:lang(zh), .breadcrumb:lang(zh), .section-nav .breadcrumb:lang(zh), .section-nav .breadcrumb:lang(zh):hover, .section-nav-with-icons .top-level .section-item a.top-level-item:lang(zh), .section-nav-trigger:lang(zh), .pagination:lang(zh), .page-count:lang(zh), .sort-dropdown .sort-trigger:lang(zh), .sort-dropdown .dropcontainer .dropdownvisible li a:lang(zh), .tags:lang(zh), .tags a:lang(zh), .search-results .page-title:lang(zh), .result-item .type:lang(zh), .result-item .result-title:lang(zh), .result-item .author:lang(zh),
.result-item .release-date:lang(zh), .result-item .series-note:lang(zh), .result-item .result-description:lang(zh),
.result-item .event-description:lang(zh), .search-results.listing-page.search-related .listing-heading:lang(zh), .search-results.listing-page.search-related .results-list.course-catalog .result-title:lang(zh), .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .date:lang(zh), .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .location:lang(zh), .search-box .search-field .search:lang(zh), .search-box .search-field .search-submit:lang(zh), .search-box .result-summary:lang(zh), .filters .column-title:lang(zh), .filters .filter-category:lang(zh), .filters .filter-list .category-header:lang(zh), .filters .filter-list .label:lang(zh), .filters .filter-list .label .sub-label:lang(zh), .filters .filter-list .total:lang(zh), .tabs .tab-list .tab a:lang(zh),
.tabs .tab-list .static-tab a:lang(zh),
.static-tabs .tab-list .tab a:lang(zh),
.static-tabs .tab-list .static-tab a:lang(zh), .tabs .tab-list .tab.ui-state-active a:lang(zh),
.tabs .tab-list .static-tab.ui-state-active a:lang(zh),
.static-tabs .tab-list .tab.ui-state-active a:lang(zh),
.static-tabs .tab-list .static-tab.ui-state-active a:lang(zh), .listing-detail .listing-detail__sub-title:lang(zh), .listing-detail .result-title:lang(zh), .listing-detail .results-list.exhibits .result-item .event-description:lang(zh), .listing-detail-alert:lang(zh), .listing-detail-alert .listing-detail-alert__title:lang(zh), .listing-detail-alert .listing-detail-alert__item:lang(zh), .listing-detail-alert .listing-detail-alert__info:lang(zh), .listing-detail .headline:lang(zh), .listing-detail .event-info .listing-detail__event-details .date:lang(zh), .listing-detail .event-info .listing-detail__event-details .location:lang(zh), .listing-detail__callout .listing-detail__callout__title:lang(zh), .agenda .accordion .accordion__panel .accordion__panel__title:lang(zh), .prices:lang(zh), .prices .member:lang(zh),
.prices .total:lang(zh), .prices .special:lang(zh), .speakers .speaker-profile .speaker-profile__name:lang(zh), .speakers .speaker-profile .speaker-details .speaker-details__detail:lang(zh), .headline-list .headline-list-item .headline-list-item__title:lang(zh), .credit-table .credit-table__heading td.credit-table__name:lang(zh),
.credit-table .credit-table__content td.credit-table__name:lang(zh), .credit-table .credit-table__content:lang(zh), .credit-table .mobile-label:lang(zh), .press-list .press-month:lang(zh), .article-listing-page .filter-box .sort-label:lang(zh), .article-list .type:lang(zh), .article-detail .article-title:lang(zh), .article-detail .next-article .next-title:lang(zh), .article-detail-full .page-title:lang(zh), .article-detail-full .back-link:lang(zh), .article-sharing .sharing-title:lang(zh), .article-sharing .sharing_url:lang(zh), .publishing-info .article-time:lang(zh),
.publishing-info .article-location:lang(zh),
.publishing-info .article-author:lang(zh), .boilerplate:lang(zh), .features .feature-title:lang(zh), .features.single-column .feature-title:lang(zh), .tile .article-title:lang(zh), .tile .event-title:lang(zh), .tile .author:lang(zh), .tile .description:lang(zh), .tile .dates:lang(zh),
.tile .location:lang(zh), .tile .event-footer .cta:lang(zh), .tile .event-footer .banner:lang(zh), .gallery .gallery-header .title:lang(zh), .gallery .gallery-header .subtitle:lang(zh), .gallery .cycle-slide .slide-info .title:lang(zh), .gallery .cycle-slide .slide-info .description:lang(zh), html body .scfForm label:lang(zh), html body .scfForm input[type="text"]:lang(zh),
html body .scfForm input[type="email"]:lang(zh),
html body .scfForm textarea:lang(zh), html body .scfTitleBorder:lang(zh):before, html body .scfTitleBorder:lang(zh), html body .scfDroplistGeneralPanel:lang(zh),
html body .scfDropListGeneralPanel:lang(zh), html body .scfSubmitButtonBorder .scfSubmitButton:lang(zh), html body .scfValidationSummary:lang(zh), html body .scfValidator:lang(zh), .leadership-bio .bio-name:lang(zh), .leadership-bio .bio-job-title:lang(zh), .people .people-title:lang(zh), .people .person .name:lang(zh), .people .person .job-title:lang(zh), .media-callout .media-title:lang(zh), .gray-box .callout-title-sm:lang(zh), .gray-box .rtf h1:lang(zh), .gray-box .rtf h2:lang(zh), .gray-box .rtf h3:lang(zh), .locations h2:lang(zh), .locations-hero__content:lang(zh), .locations-hero__content h3:lang(zh), .locations-list .location-info__title:lang(zh), .locations-list .address:lang(zh), .dashboard .dashboard-title:lang(zh), .presentation-list .presentation-item__title:lang(zh), .presentation-info:lang(zh), .presentation-info .presentation-time:lang(zh), .dashboard-callout .dashboard-callout-img + .rtf:lang(zh), .members-hero__name:lang(zh), .members-hero__membership:lang(zh), .members-hero__profile-status:lang(zh), .members-hero__alert-title:lang(zh), .members-hero__alert-content:lang(zh), .members-hero__alert-content b:lang(zh), .member-content .result-title:lang(zh), .abstract-info .abstract-description:lang(zh), .abstract-info .abstract-details .detail-item:lang(zh), .abstract-info .abstract-details .detail-item-info:lang(zh), .abstract-info .abstract-status .status-title:lang(zh), .abstract-info .abstract-status .status-type:lang(zh), .abstract-info .abstract-status .right-arrow:lang(zh), .abstract-content .result-title:lang(zh), .transcript-list .result-title:lang(zh), .transcript-list .event-info .result-subtitle:lang(zh), .transcript-list .credit-list:lang(zh), .year-title:lang(zh), .checkbox-list li:lang(zh), .become-a-member h4:lang(zh), .accordion .accordion__panel .accordion__panel__title:lang(zh), .accordion .accordion__panel.panel-expanded .accordion__panel__title a:lang(zh), .callout-well .gray-box:first-child .callout-title-sm:lang(zh),
.callout-well .gray-box:first-child .media-title:lang(zh),
.callout-well .media-callout:first-child .callout-title-sm:lang(zh),
.callout-well .media-callout:first-child .media-title:lang(zh), .callout-well.callout-well-even .gray-box .callout-title-sm:lang(zh),
.callout-well.callout-well-even .gray-box .media-title:lang(zh),
.callout-well.callout-well-even .media-callout .callout-title-sm:lang(zh),
.callout-well.callout-well-even .media-callout .media-title:lang(zh), .callout-well--triple .gray-box .callout-title-sm:lang(zh),
.callout-well--triple .gray-box:first-child .callout-title-sm:lang(zh), .callout-well--triple--large .gray-box .callout-title-sm:lang(zh),
.callout-well--triple--large .gray-box:first-child .callout-title-sm:lang(zh), .callout-well.career-callouts .gray-box .callout-title-sm:lang(zh), .callout-title-lg:lang(zh), .callout-title-sm:lang(zh), .featured-careers .featured-career-listing .featured-career .career-title:lang(zh), .featured-careers .featured-career-listing .featured-career .career-desc:lang(zh), .featured-careers .callout-title-sm:lang(zh), .page-links .page-link-list .page-link .page-link-title a:lang(zh), .page-links .page-link-list .page-link .page-link-description:lang(zh), .exhibitor_listing .result-item .result-title:lang(zh), .exhibitor_listing_heading .page-title:lang(zh), .topic-results h4:lang(zh), .featured-course .featured-course__label:lang(zh), .featured-course .featured-course__title:lang(zh), .featured-course .event-details .date:lang(zh), .featured-course .event-details .featured-course-speakers__sub-title:lang(zh), .featured-course .event-details .featured-course-speakers .speaker-profile .speaker-profile__name:lang(zh), .featured-course .event-details .featured-course-speakers .speaker-profile speaker-details__detail:lang(zh), .featured-course .event-overview .event-overview__sub-title:lang(zh), .topic-courses .topic-courses__title:lang(zh), .topic-courses .courses-list .courses-list__item .courses-item__title:lang(zh), .topic-certificate-rogram .topic-certificate-rogram__title:lang(zh), .registration .page-title:lang(zh), .registration .registration__required:lang(zh), .standard-form .standard-form__sub-title:lang(zh), .standard-form .standard-form__note:lang(zh), .standard-form .standard-form__steps:lang(zh), .registration-callout .callout-title-sm:lang(zh), .registration-callout .registration-callout__intro:lang(zh), .registration-callout .registration-callout__label:lang(zh), .need-help .page-title:lang(zh), .help-form .help-form__title:lang(zh), .help-form .help-form__label:lang(zh), .help-form .help-form__divider:lang(zh), .help-form .help-form__error:lang(zh), .print-receipt .print-receipt__content__title:lang(zh), .print-receipt .print-receipt__content__total:lang(zh), .print-receipt .print-receipt__sidebar__title:lang(zh), .checkout .page-title:lang(zh), .checkout .sub-title:lang(zh), .checkout .checkout__form__required:lang(zh),
.checkout .checkout__form__edit-link:lang(zh), .checkout .sub-items .sub-items__heading:lang(zh), .checkout .sub-items .sub-items__sub-heading:lang(zh), .checkout__add-membership .checkout__add-membership__title:lang(zh), .checkout__work-setting .work-setting__instructions:lang(zh), .checkout-steps .checkout-steps__bubble .checkout-steps__bubble__status:lang(zh), .checkout-steps .checkout-steps__bubble .checkout-steps__bubble__label:lang(zh), .checkout-summary .checkout-summary__item .checkout-summary__heading:lang(zh), .checkout-summary .checkout-summary__item .checkout-summary__info:lang(zh), .checkout-confirmation .checkout-confirmation__sub-title:lang(zh), .checkout-confirmation .checkout-confirmation__total:lang(zh), .checkout-confirmation .gray-box .callout-title-sm:lang(zh), .checkout--cart .price-options .group-option-label:lang(zh), .checkout--cart .price-options .quantity-label:lang(zh), .checkout--cart .price-options .quantity-input:lang(zh), .cart-summary .callout-title-lg:lang(zh), .cart-summary .cart-summary__heading:lang(zh), .cart-summary .cart-details .cart-details__item .cart-items__sub-heading:lang(zh), .cart-summary .cart-details .cart-details__item .cart-items__list__sub-items:lang(zh), .cart-summary .cart-details .cart-details__item__title:lang(zh), .tooltip .tooltip__title:lang(zh), .tooltip .tooltip__content:lang(zh), .landing-listing .landing-course .landing-course__sub-title:lang(zh), .training-list .training-item .training-item__title:lang(zh), .membership-info .page-title:lang(zh), .membership-info .membership-details .result-subtitle:lang(zh),
.membership-info .membership-registration .result-subtitle:lang(zh), .membership-info .membership-registration .prices:lang(zh), .membership-info .membership-registration .prices .member:lang(zh),
.membership-info .membership-registration .prices .total:lang(zh), .membership-info .membership-registration .prices .special:lang(zh), .poster-info .poster-registration .prices:lang(zh), .poster-info .poster-registration .prices .member:lang(zh),
.poster-info .poster-registration .prices .total:lang(zh), .poster-info .poster-registration .prices .special:lang(zh), .poster-info .poster-registration .result-subtitle:lang(zh), .hot-topics-topic-content-date:lang(zh), .exhibit-content .result-title:lang(zh), .exhibit-content .headline:lang(zh) {
  font-family: HYZhongHeiJ, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif; }

/* 
Create a rounded corner effect

$radius - the amount of curve to the corner
$alpha - optional transparency
$color - optional color of the border
$borderWidth - optional with of the border
*/
/* Banner headlines */
/* Large */
/* Small */
/* Sprites */
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/* Modules */
html {
  font-size: 62.5%; }

body {
  font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #353535; }
  @media screen and (max-width: 767px) {
    body {
      overflow-x: hidden;
      max-width: 100%; } }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a {
  color: #b50a47;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

img {
  max-width: 100%;
  max-height: 100%; }

.container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  -webkit-transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  -ms-transition: margin 0.5s;
  -o-transition: margin 0.5s;
  transition: margin 0.5s; }
  @media screen and (max-width: 1024px) {
    .container {
      max-width: 100%; }
      .container.mobile-open .container-inner {
        margin-left: 100%; } }

.container-inner {
  -webkit-transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  -ms-transition: margin 0.5s;
  -o-transition: margin 0.5s;
  transition: margin 0.5s;
  width: 100%;
  min-height: 100vh;
  position: relative; }

.gray-band {
  background-color: #efefef; }

.wrapper {
  max-width: 1024px;
  margin: 0 auto;
  position: relative; }

.arrow {
  display: inline-block; }

.hidden {
  display: none; }

.blue {
  border-left: 3px solid #008ca1 !important; }

.pink {
  border-left: 3px solid #a72c61 !important; }

.green {
  border-left: 3px solid #799d3e !important; }

iframe {
  max-width: 100%; }

input[type="text"],
input[type="password"],
input[type="search"] {
  outline: none; }

.button {
  border: 1px solid #fff;
  height: 40px;
  background-color: transparent;
  font-family: T6, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  min-width: 133px;
  line-height: 1.3; }
  .button:hover, .button:active {
    background-color: #fff;
    color: #353535;
    text-decoration: none; }
  .button.blue-button {
    min-width: 180px;
    background-color: #008ca1;
    border: none; }
    .button.blue-button:hover, .button.blue-button:active {
      background-color: #40a9b9;
      color: #fff; }
  .button.inverted-blue-button {
    color: #008ca1;
    border-color: #008ca1; }
    .button.inverted-blue-button:hover, .button.inverted-blue-button:active {
      color: #fff;
      background-color: #008ca1; }
  .button.green-button {
    background-color: #799d3e;
    border: none; }
    .button.green-button:hover, .button.green-button:active {
      background-color: #8dbd3e;
      color: #fff; }
  .button.disabled {
    background-color: #d4d4d4;
    cursor: default; }
    .button.disabled:hover, .button.disabled:active {
      background-color: #d4d4d4; }

@media screen and (max-width: 1024px) {
  .mobile-open .utility-bar {
    width: 100%;
    position: absolute;
    left: -100%; } }

@media screen and (max-width: 1024px) {
  .mobile-open .header-logo {
    margin-top: 15px !important;
    margin-left: 20px !important;
    height: 39px !important;
    position: static !important;
    float: left !important;
    padding: 0 !important; } }

.mobile-open .mobile-utility .flagship-homemenu {
  margin-top: 15px !important; }

.header-main {
  width: 100%;
  z-index: 9999;
  position: relative;
  color: #fff;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75); }
  .header-main .utility-bar {
    background-color: #000;
    height: 42px; }
  .header-main .menu-bar {
    background-color: #fff;
    height: 85px;
    padding: 0;
    text-align: center; }
    @media screen and (min-width: 1025px) {
      .header-main .menu-bar {
        font-weight: bold;
        color: #000;
        height: 91px; } }
    @media screen and (max-width: 1024px) {
      .header-main .menu-bar {
        display: block; } }
    @media screen and (max-width: 767px) {
      .header-main .menu-bar {
        height: 71px; } }
    .header-main .menu-bar .wrapper {
      position: relative;
      padding: 15px 0; }
      @media screen and (min-width: 1025px) {
        .header-main .menu-bar .wrapper {
          padding: 0;
          max-width: none; }
          .header-main .menu-bar .wrapper:before, .header-main .menu-bar .wrapper:after {
            content: " ";
            display: table; }
          .header-main .menu-bar .wrapper:after {
            clear: both; } }
      @media screen and (min-width: 1025px) {
        .header-main .menu-bar .wrapper .menu-trigger {
          display: none; } }
    .header-main .menu-bar .menu-background-wrapper {
      position: absolute;
      top: 0; }
    .header-main .menu-bar .header-logo {
      height: auto;
      display: inline-block;
      position: static;
      float: left;
      padding: 20px 0px 0 30px; }
      @media screen and (max-width: 1024px) {
        .header-main .menu-bar .header-logo {
          left: 50%;
          margin-left: -31px;
          top: 17px;
          position: absolute;
          float: none;
          padding: 0; } }
      @media screen and (max-width: 767px) {
        .header-main .menu-bar .header-logo {
          margin-left: 20px !important;
          height: 39px;
          position: static;
          float: left;
          padding: 0; } }
    .header-main .menu-bar .join-button {
      position: absolute;
      right: 0;
      top: 0;
      height: 85px;
      background-color: #A62B60;
      color: #fff;
      padding: 35px;
      text-decoration: none;
      font-weight: normal; }
      @media screen and (min-width: 1025px) {
        .header-main .menu-bar .join-button {
          height: 91px;
          background-color: #A62B60;
          color: #fff;
          padding: 35px;
          text-decoration: none;
          font-weight: normal;
          float: right;
          position: static; } }
      @media screen and (max-width: 767px) {
        .header-main .menu-bar .join-button {
          display: none; } }
  .header-main .menu-bar-flagship .menu-trigger:focus {
    outline: none; }
  .header-main .menu-bar-flagship .banner-flagship {
    content: "";
    background: url("/~/media/Americas/Images/Conferences/2016/16001/flagship-banner-1024-64.ashx");
    opacity: 0.3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    margin: 0 auto;
    height: 85px;
    max-width: 1024px; }
  @media screen and (max-width: 1024px) {
    .header-main .menu-bar-flagship .header-logo {
      margin-left: -110px; } }
  @media screen and (max-width: 767px) {
    .header-main .menu-bar-flagship .header-logo {
      margin: 0; } }
  .header-main .menu-bar-flagship .header-logo img {
    border-right: 1px solid #353535;
    padding-right: 5px; }
  .header-main .menu-bar-flagship .flagship-homemenu {
    display: inline-block;
    margin-top: 0;
    color: #353535;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
    position: static;
    float: left;
    padding: 20px 5px; }
    @media screen and (max-width: 1024px) {
      .header-main .menu-bar-flagship .flagship-homemenu {
        padding: 0 5px;
        position: absolute; } }
    @media screen and (max-width: 767px) {
      .header-main .menu-bar-flagship .flagship-homemenu {
        font-size: 9px;
        padding: 3px 5px;
        position: static;
        float: left; } }
  .header-main .menu-bar-flagship .menu-background-wrapper {
    width: 1024px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(128, 128, 128, 0.2);
    z-index: -1; }
  @media screen and (max-width: 767px) {
    .header-main .menu-bar-flagship .menu-background {
      width: 100%;
      max-height: 61px; } }
  .header-main .menu-bar-flagship .menu-no-background {
    width: 1024px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1; }
  .header-main .menu-bar-flagship .menu-bar-right .flagship-header-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 85px;
    background-color: #A62B60;
    color: #fff;
    padding: 35px;
    text-decoration: none;
    font-weight: normal; }
    @media screen and (min-width: 1025px) {
      .header-main .menu-bar-flagship .menu-bar-right .flagship-header-button {
        height: 91px;
        background-color: #A62B60;
        color: #fff;
        padding: 35px;
        text-decoration: none;
        font-weight: normal;
        float: right;
        position: static; } }
    @media screen and (max-width: 767px) {
      .header-main .menu-bar-flagship .menu-bar-right .flagship-header-button {
        display: none; } }

.no-hero .header-main {
  position: relative;
  top: auto;
  left: auto; }
  .no-hero .header-main .utility-bar {
    background-color: #353535; }
  .no-hero .header-main .menu-bar {
    background-color: #fff;
    border-bottom: none; }

.menu-trigger {
  position: absolute;
  top: 0px;
  left: 26px;
  width: 94px;
  height: 85px;
  background-color: transparent;
  border: none;
  font-family: T15, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 6px 6px;
  color: #818181; }
  @media screen and (max-width: 1024px) {
    .menu-trigger {
      left: 13px; } }
  @media screen and (max-width: 767px) {
    .menu-trigger {
      width: 40px;
      height: 65px;
      left: auto;
      right: 20px;
      padding: 0;
      font-size: 1rem; } }
  .menu-trigger .hamburger {
    display: block;
    margin: 0 auto 4px;
    background-image: url(/_Images/sprites/ui.png);
    background-position: -536px -473px;
    width: 41px;
    height: 19px; }
    @media screen and (max-width: 1024px) {
      .menu-trigger .hamburger {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -649px -420px;
        width: 31px;
        height: 17px; } }
  .menu-trigger .icon-menu {
    font-size: 35px;
    display: block; }
  @media screen and (min-width: 768px) {
    .menu-trigger:hover, .menu-trigger.expanded {
      background-color: #fff;
      color: #353535; }
      .menu-trigger:hover .hamburger, .menu-trigger.expanded .hamburger {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -577px -454px;
        width: 41px;
        height: 19px; } }

.main-nav {
  background-color: #fff;
  width: 100%;
  text-align: left;
  z-index: 999;
  position: absolute;
  top: 86px;
  left: 0;
  display: none; }
  .main-nav.expanded {
    display: block; }
  @media screen and (min-width: 1025px) {
    .main-nav {
      width: auto;
      position: static;
      z-index: auto;
      display: inline-block;
      float: right;
      padding-top: 27px;
      padding-right: 20px;
      display: block; } }
  @media screen and (max-width: 1024px) {
    .main-nav {
      display: block;
      top: 42px;
      width: 100%;
      left: -100%; } }
  .main-nav .nav-search-bar {
    background-color: #f3f3f4;
    padding: 16px 30px 0;
    height: 50px; }
    @media screen and (max-width: 1024px) {
      .main-nav .nav-search-bar {
        display: none; } }
    .main-nav .nav-search-bar label {
      display: none; }
    .main-nav .nav-search-bar .search-submit {
      background-image: url(/_Images/sprites/icons.png);
      background-position: -476px -351px;
      width: 20px;
      height: 20px;
      background-color: transparent;
      border: none;
      padding-left: 20px; }
    .main-nav .nav-search-bar .search-field {
      background-color: transparent;
      font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #353535;
      width: 75%;
      height: 20px;
      margin-left: 8px;
      background-repeat: no-repeat;
      border: none;
      outline: 0; }
      .main-nav .nav-search-bar .search-field::-webkit-input-placeholder {
        color: #353535;
        opacity: 1; }
      .main-nav .nav-search-bar .search-field:-moz-placeholder {
        color: #353535;
        opacity: 1; }
      .main-nav .nav-search-bar .search-field::-moz-placeholder {
        color: #353535;
        opacity: 1; }
      .main-nav .nav-search-bar .search-field:-ms-input-placeholder {
        color: #353535;
        opacity: 1; }
  .main-nav .close-button {
    background-image: url(/_Images/sprites/ui.png);
    background-position: -803px -316px;
    width: 16px;
    height: 16px;
    font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #353535;
    background-color: transparent;
    text-transform: uppercase;
    padding-left: 26px;
    width: auto;
    border: none;
    margin-top: 1px;
    position: absolute;
    top: 16px;
    right: 25px; }
  .main-nav .category-list {
    margin: 0;
    padding: 28px 30px 20px 21px;
    overflow: hidden; }
    @media screen and (min-width: 1025px) {
      .main-nav .category-list {
        margin: 0;
        padding: 0; }
        .main-nav .category-list > li {
          display: inline-block;
          margin-right: 30px;
          padding: 3px; } }
    @media screen and (min-width: 1025px) and (max-width: 1178px) {
      .main-nav .category-list > li {
        margin-right: 15px; } }
    @media screen and (min-width: 1025px) and (max-width: 1105px) {
      .main-nav .category-list > li {
        margin-right: 0px; } }
    @media screen and (min-width: 1025px) {
        .main-nav .category-list .category:hover .category-title {
          border-bottom: 5px solid #a72c61; }
        .main-nav .category-list .category:hover .top-level {
          display: block;
          left: auto;
          margin-top: 0; } }
    @media screen and (max-width: 1024px) {
      .main-nav .category-list {
        padding: 0 30px 0 21px;
        -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75); } }
    @media screen and (max-width: 1024px) {
      .main-nav .category-list {
        padding: 0 15px;
        box-shadow: none; } }
    .main-nav .category-list .category-title {
      font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #353535;
      text-transform: uppercase;
      border-bottom: 1px solid #ccc;
      margin: 0;
      padding-bottom: 4px;
      margin-bottom: 7px; }
      @media screen and (min-width: 1025px) {
        .main-nav .category-list .category-title {
          position: relative;
          cursor: pointer;
          padding: 7px;
          line-height: initial !important;
          border-bottom: none;
          font-weight: bold;
          margin-bottom: 0; } }
      @media screen and (max-width: 1024px) {
        .main-nav .category-list .category-title {
          padding: 10px 0;
          font-weight: bold;
          background-color: #fff;
          margin-bottom: 0; } }
      .main-nav .category-list .category-title a.category-title-item {
        color: inherit;
        text-decoration: none; }
        .main-nav .category-list .category-title a.category-title-item:hover {
          color: #b50a47;
          text-decoration: underline; }
    .main-nav .category-list .category {
      display: inline-block;
      vertical-align: top;
      margin-left: 12px;
      width: 179px;
      position: relative; }
      @media screen and (min-width: 1025px) {
        .main-nav .category-list .category {
          margin-left: 0;
          width: auto;
          position: static; } }
      @media screen and (max-width: 1024px) {
        .main-nav .category-list .category {
          float: none;
          margin: 0;
          width: 100%; } }
      .main-nav .category-list .category .arrow {
        display: none; }
        @media screen and (max-width: 1024px) {
          .main-nav .category-list .category .arrow {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #cccccc;
            display: block;
            position: absolute;
            top: 17px;
            right: 12px; } }
      .main-nav .category-list .category .top-level {
        padding: 0; }
        @media screen and (min-width: 1025px) {
          .main-nav .category-list .category .top-level {
            display: none;
            position: absolute;
            left: 0;
            margin-top: 13px;
            background-color: #fff;
            z-index: 9999;
            padding: 10px;
            min-width: 170px;
            list-style: none;
            box-shadow: 2px 3px 7px 0px #000;
            color: #a72c61; }
            .main-nav .category-list .category .top-level > li {
              padding: 7px 0;
              margin-bottom: 0 !important; }
            .main-nav .category-list .category .top-level .lower-level {
              min-width: 200px;
              list-style: none; }
              .main-nav .category-list .category .top-level .lower-level .menu-item {
                margin: 0 !important; }
              .main-nav .category-list .category .top-level .lower-level > li {
                padding: 5px 0; } }
        @media screen and (max-width: 1024px) {
          .main-nav .category-list .category .top-level {
            display: none;
            margin: 17px 0 0;
            border-bottom: 1px solid #ccc; } }
        .main-nav .category-list .category .top-level .menu-item {
          margin-bottom: 12px; }
          @media screen and (max-width: 1024px) {
            .main-nav .category-list .category .top-level .menu-item {
              margin-bottom: 18px; } }
          .main-nav .category-list .category .top-level .menu-item a {
            font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
            font-weight: 400;
            font-size: 1.2rem;
            color: #353535;
            font-size: 1.4rem;
            text-decoration: none;
            color: #b50a47;
            font-weight: 500; }
            .main-nav .category-list .category .top-level .menu-item a:hover {
              text-decoration: underline; }
      .main-nav .category-list .category .lower-level {
        padding-left: 13px;
        margin-top: 12px; }
        @media screen and (max-width: 1024px) {
          .main-nav .category-list .category .lower-level {
            padding-left: 19px;
            margin-top: 20px; } }
      @media screen and (max-width: 1024px) {
        .main-nav .category-list .category.expanded .category-title {
          border-bottom: none; }
        .main-nav .category-list .category.expanded .arrow {
          width: 0;
          height: 0;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-bottom: 5px solid #cccccc;
          border-top: none;
          display: block;
          position: absolute;
          top: 17px;
          right: 12px; }
        .main-nav .category-list .category.expanded .top-level {
          display: block; } }

.mobile-open .top-level-sign-in {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75); }

.utility-nav .utility-list {
  float: right;
  list-style-type: none;
  margin: 0; }
  .utility-nav .utility-list-right {
    float: right;
    padding-right: 20px; }
    @media screen and (max-width: 767px) {
      .utility-nav .utility-list-right {
        width: 100%;
        padding: 0 20px 0 10px; } }
  .utility-nav .utility-list-left {
    float: left;
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
      .utility-nav .utility-list-left {
        display: none; } }
  .utility-nav .utility-list .utility-item {
    float: left;
    font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff;
    height: 42px;
    padding: 10px 0 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      .utility-nav .utility-list .utility-item-signed-in {
        margin: 0;
        position: absolute;
        right: 14px; }
        .utility-nav .utility-list .utility-item-signed-in:hover {
          background-color: initial !important; }
          .utility-nav .utility-list .utility-item-signed-in:hover .utility-link-single {
            color: #fff !important;
            font-weight: normal !important; }
          .utility-nav .utility-list .utility-item-signed-in:hover .arrow {
            background-position: -1142px -4px !important; } }
    .utility-nav .utility-list .utility-item-signed-in.expanded {
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .utility-nav .utility-list .utility-item-signed-in.expanded {
          background-color: initial !important; }
          .utility-nav .utility-list .utility-item-signed-in.expanded .utility-link-single {
            color: #fff !important;
            font-weight: normal !important; }
          .utility-nav .utility-list .utility-item-signed-in.expanded .arrow {
            background-position: -1142px -4px !important; } }
    .utility-nav .utility-list .utility-item-sign-in {
      margin-left: 40px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .utility-nav .utility-list .utility-item-sign-in {
          margin: 0;
          position: absolute;
          right: 16px; } }
    .utility-nav .utility-list .utility-item .utility-link {
      color: #fff;
      text-decoration: none;
      height: 23px;
      border-left: 2px solid rgba(255, 255, 255, 0.2);
      display: inline-block;
      padding: 0 10px;
      line-height: 22px; }
      .utility-nav .utility-list .utility-item .utility-link-single {
        border-left: none; }
        @media screen and (max-width: 1024px) {
          .utility-nav .utility-list .utility-item .utility-link-single-text {
            display: none; } }
        .utility-nav .utility-list .utility-item .utility-link-single .icon-user {
          display: none; }
          @media screen and (max-width: 1024px) {
            .utility-nav .utility-list .utility-item .utility-link-single .icon-user {
              display: inline-block; } }
      .utility-nav .utility-list .utility-item .utility-link .icon {
        display: inline-block;
        position: relative;
        top: 3px; }
        .utility-nav .utility-list .utility-item .utility-link .icon.cart {
          background-image: url(/_Images/sprites/icons.png);
          background-position: -516px -319px;
          width: 20px;
          height: 16px; }
        .utility-nav .utility-list .utility-item .utility-link .icon.globe {
          background-image: url(/_Images/sprites/icons.png);
          background-position: -777px -74px;
          width: 16px;
          height: 15px; }
        .utility-nav .utility-list .utility-item .utility-link .icon.search {
          background-image: url(/_Images/sprites/icons.png);
          background-position: -831px -10px;
          width: 14px;
          height: 14px; }
      .utility-nav .utility-list .utility-item .utility-link .mobile {
        display: none; }
      .utility-nav .utility-list .utility-item .utility-link .arrow {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -1142px -4px;
        width: 6px;
        height: 4px;
        display: inline-block;
        margin-left: 6px;
        padding-bottom: 6px; }
    .utility-nav .utility-list .utility-item .category-title {
      cursor: pointer; }
    .utility-nav .utility-list .utility-item:first-child .utility-link {
      border-left: none; }
    .utility-nav .utility-list .utility-item.expanded {
      background-color: #fff; }
      .utility-nav .utility-list .utility-item.expanded .utility-link {
        color: #353535;
        border-color: #fff; }
        .utility-nav .utility-list .utility-item.expanded .utility-link .icon {
          display: inline-block; }
          .utility-nav .utility-list .utility-item.expanded .utility-link .icon.cart {
            background-image: url(/_Images/sprites/icons.png);
            background-position: -496px -335px;
            width: 20px;
            height: 16px; }
          .utility-nav .utility-list .utility-item.expanded .utility-link .icon.globe {
            background-image: url(/_Images/sprites/icons.png);
            background-position: -761px -89px;
            width: 16px;
            height: 15px; }
          .utility-nav .utility-list .utility-item.expanded .utility-link .icon.search {
            background-image: url(/_Images/sprites/icons.png);
            background-position: -817px -24px;
            width: 14px;
            height: 14px; }
        .utility-nav .utility-list .utility-item.expanded .utility-link .arrow {
          background-image: url(/_Images/sprites/ui.png);
          background-position: -1148px 0px;
          width: 6px;
          height: 4px; }

.utility-nav .top-level {
  display: none;
  position: absolute;
  top: 42px;
  background-color: #fff;
  z-index: 9999;
  width: 310px; }
  .utility-nav .top-level-signed-in {
    width: 100%;
    min-width: 200px; }
    .utility-nav .top-level-signed-in .dd-item a {
      color: #b50a47 !important;
      font-weight: 700 !important; }
    @media screen and (max-width: 767px) {
      .utility-nav .top-level-signed-in {
        right: -14px;
        text-align: right; } }
  .utility-nav .top-level-sign-in {
    right: 0;
    width: 400px;
    color: #000 !important;
    font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff;
    padding: 20px;
    text-transform: none; }
    @media screen and (max-width: 767px) {
      .utility-nav .top-level-sign-in {
        width: 328px;
        margin-right: -16px; } }
    .utility-nav .top-level-sign-in a {
      text-decoration: underline;
      color: #A62B60; }
    .utility-nav .top-level-sign-in-title {
      padding-top: 20px;
      font-size: 14px;
      font-weight: 400;
      padding-bottom: 10px; }
    .utility-nav .top-level-sign-in-bottom {
      font-size: 12px;
      padding-bottom: 5px; }
    .utility-nav .top-level-sign-in form {
      padding: 10px 0; }
      .utility-nav .top-level-sign-in form .errors {
        padding-bottom: 10px;
        color: #e60000;
        font-size: 12px; }
      .utility-nav .top-level-sign-in form .editor-field {
        padding-bottom: 10px; }
      .utility-nav .top-level-sign-in form .field-validation-error {
        color: #e60000;
        font-size: 12px; }
      .utility-nav .top-level-sign-in form .standard-form__input.input-validation-error {
        margin-bottom: 5px; }
      .utility-nav .top-level-sign-in form input {
        width: 100%;
        height: 50px;
        padding: 10px;
        font-size: 1.6rem;
        font-weight: 100; }
        .utility-nav .top-level-sign-in form input::-webkit-input-placeholder {
          color: #969696; }
        .utility-nav .top-level-sign-in form input::-moz-placeholder {
          color: #969696; }
        .utility-nav .top-level-sign-in form input:-moz-placeholder {
          color: #969696; }
        .utility-nav .top-level-sign-in form input:-ms-input-placeholder {
          color: #969696; }
      .utility-nav .top-level-sign-in form input[type=submit] {
        font-size: 12px;
        background-color: #A62B60;
        height: auto;
        padding: 20px 0; }
        .utility-nav .top-level-sign-in form input[type=submit]:hover {
          background-color: #fff;
          border: 1px solid #353535; }
  .utility-nav .top-level .current {
    background-color: #f3f3f4;
    font-family: T11, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #353535;
    text-transform: uppercase;
    padding: 13px 20px;
    margin: 0; }
  .utility-nav .top-level .dd-list {
    list-style-type: none;
    margin: 0;
    padding: 18px 20px 5px; }
    .utility-nav .top-level .dd-list .dd-item {
      margin-bottom: 13px; }
      .utility-nav .top-level .dd-list .dd-item a {
        font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
        font-weight: 400;
        font-size: 1.2rem;
        color: #353535;
        text-decoration: none; }
        .utility-nav .top-level .dd-list .dd-item a:hover {
          color: #b50a47;
          text-decoration: underline; }
        .utility-nav .top-level .dd-list .dd-item a.selected {
          font-family: T11, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
          font-weight: 700;
          font-size: 1.2rem;
          color: #353535;
          color: #b50a47;
          text-decoration: none; }

.utility-nav .utility-item:first-child .dropdown {
  left: 0px;
  right: auto;
  width: 240px; }

.utility-nav .expanded .dropdown {
  display: block; }

.main-nav .mobile-utility {
  display: none;
  padding-bottom: 15px; }
  @media screen and (max-width: 1024px) {
    .main-nav .mobile-utility {
      display: block;
      background-color: #fff; }
      .main-nav .mobile-utility .utility-header {
        height: 62px; }
        .main-nav .mobile-utility .utility-header .logo {
          height: 28px;
          display: inline-block; }
        .main-nav .mobile-utility .utility-header .icon-cross {
          color: #cccccc;
          position: absolute;
          right: 19px;
          top: 22px;
          font-size: 2.4rem;
          cursor: pointer; }
      .main-nav .mobile-utility .utility-list {
        margin: 0;
        list-style-type: none;
        padding: 0;
        background-color: #fff; }
        .main-nav .mobile-utility .utility-list .utility-item {
          border-bottom: 1px solid #fff;
          background-color: #cccccc; }
          .main-nav .mobile-utility .utility-list .utility-item .category-title {
            font-family: T15, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
            font-weight: 400;
            font-size: 1.4rem;
            color: #fff;
            width: 100%;
            display: block;
            padding: 10px 35px 10px 20px;
            margin: 0;
            position: relative;
            color: #353535;
            font-weight: bold;
            font-style: italic; }
            .main-nav .mobile-utility .utility-list .utility-item .category-title .mobile {
              display: inline-flex;
              font-weight: normal;
              font-style: normal; }
            .main-nav .mobile-utility .utility-list .utility-item .category-title .arrow {
              width: 0;
              height: 0;
              border-left: 5px solid transparent;
              border-right: 5px solid transparent;
              border-top: 5px solid #353535;
              display: block;
              position: absolute;
              top: 17px;
              right: 28px; }
            .main-nav .mobile-utility .utility-list .utility-item .category-title .icon {
              display: inline-block;
              margin-right: 9px;
              position: relative;
              top: 3px; }
              .main-nav .mobile-utility .utility-list .utility-item .category-title .icon.globe {
                background-image: url(/_Images/sprites/icons.png);
                background-position: -777px -74px;
                width: 16px;
                height: 15px; }
          .main-nav .mobile-utility .utility-list .utility-item .top-level {
            display: none;
            background-color: #fff; }
            .main-nav .mobile-utility .utility-list .utility-item .top-level .current {
              display: none; }
            .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list {
              list-style-type: none;
              margin: 0;
              padding: 18px 20px 5px; }
              .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list .dd-item {
                margin-bottom: 13px; }
                .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list .dd-item a {
                  font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
                  font-weight: 400;
                  font-size: 1.4rem;
                  color: #353535;
                  text-decoration: none; }
                  .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list .dd-item a:hover {
                    color: #b50a47;
                    text-decoration: underline; }
                  .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list .dd-item a.selected {
                    font-family: T11, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
                    font-weight: 700;
                    font-size: 1.2rem;
                    color: #353535;
                    font-size: 1.4rem;
                    color: #b50a47;
                    text-decoration: none; }
          .main-nav .mobile-utility .utility-list .utility-item.expanded .arrow {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #353535;
            border-top: none;
            display: block; }
      .main-nav .mobile-utility .flagship-header-button {
        display: inline-block; }
        .main-nav .mobile-utility .flagship-header-button.button.blue-button {
          border: 1px solid #000000;
          border: 1px solid black;
          -webkit-border-radius: 13px;
          -moz-border-radius: 13px;
          border-radius: 13px;
          height: 26px;
          border-color: #fff;
          font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
          font-weight: 400;
          font-size: 1.2rem;
          color: #fff;
          padding: 5px;
          min-width: 101px;
          background-color: transparent;
          color: #fff; }
          .main-nav .mobile-utility .flagship-header-button.button.blue-button:hover {
            background-color: #fff;
            color: #799d3e; } }

.main-nav .mobile-utility-footer {
  display: none; }
  @media screen and (max-width: 767px) {
    .main-nav .mobile-utility-footer {
      display: block;
      background-color: #4f545d;
      overflow: hidden;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .main-nav .mobile-utility-footer .utility-item {
        width: 50%;
        float: left;
        text-align: center;
        border-left: 1px solid #353535;
        padding: 11px; }
        .main-nav .mobile-utility-footer .utility-item:first-child {
          border-left: none; }
        .main-nav .mobile-utility-footer .utility-item .utility-link {
          color: #fff;
          text-decoration: none; }
        .main-nav .mobile-utility-footer .utility-item .icon {
          display: inline-block;
          margin-right: 9px;
          position: relative;
          top: 3px; }
          .main-nav .mobile-utility-footer .utility-item .icon.cart {
            background-image: url(/_Images/sprites/icons.png);
            background-position: -516px -319px;
            width: 20px;
            height: 16px;
            margin-top: -2px; }
        .main-nav .mobile-utility-footer .utility-item .arrow {
          background-image: url(/_Images/sprites/ui.png);
          background-position: -1108px -32px;
          width: 6px;
          height: 7px;
          display: inline-block;
          margin-left: 10px;
          position: relative;
          top: -1px; } }

.mobile-utility .utility-list {
  display: none; }
  @media screen and (max-width: 767px) {
    .mobile-utility .utility-list {
      display: block; } }

.mobile-utility .signin-mobile {
  background-color: #fff;
  text-align: center;
  position: relative;
  padding: 20px 12px 20px;
  display: none; }
  @media screen and (max-width: 767px) {
    .mobile-utility .signin-mobile {
      display: block; } }
  .mobile-utility .signin-mobile .description {
    padding: 0 40px;
    font-family: T6, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.714em;
    color: #4f545d; }
    .mobile-utility .signin-mobile .description.signin {
      font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      color: #fff;
      margin-bottom: 5px; }
  .mobile-utility .signin-mobile .button {
    text-transform: uppercase;
    font-family: T6, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    padding: 20px 40px;
    height: auto;
    background-color: #799c4b;
    color: #fff;
    width: 100%; }
  .mobile-utility .signin-mobile .trigger {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    padding: 7px 12px; }
    .mobile-utility .signin-mobile .trigger .arrow {
      display: inline-block;
      background-image: url(/_Images/sprites/ui.png);
      background-position: -1121px -20px;
      width: 7px;
      height: 6px; }
  .mobile-utility .signin-mobile.collapsed {
    height: 40px;
    overflow: hidden;
    padding: 7px 12px 0 16px; }
    .mobile-utility .signin-mobile.collapsed .button {
      float: left;
      border: 1px solid #000000;
      border: 1px solid black;
      -webkit-border-radius: 13px;
      -moz-border-radius: 13px;
      border-radius: 13px;
      height: 26px;
      border-color: #fff;
      font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      color: #fff;
      padding: 5px;
      min-width: 101px;
      margin-right: 70px; }
      .mobile-utility .signin-mobile.collapsed .button:hover {
        color: #799d3e; }
    .mobile-utility .signin-mobile.collapsed .button-sm {
      float: left;
      border: none;
      padding: 6px;
      min-width: 0; }
      .mobile-utility .signin-mobile.collapsed .button-sm:hover {
        background-color: transparent;
        color: #fff; }
    .mobile-utility .signin-mobile.collapsed.signed-in .button,
    .mobile-utility .signin-mobile.collapsed.signed-in .button-sm:not(.signed-in),
    .mobile-utility .signin-mobile.collapsed.signed-in br {
      display: none; }
    .mobile-utility .signin-mobile.collapsed.signed-in .button-sm {
      display: block;
      width: 50%;
      border-right: 1px solid #57702b;
      border-radius: 0;
      margin: -7px 0 0 -16px;
      height: 40px;
      padding: 12px 0;
      box-sizing: border-box; }
      .mobile-utility .signin-mobile.collapsed.signed-in .button-sm:last-child {
        border: 0;
        margin-left: 0; }
    .mobile-utility .signin-mobile.collapsed.signed-in .button-sm:after {
      background-image: url(/_Images/sprites/ui.png);
      background-position: -1108px -32px;
      width: 6px;
      height: 7px; }
    .mobile-utility .signin-mobile.collapsed .trigger .arrow {
      background-image: url(/_Images/sprites/ui.png);
      background-position: -1108px -32px;
      width: 6px;
      height: 7px; }
    .mobile-utility .signin-mobile.collapsed .description {
      display: none; }

.search-bar {
  height: 100px;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.75);
  color: #393939;
  display: none; }
  .search-bar .wrapper {
    height: 100%;
    padding: 30px 20px; }
  .search-bar label {
    display: none; }
  .search-bar .search-submit {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    cursor: pointer; }
  .search-bar .search-field {
    vertical-align: middle;
    background-color: transparent;
    width: 90%;
    height: 33px;
    margin: 0 10px;
    background-repeat: no-repeat;
    border: none;
    outline: 0;
    border-bottom: 1px solid #4f545d;
    font-size: 24px;
    border-radius: 0; }
    @media screen and (max-width: 1024px) {
      .search-bar .search-field {
        width: 87%; } }
    @media screen and (max-width: 870px) {
      .search-bar .search-field {
        width: 85%; } }
    @media screen and (max-width: 680px) {
      .search-bar .search-field {
        width: 82%; } }
    @media screen and (max-width: 600px) {
      .search-bar .search-field {
        width: 80%; } }
    @media screen and (max-width: 510px) {
      .search-bar .search-field {
        width: 78%; } }
    @media screen and (max-width: 465px) {
      .search-bar .search-field {
        width: 73%; } }
    @media screen and (max-width: 420px) {
      .search-bar .search-field {
        width: 71%; } }
    @media screen and (max-width: 360px) {
      .search-bar .search-field {
        width: 69%; } }
    .search-bar .search-field::-webkit-input-placeholder {
      color: #393939;
      opacity: 1; }
    .search-bar .search-field:-moz-placeholder {
      color: #393939;
      opacity: 1; }
    .search-bar .search-field::-moz-placeholder {
      color: #393939;
      opacity: 1; }
    .search-bar .search-field:-ms-input-placeholder {
      color: #393939;
      opacity: 1; }
    .search-bar .search-field::-ms-clear {
      display: none; }
  .search-bar .search-clear {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #4f545d;
    cursor: pointer; }

.no-hero .search-bar {
  position: absolute;
  left: 0;
  right: 0; }

.footer-main {
  color: #fff;
  background-color: #4f545d;
  clear: both; }
  .footer-main .wrapper {
    padding: 29px 32px 38px;
    overflow: hidden;
    max-width: none; }
    @media screen and (max-width: 1024px) {
      .footer-main .wrapper {
        padding: 29px 13px 35px; } }
    @media screen and (max-width: 767px) {
      .footer-main .wrapper {
        padding: 0; } }

.footer-content {
  float: left;
  max-width: 450px;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .footer-content {
      max-width: none;
      width: 45.2%;
      padding-right: 45px; } }
  @media screen and (max-width: 767px) {
    .footer-content {
      float: none;
      width: 100%;
      padding: 20px;
      max-width: none; } }
  .footer-content > a {
    display: inline-block; }
  .footer-content .footer-logo {
    display: block;
    margin-bottom: 9px; }
  .footer-content .statement {
    font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.833;
    margin-top: 0; }
  .footer-content .footer-module {
    margin-top: 32px;
    clear: both; }
    .footer-content .footer-module .footer-title {
      font-family: T6, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #fff;
      text-transform: uppercase;
      margin: 0 0 8px; }
    .footer-content .footer-module .footer-description {
      font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      color: #fff;
      line-height: 1.833;
      margin-top: 0; }
  .footer-content .signup .signup-field {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    width: 100%;
    margin: 1px 0 14px;
    padding: 11px 17px;
    background-color: #fff;
    border: 1px solid #000000;
    border: 1px solid black;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    border: none; }
  .footer-content .signup .button {
    float: right;
    font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff;
    border: 1px solid #000000;
    border: 1px solid black;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #fff;
    padding: 7px 26px;
    height: 30px; }
    .footer-content .signup .button:hover, .footer-content .signup .button:active {
      color: #4f545d; }
  .footer-content .signup .green-button {
    border: none; }
    .footer-content .signup .green-button:hover, .footer-content .signup .green-button:active {
      color: #fff; }
  .footer-content .signup .email {
    display: block;
    margin-top: 10px; }
  .footer-content .signup .icon-checkmark {
    background-image: url(/_Images/sprites/ui.png);
    background-position: -703px -380px;
    width: 19px;
    height: 17px;
    display: inline-block;
    margin: 0 10px -2px 0; }

.footer-nav {
  float: right; }
  @media screen and (max-width: 1024px) {
    .footer-nav {
      max-width: 54%; } }
  @media screen and (max-width: 767px) {
    .footer-nav {
      max-width: none;
      width: 100%;
      float: none; } }
  .footer-nav .category-list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    @media screen and (max-width: 767px) {
      .footer-nav .category-list {
        padding: 0 5px; } }
    .footer-nav .category-list .category {
      float: left;
      margin-right: 20px;
      width: 136px;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .footer-nav .category-list .category {
          margin-right: 10px;
          width: 117px; } }
      @media screen and (max-width: 767px) {
        .footer-nav .category-list .category {
          float: none;
          margin-left: 0;
          width: 100%;
          border-top: 2px rgba(255, 255, 255, 0.1) solid;
          background-color: rgba(74, 79, 85, 0.7); } }
      .footer-nav .category-list .category .footer-title {
        font-family: T6, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
        font-weight: 400;
        font-size: 1.4rem;
        color: #fff;
        text-transform: uppercase;
        margin: 0 0 12px; }
        @media screen and (max-width: 767px) {
          .footer-nav .category-list .category .footer-title {
            margin: 0;
            padding: 13px 40px 13px 13px; } }
      .footer-nav .category-list .category .arrow {
        display: none; }
        @media screen and (max-width: 767px) {
          .footer-nav .category-list .category .arrow {
            position: absolute;
            top: 19px;
            right: 15px;
            display: block;
            background-image: url(/_Images/sprites/ui.png);
            background-position: -1072px -69px;
            width: 9px;
            height: 6px; } }
      .footer-nav .category-list .category .category-links {
        padding: 0;
        list-style-type: none; }
        @media screen and (max-width: 767px) {
          .footer-nav .category-list .category .category-links {
            border-top: 1px #72767d solid;
            padding: 13px 0;
            display: none; } }
        .footer-nav .category-list .category .category-links li {
          font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
          font-weight: 400;
          font-size: 1.2rem;
          color: #fff;
          margin-bottom: 13px; }
          @media screen and (max-width: 767px) {
            .footer-nav .category-list .category .category-links li {
              padding: 0 13px; } }
          .footer-nav .category-list .category .category-links li a {
            color: #fff;
            text-decoration: none; }
            .footer-nav .category-list .category .category-links li a:hover, .footer-nav .category-list .category .category-links li a:active {
              text-decoration: underline; }
      .footer-nav .category-list .category.expanded .category-links {
        display: block; }
      .footer-nav .category-list .category.expanded .arrow {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -1081px -63px;
        width: 9px;
        height: 6px; }

.footer-utility {
  background-color: #4f545d;
  font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  clear: both;
  width: 100%; }
  .footer-utility .wrapper {
    max-width: none;
    padding: 13px 32px 36px;
    overflow: hidden; }
    @media screen and (max-width: 1024px) {
      .footer-utility .wrapper {
        padding: 13px 13px 50px; } }
    @media screen and (max-width: 767px) {
      .footer-utility .wrapper {
        padding: 20px 20px 40px 20px; } }
  .footer-utility .social-links {
    float: left;
    margin-right: 21px; }
    @media screen and (max-width: 767px) {
      .footer-utility .social-links {
        float: none;
        margin-bottom: 11px; } }
    .footer-utility .social-links .social-icon {
      width: 24px;
      height: 24px;
      display: inline-block;
      margin-right: 9px; }
  .footer-utility .utility-nav {
    float: left;
    margin-top: 4px; }
    @media screen and (max-width: 767px) {
      .footer-utility .utility-nav {
        float: none;
        margin-bottom: 26px; } }
    .footer-utility .utility-nav .utility-link {
      display: inline-block;
      text-decoration: none;
      margin-left: 11px;
      padding-left: 11px;
      color: #fff; }
      .footer-utility .utility-nav .utility-link:first-child {
        margin-left: 0;
        padding-left: 0;
        border-left: none; }
      .footer-utility .utility-nav .utility-link:hover {
        text-decoration: underline; }
      @media screen and (max-width: 767px) {
        .footer-utility .utility-nav .utility-link {
          margin: 0 0 5px;
          padding-left: 0;
          border-left: none;
          display: block;
          line-height: 1.833; } }
  .footer-utility .copyright {
    margin-top: 4px;
    float: right; }
    @media screen and (max-width: 767px) {
      .footer-utility .copyright {
        float: none; } }

@media screen and (min-width: 768px) {
  .page-content + .footer-utility {
    position: absolute;
    bottom: 0; } }

.cookie-notification {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(204, 127, 37, 0.8);
  z-index: 999;
  width: 100%;
  font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.4rem; }
  .cookie-notification .wrapper {
    text-align: center;
    padding: 9px 34px; }
    @media screen and (max-width: 767px) {
      .cookie-notification .wrapper {
        padding: 9px 13px; } }
  .cookie-notification .cookie-message {
    margin: 0 32px 0 0; }
  .cookie-notification a {
    color: #fff;
    text-decoration: underline; }
  .cookie-notification .close {
    display: inline-block;
    background-image: url(/_Images/sprites/ui.png);
    background-position: -766px -343px;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 13px;
    top: 9px; }

.event-info {
  overflow: hidden;
  display: table;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .event-info {
      display: block; } }
  @media screen and (max-width: 767px) {
    .event-info {
      display: block; } }
  .event-info .event-description {
    display: table-cell;
    vertical-align: top;
    width: 33%;
    margin-top: 0;
    padding-right: 15px; }
    @media screen and (max-width: 1024px) {
      .event-info .event-description {
        display: block;
        width: auto;
        padding-right: 0; } }
  .event-info .event-details,
  .event-info .event-registration {
    width: 33%;
    display: table-cell;
    vertical-align: top;
    padding-right: 15px; }
    @media screen and (max-width: 1024px) {
      .event-info .event-details,
      .event-info .event-registration {
        width: auto;
        margin-top: 20px;
        display: block; } }
    @media screen and (max-width: 767px) {
      .event-info .event-details,
      .event-info .event-registration {
        display: block;
        width: auto;
        padding-right: 0;
        margin-top: 25px; } }
  .event-info .event-details dl {
    width: 100%; }
    .event-info .event-details dl dd:last-child {
      margin-bottom: 0 !important; }
  .event-info .event-details dt {
    display: none; }
  .event-info .event-details .date,
  .event-info .event-details .location {
    margin-left: 0;
    background-repeat: no-repeat;
    padding-left: 28px; }
    .event-info .event-details .date span,
    .event-info .event-details .location span {
      display: block;
      margin-bottom: 7px; }
  .event-info .event-details .date {
    margin-bottom: 24px; }
    .event-info .event-details .date:before {
      position: absolute;
      content: '';
      background-image: url(/_Images/sprites/icons.png);
      background-position: -555px -289px;
      width: 19px;
      height: 15px;
      margin-left: -27px; }
    .event-info .event-details .date .days {
      font-size: 1.2rem; }
  .event-info .event-details .location:before {
    position: absolute;
    content: '';
    background-image: url(/_Images/sprites/icons.png);
    background-position: -793px -56px;
    width: 12px;
    height: 18px;
    margin-left: -27px; }
  .event-info .event-details .location .address {
    font-size: 1.2rem; }
  @media screen and (max-width: 767px) {
    .event-info .event-registration {
      padding-top: 20px; } }
  .event-info .event-registration .prices {
    margin-left: 12px;
    margin-bottom: 5px;
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535; }
    .event-info .event-registration .prices dt, .event-info .event-registration .prices dd {
      margin-bottom: 10px;
      display: inline-block;
      float: left; }
    .event-info .event-registration .prices dt {
      width: 150px;
      padding-right: 5px;
      clear: left; }
    .event-info .event-registration .prices dd {
      margin-left: 0; }
      @media screen and (max-width: 767px) {
        .event-info .event-registration .prices dd {
          min-width: 140px; } }
    .event-info .event-registration .prices .member,
    .event-info .event-registration .prices .total {
      font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #353535;
      font-weight: 700; }
    .event-info .event-registration .prices .special {
      font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #353535;
      font-weight: 700;
      color: #008ca1; }
  .event-info .event-registration .result-subtitle {
    margin: 0 0 12px;
    font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #353535; }
  .event-info .event-registration .event-links {
    list-style-type: none;
    padding: 0;
    font-size: 1.2rem; }
    .event-info .event-registration .event-links li {
      margin-bottom: 12px; }
  .event-info .button {
    min-height: 40px;
    height: auto;
    margin-bottom: 10px; }
    @media screen and (max-width: 1024px) {
      .event-info .button {
        width: auto; } }
  .event-info .EventRateRow {
    display: flex;
    clear: both; }
  .event-info .EventRateRow > div {
    float: left;
    margin: 5px;
    padding: 4px; }
    @media screen and (max-width: 767px) {
      .event-info .EventRateRow > div {
        margin: 0;
        padding: 0; } }
  .event-info .EventRateRow.Grey {
    background-color: #e8e8e8; }
  .event-info .EventRateRow .Headline {
    font-weight: bold; }
  .event-info .EventRateRow .Title {
    width: 70%; }
    @media screen and (max-width: 767px) {
      .event-info .EventRateRow .Title {
        width: 55%; } }
  .event-info .EventRateRow .WideCell {
    width: 30%; }
  .event-info .EventRateRow .Cell {
    width: 12%; }
    @media screen and (max-width: 767px) {
      .event-info .EventRateRow .Cell {
        width: 20%; } }
  .event-info .EventRateRow .Header {
    font-weight: bold; }

.hero {
  background-color: #efefef;
  /*$color-black;*/
  overflow: hidden;
  clear: both; }
  .hero .wrapper {
    max-width: none; }
  .hero .cycle-prev, .hero .cycle-next {
    display: inline-block;
    cursor: pointer;
    font-size: 60px;
    font-weight: 100;
    border: 1px solid #fff;
    color: #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 999; }
    .hero .cycle-prev span, .hero .cycle-next span {
      position: absolute;
      top: -25px;
      left: 6px;
      font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif; }
  .hero .cycle-next {
    right: 0;
    margin-right: 10px; }
  .hero .cycle-prev {
    left: 0;
    margin-left: 10px; }
  .hero .cycle-slideshow {
    position: relative; }
    @media screen and (max-width: 767px) {
      .hero .cycle-slideshow {
        max-width: 100%; } }
    .hero .cycle-slideshow .cycle-pager {
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 33px;
      text-align: center;
      z-index: 998; }
      @media screen and (max-width: 1024px) {
        .hero .cycle-slideshow .cycle-pager {
          bottom: 6px; } }
      .hero .cycle-slideshow .cycle-pager .dot {
        background-image: url(/_Images/sprites/ui.png);
        background-position: 0px -843px;
        width: 107px;
        height: 17px;
        display: inline-block;
        position: relative; }
        @media screen and (max-width: 767px) {
          .hero .cycle-slideshow .cycle-pager .dot {
            width: 45px; } }
        .hero .cycle-slideshow .cycle-pager .dot:last-child {
          width: 15px; }
        .hero .cycle-slideshow .cycle-pager .dot a {
          height: 23px;
          width: 23px;
          display: inline-block;
          position: absolute;
          top: -4px;
          left: -4px; }
          .hero .cycle-slideshow .cycle-pager .dot a:hover {
            background-image: url(/_Images/sprites/ui.png);
            background-position: -680px -397px;
            width: 23px;
            height: 23px; }
      .hero .cycle-slideshow .cycle-pager .cycle-pager-active a {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -680px -397px;
        width: 23px;
        height: 23px; }
  @media screen and (max-width: 767px) {
    .hero .baner-single {
      height: 330px !important; }
      .hero .baner-single .hero-overlay {
        padding: 0 20px;
        top: 50px;
        transform: none; } }
  @media screen and (max-width: 767px) {
    .hero .baner-single-event, .hero .baner-single-image {
      height: 330px !important; } }
  .hero .cycle-slide,
  .hero .banner {
    width: 100%;
    height: 420px;
    margin-bottom: -4px;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .hero .cycle-slide > a,
    .hero .banner > a {
      width: 100%;
      display: block;
      height: 420px;
      color: transparent; }
    .hero .cycle-slide .hero-black-overlay,
    .hero .banner .hero-black-overlay {
      background-color: rgba(0, 0, 0, 0.7);
      width: 80%;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      color: #fff;
      padding: 14px 19px 75px;
      text-align: center;
      overflow: hidden;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      padding-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .hero .cycle-slide .hero-black-overlay,
        .hero .banner .hero-black-overlay {
          width: 70%; } }
      .hero .cycle-slide .hero-black-overlay .hero-overlay,
      .hero .banner .hero-black-overlay .hero-overlay {
        width: auto;
        position: relative;
        left: auto;
        right: auto;
        margin: 0;
        padding: 0;
        text-align: center;
        overflow: hidden;
        top: auto;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none; }
        @media screen and (max-width: 767px) {
          .hero .cycle-slide .hero-black-overlay .hero-overlay .headline,
          .hero .banner .hero-black-overlay .hero-overlay .headline {
            line-height: 1.333em;
            font-size: 1.8rem; } }
    @media screen and (max-width: 1024px) {
      .hero .cycle-slide,
      .hero .banner {
        height: 380px; } }
    @media screen and (max-width: 767px) {
      .hero .cycle-slide,
      .hero .banner {
        height: 340px;
        max-width: 100%;
        overflow: hidden;
        position: relative; } }
    @media screen and (max-width: 420px) {
      .hero .cycle-slide,
      .hero .banner {
        height: 420px;
        max-width: 100%;
        overflow: hidden;
        position: relative; } }

.wrapper .hero {
  margin: 10px -35px 30px; }
  .wrapper .hero-black-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    padding: 14px 19px 75px;
    text-align: center;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .wrapper .hero-black-overlay {
        width: 70%; } }
    .wrapper .hero-black-overlay .hero-overlay {
      width: auto;
      position: relative;
      left: auto;
      right: auto;
      margin: 0;
      padding: 0;
      text-align: center;
      overflow: hidden;
      top: auto;
      transform: none;
      -webkit-transform: none;
      -ms-transform: none; }
      @media screen and (max-width: 767px) {
        .wrapper .hero-black-overlay .hero-overlay .headline {
          line-height: 1.333em;
          font-size: 1.8rem; } }
  @media screen and (max-width: 1024px) {
    .wrapper .hero {
      margin: 10px -13px 30px; } }
  @media screen and (max-width: 767px) {
    .wrapper .hero {
      margin: 10px 0 20px; } }

.contact-methods {
  list-style-type: none;
  padding: 0 0 0 40px; }
  @media screen and (max-width: 767px) {
    .contact-methods {
      padding-left: 0;
      margin-top: 15px; } }
  .contact-methods li {
    margin-bottom: 15px;
    background-repeat: no-repeat;
    padding-left: 32px; }
    @media screen and (max-width: 1024px) {
      .contact-methods li {
        font-size: 1.2rem;
        margin-bottom: 10px; } }
  .contact-methods .contact-email {
    position: relative; }
    .contact-methods .contact-email:before {
      content: '';
      position: absolute;
      left: 0;
      background-image: url(/_Images/sprites/icons.png);
      background-position: -642px -204px;
      width: 17px;
      height: 17px; }
  .contact-methods .contact-phone {
    position: relative; }
    .contact-methods .contact-phone:before {
      content: '';
      position: absolute;
      left: 0;
      background-image: url(/_Images/sprites/icons.png);
      background-position: -625px -221px;
      width: 17px;
      height: 17px;
      height: 18px; }
    @media screen and (min-width: 1025px) {
      .contact-methods .contact-phone a {
        cursor: default; }
        .contact-methods .contact-phone a:hover {
          text-decoration: none; } }
  .contact-methods .contact-fax {
    position: relative;
    width: auto;
    text-decoration: none;
    cursor: default;
    color: inherit; }
    .contact-methods .contact-fax:before {
      content: '';
      position: absolute;
      left: 0;
      background-image: url(/_Images/sprites/icons.png);
      background-position: -591px -255px;
      width: 17px;
      height: 17px; }

.location-info .location-info__image {
  float: left; }
  .location-info .location-info__image img {
    display: block; }

.location-info .location-lists {
  float: right;
  font-size: 1.2rem; }
  .location-info .location-lists .contact-methods {
    margin-top: 7px;
    padding-left: 0; }
  .location-info .location-lists li {
    margin-bottom: 12px; }

.location-info .location-links {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.location-info .address {
  font-family: T3, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #353535;
  line-height: 1.556;
  float: left; }
  @media screen and (max-width: 1024px) {
    .location-info .address {
      font-size: 1.6rem;
      line-height: 1.5; } }
  @media screen and (max-width: 767px) {
    .location-info .address {
      float: none;
      font-size: 1.4rem;
      line-height: 1.286; } }

.location-info__image {
  float: left; }

.hero-overlay {
  width: 80%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  padding: 14px 19px 75px;
  text-align: center;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  @media screen and (max-width: 767px) {
    .hero-overlay {
      width: auto;
      max-height: initial;
      text-align: left;
      padding: 0 55px; } }
  .hero-overlay a {
    color: #fff; }
  .hero-overlay p a {
    text-decoration: underline; }
  .hero-overlay .date {
    height: 18px; }
  .hero-overlay .headline {
    font-family: T1, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 1.267em;
    color: #fff;
    font-weight: 500;
    font-size: 34px;
    margin: 0;
    overflow: hidden; }
    @media screen and (max-width: 1024px) {
      .hero-overlay .headline {
        font-size: 2.2rem;
        line-height: 1.333em; } }
    @media screen and (max-width: 767px) {
      .hero-overlay .headline {
        font-size: 1.8rem;
        line-height: 1.333em; } }
    @media screen and (max-width: 767px) {
      .hero-overlay .headline {
        line-height: 1.15;
        font-size: 2.6rem;
        max-height: none; } }
  .hero-overlay .categories {
    font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .hero-overlay .categories {
        font-size: 1.1rem; } }
    .hero-overlay .categories .category {
      color: #fff;
      text-decoration: none; }
      .hero-overlay .categories .category:hover {
        text-decoration: underline; }
  .hero-overlay .description,
  .hero-overlay .sub-description,
  .hero-overlay .event-description {
    font-family: T6, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff;
    font-size: 16px;
    line-height: 2em;
    margin: 10px 0;
    overflow: hidden; }
    @media screen and (max-width: 1024px) {
      .hero-overlay .description,
      .hero-overlay .sub-description,
      .hero-overlay .event-description {
        line-height: 1.5em;
        margin: 8px 0 10px; } }
    @media screen and (max-width: 767px) {
      .hero-overlay .description,
      .hero-overlay .sub-description,
      .hero-overlay .event-description {
        line-height: 1.5;
        font-size: 1.2rem; } }
    .hero-overlay .description:last-of-type,
    .hero-overlay .sub-description:last-of-type,
    .hero-overlay .event-description:last-of-type {
      margin-bottom: 0; }
  @media screen and (max-width: 1024px) {
    .hero-overlay .sub-description {
      font-size: 1.2rem; } }
  .hero-overlay .button {
    display: inline-block;
    padding: 10px 36px;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .hero-overlay .button {
        padding: 10px 20px; } }
    .hero-overlay .button:hover {
      color: rgba(0, 0, 0, 0.69); }
  .hero-overlay .secondary-link {
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px; }
    .hero-overlay .secondary-link:hover {
      text-decoration: underline; }
    @media screen and (max-width: 767px) {
      .hero-overlay .secondary-link {
        display: none; } }
  .hero-overlay .contact-methods .contact-email:before {
    background-position: -608px -238px; }
  .hero-overlay .contact-methods .contact-phone:before {
    background-position: -693px -153px; }
  .hero-overlay .contact-methods .contact-fax:before {
    background-position: -659px -187px; }
  .hero-overlay .overlay-links {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .hero-overlay.heading-large {
    width: 100%; }
    .hero-overlay.heading-large .headline {
      font-size: 6.5rem;
      text-align: left; }
    .hero-overlay.heading-large .description {
      font-size: 3.2rem;
      text-align: left; }
  .hero-overlay.heading-small {
    width: 100%; }
    .hero-overlay.heading-small .headline .heading-small {
      font-size: 1.2rem; }
    .hero-overlay.heading-small .description {
      font-size: 0.8rem;
      text-align: left; }
  @media screen and (max-width: 1024px) {
    .hero-overlay.heading-large {
      width: 100%; }
      .hero-overlay.heading-large .headline {
        line-height: 1.5;
        font-size: 3.5rem; }
      .hero-overlay.heading-large .description {
        line-height: 1.5;
        font-size: 1.6rem; } }

.topic-landing-page-overlay .headline {
  font-size: 2.6rem;
  line-height: 1.15; }
  @media screen and (max-width: 1024px) {
    .topic-landing-page-overlay .headline {
      font-size: 2.2rem;
      line-height: 1.333;
      max-height: 90px; } }
  @media screen and (max-width: 767px) {
    .topic-landing-page-overlay .headline {
      font-size: 1.8rem;
      line-height: 1.333;
      max-height: 94px; } }

.topic-landing-page-overlay .headline.heading-large {
  font-family: T1, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
  line-height: 1.267em;
  color: #fff; }

.topic-landing-page-overlay .headline.heading-small {
  font-family: T1, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.267em;
  color: #fff; }

.topic-landing-page-overlay .description {
  font-family: T6, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.94em; }
  @media screen and (max-width: 1024px) {
    .topic-landing-page-overlay .description {
      line-height: 1.714em;
      font-size: 1.4rem;
      margin: 8px 0 10px; } }
  @media screen and (max-width: 767px) {
    .topic-landing-page-overlay .description {
      line-height: 1.571;
      font-size: 1.2rem; } }
  .topic-landing-page-overlay .description:last-of-type {
    margin-bottom: 0; }

.event-overlay {
  padding-bottom: 14px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .event-overlay {
      padding-bottom: 75px; } }
  @media screen and (max-width: 1024px) {
    .event-overlay .headline {
      margin-bottom: 15px; } }
  .event-overlay .event-info {
    display: block; }
    @media screen and (max-width: 767px) {
      .event-overlay .event-info {
        margin-top: 18px; } }
    .event-overlay .event-info-wrapper {
      width: 80%;
      margin: 0 auto;
      padding-top: 20px; }
      @media screen and (max-width: 1024px) {
        .event-overlay .event-info-wrapper {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .event-overlay .event-info-wrapper {
          padding-top: 0; } }
    .event-overlay .event-info .event-description {
      float: none;
      display: block;
      width: auto;
      max-height: 84px;
      overflow: hidden; }
      @media screen and (max-width: 1024px) {
        .event-overlay .event-info .event-description {
          display: none; } }
    .event-overlay .event-info .event-details,
    .event-overlay .event-info .event-registration {
      display: inline-block;
      margin: 0;
      padding: 0; }
      .event-overlay .event-info .event-details dl,
      .event-overlay .event-info .event-registration dl {
        margin: 0;
        padding: 0; }
      @media screen and (max-width: 1024px) {
        .event-overlay .event-info .event-details,
        .event-overlay .event-info .event-registration {
          margin-top: 0; } }
      @media screen and (max-width: 767px) {
        .event-overlay .event-info .event-details,
        .event-overlay .event-info .event-registration {
          /*width: auto;*/
          float: none; } }
    .event-overlay .event-info .event-details {
      width: 66%; }
      @media screen and (max-width: 767px) {
        .event-overlay .event-info .event-details {
          width: 100%; } }
      @media screen and (max-width: 1024px) {
        .event-overlay .event-info .event-details dd {
          float: left; } }
      @media screen and (max-width: 767px) {
        .event-overlay .event-info .event-details dd {
          width: auto;
          float: none; } }
      .event-overlay .event-info .event-details .date {
        width: 50%;
        display: inline-block;
        /*margin: 0;*/
        height: auto;
        float: left;
        text-align: left; }
        .event-overlay .event-info .event-details .date:before {
          background-position: -536px -304px; }
        @media screen and (max-width: 767px) {
          .event-overlay .event-info .event-details .date {
            width: 100%;
            margin-bottom: 12px; } }
      .event-overlay .event-info .event-details .location {
        /*width: 50%;*/
        display: inline-block;
        margin: 0;
        height: auto;
        float: left;
        text-align: left; }
        .event-overlay .event-info .event-details .location:before {
          background-position: -805px -38px; }
          @media screen and (max-width: 1024px) {
            .event-overlay .event-info .event-details .location:before {
              margin-left: -20px; } }
          @media screen and (max-width: 767px) {
            .event-overlay .event-info .event-details .location:before {
              margin-left: -28px; } }
        .event-overlay .event-info .event-details .location .name {
          max-height: 54px;
          overflow: hidden; }
        @media screen and (max-width: 1024px) {
          .event-overlay .event-info .event-details .location {
            padding-left: 20px; } }
        @media screen and (max-width: 767px) {
          .event-overlay .event-info .event-details .location {
            padding-left: 28px; } }
    .event-overlay .event-info .event-registration {
      width: 33%;
      padding-right: 0;
      text-align: right; }
      @media screen and (max-width: 767px) {
        .event-overlay .event-info .event-registration {
          float: none;
          width: 100%;
          padding-left: 16px;
          padding-top: 0; } }
      .event-overlay .event-info .event-registration .prices {
        color: #fff; }
        .event-overlay .event-info .event-registration .prices .special,
        .event-overlay .event-info .event-registration .prices .member {
          color: #fff; }
        @media screen and (max-width: 1024px) {
          .event-overlay .event-info .event-registration .prices dd, .event-overlay .event-info .event-registration .prices dt {
            margin-bottom: 8px; } }
        @media screen and (max-width: 767px) {
          .event-overlay .event-info .event-registration .prices {
            display: none; } }
      .event-overlay .event-info .event-registration .button {
        position: static;
        margin: 0; }
    .event-overlay .event-info .button {
      position: static; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .event-overlay .event-info .button {
          position: absolute; } }
      .event-overlay .event-info .button:hover {
        color: #fff; }

.contact-overlay {
  padding-bottom: 40px; }
  .contact-overlay .headline {
    max-height: 38px; }
    @media screen and (max-width: 767px) {
      .contact-overlay .headline {
        max-height: 64px; } }
  .contact-overlay .description {
    max-height: 84px; }
    @media screen and (max-width: 1024px) {
      .contact-overlay .description {
        max-height: 48px; } }
    @media screen and (max-width: 767px) {
      .contact-overlay .description {
        max-height: 94px; } }
  .contact-overlay .contact-info {
    margin-top: 25px; }
    @media screen and (max-width: 1024px) {
      .contact-overlay .contact-info {
        margin-top: 18px; } }
    .contact-overlay .contact-info .contact-person,
    .contact-overlay .contact-info .contact-methods {
      margin: 0;
      float: left;
      width: 50%; }
      @media screen and (max-width: 767px) {
        .contact-overlay .contact-info .contact-person,
        .contact-overlay .contact-info .contact-methods {
          float: none;
          width: auto; } }
    @media screen and (max-width: 767px) {
      .contact-overlay .contact-info .contact-person {
        margin-bottom: 12px; } }
    .contact-overlay .contact-info .contact-person dt {
      display: none; }
    .contact-overlay .contact-info .contact-person dd {
      margin-left: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .contact-overlay .contact-info .contact-person .contact-name {
      font-weight: 700;
      margin-bottom: 5px; }
    .contact-overlay .contact-info .contact-person .contact-title {
      font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      color: #fff; }

.location-overlay {
  max-height: 275px;
  padding-bottom: 14px; }
  @media screen and (max-width: 1024px) {
    .location-overlay {
      max-height: 250px; } }
  @media screen and (max-width: 735px) {
    .location-overlay {
      max-height: 322px;
      text-align: left !important; } }
  .location-overlay .headline {
    margin-bottom: 16px; }
    @media screen and (max-width: 1024px) {
      .location-overlay .headline {
        margin-bottom: 9px; } }
  .location-overlay .location-info {
    width: 60%;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .location-overlay .location-info {
        width: 100%; } }
    .location-overlay .location-info .address {
      width: 40%;
      text-align: left;
      font-family: T16, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 300;
      font-size: 1.8rem;
      color: #fff; }
      @media screen and (max-width: 1024px) {
        .location-overlay .location-info .address {
          width: 50%;
          float: left; } }
      @media screen and (max-width: 735px) {
        .location-overlay .location-info .address {
          width: 100%;
          float: none; } }
    .location-overlay .location-info .location-lists {
      text-align: left;
      width: 30%; }
      @media screen and (max-width: 1024px) {
        .location-overlay .location-info .location-lists {
          width: 40%; }
          .location-overlay .location-info .location-lists ul {
            float: left;
            margin-top: 7px;
            padding-right: 15px; }
          .location-overlay .location-info .location-lists .location-links {
            padding-left: 5px; } }
      @media screen and (max-width: 735px) {
        .location-overlay .location-info .location-lists {
          float: none;
          max-width: none;
          width: auto;
          padding-left: 0;
          margin-top: 15px; }
          .location-overlay .location-info .location-lists ul {
            float: none;
            width: auto;
            padding-right: 0; }
          .location-overlay .location-info .location-lists li {
            margin-bottom: 10px; }
          .location-overlay .location-info .location-lists .location-links {
            padding-left: 0; } }

.container.mobile-open .left-col {
  display: none; }

.columns {
  position: relative;
  clear: both; }
  .columns .left-col, .columns .left-col-second {
    position: relative;
    float: left;
    width: 21%; }
    @media screen and (max-width: 1024px) {
      .columns .left-col, .columns .left-col-second {
        width: 25%; } }
  .columns .left-col-second {
    clear: left; }
  @media screen and (max-width: 767px) {
    .columns .left-col {
      width: 85%;
      margin-left: -85%; }
    .columns .left-col-second {
      width: 100%;
      padding-left: 13px;
      padding-right: 13px;
      margin-bottom: 0; } }
  .columns .right-col {
    float: right;
    width: 79%;
    padding-left: 20px;
    position: relative;
    margin-bottom: 115px; }
    @media screen and (min-width: 1025px) {
      .search-results.listing-page.search-related .columns .right-col {
        padding-left: 50px; } }
    @media screen and (max-width: 1024px) {
      .columns .right-col {
        width: 74%;
        margin-bottom: 100px; } }
    @media screen and (max-width: 767px) {
      .columns .right-col {
        width: 100%;
        padding-left: 13px;
        padding-right: 13px;
        margin-bottom: 0; } }
  .columns .mobile-column-overlay {
    display: none; }
    @media screen and (min-width: 768px) {
      .columns .mobile-column-overlay {
        display: none !important; } }
  @media screen and (max-width: 767px) {
    .columns {
      width: 100%;
      -webkit-transition: margin 0.5s;
      -moz-transition: margin 0.5s;
      -ms-transition: margin 0.5s;
      -o-transition: margin 0.5s;
      transition: margin 0.5s; }
      .columns.mobile-open {
        margin-left: 85%; } }
  .columns.reverse .left-col {
    width: 67%;
    padding-right: 25px;
    margin-bottom: 50px; }
  .columns.reverse .right-col {
    width: 33%;
    margin-bottom: 50px;
    padding-left: 0; }
  @media screen and (max-width: 767px) {
    .columns.reverse .left-col,
    .columns.reverse .right-col {
      float: none;
      width: 100%;
      padding: 0;
      margin: 0; }
    .columns.reverse .right-col,
    .columns.reverse .left-col {
      padding: 0 13px; } }

.columns.even {
  display: table;
  border-spacing: 20px;
  margin: 0 -20px; }
  .columns.even .left-col,
  .columns.even .right-col {
    float: none;
    display: table-cell;
    width: 50%; }
  @media screen and (max-width: 767px) {
    .columns.even {
      display: block;
      margin: 0 13px;
      width: auto; }
      .columns.even .left-col,
      .columns.even .right-col {
        margin: 0;
        width: auto;
        display: block;
        float: none; } }

.page-content {
  padding: 20px 35px 30px;
  /*test rule*/ }
  .page-content:before, .page-content:after {
    content: " ";
    display: table; }
  .page-content:after {
    clear: both; }
  .page-content .topic-landing-page .page-sub-title {
    font-size: 2rem;
    border-left-color: #353535;
    color: #353535;
    line-height: 28px; }
  @media screen and (max-width: 767px) {
    .page-content .topic-landing-page {
      margin-left: 15px;
      margin-right: 15px; } }
  @media screen and (max-width: 1024px) {
    .page-content {
      padding: 20px 13px 30px; } }
  @media screen and (max-width: 767px) {
    .page-content {
      padding: 0 0 30px 0; } }
  .page-content .page-title {
    font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 2.4rem;
    color: #353535;
    margin: 23px 0 18px; }
  .page-content .page-sub-title {
    font-family: T3, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    color: #353535;
    line-height: 1.333;
    border-left: 3px solid #008ca1;
    padding-left: 5px;
    margin: 0;
    margin-bottom: 5px; }
    .page-content .page-sub-title.no-border {
      border-left: none;
      padding-left: 0; }
  .page-content div + .page-sub-title {
    margin-top: 30px; }
  .page-content:last-child {
    padding-bottom: 50px; }
  .page-content + .footer-main {
    margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .page-content > .page-title,
    .page-content > .page-sub-title,
    .page-content > .rtf {
      margin-left: 15px;
      margin-right: 15px; } }

.rtf {
  font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #353535;
  line-height: 2; }
  .rtf:before, .rtf:after {
    content: " ";
    display: table; }
  .rtf:after {
    clear: both; }
  @media screen and (max-width: 767px) {
    .rtf {
      line-height: 1.714;
      padding-bottom: 10px; } }
  .rtf p {
    margin: 1em 0; }
    .rtf p:first-child {
      margin-top: 0; }
  .rtf ul, .rtf ol {
    margin: 1em 0;
    padding: 0; }
  .rtf ul {
    list-style-image: url(/_Images/ui/bullet-blue.png); }
  .rtf li {
    margin: 0 0 0 1.5em; }
  .rtf img {
    height: auto !important; }
    .rtf img.icon-lg {
      padding: 0 15px 10px 0;
      float: left;
      clear: both; }
  .rtf hr {
    margin: 1em 0;
    border: none;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #fff;
    height: 0; }
  .rtf .text-right {
    display: block;
    text-align: right; }
    .rtf .text-right + br {
      display: none; }

.right-arrow:after {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0.271875em 0.4078125em;
  border-right: none;
  border-left-color: #b50a47;
  margin-bottom: 0.090625em;
  margin-left: 0.5em; }

.alert {
  color: #e60000; }

.breadcrumb {
  font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #353535;
  display: inline-block;
  margin-bottom: 18px; }
  .breadcrumb .arrow {
    background-image: url(/_Images/sprites/ui.png);
    background-position: -1102px -39px;
    width: 6px;
    height: 8px;
    display: inline-block;
    margin-right: 5px; }
  .breadcrumb:hover {
    text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .breadcrumb {
      display: none; } }

.section-nav {
  color: #353535; }
  .section-nav .breadcrumb {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    padding: 0 0 12px 0;
    display: block;
    margin-bottom: 0; }
    .section-nav .breadcrumb:hover {
      font-family: T9, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      color: #b50a47; }
    .section-nav .breadcrumb .arrow {
      margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .section-nav .breadcrumb {
        display: none; } }
  .section-nav .icon-gear {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -72px -751px;
    width: 24px;
    height: 24px; }
  .section-nav .icon-home {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -408px -415px;
    width: 24px;
    height: 24px; }
  .section-nav .icon-paper {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -336px -487px;
    width: 24px;
    height: 24px; }
  .section-nav .icon-people {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -288px -535px;
    width: 24px;
    height: 24px; }
  .section-nav .icon-folders {
    background-image: url(/_Images/sprites/icons.png);
    background-position: 0px -823px;
    width: 24px;
    height: 24px; }
  .section-nav .icon-magazine {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -384px -439px;
    width: 24px;
    height: 24px; }
  .section-nav .icon-microphone {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -360px -463px;
    width: 24px;
    height: 24px; }
  .section-nav .icon-certificate {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -120px -703px;
    width: 24px;
    height: 24px; }
  .section-nav .icon-presentation {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -144px -679px;
    width: 24px;
    height: 24px; }
  .section-nav [class*="icon-"] {
    position: absolute;
    left: 6px;
    top: 10.5px; }
  .section-nav .external-link {
    background-image: url(/_Images/sprites/ui.png);
    background-position: -927px -211px;
    width: 12px;
    height: 11px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 16px; }
  .section-nav .top-level {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    border-top: 1px solid #f3f3f4; }
    .section-nav .top-level .section-item {
      border-bottom: 1px solid #efefef;
      position: relative; }
      .section-nav .top-level .section-item .arrow {
        display: none; }
      .section-nav .top-level .section-item.section-title {
        font-weight: 700; }
        .section-nav .top-level .section-item.section-title a {
          font-weight: 400; }
        .section-nav .top-level .section-item.section-title .top-level-item {
          background-color: #f3f3f4; }
        @media screen and (min-width: 768px) {
          .section-nav .top-level .section-item.section-title .arrow {
            display: inline-block;
            background-image: url(/_Images/sprites/ui.png);
            background-position: -1057px -81px;
            width: 6px;
            height: 9px;
            position: absolute;
            right: -6px;
            top: 18px;
            margin-top: -4.5px; } }
      .section-nav .top-level .section-item.current {
        font-weight: 700; }
        .section-nav .top-level .section-item.current .lower-level {
          font-weight: 400; }
      .section-nav .top-level .section-item .top-level-item {
        padding: 10px 20px;
        display: block; }
        @media screen and (max-width: 767px) {
          .section-nav .top-level .section-item .top-level-item {
            padding-left: 42px; } }
      .section-nav .top-level .section-item a {
        color: #353535; }
        .section-nav .top-level .section-item a:hover {
          color: #b50a47; }
    .section-nav .top-level .lower-level {
      list-style-type: none;
      text-transform: none;
      padding-left: 10px;
      background-color: #fff; }
      .section-nav .top-level .lower-level .section-item {
        border-bottom: none;
        padding: 10px 20px; }
        @media screen and (max-width: 767px) {
          .section-nav .top-level .lower-level .section-item {
            padding-left: 42px; } }
        .section-nav .top-level .lower-level .section-item a {
          padding: 0; }
        .section-nav .top-level .lower-level .section-item .current {
          background-color: #fff;
          padding: 0; }

.section-nav-with-icons .top-level .section-item a.top-level-item {
  font-family: T10, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #353535;
  padding: 15px 20px 15px 35px; }

.section-nav-with-icons .top-level .section-item.current {
  background-color: #efefef; }
  @media screen and (min-width: 768px) {
    .section-nav-with-icons .top-level .section-item.current .arrow {
      display: inline-block;
      background-image: url(/_Images/sprites/ui.png);
      background-position: -1057px -81px;
      width: 6px;
      height: 9px;
      position: absolute;
      right: -6px;
      top: 22px;
      margin-top: -4.5px; } }

.new-section-nav {
  font-size: 1.5rem; }
  .new-section-nav .section-nav-title {
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 5px;
    margin: 0 0 15px;
    border-bottom: 1px solid #cccccc;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .new-section-nav .section-nav-title {
        margin: 0 10px; } }
  .new-section-nav .top-level {
    border-top: none;
    text-transform: none; }
    .new-section-nav .top-level .section-item {
      border-bottom: none; }
      .new-section-nav .top-level .section-item .top-level-item {
        padding: 10px 0; }
        @media screen and (max-width: 767px) {
          .new-section-nav .top-level .section-item .top-level-item {
            padding-left: 10px; } }

.section-nav-trigger {
  display: none; }
  @media screen and (max-width: 767px) {
    .section-nav-trigger {
      display: block;
      background-color: #4f545d;
      font-family: T10, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 700;
      font-size: 1.2rem;
      color: #353535;
      color: #fff;
      text-transform: uppercase;
      /*height: 40px;
		padding: 12px 11px 0;*/
      padding: 12px 11px;
      margin: 0; }
      .section-nav-trigger .icon {
        width: auto;
        padding-left: 29px;
        line-height: 10px; }
        .section-nav-trigger .icon.icon-default {
          display: inline-block;
          background-image: url(/_Images/sprites/ui.png);
          background-position: -744px -360px;
          width: 22px;
          height: 10px;
          width: auto; }
        .section-nav-trigger .icon.icon-expanded {
          display: none;
          background-image: url(/_Images/sprites/ui.png);
          background-position: -722px -370px;
          width: 22px;
          height: 10px;
          width: auto; }
      .section-nav-trigger.expanded .icon.icon-default {
        display: none; }
      .section-nav-trigger.expanded .icon.icon-expanded {
        display: inline-block; } }

.columns.mobile-open .mobile-column-overlay {
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.pagination {
  text-align: center;
  margin: 50px auto;
  font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #353535; }
  .pagination .pagination-text {
    display: inline-block;
    margin: 0 10px; }
    @media screen and (max-width: 767px) {
      .pagination .pagination-text {
        margin: 0; } }
  .pagination .page-input-field {
    height: 34px;
    max-width: 54px;
    border: 1px solid #000000;
    border: 1px solid black;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #c2c2c2;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .pagination .page-input-field {
        margin: 0 5px; } }
  .pagination .page-arrow {
    display: inline-block;
    border: none;
    background-color: transparent;
    vertical-align: middle; }
    .pagination .page-arrow.page-arrow-first {
      background-image: url(/_Images/sprites/ui.png);
      background-position: -869px -264px;
      width: 17px;
      height: 12px;
      margin-right: 13px; }
      .pagination .page-arrow.page-arrow-first:hover, .pagination .page-arrow.page-arrow-first.disabled {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -835px -288px;
        width: 17px;
        height: 12px; }
    .pagination .page-arrow.page-arrow-last {
      background-image: url(/_Images/sprites/ui.png);
      background-position: -852px -276px;
      width: 17px;
      height: 12px;
      margin-left: 13px; }
      .pagination .page-arrow.page-arrow-last:hover, .pagination .page-arrow.page-arrow-last.disabled {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -886px -252px;
        width: 17px;
        height: 12px; }
    .pagination .page-arrow.page-arrow-prev {
      background-image: url(/_Images/sprites/ui.png);
      background-position: -948px -187px;
      width: 9px;
      height: 12px;
      margin-right: 13px; }
      .pagination .page-arrow.page-arrow-prev:hover, .pagination .page-arrow.page-arrow-prev.disabled {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -939px -199px;
        width: 9px;
        height: 12px; }
    .pagination .page-arrow.page-arrow-next {
      background-image: url(/_Images/sprites/ui.png);
      background-position: -966px -163px;
      width: 9px;
      height: 12px;
      margin-left: 13px; }
      .pagination .page-arrow.page-arrow-next:hover, .pagination .page-arrow.page-arrow-next.disabled {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -984px -139px;
        width: 9px;
        height: 12px; }
    .pagination .page-arrow.disabled {
      opacity: 0.3;
      cursor: default; }

.page-count {
  text-align: right;
  font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #353535;
  padding-bottom: 5px;
  border-bottom: 1px solid #f3f3f4; }
  @media screen and (max-width: 767px) {
    .page-count {
      display: none; } }

.sort-dropdown {
  position: relative;
  height: 40px;
  min-width: 200px;
  display: inline-block;
  z-index: 998;
  /* The following styles are for elements generated by tamingselect.js */ }
  @media screen and (max-width: 767px) {
    .sort-dropdown {
      width: 100%; } }
  .sort-dropdown .sort-trigger {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    border: 1px solid #000000;
    border: 1px solid black;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #ddd;
    height: 40px;
    width: 100%;
    display: block;
    padding: 12px 40px 12px 20px;
    background: url(/_Images/ui/dd-arrow-down.png) no-repeat right 17px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .sort-dropdown .sort-trigger:hover {
      text-decoration: none;
      color: #b50a47; }
  .sort-dropdown .activetrigger {
    display: none; }
  .sort-dropdown .dropcontainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .sort-dropdown .dropcontainer .dropdownhidden {
      display: none; }
    .sort-dropdown .dropcontainer .dropdownvisible {
      margin: 0;
      width: 100%;
      display: block;
      list-style-type: none;
      border: 1px solid #000000;
      border: 1px solid black;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      border: 3px solid #008ca1;
      padding: 0 18px 5px;
      background: #fff url(/_Images/ui/dd-arrow-up.png) no-repeat right 15px;
      -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3); }
      .sort-dropdown .dropcontainer .dropdownvisible li {
        border-top: 1px solid #ccc;
        padding: 0; }
        .sort-dropdown .dropcontainer .dropdownvisible li a {
          font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
          font-weight: 400;
          font-size: 1.2rem;
          color: #353535;
          display: block;
          padding: 9px 0; }
          .sort-dropdown .dropcontainer .dropdownvisible li a:hover {
            text-decoration: none;
            color: #b50a47; }
        .sort-dropdown .dropcontainer .dropdownvisible li:first-child {
          border-top: none; }

.tags {
  font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #353535;
  line-height: 1.167;
  display: block; }
  .tags a {
    font-family: T9, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #b50a47;
    text-decoration: none; }
    .tags a:hover {
      text-decoration: underline; }

.tags + .rtf {
  margin-top: 1.2em; }

.page-sub-title + .rtf {
  margin-top: 1.2em; }

.search-results .page-title {
  margin: 0 0 15px;
  font-family: T17, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.267em;
  color: #353535; }
  @media screen and (max-width: 1024px) {
    .search-results .page-title {
      font-size: 2.4rem;
      line-height: 1.333em; } }
  @media screen and (max-width: 767px) {
    .search-results .page-title {
      font-size: 1.8rem;
      line-height: 1.333em; } }
  @media screen and (max-width: 767px) {
    .search-results .page-title {
      margin: 17px 13px 15px; } }

@media screen and (max-width: 767px) {
  .search-results .right-col {
    padding: 0; } }

.results-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #f3f3f4; }

.result-item {
  position: relative;
  padding: 20px;
  border-top: 1px solid #f3f3f4;
  border-bottom: 1px solid #f3f3f4;
  overflow: hidden; }
  .result-item:nth-child(even) {
    background-color: #f3f3f4;
    margin: 2px 0;
    padding-top: 18px; }
    .result-item:nth-child(even) .type {
      top: 0px; }
  .result-item:first-child {
    border-top: none; }
  .result-item:last-child {
    border-bottom: none !important; }
  .result-item .type {
    position: absolute;
    right: 0;
    top: 2px;
    text-transform: uppercase;
    font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff;
    font-size: 1.1rem;
    background-color: #4f545d;
    padding: 2px 5px; }
  .result-item .result-img {
    width: 150px;
    height: 150px;
    border: 1px solid #000000;
    border: 1px solid black;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: none;
    float: left; }
    @media screen and (max-width: 767px) {
      .result-item .result-img {
        display: none; } }
  .result-item .result-img + .result-info {
    margin-left: 180px; }
    @media screen and (max-width: 767px) {
      .result-item .result-img + .result-info {
        margin-left: 0; } }
  .result-item .type + .result-info {
    margin-top: 20px; }
  .result-item .result-title {
    margin: 0 0 7px;
    border-left: 3px solid #4f545d;
    padding-left: 8px;
    font-family: T3, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    color: #353535;
    line-height: 1.333; }
    .result-item .result-title a {
      color: #353535; }
  .result-item .author,
  .result-item .release-date {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    line-height: 1.167;
    display: block;
    margin-bottom: 7px; }
  .result-item .tags {
    margin-bottom: 20px;
    line-height: 1.167; }
  .result-item .series-note {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    line-height: 1.167;
    display: block;
    margin-bottom: 20px; }
  .result-item .tags + .series-note {
    margin-top: -13px; }
  .result-item .result-description,
  .result-item .event-description {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    line-height: 1.833; }
  .result-item .result-description {
    margin: 20px 0 0; }

.rtf .result-item {
  margin-left: 0; }

.search-results.listing-page.search-related .listing-heading {
  font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 2.8rem;
  color: #353535;
  margin: 0;
  float: left; }
  @media screen and (max-width: 767px) {
    .search-results.listing-page.search-related .listing-heading {
      display: none; } }

.search-results.listing-page.search-related .page-count {
  margin-top: 10px;
  border-bottom-color: #cccccc; }
  .search-results.listing-page.search-related .page-count:before, .search-results.listing-page.search-related .page-count:after {
    content: " ";
    display: table; }
  .search-results.listing-page.search-related .page-count:after {
    clear: both; }

.search-results.listing-page.search-related .tabs .tab-content,
.search-results.listing-page.search-related .static-tabs .tab-content {
  border-top-color: #cccccc;
  margin-top: 5px; }

.search-results.listing-page.search-related .filters {
  border-right: none; }
  .search-results.listing-page.search-related .filters .column-title {
    display: none; }
  .search-results.listing-page.search-related .filters .filter-category {
    font-size: 1.4rem;
    font-weight: bold;
    background-color: inherit;
    padding-left: 0; }
  .search-results.listing-page.search-related .filters .filter-category ~ .filter-list {
    border-top: 1px solid #cccccc; }
  .search-results.listing-page.search-related .filters .filter-list {
    border-bottom: none;
    /* styles (not all) from http://codepen.io/CreativeJuiz/pen/BiHzp */
    /* Base for label styling */
    /* checkbox aspect */
    /* checked mark aspect */
    /* checked mark aspect changes */ }
    .search-results.listing-page.search-related .filters .filter-list [type="checkbox"]:not(:checked),
    .search-results.listing-page.search-related .filters .filter-list [type="checkbox"]:checked {
      position: absolute;
      left: -9999px; }
    .search-results.listing-page.search-related .filters .filter-list [type="checkbox"]:not(:checked) + label,
    .search-results.listing-page.search-related .filters .filter-list [type="checkbox"]:checked + label {
      position: relative;
      padding-left: 25px;
      cursor: pointer; }
    .search-results.listing-page.search-related .filters .filter-list [type="checkbox"]:not(:checked) + label:before,
    .search-results.listing-page.search-related .filters .filter-list [type="checkbox"]:checked + label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 17px;
      height: 17px;
      border: 1px solid #cccccc;
      background: #fff;
      border-radius: 2px; }
    .search-results.listing-page.search-related .filters .filter-list [type="checkbox"]:not(:checked) + label:after,
    .search-results.listing-page.search-related .filters .filter-list [type="checkbox"]:checked + label:after {
      content: '✔';
      position: absolute;
      top: 2px;
      left: 2px;
      font-size: 18px;
      line-height: 0.8;
      color: #000;
      transition: all .2s; }
    .search-results.listing-page.search-related .filters .filter-list [type="checkbox"]:not(:checked) + label:after {
      opacity: 0;
      transform: scale(0); }
    .search-results.listing-page.search-related .filters .filter-list [type="checkbox"]:checked + label:after {
      opacity: 1;
      transform: scale(1); }
    .search-results.listing-page.search-related .filters .filter-list .checkbox {
      width: 25px; }
    .search-results.listing-page.search-related .filters .filter-list .label {
      width: auto;
      max-width: none;
      font-size: 1.5rem; }
    .search-results.listing-page.search-related .filters .filter-list .total {
      display: none; }

.search-results.listing-page.search-related .results-list {
  border-bottom: none; }

.search-results.listing-page.search-related .results-list.course-catalog {
  border-bottom: none; }
  .search-results.listing-page.search-related .results-list.course-catalog .result-item {
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #cccccc;
    overflow: hidden;
    border-bottom: 0; }
    .search-results.listing-page.search-related .results-list.course-catalog .result-item:first-child {
      border-top: none; }
    .search-results.listing-page.search-related .results-list.course-catalog .result-item:nth-child(even) {
      background-color: #fff; }
    @media screen and (max-width: 767px) {
      .search-results.listing-page.search-related .results-list.course-catalog .result-item {
        padding: 20px; } }
  .search-results.listing-page.search-related .results-list.course-catalog .type {
    top: 0;
    right: auto;
    padding: 10px;
    min-width: 150px; }
  .search-results.listing-page.search-related .results-list.course-catalog .type + .result-info {
    margin-top: 20x; }
  .search-results.listing-page.search-related .results-list.course-catalog .result-title {
    border-left: 0;
    padding-left: 0;
    line-height: 38px;
    margin-bottom: 15px;
    font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 2.8rem;
    color: #353535;
    font-size: 2.2rem; }
    .search-results.listing-page.search-related .results-list.course-catalog .result-title a {
      color: #b50a47; }
  .search-results.listing-page.search-related .results-list.course-catalog .event-description {
    font-size: 1.4rem; }
  .search-results.listing-page.search-related .results-list.course-catalog .event-info dl {
    margin: 0; }
  .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details,
  .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-registration {
    display: inline-block;
    width: 50%;
    margin: 0;
    /* reset */
    padding: 0;
    margin-top: 5px; }
  .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details {
    margin-bottom: 15px; }
    .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .date,
    .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .location {
      padding-left: 0; }
    .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .date:before,
    .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .location:before {
      background-image: none; }
    .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .date {
      margin-bottom: 5px;
      font-family: T20, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 700;
      font-size: 1.4rem;
      color: #353535;
      font-size: 1.8rem;
      font-weight: 400; }
    .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .location {
      font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #353535;
      line-height: 23px; }
      .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .location span {
        margin-bottom: 0; }
      .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .location .name,
      .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .location .address {
        line-height: inherit;
        font-size: inherit; }
  .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-registration {
    text-align: right;
    display: flex;
    flex-direction: column;
    float: right; }
    @media screen and (max-width: 767px) {
      .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-registration {
        float: none;
        width: 100%; } }
    .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-registration .button {
      margin: 0 0 10px 10px;
      max-width: none;
      width: auto;
      display: inline-block;
      flex-grow: 0;
      align-self: flex-end; }
      @media screen and (max-width: 767px) {
        .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-registration .button {
          margin-left: 0;
          width: 100%; } }

.search-box {
  margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .search-box {
      margin: 0 13px 20px; } }
  .search-box .search-field {
    height: 40px;
    border: 1px solid #000000;
    border: 1px solid black;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-color: #fff;
    padding: 0 20px;
    margin-bottom: 15px;
    -webkit-box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.3); }
    .search-box .search-field .search {
      font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      color: #353535;
      border: none;
      height: 38px;
      width: 90%;
      background-color: transparent; }
      @media screen and (max-width: 1024px) {
        .search-box .search-field .search {
          width: 85%; } }
      @media screen and (max-width: 767px) {
        .search-box .search-field .search {
          width: 78%; } }
    .search-box .search-field .search-submit {
      float: right;
      text-transform: uppercase;
      font-family: T10, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 700;
      font-size: 1.2rem;
      color: #353535;
      font-size: 1.1rem;
      color: #008ca1;
      border: none;
      padding: 12px 15px 12px 5px;
      background-color: transparent;
      background: url("/_Images/ui/arrow-teal-tiny-right.png") no-repeat right center; }
  .search-box .search-clear {
    font-size: 1.2rem;
    float: right;
    position: relative;
    top: -10px;
    margin-right: 19px; }
  .search-box .result-summary {
    font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #353535; }

.filters {
  border-right: 1px solid #f3f3f4; }
  .filters .column-title {
    font-family: T10, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #353535;
    font-size: 1.1rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #4f545d;
    margin-top: 20px;
    padding: 8px 10px; }
    @media screen and (max-width: 767px) {
      .filters .column-title {
        display: none; } }
  .filters .filter-categories {
    margin: 0 10px; }
    @media screen and (max-width: 767px) {
      .filters .filter-categories {
        margin-top: 10px; } }
  .filters .filter-category {
    display: inline-block;
    background-color: #dcdddf;
    text-transform: uppercase;
    color: #4f545d;
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    font-size: 1.1rem;
    padding: 2px 6px;
    margin: 0 0 5px 0; }
  .filters .filter-list {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #f3f3f4; }
    .filters .filter-list .category-header {
      margin: 5px 10px 0;
      font-family: T10, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 700;
      font-size: 1.2rem;
      color: #353535;
      font-size: 1.1rem; }
    .filters .filter-list td {
      padding: 10px 0;
      vertical-align: top; }
    .filters .filter-list .checkbox {
      padding-left: 0;
      padding-right: 0;
      width: 25px; }
    .filters .filter-list .label {
      font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #353535;
      line-height: 1.143;
      word-wrap: break-word;
      max-width: 100px; }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        .filters .filter-list .label {
          font-size: 1.2rem; } }
      .filters .filter-list .label .sub-label {
        display: block;
        font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
        font-weight: 400;
        font-size: 1.2rem;
        color: #353535;
        font-size: 1.1rem; }
    .filters .filter-list .total {
      font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      color: #353535;
      line-height: 1.333;
      padding-left: 0;
      text-align: right;
      width: 10px; }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        .filters .filter-list .total {
          display: none; } }
    .filters .filter-list:last-of-type {
      border-bottom: none; }

.spinner {
  text-align: center;
  margin-top: 20px; }
  .spinner img {
    max-width: 64px;
    max-height: 64px; }

.tabs .tab-nav,
.static-tabs .tab-nav {
  z-index: 201; }

.tabs .tab-list,
.static-tabs .tab-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left; }
  .tabs .tab-list .tab,
  .tabs .tab-list .static-tab,
  .static-tabs .tab-list .tab,
  .static-tabs .tab-list .static-tab {
    display: inline-block;
    height: 40px;
    padding: 11px 20px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    border: 1px solid #f4f4f4;
    background-color: rgba(233, 233, 233, 0.2);
    border-bottom: none;
    float: left; }
    @media screen and (max-width: 767px) {
      .tabs .tab-list .tab,
      .tabs .tab-list .static-tab,
      .static-tabs .tab-list .tab,
      .static-tabs .tab-list .static-tab {
        border-right: 0;
        border-left: 0; } }
    .tabs .tab-list .tab a,
    .tabs .tab-list .static-tab a,
    .static-tabs .tab-list .tab a,
    .static-tabs .tab-list .static-tab a {
      font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #353535;
      text-decoration: none; }
    .tabs .tab-list .tab .arrow,
    .tabs .tab-list .static-tab .arrow,
    .static-tabs .tab-list .tab .arrow,
    .static-tabs .tab-list .static-tab .arrow {
      display: none; }
    .tabs .tab-list .tab.ui-state-active,
    .tabs .tab-list .static-tab.ui-state-active,
    .static-tabs .tab-list .tab.ui-state-active,
    .static-tabs .tab-list .static-tab.ui-state-active {
      background-color: #008ca1;
      border: none;
      z-index: 2; }
      .tabs .tab-list .tab.ui-state-active a,
      .tabs .tab-list .static-tab.ui-state-active a,
      .static-tabs .tab-list .tab.ui-state-active a,
      .static-tabs .tab-list .static-tab.ui-state-active a {
        font-family: T6, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
        font-weight: 400;
        font-size: 1.4rem;
        color: #fff; }
      .tabs .tab-list .tab.ui-state-active .arrow,
      .tabs .tab-list .static-tab.ui-state-active .arrow,
      .static-tabs .tab-list .tab.ui-state-active .arrow,
      .static-tabs .tab-list .static-tab.ui-state-active .arrow {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -1063px -75px;
        width: 9px;
        height: 6px;
        display: inline-block;
        position: absolute;
        bottom: -6px;
        left: 50%;
        margin-left: -5px; }

.tabs .tab-content,
.static-tabs .tab-content {
  border-top: 1px solid #efefef;
  margin-top: 20px;
  position: relative;
  clear: both; }

.tabs .tab-mobile-trigger,
.static-tabs .tab-mobile-trigger {
  display: none; }

@media screen and (max-width: 767px) {
  .tabs .tab-nav,
  .static-tabs .tab-nav {
    position: relative;
    background-color: #008ca1;
    color: #fff;
    padding: 10px 15px;
    height: 60px; }
    .tabs .tab-nav .tab-list,
    .static-tabs .tab-nav .tab-list {
      display: none; }
    .tabs .tab-nav .tab-mobile-trigger,
    .static-tabs .tab-nav .tab-mobile-trigger {
      display: block;
      position: relative; }
      .tabs .tab-nav .tab-mobile-trigger .current-tab,
      .static-tabs .tab-nav .tab-mobile-trigger .current-tab {
        font-size: 1.2rem;
        color: #353535;
        width: 100%;
        display: block;
        height: 40px;
        border: 1px solid #000000;
        border: 1px solid black;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        border: none;
        padding: 12px 25px 0;
        background: #fff url(/_Images/ui/dd-arrow-down.png) no-repeat right 17px; }
    .tabs .tab-nav.expanded .tab-list,
    .static-tabs .tab-nav.expanded .tab-list {
      display: block;
      position: absolute;
      top: 10px;
      left: 15px;
      right: 15px;
      width: auto;
      z-index: 2;
      background: #fff url(/_Images/ui/dd-arrow-up.png) no-repeat right 17px;
      border: 1px solid #000000;
      border: 1px solid black;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      border: none;
      padding: 0 10px;
      -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3); }
      .tabs .tab-nav.expanded .tab-list .tab,
      .tabs .tab-nav.expanded .tab-list .static-tab,
      .static-tabs .tab-nav.expanded .tab-list .tab,
      .static-tabs .tab-nav.expanded .tab-list .static-tab {
        float: none;
        width: 100%;
        display: block;
        text-align: left;
        padding: 3px 0px;
        height: auto;
        background-color: transparent;
        text-transform: none;
        border-top: 1px solid #efefef; }
        .tabs .tab-nav.expanded .tab-list .tab:first-child,
        .tabs .tab-nav.expanded .tab-list .static-tab:first-child,
        .static-tabs .tab-nav.expanded .tab-list .tab:first-child,
        .static-tabs .tab-nav.expanded .tab-list .static-tab:first-child {
          border-top: none; }
        .tabs .tab-nav.expanded .tab-list .tab a,
        .tabs .tab-nav.expanded .tab-list .static-tab a,
        .static-tabs .tab-nav.expanded .tab-list .tab a,
        .static-tabs .tab-nav.expanded .tab-list .static-tab a {
          color: #353535;
          font-size: 1.2rem;
          padding: 9px 15px;
          display: block; }
        .tabs .tab-nav.expanded .tab-list .tab .arrow,
        .tabs .tab-nav.expanded .tab-list .static-tab .arrow,
        .static-tabs .tab-nav.expanded .tab-list .tab .arrow,
        .static-tabs .tab-nav.expanded .tab-list .static-tab .arrow {
          display: none; }
    .tabs .tab-nav.expanded .tab-mobile-trigger,
    .static-tabs .tab-nav.expanded .tab-mobile-trigger {
      display: block;
      position: relative;
      text-transform: uppercase;
      padding: 11px 15px;
      height: 40px; }
      .tabs .tab-nav.expanded .tab-mobile-trigger .current-tab,
      .static-tabs .tab-nav.expanded .tab-mobile-trigger .current-tab {
        display: none; }
      .tabs .tab-nav.expanded .tab-mobile-trigger .arrow,
      .static-tabs .tab-nav.expanded .tab-mobile-trigger .arrow {
        display: none; }
      .tabs .tab-nav.expanded .tab-mobile-trigger .sort,
      .static-tabs .tab-nav.expanded .tab-mobile-trigger .sort {
        z-index: 3; }
        .tabs .tab-nav.expanded .tab-mobile-trigger .sort .arrow,
        .static-tabs .tab-nav.expanded .tab-mobile-trigger .sort .arrow {
          display: inline-block;
          background-image: url(/_Images/sprites/ui.png);
          background-position: -1081px -63px;
          width: 9px;
          height: 6px; } }

.static-tabs .tab-content {
  display: none; }
  .static-tabs .tab-content.ui-state-active {
    display: block; }

.listing-page .tabs,
.listing-page .static-tabs {
  margin-top: 29px; }
  @media screen and (max-width: 767px) {
    .listing-page .tabs,
    .listing-page .static-tabs {
      margin-top: 0; } }
  .listing-page .tabs .page-count,
  .listing-page .static-tabs .page-count {
    display: inline-block;
    float: right;
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 17px; }
    @media screen and (max-width: 767px) {
      .listing-page .tabs .page-count,
      .listing-page .static-tabs .page-count {
        display: none; } }

.listing-page .search-box {
  margin-bottom: 0;
  z-index: 999; }
  .listing-page .search-box .search-field {
    margin-bottom: 0;
    width: 76%;
    display: inline-block;
    float: left; }
    @media screen and (max-width: 1024px) {
      .listing-page .search-box .search-field {
        width: 70%; } }
    @media screen and (max-width: 767px) {
      .listing-page .search-box .search-field {
        width: 100%;
        float: none;
        margin-bottom: 10px; } }
  .listing-page .search-box .sort-dropdown {
    float: right;
    width: 21%; }
    @media screen and (max-width: 767px) {
      .listing-page .search-box .sort-dropdown {
        width: 100%;
        float: none; } }

.listing-page .section-nav-trigger {
  margin-top: 20px; }

@media screen and (max-width: 767px) {
  .listing-detail {
    margin-top: 20px; } }

.listing-detail .listing-detail__sub-title {
  font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  color: #353535;
  font-size: 2.8rem;
  margin: 0 0 18px; }
  @media screen and (max-width: 767px) {
    .listing-detail .listing-detail__sub-title {
      font-family: T3, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 300;
      font-size: 1.8rem;
      color: #353535;
      font-size: 1.8rem; } }

.listing-detail .listing-detail__section {
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  margin-bottom: 37px; }
  .listing-detail .listing-detail__section .listing-detail__section__intro {
    margin-top: 27px; }
  .listing-detail .listing-detail__section + .listing-detail__callout,
  .listing-detail .listing-detail__section + .headline-list,
  .listing-detail .listing-detail__section + .credit-table {
    margin-top: -5px; }
  .listing-detail .listing-detail__section + .event-overview-info {
    font-size: 48px; }
  .listing-detail .listing-detail__section > :first-child {
    margin-top: 0; }
  .listing-detail .listing-detail__section.rtf ul {
    margin-left: 13px; }
  .listing-detail .listing-detail__section.rtf .column-list {
    margin-left: 0;
    width: 100%; }
    .listing-detail .listing-detail__section.rtf .column-list li {
      display: inline-block;
      width: 45%;
      padding-right: 20px;
      margin: 0 0 10px 15px; }
      .listing-detail .listing-detail__section.rtf .column-list li:before {
        content: '\2022';
        margin-right: 0.5em; }
      @media screen and (max-width: 767px) {
        .listing-detail .listing-detail__section.rtf .column-list li {
          display: block;
          width: auto; } }
  .listing-detail .listing-detail__section.rtf .headline-list {
    margin-left: 0;
    list-style-image: none; }
    .listing-detail .listing-detail__section.rtf .headline-list .headline-list-item {
      margin-left: 0; }
    @media screen and (max-width: 767px) {
      .listing-detail .listing-detail__section.rtf .headline-list {
        margin-left: -13px;
        margin-right: -13px; } }
  .listing-detail .listing-detail__section .button {
    float: right; }
  .listing-detail .listing-detail__section .booking {
    text-align: center;
    clear: both;
    maring: 20px 0; }
    .listing-detail .listing-detail__section .booking .button {
      margin: 10px 20px;
      float: none; }
      @media screen and (max-width: 767px) {
        .listing-detail .listing-detail__section .booking .button {
          margin: 10px 0;
          width: 100%; } }

.listing-detail section:last-child {
  border-bottom: none; }

.listing-detail .result-title {
  font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  color: #353535;
  border-color: #008ca1; }
  @media screen and (max-width: 767px) {
    .listing-detail .result-title {
      font-family: T3, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 300;
      font-size: 1.8rem;
      color: #353535; } }

.listing-detail .results-list .result-item:last-child {
  border-bottom: none; }

@media screen and (max-width: 767px) {
  .listing-detail .results-list {
    margin: 0 -13px; } }

.listing-detail .results-list.exhibits {
  margin-bottom: 40px; }
  .listing-detail .results-list.exhibits .result-item {
    border-bottom: none; }
    .listing-detail .results-list.exhibits .result-item .event-info {
      display: block; }
    .listing-detail .results-list.exhibits .result-item .event-description {
      font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #353535;
      display: block;
      width: auto; }
    @media screen and (max-width: 767px) {
      .listing-detail .results-list.exhibits .result-item .event-details {
        margin-top: 0;
        margin-left: 5px; } }
    .listing-detail .results-list.exhibits .result-item .event-registration {
      text-align: right; }
      @media screen and (max-width: 767px) {
        .listing-detail .results-list.exhibits .result-item .event-registration {
          text-align: left;
          margin-top: 0;
          padding-top: 0; } }
      .listing-detail .results-list.exhibits .result-item .event-registration .prices {
        display: inline-block; }
        @media screen and (max-width: 767px) {
          .listing-detail .results-list.exhibits .result-item .event-registration .prices {
            margin-left: 0; } }

.listing-detail .listing-detail__actions {
  overflow: hidden;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .listing-detail .listing-detail__actions {
      text-align: center;
      margin-bottom: 30px; } }
  .listing-detail .listing-detail__actions + .listing-detail__sub-title {
    margin-top: 40px; }
  .listing-detail .listing-detail__actions .action-link {
    line-height: 40px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .listing-detail .listing-detail__actions .action-link {
        margin: 5px 0; } }
  .listing-detail .listing-detail__actions .button {
    margin-left: 30px;
    min-width: 190px;
    float: right; }
    @media screen and (max-width: 767px) {
      .listing-detail .listing-detail__actions .button {
        width: 100%;
        margin: 0;
        float: none; } }
  .listing-detail .listing-detail__actions .white-button {
    clear: right;
    border-color: #008ca1;
    color: #008ca1;
    margin-top: 15px;
    text-transform: none; }
    .listing-detail .listing-detail__actions .white-button:hover {
      background-color: #008ca1;
      color: #fff; }
    @media screen and (max-width: 767px) {
      .listing-detail .listing-detail__actions .white-button {
        margin: 20px 0 0; } }

.listing-detail-alert {
  font-family: T4, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #353535;
  border: 2px solid #008ca1;
  padding: 12px 15px;
  margin-bottom: 22px; }
  .listing-detail-alert .listing-detail-alert__title {
    font-family: T10, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #353535;
    text-transform: uppercase;
    margin: 0 0 8px; }
  .listing-detail-alert .listing-detail-alert__item {
    font-family: T4, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #353535;
    border-left: 3px solid #4f545d;
    padding-left: 8px;
    margin: 8px 0; }
  .listing-detail-alert .listing-detail-alert__info {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    margin: 8px 0 0;
    line-height: 1.5; }
  .listing-detail-alert .action-link {
    display: inline-block;
    text-decoration: underline;
    text-transform: uppercase; }

.listing-detail .headline {
  font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  color: #353535;
  font-size: 2.8rem;
  line-height: 38px;
  margin: 0; }

.listing-detail .listing-detail__section {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }

.listing-detail .event-info {
  margin-bottom: 20px; }
  .listing-detail .event-info dd {
    margin: 0; }
  .listing-detail .event-info .listing-detail__event-details {
    margin-bottom: 20px; }
    .listing-detail .event-info .listing-detail__event-details dt {
      display: none; }
    .listing-detail .event-info .listing-detail__event-details .date {
      font-family: T20, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 700;
      font-size: 1.4rem;
      color: #353535;
      font-size: 1.8rem; }
    .listing-detail .event-info .listing-detail__event-details .location {
      font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #353535;
      line-height: 23px; }
      .listing-detail .event-info .listing-detail__event-details .location .name,
      .listing-detail .event-info .listing-detail__event-details .location .address {
        display: block;
        line-height: inherit;
        font-size: inherit; }
  .listing-detail .event-info .listing-detail__event-registration .prices {
    float: left;
    margin-right: 50px; }
    @media screen and (max-width: 767px) {
      .listing-detail .event-info .listing-detail__event-registration .prices {
        float: none;
        margin-right: 0; } }
    .listing-detail .event-info .listing-detail__event-registration .prices dt,
    .listing-detail .event-info .listing-detail__event-registration .prices dd {
      margin-bottom: 0; }

@media (max-width: 1024px) {
  .listing-detail .event-info-hr {
    display: none; } }

.listing-detail__callout {
  background-color: #f3f3f4;
  padding: 25px;
  margin-bottom: 40px;
  overflow: hidden; }
  .listing-detail__callout .listing-detail__callout__image {
    float: left;
    margin-right: 24px;
    max-width: 100px; }
    @media screen and (max-width: 767px) {
      .listing-detail__callout .listing-detail__callout__image {
        max-width: 70px;
        margin-bottom: 15px;
        margin-right: 20px; } }
  .listing-detail__callout .listing-detail__callout__title {
    font-family: T4, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #353535;
    border-left: 3px solid #b50a47;
    padding-left: 8px;
    margin: 0 0 12px 0; }
  .listing-detail__callout .listing-detail__callout__image + .listing-detail__callout__title {
    margin-left: 125px; }
    @media screen and (max-width: 767px) {
      .listing-detail__callout .listing-detail__callout__image + .listing-detail__callout__title {
        margin-left: 90px; } }
  .listing-detail__callout .listing-detail__callout__info {
    margin: 0 0 0 0;
    line-height: 1.667; }
    @media screen and (max-width: 767px) {
      .listing-detail__callout .listing-detail__callout__info {
        clear: both;
        margin: 0; } }
  .listing-detail__callout .button {
    float: right;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .listing-detail__callout .button {
        float: none;
        width: 100%; } }

.agenda {
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .agenda {
      margin: 0 -13px; } }
  .agenda .agenda__filters {
    text-align: right; }
    @media screen and (max-width: 767px) {
      .agenda .agenda__filters {
        padding: 0 13px;
        text-align: left; } }
    .agenda .agenda__filters .sort-dropdown {
      margin-left: 20px;
      text-align: left;
      width: 200px; }
      @media screen and (max-width: 767px) {
        .agenda .agenda__filters .sort-dropdown {
          margin-left: 0;
          margin-top: 15px; }
          .agenda .agenda__filters .sort-dropdown:first-child {
            margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .agenda .accordion {
      margin-right: 0;
      margin-left: 0; } }
  .agenda .accordion .accordion__panel .accordion__panel__title {
    font-family: T4, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #353535; }
    .agenda .accordion .accordion__panel .accordion__panel__title time {
      margin-left: 10px; }
    @media screen and (max-width: 767px) {
      .agenda .accordion .accordion__panel .accordion__panel__title {
        padding: 12px;
        font-size: 1.6rem; } }
  .agenda .agenda-list {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .agenda .agenda-list .agenda-list__item {
      border-top: 1px solid #efefef;
      padding: 15px 28px; }
      @media screen and (max-width: 767px) {
        .agenda .agenda-list .agenda-list__item {
          padding: 15px 13px;
          font-size: 1.6rem; } }
      .agenda .agenda-list .agenda-list__item:first-child {
        border-top: none; }
    .agenda .agenda-list .agenda-list__item__times {
      display: inline-block;
      width: 32%;
      border-left: 3px solid #4f545d;
      padding-left: 8px;
      vertical-align: top; }
      @media screen and (max-width: 1024px) {
        .agenda .agenda-list .agenda-list__item__times {
          width: 40%; } }
      @media screen and (max-width: 767px) {
        .agenda .agenda-list .agenda-list__item__times {
          width: auto;
          display: block; } }
    .agenda .agenda-list .agenda-list__item__title {
      font-weight: 700;
      display: inline-block;
      vertical-align: top;
      max-width: 65%; }
      @media screen and (max-width: 1024px) {
        .agenda .agenda-list .agenda-list__item__title {
          width: 58%; } }
      @media screen and (max-width: 767px) {
        .agenda .agenda-list .agenda-list__item__title {
          display: block;
          margin: 5px 0 0 11px;
          width: auto; } }
    .agenda .agenda-list .agenda-list__item__command {
      position: relative;
      font-weight: 700;
      display: inline-block;
      vertical-align: middle; }
      .agenda .agenda-list .agenda-list__item__command .agenda-item__icon--internal {
        display: inline-block;
        margin-left: 8px; }
      .agenda .agenda-list .agenda-list__item__command .agenda-item__icon--internal {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -1096px -47px;
        width: 6px;
        height: 8px;
        top: 4px; }
      @media screen and (max-width: 1024px) {
        .agenda .agenda-list .agenda-list__item__command {
          width: 58%; } }
      @media screen and (max-width: 767px) {
        .agenda .agenda-list .agenda-list__item__command {
          display: block;
          margin: 5px 0 0 11px;
          width: auto; } }

.offerings {
  list-style-type: none;
  padding: 0;
  margin: 18px 0 40px; }
  @media screen and (max-width: 767px) {
    .offerings {
      margin: 18px -13px 40px; } }
  .offerings .offering__item {
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    padding: 20px; }
    .offerings .offering__item:first-child {
      border-top: 1px solid #efefef; }
    .offerings .offering__item:nth-child(even) {
      background-color: #f3f3f4; }
    .offerings .offering__item .offering__item__name {
      max-width: 60%;
      float: left; }
      @media screen and (max-width: 767px) {
        .offerings .offering__item .offering__item__name {
          float: none;
          max-width: 100%;
          display: block; } }
    .offerings .offering__item .offering__item__price {
      width: 175px;
      font-weight: 700;
      color: #008ca1;
      float: right; }
      @media screen and (max-width: 767px) {
        .offerings .offering__item .offering__item__price {
          width: auto;
          display: block;
          float: none;
          margin-top: 10px; } }

.prices {
  font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #353535;
  overflow: hidden; }
  .prices dt, .prices dd {
    margin-bottom: 10px;
    display: inline-block;
    float: left; }
  .prices dt {
    width: 150px;
    padding-right: 5px;
    clear: left; }
  .prices dd {
    margin-left: 0; }
    @media screen and (max-width: 767px) {
      .prices dd {
        min-width: 140px; } }
  .prices .member,
  .prices .total {
    font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #353535;
    font-weight: 700; }
  .prices .special {
    font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #353535;
    font-weight: 700;
    color: #008ca1; }

.speakers {
  list-style-type: none;
  padding: 0;
  margin: 0 0 47px; }
  .speakers .speaker-profile {
    overflow: hidden;
    clear: both;
    padding: 0 15px;
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .speakers .speaker-profile {
        padding: 0;
        margin-top: 30px; } }
    .speakers .speaker-profile .speaker-profile__img {
      border: 1px solid #000000;
      border: 1px solid black;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 108px;
      height: 108px;
      border: none;
      margin-bottom: 20px;
      overflow: hidden;
      float: left; }
    .speakers .speaker-profile .speaker-profile__name {
      font-family: T3, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 300;
      font-size: 1.8rem;
      color: #353535;
      font-size: 2rem;
      margin: 0 0 0 135px; }
    .speakers .speaker-profile .speaker-details {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .speakers .speaker-profile .speaker-details .speaker-details__detail {
        font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
        font-weight: 400;
        font-size: 1.2rem;
        color: #353535;
        display: block;
        line-height: 1.5;
        margin-left: 135px; }
    .speakers .speaker-profile .speaker-profile__bio {
      line-height: 1.714;
      margin: 14px 0 0 135px; }
      @media screen and (max-width: 767px) {
        .speakers .speaker-profile .speaker-profile__bio {
          clear: left;
          margin-left: 0; } }

.headline-list {
  list-style-type: none;
  list-style-image: none !important;
  padding: 0;
  margin: 0 0 40px; }
  .headline-list .headline-list-item {
    margin-left: 0 !important; }
    .headline-list .headline-list-item .headline-list-item__title {
      font-family: T4, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.8rem;
      color: #353535;
      background-color: #fcfcfc;
      border: solid #efefef;
      border-width: 1px 0;
      margin: 0;
      padding: 13px 16px; }
    .headline-list .headline-list-item .headline-list-item__content {
      line-height: 1.714;
      margin: 17px 16px 29px; }

.credit-table {
  width: 100%;
  border: 1px solid #efefef;
  margin: 0 0 40px;
  background-color: #fff; }
  .credit-table .credit-table__heading td,
  .credit-table .credit-table__content td {
    width: 20%;
    padding: 20px;
    border: 1px solid #efefef; }
    .credit-table .credit-table__heading td.credit-table__name,
    .credit-table .credit-table__content td.credit-table__name {
      width: 40%; }
    @media screen and (max-width: 767px) {
      .credit-table .credit-table__heading td,
      .credit-table .credit-table__content td {
        display: block;
        width: 100%;
        padding: 10px 20px; }
        .credit-table .credit-table__heading td.credit-table__name,
        .credit-table .credit-table__content td.credit-table__name {
          font-family: T10, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
          font-weight: 700;
          font-size: 1.2rem;
          color: #353535;
          width: 100%; } }
  .credit-table .credit-table__heading {
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .credit-table .credit-table__heading {
        display: none; } }
  .credit-table .credit-table__content {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535; }
    .credit-table .credit-table__content tr:nth-child(even) {
      background-color: #f3f3f4; }
    @media screen and (max-width: 767px) {
      .credit-table .credit-table__content tr {
        display: block;
        padding: 10px 0; } }
    .credit-table .credit-table__content td {
      border-width: 0 1px; }
  .credit-table .mobile-label {
    font-family: T10, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #353535;
    margin-right: 5px;
    display: none; }
    @media screen and (max-width: 767px) {
      .credit-table .mobile-label {
        display: inline-block; } }

.press-list {
  position: relative;
  margin-top: 20px;
  padding-top: 20px; }
  @media screen and (max-width: 767px) {
    .press-list {
      margin-top: 0;
      padding-top: 0; } }
  .press-list .static-tabs {
    margin-top: 0; }
  .press-list .tab-content {
    padding-top: 25px; }
  .press-list .result-item {
    padding-left: 200px; }
    .press-list .result-item .tags {
      margin-top: 5px;
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .press-list .result-item {
        padding: 18px 20px 19px; } }
  .press-list .release-date {
    position: absolute;
    top: 20px;
    left: 10px;
    max-width: 150px;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .press-list .release-date {
        position: static; } }
  .press-list .press-month {
    font-family: T4, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #353535;
    border-bottom: 1px solid #f3f3f4;
    padding: 10px 0px;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .press-list .press-month {
        padding: 10px 13px; } }
  .press-list .sort-dropdown {
    width: 203px;
    position: absolute;
    top: 10px;
    right: 0; }
    @media screen and (max-width: 767px) {
      .press-list .sort-dropdown {
        position: relative;
        width: 100%;
        padding: 10px 15px 10px;
        margin-bottom: 0;
        background-color: #008ca1;
        top: 0;
        height: 55px; }
        .press-list .sort-dropdown .sort-trigger {
          background-color: #fff;
          border: none; }
        .press-list .sort-dropdown .dropcontainer {
          padding: 0 15px; }
          .press-list .sort-dropdown .dropcontainer .dropdownvisible {
            border: 1px solid #000000;
            border: 1px solid black;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            border: none;
            margin-top: 10px;
            -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
            padding: 3px 20px 5px; } }

.press-releases {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 35px; }
  .press-releases:last-child {
    margin-bottom: 0; }

.article-listing-page {
  position: relative; }
  .article-listing-page .page-title {
    margin-right: 350px; }
    @media screen and (max-width: 767px) {
      .article-listing-page .page-title {
        margin-right: 0;
        font-size: 2.4rem; } }
  @media screen and (min-width: 768px) {
    .article-listing-page .columns {
      overflow: hidden; }
      .article-listing-page .columns .left-col {
        position: static;
        min-height: 700px; } }
  @media screen and (min-width: 1025px) {
    .article-listing-page .columns .left-col {
      width: 25%; }
    .article-listing-page .columns .right-col {
      width: 75%; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .article-listing-page .columns .left-col {
      width: 32%; }
    .article-listing-page .columns .right-col {
      width: 68%; } }
  .article-listing-page .filter-box {
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (max-width: 767px) {
      .article-listing-page .filter-box {
        position: static;
        margin: 0 13px 17px; } }
    @media screen and (min-width: 768px) {
      .article-listing-page .filter-box .sort-dropdown {
        width: 200px; } }
    .article-listing-page .filter-box .sort-label {
      line-height: 40px;
      vertical-align: top;
      margin-right: 6px;
      display: inline-block;
      text-transform: uppercase;
      font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      color: #353535; }
      @media screen and (max-width: 767px) {
        .article-listing-page .filter-box .sort-label {
          display: block;
          line-height: 1;
          margin-bottom: 8px; } }
  @media screen and (max-width: 767px) {
    .article-listing-page .article-detail {
      padding: 18px 13px; } }

.article-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden; }
  .article-list .article-list-loading {
    width: 10%;
    margin: 10px auto;
    display: block; }
  .article-list .article-list-item {
    padding: 19px 13px 39px;
    position: relative;
    border-bottom: 1px solid #f3f3f4; }
    .article-list .article-list-item.current {
      background-color: #f3f3f4;
      border-bottom: none; }
      .article-list .article-list-item.current .arrow {
        position: absolute;
        background-image: url(/_Images/sprites/ui.png);
        background-position: -1057px -81px;
        width: 6px;
        height: 9px;
        top: 24px;
        right: -6px;
        display: inline-block; }
        @media screen and (max-width: 767px) {
          .article-list .article-list-item.current .arrow {
            display: none; } }
  .article-list .article-title {
    display: block;
    padding-left: 8px;
    margin-top: 11px;
    line-height: 1.571;
    color: #353535;
    border-left: 3px solid #4f545d;
    max-height: 88px;
    overflow: hidden; }
  .article-list .type {
    display: inline-block;
    text-transform: uppercase;
    font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff;
    font-size: 1.1rem;
    background-color: #4f545d;
    padding: 2px 5px;
    position: relative;
    top: -14px; }

@media screen and (max-width: 767px) {
  .article-detail {
    padding: 18px 0; } }

.article-detail .article-title {
  padding-left: 7px;
  margin: 0 0 8px 0;
  font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  color: #353535; }
  @media screen and (max-width: 1024px) {
    .article-detail .article-title {
      font-size: 1.8rem; } }
  .article-detail .article-title a {
    color: #353535; }

.article-detail .rtf {
  margin-top: 18px; }

.article-detail .next-article {
  border-top: 1px solid #f3f3f4;
  padding-top: 18px; }
  .article-detail .next-article .next-title {
    text-transform: uppercase;
    font-family: T10, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #353535;
    margin-top: 0;
    margin-bottom: 18px; }

.article-detail .member-notice {
  overflow: hidden;
  background-color: #f3f3f4;
  border: 1px solid #ddd;
  padding: 27px 30px 20px;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .article-detail .member-notice {
      padding: 17px 20px 20px; } }
  .article-detail .member-notice .article-title {
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .article-detail .member-notice .article-title {
        margin-bottom: 14px; } }
  .article-detail .member-notice .member-teaser {
    line-height: 2;
    margin-bottom: 27px; }
    @media screen and (max-width: 767px) {
      .article-detail .member-notice .member-teaser {
        margin-bottom: 17px; } }
  .article-detail .member-notice .membership-links {
    text-align: right; }
  .article-detail .member-notice .button {
    min-width: 144px;
    margin-left: 21px; }
  .article-detail .member-notice .sign-in-link {
    display: inline-block;
    line-height: 40px; }
    @media screen and (max-width: 767px) {
      .article-detail .member-notice .sign-in-link {
        line-height: 1;
        margin-bottom: 17px;
        display: block;
        text-align: right; } }

.article-detail-full {
  position: relative; }
  .article-detail-full .page-title {
    margin-right: 350px;
    margin: 0 0 15px;
    font-family: T17, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 3rem;
    line-height: 1.267em;
    color: #353535; }
    @media screen and (max-width: 1024px) {
      .article-detail-full .page-title {
        font-size: 2.4rem;
        line-height: 1.333em; } }
    @media screen and (max-width: 767px) {
      .article-detail-full .page-title {
        font-size: 1.8rem;
        line-height: 1.333em; } }
    @media screen and (max-width: 767px) {
      .article-detail-full .page-title {
        margin: 17px 13px 15px;
        font-size: 2.4rem; } }
  @media screen and (max-width: 767px) {
    .article-detail-full .article-detail {
      padding: 18px 13px; } }
  .article-detail-full .back-link {
    line-height: 40px;
    vertical-align: top;
    margin-right: 6px;
    display: inline-block;
    text-transform: uppercase;
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535; }
    @media screen and (max-width: 767px) {
      .article-detail-full .back-link {
        display: block;
        margin: 17px 13px 15px; } }

.article-sharing {
  margin: 20px 0 40px; }
  .article-sharing .sharing-title {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    text-transform: uppercase;
    margin: 17px 0; }
  .article-sharing .sharing_url {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 10px 20px;
    margin-right: 20px;
    vertical-align: middle;
    width: 260px;
    font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #353535; }
    @media screen and (max-width: 767px) {
      .article-sharing .sharing_url {
        padding: 10px;
        display: block;
        width: 100%; } }
  .article-sharing .social_icons {
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .article-sharing .social_icons {
        display: block;
        margin-top: 10px; } }

.publishing-info {
  margin-bottom: 15px; }
  .publishing-info .article-time,
  .publishing-info .article-location,
  .publishing-info .article-author {
    text-transform: uppercase;
    font-family: T10, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #353535;
    display: inline; }
  .publishing-info .article-author:before,
  .publishing-info .article-location:before {
    content: "\2013";
    margin: 0 5px; }

.boilerplate {
  font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #353535;
  line-height: 1.833;
  border-top: 1px solid #efefef;
  padding-top: 30px;
  margin-top: 30px; }

.home .features {
  margin: 0; }
  .home .features .wrapper {
    padding: 0 27px;
    /*
			.tab-nav {
				@media screen and (max-width:$size-mobile-max) {
					background-color: inherit;
				}
			}
*/ }
    @media screen and (max-width: 1024px) {
      .home .features .wrapper {
        padding: 0 9px; } }
    @media screen and (max-width: 767px) {
      .home .features .wrapper {
        padding: 0; } }
  .home .features .tab-list {
    display: none;
    text-align: center; }
    .home .features .tab-list .tab {
      border: none;
      float: none; }

.home .tile {
  width: 33.33%;
  padding-top: 24.75%;
  border-top: none;
  border-bottom: 1px solid #efefef;
  border-left: 1px solid #efefef; }
  .home .tile:nth-child(3n), .home .tile:first-child {
    border-left: none; }
  @media screen and (max-width: 767px) {
    .home .tile {
      width: 320px;
      height: 239px;
      border-left: none; }
      .home .tile:nth-child(odd) {
        border-left: none; }
      .home .tile .tile-inner {
        padding: 17px 14px 10px 10px; } }

.features {
  /*margin: 35px 0 0 -13px;*/
  margin: 0 0 0 -13px;
  clear: both; }
  .features:before, .features:after {
    content: " ";
    display: table; }
  .features:after {
    clear: both; }
  @media screen and (max-width: 767px) and (min-width: 350px) {
    .features {
      margin-left: 0; } }
  .features .feature-title {
    font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 2.4rem;
    color: #353535;
    margin-top: 0; }
    @media screen and (max-width: 767px) {
      .features .feature-title {
        padding: 0 13px;
        font-family: T10, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
        font-weight: 700;
        font-size: 1.2rem;
        color: #353535;
        text-transform: uppercase;
        margin-bottom: 13px; } }
  @media screen and (max-width: 767px) {
    .features .tab-nav {
      background-color: inherit; } }

.features.generic {
  margin-left: 0;
  margin-bottom: 35px; }
  .features.generic .tab-nav h3.event-title {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    line-height: 1.25em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }

.callout-well.callout-well-even + .features.generic {
  margin-top: -40px; }

@media screen and (min-width: 768px) {
  .right-col .features {
    margin-left: 0; } }

.features.single-column {
  margin-left: 0;
  border-bottom: 1px solid #efefef; }
  @media screen and (max-width: 767px) {
    .features.single-column {
      border-top: 1px solid #efefef;
      padding-top: 34px;
      margin-bottom: 40px; } }
  .features.single-column .feature-title {
    text-transform: uppercase;
    font-family: T10, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #353535;
    margin: 0 0 0 10px; }
    @media screen and (max-width: 767px) {
      .features.single-column .feature-title {
        margin: 0; } }
  .features.single-column .tile {
    float: none;
    width: 100%;
    padding-top: 75%;
    border-left: none; }
    .features.single-column .tile:first-of-type {
      border-top: none; }
    @media screen and (max-width: 767px) {
      .features.single-column .tile {
        width: 320px;
        height: 239px;
        padding-top: 0; } }
    @media screen and (min-width: 640px) and (max-width: 767px) {
      .features.single-column .tile {
        border-left: 1px solid #efefef; }
        .features.single-column .tile:nth-of-type(2) {
          border-top: none; } }
    .features.single-column .tile .tile-inner {
      padding: 20px 10px; }
      @media screen and (max-width: 767px) {
        .features.single-column .tile .tile-inner {
          padding: 20px 13px; } }

.tile {
  float: left;
  position: relative;
  display: inline-block;
  width: 50%;
  padding-top: 37.5%;
  border-top: 1px solid #efefef;
  overflow: hidden; }
  .tile:nth-child(odd) {
    border-left: 1px solid #efefef; }
  .tile .tile-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 16px 21px 23px; }
  .tile .event-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  .tile h3.event-title:lang(ja) {
    line-height: 1.25em; }
  @media screen and (max-width: 1024px) {
    .tile .tile-inner {
      padding: 12px 14px 10px 10px; } }
  @media screen and (max-width: 767px) {
    .tile {
      width: 320px;
      height: 239px;
      border-left: none; }
      .tile:nth-child(odd) {
        border-left: none; }
      .tile .tile-inner {
        padding: 17px 14px 10px 10px; } }
  .tile .tags {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .tile .article-title {
    font-family: T3, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    color: #353535;
    line-height: 1.444;
    padding-left: 10px;
    margin: 0 0 7px 0; }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .tile .article-title {
        font-size: 1.4rem;
        line-height: 1.429; } }
    .tile .article-title a {
      color: #353535;
      text-decoration: none;
      display: block;
      overflow: hidden;
      max-height: 49px; }
      .tile .article-title a:hover {
        text-decoration: underline; }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        .tile .article-title a {
          max-height: 40px; } }
  .tile .article-img {
    width: 180px;
    height: 180px;
    border: 1px solid #000000;
    border: 1px solid black;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    border: none;
    overflow: hidden;
    position: absolute;
    top: 25px;
    left: 23px; }
    @media screen and (max-width: 1024px) {
      .tile .article-img {
        width: 145px;
        height: 145px;
        border: 1px solid #000000;
        border: 1px solid black;
        -webkit-border-radius: 72px;
        -moz-border-radius: 72px;
        border-radius: 72px;
        border: none;
        top: 22px;
        left: 9px; } }
  .tile .event-title {
    border: none;
    padding-left: 0;
    margin: 0 0 7px 0;
    font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 2.4rem;
    color: #353535; }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .tile .event-title {
        font-size: 1.8rem; } }
    .tile .event-title a {
      color: #fff;
      max-height: 90px;
      overflow: hidden;
      display: block; }
      @media screen and (max-width: 1024px) {
        .tile .event-title a {
          max-height: 69px; } }
      @media screen and (max-width: 767px) {
        .tile .event-title a {
          max-height: 90px; } }
  .tile .author {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    line-height: 1.167;
    display: block;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .tile .description {
    font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #353535;
    line-height: 1.714;
    margin: 11px 0;
    max-height: 94px;
    overflow: hidden; }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .tile .description {
        font-size: 1.2rem;
        line-height: 1.667;
        margin: 8px 0;
        letter-spacing: -0.4px;
        max-height: 80px; } }
  .tile .dates,
  .tile .location {
    font-family: T6, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.429;
    display: block; }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .tile .dates,
      .tile .location {
        font-size: 1.2rem;
        line-height: 1.333; } }
  .tile .location {
    max-height: 40px;
    overflow: hidden; }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .tile .location {
        font-size: 1.2rem;
        white-space: nowrap;
        text-overflow: ellipsis; } }
  .tile .event-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
    .tile .event-footer .cta {
      margin: 0 15px;
      font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 300;
      font-size: 2.4rem;
      color: #353535;
      font-size: 1.4rem;
      color: #fff;
      text-decoration: none;
      margin-bottom: 13px;
      display: inline-block; }
      .tile .event-footer .cta:hover {
        text-decoration: underline; }
      .tile .event-footer .cta .arrow {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -1108px -32px;
        width: 6px;
        height: 7px;
        display: inline-block;
        margin-left: 3px; }
    .tile .event-footer .banner {
      display: block;
      width: 100%;
      background-color: rgba(181, 10, 71, 0.6);
      font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      color: #fff;
      height: 30px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      padding: 7px 15px 0; }
  @media screen and (min-width: 768px) {
    .tile.wide {
      width: 66.66%; } }
  @media screen and (min-width: 768px) {
    .tile.article.wide .tile-inner {
      padding-left: 230px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tile.article.wide .tile-inner {
    padding-left: 170px; } }
  @media screen and (max-width: 767px) {
    .tile.article .article-img {
      display: none; } }
  .tile.event {
    background-color: #353535;
    background-repeat: no-repeat;
    color: #fff;
    background-size: auto 100%; }
    .tile.event .tile-inner {
      padding: 13px 15px 30px; }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .tile.event {
        font-size: 1.8rem; } }
    @media screen and (max-width: 767px) {
      .tile.event {
        border: none; } }
  .tile.ad .tile-inner {
    padding: 0; }

.gallery {
  background: #1c5a7c url(/_Images/ui/gallery-header-bg.png) repeat-x;
  color: #fff;
  clear: both;
  height: 587px;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .gallery {
      height: 482px;
      background-position: 0 -20px; } }
  @media screen and (max-width: 767px) {
    .gallery {
      height: 675px;
      background-position: 0 0; } }
  .gallery .wrapper {
    position: relative;
    padding: 0 32px; }
    @media screen and (max-width: 1024px) {
      .gallery .wrapper {
        padding: 0 12px; } }
  .gallery .gallery-header {
    padding-top: 35px;
    height: 134px; }
    @media screen and (max-width: 1024px) {
      .gallery .gallery-header {
        padding: 32px 20px 0;
        height: 118px; } }
    @media screen and (max-width: 767px) {
      .gallery .gallery-header {
        height: 125px;
        padding: 35px 0 0; } }
    .gallery .gallery-header .title {
      font-family: T1, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 300;
      font-size: 3rem;
      line-height: 1.267em;
      color: #fff;
      font-size: 3.6rem;
      line-height: 1;
      margin: 0 0 11px;
      max-height: 46px; }
      @media screen and (max-width: 1024px) {
        .gallery .gallery-header .title {
          font-size: 2.4rem;
          line-height: 1.333em; } }
      @media screen and (max-width: 1024px) {
        .gallery .gallery-header .title {
          font-size: 3.2rem;
          margin-bottom: 10px; } }
      @media screen and (max-width: 767px) {
        .gallery .gallery-header .title {
          font-size: 2.4rem;
          margin-bottom: 5px; } }
      .gallery .gallery-header .title a {
        color: white;
        text-decoration: none; }
    .gallery .gallery-header .subtitle {
      font-family: T16, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 300;
      font-size: 1.8rem;
      color: #fff;
      margin: 0; }
      @media screen and (max-width: 1024px) {
        .gallery .gallery-header .subtitle {
          font-size: 1.6rem; } }
      @media screen and (max-width: 767px) {
        .gallery .gallery-header .subtitle {
          font-size: 1.4rem;
          line-height: 1.429; } }
  .gallery .cycle-prev,
  .gallery .cycle-next {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 157px;
    z-index: 999; }
    @media screen and (max-width: 1024px) {
      .gallery .cycle-prev,
      .gallery .cycle-next {
        top: 127px; } }
  .gallery .cycle-prev {
    left: 0;
    background-image: url(/_Images/sprites/ui.png);
    background-position: -433px -560px;
    width: 35px;
    height: 35px; }
    @media screen and (max-width: 767px) {
      .gallery .cycle-prev {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -903px -237px;
        width: 12px;
        height: 15px; } }
    @media screen and (min-width: 768px) {
      .gallery .cycle-prev:hover {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -398px -595px;
        width: 35px;
        height: 35px; } }
  .gallery .cycle-next {
    right: 0;
    background-image: url(/_Images/sprites/ui.png);
    background-position: -363px -630px;
    width: 35px;
    height: 35px; }
    @media screen and (max-width: 767px) {
      .gallery .cycle-next {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -915px -222px;
        width: 12px;
        height: 15px; } }
    @media screen and (min-width: 768px) {
      .gallery .cycle-next:hover {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -328px -665px;
        width: 35px;
        height: 35px; } }
  .gallery .cycle-slideshow {
    overflow: hidden;
    width: 100%; }
  .gallery .cycle-slide {
    height: 357px; }
    @media screen and (max-width: 1024px) {
      .gallery .cycle-slide {
        height: 310px; } }
    @media screen and (max-width: 767px) {
      .gallery .cycle-slide {
        height: 512px;
        text-align: center;
        width: 100%; } }
    .gallery .cycle-slide .slide-img-frame {
      width: 336px;
      height: 366px;
      padding: 12px;
      position: absolute;
      top: 0px;
      left: 62px;
      background: url(/_Images/ui/gallery-circle-top.png) top center no-repeat;
      text-align: center; }
      @media screen and (max-width: 1024px) {
        .gallery .cycle-slide .slide-img-frame {
          width: 276px;
          height: 276px;
          padding: 10px;
          background-image: url(/_Images/ui/gallery-circle-top-tablet.png);
          top: 5px;
          left: 47px; } }
      @media screen and (max-width: 767px) {
        .gallery .cycle-slide .slide-img-frame {
          width: 260px;
          height: 260px;
          background-image: url(/_Images/ui/gallery-circle-top-mobile.png);
          position: relative;
          left: auto;
          margin: 0 auto;
          padding: 9px; } }
      .gallery .cycle-slide .slide-img-frame .slide-img {
        width: 314px;
        height: 314px;
        overflow: hidden;
        border-radius: 157px;
        border: 3px solid #fff;
        line-height: 306px;
        margin: 0 auto; }
        @media screen and (max-width: 1024px) {
          .gallery .cycle-slide .slide-img-frame .slide-img {
            width: 258px;
            height: 258px;
            border-radius: 129px;
            line-height: 252px; } }
        @media screen and (max-width: 767px) {
          .gallery .cycle-slide .slide-img-frame .slide-img {
            width: 242px;
            height: 242px;
            border-radius: 121px;
            line-height: 236px; } }
        .gallery .cycle-slide .slide-img-frame .slide-img img {
          vertical-align: middle; }
    .gallery .cycle-slide .slide-info {
      margin: 81px 0 0 430px;
      width: 420px;
      text-align: left; }
      @media screen and (max-width: 1024px) {
        .gallery .cycle-slide .slide-info {
          margin: 58px 0 0 333px;
          width: 360px; } }
      @media screen and (max-width: 767px) {
        .gallery .cycle-slide .slide-info {
          margin: 13px 0 0 0;
          width: 100%; } }
      .gallery .cycle-slide .slide-info .title {
        font-family: T16, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
        font-weight: 300;
        font-size: 1.8rem;
        color: #fff;
        margin: 0 0 10px; }
      .gallery .cycle-slide .slide-info .description {
        font-family: T15, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
        font-weight: 400;
        font-size: 1.4rem;
        color: #fff;
        line-height: 2;
        margin-bottom: 21px;
        max-height: 112px;
        overflow: hidden; }
        @media screen and (max-width: 1024px) {
          .gallery .cycle-slide .slide-info .description {
            margin: 9px 0; } }
        @media screen and (max-width: 767px) {
          .gallery .cycle-slide .slide-info .description {
            margin: 9px 0 20px; } }
      .gallery .cycle-slide .slide-info .button {
        float: right;
        padding: 10px 36px; }
        @media screen and (max-width: 1024px) {
          .gallery .cycle-slide .slide-info .button {
            margin-right: 5px; } }
        .gallery .cycle-slide .slide-info .button:hover {
          color: #1a5474; }
  .gallery .gallery-pager {
    width: 100%;
    text-align: center;
    z-index: 999; }
    @media screen and (max-width: 1024px) {
      .gallery .gallery-pager {
        bottom: 6px; } }
    .gallery .gallery-pager .dot {
      background-image: url(/_Images/sprites/ui.png);
      background-position: -107px -826px;
      width: 107px;
      height: 17px;
      display: inline-block;
      position: relative; }
      @media screen and (max-width: 767px) {
        .gallery .gallery-pager .dot {
          width: 45px; } }
      .gallery .gallery-pager .dot:last-child {
        width: 15px; }
      .gallery .gallery-pager .dot a {
        height: 23px;
        width: 23px;
        display: inline-block;
        position: absolute;
        top: -4px;
        left: -3px;
        text-decoration: none;
        text-align: center; }
        .gallery .gallery-pager .dot a .tooltip {
          position: absolute;
          top: 27px;
          left: -53px;
          margin: 0 auto;
          text-align: center;
          border-radius: 6px;
          padding: 10px;
          color: #fff;
          font-size: 1.4rem;
          background-color: #0e3b53;
          width: 130px;
          display: none; }
          .gallery .gallery-pager .dot a .tooltip .arrow {
            background-image: url(/_Images/sprites/ui.png);
            background-position: -1020px -108px;
            width: 10px;
            height: 5px;
            display: inline-block;
            position: absolute;
            top: -5px;
            margin: 0 auto;
            left: 0;
            right: 0; }
        .gallery .gallery-pager .dot a:hover {
          background-image: url(/_Images/sprites/ui.png);
          background-position: -680px -397px;
          width: 23px;
          height: 23px; }
          @media screen and (min-width: 1025px) {
            .gallery .gallery-pager .dot a:hover .tooltip {
              display: block; } }
    .gallery .gallery-pager .cycle-pager-active a {
      background-image: url(/_Images/sprites/ui.png);
      background-position: -680px -397px;
      width: 23px;
      height: 23px; }

.wrapper .gallery {
  margin: 0 -35px 30px; }
  @media screen and (max-width: 1024px) {
    .wrapper .gallery {
      margin: 0 -13px 30px; } }
  @media screen and (max-width: 767px) {
    .wrapper .gallery {
      margin: 0 0 20px; } }

html body .scfForm {
  position: relative;
  padding-top: 10px; }
  html body .scfForm label {
    text-transform: uppercase;
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    display: inline-block;
    width: 35%;
    float: left;
    margin-top: 13px; }
  html body .scfForm input[type="text"],
  html body .scfForm input[type="email"],
  html body .scfForm textarea {
    width: 100%;
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    border: 1px solid #000000;
    border: 1px solid black;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px #ddd solid;
    min-height: 40px;
    padding: 10px 20px; }
  html body .scfForm textarea {
    resize: none;
    height: 210px; }

html body .scfTitleBorder {
  margin-top: 0;
  font-family: T17, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.267em;
  color: #353535; }
  html body .scfTitleBorder:before {
    content: '*Required field';
    position: absolute;
    right: 0;
    top: 12px;
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    display: inline-block; }
  @media screen and (max-width: 1024px) {
    html body .scfTitleBorder {
      font-size: 2.4rem;
      line-height: 1.333em; } }
  @media screen and (max-width: 767px) {
    html body .scfTitleBorder {
      font-size: 1.8rem;
      line-height: 1.333em; } }
  @media screen and (max-width: 767px) {
    html body .scfTitleBorder {
      font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 300;
      font-size: 2.4rem;
      color: #353535; } }

html body .scfSectionBorderAsFieldSet {
  margin: 0;
  border: none;
  padding: 0; }

html body .scfEmailBorder,
html body .scfSingleLineTextBorder,
html body .scfMultipleLineTextBorder,
html body .scfDropListBorder,
html body .scfDroplistBorder {
  margin-bottom: 30px !important;
  position: relative;
  padding-right: 0; }
  html body .scfEmailBorder:before, html body .scfEmailBorder:after,
  html body .scfSingleLineTextBorder:before,
  html body .scfSingleLineTextBorder:after,
  html body .scfMultipleLineTextBorder:before,
  html body .scfMultipleLineTextBorder:after,
  html body .scfDropListBorder:before,
  html body .scfDropListBorder:after,
  html body .scfDroplistBorder:before,
  html body .scfDroplistBorder:after {
    content: " ";
    display: table; }
  html body .scfEmailBorder:after,
  html body .scfSingleLineTextBorder:after,
  html body .scfMultipleLineTextBorder:after,
  html body .scfDropListBorder:after,
  html body .scfDroplistBorder:after {
    clear: both; }

html body .scfEmailGeneralPanel,
html body .scfSingleLineGeneralPanel,
html body .scfMultipleLineGeneralPanel,
html body .scfDroplistGeneralPanel,
html body .scfDropListGeneralPanel {
  width: 65%;
  float: left;
  position: relative;
  padding-right: 0; }

html body .scfDroplistGeneralPanel,
html body .scfDropListGeneralPanel {
  border: 1px solid #000000;
  border: 1px solid black;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px #ddd solid;
  height: 40px;
  font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #353535;
  padding: 10px 20px;
  background-color: #fff; }
  html body .scfDroplistGeneralPanel select,
  html body .scfDropListGeneralPanel select {
    width: 100%;
    border: none; }

html body .scfSubmitButtonBorder {
  clear: both;
  overflow: hidden; }
  html body .scfSubmitButtonBorder .scfSubmitButton {
    float: right;
    border: 1px solid #000000;
    border: 1px solid black;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 40px;
    font-family: T6, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    min-width: 180px;
    background-color: #008ca1;
    border: none; }
    html body .scfSubmitButtonBorder .scfSubmitButton:hover, html body .scfSubmitButtonBorder .scfSubmitButton:active {
      background-color: #40a9b9;
      color: #fff; }
    @media screen and (max-width: 767px) {
      html body .scfSubmitButtonBorder .scfSubmitButton {
        float: none;
        width: 100%; } }

html body .scfRequired {
  position: absolute;
  top: 0;
  right: -0.5em;
  font-size: 1.2rem; }

html body .scfValidationSummary {
  font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #353535;
  font-size: 1.1rem;
  color: #e60000; }
  html body .scfValidationSummary ul {
    padding-left: 12px;
    margin-top: 0;
    margin-bottom: 18px; }

html body .scfValidator {
  font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #353535;
  font-size: 1.1rem;
  color: #e60000;
  margin-top: 8px; }

/* try to put only general layout in the base stylesheet */
.leadership-content:before, .leadership-content:after {
  content: " ";
  display: table; }

.leadership-content:after {
  clear: both; }

.leadership-content ul.feature-card {
  list-style-type: none;
  padding: 0;
  float: left;
  width: 100%; }

.leadership-content ul.feature-card li {
  position: relative;
  float: left;
  width: 50%;
  overflow: hidden;
  margin-bottom: 10px; }

.leadership-content ul.feature-card li .divMargin {
  margin-right: 10px; }

.leadership-content ul.feature-card li a.feature-card-block {
  height: 340px;
  display: table;
  text-decoration: none;
  width: 100%;
  position: relative; }

.leadership-content ul.feature-card li a.feature-card-block .feature-card-content {
  box-sizing: 'border-box';
  -moz-box-sizing: 'border-box';
  -webkit-box-sizing: 'border-box';
  vertical-align: bottom;
  padding: 20px;
  background-color: #D7D7D7;
  bottom: 0;
  padding: 0 0 10px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 280px;
  transition: all .3s ease 0s;
  height: auto;
  border: 0;
  width: 100%; }

.leadership-content ul.feature-card li a.feature-card-block .feature-card-content h3 {
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  margin: 0;
  padding: 0 15px;
  margin-bottom: 10px;
  background: #464646;
  font-size: 18px;
  height: 60px;
  display: flex;
  align-items: center; }

.leadership-content ul.feature-card li a.feature-card-block .feature-card-content p {
  color: #353535;
  margin: 0;
  padding: 0 20px;
  margin-bottom: 5px;
  line-height: 22px; }

.leadership-content ul.feature-card li a.feature-card-block .feature-card-content p span.primary {
  background: #cc0000;
  padding: 10px 10px;
  text-transform: uppercase;
  display: inline-block; }

.leadership-content ul.feature-card li a.feature-card-block .feature-card-content p span.primary:hover {
  background-color: #cc0000; }

.leadership-content ul.feature-card li a.feature-card-block .feature-card-content p span.primary:hover {
  background-color: #cc0000; }

.leadership-content ul.feature-card li a.feature-card-block .feature-card-content p span.Explorerbutton {
  border: 1px solid #000000;
  height: 40px;
  background-color: transparent;
  font-family: T6, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  min-width: 133px;
  line-height: 1.3; }

.leadership-content ul.feature-card li a.feature-card-block:hover {
  border: none; }

.leadership-content ul.feature-card li a.feature-card-block:hover .feature-card-content {
  bottom: 0;
  top: 45%; }

.leadership-content .feature-card .background-cover {
  background-size: 100%; }

@media screen and (max-width: 1024px) {
  .leadership-content ul.feature-card li a.feature-card-block {
    height: auto;
    display: block;
    background: transparent !important; }
  .leadership-content ul.feature-card li a.feature-card-block img {
    width: 100%;
    height: auto;
    display: block !important; }
  .leadership-content ul.feature-card li a.feature-card-block .feature-card-content {
    position: static; }
  .leadership-content ul.feature-card li a.feature-card-block .feature-card-content h3 {
    height: auto;
    min-height: 60px;
    padding: 15px; }
  .leadership-content ul.feature-card li {
    width: 100% !important; }
  .leadership-content ul.feature-card li .divMargin {
    margin-right: 0px !important; } }

.leadership-content .divGrey {
  background-color: #e8e8e8; }

.leadership-content .divTitle {
  margin-top: 10px;
  margin-left: 10px;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.267em; }

.leadership-content .name {
  color: #008ca1;
  font-weight: 700; }

.leadership-content .page-title {
  font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  color: #353535;
  margin: 23px 0 18px; }

.leadership-content .page-sub-title {
  font-family: T3, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #353535;
  line-height: 1.333;
  border-left: 3px solid #008ca1;
  padding-left: 5px;
  margin: 0;
  margin-bottom: 5px; }

.leadership-content .page-sub-title.no-border {
  border-left: none;
  padding-left: 0; }

@media screen and (max-width: 767px) {
  .leadership-content .divTitle {
    font-size: 1.5rem; } }

.leadership-content .divOuter {
  margin-bottom: 30px; }

.leadership-content .listContainer {
  display: flex;
  clear: both; }

.leadership-content.Large .listContainer .Cell1 {
  width: 308px; }

.leadership-content.Medium .listContainer .Cell1 {
  width: 154px; }

.leadership-content.Small .listContainer .Cell1 {
  width: 106px; }

.leadership-content .listContainer .Cell2 {
  width: 70%;
  margin-left: 10px; }

.leadership-content .listContainer .Title {
  color: #008ca1;
  font-weight: 700; }

.leadership-content .listContainer .Title h3 {
  color: #008ca1;
  font-weight: 700;
  width: 100%; }

.leadership-content .listContainer .Title P {
  font-weight: bold;
  color: #353535; }

.leadership-content .listContainer .subtitle {
  font-weight: bold; }

.leadership-content .ExploreRight {
  float: right; }

.leadership-content .right-arrow:after {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0.271875em 0.4078125em;
  border-right: none;
  border-left-color: #b50a47;
  margin-bottom: 0.090625em;
  margin-left: 0.5em; }

.leadership-content .divTable {
  display: table;
  /* Remove bullet points; allow greater control of positioning */
  padding: 10px;
  /* Override defaults for lists */
  margin: 0;
  /* Override defaults for lists */
  width: 100%;
  /* Get the row full width */ }

.leadership-content .divTable li {
  display: inline-block;
  /* Get all items to show in a row */
  width: 45%;
  /* Show 2 item per row */
  text-align: left;
  margin: 10px;
  vertical-align: top; }

@media screen and (max-width: 767px) {
  .leadership-content {
    /* On small screens, show one item per row */ }
    .leadership-content .divTable li {
      width: 100%; } }

.leadership-content .img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.leadership-content .clonebio {
  display: none; }

.leadership-content .clickable {
  cursor: pointer; }

@media screen and (max-width: 767px) {
  .leadership-content .divTable li {
    width: 100%;
    /* On small screens, show one item per row */
    margin: 0px; }
  .leadership-content .listContainer .Cell2 {
    margin: 10px;
    float: left;
    width: 100%; }
  .leadership-content .img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }
  .leadership-content .bio {
    display: none; }
  .leadership-content .upperArrow {
    background-image: url("https://www.diaglobal.org/_images/ui/dd-arrow-up.png");
    background-repeat: no-repeat;
    margin-right: 20px;
    float: right; }
  .leadership-content .downArrow {
    background-image: url("https://www.diaglobal.org/_images/ui/dd-arrow-down.png");
    background-repeat: no-repeat;
    margin-right: 20px;
    float: right; }
  .leadership-content .clonebio {
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px; }
  .leadership-content .listContainer .Cell1 .Large {
    width: 154px; } }

@media screen and (max-width: 767px) {
  .leadership-bio {
    margin-top: 10px; } }

.leadership-bio .bio-header {
  overflow: hidden;
  margin-bottom: 15px; }
  .leadership-bio .bio-header .bio-img {
    width: 196px;
    height: 196px;
    border: 1px solid #000000;
    border: 1px solid black;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none;
    overflow: hidden;
    float: left;
    margin-right: 19px; }
    @media screen and (max-width: 1024px) {
      .leadership-bio .bio-header .bio-img {
        width: 150px;
        height: 150px; } }
    @media screen and (max-width: 767px) {
      .leadership-bio .bio-header .bio-img {
        width: 85px;
        height: 85px;
        margin-right: 12px; } }
  .leadership-bio .bio-header .email-link {
    margin-top: 18px;
    font-size: 1.2rem;
    display: inline-block;
    background-image: url(/_Images/sprites/icons.png);
    background-position: -845px 0px;
    width: 17px;
    height: 10px;
    width: auto;
    padding-left: 28px;
    line-height: 11px; }

.leadership-bio .bio-name {
  font-family: T17, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.267em;
  color: #353535;
  margin: 25px 0 3px 0; }
  @media screen and (max-width: 1024px) {
    .leadership-bio .bio-name {
      font-size: 2.4rem;
      line-height: 1.333em; } }
  @media screen and (max-width: 767px) {
    .leadership-bio .bio-name {
      font-size: 1.8rem;
      line-height: 1.333em; } }
  @media screen and (max-width: 1024px) {
    .leadership-bio .bio-name {
      margin-top: 15px; } }
  @media screen and (max-width: 767px) {
    .leadership-bio .bio-name {
      margin-top: 7px; } }

.leadership-bio .bio-job-title {
  font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #353535;
  margin: 3px 0 0 0; }

.leadership-bio .rtf {
  clear: both; }

.people {
  clear: both;
  position: relative; }
  .people .people-title {
    font-family: T17, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 3rem;
    line-height: 1.267em;
    color: #353535;
    margin: 0 0 30px; }
    @media screen and (max-width: 1024px) {
      .people .people-title {
        font-size: 2.4rem;
        line-height: 1.333em; } }
    @media screen and (max-width: 767px) {
      .people .people-title {
        font-size: 1.8rem;
        line-height: 1.333em; } }
    @media screen and (max-width: 767px) {
      .people .people-title {
        margin: 14px 13px;
        font-size: 2.4rem; } }
  .people .sort-dropdown {
    width: 203px;
    position: absolute;
    top: 10px;
    right: 0; }
    @media screen and (max-width: 767px) {
      .people .sort-dropdown {
        position: relative;
        width: 100%;
        padding: 2px 15px 10px;
        margin-bottom: 0;
        top: 0;
        height: 55px; }
        .people .sort-dropdown .sort-trigger {
          background-color: #fff; }
        .people .sort-dropdown .dropcontainer {
          padding: 0 13px; }
          .people .sort-dropdown .dropcontainer .dropdownvisible {
            margin-top: 0;
            -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
            padding: 3px 20px 5px; } }
  .people .people-list {
    margin: 0;
    padding: 40px 0 0;
    overflow: hidden;
    list-style-type: none; }
    @media screen and (max-width: 767px) {
      .people .people-list {
        padding: 20px 0 0;
        margin: 0 13px; } }
  .people .person {
    display: inline-block;
    width: 19%;
    text-align: center;
    margin-bottom: 35px;
    padding: 0 10px;
    vertical-align: top; }
    @media screen and (max-width: 1024px) {
      .people .person {
        width: 24%; } }
    @media screen and (max-width: 767px) {
      .people .person {
        width: 49%;
        max-width: 150px; } }
    .people .person a:hover {
      text-decoration: none; }
      .people .person a:hover .bio-img {
        opacity: 0.5; }
      .people .person a:hover .right-arrow {
        text-decoration: underline; }
    .people .person .bio-img {
      width: 108px;
      height: 108px;
      overflow: hidden;
      border: 1px solid #000000;
      border: 1px solid black;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: none;
      margin: 0 auto 10px; }
    .people .person .name {
      display: block;
      font-family: T20, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 700;
      font-size: 1.4rem;
      color: #353535; }
    .people .person .bullet {
      color: #008ca1;
      font-size: 2rem;
      line-height: 0.7;
      display: block;
      margin: 1px 0; }
    .people .person .job-title {
      display: block;
      font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      color: #353535; }
      .people .person .job-title:before {
        margin-right: 6px; }
    .people .person .right-arrow {
      font-size: 1.2rem;
      display: block;
      margin-top: 7px; }

.people--loadmore {
  text-align: center;
  margin-bottom: 75px; }
  @media screen and (max-width: 767px) {
    .people--loadmore {
      margin-bottom: 40px; } }
  .people--loadmore .people-list {
    margin: 0;
    padding-top: 0;
    text-align: left; }
  .people--loadmore .person {
    width: 32%;
    display: none; }
    .people--loadmore .person.visible {
      display: inline-block; }
    @media screen and (max-width: 767px) {
      .people--loadmore .person {
        width: 49%; } }
  .people--loadmore .button {
    float: none;
    margin: 5px auto; }
    .people--loadmore .button.disabled {
      display: none; }
    @media screen and (max-width: 767px) {
      .people--loadmore .button {
        width: 100%; } }

.media-callout {
  border-bottom: 1px solid #efefef;
  padding: 20px 0 40px;
  overflow: hidden; }
  .media-callout .rtf {
    margin: 14px 0; }
    .media-callout .rtf .button {
      min-width: initial;
      margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .media-callout {
      padding: 20px 13px 40px; } }
  .media-callout .media-title {
    text-transform: uppercase;
    font-family: T10, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #353535;
    margin: 0 0 16px; }
  .media-callout .media-link {
    float: right; }
  .media-callout .video-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
    .media-callout .video-box iframe {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
  .media-callout .ad-image {
    display: block;
    margin: 0 auto; }

.gray-box {
  position: relative;
  background-color: #efefef;
  padding: 1px 0;
  margin: 13px 0; }
  .gray-box .callout-title-sm {
    font-family: T11, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #353535;
    text-transform: uppercase;
    margin: 0 0 1em; }
  .gray-box + .gray-box {
    margin-top: 26px; }
  .gray-box .gray-box-border {
    border: 2px solid #fff;
    border-width: 2px 0px;
    padding: 20px 15px;
    overflow: hidden; }
    .gray-box .gray-box-border > .right-arrow {
      float: right; }
    .gray-box .gray-box-border .button.blue-button {
      min-width: initial;
      width: auto;
      float: right !important;
      display: inline-block;
      height: auto; }
      @media screen and (max-width: 1024px) {
        .gray-box .gray-box-border .button.blue-button {
          white-space: nowrap;
          float: none;
          font-size: 13px; } }
      @media screen and (max-width: 820px) {
        .gray-box .gray-box-border .button.blue-button {
          padding: 10px 15px; } }
  .gray-box .button {
    float: right; }
    @media screen and (max-width: 767px) {
      .gray-box .button {
        float: none;
        width: 100%; } }
  .gray-box .rtf h1 {
    font-family: T4, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #353535;
    line-height: 1.5;
    margin: 0; }
  .gray-box .rtf h2 {
    font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #353535;
    line-height: 1.5;
    margin: 0; }
  .gray-box .rtf h3 {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    line-height: 1.5;
    margin: 0; }
  .gray-box .rtf p:last-child {
    margin-bottom: 0; }
  .gray-box .rtf ul {
    list-style-image: url(/_Images/ui/bullet-blue.png); }

.locations {
  clear: both;
  background: url(../_Images/ui/square-background.png); }
  .locations:before, .locations:after {
    content: " ";
    display: table; }
  .locations:after {
    clear: both; }
  .locations h2 {
    font-family: T1, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 3rem;
    line-height: 1.267em;
    color: #fff;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    margin: 10px 0 0 0;
    color: #353535; }
    @media screen and (max-width: 1024px) {
      .locations h2 {
        font-size: 2.4rem;
        line-height: 1.333em; } }
  @media screen and (max-width: 767px) {
    .locations {
      background: none; }
      .locations h2 {
        font-family: T17, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
        font-weight: 300;
        font-size: 3rem;
        line-height: 1.267em;
        color: #353535;
        padding: 15px 20px; } }
    @media screen and (max-width: 767px) and (max-width: 1024px) {
      .locations h2 {
        font-size: 2.4rem;
        line-height: 1.333em; } }
    @media screen and (max-width: 767px) and (max-width: 767px) {
      .locations h2 {
        font-size: 1.8rem;
        line-height: 1.333em; } }

.locations-hero {
  position: relative;
  background: no-repeat center center, no-repeat center center;
  background-size: 87.20703125% auto;
  min-height: 480px;
  margin-bottom: 80px; }
  .locations-hero:before, .locations-hero:after {
    content: " ";
    display: table; }
  .locations-hero:after {
    clear: both; }
  @media screen and (max-width: 767px) {
    .locations-hero {
      display: none; } }

.locations-hero__content {
  margin: 0 auto;
  width: 72%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.69);
  color: #efefef;
  padding: 20px 30px;
  font-family: T8, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  line-height: 2; }
  .locations-hero__content h3 {
    font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 2.4rem;
    color: #353535;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
    color: inherit;
    margin: 0 0 -0.5em 0; }
  @media screen and (max-width: 1024px) {
    .locations-hero__content {
      padding: 10px 20px; }
      .locations-hero__content h3 {
        font-family: T3, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
        font-weight: 300;
        font-size: 1.8rem;
        color: #353535;
        color: inherit; } }

.locations-hero__content[aria-hidden="true"] {
  position: static;
  visibility: hidden; }

@media screen and (max-width: 767px) {
  .locations-list {
    display: none; } }

.locations-list .location-info {
  background: #fff;
  border: 1px solid #efefef; }
  .locations-list .location-info:before, .locations-list .location-info:after {
    content: " ";
    display: table; }
  .locations-list .location-info:after {
    clear: both; }

.locations-list .location-info + .location-info {
  border-top: none; }

.locations-list .location-info__image {
  width: 33.33%;
  margin: -1px 0 -1px -1px; }
  @media screen and (max-width: 1024px) {
    .locations-list .location-info__image {
      width: 34.5%; } }

.locations-list .location-info__title {
  font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  color: #353535;
  float: left;
  width: 66.66%;
  margin-top: 15px;
  padding: 0 20px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px; }
  .locations-list .location-info__title:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0.15em;
    bottom: 0.15em;
    border-left: 3px solid #4f545d; }
  @media screen and (max-width: 1024px) {
    .locations-list .location-info__title {
      float: left;
      width: 35%;
      font-family: T3, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 300;
      font-size: 1.8rem;
      color: #353535;
      margin-bottom: 0;
      padding-right: 10px; } }

.locations-list .address {
  float: left;
  width: 33.33%;
  padding: 0 20px;
  margin-top: 15px; }
  @media screen and (max-width: 1024px) {
    .locations-list .address {
      font-family: T5, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 300;
      font-size: 1.6rem;
      color: #353535;
      float: left;
      width: 35%;
      margin-top: 0;
      padding-top: 10px;
      padding-right: 10px; } }

.locations-list .location-lists {
  position: relative;
  width: 33.33%;
  margin: 15px 0; }
  @media screen and (max-width: 1024px) {
    .locations-list .location-lists {
      width: 30.5%;
      padding-left: 20px;
      border-left: 1px solid #efefef; } }

.locations-list__mobile {
  display: none; }

@media screen and (max-width: 767px) {
  .locations-list__mobile {
    display: block;
    border: none; }
    .locations-list__mobile .location-info__image {
      position: relative;
      float: left;
      width: 50%;
      margin: 0; }
      .locations-list__mobile .location-info__image img {
        max-width: none;
        width: 200%; }
      .locations-list__mobile .location-info__image:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 200%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3); }
    .locations-list__mobile .location-lists {
      float: none;
      clear: both;
      width: auto;
      border-left: none;
      padding: 10px;
      margin: 0; }
  .location-info__mobile-wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin-left: 0;
    color: inherit; }
    .location-info__mobile-wrapper .location-info__title {
      float: none;
      width: auto;
      color: inherit;
      padding-left: 16px; }
      .location-info__mobile-wrapper .location-info__title:before {
        border-left-color: inherit;
        left: 8px; }
    .location-info__mobile-wrapper .address {
      float: none;
      width: auto;
      color: inherit;
      padding-left: 8px; }
  .location-info__image + .location-info__mobile-wrapper {
    position: relative;
    float: left;
    width: 100%;
    margin-left: -50%;
    color: #fff; }
    .location-info__image + .location-info__mobile-wrapper .location-info__title {
      padding-left: 28px; }
      .location-info__image + .location-info__mobile-wrapper .location-info__title:before {
        left: 20px; }
    .location-info__image + .location-info__mobile-wrapper .address {
      padding-left: 20px; } }

.social_icon {
  display: inline-block;
  cursor: pointer;
  margin-right: 5px; }
  .social_icon.st_facebook_custom {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -168px -655px;
    width: 24px;
    height: 24px; }
  .social_icon.st_twitter_custom {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -432px -391px;
    width: 24px;
    height: 24px; }
  .social_icon.st_googleplus_custom {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -216px -607px;
    width: 24px;
    height: 24px; }
  .social_icon.st_linkedin_custom {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -240px -583px;
    width: 24px;
    height: 24px; }
  .social_icon.st_email_custom {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -642px -204px;
    width: 17px;
    height: 17px; }
  .social_icon.st_weibo_custom {
    background-image: url(/_Images/ui/circle-weibo.png);
    width: 24px;
    height: 24px; }

.dashboard .dashboard-title {
  border: 1px solid #efefef;
  border-width: 1px 0;
  font-family: T4, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #353535;
  line-height: 24px;
  margin: 3px 0 0;
  padding: 10px 13px; }
  @media screen and (max-width: 1024px) {
    .dashboard .dashboard-title {
      font-size: 1.6rem; } }

.dashboard .dash-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
  max-width: 24px;
  max-height: 24px; }

.dashboard .result-item:last-child {
  border-bottom: none; }

@media screen and (min-width: 768px) {
  .dashboard .result-item .event-details,
  .dashboard .result-item .event-registration {
    padding: 0 15px;
    min-height: 120px;
    border-left: 1px solid #ddd; } }

@media screen and (max-width: 767px) {
  .dashboard .result-item {
    padding: 20px 0; }
    .dashboard .result-item .result-title {
      font-size: 1.8rem; } }

.dashboard .dashboard-features {
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 767px) {
    .dashboard .dashboard-features {
      margin: 0 -13px; } }
  .dashboard .dashboard-features .dashboard-callout {
    width: 50%;
    float: left;
    padding-left: 8px; }
    .dashboard .dashboard-features .dashboard-callout:nth-child(odd) {
      padding-left: 0;
      padding-right: 8px; }
    @media screen and (max-width: 767px) {
      .dashboard .dashboard-features .dashboard-callout {
        width: auto;
        float: none;
        padding: 0; }
        .dashboard .dashboard-features .dashboard-callout:nth-child(odd) {
          padding: 0; } }

.dashboard .features {
  margin-left: 0; }
  @media screen and (max-width: 767px) {
    .dashboard .features {
      display: none; } }

.dashboard .dashboard__AddmemDirectory__actions {
  text-align: right; }

@media screen and (max-width: 767px) {
  .dashboard .dashboard__AddmemDirectory__actions {
    margin: 0 10px; }
    .dashboard .dashboard__AddmemDirectory__actions .button {
      width: 100%; } }

.edit-profile {
  position: relative; }
  @media screen and (max-width: 767px) {
    .edit-profile {
      margin-top: 20px; } }
  .edit-profile .page-title {
    float: left; }
  .edit-profile .button {
    float: right; }
    @media screen and (max-width: 767px) {
      .edit-profile .button {
        float: none;
        width: 100%; } }
  .edit-profile .accordion {
    margin: 20px 0 30px; }
    .edit-profile .accordion .accordion__panel .accordion__panel__content {
      padding-right: 30px; }
      @media screen and (max-width: 767px) {
        .edit-profile .accordion .accordion__panel .accordion__panel__content {
          padding-right: 0;
          margin: 0 13px; } }
  .edit-profile .standard-form {
    padding: 19px 0; }
  .edit-profile .standard-form__item--checklist {
    max-width: 620px; }
  .edit-profile .save-address {
    float: right;
    clear: both;
    margin-bottom: 20px; }

.presentations-header {
  position: relative;
  min-height: 50px; }
  .presentations-header .page-title {
    margin-right: 225px; }
  .presentations-header .search-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    margin: 0; }
    .presentations-header .search-box .search-field .search {
      width: 70%; }
    @media screen and (max-width: 767px) {
      .presentations-header .search-box {
        position: static;
        width: 100%;
        margin: 20px 0; } }

.presentation-list {
  margin: 0 0 40px;
  padding: 0;
  list-style-type: none; }
  .presentation-list .presentation-item {
    position: relative;
    padding: 15px 20px;
    border-top: 1px solid #f3f3f4;
    border-bottom: 1px solid #f3f3f4;
    overflow: hidden; }
    .presentation-list .presentation-item:nth-child(even) {
      background-color: #f3f3f4;
      margin: 2px 0;
      padding-top: 18px; }
  .presentation-list .presentation-item__title {
    font-family: T3, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    color: #353535;
    background-image: url(/_Images/sprites/icons.png);
    background-position: -144px -679px;
    width: 24px;
    height: 24px;
    width: auto;
    height: auto;
    margin: 0 0 1em;
    padding: 0 20px 0 28px; }
    .presentation-list .presentation-item__title a {
      color: #353535;
      position: relative;
      display: inline-block; }
    .presentation-list .presentation-item__title .presentation-item__icon--internal,
    .presentation-list .presentation-item__title .presentation-item__icon--external {
      display: inline-block;
      position: absolute;
      right: -20px; }
    .presentation-list .presentation-item__title .presentation-item__icon--internal {
      background-image: url(/_Images/sprites/ui.png);
      background-position: -1096px -47px;
      width: 6px;
      height: 8px;
      top: 8px;
      right: -20px; }
    .presentation-list .presentation-item__title .presentation-item__icon--external {
      background-image: url(/_Images/sprites/ui.png);
      background-position: -927px -211px;
      width: 12px;
      height: 11px;
      top: 6px;
      right: -23px; }
  .presentation-list .presentation-item__speakers {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -744px -104px;
    width: 17px;
    height: 16px;
    width: auto;
    height: auto;
    display: block;
    padding-left: 30px;
    margin-left: 28px; }

.presentation-info {
  font-family: T10, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #353535;
  overflow: hidden;
  text-transform: uppercase;
  margin: 0;
  border: solid #efefef;
  border-width: 1px 0;
  padding: 7px 15px;
  display: table;
  width: 100%; }
  .presentation-info:first-child {
    border-top: none; }
  .presentation-info > span {
    display: table-cell; }
  .presentation-info .presentation-time {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    padding-left: 10px; }
    .presentation-info .presentation-time em {
      margin-left: 5px;
      font-style: normal;
      font-weight: 700;
      display: inline-block; }
  @media screen and (max-width: 767px) {
    .presentation-info {
      display: block; }
      .presentation-info > span {
        display: block; }
      .presentation-info .presentation-time {
        display: block;
        padding-left: 0; } }

@media screen and (max-width: 767px) {
  .dashboard-callout {
    margin-bottom: 35px; } }

.dashboard-callout .callout-content {
  margin: 14px 13px 14px 17px;
  position: relative;
  padding-bottom: 5px; }

.dashboard-callout .callout-footer {
  text-align: right;
  font-size: 1.2rem;
  padding: 0 13px; }
  @media screen and (min-width: 768px) {
    .dashboard-callout .callout-footer {
      position: absolute;
      bottom: 0;
      width: 50%; } }

.dashboard-callout .dashboard-callout-img {
  position: absolute;
  border: 1px solid #000000;
  border: 1px solid black;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #008ca1;
  width: 130px;
  height: 130px;
  overflow: hidden; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .dashboard-callout .dashboard-callout-img {
      position: relative;
      margin-bottom: 15px; } }

.dashboard-callout .dashboard-callout-img + .rtf {
  margin-left: 152px;
  font-family: T3, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #353535;
  line-height: 1.556; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .dashboard-callout .dashboard-callout-img + .rtf {
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    .dashboard-callout .dashboard-callout-img + .rtf {
      font-size: 1.6rem; } }

.members-hero {
  position: relative;
  background: url(/_Images/ui/cloth-background.png);
  padding: 20px;
  margin-bottom: 20px;
  padding-left: 156px; }
  .members-hero:before, .members-hero:after {
    content: " ";
    display: table; }
  .members-hero:after {
    clear: both; }
  @media screen and (max-width: 767px) {
    .members-hero {
      padding: 10px;
      margin-top: 3px;
      margin-bottom: 0; } }

.members-hero__left-column {
  width: 45%;
  float: left;
  padding-right: 5px; }
  .members-hero__left-column:before, .members-hero__left-column:after {
    content: " ";
    display: table; }
  .members-hero__left-column:after {
    clear: both; }

.members-hero__right-column {
  width: 55%;
  float: right;
  padding-left: 5px; }

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .members-hero__left-column {
    width: calc(12.83203125% + 258.952148437px); }
  .members-hero__right-column {
    width: calc(87.16796875% + -258.952148438px); } }

@media screen and (max-width: 767px) {
  .members-hero__left-column {
    width: auto;
    float: none; }
    .members-hero__left-column:before {
      float: left;
      height: 101px;
      width: 1px;
      margin-left: -1px; }
  .members-hero__right-column {
    width: auto;
    float: none;
    margin-top: 10px; } }

.members-hero__image {
  position: absolute;
  left: 20px;
  top: 20px;
  border: 3px solid #799d3e;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  overflow: hidden; }
  .members-hero__image img {
    display: block;
    width: 100%; }
  @media screen and (max-width: 767px) {
    .members-hero__image {
      left: 10px;
      width: 96px;
      height: 96px; } }

.members-hero__name {
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .members-hero__name {
      font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 300;
      font-size: 2.4rem;
      color: #353535;
      margin-left: 116px; } }

.members-hero__membership {
  position: relative;
  background: #799d3e;
  font-family: T12, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 4px 10px; }
  .members-hero__membership:before {
    position: absolute;
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 5px 4px;
    border-top: none;
    border-bottom-color: #799d3e;
    top: -5px; }
  @media screen and (max-width: 767px) {
    .members-hero__membership {
      margin-left: 116px; } }

.members-hero__profile-status {
  font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #353535; }
  @media screen and (max-width: 767px) {
    .members-hero__profile-status {
      clear: left; } }

.members-hero__profile-status-text {
  font: inherit;
  margin: 10px 0; }

.members-hero__profile-status-graph {
  float: left;
  width: 50%;
  height: 22px;
  padding-right: 5px; }
  .members-hero__profile-status-graph svg {
    width: 100%;
    height: 100%; }

.members-hero__profile-status-link {
  float: left;
  width: 50%;
  padding-left: 5px;
  line-height: 24px;
  white-space: nowrap; }
  .members-hero__profile-status-link .icon-pencil {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -312px -511px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle; }

.members-hero__alert {
  border: 1px solid #b50a47;
  background: #fff; }
  .members-hero__alert > a {
    display: block;
    padding: 20px;
    color: inherit; }
    .members-hero__alert > a:hover {
      text-decoration: none; }
      .members-hero__alert > a:hover b {
        text-decoration: underline; }

.members-hero__alert-title {
  margin: 0;
  font-family: T4, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #353535; }

.members-hero__alert-content {
  font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #353535;
  margin: 10px 0 0 0; }
  .members-hero__alert-content b {
    font-family: T9, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #b50a47; }

@media screen and (min-width: 768px) {
  .member-content {
    padding-left: 10px; } }

.member-content .page-title {
  margin-top: 8px; }
  @media screen and (max-width: 767px) {
    .member-content .page-title {
      display: none; } }

.member-content .result-title {
  font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  color: #353535; }

@media screen and (max-width: 767px) {
  .member-content .event-info .event-details {
    float: none; }
  .member-content .event-info .event-registration {
    border-top: 1px solid #efefef;
    float: none; } }

.member-content .tabs .overview {
  margin: 18px 0; }
  @media screen and (max-width: 767px) {
    .member-content .tabs .overview {
      margin: 18px 13px; } }

@media screen and (max-width: 767px) {
  .member-content .tabs {
    margin: 0 -13px; }
    .member-content .tabs .results-list {
      margin-top: 11px; }
      .member-content .tabs .results-list .result-item:first-child {
        border-top: 1px solid #f3f3f4; } }

.member-content .show-all {
  float: right;
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .member-content .show-all {
      float: none;
      margin: 23px 13px 10px;
      display: block; } }

.abstract-info {
  overflow: hidden;
  margin-top: 25px; }
  @media screen and (max-width: 767px) {
    .abstract-info {
      margin-top: 18px; } }
  .abstract-info .abstract-description {
    float: left;
    width: 40%;
    margin-top: 0;
    padding-right: 15px;
    line-height: 1.833;
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535; }
    @media screen and (max-width: 767px) {
      .abstract-info .abstract-description {
        float: none;
        width: auto;
        padding-right: 0; } }
  .abstract-info .abstract-status {
    width: 30%;
    float: left;
    padding: 0 15px;
    border-left: 1px solid #ddd;
    min-height: 130px; }
    @media screen and (max-width: 767px) {
      .abstract-info .abstract-status {
        width: 50%;
        margin-top: 15px; } }
  .abstract-info .abstract-details {
    width: 70%;
    border-left: none;
    padding-right: 15px;
    float: left; }
    @media screen and (max-width: 767px) {
      .abstract-info .abstract-details {
        border-left: 0;
        padding-left: 0;
        width: 50%;
        margin-top: 15px; } }
    .abstract-info .abstract-details .detail-item {
      font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #353535;
      margin-bottom: 11px; }
    .abstract-info .abstract-details .detail-item-info {
      font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      color: #353535;
      margin-left: 0;
      margin-bottom: 21px; }
  @media screen and (max-width: 767px) {
    .abstract-info .abstract-status {
      padding-right: 0; } }
  .abstract-info .abstract-status .status-title {
    margin: 0 0 17px;
    font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #353535; }
  .abstract-info .abstract-status .status-type {
    display: block;
    font-family: T10, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #353535;
    color: #7b7b7b;
    margin-bottom: 17px; }
    .abstract-info .abstract-status .status-type.accepted {
      color: #799d3e; }
    .abstract-info .abstract-status .status-type.error {
      color: #e60000; }
  .abstract-info .abstract-status .right-arrow {
    font-family: T9, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #b50a47; }
  .abstract-info .abstract-status .button {
    height: 30px;
    border: 1px solid #000000;
    border: 1px solid black;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: none;
    min-width: 0;
    padding: 6px 15px; }

@media screen and (min-width: 768px) {
  .abstract-content {
    padding-left: 10px; } }

.abstract-content .page-title {
  margin-top: 8px; }
  @media screen and (max-width: 767px) {
    .abstract-content .page-title {
      display: none; } }

.abstract-content .result-title {
  font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  color: #353535; }

@media screen and (max-width: 767px) {
  .abstract-content .event-info .event-details {
    float: none; }
  .abstract-content .event-info .event-registration {
    border-top: 1px solid #efefef;
    float: none; } }

.abstract-content .tabs .overview {
  margin: 18px 0; }
  @media screen and (max-width: 767px) {
    .abstract-content .tabs .overview {
      margin: 18px 13px; } }

@media screen and (max-width: 767px) {
  .abstract-content .tabs {
    margin: 0 -13px; }
    .abstract-content .tabs .results-list {
      margin-top: 11px; }
      .abstract-content .tabs .results-list .result-item:first-child {
        border-top: 1px solid #f3f3f4; } }

.abstract-content .show-all {
  float: right;
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .abstract-content .show-all {
      float: none;
      margin: 23px 13px 10px;
      display: block; } }

.abstract-content .sub-headline {
  margin: 0 0 7px;
  padding-left: 8px;
  font-family: T3, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #353535;
  line-height: 1.333; }

.abstract-content .option-label {
  font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #353535;
  display: inline-block;
  margin-bottom: 10px; }

.abstract-content .validation-summary-errors, .abstract-content .field-validation-error {
  font-size: 11px;
  color: #e60000 !important; }

.abstract-content .input-validation-error {
  border-color: #e60000 !important; }

.abstract-content .keywordText {
  width: 400px; }

.abstract-content .keywordList {
  height: initial;
  width: 400px; }

.abstract-content .charRemaining {
  display: inline-block; }

.abstract-content .table {
  display: table;
  padding: 5px;
  margin: 5px;
  width: 100%; }

.abstract-content .row {
  display: table-row;
  vertical-align: top;
  padding-bottom: 10px;
  border-left: 0px;
  width: 100%;
  line-height: 1.8em; }

.abstract-content .cell {
  float: left; }

.abstract-content .cellLabel {
  float: left;
  width: 20%;
  font-weight: bold; }

.abstract-content .cellValue {
  float: left;
  width: 30%; }

.abstract-content .cellValueLong {
  float: left;
  width: 80%; }

.abstract-content .divmargin {
  margin: 10px; }

.abstract-content .dvspacing {
  padding-left: 140px;
  padding-top: 10px; }

.abstract-content .btnspacing {
  padding-right: 50px; }

.abstract-content .dvwidth {
  width: 515px; }

.abstract-content .required {
  color: #e60000; }

.abstract-content .required_info {
  color: #e60000;
  font-weight: bold; }

.abstract-content .degreespace {
  padding-left: 10px; }

.abstract-content .errormsg {
  font-size: 1.1rem;
  color: #e60000; }

.abstract-content .degreerequiredspacing {
  padding-left: 10px; }

.transcripts {
  margin-top: 42px; }

.transcript-list {
  padding: 0;
  margin: 0 0 13px; }
  .transcript-list .result-title {
    font-family: T3, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    color: #353535; }
  @media screen and (max-width: 767px) {
    .transcript-list .result-item {
      padding: 20px 0; } }
  .transcript-list .event-info {
    width: 100%;
    display: table; }
    @media screen and (max-width: 767px) {
      .transcript-list .event-info {
        display: block; } }
    .transcript-list .event-info .event-details,
    .transcript-list .event-info .event-credits {
      display: table-cell;
      vertical-align: top; }
      @media screen and (max-width: 767px) {
        .transcript-list .event-info .event-details,
        .transcript-list .event-info .event-credits {
          display: block;
          margin-top: 10px; } }
    .transcript-list .event-info .event-details {
      width: 41%;
      padding-top: 16px; }
      @media screen and (max-width: 767px) {
        .transcript-list .event-info .event-details {
          width: auto;
          padding-top: 0; } }
    .transcript-list .event-info .event-credits {
      width: 59%;
      border-left: 1px solid #ddd;
      padding-left: 15px;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .transcript-list .event-info .event-credits {
          width: auto;
          border-left: none;
          padding-left: 0;
          margin-top: 30px; } }
      .transcript-list .event-info .event-credits .button {
        height: 30px;
        border: 1px solid #000000;
        border: 1px solid black;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        border: none;
        float: right;
        width: 188px;
        padding: 6px 20px;
        margin-right: 6px; }
        @media screen and (max-width: 767px) {
          .transcript-list .event-info .event-credits .button {
            float: none;
            width: 100%; } }
    .transcript-list .event-info .result-subtitle {
      margin: 0;
      font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #353535; }
  .transcript-list .credit-list {
    padding: 0;
    margin: 4px 0 22px;
    list-style-type: none;
    overflow: hidden;
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    line-height: 1.833; }
    .transcript-list .credit-list li {
      display: inline-block;
      vertical-align: top;
      width: 49%;
      padding: 3px 10px 3px 0; }

.year-title {
  font-family: T4, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #353535;
  border: 1px solid #efefef;
  border-width: 1px 0;
  padding: 6px 15px;
  margin: 0; }

.checkbox-list {
  overflow: hidden; }
  .checkbox-list ul, .checkbox-list li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .checkbox-list ul {
    font-size: 0;
    margin: 0 -10px; }
  .checkbox-list li {
    font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #353535;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    width: 50%;
    min-height: 50.4px;
    padding: 16.8px 10px 0 32.2px;
    margin-bottom: 16.8px;
    vertical-align: top;
    border-top: 1px solid #e9e9e9; }
  .checkbox-list input {
    position: absolute;
    left: 12px;
    margin-top: 0.1em; }

@media screen and (max-width: 767px) {
  .checkbox-list li {
    width: 100%; } }

.checkbox-list__tag {
  position: relative;
  color: #008ca1;
  margin-left: 0.5em;
  z-index: 200; }

.checkbox-list--long-form ul {
  margin-bottom: 16.8px; }

.checkbox-list--long-form li {
  width: 100%;
  margin-bottom: 0; }
  .checkbox-list--long-form li:first-child {
    border-top: none; }

.checkbox-list--long-form p {
  margin-bottom: 16.8px; }

.checkbox-list__extra-options {
  margin-bottom: 16.8px; }
  .checkbox-list__extra-options input {
    position: relative;
    margin-top: 0;
    left: 0 !important;
    top: 0.1em; }
  .checkbox-list__extra-options label + input {
    margin-left: 3em; }

.checkbox-list--long-form .checkbox-list--short-item {
  min-height: 33.6px; }

.communities__results .result-item__link:before, .communities__results .result-item__link:after {
  content: " ";
  display: table; }

.communities__results .result-item__link:after {
  clear: both; }

.communities__results .result-item__link:hover .result-item__name {
  text-decoration: underline; }

.communities__results .result-item__image {
  float: left;
  width: 116px;
  margin-right: 20px;
  border-radius: 100%;
  border: 3px solid #799d3e;
  overflow: hidden; }
  .communities__results .result-item__image img {
    display: block;
    width: 100%;
    height: auto; }

.communities__results .result-item__right {
  float: left;
  width: calc(100% - 116px - 20px); }

.communities__results .result-item__name {
  color: #353535; }

.communities__top-content {
  margin-top: 1em; }

@media screen and (max-width: 767px) {
  .communities__top-content {
    padding: 0 20px; }
  .communities__results .result-item {
    background: none;
    border: none; }
  .communities__results .result-item__image {
    float: none;
    margin: 0 auto; }
  .communities__results .result-item__right {
    float: none;
    width: auto;
    text-align: center; }
  .communities__results .result-item__name:after {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0.271875em 0.4078125em;
    border-right: none;
    border-left-color: #353535;
    margin-bottom: 0.090625em;
    margin-left: 0.3em; }
  .communities__results .result-item__description {
    display: none; } }

.communities__explore-list__actions {
  text-align: right; }

@media screen and (max-width: 767px) {
  .communities__explore-list__actions {
    margin: 0 10px; }
    .communities__explore-list__actions .button {
      width: 100%; } }

.click-guard {
  position: relative; }
  .click-guard:before, .click-guard:after {
    content: " ";
    display: table; }
  .click-guard:after {
    clear: both; }
  .click-guard:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    display: block;
    z-index: 100; }

.become-a-member {
  padding: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  background-color: #f4f4f4; }
  .become-a-member:before, .become-a-member:after {
    content: " ";
    display: table; }
  .become-a-member:after {
    clear: both; }
  .become-a-member h4 {
    font-family: T4, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #353535;
    margin: 0 0 10px 0; }

.become-a-member__left {
  float: left;
  width: calc(100% - 200px - 20px);
  margin-right: 20px; }

.become-a-member__right {
  float: left;
  padding-top: 31px;
  width: 200px;
  text-align: right; }

@media screen and (max-width: 767px) {
  .become-a-member__left,
  .become-a-member__right {
    width: auto;
    float: none;
    padding: 0;
    text-align: center; } }

.subscriptions__publications-list p {
  line-height: 2;
  font-size: 1.2rem; }

.subscriptions__publications-list.checkbox-list input {
  left: 14px; }

.subscriptions__publications-list__actions {
  text-align: right; }

@media screen and (max-width: 767px) {
  .subscriptions__publications-list__actions {
    margin: 0 10px; }
    .subscriptions__publications-list__actions .button {
      width: 100%; } }

.accordion {
  clear: both;
  margin-top: 21px; }
  @media screen and (max-width: 767px) {
    .accordion {
      margin: 20px -13px 30px; } }
  .accordion .accordion__panel {
    clear: both; }
    .accordion .accordion__panel .accordion__panel__title {
      font-family: T3, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 300;
      font-size: 1.8rem;
      color: #353535;
      min-height: 50px;
      padding: 12px 30px 12px 15px;
      margin: 0;
      border: solid #efefef;
      border-width: 1px 0;
      background-color: #fcfcfc;
      cursor: pointer;
      position: relative; }
      .accordion .accordion__panel .accordion__panel__title a {
        display: none; }
    .accordion .accordion__panel .arrow {
      background-image: url(/_Images/sprites/ui.png);
      background-position: -1063px -75px;
      width: 9px;
      height: 6px;
      display: inline-block;
      position: absolute;
      top: 21px;
      right: 15px; }
    .accordion .accordion__panel .accordion__panel__content {
      display: none; }
    .accordion .accordion__panel.panel-expanded .accordion__panel__title a {
      font-family: T9, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      color: #b50a47;
      font-size: 1.4rem;
      display: inline-block;
      margin-left: 10px; }
    .accordion .accordion__panel.panel-expanded .arrow {
      background-image: url(/_Images/sprites/ui.png);
      background-position: -1039px -96px;
      width: 9px;
      height: 6px; }
    .accordion .accordion__panel.panel-expanded .accordion__panel__content {
      display: block; }

.wide-cta {
  background-color: #efefef;
  padding: 38px 35px 31px;
  overflow: hidden;
  margin: 35px 0; }
  @media screen and (max-width: 1024px) {
    .wide-cta {
      padding: 30px 20px 31px;
      margin: 25px 0; } }
  @media screen and (max-width: 767px) {
    .wide-cta {
      margin: 18px 0; } }
  .wide-cta .wide-cta-img {
    max-width: 430px;
    margin-right: 55px;
    float: left;
    border: 3px solid #008ca1; }
    @media screen and (max-width: 1024px) {
      .wide-cta .wide-cta-img {
        max-width: 410px;
        margin-right: 34px; } }
    @media screen and (max-width: 767px) {
      .wide-cta .wide-cta-img {
        float: none;
        margin-right: 0;
        max-width: 100%; } }
  .wide-cta .button {
    float: right;
    margin-top: 12px; }
    @media screen and (max-width: 767px) {
      .wide-cta .button {
        float: none;
        margin: 12px auto 0;
        width: 100%; } }
  @media screen and (max-width: 1024px) {
    .wide-cta .rtf {
      font-size: 1.2rem;
      line-height: 1.667; } }

.page-content .wide-cta {
  margin: 0 -35px; }
  @media screen and (max-width: 1024px) {
    .page-content .wide-cta {
      margin: 0 -13px; } }
  @media screen and (max-width: 767px) {
    .page-content .wide-cta {
      margin: 0; } }

.ad-block {
  margin-top: 38px; }
  .ad-block .media-callout {
    margin: 0;
    border: none;
    padding: 0; }
  @media screen and (max-width: 1024px) {
    .ad-block {
      margin-top: 25px; } }
  @media screen and (max-width: 767px) {
    .ad-block {
      margin-top: 18px;
      padding: 0 13px; } }

.callout-well {
  overflow: hidden; }
  .callout-well .gray-box,
  .callout-well .media-callout {
    padding: 34px 33px 38px 0;
    margin: 0;
    background-color: #efefef;
    display: table-cell;
    vertical-align: top;
    width: 30%;
    overflow: hidden; }
    @media screen and (max-width: 1024px) {
      .callout-well .gray-box,
      .callout-well .media-callout {
        width: 40%; } }
    @media screen and (max-width: 767px) {
      .callout-well .gray-box,
      .callout-well .media-callout {
        width: 100%;
        padding: 0 13px 38px;
        display: block; }
        .callout-well .gray-box .button,
        .callout-well .media-callout .button {
          width: auto; } }
    .callout-well .gray-box:first-child,
    .callout-well .media-callout:first-child {
      width: 70%;
      padding-left: 33px; }
      @media screen and (max-width: 1024px) {
        .callout-well .gray-box:first-child,
        .callout-well .media-callout:first-child {
          width: 60%; } }
      @media screen and (max-width: 767px) {
        .callout-well .gray-box:first-child,
        .callout-well .media-callout:first-child {
          width: 100%;
          padding: 28px 13px 20px; } }
      .callout-well .gray-box:first-child .callout-title-sm,
      .callout-well .gray-box:first-child .media-title,
      .callout-well .media-callout:first-child .callout-title-sm,
      .callout-well .media-callout:first-child .media-title {
        font-family: T17, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
        font-weight: 300;
        font-size: 3rem;
        line-height: 1.267em;
        color: #353535;
        margin: 0 0 9px;
        text-transform: none; }
        @media screen and (max-width: 1024px) {
          .callout-well .gray-box:first-child .callout-title-sm,
          .callout-well .gray-box:first-child .media-title,
          .callout-well .media-callout:first-child .callout-title-sm,
          .callout-well .media-callout:first-child .media-title {
            font-size: 2.4rem;
            line-height: 1.333em; } }
        @media screen and (max-width: 767px) {
          .callout-well .gray-box:first-child .callout-title-sm,
          .callout-well .gray-box:first-child .media-title,
          .callout-well .media-callout:first-child .callout-title-sm,
          .callout-well .media-callout:first-child .media-title {
            font-size: 1.8rem;
            line-height: 1.333em; } }
        @media screen and (max-width: 767px) {
          .callout-well .gray-box:first-child .callout-title-sm,
          .callout-well .gray-box:first-child .media-title,
          .callout-well .media-callout:first-child .callout-title-sm,
          .callout-well .media-callout:first-child .media-title {
            font-size: 2.4rem; } }
    .callout-well .gray-box + .gray-box,
    .callout-well .media-callout + .gray-box {
      margin-top: 0; }
    .callout-well .gray-box .callout-title-sm,
    .callout-well .gray-box .media-title,
    .callout-well .media-callout .callout-title-sm,
    .callout-well .media-callout .media-title {
      margin-top: 17px; }
    .callout-well .gray-box .video-box,
    .callout-well .media-callout .video-box {
      margin-top: 19px; }
  @media screen and (max-width: 1024px) {
    .callout-well .gray-box .rtf {
      font-size: 1.2rem; } }
  .callout-well .gray-box-border {
    padding: 0;
    border: none; }
  .callout-well.callout-well-even {
    margin: 0 -20px 20px;
    display: table;
    border-spacing: 20px; }
    .callout-well.callout-well-even .callout-title-lg {
      margin: 0; }
      @media screen and (max-width: 767px) {
        .callout-well.callout-well-even .callout-title-lg {
          margin: 0 13px 8px; } }
    @media screen and (min-width: 768px) {
      .callout-well.callout-well-even .callout-well__row {
        margin: 0 -20px; } }
    @media screen and (max-width: 1024px) {
      .callout-well.callout-well-even {
        border-spacing: 10px;
        margin: 0 0 20px; } }
    @media screen and (max-width: 767px) {
      .callout-well.callout-well-even {
        margin: 20px 0 0;
        display: block; } }
    .callout-well.callout-well-even .gray-box,
    .callout-well.callout-well-even .media-callout {
      width: 50%;
      padding: 20px 28px 35px; }
      @media screen and (max-width: 767px) {
        .callout-well.callout-well-even .gray-box,
        .callout-well.callout-well-even .media-callout {
          display: block;
          width: 100%;
          margin-bottom: 10px;
          padding: 20px 13px 24px; } }
      .callout-well.callout-well-even .gray-box .callout-title-sm,
      .callout-well.callout-well-even .gray-box .media-title,
      .callout-well.callout-well-even .media-callout .callout-title-sm,
      .callout-well.callout-well-even .media-callout .media-title {
        font-family: T17, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
        font-weight: 300;
        font-size: 3rem;
        line-height: 1.267em;
        color: #353535;
        text-transform: none;
        margin: 0 0 9px; }
        @media screen and (max-width: 1024px) {
          .callout-well.callout-well-even .gray-box .callout-title-sm,
          .callout-well.callout-well-even .gray-box .media-title,
          .callout-well.callout-well-even .media-callout .callout-title-sm,
          .callout-well.callout-well-even .media-callout .media-title {
            font-size: 2.4rem;
            line-height: 1.333em; } }
        @media screen and (max-width: 767px) {
          .callout-well.callout-well-even .gray-box .callout-title-sm,
          .callout-well.callout-well-even .gray-box .media-title,
          .callout-well.callout-well-even .media-callout .callout-title-sm,
          .callout-well.callout-well-even .media-callout .media-title {
            font-size: 1.8rem;
            line-height: 1.333em; } }
        @media screen and (max-width: 767px) {
          .callout-well.callout-well-even .gray-box .callout-title-sm,
          .callout-well.callout-well-even .gray-box .media-title,
          .callout-well.callout-well-even .media-callout .callout-title-sm,
          .callout-well.callout-well-even .media-callout .media-title {
            font-size: 2.4rem; } }
  .callout-well .callout-well__header-link {
    position: relative;
    float: right;
    margin: 11px 0 20px;
    max-width: 35%; }
    @media screen and (max-width: 767px) {
      .callout-well .callout-well__header-link {
        float: none;
        max-width: 100%;
        margin-bottom: 10px;
        display: block; } }

.callout-well__description {
  line-height: 2;
  clear: both; }

.callout-well--triple {
  position: relative;
  margin-top: 15px; }
  @media screen and (max-width: 767px) {
    .callout-well--triple {
      margin: 25px 13px 0; } }
  .callout-well--triple .callout-title-lg {
    margin: 0 0 15px;
    max-width: 75%;
    float: left; }
    @media screen and (max-width: 1024px) {
      .callout-well--triple .callout-title-lg {
        max-width: 65%; } }
    @media screen and (max-width: 767px) {
      .callout-well--triple .callout-title-lg {
        max-width: 100%;
        margin-bottom: 10px;
        float: none; } }
  .callout-well--triple .callout-well__header-link {
    max-width: 25%; }
    @media screen and (max-width: 1024px) {
      .callout-well--triple .callout-well__header-link {
        max-width: 35%; } }
    @media screen and (max-width: 767px) {
      .callout-well--triple .callout-well__header-link {
        position: static;
        max-width: 100%;
        margin-bottom: 10px;
        display: block; } }
  .callout-well--triple .callout-well__description {
    line-height: 2; }
  .callout-well--triple .callout-well__row {
    clear: both;
    overflow: hidden;
    position: relative; }
  .callout-well--triple .gray-box,
  .callout-well--triple .gray-box:first-child {
    width: 33%;
    text-align: center;
    padding: 0 12px 25px;
    display: inline-block;
    float: left;
    position: static;
    background-color: transparent; }
    @media screen and (max-width: 767px) {
      .callout-well--triple .gray-box,
      .callout-well--triple .gray-box:first-child {
        width: 100%;
        display: block;
        border: none;
        padding-bottom: 10px; }
        .callout-well--triple .gray-box .rtf,
        .callout-well--triple .gray-box:first-child .rtf {
          font-size: 1.4rem; } }
    .callout-well--triple .gray-box .gray-box__img,
    .callout-well--triple .gray-box:first-child .gray-box__img {
      width: 108px;
      height: 108px;
      margin: 0 auto;
      border: 1px solid #000000;
      border: 1px solid black;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: none;
      overflow: hidden; }
    .callout-well--triple .gray-box .callout-title-sm,
    .callout-well--triple .gray-box:first-child .callout-title-sm {
      font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 300;
      font-size: 2.4rem;
      color: #353535;
      margin: 17px 0 5px;
      text-transform: none; }
    .callout-well--triple .gray-box .rtf,
    .callout-well--triple .gray-box:first-child .rtf {
      margin-top: 17px; }
    .callout-well--triple .gray-box .callout-title-sm + .rtf,
    .callout-well--triple .gray-box:first-child .callout-title-sm + .rtf {
      margin-top: 5px; }
    .callout-well--triple .gray-box .right-arrow,
    .callout-well--triple .gray-box:first-child .right-arrow {
      float: none; }

.callout-well--triple--large .gray-box,
.callout-well--triple--large .gray-box:first-child {
  border: solid #fff;
  border-width: 0 2px;
  padding: 40px 35px;
  margin-bottom: 4px;
  background-color: #efefef; }
  @media screen and (max-width: 767px) {
    .callout-well--triple--large .gray-box,
    .callout-well--triple--large .gray-box:first-child {
      padding: 0;
      margin-bottom: 2px; } }
  @media screen and (max-width: 767px) {
    .callout-well--triple--large .gray-box .gray-box-border,
    .callout-well--triple--large .gray-box:first-child .gray-box-border {
      padding: 40px 35px;
      border-bottom: 2px solid #fff;
      margin-bottom: 1px; } }
  .callout-well--triple--large .gray-box .gray-box__img,
  .callout-well--triple--large .gray-box:first-child .gray-box__img {
    width: 196px;
    height: 196px;
    border: 3px solid #4f545d; }
    @media screen and (max-width: 1024px) {
      .callout-well--triple--large .gray-box .gray-box__img,
      .callout-well--triple--large .gray-box:first-child .gray-box__img {
        width: 166px;
        height: 166px; } }
    .callout-well--triple--large .gray-box .gray-box__img.pink,
    .callout-well--triple--large .gray-box:first-child .gray-box__img.pink {
      border-color: #b50a47; }
    .callout-well--triple--large .gray-box .gray-box__img.blue,
    .callout-well--triple--large .gray-box:first-child .gray-box__img.blue {
      border-color: #008ca1; }
    .callout-well--triple--large .gray-box .gray-box__img.green,
    .callout-well--triple--large .gray-box:first-child .gray-box__img.green {
      border-color: #799d3e; }
  .callout-well--triple--large .gray-box .callout-title-sm,
  .callout-well--triple--large .gray-box:first-child .callout-title-sm {
    font-family: T3, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 1.8rem;
    color: #353535;
    margin: 17px 0 5px; }
  .callout-well--triple--large .gray-box .right-arrow,
  .callout-well--triple--large .gray-box:first-child .right-arrow {
    float: none; }

@media screen and (min-width: 768px) {
  .callout-well--triple--large .gray-box:before {
    width: 33%;
    content: '';
    position: absolute;
    top: 0;
    bottom: 4px;
    z-index: -1;
    left: 0;
    background-color: #efefef;
    border: solid #fff;
    border-width: 0 2px; }
  .callout-well--triple--large .gray-box:nth-child(3):before {
    left: 66%; }
  .callout-well--triple--large .gray-box:nth-child(2):before {
    left: 33%; }
  .callout-well--triple--large .gray-box:nth-child(1) {
    clear: left; } }

.callout-well.career-callouts .gray-box .callout-title-sm {
  font-family: T17, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.267em;
  color: #353535;
  margin: 0 0 9px; }
  @media screen and (max-width: 1024px) {
    .callout-well.career-callouts .gray-box .callout-title-sm {
      font-size: 2.4rem;
      line-height: 1.333em; } }
  @media screen and (max-width: 767px) {
    .callout-well.career-callouts .gray-box .callout-title-sm {
      font-size: 1.8rem;
      line-height: 1.333em; } }
  @media screen and (max-width: 767px) {
    .callout-well.career-callouts .gray-box .callout-title-sm {
      font-size: 2.4rem; } }

.callout-title-lg {
  font-family: T17, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.267em;
  color: #353535;
  margin: 0 0 21px; }
  @media screen and (max-width: 1024px) {
    .callout-title-lg {
      font-size: 2.4rem;
      line-height: 1.333em; } }
  @media screen and (max-width: 767px) {
    .callout-title-lg {
      font-size: 1.8rem;
      line-height: 1.333em; } }
  @media screen and (max-width: 1024px) {
    .callout-title-lg {
      margin-bottom: 18px; } }
  @media screen and (max-width: 767px) {
    .callout-title-lg {
      margin-bottom: 15px;
      font-size: 2.4rem; } }
  .callout-title-lg + .callout-well-even {
    margin-top: -20px; }

.callout-title-sm {
  font-family: T11, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #353535;
  text-transform: uppercase;
  margin: 1em 0; }

.featured-careers .featured-careers-desc {
  margin-top: 0;
  line-height: 2; }

.featured-careers .featured-career-listing {
  list-style-type: none;
  padding: 0; }
  .featured-careers .featured-career-listing .featured-career {
    margin-bottom: 21px; }
    .featured-careers .featured-career-listing .featured-career .career-title {
      display: block;
      padding-left: 10px;
      font-family: T3, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 300;
      font-size: 1.8rem;
      color: #353535;
      line-height: 1.333;
      margin: 0; }
      .featured-careers .featured-career-listing .featured-career .career-title a {
        color: #353535; }
    .featured-careers .featured-career-listing .featured-career .career-desc {
      font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #353535;
      line-height: 1.571;
      margin: 8px 0 6px; }
    .featured-careers .featured-career-listing .featured-career .right-arrow {
      font-size: 1.2rem; }

.featured-careers .callout-title-sm {
  font-family: T17, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.267em;
  color: #353535;
  margin-bottom: 9px; }
  @media screen and (max-width: 1024px) {
    .featured-careers .callout-title-sm {
      font-size: 2.4rem;
      line-height: 1.333em; } }
  @media screen and (max-width: 767px) {
    .featured-careers .callout-title-sm {
      font-size: 1.8rem;
      line-height: 1.333em; } }

.page-links {
  margin: 35px 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    .page-links {
      padding: 0 13px;
      margin: 29px 0; } }
  .page-links .callout-title-lg {
    max-width: 65%;
    float: left; }
    @media screen and (max-width: 767px) {
      .page-links .callout-title-lg {
        max-width: 100%;
        margin-bottom: 11px;
        float: none; } }
  .page-links .callout-well__header-link {
    float: right;
    margin: 11px 0 20px;
    max-width: 35%; }
    @media screen and (max-width: 767px) {
      .page-links .callout-well__header-link {
        float: none;
        max-width: 100%;
        margin-bottom: 10px;
        display: block; } }
  .page-links .page-link-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .page-links .page-link-list {
        border-top: none; } }
    .page-links .page-link-list .page-link {
      width: 32%;
      display: inline-block;
      vertical-align: top;
      padding: 23px 13px; }
      @media screen and (max-width: 767px) {
        .page-links .page-link-list .page-link {
          width: auto;
          display: block;
          border-left: none;
          padding: 19px 0; } }
      .page-links .page-link-list .page-link .page-link__img {
        margin-bottom: 18px; }
      .page-links .page-link-list .page-link .page-link-title {
        padding-left: 11px;
        margin-top: 0;
        border-left: 3px solid #4f545d; }
        .page-links .page-link-list .page-link .page-link-title a {
          font-family: T3, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
          font-weight: 300;
          font-size: 1.8rem;
          color: #353535; }
      .page-links .page-link-list .page-link .page-link-description {
        font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
        font-weight: 400;
        font-size: 1.4rem;
        color: #353535;
        line-height: 1.714; }
        @media screen and (max-width: 1024px) {
          .page-links .page-link-list .page-link .page-link-description {
            font-size: 1.2rem;
            line-height: 1.667; } }

@media screen and (max-width: 767px) {
  .exhibitor_listing .result-item {
    padding: 20px 0; } }

.exhibitor_listing .result-item .result-title {
  font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  color: #353535; }

.exhibitor_listing .result-item .series-note {
  padding-left: 11px; }

.exhibitor_listing .result-item .event-info {
  display: table; }
  @media screen and (max-width: 767px) {
    .exhibitor_listing .result-item .event-info {
      display: block; } }

.exhibitor_listing .result-item .event-details {
  padding-left: 8px;
  width: 62%; }
  @media screen and (max-width: 767px) {
    .exhibitor_listing .result-item .event-details {
      margin-top: 0;
      padding-left: 3px; } }

.exhibitor_listing .result-item .event-registration {
  border-left: 1px solid #e9e9e9;
  padding-left: 20px;
  width: 38%; }
  @media screen and (max-width: 767px) {
    .exhibitor_listing .result-item .event-registration {
      border-top: 1px solid #e9e9e9;
      padding-left: 0; } }

@media screen and (max-width: 1024px) {
  .exhibitor_listing .result-item .event-details,
  .exhibitor_listing .result-item .event-registration {
    width: 50%; } }

@media screen and (max-width: 767px) {
  .exhibitor_listing .result-item .event-details,
  .exhibitor_listing .result-item .event-registration {
    border-left: 0;
    width: 100%; } }

.exhibitor_listing_heading {
  border-bottom: 1px solid #e9e9e9;
  margin-top: 13px;
  min-height: 60px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .exhibitor_listing_heading {
      padding-bottom: 20px; } }
  .exhibitor_listing_heading .page-title {
    font-family: T17, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 3rem;
    line-height: 1.267em;
    color: #353535;
    margin: 0 220px 0 0; }
    @media screen and (max-width: 1024px) {
      .exhibitor_listing_heading .page-title {
        font-size: 2.4rem;
        line-height: 1.333em; } }
    @media screen and (max-width: 767px) {
      .exhibitor_listing_heading .page-title {
        font-size: 1.8rem;
        line-height: 1.333em; } }
    @media screen and (max-width: 767px) {
      .exhibitor_listing_heading .page-title {
        font-size: 2.4rem;
        margin: 0 0 15px 0; } }
  .exhibitor_listing_heading .sort-dropdown {
    position: absolute;
    right: 0;
    top: 0; }
    @media screen and (max-width: 767px) {
      .exhibitor_listing_heading .sort-dropdown {
        position: relative; } }

.topic-listing-heading {
  display: table;
  width: 100%; }
  .page-content .topic-listing-heading .page-title {
    display: table-cell;
    width: 100%;
    /* try to use up all the space */
    vertical-align: top;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9; }
  .topic-listing-heading .search-utility {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9e9e9; }
  .topic-listing-heading .page-count {
    display: inline-block;
    padding: 0;
    border: none;
    vertical-align: middle;
    padding-right: 3em; }
  .topic-listing-heading .sort-dropdown {
    display: inline-block;
    vertical-align: middle; }

@media screen and (max-width: 767px) {
  .topic-listing-heading {
    display: block;
    width: auto; }
    .page-content .topic-listing-heading .page-title {
      display: block;
      width: auto;
      border: none;
      padding: 10px 10px 0 10px; }
    .topic-listing-heading .search-utility {
      display: block;
      padding: 0;
      border: none; }
    .topic-listing-heading .page-count {
      display: block;
      text-align: left;
      padding: 10px; }
    .topic-listing-heading .sort-dropdown {
      display: block;
      padding: 10px;
      height: auto;
      background: #008ca1; }
      .topic-listing-heading .sort-dropdown .sort-trigger {
        background-color: white; }
      .topic-listing-heading .sort-dropdown .dropcontainer {
        width: auto;
        left: 7px;
        right: 7px;
        top: 7px; } }

.topic-results ul {
  box-sizing: border-box;
  margin: 0 -12.5px;
  padding: 5px 0 0 0;
  list-style: none; }
  .topic-results ul:before, .topic-results ul:after {
    content: " ";
    display: table; }
  .topic-results ul:after {
    clear: both; }

.topic-results li {
  box-sizing: border-box;
  float: left;
  width: 33.33%;
  margin: 0;
  padding: 15px 12.5px; }

.topic-results li:nth-child(3n+1) {
  clear: left; }

.topic-results a {
  color: inherit; }
  .topic-results a:hover {
    text-decoration: none; }
    .topic-results a:hover span {
      text-decoration: underline; }

.topic-results h4 {
  font-family: T4, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #353535;
  position: relative;
  padding-left: 8px; }
  .topic-results h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.15em;
    bottom: 0.15em;
    border-left: 3px solid #4f545d; }

.topic-results p {
  line-height: 1.75; }

.topic-results span {
  line-height: 1.75;
  color: #b50a47; }

.topic-results span:after {
  margin-left: 0.5em;
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0.271875em 0.4078125em;
  border-right: none;
  border-left-color: #b50a47;
  margin-bottom: 0.090625em; }

@media screen and (max-width: 767px) {
  .topic-results ul {
    margin: 0; }
  .topic-results li {
    position: relative;
    float: none;
    width: auto;
    padding: 20px; }
    .topic-results li:nth-child(even) {
      margin: 5px 0;
      background: #efefef; }
      .topic-results li:nth-child(even):before, .topic-results li:nth-child(even):after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        border-top: 1px solid #efefef; }
      .topic-results li:nth-child(even):before {
        top: -3px; }
      .topic-results li:nth-child(even):after {
        bottom: -3px; }
  .topic-results h4 {
    margin: 0 0 10px 0; }
  .topic-results p {
    margin: 10px 0; }
  .topic-results img {
    display: none; } }

.featured-course {
  background-color: #efefef;
  margin: 30px 0 60px 0;
  padding-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .featured-course .featured-course__row:before, .featured-course .featured-course__row:after {
      content: " ";
      display: table; }
    .featured-course .featured-course__row:after {
      clear: both; }
    .featured-course .featured-course__col-left,
    .featured-course .featured-course__col-right {
      float: left; }
    .featured-course .featured-course__col-left {
      width: 33.33333%; }
    .featured-course .featured-course__col-right {
      width: 66.66666%; } }
  .featured-course .featured-course__label {
    background-color: #4f545d;
    font-family: T5, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    color: #353535;
    color: #fff;
    padding: 10px 12px; }
  .featured-course .featured-course__title {
    font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 2.8rem;
    color: #353535;
    margin: 30px 15px; }
    @media screen and (min-width: 768px) {
      .featured-course .featured-course__title {
        margin: 30px 25px; } }
  .featured-course .event-details {
    padding: 0 15px; }
    @media screen and (min-width: 768px) {
      .featured-course .event-details {
        padding: 0 25px; } }
    .featured-course .event-details dt {
      display: none; }
    .featured-course .event-details dl {
      margin: 0 0 10px 0; }
    .featured-course .event-details .date {
      margin: 0;
      font-family: T5, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 300;
      font-size: 1.6rem;
      color: #353535;
      font-weight: bold;
      line-height: 28px; }
    .featured-course .event-details .button {
      margin-bottom: 15px;
      height: auto; }
    .featured-course .event-details ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .featured-course .event-details .featured-course-speakers__sub-title {
      line-height: 22px;
      font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 300;
      font-size: 2.4rem;
      color: #353535;
      font-size: 2rem; }
    .featured-course .event-details .featured-course-speakers {
      line-height: 22px; }
      .featured-course .event-details .featured-course-speakers .speaker-profile {
        margin-bottom: 20px; }
        .featured-course .event-details .featured-course-speakers .speaker-profile .speaker-profile__img {
          border: 1px solid #000000;
          border: 1px solid black;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          width: 108px;
          height: 108px;
          border: none;
          overflow: hidden; }
        .featured-course .event-details .featured-course-speakers .speaker-profile .speaker-profile__name {
          font-family: T5, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
          font-weight: 300;
          font-size: 1.6rem;
          color: #353535;
          font-size: 1.5rem;
          font-weight: bold;
          margin-bottom: 0; }
        .featured-course .event-details .featured-course-speakers .speaker-profile speaker-details__detail {
          font-family: T5, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
          font-weight: 300;
          font-size: 1.6rem;
          color: #353535;
          font-size: 1.3rem; }
  .featured-course .event-overview {
    padding: 0 15px; }
    @media screen and (min-width: 768px) {
      .featured-course .event-overview {
        border-left: 1px solid #cccccc; } }
    .featured-course .event-overview .event-overview__sub-title {
      margin: 20px 0;
      line-height: 22px;
      font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 300;
      font-size: 2.4rem;
      color: #353535;
      font-size: 2rem; }
      .featured-course .event-overview .event-overview__sub-title:first-child {
        margin-top: 0; }
    .featured-course .event-overview .read-more {
      display: block;
      max-height: 300px;
      overflow: hidden;
      position: relative; }
    .featured-course .event-overview .show-more-end {
      bottom: -0.6em;
      height: 2em;
      text-transform: uppercase;
      left: 0;
      position: absolute;
      width: 100%; }
      .featured-course .event-overview .show-more-end .read-more-link {
        position: absolute;
        right: 0;
        background-color: #efefef; }

.topic-courses {
  margin: 0 0 60px 0; }
  @media screen and (max-width: 767px) {
    .topic-courses {
      margin-left: 15px;
      margin-right: 15px; } }
  .topic-courses .topic-courses__title {
    font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 2.8rem;
    color: #353535;
    margin: 0; }
  .topic-courses .courses-list {
    margin: 25px 0; }
    .topic-courses .courses-list .courses-list__item {
      border-bottom: 1px solid #cccccc; }
      .topic-courses .courses-list .courses-list__item:last-child {
        border-bottom: none; }
      .topic-courses .courses-list .courses-list__item .courses-item__title {
        font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
        font-weight: 300;
        font-size: 2.4rem;
        color: #353535;
        font-size: 2rem;
        line-height: 36px;
        margin: 10px 5px; }

.topic-certificate-rogram {
  overflow: hidden;
  margin: 15px 0; }
  @media screen and (max-width: 767px) {
    .topic-certificate-rogram {
      margin-left: 15px;
      margin-right: 15px; } }
  .topic-certificate-rogram .topic-certificate-rogram__title {
    font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 2.8rem;
    color: #353535;
    margin: 0 0 15px; }
  @media screen and (min-width: 768px) {
    .topic-certificate-rogram .topic-certificate-rogram__row:before, .topic-certificate-rogram .topic-certificate-rogram__row:after {
      content: " ";
      display: table; }
    .topic-certificate-rogram .topic-certificate-rogram__row:after {
      clear: both; }
    .topic-certificate-rogram .topic-certificate-rogram__img,
    .topic-certificate-rogram .topic-certificate-rogram__info {
      float: left; }
    .topic-certificate-rogram .topic-certificate-rogram__img {
      width: 15%; }
    .topic-certificate-rogram .topic-certificate-rogram__img + .topic-certificate-rogram__info {
      width: 85%; } }
  .topic-certificate-rogram .topic-certificate-rogram__img {
    max-width: 430px; }
    @media screen and (max-width: 1024px) {
      .topic-certificate-rogram .topic-certificate-rogram__img {
        max-width: 410px;
        padding-right: 20px; } }
    @media screen and (max-width: 767px) {
      .topic-certificate-rogram .topic-certificate-rogram__img {
        display: none; } }
  .topic-certificate-rogram .button {
    margin-top: 12px; }

.registration {
  margin: 0 15px 40px 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    .registration {
      margin-right: 0; } }
  .registration .page-title {
    font-family: T17, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 3rem;
    line-height: 1.267em;
    color: #353535;
    margin: 0 0 27px;
    max-width: 70%; }
    @media screen and (max-width: 1024px) {
      .registration .page-title {
        font-size: 2.4rem;
        line-height: 1.333em; } }
    @media screen and (max-width: 767px) {
      .registration .page-title {
        font-size: 1.8rem;
        line-height: 1.333em; } }
    @media screen and (max-width: 767px) {
      .registration .page-title {
        font-size: 2.4rem;
        max-width: 100%;
        margin: 17px 0 22px; } }
  .registration .registration__description {
    line-height: 1.714; }
  .registration .registration__description + .button {
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .registration .registration__description + .button {
        width: 100%; } }
  .registration .registration__required {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    max-width: 30%;
    position: absolute;
    top: 13px;
    right: 0; }
    @media screen and (max-width: 767px) {
      .registration .registration__required {
        max-width: 100%;
        position: relative;
        right: auto;
        left: 0;
        top: -20px; } }

.standard-form {
  clear: both; }
  .standard-form.standard-form--gray {
    background-color: #efefef;
    padding: 18px 20px 0;
    margin-bottom: 25px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .standard-form.standard-form--gray {
        margin: 0 -13px; } }
  .standard-form .standard-form__sub-title {
    font-family: T20, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #353535;
    margin: 0 0 16px;
    text-transform: uppercase; }
  .standard-form .standard-form__instructions {
    margin: 0 0 20px; }
  .standard-form .standard-form__label {
    font-size: 1.2rem;
    width: 37%;
    padding: 11px 15px 11px 0;
    display: inline-block;
    clear: both;
    float: left;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      .standard-form .standard-form__label {
        padding-top: 0;
        float: none;
        width: 100%; } }
  .standard-form .standard-form__label--long {
    width: auto;
    float: none; }
  @media screen and (max-width: 767px) {
    .standard-form .standard-form__label--short {
      width: 45%;
      clear: both;
      float: left; } }
  .standard-form .tooltip {
    clear: both;
    float: left;
    top: -42px; }
    @media screen and (max-width: 767px) {
      .standard-form .tooltip {
        top: auto;
        float: none;
        top: -23px; } }
  .standard-form .standard-form__item {
    width: 100%;
    margin-bottom: 25px;
    position: relative; }
    .standard-form .standard-form__item .required {
      font-size: 1.2rem;
      position: absolute;
      top: 0;
      right: -10px; }
    @media screen and (max-width: 767px) {
      .standard-form .standard-form__item {
        max-width: 432px; } }
  .standard-form .standard-form__label + .standard-form__item {
    width: 63%;
    float: left; }
    @media screen and (max-width: 767px) {
      .standard-form .standard-form__label + .standard-form__item {
        float: none;
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .standard-form .standard-form__label--short + .standard-form__item {
      width: 50%;
      float: left; } }
  .standard-form .standard-form__label--long + .standard-form__item {
    float: none; }
  .standard-form .standard-form__item--short {
    max-width: 108px;
    display: inline-block; }
  .standard-form .standard-form__fixed-item {
    display: block;
    margin: 11px 0 16px; }
    @media screen and (max-width: 767px) {
      .standard-form .standard-form__fixed-item {
        font-size: 1.2rem;
        margin-top: 0; } }
  .standard-form .standard-form__option {
    float: none;
    width: auto;
    clear: both;
    text-align: right; }
    .standard-form .standard-form__option .standard-form__label--checkbox {
      margin-top: 0;
      float: none; }
    .standard-form .standard-form__option input[type="checkbox"] {
      margin-top: 2px;
      float: none; }
  .standard-form .standard-form__item--short + .standard-form__option {
    clear: none;
    float: left;
    margin-left: 20px;
    padding-top: 11px; }
    @media screen and (max-width: 767px) {
      .standard-form .standard-form__item--short + .standard-form__option {
        float: none;
        display: inline-block;
        vertical-align: top; } }
  .standard-form .standard-form__validity {
    margin-top: 11px;
    max-width: 50%;
    text-transform: uppercase;
    float: right; }
    @media screen and (max-width: 767px) {
      .standard-form .standard-form__validity {
        font-size: 1.2rem;
        margin-top: 0;
        padding-bottom: 16px; } }
    .standard-form .standard-form__validity em {
      font-weight: 700;
      font-style: normal;
      color: #008ca1; }
  .standard-form .standard-form__validity + .standard-form__fixed-item {
    max-width: 50%;
    float: left; }
  .standard-form .standard-form__input {
    width: 100%;
    max-width: 432px;
    height: 40px;
    padding: 5px 10px;
    margin-bottom: 5px;
    border: 1px solid #ddd; }
    @media screen and (max-width: 767px) {
      .standard-form .standard-form__input {
        border: 1px solid rgba(0, 0, 0, 0.7); } }
  .standard-form .standard-form__textarea {
    width: 100%;
    max-width: 432px;
    height: 140px;
    padding: 5px 10px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    resize: none; }
    @media screen and (max-width: 767px) {
      .standard-form .standard-form__textarea {
        border: 1px solid rgba(0, 0, 0, 0.7); } }
  .standard-form .standard-form__select {
    width: 100%;
    max-width: 432px;
    height: 40px;
    padding: 5px 10px;
    margin-bottom: 5px;
    border: 1px solid #ddd; }
    @media screen and (max-width: 767px) {
      .standard-form .standard-form__select {
        border: 1px solid rgba(0, 0, 0, 0.7); } }
  .standard-form .standard-form__input.error,
  .standard-form .standard-form__textarea.error,
  .standard-form .standard-form__select.error {
    border: 1px solid #e60000; }
  .standard-form input[type="checkbox"] {
    margin: 11px 9px 20px 0;
    float: left;
    clear: left; }
    .standard-form input[type="checkbox"]:last-of-type {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      .standard-form input[type="checkbox"] {
        margin-top: 0; } }
  .standard-form .standard-form__label--checkbox {
    margin-top: 11px;
    float: left; }
    @media screen and (max-width: 767px) {
      .standard-form .standard-form__label--checkbox {
        margin-top: 0; } }
  .standard-form .standard-form__item--double .standard-form__select,
  .standard-form .standard-form__item--double .standard-form__input {
    width: 108px;
    margin-left: 15px; }
    .standard-form .standard-form__item--double .standard-form__select:first-child,
    .standard-form .standard-form__item--double .standard-form__input:first-child {
      margin-left: 0; }
  .standard-form .standard-form__label--checkbox + .standard-form__note {
    clear: left;
    margin-left: 22px;
    padding-top: 10px; }
  .standard-form .standard-form__item--checklist {
    padding-top: 11px;
    margin-bottom: 0;
    position: relative; }
    @media screen and (max-width: 767px) {
      .standard-form .standard-form__item--checklist {
        margin-bottom: 25px;
        padding-top: 0;
        overflow: visible;
        cursor: pointer; } }
    .standard-form .standard-form__item--checklist .standard-form__label--checkbox {
      margin: 0 9px 40px 0;
      width: 43%;
      display: inline-block;
      float: none; }
      @media screen and (max-width: 767px) {
        .standard-form .standard-form__item--checklist .standard-form__label--checkbox {
          margin-bottom: 30px;
          width: 85%; } }
    .standard-form .standard-form__item--checklist input[type="checkbox"] {
      margin: 0 9px 0 0;
      float: none; }
    @media screen and (max-width: 767px) {
      .standard-form .standard-form__item--checklist .mobile-dd {
        display: none; } }
    .standard-form .standard-form__item--checklist .mobile-dd-link {
      display: block;
      width: 100%;
      height: 40px;
      padding: 10px 15px;
      margin-bottom: 5px;
      border: 1px solid #ddd; }
      @media screen and (min-width: 768px) {
        .standard-form .standard-form__item--checklist .mobile-dd-link {
          display: none; } }
      @media screen and (max-width: 767px) {
        .standard-form .standard-form__item--checklist .mobile-dd-link {
          border: 1px solid rgba(0, 0, 0, 0.7); } }
      .standard-form .standard-form__item--checklist .mobile-dd-link .mobile-dd__icon {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -1030px -102px;
        width: 9px;
        height: 6px;
        display: inline-block;
        float: right;
        margin-top: 5px; }
    @media screen and (max-width: 767px) {
      .standard-form .standard-form__item--checklist.expanded .mobile-dd {
        display: block;
        position: absolute;
        top: 39px;
        left: 0;
        z-index: 99;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.7);
        border-top: none;
        padding: 10px 15px 0;
        max-height: 300px;
        overflow-y: scroll; } }
    .standard-form .standard-form__item--checklist.expanded .mobile-dd-link .mobile-dd__icon {
      background-image: url(/_Images/sprites/ui.png);
      background-position: -1048px -90px;
      width: 9px;
      height: 6px; }
  .standard-form .standard-form__label + .standard-form__item--checklist input[type="checkbox"] {
    margin: 0 9px 0 0; }
    @media screen and (max-width: 1024px) {
      .standard-form .standard-form__label + .standard-form__item--checklist input[type="checkbox"] {
        margin: 0;
        width: 5%; } }
    @media screen and (max-width: 767px) {
      .standard-form .standard-form__label + .standard-form__item--checklist input[type="checkbox"] {
        width: 6%; } }
  .standard-form .standard-form__label + .standard-form__item--checklist .standard-form__label--checkbox {
    width: 41%;
    vertical-align: top; }
    @media screen and (max-width: 1024px) {
      .standard-form .standard-form__label + .standard-form__item--checklist .standard-form__label--checkbox {
        width: 40%; } }
    @media screen and (max-width: 767px) {
      .standard-form .standard-form__label + .standard-form__item--checklist .standard-form__label--checkbox {
        width: 85%; } }
  .standard-form .standard-form__link {
    font-size: 1.2rem;
    float: right; }
    @media screen and (max-width: 767px) {
      .standard-form .standard-form__link {
        max-width: none;
        width: auto; } }
  .standard-form .standard-form__error {
    font-size: 1.1rem;
    color: #e60000;
    display: block; }
  .standard-form .standard-form__note {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    font-size: 1.1rem;
    display: block; }
  .standard-form .button {
    clear: both;
    float: right; }
    @media screen and (max-width: 767px) {
      .standard-form .button {
        width: 100%;
        float: none;
        margin-top: 25px; } }
  .standard-form .standard-form__steps {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    margin-right: 21px;
    line-height: 40px;
    float: right; }
    @media screen and (max-width: 767px) {
      .standard-form .standard-form__steps {
        width: 100%;
        margin: 0;
        float: none;
        text-align: center;
        display: block;
        position: relative;
        top: -60px;
        line-height: 0; } }

.standard-form__error-list {
  font-size: 1.2rem;
  color: #e60000;
  margin: 0 0 18px;
  padding-left: 14px; }

.left-col .standard-form .standard-form__label + .standard-form__item--checklist .standard-form__label--checkbox {
  width: 40%;
  vertical-align: top; }
  @media screen and (max-width: 1024px) {
    .left-col .standard-form .standard-form__label + .standard-form__item--checklist .standard-form__label--checkbox {
      width: 39%; } }
  @media screen and (max-width: 970px) {
    .left-col .standard-form .standard-form__label + .standard-form__item--checklist .standard-form__label--checkbox {
      width: 36%; } }
  @media screen and (max-width: 767px) {
    .left-col .standard-form .standard-form__label + .standard-form__item--checklist .standard-form__label--checkbox {
      width: 83%; } }

.registration-callout .callout-title-sm {
  font-family: T20, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #353535;
  font-size: 1.6rem;
  text-transform: uppercase; }

.registration-callout .registration-callout__intro {
  font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #353535;
  line-height: 1.667; }

.registration-callout .registration-callout__label {
  font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #353535;
  margin: 0 0 11px;
  text-transform: uppercase;
  display: inline-block; }

.registration-callout .registration-callout__input {
  border: 1px solid #000000;
  border: 1px solid black;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  height: 40px;
  margin-bottom: 24px;
  border-color: #ddd;
  padding: 0 15px;
  -webkit-box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.2); }

.registration-callout .registration-callout__error {
  font-size: 1.2rem;
  color: #e60000;
  position: relative;
  top: -22px;
  display: block; }

.registration-callout .registration-callout__link {
  font-size: 1.2rem;
  position: relative;
  top: -22px;
  float: right;
  max-width: 45%; }

.registration-callout .registration-callout__link + .registration-callout__error {
  max-width: 53%; }

.registration-callout .button {
  height: 30px;
  min-width: 160px;
  padding: 5px 20px;
  clear: both; }

.need-help {
  padding: 0 13px; }
  @media screen and (min-width: 768px) {
    .need-help {
      margin-bottom: 80px; } }
  .need-help .page-title {
    font-family: T17, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 3rem;
    line-height: 1.267em;
    color: #353535;
    text-align: center;
    margin-bottom: 1em; }
    @media screen and (max-width: 1024px) {
      .need-help .page-title {
        font-size: 2.4rem;
        line-height: 1.333em; } }
    @media screen and (max-width: 767px) {
      .need-help .page-title {
        font-size: 1.8rem;
        line-height: 1.333em; } }
    @media screen and (max-width: 1024px) {
      .need-help .page-title {
        font-size: 3rem; } }
    @media screen and (max-width: 767px) {
      .need-help .page-title {
        font-size: 2.4rem; } }

.help-form {
  max-width: 380px;
  background-color: #efefef;
  margin: 0 auto;
  padding: 29px 22px 20px;
  position: relative; }
  .help-form:before, .help-form:after {
    content: '';
    width: 100%;
    position: absolute;
    display: block;
    border-top: 1px solid #efefef;
    left: 0; }
  .help-form:before {
    top: -3px; }
  .help-form:after {
    bottom: -3px; }
  @media screen and (max-width: 767px) {
    .help-form {
      padding: 29px 13px 20px; } }
  .help-form .help-form__content {
    min-height: 230px;
    overflow: hidden; }
  .help-form .help-form__footer {
    clear: both;
    overflow: hidden; }
  .help-form .help-form__title {
    font-family: T4, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #353535;
    margin: 0 0 15px; }
  .help-form .help-form__info {
    margin-bottom: 28px;
    line-height: 1.571;
    clear: both; }
    .help-form .help-form__info:last-child {
      margin-bottom: 0; }
  .help-form .help-form__label {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    margin: 0 0 8px;
    text-transform: uppercase;
    display: inline-block; }
  .help-form .help-form__input {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd; }
    .help-form .help-form__input.error {
      border: 1px solid #e60000; }
  .help-form .help-form__divider {
    font-family: T4, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #353535;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    clear: both; }
    .help-form .help-form__divider span {
      background-color: #efefef;
      display: inline-block;
      padding: 0 20px; }
    .help-form .help-form__divider:before, .help-form .help-form__divider:after {
      content: '';
      width: 100%;
      position: absolute;
      display: block;
      left: 0;
      top: 50%;
      z-index: -1; }
    .help-form .help-form__divider:before {
      border-top: 1px solid #ddd; }
    .help-form .help-form__divider:after {
      border-bottom: 1px solid #fff;
      height: 2px; }
  .help-form .help-form__link--return {
    background-image: url(/_Images/sprites/ui.png);
    background-position: -957px -175px;
    width: 9px;
    height: 12px;
    display: inline-block;
    float: left;
    width: auto;
    line-height: 12px;
    padding-left: 15px;
    margin: 9px 0; }
    @media screen and (max-width: 767px) {
      .help-form .help-form__link--return {
        float: none;
        margin-bottom: 30px; } }
  .help-form .help-form__link--help {
    float: right;
    position: relative;
    top: -14px;
    max-width: 45%; }
  .help-form .help-form__error {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    color: #e60000;
    display: block;
    position: relative;
    top: -14px; }
  .help-form .help-form__link--help + .help-form__error {
    max-width: 50%; }
  .help-form .button {
    border: 1px solid #000000;
    border: 1px solid black;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    min-width: 150px;
    height: 30px;
    padding: 5px 20px;
    margin-bottom: 16px;
    border: none;
    float: right; }
    .help-form .button.link-button {
      border: 1px solid #000000;
      border: 1px solid black;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      min-width: 230px;
      height: 40px;
      padding: 10px 20px;
      border: none;
      float: none; }
    @media screen and (max-width: 767px) {
      .help-form .button {
        width: 100%;
        float: none;
        margin-bottom: 10px; } }
  .help-form .link-button + .help-form__link--return {
    float: none;
    margin-top: 40px; }

.print-receipt {
  width: 100%;
  max-width: 800px; }
  @media print {
    .print-receipt {
      font-family: Arial, Helvetica, sans-serif; } }
  .print-receipt .print-receipt__header {
    background-color: #4f545d;
    text-align: center;
    padding: 16px 0; }
  .print-receipt .print-receipt__container {
    width: 100%;
    display: table; }
  .print-receipt .print-receipt__content {
    width: 75%;
    padding: 25px;
    display: table-cell; }
    .print-receipt .print-receipt__content p:first-of-type {
      margin-bottom: 3em; }
    .print-receipt .print-receipt__content em {
      font-weight: 700;
      font-style: normal;
      color: #008ca1; }
  .print-receipt .print-receipt__content__title {
    font-family: T17, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 3rem;
    line-height: 1.267em;
    color: #353535;
    margin-top: 0; }
    @media screen and (max-width: 1024px) {
      .print-receipt .print-receipt__content__title {
        font-size: 2.4rem;
        line-height: 1.333em; } }
    @media screen and (max-width: 767px) {
      .print-receipt .print-receipt__content__title {
        font-size: 1.8rem;
        line-height: 1.333em; } }
    @media print {
      .print-receipt .print-receipt__content__title {
        font-family: Arial, Helvetica, sans-serif; } }
  .print-receipt .print-receipt__content__table {
    font-size: 1.2rem;
    margin-top: 3em; }
    .print-receipt .print-receipt__content__table thead {
      font-weight: 700; }
    .print-receipt .print-receipt__content__table td {
      padding: 0 10px 5px 0; }
    .print-receipt .print-receipt__content__table .price {
      text-align: right; }
  .print-receipt .print-receipt__content__total {
    text-align: right;
    font-family: T10, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #353535;
    padding-right: 10px;
    margin-top: 1em; }
    @media print {
      .print-receipt .print-receipt__content__total {
        font-family: Arial, Helvetica, sans-serif; } }
  .print-receipt .print-receipt__sidebar {
    width: 25%;
    background-color: #efefef;
    display: table-cell;
    padding: 13px; }
    .print-receipt .print-receipt__sidebar hr {
      border: solid #ddd;
      border-width: 1px 0 0; }
  .print-receipt .print-receipt__sidebar__title {
    font-family: T10, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #353535;
    text-transform: uppercase; }
    @media print {
      .print-receipt .print-receipt__sidebar__title {
        font-family: Arial, Helvetica, sans-serif; } }
  .print-receipt .print-receipt__sidebar__links {
    padding-left: 14px; }
    .print-receipt .print-receipt__sidebar__links li {
      margin-bottom: 0.5em; }

@media screen and (max-width: 767px) {
  .checkout {
    margin-bottom: 40px; } }

.checkout .page-title {
  font-family: T17, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 3rem;
  line-height: 1.267em;
  color: #353535; }
  @media screen and (max-width: 1024px) {
    .checkout .page-title {
      font-size: 2.4rem;
      line-height: 1.333em; } }
  @media screen and (max-width: 767px) {
    .checkout .page-title {
      font-size: 1.8rem;
      line-height: 1.333em; } }
  @media screen and (max-width: 767px) {
    .checkout .page-title {
      font-size: 2.4rem; } }

.checkout .sub-title {
  font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  color: #353535;
  margin: 0 0 20px; }
  @media screen and (max-width: 767px) {
    .checkout .sub-title {
      font-size: 1.8rem; } }

.checkout .checkout__instructions {
  margin: 30px 0; }

.checkout .checkout__form {
  margin-bottom: 20px;
  position: relative;
  clear: both; }
  .checkout .checkout__form + .checkout__form {
    margin-top: 40px; }

.checkout .checkout__form__required,
.checkout .checkout__form__edit-link {
  font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #353535;
  max-width: 30%;
  position: absolute;
  top: 13px;
  right: 0; }
  @media screen and (max-width: 767px) {
    .checkout .checkout__form__required,
    .checkout .checkout__form__edit-link {
      max-width: 100%;
      position: relative;
      right: auto;
      left: 0;
      top: -17px; } }

.checkout .checkout__form__edit-link {
  color: #b50a47; }

.checkout .button {
  padding-right: 40px;
  padding-left: 40px;
  clear: both;
  float: right; }
  @media screen and (max-width: 767px) {
    .checkout .button {
      float: none;
      width: 100%; } }

.checkout .member-offer {
  border: solid #efefef;
  border-width: 1px 0;
  padding: 20px 0 14px 15px;
  margin-bottom: 18px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .checkout .member-offer {
      margin-bottom: 0; } }
  .checkout .member-offer .member-offer__icon {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -710px -136px;
    width: 17px;
    height: 17px;
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 15px; }
    @media screen and (max-width: 767px) {
      .checkout .member-offer .member-offer__icon {
        top: 22px;
        left: 10px; } }
  .checkout .member-offer .member-offer__details,
  .checkout .member-offer .member-offer__headline {
    margin: 0 0 5px 30px;
    line-height: 1.286; }
    @media screen and (max-width: 767px) {
      .checkout .member-offer .member-offer__details,
      .checkout .member-offer .member-offer__headline {
        margin-left: 25px; } }
  .checkout .member-offer .member-offer__headline {
    font-weight: 700; }

.checkout .sub-items {
  border: 1px solid #efefef;
  padding: 20px 20px 0 20px;
  margin: 10px 0; }
  @media screen and (max-width: 767px) {
    .checkout .sub-items {
      padding: 15px 15px 0 15px; } }
  .checkout .sub-items .sub-items__heading {
    font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #353535;
    text-transform: uppercase;
    margin: 0 0 1em; }
  .checkout .sub-items .sub-items__sub-heading {
    font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #353535;
    font-size: 1.6rem;
    margin: 0; }
  .checkout .sub-items .sub-items__list {
    list-style-type: none;
    padding: 0; }
  .checkout .sub-items .sub-items__item {
    border-top: 1px solid #efefef;
    padding: 17px 15px;
    clear: both;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .checkout .sub-items .sub-items__item {
        padding: 17px 12px; } }
    .checkout .sub-items .sub-items__item:first-child {
      border-top: none; }
    .checkout .sub-items .sub-items__item .sub-item__item__checkbox {
      float: left;
      position: relative;
      left: -10px;
      top: 2px; }
    .checkout .sub-items .sub-items__item .sub-item__item__title {
      display: inline-block;
      float: left;
      max-width: 60%; }
    .checkout .sub-items .sub-items__item .sub-item__item__price {
      font-weight: 700;
      display: inline-block;
      float: right;
      max-width: 30%; }
      @media screen and (max-width: 767px) {
        .checkout .sub-items .sub-items__item .sub-item__item__price {
          margin-top: 5px; } }
    @media screen and (max-width: 767px) {
      .checkout .sub-items .sub-items__item .sub-item__item__title,
      .checkout .sub-items .sub-items__item .sub-item__item__price {
        max-width: 100%;
        display: block;
        float: none;
        margin-left: 13px; } }

.checkout .results-list {
  margin: 40px 0 20px; }
  @media screen and (max-width: 767px) {
    .checkout .results-list {
      margin: 15px -13px 0; } }

@media screen and (max-width: 767px) {
  .checkout .result-item {
    padding-right: 13px;
    padding-left: 13px; } }

.checkout .result-item:first-child {
  padding-top: 0; }

.checkout .result-item:nth-child(even) .sub-items {
  border-color: #ddd; }
  .checkout .result-item:nth-child(even) .sub-items .sub-items__item {
    border-color: #ddd; }

.checkout .result-item:nth-child(even) .member-offer {
  border-color: #ddd; }

.checkout .result-item .result-title {
  font-size: 2.4rem;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .checkout .result-item .result-title {
      font-size: 1.8rem; } }

@media screen and (max-width: 767px) {
  .checkout .result-item .event-info {
    margin: 0 13px; } }

.checkout .result-item .event-details {
  width: 55%; }
  @media screen and (max-width: 767px) {
    .checkout .result-item .event-details {
      width: 100%; } }

.checkout .result-item .event-registration {
  width: 45%; }
  @media screen and (max-width: 767px) {
    .checkout .result-item .event-registration {
      width: 100%;
      margin-top: 0; }
      .checkout .result-item .event-registration .prices {
        margin-left: 0; } }
  .checkout .result-item .event-registration dd, .checkout .result-item .event-registration dt,
  .checkout .result-item .event-registration .member,
  .checkout .result-item .event-registration .special,
  .checkout .result-item .event-registration .total {
    font-size: 1.2rem; }
  .checkout .result-item .event-registration .quantity {
    text-transform: uppercase;
    text-align: left; }
  .checkout .result-item .event-registration dt {
    width: 60%; }
  .checkout .result-item .event-registration dd {
    width: 40%;
    float: right;
    min-width: 0; }

.checkout__add-membership {
  background-color: #4f545d;
  color: #fff;
  padding: 25px 20px 25px;
  margin: 20px 0 40px;
  overflow: hidden; }
  .checkout__add-membership .checkout__add-membership__title {
    font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 2.4rem;
    color: #353535;
    color: #fff;
    margin-top: 0; }
  .checkout__add-membership .checkout__add-membership__info {
    margin: 0 0 17px;
    line-height: 1.667; }

.checkout__work-setting {
  border: 1px solid #b50a47;
  padding: 17px 20px 0;
  overflow: hidden; }
  .checkout__work-setting .work-setting__instructions {
    font-family: T4, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #353535;
    margin-top: 0; }
  .checkout__work-setting .standard-form__label {
    width: 25%; }
  .checkout__work-setting .standard-form__item {
    margin-bottom: 17px; }
  .checkout__work-setting .work-setting__definition {
    clear: left; }

.checkout-steps {
  height: 64px;
  padding: 12px 0;
  margin: 0 30px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .checkout-steps {
      margin: 0 20px; } }
  .checkout-steps .checkout-steps__progress {
    height: 17px; }
    .checkout-steps .checkout-steps__progress svg {
      height: 100%;
      width: 100%; }
  .checkout-steps .checkout-steps__bubble {
    display: inline-block;
    position: absolute;
    top: 0; }
    .checkout-steps .checkout-steps__bubble .checkout-steps__bubble__status {
      border: 1px solid #000000;
      border: 1px solid black;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-image: url(/_Images/sprites/ui.png);
      background-position: -468px -526px;
      width: 34px;
      height: 34px;
      font-family: T20, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 700;
      font-size: 1.4rem;
      color: #353535;
      color: #777;
      background-color: #fff;
      border: none;
      line-height: 34px;
      text-align: center;
      margin: 3px auto;
      display: inline-block; }
      .checkout-steps .checkout-steps__bubble .checkout-steps__bubble__status.current {
        color: #353535; }
      .checkout-steps .checkout-steps__bubble .checkout-steps__bubble__status.complete {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -502px -492px;
        width: 34px;
        height: 34px; }
        .checkout-steps .checkout-steps__bubble .checkout-steps__bubble__status.complete span {
          visibility: hidden; }
    .checkout-steps .checkout-steps__bubble .checkout-steps__bubble__label {
      font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      color: #353535;
      text-align: center;
      display: inline-block;
      position: absolute;
      top: 45px;
      width: 120px;
      white-space: nowrap;
      color: #777;
      left: -42px; }
      @media screen and (max-width: 767px) {
        .checkout-steps .checkout-steps__bubble .checkout-steps__bubble__label {
          white-space: normal;
          width: 80px;
          left: -22px; } }
    .checkout-steps .checkout-steps__bubble a:hover .checkout-steps__bubble__label {
      text-decoration: underline; }
    .checkout-steps .checkout-steps__bubble .current + .checkout-steps__bubble__label,
    .checkout-steps .checkout-steps__bubble .complete + .checkout-steps__bubble__label {
      color: #353535; }
  .checkout-steps .checkout-steps__bubble--one {
    background-image: url(/_Images/sprites/ui.png);
    background-position: -214px -784px;
    width: 39px;
    height: 42px;
    left: 0;
    padding-left: 4px; }
    .checkout-steps .checkout-steps__bubble--one .checkout-steps__bubble__status.current, .checkout-steps .checkout-steps__bubble--one .checkout-steps__bubble__status.complete {
      background-color: #00899e; }
    .checkout-steps .checkout-steps__bubble--one .checkout-steps__bubble__label {
      left: -30px; }
      @media screen and (max-width: 767px) {
        .checkout-steps .checkout-steps__bubble--one .checkout-steps__bubble__label {
          left: -20px; } }
  .checkout-steps .checkout-steps__bubble--two {
    background-image: url(/_Images/sprites/ui.png);
    background-position: -292px -700px;
    width: 36px;
    height: 42px;
    left: 50%;
    margin-left: -18px; }
    .checkout-steps .checkout-steps__bubble--two .checkout-steps__bubble__status.current, .checkout-steps .checkout-steps__bubble--two .checkout-steps__bubble__status.complete {
      background-color: #2e5d7b; }
  .checkout-steps .checkout-steps__bubble--three {
    background-image: url(/_Images/sprites/ui.png);
    background-position: -253px -742px;
    width: 39px;
    height: 42px;
    right: 0;
    padding-right: 3px; }
    .checkout-steps .checkout-steps__bubble--three .checkout-steps__bubble__status.current, .checkout-steps .checkout-steps__bubble--three .checkout-steps__bubble__status.complete {
      background-color: #9c0f44; }

.checkout-summary {
  list-style-type: none;
  margin: 40px 0 0;
  padding: 0; }
  @media screen and (max-width: 767px) {
    .checkout-summary {
      margin: 0 -13px; } }
  .checkout-summary .checkout-summary__item .checkout-summary__heading {
    font-family: T5, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    color: #353535;
    font-weight: 400;
    background-color: #fcfcfc;
    border: solid #efefef;
    border-width: 1px 0;
    padding: 15px 10px;
    margin: 0; }
  .checkout-summary .checkout-summary__item .checkout-summary__info {
    font-family: T5, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    color: #353535;
    font-size: 1.4rem;
    position: relative;
    margin: 18px 0 30px 30px; }
    .checkout-summary .checkout-summary__item .checkout-summary__info .checkout__form__edit-link {
      top: 2px; }
      @media screen and (max-width: 767px) {
        .checkout-summary .checkout-summary__item .checkout-summary__info .checkout__form__edit-link {
          position: absolute;
          right: 15px;
          left: auto; } }
    .checkout-summary .checkout-summary__item .checkout-summary__info .checkout-summary__info__name {
      margin: 0 0 1em; }
    .checkout-summary .checkout-summary__item .checkout-summary__info p {
      margin: 0;
      line-height: 1.429; }

.checkout-confirmation {
  max-width: 870px; }
  @media screen and (max-width: 767px) {
    .checkout-confirmation {
      margin: 0 13px; } }
  .checkout-confirmation .checkout-confirmation__sub-title {
    font-family: T4, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    color: #353535;
    margin: 28px 0 1em; }
    .checkout-confirmation .checkout-confirmation__sub-title em {
      font-style: normal;
      font-weight: 700; }
  .checkout-confirmation .checkout-confirmation__info {
    line-height: 1.714; }
    .checkout-confirmation .checkout-confirmation__info em {
      font-weight: 700;
      font-style: normal; }
  .checkout-confirmation .checkout-confirmation__total {
    font-family: T20, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #353535;
    font-size: 1.6rem;
    max-width: 700px;
    margin: 20px 0 40px;
    text-align: right; }
  .checkout-confirmation .purchases {
    max-width: 700px;
    margin: 30px 0 0;
    border-top: 1px solid #efefef;
    padding-top: 20px; }
    @media screen and (max-width: 767px) {
      .checkout-confirmation .purchases {
        margin: 0 -13px; } }
    .checkout-confirmation .purchases .result-title {
      margin-bottom: 0;
      float: left; }
    .checkout-confirmation .purchases .result-item__price {
      font-weight: 700;
      float: right;
      margin-top: 10px;
      display: inline-block; }
      .checkout-confirmation .purchases .result-item__price em {
        font-style: normal; }
    @media screen and (max-width: 767px) {
      .checkout-confirmation .purchases .result-title,
      .checkout-confirmation .purchases .result-item__price {
        max-width: 100%;
        float: none; } }
    .checkout-confirmation .purchases .sub-items__list {
      list-style-type: none;
      padding: 18px 0 0;
      clear: both;
      display: block;
      width: 100%; }
      .checkout-confirmation .purchases .sub-items__list li {
        clear: both;
        padding-top: 10px; }
        .checkout-confirmation .purchases .sub-items__list li:first-child {
          padding-top: 0; }
      .checkout-confirmation .purchases .sub-items__list .sub-item__item__title {
        margin-bottom: 0;
        max-width: 65%;
        float: left;
        line-height: 1.417; }
        @media screen and (max-width: 767px) {
          .checkout-confirmation .purchases .sub-items__list .sub-item__item__title {
            max-width: 100%;
            float: none;
            display: block; } }
      .checkout-confirmation .purchases .sub-items__list .sub-item__item__price {
        font-weight: 700;
        float: right; }
        .checkout-confirmation .purchases .sub-items__list .sub-item__item__price em {
          font-style: normal;
          font-weight: 400; }
        @media screen and (max-width: 767px) {
          .checkout-confirmation .purchases .sub-items__list .sub-item__item__price {
            float: none;
            display: block;
            margin-top: 5px; } }
    .checkout-confirmation .purchases .member-offer {
      display: block;
      clear: both;
      font-weight: 700;
      border: none;
      padding: 18px 5px 0 30px;
      margin-bottom: 0; }
      .checkout-confirmation .purchases .member-offer .member-offer__icon {
        position: absolute;
        top: 18px;
        left: 0; }
  .checkout-confirmation .checkout-confirmation__receipt {
    overflow: hidden;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .checkout-confirmation .checkout-confirmation__receipt {
        text-align: center; }
        .checkout-confirmation .checkout-confirmation__receipt .checkout-confirmation__sub-title,
        .checkout-confirmation .checkout-confirmation__receipt .checkout-confirmation__info {
          text-align: left; } }
    .checkout-confirmation .checkout-confirmation__receipt .email {
      display: inline-block;
      line-height: 40px;
      margin-right: 30px; }
      @media screen and (max-width: 767px) {
        .checkout-confirmation .checkout-confirmation__receipt .email {
          margin-right: 0; } }
    .checkout-confirmation .checkout-confirmation__receipt .button {
      float: none;
      display: inline-block;
      margin-right: 30px; }
      .checkout-confirmation .checkout-confirmation__receipt .button + a {
        line-height: 40px;
        display: inline-block; }
  .checkout-confirmation .gray-box {
    max-width: 700px; }
    .checkout-confirmation .gray-box .callout-title-sm {
      font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 300;
      font-size: 2.4rem;
      color: #353535;
      text-transform: none; }
    .checkout-confirmation .gray-box .rtf li {
      margin-bottom: 1em; }

.checkout--cart .price-options {
  margin: 0 0 0 12px; }
  @media screen and (max-width: 767px) {
    .checkout--cart .price-options {
      margin: 0; } }
  .checkout--cart .price-options .group-option {
    margin: 0 8px 0 0;
    position: relative;
    top: 2px;
    margin-bottom: 10px; }
  .checkout--cart .price-options .group-option-label {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    display: inline-block;
    margin-bottom: 10px; }
  .checkout--cart .price-options .quantity-label {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    text-transform: uppercase;
    display: inline-block;
    width: 55%;
    margin-bottom: 10px; }
  .checkout--cart .price-options .quantity-input {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    border: 1px solid #000000;
    border: 1px solid black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 30px;
    height: 24px;
    text-align: center;
    padding: 0 5px;
    margin-bottom: 10px;
    border-color: #ddd; }

.checkout--cart .button--update-qty {
  font-size: 1.2rem;
  min-width: 0;
  width: 75px;
  height: 25px;
  min-height: 25px;
  border-color: #b50a47;
  color: #b50a47;
  text-transform: none;
  padding: 3px 20px;
  margin: 5px 0 10px 60%;
  float: none; }
  .checkout--cart .button--update-qty:hover {
    background-color: #b50a47;
    color: #fff; }

.checkout--cart .result-item .remove-link {
  font-size: 1.2rem;
  float: right;
  margin: 7px 0 0 15px;
  text-align: right; }

.checkout--cart .member-offer .remove-link {
  max-width: 90px;
  margin-top: 2px; }

.cart-summary .callout-title-lg {
  font-family: T20, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #353535;
  font-size: 1.6rem;
  text-transform: uppercase; }

.cart-summary .button {
  float: none;
  width: 100%; }
  .cart-summary .button.button--membership {
    border-color: #008ca1;
    color: #008ca1;
    margin-bottom: 20px; }
    .cart-summary .button.button--membership:hover {
      color: #fff;
      background-color: #008ca1; }

.cart-summary hr {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #ddd;
  border-width: 1px 0;
  margin: 0 0 17px; }

.cart-summary .cart-summary__heading {
  font-family: T20, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #353535;
  text-transform: uppercase;
  margin: 0 0 12px; }

.cart-summary .cart-summary__sub-heading {
  font-size: 1.6rem;
  margin: 0; }

.cart-summary .cart-items {
  width: 100%; }
  .cart-summary .cart-items .cart-items__total {
    font-size: 1.6rem;
    border-top: 1px solid #ddd; }
    .cart-summary .cart-items .cart-items__total td {
      padding: 17px 0; }
    .cart-summary .cart-items .cart-items__total .amount {
      color: #008ca1;
      font-weight: 700; }
    .cart-summary .cart-items .cart-items__total:first-child {
      border-top: none;
      padding-top: 0; }
      .cart-summary .cart-items .cart-items__total:first-child td {
        padding-top: 0; }
  .cart-summary .cart-items .cart-items__list {
    border-top: 1px solid #ddd; }
    .cart-summary .cart-items .cart-items__list td {
      padding: 6px 0; }
    .cart-summary .cart-items .cart-items__list .cart-items__list__titles {
      padding-top: 17px; }
    .cart-summary .cart-items .cart-items__list tr:last-child td {
      padding-bottom: 17px; }
  .cart-summary .cart-items .amount {
    width: 35%; }
  .cart-summary .cart-items .label {
    width: 65%; }

.cart-summary .quick-view {
  position: relative; }
  .cart-summary .quick-view .quick-view__edit-link {
    font-size: 1.2rem;
    position: absolute;
    top: 0;
    right: 0; }

.cart-summary .cart-details {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0; }
  .cart-summary .cart-details .cart-details__item {
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 17px; }
    .cart-summary .cart-details .cart-details__item:first-child {
      border-top: none;
      padding-top: 0;
      margin-top: 0; }
    .cart-summary .cart-details .cart-details__item .cart-items__sub-heading {
      font-family: T20, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 700;
      font-size: 1.4rem;
      color: #353535;
      margin: 0 0 5px; }
    .cart-summary .cart-details .cart-details__item .cart-items__list__sub-items {
      font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.2rem;
      color: #353535; }
      .cart-summary .cart-details .cart-details__item .cart-items__list__sub-items .sub-item {
        display: block;
        margin-bottom: 5px;
        line-height: 1.667; }
        .cart-summary .cart-details .cart-details__item .cart-items__list__sub-items .sub-item:last-child {
          margin-bottom: 0; }
  .cart-summary .cart-details .cart-details__item__title {
    font-family: T5, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    color: #353535;
    border-left: 3px solid #4f545d;
    padding-left: 8px;
    margin: 0 0 20px; }
    .cart-summary .cart-details .cart-details__item__title a {
      color: #353535; }
  .cart-summary .cart-details .cart-items__list {
    border: none; }

.cart-summary .cart-summary__terms {
  margin: 0 0 18px; }
  .cart-summary .cart-summary__terms input[type="checkbox"] {
    margin-right: 5px;
    position: relative;
    top: 1px; }

.cart-summary .member-offer {
  padding: 0 0 0 25px;
  margin-bottom: 18px;
  position: relative;
  font-weight: 700; }
  .cart-summary .member-offer .member-offer__icon {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -710px -136px;
    width: 17px;
    height: 17px;
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 0px; }

.tooltip {
  font-size: 1.2rem;
  position: relative; }
  .tooltip .tooltip__label {
    color: #b50a47;
    cursor: pointer; }
  .tooltip .tooltip__bubble {
    display: none;
    width: 200px;
    background-color: #f3f3f4;
    border: 1px solid #efefef;
    padding: 12px 15px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 999; }
    .tooltip .tooltip__bubble:after {
      background-image: url(/_Images/sprites/ui.png);
      background-position: -783px -332px;
      width: 20px;
      height: 11px;
      content: '';
      width: 20px;
      height: 10px;
      display: inline-block;
      position: absolute;
      left: 20px;
      top: -10px; }
  .tooltip .tooltip__title {
    font-family: T10, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #353535;
    display: block;
    margin: 0 20px 9px 0; }
  .tooltip .tooltip__content {
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535;
    line-height: 1.667;
    margin: 0; }
  .tooltip .tooltip__close {
    background-image: url(/_Images/sprites/ui.png);
    background-position: -1004px -121px;
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer; }
  .tooltip.open .tooltip__bubble {
    display: inline-block; }

.promo-code .promo-code__heading {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0 0 11px; }

.promo-code .promo-code__input {
  width: 180px;
  height: 40px;
  border: 1px solid #000000;
  border: 1px solid black;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border-color: #ddd;
  padding: 0 20px;
  margin-bottom: 17px;
  -webkit-box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
  float: left; }
  @media screen and (max-width: 767px) {
    .promo-code .promo-code__input {
      width: 170px; } }

.promo-code .button {
  font-size: 1.2rem;
  min-width: 0;
  width: 75px;
  height: 25px;
  border-color: #b50a47;
  color: #b50a47;
  text-transform: none;
  padding: 3px 20px;
  margin-top: 8px;
  float: right; }
  .promo-code .button:hover {
    background-color: #b50a47;
    color: #fff; }

.promo-code .promo-code__list {
  font-size: 1.2rem;
  list-style-type: none;
  padding: 0;
  margin: 0 0 17px;
  clear: both; }
  .promo-code .promo-code__list .promo-code__list__item {
    line-height: 1.667; }
  .promo-code .promo-code__list .remove-link {
    float: right; }

.landing-listing .accordion__panel {
  margin-bottom: 20px; }

.landing-listing .landing-course {
  padding: 20px 15px; }
  .landing-listing .landing-course .landing-course__sub-title {
    font-family: T20, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    color: #353535;
    display: inline-block;
    line-height: 1.667;
    margin: 0; }
  .landing-listing .landing-course .landing-course__description {
    line-height: 1.667;
    margin: 0 0 28px; }
  .landing-listing .landing-course .event-info {
    margin: 25px 0 0; }
    .landing-listing .landing-course .event-info .event-details {
      display: inline-block;
      margin-bottom: 25px;
      padding-left: 28px;
      max-width: 32%;
      vertical-align: top; }
      @media screen and (max-width: 767px) {
        .landing-listing .landing-course .event-info .event-details {
          display: block;
          max-width: 100%;
          padding-left: 0;
          margin-bottom: 0; } }
      .landing-listing .landing-course .event-info .event-details dl {
        margin-bottom: 35px; }

.training-list {
  list-style-type: none;
  margin: 12px 0 0;
  padding: 0; }
  .training-list .training-item {
    padding: 15px 20px;
    border-top: 1px solid #f3f3f4;
    border-bottom: 1px solid #f3f3f4;
    overflow: hidden; }
    .training-list .training-item:nth-child(even) {
      background-color: #f3f3f4;
      margin: 2px 0;
      padding-top: 18px; }
    .training-list .training-item .training-item__title {
      font-family: T3, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 300;
      font-size: 1.8rem;
      color: #353535;
      border-left: 3px solid #008ca1;
      padding-left: 8px;
      margin: 0 0 14px; }
      .training-list .training-item .training-item__title a {
        color: #353535; }

.membership-info {
  overflow: hidden;
  display: table;
  width: 100%;
  /*	.membership-description {
		display: table-cell;
		vertical-align: top;
		width: 33%;
		margin-top: 0;
		padding-right: 15px;
		@include font-t13;
		line-height: 1.833;			
		@media screen and (max-width:$size-tablet-max) {
			display: block;
			width: auto;
			padding-right: 0;
		}
	}

*/ }
  @media screen and (max-width: 1024px) {
    .membership-info {
      display: block; } }
  @media screen and (max-width: 767px) {
    .membership-info {
      display: block; } }
  .membership-info .page-title {
    margin: 23px 0 18px;
    font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 300;
    font-size: 2.4rem;
    color: #353535; }
    @media screen and (max-width: 767px) {
      .membership-info .page-title {
        margin: 17px 13px 15px; } }
  .membership-info .membership-details,
  .membership-info .membership-registration {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    padding-right: 15px; }
    @media screen and (max-width: 1024px) {
      .membership-info .membership-details,
      .membership-info .membership-registration {
        width: 50%;
        margin-top: 20px;
        display: inline-block;
        float: left;
        /*	border-top: 1px solid #efefef; */ } }
    @media screen and (max-width: 767px) {
      .membership-info .membership-details,
      .membership-info .membership-registration {
        display: block;
        width: auto;
        padding-right: 0;
        margin-top: 25px; } }
    @media screen and (min-width: 768px) {
      .membership-info .membership-details,
      .membership-info .membership-registration {
        padding: 0 15px;
        min-height: 120px;
        /*	border-left: 1px solid #ddd; */ } }
    .membership-info .membership-details .result-subtitle,
    .membership-info .membership-registration .result-subtitle {
      margin: 0 0 12px;
      font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #353535; }
  .membership-info .membership-details dl {
    width: 100%; }
    .membership-info .membership-details dl dd:last-child {
      margin-bottom: 0 !important; }
  .membership-info .membership-details dt {
    display: none; }
  .membership-info .membership-details .date,
  .membership-info .membership-details .location {
    margin-left: 0;
    background-repeat: no-repeat;
    padding-left: 28px; }
    .membership-info .membership-details .date span,
    .membership-info .membership-details .location span {
      display: block;
      margin-bottom: 7px; }
  .membership-info .membership-details .date {
    margin-bottom: 24px; }
    .membership-info .membership-details .date:before {
      position: absolute;
      content: '';
      background-image: url(/_Images/sprites/icons.png);
      background-position: -555px -289px;
      width: 19px;
      height: 15px;
      margin-left: -27px; }
    .membership-info .membership-details .date .days {
      font-size: 1.2rem; }
  .membership-info .membership-details__list p {
    line-height: 2;
    font-size: 1.2rem; }
  .membership-info .membership-details__list.checkbox-list--long-form input {
    left: 14px; }
  @media screen and (max-width: 767px) {
    .membership-info .membership-details__list .button {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .membership-info .membership-registration {
      padding-top: 20px;
      border-top: 1px solid #efefef; } }
  @media screen and (min-width: 768px) {
    .membership-info .membership-registration {
      padding: 0 15px;
      min-height: 120px;
      border-left: 1px solid #ddd; } }
  .membership-info .membership-registration .prices {
    margin-left: 12px;
    margin-bottom: 5px;
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535; }
    .membership-info .membership-registration .prices dt, .membership-info .membership-registration .prices dd {
      margin-bottom: 10px;
      display: inline-block;
      float: left; }
    .membership-info .membership-registration .prices dt {
      width: 115px;
      padding-right: 5px;
      clear: left; }
    .membership-info .membership-registration .prices dd {
      margin-left: 0; }
      @media screen and (max-width: 767px) {
        .membership-info .membership-registration .prices dd {
          min-width: 140px; } }
    .membership-info .membership-registration .prices .member,
    .membership-info .membership-registration .prices .total {
      font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #353535;
      font-weight: 700; }
    .membership-info .membership-registration .prices .special {
      font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #353535;
      font-weight: 700;
      color: #008ca1; }
  .membership-info .membership-registration .membership-links {
    list-style-type: none;
    padding: 0;
    font-size: 1.2rem; }
    .membership-info .membership-registration .membership-links li {
      margin-bottom: 12px; }
  .membership-info .button {
    min-height: 40px;
    height: auto;
    margin-top: 10px;
    float: right; }
    @media screen and (max-width: 767px) {
      .membership-info .button {
        width: 100%; } }

.poster-info {
  overflow: hidden;
  display: table;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .poster-info {
      display: block; } }
  @media screen and (max-width: 767px) {
    .poster-info {
      display: block; } }
  .poster-info .poster-description {
    display: table-cell;
    vertical-align: top;
    width: 33%;
    margin-top: 0;
    padding-right: 15px; }
    @media screen and (max-width: 1024px) {
      .poster-info .poster-description {
        display: block;
        width: auto;
        padding-right: 0; } }
  .poster-info .poster-details,
  .poster-info .poster-registration {
    width: 33%;
    display: table-cell;
    vertical-align: top;
    padding-right: 15px; }
    @media screen and (max-width: 1024px) {
      .poster-info .poster-details,
      .poster-info .poster-registration {
        width: 50%;
        margin-top: 20px;
        display: inline-block;
        float: left; } }
    @media screen and (max-width: 767px) {
      .poster-info .poster-details,
      .poster-info .poster-registration {
        display: block;
        width: 100%;
        padding-right: 0;
        margin-top: 25px; } }
  .poster-info .poster-details dl {
    width: 100%; }
    .poster-info .poster-details dl dd:last-child {
      margin-bottom: 0 !important; }
  .poster-info .poster-details dt {
    display: none; }
  .poster-info .poster-details .date,
  .poster-info .poster-details .location {
    margin-left: 0;
    background-repeat: no-repeat;
    padding-left: 28px; }
    .poster-info .poster-details .date span,
    .poster-info .poster-details .location span {
      display: block;
      margin-bottom: 7px; }
  .poster-info .poster-details .date {
    margin-bottom: 24px; }
    .poster-info .poster-details .date:before {
      position: absolute;
      content: '';
      background-image: url(/_Images/sprites/icons.png);
      background-position: -555px -289px;
      width: 19px;
      height: 15px;
      margin-left: -27px; }
    .poster-info .poster-details .date .days {
      font-size: 1.2rem; }
  .poster-info .poster-details .location:before {
    position: absolute;
    content: '';
    background-image: url(/_Images/sprites/icons.png);
    background-position: -793px -56px;
    width: 12px;
    height: 18px;
    margin-left: -27px; }
  .poster-info .poster-details .location .address {
    font-size: 1.2rem; }
  @media screen and (max-width: 767px) {
    .poster-info .poster-registration {
      padding-top: 20px; } }
  .poster-info .poster-registration .prices {
    margin-left: 12px;
    margin-bottom: 5px;
    font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #353535; }
    .poster-info .poster-registration .prices dt, .poster-info .poster-registration .prices dd {
      margin-bottom: 10px;
      display: inline-block;
      float: left; }
    .poster-info .poster-registration .prices dt {
      width: 115px;
      padding-right: 5px;
      clear: left; }
    .poster-info .poster-registration .prices dd {
      margin-left: 0; }
      @media screen and (max-width: 767px) {
        .poster-info .poster-registration .prices dd {
          min-width: 140px; } }
    .poster-info .poster-registration .prices .member,
    .poster-info .poster-registration .prices .total {
      font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #353535;
      font-weight: 700; }
    .poster-info .poster-registration .prices .special {
      font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #353535;
      font-weight: 700;
      color: #008ca1; }
  .poster-info .poster-registration .result-subtitle {
    margin: 0 0 12px;
    font-family: T7, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #353535; }
  .poster-info .poster-registration .poster-links {
    list-style-type: none;
    padding: 0;
    font-size: 1.2rem; }
    .poster-info .poster-registration .poster-links li {
      margin-bottom: 12px; }
  .poster-info .button {
    min-height: 40px;
    height: auto; }
    @media screen and (max-width: 767px) {
      .poster-info .button {
        width: 100%; } }

.hot-topics {
  height: 300px; }
  .hot-topics:before, .hot-topics:after {
    content: " ";
    display: table; }
  .hot-topics:after {
    clear: both; }
  .hot-topics-wrapper {
    position: absolute;
    top: 240px;
    left: 50%;
    z-index: 997; }
    @media screen and (max-width: 767px) {
      .hot-topics-wrapper {
        right: 20px;
        top: 20px;
        left: auto; } }
    .hot-topics-wrapper .cycle-prev, .hot-topics-wrapper .cycle-next {
      display: inline-block;
      position: relative;
      cursor: pointer;
      font-size: 50px;
      font-weight: 100;
      border: 1px solid #969696;
      color: #A62B60;
      width: 30px;
      height: 30px; }
      .hot-topics-wrapper .cycle-prev span, .hot-topics-wrapper .cycle-next span {
        position: absolute;
        top: -20px;
        left: 5px;
        font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif; }
    .hot-topics-wrapper .cycle-next {
      margin-left: 5px; }
  .hot-topics-v1 .hot-topics-wrapper {
    left: auto;
    right: 20px; }
  .hot-topics-v1 .hot-topics-topic-content {
    width: 100%; }
  .hot-topics-v2 {
    width: 60%;
    float: left;
    height: 300px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .hot-topics-v2 {
        width: 100%; } }
    .hot-topics-v2 .hot-topics-wrapper {
      left: 83%; }
      @media screen and (max-width: 767px) {
        .hot-topics-v2 .hot-topics-wrapper {
          right: 20px;
          top: 20px;
          left: auto; } }
  .hot-topics-v3 .hot-topics-wrapper {
    left: auto;
    right: 40px; }
    @media screen and (max-width: 767px) {
      .hot-topics-v3 .hot-topics-wrapper {
        right: 20px;
        top: 20px; } }
  .hot-topics-img {
    width: 40%;
    padding-left: 15px;
    float: left;
    height: 300px;
    background-size: cover;
    background-position: left, right;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .hot-topics-img {
        display: none; } }
  .hot-topics-embed-content {
    width: 40%;
    padding-left: 15px;
    float: left;
    height: 300px; }
    @media screen and (max-width: 767px) {
      .hot-topics-embed-content {
        display: none; } }
  .hot-topics-topic {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative; }
    .hot-topics-topic-content {
      width: 60%;
      padding: 30px 40px;
      float: left; }
      .hot-topics-topic-content-full {
        width: 100%; }
      @media screen and (max-width: 767px) {
        .hot-topics-topic-content {
          width: 100%;
          padding: 20px; } }
      .hot-topics-topic-content-date {
        font-family: T15, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
        font-weight: bold;
        font-size: 1.4rem;
        color: #393939;
        padding-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .hot-topics-topic-content-date {
            padding-top: 8px;
            padding-bottom: 20px; } }
      .hot-topics-topic-content-title {
        font-family: T16, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
        font-weight: bold;
        font-size: 1.8rem;
        color: #A62B60;
        padding-bottom: 25px; }
        @media screen and (max-width: 767px) {
          .hot-topics-topic-content-title {
            font-weight: 500;
            font-size: 1.6rem;
            line-height: 22px; } }
        .hot-topics-topic-content-title-mobile-wrap-block {
          display: none; }
          @media screen and (max-width: 767px) {
            .hot-topics-topic-content-title-mobile-wrap-block {
              display: block;
              float: right;
              width: 80px;
              height: 35px; } }
      .hot-topics-topic-content .button {
        border: 1px solid #A62B60 !important;
        color: #A62B60 !important;
        text-transform: none;
        font-weight: bold; }
    .hot-topics-topic-img {
      width: 40%;
      padding-left: 15px;
      float: left;
      height: 300px;
      background-size: cover;
      background-position: left, right;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        .hot-topics-topic-img {
          display: none; } }
    .hot-topics-topic-embed-content {
      width: 40%;
      padding-left: 15px;
      float: left;
      height: 300px; }
      @media screen and (max-width: 767px) {
        .hot-topics-topic-embed-content {
          display: none; } }

.why-member {
  font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: bold;
  padding: 20px 0 60px 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .why-member {
      padding: 20px 20px 60px 20px; } }
  .why-member-title {
    font-size: 2.8rem;
    padding-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .why-member-title {
        padding-bottom: 45px;
        text-align: left;
        font-weight: 500;
        font-size: 2rem;
        line-height: 26px; } }
  .why-member-more .button {
    border: 1px solid #A62B60;
    color: #A62B60;
    text-transform: none;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 8px 30px;
    height: auto; }
  .why-member-content {
    padding-bottom: 60px; }
    @media screen and (max-width: 1024px) {
      .why-member-content {
        padding-bottom: 20px; } }
    .why-member-content-item {
      display: inline-block;
      vertical-align: top;
      width: 17%;
      padding: 0 20px; }
      @media screen and (max-width: 1024px) {
        .why-member-content-item {
          width: 19%; } }
      @media screen and (max-width: 767px) {
        .why-member-content-item {
          padding: 0 0 50px 0;
          width: 100%;
          text-align: left; } }
      .why-member-content-item [class^="icon-"], .why-member-content-item [class*=" icon-"] {
        display: inline-block;
        font-size: 90px;
        margin-bottom: 30px;
        color: #393939; }
        @media screen and (max-width: 767px) {
          .why-member-content-item [class^="icon-"], .why-member-content-item [class*=" icon-"] {
            margin-bottom: 0;
            padding-top: 4px;
            width: 80px;
            float: left;
            font-size: 60px; } }
      .why-member-content-item-description {
        font-size: 1.6rem;
        line-height: 23px; }
        @media screen and (max-width: 767px) {
          .why-member-content-item-description {
            padding-left: 80px; } }
        .why-member-content-item-description a {
          color: #A62B60; }

.module-50-50 {
  color: #fff;
  font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif; }
  .module-50-50:before, .module-50-50:after {
    content: " ";
    display: table; }
  .module-50-50:after {
    clear: both; }
  @media screen and (max-width: 767px) {
    .module-50-50 > a {
      height: 178px;
      min-height: initial; } }
  .module-50-50-item {
    width: 50%;
    position: relative;
    vertical-align: top;
    background-size: cover;
    background-position: center;
    height: 550px;
    float: left; }
    @media screen and (max-width: 767px) {
      .module-50-50-item {
        width: 100%;
        min-height: 478px;
        height: auto; } }
    .module-50-50-item-mobile {
      height: 178px;
      display: none; }
      @media screen and (max-width: 767px) {
        .module-50-50-item-mobile {
          display: block;
          background-size: cover;
          background-position: center; } }
    .module-50-50-item a.edit-mode {
      position: absolute;
      top: 0px;
      font-size: 40px; }
    .module-50-50-item-overlay {
      background-color: rgba(0, 0, 0, 0.7);
      min-height: 300px;
      position: absolute;
      bottom: 0; }
      @media screen and (max-width: 767px) {
        .module-50-50-item-overlay {
          position: static; } }
      @media screen and (max-width: 767px) {
        .module-50-50-item-overlay {
          background-color: #000; } }
      .module-50-50-item-overlay-wrapper {
        padding: 40px; }
        @media screen and (max-width: 767px) {
          .module-50-50-item-overlay-wrapper {
            padding: 20px; } }
      .module-50-50-item-overlay-title {
        font-size: 3rem;
        padding-bottom: 20px; }
      .module-50-50-item-overlay-description {
        font-size: 1.6rem;
        line-height: 24px;
        padding-bottom: 20px; }
      .module-50-50-item-overlay-button .button {
        border: 1px solid #fff;
        font-size: 1.3rem;
        padding: 8px 25px;
        min-width: initial;
        height: auto;
        white-space: nowrap; }

.member-think {
  padding-bottom: 60px; }
  .member-think:before, .member-think:after {
    content: " ";
    display: table; }
  .member-think:after {
    clear: both; }
  @media screen and (max-width: 1024px) {
    .member-think {
      display: none; } }
  @media screen and (max-width: 767px) {
    .member-think {
      display: none; } }
  .member-think-mobile {
    display: none; }
    @media screen and (max-width: 1024px) {
      .member-think-mobile {
        display: block !important; } }
    @media screen and (max-width: 767px) {
      .member-think-mobile {
        display: block !important; } }
    .member-think-mobile .member-think-group-item {
      width: 100%;
      padding: 10px; }
      @media screen and (min-width: 735px) {
        .member-think-mobile .member-think-group-item {
          padding: 10px 30px; } }
      @media screen and (max-width: 767px) {
        .member-think-mobile .member-think-group-item .member-think-group-item-photo {
          display: block;
          margin: 0 auto;
          padding-bottom: 20px;
          width: 100px; } }
      @media screen and (max-width: 767px) {
        .member-think-mobile .member-think-group-item .member-think-group-item-photo img {
          width: 100px;
          height: 100px; } }
      .member-think-mobile .member-think-group-item .member-think-group-item-description {
        padding-right: 150px;
        width: auto; }
        @media screen and (max-width: 767px) {
          .member-think-mobile .member-think-group-item .member-think-group-item-description {
            width: 100%;
            display: block;
            padding: 0; } }
        @media screen and (max-width: 767px) {
          .member-think-mobile .member-think-group-item .member-think-group-item-description .member-think-group-item-description-think {
            padding: 0 0 20px 0;
            font-size: 1.4rem;
            line-height: 23px;
            text-align: center; } }
        @media screen and (max-width: 767px) {
          .member-think-mobile .member-think-group-item .member-think-group-item-description .member-think-group-item-description-author {
            padding: 0;
            text-align: center; } }
  .member-think .cycle-prev, .member-think .cycle-next {
    display: inline-block;
    cursor: pointer;
    font-size: 60px;
    font-weight: 100;
    border: 1px solid #fff;
    color: #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    z-index: 999; }
    @media screen and (max-width: 767px) {
      .member-think .cycle-prev .hero .cycle-next, .member-think .cycle-prev .hero .cycle-prev, .member-think .cycle-next .hero .cycle-next, .member-think .cycle-next .hero .cycle-prev {
        top: 230px; } }
    .member-think .cycle-prev span, .member-think .cycle-next span {
      position: absolute;
      top: -25px;
      left: 6px;
      font-family: "Gotham SSm A", "Gotham SSm B", Arial, sans-serif; }
  .member-think .cycle-next {
    right: 0;
    margin-right: 10px; }
  .member-think .cycle-prev {
    left: 0;
    margin-left: 10px; }
  .member-think-group {
    font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    padding: 40px;
    white-space: nowrap;
    color: #fff;
    background-color: #4f545d;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center; }
    .member-think-group-item {
      display: inline-block;
      width: 50%;
      white-space: nowrap;
      padding: 30px;
      vertical-align: middle;
      overflow: hidden;
      position: relative;
      text-align: left; }
      .member-think-group-item-photo {
        display: inline-block;
        vertical-align: middle;
        width: 200px; }
        .member-think-group-item-photo img {
          width: 200px;
          height: 200px;
          border-radius: 50%; }
      .member-think-group-item-description {
        display: inline-block;
        vertical-align: middle;
        width: 70%;
        white-space: normal;
        padding-left: 30px;
        padding-right: 15px; }
        .member-think-group-item-description-think {
          font-size: 1.6rem;
          line-height: 26px;
          padding-bottom: 40px;
          padding-right: 50px;
          font-weight: 100; }
        .member-think-group-item-description-author {
          font-size: 1.2rem;
          line-height: 20px;
          padding-right: 50px; }

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?rz5qe4");
  src: url("/fonts/icomoon.eot?rz5qe4#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?rz5qe4") format("truetype"), url("/fonts/icomoon.woff?rz5qe4") format("woff"), url("/fonts/icomoon.svg?rz5qe4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-dia-homepage-icon-3n:before {
  content: "\e900"; }

.icon-dia-homepage-icon-4n:before {
  content: "\e90d"; }

.icon-dia-homepage-icon-1:before {
  content: "\e902"; }

.icon-dia-homepage-icon-2:before {
  content: "\e903"; }

.icon-dia-homepage-icon-3:before {
  content: "\e904"; }

.icon-dia-homepage-icon-4:before {
  content: "\e905"; }

.icon-dia-homepage-icon-5:before {
  content: "\e906"; }

.icon-dia-homepage-icon-6:before {
  content: "\e907"; }

.icon-dia-homepage-icon-7:before {
  content: "\e908"; }

.icon-dia-homepage-icon-8:before {
  content: "\e909"; }

.icon-search:before {
  content: "\e986"; }

.icon-cross:before {
  content: "\ea0f"; }

.icon-user:before {
  content: "\e971"; }

.icon-menu:before {
  content: "\e9bd"; }

.icon-paragraph-justify:before {
  content: "\ea7a"; }

.home-tiles {
  background-size: cover;
  background-position: left, right;
  background-repeat: no-repeat;
  padding-bottom: 40px;
  position: relative; }
  .home-tiles .clearfix:before, .home-tiles .clearfix:after {
    content: " ";
    display: table; }
  .home-tiles .clearfix:after {
    clear: both; }
  .home-tiles:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 90%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }
  .home-tiles-left {
    width: 50%;
    float: left;
    font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: 500;
    color: #393939;
    padding-top: 150px;
    padding-left: 50px; }
    @media screen and (max-width: 767px) {
      .home-tiles-left {
        padding: 20px 20px 30px 20px !important;
        text-align: center; } }
    @media screen and (max-width: 1350px) {
      .home-tiles-left {
        width: 100%;
        padding-bottom: 50px;
        padding-right: 50px; } }
    .home-tiles-left-title, .home-tiles-left-subtitle {
      font-size: 3.2rem; }
      @media screen and (max-width: 767px) {
        .home-tiles-left-title, .home-tiles-left-subtitle {
          font-weight: 500;
          font-size: 2.6rem;
          line-height: 30px;
          padding-bottom: 30px; } }
    .home-tiles-left-subtitle {
      padding-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .home-tiles-left-subtitle {
          padding-bottom: 30px; } }
    .home-tiles-left-description {
      font-size: 1.4rem;
      line-height: 26px; }
      @media screen and (max-width: 767px) {
        .home-tiles-left-description {
          font-weight: 500; } }
  .home-tiles-right {
    width: 50%;
    min-width: 665px;
    float: right;
    padding: 30px 10px;
    font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .home-tiles-right {
        display: none; } }
    .home-tiles-right-mobile {
      display: none; }
      @media screen and (max-width: 767px) {
        .home-tiles-right-mobile {
          display: block !important;
          padding: 0 20px 20px 20px;
          min-width: initial;
          width: 100%; } }
      .home-tiles-right-mobile-wrapper {
        width: 278px;
        margin: 0 auto; }
        .home-tiles-right-mobile-wrapper .home-tiles-right-coll {
          height: 139px;
          width: 139px; }
    .home-tiles-right-wrapper {
      float: right;
      padding-right: 20px; }
    .home-tiles-right-row:before, .home-tiles-right-row:after {
      content: " ";
      display: table; }
    .home-tiles-right-row:after {
      clear: both; }
    .home-tiles-right-coll {
      width: 125px;
      height: 125px;
      float: left; }
      .home-tiles-right-coll a:hover {
        text-decoration: none; }
      .home-tiles-right-coll-tile {
        margin: 5px;
        padding: 5px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        height: 114px;
        width: 114px;
        display: block;
        overflow: hidden;
        position: relative;
        word-wrap: break-word; }
        @media screen and (max-width: 767px) {
          .home-tiles-right-coll-tile {
            height: 128px;
            width: 128px; } }
        .home-tiles-right-coll-tile span {
          background-color: #fff;
          color: #393939;
          padding: 0px 5px;
          font-size: 20px;
          position: absolute;
          bottom: 5px;
          right: 5px; }
      .home-tiles-right-coll-type-1 {
        background-color: #4f545d; }
        .home-tiles-right-coll-type-1 a {
          color: #fff; }
          @media screen and (max-width: 767px) {
            .home-tiles-right-coll-type-1 a span {
              color: #4f545d; } }
      .home-tiles-right-coll-type-2 {
        background-color: #008ca1; }
        .home-tiles-right-coll-type-2 a {
          color: #fff; }
          @media screen and (max-width: 767px) {
            .home-tiles-right-coll-type-2 a span {
              color: #008ca1; } }
      .home-tiles-right-coll-type-3 {
        background-color: #799c4b; }
        .home-tiles-right-coll-type-3 a {
          color: #fff; }
          @media screen and (max-width: 767px) {
            .home-tiles-right-coll-type-3 a span {
              color: #799c4b; } }
      .home-tiles-right-coll-type-4 {
        background-color: #fff; }
        .home-tiles-right-coll-type-4 a {
          color: #000; }
        .home-tiles-right-coll-type-4 .home-tiles-right-coll-tile {
          border: 1px solid #b5b5b5; }
      .home-tiles-right-coll-type-5 {
        background-color: #fff;
        font-style: italic; }
        .home-tiles-right-coll-type-5 a {
          color: #A62B60; }
        .home-tiles-right-coll-type-5 span {
          position: inherit;
          display: block;
          font-size: 35px;
          padding: 5px; }

.interest-area-tags {
  font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  padding-bottom: 60px; }
  .interest-area-tags-wrapper {
    margin: 0 auto;
    max-width: 1241px;
    padding: 0 15px; }
  .interest-area-tags-title {
    font-size: 2.8rem;
    padding: 0 15px 40px 15px; }
    @media screen and (max-width: 767px) {
      .interest-area-tags-title {
        font-size: 2rem;
        line-height: 26px; } }
  .interest-area-tags-navigation:before, .interest-area-tags-navigation:after {
    content: " ";
    display: table; }
  .interest-area-tags-navigation:after {
    clear: both; }
  @media screen and (max-width: 767px) {
    .interest-area-tags-navigation {
      display: none; } }
  .interest-area-tags-navigation-mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      .interest-area-tags-navigation-mobile {
        display: block; } }
    .interest-area-tags-navigation-mobile-title {
      text-transform: uppercase;
      font-size: 1.1rem;
      padding-bottom: 5px;
      color: #b1b1b1;
      text-align: left; }
    .interest-area-tags-navigation-mobile .dia-drop-down {
      padding-bottom: 40px; }
  .interest-area-tags-navigation-tag {
    color: #A62B60;
    border: 1px solid #f3f3f4;
    text-transform: none;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 10px 15px;
    min-width: 90px; }
    .interest-area-tags-navigation-tag-active, .interest-area-tags-navigation-tag:hover {
      background-color: #efefef;
      color: #A62B60;
      text-transform: none;
      text-decoration: none; }
  .interest-area-tags-items {
    padding-bottom: 60px; }
    .interest-area-tags-items .interest-area-tags-item {
      text-align: left;
      display: inline-block;
      width: 31%;
      vertical-align: top;
      margin: 1%;
      background-color: #efefef;
      min-height: 500px;
      box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 1024px) {
        .interest-area-tags-items .interest-area-tags-item {
          width: 45%; } }
      @media screen and (max-width: 767px) {
        .interest-area-tags-items .interest-area-tags-item {
          width: 100%;
          margin: 0 0 10px 0;
          height: auto;
          min-height: initial; } }
      .interest-area-tags-items .interest-area-tags-item [class^="icon-"], .interest-area-tags-items .interest-area-tags-item [class*=" icon-"] {
        font-size: 20px;
        margin-right: 5px; }
      @media screen and (max-width: 767px) {
        .interest-area-tags-items .interest-area-tags-item-event {
          position: relative;
          border-top: solid 1px #dddcdc;
          background-color: #fff;
          box-shadow: none;
          padding-top: 15px; } }
      @media screen and (max-width: 767px) {
        .interest-area-tags-items .interest-area-tags-item-event-empty .interest-area-tags-item-event-img-empty {
          display: none; }
        .interest-area-tags-items .interest-area-tags-item-event-empty .interest-area-tags-item-event-date, .interest-area-tags-items .interest-area-tags-item-event-empty .interest-area-tags-item-event-location {
          margin-top: 45px;
          width: 100%;
          padding: 0 0 15px 0; }
        .interest-area-tags-items .interest-area-tags-item-event-empty .interest-area-tags-item-event-title {
          width: 100%;
          padding: 0 0 15px 0; } }
      .interest-area-tags-items .interest-area-tags-item-event-type {
        position: absolute;
        padding: 10px 15px;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1.2rem;
        color: #fff;
        background-color: #393939; }
        @media screen and (max-width: 767px) {
          .interest-area-tags-items .interest-area-tags-item-event-type {
            width: 44%;
            text-align: center;
            padding: 10px 14px; } }
      .interest-area-tags-items .interest-area-tags-item-event-img {
        background-size: cover;
        background-position: left top;
        height: 170px;
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          .interest-area-tags-items .interest-area-tags-item-event-img {
            height: 113px;
            width: 44%;
            float: left;
            margin-bottom: 10px; } }
      .interest-area-tags-items .interest-area-tags-item-event-img-empty {
        height: 20px;
        margin-bottom: 30px; }
      .interest-area-tags-items .interest-area-tags-item-event-date, .interest-area-tags-items .interest-area-tags-item-event-location {
        text-transform: uppercase;
        font-size: 1.2rem;
        padding: 0 20px 10px 20px; }
        @media screen and (max-width: 767px) {
          .interest-area-tags-items .interest-area-tags-item-event-date, .interest-area-tags-items .interest-area-tags-item-event-location {
            float: right;
            width: 56%;
            font-size: 1.1rem;
            line-height: 13px;
            padding: 0 0 15px 15px; } }
      .interest-area-tags-items .interest-area-tags-item-event-title {
        color: #A62B60;
        font-size: 1.8rem;
        padding: 0 20px 20px 20px; }
        @media screen and (max-width: 767px) {
          .interest-area-tags-items .interest-area-tags-item-event-title {
            float: right;
            width: 56%;
            font-size: 1.6rem;
            line-height: 18px;
            font-weight: 500;
            padding: 0 0 10px 15px; } }
      .interest-area-tags-items .interest-area-tags-item-event-description {
        padding: 0 20px 30px 20px;
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 22px; }
        @media screen and (max-width: 767px) {
          .interest-area-tags-items .interest-area-tags-item-event-description {
            padding: 0 0px 20px 0;
            font-size: 1.3rem;
            line-height: 20px;
            float: right;
            width: 100%; } }
      .interest-area-tags-items .interest-area-tags-item-event-comment {
        font-style: italic;
        font-size: 1.2rem;
        font-weight: 500;
        padding: 0 20px 20px 20px; }
        @media screen and (max-width: 767px) {
          .interest-area-tags-items .interest-area-tags-item-event-comment {
            padding: 0 0 10px 0;
            font-size: 1.2rem;
            float: right;
            width: 100%; } }
      .interest-area-tags-items .interest-area-tags-item-article {
        background-color: #A62B60;
        color: #fff; }
        .interest-area-tags-items .interest-area-tags-item-article-type {
          font-weight: 400;
          font-size: 1.2rem;
          color: #fff;
          font-style: italic;
          text-transform: uppercase;
          padding: 25px 20px 30px 20px; }
          .interest-area-tags-items .interest-area-tags-item-article-type-icon {
            font-size: 20px;
            padding-right: 10px; }
        .interest-area-tags-items .interest-area-tags-item-article-title {
          padding: 0 20px 30px 20px;
          font-size: 2.6rem; }
        .interest-area-tags-items .interest-area-tags-item-article-description {
          padding: 0 20px 30px 20px;
          font-size: 1.6rem;
          line-height: 24px;
          font-weight: 400; }
        .interest-area-tags-items .interest-area-tags-item-article-button {
          padding: 0 20px;
          margin-bottom: 20px; }
          .interest-area-tags-items .interest-area-tags-item-article-button .button {
            border: 1px solid #fff;
            font-size: 1.2rem;
            padding: 8px 25px;
            min-width: initial;
            height: auto; }
        .interest-area-tags-items .interest-area-tags-item-article-podcast {
          background-color: #799c4b; }
          .interest-area-tags-items .interest-area-tags-item-article-podcast .interest-area-tags-item-article-type {
            font-weight: 500;
            font-style: normal; }
      .interest-area-tags-items .interest-area-tags-item-ads {
        color: #fff;
        background-size: cover;
        background-position: left top;
        text-align: center;
        position: relative; }
        .interest-area-tags-items .interest-area-tags-item-ads-wrapper {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          padding: 0 20px; }
          @media screen and (max-width: 767px) and (min-width: 735px) {
            .interest-area-tags-items .interest-area-tags-item-ads-wrapper {
              position: initial;
              transform: none;
              padding: 50px; } }
          @media screen and (max-width: 735px) {
            .interest-area-tags-items .interest-area-tags-item-ads-wrapper {
              position: initial;
              transform: none;
              text-align: left;
              padding: 150px 20px 50px 20px; } }
        .interest-area-tags-items .interest-area-tags-item-ads-title {
          padding-bottom: 30px;
          font-size: 3.2rem; }
          @media screen and (max-width: 767px) {
            .interest-area-tags-items .interest-area-tags-item-ads-title {
              font-size: 2.2rem;
              line-height: 25px; } }
        .interest-area-tags-items .interest-area-tags-item-ads-comment {
          padding-bottom: 30px;
          font-size: 2.2rem;
          line-height: 28px;
          font-weight: 300; }
          @media screen and (max-width: 767px) {
            .interest-area-tags-items .interest-area-tags-item-ads-comment {
              font-size: 1.6rem;
              line-height: 20px; } }
        .interest-area-tags-items .interest-area-tags-item-ads-button .button {
          border: 1px solid #fff;
          font-size: 1.2rem;
          padding: 8px 25px;
          min-width: initial;
          height: auto; }
          @media screen and (max-width: 767px) {
            .interest-area-tags-items .interest-area-tags-item-ads-button .button {
              font-size: 1.3rem;
              font-weight: 500; } }
  .interest-area-tags-more .button {
    border: 1px solid #A62B60;
    color: #A62B60;
    text-transform: none;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 8px 30px;
    height: auto;
    display: none; }

.latest-insight-subscribe {
  color: #fff;
  font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  background-color: #A62B60;
  white-space: nowrap;
  height: 170px; }
  @media screen and (max-width: 767px) {
    .latest-insight-subscribe {
      height: auto; } }
  .latest-insight-subscribe-left, .latest-insight-subscribe-right {
    display: inline-block;
    width: 50%;
    white-space: normal;
    position: relative;
    vertical-align: top;
    padding: 30px;
    height: 170px; }
    @media screen and (max-width: 767px) {
      .latest-insight-subscribe-left, .latest-insight-subscribe-right {
        width: 100%;
        height: initial;
        padding: 20px;
        display: block; } }
  @media screen and (max-width: 767px) {
    .latest-insight-subscribe-left {
      padding: 40px 20px 20px 20px; } }
  .latest-insight-subscribe-left-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .latest-insight-subscribe-left-wrapper {
        position: initial;
        transform: none; } }
  .latest-insight-subscribe-left-title {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .latest-insight-subscribe-left-title {
        padding-bottom: 20px; } }
  .latest-insight-subscribe-left-description {
    font-size: 1.4rem;
    line-height: 22px; }
  .latest-insight-subscribe-right-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding-right: 30px;
    width: 465px; }
    @media screen and (max-width: 950px) {
      .latest-insight-subscribe-right-wrapper {
        width: 400px; } }
    @media screen and (max-width: 767px) {
      .latest-insight-subscribe-right-wrapper {
        width: auto;
        position: initial;
        transform: none;
        padding-right: 0px;
        padding-bottom: 20px; }
        .latest-insight-subscribe-right-wrapper:before, .latest-insight-subscribe-right-wrapper:after {
          content: " ";
          display: table; }
        .latest-insight-subscribe-right-wrapper:after {
          clear: both; } }
    .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content {
      float: right; }
      @media screen and (max-width: 767px) {
        .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content {
          width: 100%;
          float: none; } }
      .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input {
        float: left; }
      .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=email], .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=text] {
        width: 300px;
        height: 50px;
        padding: 10px 20px; }
        @media screen and (max-width: 950px) {
          .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=email], .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=text] {
            width: 200px; } }
        @media screen and (max-width: 767px) {
          .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=email], .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=text] {
            width: 100%;
            margin-bottom: 10px; } }
        .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=email]::-webkit-input-placeholder, .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=text]::-webkit-input-placeholder {
          color: #969696; }
        .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=email]::-moz-placeholder, .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=text]::-moz-placeholder {
          color: #969696; }
        .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=email]:-moz-placeholder, .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=text]:-moz-placeholder {
          color: #969696; }
        .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=email]:-ms-input-placeholder, .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=text]:-ms-input-placeholder {
          color: #969696; }
      .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=submit] {
        background-color: #799c4b;
        border: none;
        color: #393939;
        font-weight: 500;
        height: auto;
        padding: 16px 20px; }
        @media screen and (max-width: 767px) {
          .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=submit] {
            width: 100%; } }
      .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content .field-validation-error {
        position: absolute;
        left: 0;
        top: 52px; }
        @media screen and (max-width: 767px) {
          .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content .field-validation-error {
            width: 100%;
            display: block;
            padding-bottom: 10px;
            position: initial; } }
      .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content .field-validation-error, .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content #footer-email-error {
        color: #fff; }

.modal-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 42px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 998; }

.dia-drop-down {
  position: relative; }
  .dia-drop-down-title {
    padding: 10px;
    color: #b50a47;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ededed; }
    .dia-drop-down-title-arrow-up {
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid black;
      float: right;
      top: -9px;
      position: relative;
      right: 0; }
    .dia-drop-down-title-arrow-down {
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid black;
      float: right;
      top: -9px;
      position: relative;
      right: 0; }
  .dia-drop-down-menu {
    display: none;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 3;
    position: absolute;
    width: 100%;
    text-align: left;
    padding: 0 5px; }
    .dia-drop-down-menu-item {
      background-color: #fff;
      font-size: 1.3rem;
      display: inline-block;
      width: 100%;
      padding: 10px;
      text-decoration: none;
      border-bottom: 1px solid #ccc; }

@media screen and (min-width: 768px) {
  .exhibit-content {
    padding-left: 10px; } }

.exhibit-content .page-title {
  margin-top: 8px; }
  @media screen and (max-width: 767px) {
    .exhibit-content .page-title {
      display: none; } }

.exhibit-content .result-title {
  font-family: T2, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  color: #353535; }

@media screen and (max-width: 767px) {
  .exhibit-content .event-info .event-details {
    float: none; }
  .exhibit-content .event-info .event-registration {
    border-top: 1px solid #efefef;
    float: none; } }

.exhibit-content .validation-summary-errors, .exhibit-content .field-validation-error {
  font-size: 11px;
  color: #e60000 !important; }

.exhibit-content .input-validation-error {
  border-color: #e60000 !important; }

.exhibit-content .table {
  display: table;
  padding: 5px;
  margin: 5px;
  width: 100%; }

.exhibit-content .row {
  display: table-row;
  vertical-align: top;
  padding-bottom: 10px;
  border-left: 0px;
  width: 100%;
  line-height: 1.8em; }

.exhibit-content .cell {
  float: left; }

.exhibit-content .cellLabel {
  float: left;
  width: 20%;
  font-weight: bold; }

.exhibit-content .cellValue {
  float: left;
  width: 30%; }

.exhibit-content .cellValueLong {
  float: left;
  width: 80%; }

.exhibit-content .divmargin {
  margin: 10px; }

.exhibit-content .dvspacing {
  padding-left: 140px;
  padding-top: 10px; }

.exhibit-content .btnspacing {
  padding-right: 50px; }

.exhibit-content .dvwidth {
  width: 515px; }

.exhibit-content .required {
  color: #e60000; }

.exhibit-content .required_info {
  color: #e60000;
  font-weight: bold; }

.exhibit-content .degreespace {
  padding-left: 10px; }

.exhibit-content .errormsg {
  font-size: 1.1rem;
  color: #e60000; }

.exhibit-content .degreerequiredspacing {
  padding-left: 10px; }

.exhibit-content .submitbtn {
  display: block;
  float: left;
  position: relative;
  padding-right: 20px;
  padding-top: 20px; }

.exhibit-content .col-small-left {
  float: left;
  margin: 0;
  padding: 0 20px 0 10px;
  width: 45%;
  box-sizing: border-box; }

.exhibit-content .col-small-right {
  float: left;
  margin: 0;
  padding: 0 20px 0 10px;
  width: 50%;
  box-sizing: border-box; }

.exhibit-content .programRequirements {
  margin-top: 10px;
  margin-bottom: 10px; }

.exhibit-content .programRequirements a.accordion {
  display: block;
  position: relative;
  margin: 0;
  font-size: 1.2em;
  font-weight: normal;
  padding: 4px 0 4px 10px;
  line-height: 1.3em;
  background-color: #1c5a7d;
  color: #fff; }

.exhibit-content .programRequirements a.accordion:hover {
  cursor: pointer;
  text-decoration: none; }

.exhibit-content .wrap {
  width: 370px;
  float: left;
  padding: 10px; }

.exhibit-content .leftbox {
  width: 60%;
  float: left;
  margin: 5px 5px 5px 0;
  box-sizing: border-box; }

.exhibit-content .rightbox {
  width: 35%;
  float: left;
  margin: 5px 0 5px 5px;
  box-sizing: border-box; }

.exhibit-content .headline {
  font-family: T3, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  color: #353535;
  line-height: 1.333;
  border-left: 3px solid #008ca1;
  padding-left: 5px;
  margin: 0;
  margin-bottom: 5px; }
  .exhibit-content .headline.no-border {
    border-left: none;
    padding-left: 0; }

.exhibit-content .boxcontent {
  padding: 4px;
  min-height: 25vh; }

.exhibit-content .listContainer {
  display: flex;
  clear: both; }

.exhibit-content .listContainer > div {
  float: left;
  margin: 5px;
  padding: 10px; }

.exhibit-content .my-exhibits .listContainer.flexHeader > div {
  background-color: #f3f3f4; }

.exhibit-content .my-exhibits .listContainer .Title {
  width: 35%; }

.exhibit-content .my-exhibits .listContainer .EventCell {
  width: 32%; }

.exhibit-content .my-exhibits .listContainer .Cell {
  width: 16%; }

.exhibit-content .exhibit-admin .listContainer.flexHeader > div {
  background-color: #f3f3f4; }

.exhibit-content .exhibit-admin .listContainer .Title {
  width: 65%; }

.exhibit-content .exhibit-admin .listContainer .EventCell {
  width: 32%; }

.exhibit-content .summaryContainer {
  display: flex;
  clear: both;
  border: 1px solid #15469A;
  margin: 20px 0 20px 0; }

.exhibit-content .summaryContainer > div {
  float: left;
  margin: 1px;
  padding: 1px; }

.exhibit-content .summaryContainer .leftCell {
  width: 8%;
  text-align: center;
  font-size: 3.5em;
  color: green; }

.exhibit-content .summaryContainer .rightCell {
  width: 25%;
  padding: 20px 0;
  font-size: 1em;
  font-weight: bold; }

.exhibit-content .Personnel {
  min-width: 80px; }

.exhibit-content .standard-form__item--checklist .standard-form__label--checkbox {
  width: 45%; }

.exhibit-content .submit-button {
  padding: 10px; }

.exhibit-content .submit-button .green-button {
  margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  .speakers-corner-content {
    padding-left: 10px; } }

.speakers-corner-content .page-title {
  margin-top: 8px; }
  @media screen and (max-width: 767px) {
    .speakers-corner-content .page-title {
      display: none; } }

.speakers-corner-content .option-label {
  font-family: T13, "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #353535;
  display: inline-block;
  margin-bottom: 10px; }

.speakers-corner-content .validation-summary-errors, .speakers-corner-content .field-validation-error {
  font-size: 11px;
  color: #e60000 !important; }

.speakers-corner-content .input-validation-error {
  border-color: #e60000 !important; }

.speakers-corner-content .keywordText {
  width: 400px; }

.speakers-corner-content .keywordList {
  height: initial;
  width: 400px; }

.speakers-corner-content .charRemaining {
  display: inline-block; }

.speakers-corner-content .table {
  display: table;
  padding: 5px;
  margin: 5px;
  width: 100%; }

.speakers-corner-content .row {
  display: table-row;
  vertical-align: top;
  padding-bottom: 10px;
  border-left: 0px;
  width: 100%;
  line-height: 1.8em; }

.speakers-corner-content .cell {
  float: left; }

.speakers-corner-content .cellLabel {
  float: left;
  width: 20%;
  font-weight: bold; }

.speakers-corner-content .cellValue {
  float: left;
  width: 30%; }

.speakers-corner-content .cellValueLong {
  float: left;
  width: 80%; }

.speakers-corner-content .divmargin {
  margin: 10px; }

.speakers-corner-content .dvwidth {
  width: 515px; }

.speakers-corner-content .required {
  color: #e60000; }

.speakers-corner-content .required_info {
  color: #e60000;
  font-weight: bold; }

.speakers-corner-content .degreespace {
  padding-left: 10px; }

.speakers-corner-content .errormsg {
  font-size: 1.1rem;
  color: #e60000; }

.speakers-corner-content .degreerequiredspacing {
  padding-left: 10px; }

.speakers-corner-content .text-input {
  width: 100%; }

.speakers-corner-content .textarea-input {
  width: 100%; }

.speakers-corner-content .textBoxDisable {
  background-color: #ccc; }

.speakers-corner-content .listContainer {
  display: flex;
  clear: both; }

.speakers-corner-content .listContainer > div {
  float: left;
  margin: 5px;
  padding: 10px; }

.speakers-corner-content .listContainer.flexHeader > div {
  background-color: #f3f3f4; }

.speakers-corner-content .listContainer .Title {
  width: 35%; }

.speakers-corner-content .listContainer .TitleWide {
  width: 70%; }

.speakers-corner-content .listContainer .Cell {
  width: 11%; }

.speakers-corner-content .listContainer .CellWide {
  width: 14%; }

.speakers-corner-content .listContainer .Header {
  font-weight: bold; }

.speakers-corner-content .listContainer .Group {
  margin-left: 5em;
  font-weight: bold;
  font-style: italic; }

.speakers-corner-content .flexContainer {
  display: flex;
  clear: both; }

.speakers-corner-content .flexContainer > div {
  float: left;
  padding: 20px 0px; }

.speakers-corner-content .two-Columns .flexContainer .Header {
  width: 25%;
  font-weight: bold; }

.speakers-corner-content .two-Columns .flexContainer .Main {
  width: 70%; }

.speakers-corner-content.twoColumns .flexContainer .Header {
  width: 25%;
  font-weight: bold; }

.speakers-corner-content.twoColumns .flexContainer .Main {
  width: 70%; }

.speakers-corner-content.twoColumns .flexContainer .Footer {
  width: 25%; }

.speakers-corner-content.threeColumns .flexContainer .Header {
  width: 25%;
  font-weight: bold; }

.speakers-corner-content.threeColumns .flexContainer .Main {
  width: 35%; }

.speakers-corner-content.threeColumns .flexContainer .Footer {
  width: 30%; }

.speakers-corner-content .three-Columns .flexContainer .Header {
  width: 26%;
  font-weight: bold; }

.speakers-corner-content .three-Columns .flexContainer .Main {
  width: 53%;
  margin-left: 4px; }

.speakers-corner-content .three-Columns .flexContainer .Footer {
  width: 20%;
  margin-left: 4px; }

.speakers-corner-content .submit-button {
  padding: 10px; }

.speakers-corner-content .submit-button .button {
  float: left;
  margin-left: 10px; }

.speakers-corner-content .submit-button .green-button {
  float: left;
  margin-left: 10px;
  margin-bottom: 4px;
  width: 180px; }
