﻿/*! 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; }

/**
 * 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 */
/* BREAKPOINTS */
/* Fonts from DIA Styleguide */
html:lang(ja), body:lang(ja), .button:lang(ja), .header-main .menu-bar .join-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 .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 .current: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), .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 .button-sm:lang(ja), .mobile-utility .signin-mobile.collapsed .button:lang(ja), .search-bar .search-field: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), .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-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 .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__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-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 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), .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), .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) {
  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), .header-main .menu-bar .join-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 .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 .current: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), .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 .button-sm:lang(zh), .mobile-utility .signin-mobile.collapsed .button:lang(zh), .search-bar .search-field: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), .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-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 .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__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-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 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), .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), .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) {
  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 */
/* 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 (min-width: 768px) {
    .container {
      margin: 0 !important; } }
  @media screen and (max-width: 767px) {
    .container {
      max-width: 100%; }
      .container.mobile-open .container-inner {
        margin-left: 85%; } }

.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 #000000;
  border: 1px solid black;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  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.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; }

.header-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  color: #fff; }
  .header-main .utility-bar {
    background-color: rgba(0, 0, 0, 0.7);
    height: 42px; }
    @media screen and (max-width: 767px) {
      .header-main .utility-bar {
        display: none; } }
  .header-main .menu-bar {
    background-color: rgba(0, 0, 0, 0.6);
    height: 85px;
    border-bottom: 1px solid #000;
    padding: 0;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .header-main .menu-bar {
        height: 62px; } }
    .header-main .menu-bar .wrapper {
      position: relative;
      padding: 18px 0; }
    .header-main .menu-bar .menu-background-wrapper {
      position: absolute;
      top: 0; }
    .header-main .menu-bar .header-logo {
      height: 48px;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .header-main .menu-bar .header-logo {
          height: 28px; } }
    .header-main .menu-bar .join-button {
      font-family: T6, 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
      font-weight: 400;
      font-size: 1.4rem;
      color: #fff;
      background-color: #799d3e;
      text-decoration: none;
      text-transform: uppercase;
      display: inline-block;
      min-width: 133px;
      position: absolute;
      right: 32px;
      top: 22px;
      padding: 11px;
      border: 1px solid #000000;
      border: 1px solid black;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      border: none; }
      .header-main .menu-bar .join-button:hover, .header-main .menu-bar .join-button:active {
        background-color: #8dbd3e; }
      @media screen and (max-width: 767px) {
        .header-main .menu-bar .join-button {
          display: none; } }
  .header-main .menu-bar-flagship {
    background: none;
    background-color: rgba(128, 128, 128, 0.2); }
    .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; }
    .header-main .menu-bar-flagship .flagship-header-button {
      display: inline-block;
      min-width: 133px;
      position: absolute;
      right: 32px;
      top: 22px;
      padding: 11px; }
      @media screen and (max-width: 767px) {
        .header-main .menu-bar-flagship .flagship-header-button {
          display: none; } }
    .header-main .menu-bar-flagship .header-logo {
      border-right: 1px solid white;
      padding-right: 5px;
      display: inline-block; }
    .header-main .menu-bar-flagship .flagship-homemenu {
      display: inline-block;
      margin-top: 0;
      margin-left: 5px;
      color: white;
      text-align: left;
      text-transform: uppercase;
      vertical-align: top; }
      @media screen and (max-width: 767px) {
        .header-main .menu-bar-flagship .flagship-homemenu {
          font-size: 9px;
          margin-top: -2px; } }
    .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; }

.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: #4f545d;
    border-bottom: none; }
  .no-hero .header-main .menu-bar-flagship {
    background-color: rgba(128, 128, 128, 0.2); }

.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; }
  @media screen and (max-width: 1024px) {
    .menu-trigger {
      left: 13px; } }
  @media screen and (max-width: 767px) {
    .menu-trigger {
      width: 62px;
      height: 62px;
      left: 3px;
      font-size: 1.2rem; } }
  .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: 767px) {
      .menu-trigger .hamburger {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -649px -420px;
        width: 31px;
        height: 17px; } }
  @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 {
  display: none;
  background-color: #fff;
  width: 100%;
  text-align: left;
  z-index: 999;
  position: absolute;
  top: 85px;
  left: 0; }
  .main-nav.expanded {
    display: block; }
  @media screen and (max-width: 1024px) {
    .main-nav {
      width: 556px; } }
  @media screen and (max-width: 767px) {
    .main-nav {
      display: block;
      top: 0;
      width: 85%;
      left: -85%; } }
  .main-nav .nav-search-bar {
    background-color: #f3f3f4;
    padding: 16px 30px 0;
    height: 50px; }
    @media screen and (max-width: 767px) {
      .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 (max-width: 1024px) {
      .main-nav .category-list {
        padding: 0 30px 0 21px; } }
    @media screen and (max-width: 767px) {
      .main-nav .category-list {
        padding: 0;
        border-right: 1px solid #9a9a9a; } }
    .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 (max-width: 1024px) {
        .main-nav .category-list .category-title {
          padding-top: 18px; } }
      @media screen and (max-width: 767px) {
        .main-nav .category-list .category-title {
          padding: 10px 35px 10px 20px;
          background-color: #f3f3f4;
          margin-bottom: 0; } }
    .main-nav .category-list .category {
      display: inline-block;
      vertical-align: top;
      margin-left: 12px;
      width: 179px;
      position: relative; }
      @media screen and (max-width: 1024px) {
        .main-nav .category-list .category {
          width: 153px;
          margin-bottom: 10px; } }
      @media screen and (max-width: 767px) {
        .main-nav .category-list .category {
          float: none;
          margin: 0;
          width: 100%; } }
      .main-nav .category-list .category .arrow {
        display: none; }
        @media screen and (max-width: 767px) {
          .main-nav .category-list .category .arrow {
            display: inline-block;
            background-image: url(/_Images/sprites/ui.png);
            background-position: -1135px -8px;
            width: 7px;
            height: 6px;
            position: absolute;
            top: 17px;
            right: 12px; } }
      .main-nav .category-list .category .top-level {
        padding: 0; }
        @media screen and (min-width: 768px) {
          .main-nav .category-list .category .top-level {
            display: block !important;
            /* Making sure the mobile functionality never impacts tablet/desktop */ } }
        @media screen and (max-width: 767px) {
          .main-nav .category-list .category .top-level {
            display: none;
            margin: 17px 0 0;
            padding-left: 30px;
            border-bottom: 1px solid #ccc; } }
        .main-nav .category-list .category .top-level .menu-item {
          margin-bottom: 12px; }
          @media screen and (max-width: 767px) {
            .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; }
            .main-nav .category-list .category .top-level .menu-item a:hover {
              color: #b50a47;
              text-decoration: underline; }
      .main-nav .category-list .category .lower-level {
        padding-left: 13px;
        margin-top: 12px; }
        @media screen and (max-width: 767px) {
          .main-nav .category-list .category .lower-level {
            padding-left: 19px;
            margin-top: 20px; } }
      @media screen and (max-width: 767px) {
        .main-nav .category-list .category.expanded .arrow {
          background-image: url(/_Images/sprites/ui.png);
          background-position: -1128px -14px;
          width: 7px;
          height: 6px; }

        .main-nav .category-list .category.expanded .top-level {
          display: block; }
 }

.utility-nav .utility-list {
  float: right;
  list-style-type: none;
  margin: 0;
  padding-right: 33px; }
  .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; }
    .utility-nav .utility-list .utility-item .utility-link {
      color: #fff;
      text-decoration: none;
      height: 23px;
      border-left: 1px solid #404449;
      display: inline-block;
      padding: 0 10px;
      line-height: 22px; }
      .utility-nav .utility-list .utility-item .utility-link .icon {
        display: inline-block;
        margin-right: 9px;
        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 .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:hover, .utility-nav .utility-list .utility-item.expanded {
      background-color: #fff; }
      .utility-nav .utility-list .utility-item:hover .utility-link, .utility-nav .utility-list .utility-item.expanded .utility-link {
        color: #353535;
        border-color: #fff; }
        .utility-nav .utility-list .utility-item:hover .utility-link .icon, .utility-nav .utility-list .utility-item.expanded .utility-link .icon {
          display: inline-block; }
          .utility-nav .utility-list .utility-item:hover .utility-link .icon.cart, .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:hover .utility-link .icon.globe, .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:hover .utility-link .arrow, .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;
  right: -33px;
  top: 42px;
  background-color: #fff;
  z-index: 999;
  width: 310px; }
  .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; }
  @media screen and (max-width: 767px) {
    .main-nav .mobile-utility {
      display: block;
      background-color: #353535; }
      .main-nav .mobile-utility .utility-header {
        height: 62px;
        padding: 18px 20px 0; }
        .main-nav .mobile-utility .utility-header .logo {
          height: 28px;
          display: inline-block; }
      .main-nav .mobile-utility .utility-list {
        margin: 0;
        list-style-type: none;
        padding: 0;
        background-color: #9a9a9a; }
        .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;
          border-bottom: 1px solid #808080;
          width: 100%;
          display: block;
          padding: 10px 35px 10px 20px;
          margin: 0;
          position: relative; }
          .main-nav .mobile-utility .utility-list .utility-item .category-title .arrow {
            display: inline-block;
            background-image: url(/_Images/sprites/ui.png);
            background-position: -1114px -26px;
            width: 7px;
            height: 6px;
            position: absolute;
            top: 17px;
            right: 12px; }
          .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 {
            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; }
          .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 {
          background-image: url(/_Images/sprites/ui.png);
          background-position: -1121px -20px;
          width: 7px;
          height: 6px;
          position: absolute; } }
.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 .signin-mobile {
  background-color: #799d3e;
  text-align: center;
  position: relative;
  padding: 5px 12px 20px;
  height: 252px;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s; }
  .mobile-utility .signin-mobile .description {
    margin: 0 0 9px;
    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; }
    .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 {
    border: 1px solid #000000;
    border: 1px solid black;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-color: #fff;
    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: 10px;
    min-width: 134px;
    display: inline-block;
    margin-bottom: 18px; }
    .mobile-utility .signin-mobile .button:hover {
      color: #799d3e; }
  .mobile-utility .signin-mobile .button-sm {
    border: 1px solid #000000;
    border: 1px solid black;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    border-color: #fff;
    font-family: T8, 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    padding: 3px;
    min-width: 83px;
    display: inline-block;
    margin-bottom: 3px; }
    .mobile-utility .signin-mobile .button-sm:hover {
      background-color: #fff;
      color: #799d3e; }
  .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;
    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 .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: 50px;
  transition: background-color 0.5s ease; }
  .search-bar .wrapper {
    padding: 16px 30px 0;
    background-color: rgba(255, 255, 255, 0.4);
    height: 100%; }
    @media screen and (max-width: 767px) {
      .search-bar .wrapper {
        padding: 12px 15px 0; } }
  @media screen and (max-width: 767px) {
    .search-bar {
      height: 40px; } }
  .search-bar label {
    display: none; }
  .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: 0; }
    @media screen and (max-width: 767px) {
      .search-bar .search-submit {
        background-image: url(/_Images/sprites/icons.png);
        background-position: -817px -24px;
        width: 14px;
        height: 14px;
        margin-top: 2px; } }
  .search-bar .search-field {
    background-color: transparent;
    font-family: T6, 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff;
    color: #353535;
    width: 90%;
    height: 20px;
    margin-left: 8px;
    background-repeat: no-repeat;
    border: none;
    outline: 0; }
    .search-bar .search-field::-webkit-input-placeholder {
      color: #353535;
      opacity: 1; }
    .search-bar .search-field:-moz-placeholder {
      color: #353535;
      opacity: 1; }
    .search-bar .search-field::-moz-placeholder {
      color: #353535;
      opacity: 1; }
    .search-bar .search-field:-ms-input-placeholder {
      color: #353535;
      opacity: 1; }
    @media screen and (max-width: 767px) {
      .search-bar .search-field {
        font-size: 1.1rem;
        height: 14px;
        width: 75%;
        position: relative;
        top: -2px;
        margin-left: 3px; } }
  .search-bar .search-clear {
    background-image: url(/_Images/sprites/ui.png);
    background-position: -803px -316px;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: none;
    float: right;
    margin-top: 1px;
    display: none; }
  .search-bar.active {
    background-color: rgba(255, 255, 255, 0.8); }
    .search-bar.active .search-submit {
      background-image: url(/_Images/sprites/icons.png);
      background-position: -476px -351px;
      width: 20px;
      height: 20px; }
      @media screen and (max-width: 767px) {
        .search-bar.active .search-submit {
          background-image: url(/_Images/sprites/icons.png);
          background-position: -817px -24px;
          width: 14px;
          height: 14px; } }
    .search-bar.active .search-field {
      color: #353535; }
      .search-bar.active .search-field::-webkit-input-placeholder {
        color: #353535;
        opacity: 1; }
      .search-bar.active .search-field:-moz-placeholder {
        color: #353535;
        opacity: 1; }
      .search-bar.active .search-field::-moz-placeholder {
        color: #353535;
        opacity: 1; }
      .search-bar.active .search-field:-ms-input-placeholder {
        color: #353535;
        opacity: 1; }
    .search-bar.active .search-clear {
      display: inline-block; }

.no-hero .search-bar {
  background-color: #f3f3f4; }
  .no-hero .search-bar .search-field {
    color: #353535; }
    .no-hero .search-bar .search-field::-webkit-input-placeholder {
      color: #353535; }
    .no-hero .search-bar .search-field:-moz-placeholder {
      color: #353535; }
    .no-hero .search-bar .search-field::-moz-placeholder {
      color: #353535; }
    .no-hero .search-bar .search-field:-ms-input-placeholder {
      color: #353535; }
  .no-hero .search-bar .search-submit {
    background-image: url(/_Images/sprites/icons.png);
    background-position: -476px -351px;
    width: 20px;
    height: 20px; }
    @media screen and (max-width: 767px) {
      .no-hero .search-bar .search-submit {
        background-image: url(/_Images/sprites/icons.png);
        background-position: -817px -24px;
        width: 14px;
        height: 14px; } }

.footer-main {
  color: #fff;
  background-color: #4f545d;
  clear: both; }
  .footer-main .wrapper {
    padding: 29px 32px 38px;
    overflow: hidden; }
    @media screen and (max-width: 1024px) {
      .footer-main .wrapper {
        padding: 29px 13px 35px; } }
    @media screen and (max-width: 767px) {
      .footer-main .wrapper {
        padding: 29px 0 0; } }

.footer-content {
  float: left;
  width: 38%;
  padding-right: 70px;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .footer-content {
      width: 45.2%;
      padding-right: 45px; } }
  @media screen and (max-width: 767px) {
    .footer-content {
      float: none;
      width: 100%;
      padding-right: 13px;
      padding-left: 13px;
      margin-bottom: 32px; } }
  .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: left;
  max-width: 62%; }
  @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; }
    .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: 1px #72767d solid; } }
      .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: #4a4f55;
  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 {
    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: 15px 13px 80px; } }
  .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;
      border-left: 1px solid #fff;
      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: 50%;
        margin-top: 20px;
        display: inline-block;
        float: left; } }
    @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: 115px;
      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; }
    @media screen and (max-width: 767px) {
      .event-info .button {
        width: 100%; } }

.hero {
  background-color: #000;
  overflow: hidden;
  clear: both; }
  .hero .cycle-prev {
    left: 0;
    background-image: url(/_Images/sprites/ui.png);
    background-position: -433px -560px;
    width: 35px;
    height: 35px;
    margin-left: 10px; }
  .hero .cycle-next {
    right: 0;
    background-image: url(/_Images/sprites/ui.png);
    background-position: -363px -630px;
    width: 35px;
    height: 35px;
    margin-right: 10px; }
  .hero .cycle-prev, .hero .cycle-next {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 300px;
    z-index: 999; }
    @media screen and (max-width: 767px) {
      .hero .cycle-prev .hero .cycle-next, .hero .cycle-prev .hero .cycle-prev, .hero .cycle-next .hero .cycle-next, .hero .cycle-next .hero .cycle-prev {
        top: 230px; }
 }
  .hero .cycle-slideshow {
    position: relative; }
    @media screen and (max-width: 767px) {
      .hero .cycle-slideshow {
        height: 480px !important;
        /* Overriding Auto-Height from JS */
        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; }
  .hero .cycle-slide, .hero .banner {
    width: 100%;
    height: 100%;
    margin-bottom: -4px;
    background-repeat: no-repeat;
    max-height: 560px;
    min-height: 560px;
    text-align: center;
    overflow: hidden;
    position: relative; }
    .hero .cycle-slide img, .hero .banner img {
      max-width: 100%; }
    @media screen and (max-width: 1024px) {
      .hero .cycle-slide, .hero .banner {
        min-height: 425px; } }
    @media screen and (max-width: 767px) {
      .hero .cycle-slide, .hero .banner {
        height: 480px;
        min-height: 480px;
        max-width: 100%;
        overflow: hidden;
        position: relative; }
        .hero .cycle-slide img, .hero .banner img {
          max-height: 480px;
          max-width: none; } }
  .hero .cycle-slide {
    max-height: 576px; }

.wrapper .hero {
  margin: 10px -35px 30px; }
  @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: 625px;
  max-height: 335px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 14px 19px 75px;
  text-align: left;
  overflow: hidden;
  top: 50%;
  transform: translateY(-25%);
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%); }
  @media screen and (max-width: 1024px) {
    .hero-overlay {
      width: 575px;
      left: 0;
      top: 54%; } }
  @media screen and (max-width: 767px) {
    .hero-overlay {
      width: 282px;
      max-height: 320px;
      top: 45%; } }
  .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;
    margin: 0;
    overflow: hidden;
    max-height: 90px; }
    @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: 1024px) {
      .hero-overlay .headline {
        max-height: 90px; } }
    @media screen and (max-width: 767px) {
      .hero-overlay .headline {
        line-height: 1.333;
        max-height: 94px; } }
  .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;
    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.714em;
        margin: 8px 0 10px; } }
    @media screen and (max-width: 767px) {
      .hero-overlay .description, .hero-overlay .sub-description, .hero-overlay .event-description {
        line-height: 1.571;
        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; }
  .hero-overlay .description {
    max-height: 140px; }
    @media screen and (max-width: 1024px) {
      .hero-overlay .description {
        max-height: 96px; } }
    @media screen and (max-width: 767px) {
      .hero-overlay .description {
        max-height: 130px; } }
  @media screen and (max-width: 1024px) {
    .hero-overlay .sub-description {
      font-size: 1.2rem; } }
  .hero-overlay .button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    padding: 10px 36px; }
    .hero-overlay .button:hover {
      color: rgba(0, 0, 0, 0.6); }
  .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; }

.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 .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 {
          /* margin-bottom: 15px;
				@include rem(font-size,12);
				line-height: 1.692;
				max-height: 41px; */
          display: none; } }
      @media screen and (max-width: 767px) {
        .event-overlay .event-info .event-description {
          display: none; } }
    .event-overlay .event-info .event-details, .event-overlay .event-info .event-registration {
      width: 50%;
      display: inline-block; }
      @media screen and (max-width: 1024px) {
        .event-overlay .event-info .event-details, .event-overlay .event-info .event-registration {
          margin-top: 0; }
          .event-overlay .event-info .event-details dl, .event-overlay .event-info .event-registration dl {
            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; } }
    @media screen and (max-width: 1024px) {
      .event-overlay .event-info .event-details {
        width: 65%; } }
    @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:before {
      background-position: -536px -304px; }
    @media screen and (max-width: 1024px) {
      .event-overlay .event-info .event-details .date {
        width: 45%; } }
    @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:before {
      background-position: -805px -38px; }
    .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 {
        width: 55%; } }
    @media screen and (max-width: 767px) {
      .event-overlay .event-info .event-details .location {
        width: 100%; } }
    .event-overlay .event-info .event-registration {
      width: 40%;
      float: right;
      padding-right: 0; }
      @media screen and (max-width: 1024px) {
        .event-overlay .event-info .event-registration {
          width: 35%; } }
      @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 .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 {
  top: 227px;
  max-height: 275px;
  padding-bottom: 14px; }
  @media screen and (max-width: 1024px) {
    .location-overlay {
      max-height: 250px; } }
  @media screen and (max-width: 767px) {
    .location-overlay {
      max-height: 322px;
      top: 122px; } }
  .location-overlay .headline {
    margin-bottom: 16px; }
    @media screen and (max-width: 1024px) {
      .location-overlay .headline {
        margin-bottom: 9px; } }
  .location-overlay .location-info {
    float: left; }
    @media screen and (max-width: 1024px) {
      .location-overlay .location-info {
        width: 100%; } }
    .location-overlay .location-info .address {
      font-family: T16, 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
      font-weight: 300;
      font-size: 1.8rem;
      color: #fff;
      width: 52%; }
      @media screen and (max-width: 1024px) {
        .location-overlay .location-info .address {
          width: 42%; } }
      @media screen and (max-width: 767px) {
        .location-overlay .location-info .address {
          max-width: none;
          width: auto; } }
    .location-overlay .location-info .location-lists {
      width: 48%;
      padding-left: 65px; }
      @media screen and (max-width: 1024px) {
        .location-overlay .location-info .location-lists {
          max-width: 58%;
          width: 58%;
          padding-left: 15px; }
          .location-overlay .location-info .location-lists ul {
            float: left;
            margin-top: 7px;
            width: 50%;
            padding-right: 15px; }
          .location-overlay .location-info .location-lists .location-links {
            padding-left: 5px; } }
      @media screen and (max-width: 767px) {
        .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; } }

.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: 23%; } }
  .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 (max-width: 1024px) {
      .columns .right-col {
        width: 77%;
        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; }
  @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; }

.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; }
  .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; }
  @media screen and (max-width: 767px) {
    .rtf {
      line-height: 1.714; } }
  .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; }

.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; } }

.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;
      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: 6px; }
  .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-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: 8px; }
    .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;
      width: 95px;
      max-width: 95px; }
      @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: 8px;
      text-align: right; }
      @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;
  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; } }
.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: -40px; }
  .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 {
  border: 1px solid #b50a47;
  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__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; } }

.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: 115px;
    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;
  min-height: 700px;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }
  @media screen and (min-width: 1025px) {
    .article-list {
      width: 25%; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .article-list {
      width: 32%; } }
  .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-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; }
    @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%;
  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;
  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 (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%; } }
  @media screen and (min-width: 768px) {
    .tile.article.wide .tile-inner {
      padding-left: 230px; }
    @media screen 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 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; }

@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 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 .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: 1024px) {
          .locations h2 {
            font-size: 2.4rem;
            line-height: 1.333em; } }
        @media screen 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.6);
  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; }

.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; } }

.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.83203% + 258.95215px); }

  .members-hero__right-column {
    width: calc(87.16797% + -258.95215px); }
 }

@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; }

.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 ul {
    margin: 0 10px; }
  .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%;
  min-height: 118.6px;
  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: 100%; } }
    .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; }
 }

.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; }
  .standard-form .standard-form__textarea {
    width: 100%;
    max-width: 432px;
    height: 140px;
    padding: 5px 10px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    resize: none; }
  .standard-form .standard-form__select {
    width: 100%;
    max-width: 432px;
    height: 40px;
    padding: 5px 10px;
    margin-bottom: 5px;
    border: 1px solid #ddd; }
  .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; } }
      .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 #ddd;
        border-top: none;
        padding: 10px 15px 0; } }
    .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; }
  .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: 39%; } }
    @media screen and (max-width: 970px) {
      .standard-form .standard-form__label + .standard-form__item--checklist .standard-form__label--checkbox {
        width: 38%; } }
    @media screen and (max-width: 767px) {
      .standard-form .standard-form__label + .standard-form__item--checklist .standard-form__label--checkbox {
        width: 83%; } }
  .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; }
  @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; }
    @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%; } }

     .preference-section > .field-item:nth-child(2n){
	margin-right: 2%;
	clear: left;  
  }



@media (min-width: 992px) {
  .preference-section .field-item {
    width: 48%;
    float: left;
  }


.preference-section .field-item{
  padding-bottom: 15px;
}

#preferences:after{
  display: table;
  content: " "; 
  clear: both;
} 
  

.block-title{
 border-top: 1px solid #efefef;
 border-bottom:  1px solid #efefef;
 padding: 10px 0;
}

.grey-out {
  zoom:1;
  filter: alpha(opacity=95);
  opacity:0.35;
}

.error {
 color: #e60000; 
}