article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent;
    outline: none
}

/* Hide browser-injected eye icon on some browsers */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear,
input[type="password"]::-webkit-credentials-auto-fill-button {
    display: none !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-gradient: linear-gradient(135deg, #A62C60 0%, #008CA1 100%);
    --text-primary: #4A4F55;
    --text-secondary: #6b7075;
}

body {
    font-family: 'Inter', sans-serif;
    background: #ffffff;
    color: var(--text-primary);
    line-height: 1.6;
}

.overview-module {
    padding: 3rem 1rem;
    position: relative;
    z-index: 2;
    background-color: #ffffff; /* Default background */
    transition: background-color 0.3s ease;
}

    /* Gray background override based on Sitecore checkbox */
    .overview-module.gray-bg-enabled {
        background-color: #F3F3F3;
    }

.overview-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 3rem;
    align-items: flex-start;
}

.overview-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem) !important;
    font-weight: 700 !important;
    background: var(--primary-gradient) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    margin-bottom: 1rem !important;
}

.overview-left .overview-title {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 700;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.overview-description {
    font-size: 1.05rem;
    color: var(--text-secondary);
    margin-bottom: 2rem;
    max-width: 600px;
}

.overview-stats {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

/*.stat-item {
    text-align: center;
    flex: 1 1 100px;
}*/

.stat-number {
    font-size: 2.3rem;
    font-weight: 800;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
}

.stat-label {
    font-size: 0.85rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.overview-right {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 1rem;
    margin-left: 15px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

@media (max-width: 1024px) {
    .overview-right-image,
    .overview-right-description,
    .overview-right-title {
        justify-content: center !important;
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .overview-right {
        margin-left: 0px;
    }
}

.overview-right:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

.overview-right-title {
    font-size: 17px;
    font-weight: 600;
    /*    margin-bottom: 1.5rem;*/
    color: var(--text-primary);
}

.overview-right-image {
    width: 100%;
    max-width: 200px;
    height: 150px;
    /*    margin: 0 auto 1.2rem;*/
    border-radius: 15px;
    background: var(--primary-gradient);
    /*    display: flex;*/
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #fff;
    transition: 0.3s ease;
}

.overview-right-description {
    font-size: 14px;
    color: var(--text-secondary);
    margin-top: -20px !important;
}

.callout-well__row.stout {
    margin-bottom: 13px !important;
    width: 98.7%;
    margin: 1px;
    margin-top: 3px;
}

a.media-link.right-arrow.rightcol {
    display: block;
    text-align: right;
    margin-top: auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .overview-container {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .overview-left,
    .overview-right {
        text-align: center;
    }

    .overview-description {
        margin-left: auto;
        margin-right: auto;
    }

    .overview-stats {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .overview-module {
        padding: 2rem 1rem;
    }

    .overview-title {
        font-size: 1.8rem;
    }

    .stat-number {
        font-size: 2rem;
    }

    .overview-description,
    .overview-right-description {
        font-size: 0.95rem;
    }

    .overview-right {
        padding: 1.5rem;
    }

    .overview-right-image {
        height: 130px;
        font-size: 2rem;
    }
}

@media (max-width: 375px) {
    .overview-title {
        font-size: 1.6rem;
    }

    .stat-number {
        font-size: 1.8rem;
    }

    .overview-right-image {
        height: 120px;
        font-size: 1.8rem;
    }
}

#interest-areas {
    /*    padding-top: 160px;
    margin-top: -160px;*/
    scroll-margin-top: 160px;
}

#professional-details {
    /*padding-top: 160px;
    margin-top: -160px;*/
    scroll-margin-top: 160px;
}

.edit-profilebtn {
    background-color: teal;
    color: white !important;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    /* align-self: flex-start; */
    margin-top: 10px;
    float: right;
}

@media (max-width: 760px) {
    .edit-profilebtn {
        margin-right: 10px !important;
    }
}

.area-interest {
    margin-left: -15px;
}

.edit-profilebtn:hover {
    background-color: #005f6b;
    text-decoration: none;
}

.order {
    list-style-type: none;
    padding: 0px;
    line-height: 2rem;
    word-wrap: break-word;
    white-space: normal;
    overflow-wrap: anywhere;
}

.order-area {
    padding-left: 18px;
    line-height: 21px;
}

li::marker {
    color: teal;
}

.result-item {
    list-style-type: none;
}


a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

/*Osano CSS*/
.osano-cm-list__list-item:nth-child(5) {
    color: red;
    display: none !important;
}


hr {
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

input#showPasswordCheckbox {
    margin-top: 2px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

.infocus-btn.button {
    color: white;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

h2.card__media {
    margin: 15px 0px 0px 15px !important;
    /* text-align: center; */
    /*line-height: calc(0.625 * 3.2rem);*/
    letter-spacing: -.03em;
    text-transform: capitalize
}

@media (max-width: 1024px) {
    h2.card__media {
        text-align: center;
        margin: 15px 0px 0px 0px !important;
    }
}

@media (min-width: 1440px) {
    h2.card__media {
        /* text-align: center; */
        margin: 15px 0px 0px 15px !important;
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.abstract-content .result-title:lang(ja), .abstract-info .abstract-description:lang(ja), .abstract-info .abstract-details .detail-item-info:lang(ja), .abstract-info .abstract-details .detail-item:lang(ja), .abstract-info .abstract-status .right-arrow:lang(ja), .abstract-info .abstract-status .status-title:lang(ja), .abstract-info .abstract-status .status-type:lang(ja), .accordion .accordion__panel .accordion__panel__title:lang(ja), .accordion .accordion__panel.panel-expanded .accordion__panel__title a:lang(ja), .agenda .accordion .accordion__panel .accordion__panel__title:lang(ja), .article-detail-full .back-link:lang(ja), .article-detail-full .page-title:lang(ja), .article-detail .article-title:lang(ja), .article-detail .next-article .next-title:lang(ja), .article-list .type:lang(ja), .article-listing-page .filter-box .sort-label:lang(ja), .article-sharing .sharing-title:lang(ja), .article-sharing .sharing_url:lang(ja), .become-a-member h4:lang(ja), .boilerplate:lang(ja), .breadcrumb:lang(ja), .button:lang(ja), .callout-title-lg:lang(ja), .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--triple .gray-box .callout-title-sm:lang(ja), .callout-well--triple .gray-box:first-child .callout-title-sm: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.career-callouts .gray-box .callout-title-sm: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), .cart-summary .callout-title-lg:lang(ja), .cart-summary .cart-details .cart-details__item .cart-items__list__sub-items:lang(ja), .cart-summary .cart-details .cart-details__item .cart-items__sub-heading:lang(ja), .cart-summary .cart-details .cart-details__item__title:lang(ja), .cart-summary .cart-summary__heading:lang(ja), .checkbox-list li:lang(ja), .checkout--cart .price-options .group-option-label:lang(ja), .checkout--cart .price-options .quantity-input:lang(ja), .checkout--cart .price-options .quantity-label: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-steps .checkout-steps__bubble .checkout-steps__bubble__label:lang(ja), .checkout-steps .checkout-steps__bubble .checkout-steps__bubble__status:lang(ja), .checkout-summary .checkout-summary__item .checkout-summary__heading:lang(ja), .checkout-summary .checkout-summary__item .checkout-summary__info:lang(ja), .checkout .checkout__form__edit-link:lang(ja), .checkout .checkout__form__required:lang(ja), .checkout .page-title:lang(ja), .checkout .sub-items .sub-items__heading:lang(ja), .checkout .sub-items .sub-items__sub-heading:lang(ja), .checkout .sub-title:lang(ja), .checkout__add-membership .checkout__add-membership__title:lang(ja), .checkout__work-setting .work-setting__instructions:lang(ja), .contact-overlay .contact-info .contact-person .contact-title:lang(ja), .cookie-notification:lang(ja), .credit-table .credit-table__content:lang(ja), .credit-table .credit-table__content td.credit-table__name:lang(ja), .credit-table .credit-table__heading td.credit-table__name:lang(ja), .credit-table .mobile-label:lang(ja), .dashboard-callout .dashboard-callout-img + .rtf:lang(ja), .dashboard .dashboard-title:lang(ja), .event-info .event-registration .prices .member:lang(ja), .event-info .event-registration .prices .special:lang(ja), .event-info .event-registration .prices .total:lang(ja), .event-info .event-registration .prices:lang(ja), .event-info .event-registration .result-subtitle:lang(ja), .exhibit-content .headline:lang(ja), .exhibit-content .result-title:lang(ja), .exhibitor_listing .result-item .result-title:lang(ja), .exhibitor_listing_heading .page-title:lang(ja), .featured-careers .callout-title-sm:lang(ja), .featured-careers .featured-career-listing .featured-career .career-desc:lang(ja), .featured-careers .featured-career-listing .featured-career .career-title:lang(ja), .featured-course .event-details .date:lang(ja), .featured-course .event-details .featured-course-speakers .speaker-profile .speaker-profile__name:lang(ja), .featured-course .event-details .featured-course-speakers .speaker-profile speaker-details__detail:lang(ja), .featured-course .event-details .featured-course-speakers__sub-title:lang(ja), .featured-course .event-overview .event-overview__sub-title:lang(ja), .featured-course .featured-course__label:lang(ja), .featured-course .featured-course__title:lang(ja), .features .feature-title:lang(ja), .features.single-column .feature-title:lang(ja), .filters .column-title:lang(ja), .filters .filter-category:lang(ja), .filters .filter-list .category-header:lang(ja), .filters .filter-list .label .sub-label:lang(ja), .filters .filter-list .label:lang(ja), .filters .filter-list .total:lang(ja), .footer-content .footer-module .footer-description:lang(ja), .footer-content .footer-module .footer-title:lang(ja), .footer-content .signup .button:lang(ja), .footer-content .signup .signup-field:lang(ja), .footer-content .statement:lang(ja), .footer-nav .category-list .category .category-links li:lang(ja), .footer-nav .category-list .category .footer-title:lang(ja), .footer-utility:lang(ja), .gallery .cycle-slide .slide-info .description:lang(ja), .gallery .cycle-slide .slide-info .title:lang(ja), .gallery .gallery-header .subtitle:lang(ja), .gallery .gallery-header .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), .headline-list .headline-list-item .headline-list-item__title:lang(ja), .help-form .help-form__divider:lang(ja), .help-form .help-form__error:lang(ja), .help-form .help-form__label:lang(ja), .help-form .help-form__title:lang(ja), .hero-overlay .categories:lang(ja), .hero-overlay .description:lang(ja), .hero-overlay .event-description:lang(ja), .hero-overlay .headline:lang(ja), .hero-overlay .sub-description:lang(ja), .hot-topics-topic-content-date:lang(ja), .landing-listing .landing-course .landing-course__sub-title:lang(ja), .leadership-bio .bio-job-title:lang(ja), .leadership-bio .bio-name:lang(ja), .listing-detail-alert .listing-detail-alert__info:lang(ja), .listing-detail-alert .listing-detail-alert__item:lang(ja), .listing-detail-alert .listing-detail-alert__title:lang(ja), .listing-detail-alert:lang(ja), .listing-detail .event-info .listing-detail__event-details .date:lang(ja), .listing-detail .event-info .listing-detail__event-details .location:lang(ja), .listing-detail .headline: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__callout .listing-detail__callout__title:lang(ja), .location-info .address:lang(ja), .location-overlay .location-info .address:lang(ja), .locations-hero__content:lang(ja), .locations-hero__content h3:lang(ja), .locations-list .address:lang(ja), .locations-list .location-info__title:lang(ja), .locations h2:lang(ja), .main-nav .category-list .category-title:lang(ja), .main-nav .category-list .category .top-level .menu-item a:lang(ja), .main-nav .close-button:lang(ja), .main-nav .mobile-utility-member .signin-mobile .button:lang(ja), .main-nav .mobile-utility-member .signin-mobile .description.signin:lang(ja), .main-nav .mobile-utility-member .signin-mobile .description:lang(ja), .main-nav .mobile-utility .flagship-header-button.button.blue-button:lang(ja), .main-nav .mobile-utility .utility-list .utility-item .category-title:lang(ja), .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list .dd-item a.selected:lang(ja), .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list .dd-item a:lang(ja), .main-nav .nav-search-bar .search-field:lang(ja), .media-callout .media-title:lang(ja), .member-content .result-title:lang(ja), .members-hero__alert-content:lang(ja), .members-hero__alert-content b:lang(ja), .members-hero__alert-title:lang(ja), .members-hero__membership:lang(ja), .members-hero__name:lang(ja), .members-hero__profile-status:lang(ja), .membership-info .membership-details .result-subtitle:lang(ja), .membership-info .membership-registration .prices .member:lang(ja), .membership-info .membership-registration .prices .special:lang(ja), .membership-info .membership-registration .prices .total:lang(ja), .membership-info .membership-registration .prices:lang(ja), .membership-info .membership-registration .result-subtitle:lang(ja), .membership-info .page-title:lang(ja), .menu-trigger:lang(ja), .mobile-utility .signin-mobile .button:lang(ja), .mobile-utility .signin-mobile.collapsed .button:lang(ja), .mobile-utility .signin-mobile .description.signin:lang(ja), .mobile-utility .signin-mobile .description:lang(ja), .need-help .page-title:lang(ja), .page-content .page-sub-title:lang(ja), .page-content .page-title:lang(ja), .page-count:lang(ja), .page-links .page-link-list .page-link .page-link-description:lang(ja), .page-links .page-link-list .page-link .page-link-title a:lang(ja), .pagination:lang(ja), .people .people-title:lang(ja), .people .person .job-title:lang(ja), .people .person .name:lang(ja), .poster-info .poster-registration .prices .member:lang(ja), .poster-info .poster-registration .prices .special:lang(ja), .poster-info .poster-registration .prices .total:lang(ja), .poster-info .poster-registration .prices:lang(ja), .poster-info .poster-registration .result-subtitle:lang(ja), .presentation-info .presentation-time:lang(ja), .presentation-info:lang(ja), .presentation-list .presentation-item__title:lang(ja), .press-list .press-month:lang(ja), .prices .member:lang(ja), .prices .special:lang(ja), .prices .total:lang(ja), .prices: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), .publishing-info .article-author:lang(ja), .publishing-info .article-location:lang(ja), .publishing-info .article-time:lang(ja), .registration-callout .callout-title-sm:lang(ja), .registration-callout .registration-callout__intro:lang(ja), .registration-callout .registration-callout__label:lang(ja), .registration .page-title:lang(ja), .registration .registration__required:lang(ja), .result-item .author:lang(ja), .result-item .event-description:lang(ja), .result-item .release-date:lang(ja), .result-item .result-description:lang(ja), .result-item .result-title:lang(ja), .result-item .series-note:lang(ja), .result-item .type:lang(ja), .rtf:lang(ja), .search-box .result-summary:lang(ja), .search-box .search-field .search-submit:lang(ja), .search-box .search-field .search:lang(ja), .search-results.listing-page.search-related .listing-heading:lang(ja), .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .date:lang(ja), .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .location:lang(ja), .search-results.listing-page.search-related .results-list.course-catalog .result-title:lang(ja), .search-results .page-title:lang(ja), .section-nav-trigger:lang(ja), .section-nav-with-icons .top-level .section-item a.top-level-item:lang(ja), .section-nav .breadcrumb:lang(ja), .section-nav .breadcrumb:lang(ja):hover, .sort-dropdown .dropcontainer .dropdownvisible li a:lang(ja), .sort-dropdown .sort-trigger:lang(ja), .speakers .speaker-profile .speaker-details .speaker-details__detail:lang(ja), .speakers .speaker-profile .speaker-profile__name:lang(ja), .standard-form .standard-form__note:lang(ja), .standard-form .standard-form__steps:lang(ja), .standard-form .standard-form__sub-title:lang(ja), .static-tabs .tab-list .static-tab.ui-state-active a:lang(ja), .static-tabs .tab-list .static-tab a:lang(ja), .static-tabs .tab-list .tab.ui-state-active a:lang(ja), .static-tabs .tab-list .tab a:lang(ja), .tabs .tab-list .static-tab.ui-state-active a:lang(ja), .tabs .tab-list .static-tab a:lang(ja), .tabs .tab-list .tab.ui-state-active a:lang(ja), .tabs .tab-list .tab a:lang(ja), .tags:lang(ja), .tags a:lang(ja), .tile .article-title:lang(ja), .tile .author:lang(ja), .tile .dates:lang(ja), .tile .description:lang(ja), .tile .event-footer .banner:lang(ja), .tile .event-footer .cta:lang(ja), .tile .event-title:lang(ja), .tile .location:lang(ja), .tooltip .tooltip__content:lang(ja), .tooltip .tooltip__title:lang(ja), .topic-certificate-rogram .topic-certificate-rogram__title:lang(ja), .topic-courses .courses-list .courses-list__item .courses-item__title:lang(ja), .topic-courses .topic-courses__title:lang(ja), .topic-landing-page-overlay .description:lang(ja), .topic-landing-page-overlay .headline.heading-large:lang(ja), .topic-landing-page-overlay .headline.heading-small:lang(ja), .topic-results h4:lang(ja), .training-list .training-item .training-item__title:lang(ja), .transcript-list .credit-list:lang(ja), .transcript-list .event-info .result-subtitle:lang(ja), .transcript-list .result-title:lang(ja), .utility-nav .top-level-sign-in:lang(ja), .utility-nav .top-level .current:lang(ja), .utility-nav .top-level .dd-list .dd-item a.selected:lang(ja), .utility-nav .top-level .dd-list .dd-item a:lang(ja), .utility-nav .utility-list .utility-item:lang(ja), .year-title:lang(ja), body:lang(ja), html:lang(ja), html body .scfDroplistGeneralPanel:lang(ja), html body .scfDropListGeneralPanel:lang(ja), html body .scfForm input:lang(ja)[type=email], html body .scfForm input:lang(ja)[type=text], html body .scfForm label:lang(ja), html body .scfForm textarea:lang(ja), html body .scfSubmitButtonBorder .scfSubmitButton:lang(ja), html body .scfTitleBorder:lang(ja), html body .scfTitleBorder:lang(ja):before, html body .scfValidationSummary:lang(ja), html body .scfValidator:lang(ja) {
    font-family: â€œãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3â€,â€œHiragino Kaku Gothic Proâ€,Osaka,â€œãƒ¡ã‚¤ãƒªã‚ªâ€,Meiryo,â€œï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯â€,â€œMS PGothicâ€,Gotham SSm A,Gotham SSm B,Arial,sans-serif
}

.abstract-content .result-title:lang(zh), .abstract-info .abstract-description:lang(zh), .abstract-info .abstract-details .detail-item-info:lang(zh), .abstract-info .abstract-details .detail-item:lang(zh), .abstract-info .abstract-status .right-arrow:lang(zh), .abstract-info .abstract-status .status-title:lang(zh), .abstract-info .abstract-status .status-type:lang(zh), .accordion .accordion__panel .accordion__panel__title:lang(zh), .accordion .accordion__panel.panel-expanded .accordion__panel__title a:lang(zh), .agenda .accordion .accordion__panel .accordion__panel__title:lang(zh), .article-detail-full .back-link:lang(zh), .article-detail-full .page-title:lang(zh), .article-detail .article-title:lang(zh), .article-detail .next-article .next-title:lang(zh), .article-list .type:lang(zh), .article-listing-page .filter-box .sort-label:lang(zh), .article-sharing .sharing-title:lang(zh), .article-sharing .sharing_url:lang(zh), .become-a-member h4:lang(zh), .boilerplate:lang(zh), .breadcrumb:lang(zh), .button:lang(zh), .callout-title-lg:lang(zh), .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--triple .gray-box .callout-title-sm:lang(zh), .callout-well--triple .gray-box:first-child .callout-title-sm: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.career-callouts .gray-box .callout-title-sm: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), .cart-summary .callout-title-lg:lang(zh), .cart-summary .cart-details .cart-details__item .cart-items__list__sub-items:lang(zh), .cart-summary .cart-details .cart-details__item .cart-items__sub-heading:lang(zh), .cart-summary .cart-details .cart-details__item__title:lang(zh), .cart-summary .cart-summary__heading:lang(zh), .checkbox-list li:lang(zh), .checkout--cart .price-options .group-option-label:lang(zh), .checkout--cart .price-options .quantity-input:lang(zh), .checkout--cart .price-options .quantity-label: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-steps .checkout-steps__bubble .checkout-steps__bubble__label:lang(zh), .checkout-steps .checkout-steps__bubble .checkout-steps__bubble__status:lang(zh), .checkout-summary .checkout-summary__item .checkout-summary__heading:lang(zh), .checkout-summary .checkout-summary__item .checkout-summary__info:lang(zh), .checkout .checkout__form__edit-link:lang(zh), .checkout .checkout__form__required:lang(zh), .checkout .page-title:lang(zh), .checkout .sub-items .sub-items__heading:lang(zh), .checkout .sub-items .sub-items__sub-heading:lang(zh), .checkout .sub-title:lang(zh), .checkout__add-membership .checkout__add-membership__title:lang(zh), .checkout__work-setting .work-setting__instructions:lang(zh), .contact-overlay .contact-info .contact-person .contact-title:lang(zh), .cookie-notification:lang(zh), .credit-table .credit-table__content:lang(zh), .credit-table .credit-table__content td.credit-table__name:lang(zh), .credit-table .credit-table__heading td.credit-table__name:lang(zh), .credit-table .mobile-label:lang(zh), .dashboard-callout .dashboard-callout-img + .rtf:lang(zh), .dashboard .dashboard-title:lang(zh), .event-info .event-registration .prices .member:lang(zh), .event-info .event-registration .prices .special:lang(zh), .event-info .event-registration .prices .total:lang(zh), .event-info .event-registration .prices:lang(zh), .event-info .event-registration .result-subtitle:lang(zh), .exhibit-content .headline:lang(zh), .exhibit-content .result-title:lang(zh), .exhibitor_listing .result-item .result-title:lang(zh), .exhibitor_listing_heading .page-title:lang(zh), .featured-careers .callout-title-sm:lang(zh), .featured-careers .featured-career-listing .featured-career .career-desc:lang(zh), .featured-careers .featured-career-listing .featured-career .career-title:lang(zh), .featured-course .event-details .date:lang(zh), .featured-course .event-details .featured-course-speakers .speaker-profile .speaker-profile__name:lang(zh), .featured-course .event-details .featured-course-speakers .speaker-profile speaker-details__detail:lang(zh), .featured-course .event-details .featured-course-speakers__sub-title:lang(zh), .featured-course .event-overview .event-overview__sub-title:lang(zh), .featured-course .featured-course__label:lang(zh), .featured-course .featured-course__title:lang(zh), .features .feature-title:lang(zh), .features.single-column .feature-title:lang(zh), .filters .column-title:lang(zh), .filters .filter-category:lang(zh), .filters .filter-list .category-header:lang(zh), .filters .filter-list .label .sub-label:lang(zh), .filters .filter-list .label:lang(zh), .filters .filter-list .total:lang(zh), .footer-content .footer-module .footer-description:lang(zh), .footer-content .footer-module .footer-title:lang(zh), .footer-content .signup .button:lang(zh), .footer-content .signup .signup-field:lang(zh), .footer-content .statement:lang(zh), .footer-nav .category-list .category .category-links li:lang(zh), .footer-nav .category-list .category .footer-title:lang(zh), .footer-utility:lang(zh), .gallery .cycle-slide .slide-info .description:lang(zh), .gallery .cycle-slide .slide-info .title:lang(zh), .gallery .gallery-header .subtitle:lang(zh), .gallery .gallery-header .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), .headline-list .headline-list-item .headline-list-item__title:lang(zh), .help-form .help-form__divider:lang(zh), .help-form .help-form__error:lang(zh), .help-form .help-form__label:lang(zh), .help-form .help-form__title:lang(zh), .hero-overlay .categories:lang(zh), .hero-overlay .description:lang(zh), .hero-overlay .event-description:lang(zh), .hero-overlay .headline:lang(zh), .hero-overlay .sub-description:lang(zh), .hot-topics-topic-content-date:lang(zh), .landing-listing .landing-course .landing-course__sub-title:lang(zh), .leadership-bio .bio-job-title:lang(zh), .leadership-bio .bio-name:lang(zh), .listing-detail-alert .listing-detail-alert__info:lang(zh), .listing-detail-alert .listing-detail-alert__item:lang(zh), .listing-detail-alert .listing-detail-alert__title:lang(zh), .listing-detail-alert:lang(zh), .listing-detail .event-info .listing-detail__event-details .date:lang(zh), .listing-detail .event-info .listing-detail__event-details .location:lang(zh), .listing-detail .headline: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__callout .listing-detail__callout__title:lang(zh), .location-info .address:lang(zh), .location-overlay .location-info .address:lang(zh), .locations-hero__content:lang(zh), .locations-hero__content h3:lang(zh), .locations-list .address:lang(zh), .locations-list .location-info__title:lang(zh), .locations h2:lang(zh), .main-nav .category-list .category-title:lang(zh), .main-nav .category-list .category .top-level .menu-item a:lang(zh), .main-nav .close-button:lang(zh), .main-nav .mobile-utility-member .signin-mobile .button:lang(zh), .main-nav .mobile-utility-member .signin-mobile .description.signin:lang(zh), .main-nav .mobile-utility-member .signin-mobile .description:lang(zh), .main-nav .mobile-utility .flagship-header-button.button.blue-button:lang(zh), .main-nav .mobile-utility .utility-list .utility-item .category-title:lang(zh), .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list .dd-item a.selected:lang(zh), .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list .dd-item a:lang(zh), .main-nav .nav-search-bar .search-field:lang(zh), .media-callout .media-title:lang(zh), .member-content .result-title:lang(zh), .members-hero__alert-content:lang(zh), .members-hero__alert-content b:lang(zh), .members-hero__alert-title:lang(zh), .members-hero__membership:lang(zh), .members-hero__name:lang(zh), .members-hero__profile-status:lang(zh), .membership-info .membership-details .result-subtitle:lang(zh), .membership-info .membership-registration .prices .member:lang(zh), .membership-info .membership-registration .prices .special:lang(zh), .membership-info .membership-registration .prices .total:lang(zh), .membership-info .membership-registration .prices:lang(zh), .membership-info .membership-registration .result-subtitle:lang(zh), .membership-info .page-title:lang(zh), .menu-trigger:lang(zh), .mobile-utility .signin-mobile .button:lang(zh), .mobile-utility .signin-mobile.collapsed .button:lang(zh), .mobile-utility .signin-mobile .description.signin:lang(zh), .mobile-utility .signin-mobile .description:lang(zh), .need-help .page-title:lang(zh), .page-content .page-sub-title:lang(zh), .page-content .page-title:lang(zh), .page-count:lang(zh), .page-links .page-link-list .page-link .page-link-description:lang(zh), .page-links .page-link-list .page-link .page-link-title a:lang(zh), .pagination:lang(zh), .people .people-title:lang(zh), .people .person .job-title:lang(zh), .people .person .name:lang(zh), .poster-info .poster-registration .prices .member:lang(zh), .poster-info .poster-registration .prices .special:lang(zh), .poster-info .poster-registration .prices .total:lang(zh), .poster-info .poster-registration .prices:lang(zh), .poster-info .poster-registration .result-subtitle:lang(zh), .presentation-info .presentation-time:lang(zh), .presentation-info:lang(zh), .presentation-list .presentation-item__title:lang(zh), .press-list .press-month:lang(zh), .prices .member:lang(zh), .prices .special:lang(zh), .prices .total:lang(zh), .prices: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), .publishing-info .article-author:lang(zh), .publishing-info .article-location:lang(zh), .publishing-info .article-time:lang(zh), .registration-callout .callout-title-sm:lang(zh), .registration-callout .registration-callout__intro:lang(zh), .registration-callout .registration-callout__label:lang(zh), .registration .page-title:lang(zh), .registration .registration__required:lang(zh), .result-item .author:lang(zh), .result-item .event-description:lang(zh), .result-item .release-date:lang(zh), .result-item .result-description:lang(zh), .result-item .result-title:lang(zh), .result-item .series-note:lang(zh), .result-item .type:lang(zh), .rtf:lang(zh), .search-box .result-summary:lang(zh), .search-box .search-field .search-submit:lang(zh), .search-box .search-field .search:lang(zh), .search-results.listing-page.search-related .listing-heading:lang(zh), .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .date:lang(zh), .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .location:lang(zh), .search-results.listing-page.search-related .results-list.course-catalog .result-title:lang(zh), .search-results .page-title:lang(zh), .section-nav-trigger:lang(zh), .section-nav-with-icons .top-level .section-item a.top-level-item:lang(zh), .section-nav .breadcrumb:lang(zh), .section-nav .breadcrumb:lang(zh):hover, .sort-dropdown .dropcontainer .dropdownvisible li a:lang(zh), .sort-dropdown .sort-trigger:lang(zh), .speakers .speaker-profile .speaker-details .speaker-details__detail:lang(zh), .speakers .speaker-profile .speaker-profile__name:lang(zh), .standard-form .standard-form__note:lang(zh), .standard-form .standard-form__steps:lang(zh), .standard-form .standard-form__sub-title:lang(zh), .static-tabs .tab-list .static-tab.ui-state-active a:lang(zh), .static-tabs .tab-list .static-tab a:lang(zh), .static-tabs .tab-list .tab.ui-state-active a:lang(zh), .static-tabs .tab-list .tab a:lang(zh), .tabs .tab-list .static-tab.ui-state-active a:lang(zh), .tabs .tab-list .static-tab a:lang(zh), .tabs .tab-list .tab.ui-state-active a:lang(zh), .tabs .tab-list .tab a:lang(zh), .tags:lang(zh), .tags a:lang(zh), .tile .article-title:lang(zh), .tile .author:lang(zh), .tile .dates:lang(zh), .tile .description:lang(zh), .tile .event-footer .banner:lang(zh), .tile .event-footer .cta:lang(zh), .tile .event-title:lang(zh), .tile .location:lang(zh), .tooltip .tooltip__content:lang(zh), .tooltip .tooltip__title:lang(zh), .topic-certificate-rogram .topic-certificate-rogram__title:lang(zh), .topic-courses .courses-list .courses-list__item .courses-item__title:lang(zh), .topic-courses .topic-courses__title:lang(zh), .topic-landing-page-overlay .description:lang(zh), .topic-landing-page-overlay .headline.heading-large:lang(zh), .topic-landing-page-overlay .headline.heading-small:lang(zh), .topic-results h4:lang(zh), .training-list .training-item .training-item__title:lang(zh), .transcript-list .credit-list:lang(zh), .transcript-list .event-info .result-subtitle:lang(zh), .transcript-list .result-title:lang(zh), .utility-nav .top-level-sign-in:lang(zh), .utility-nav .top-level .current:lang(zh), .utility-nav .top-level .dd-list .dd-item a.selected:lang(zh), .utility-nav .top-level .dd-list .dd-item a:lang(zh), .utility-nav .utility-list .utility-item:lang(zh), .year-title:lang(zh), body:lang(zh), html:lang(zh), html body .scfDroplistGeneralPanel:lang(zh), html body .scfDropListGeneralPanel:lang(zh), html body .scfForm input:lang(zh)[type=email], html body .scfForm input:lang(zh)[type=text], html body .scfForm label:lang(zh), html body .scfForm textarea:lang(zh), html body .scfSubmitButtonBorder .scfSubmitButton:lang(zh), html body .scfTitleBorder:lang(zh), html body .scfTitleBorder:lang(zh):before, html body .scfValidationSummary:lang(zh), html body .scfValidator:lang(zh) {
    font-family: HYZhongHeiJ,Gotham SSm A,Gotham SSm B,Arial,sans-serif
}

html {
    /* font-size: 62.5% */
}

body {
    font-family: Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.4rem);
    color: #353535
}

@media screen and (max-width: 767px) {
    body {
        overflow-x: hidden;
        max-width: 100%
    }
}

*, :after, :before {
    box-sizing: border-box
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

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;
    transition: margin .5s
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: 100%
    }

        .container.mobile-open .container-inner {
            margin-left: 100%
        }
}

.container-inner {
    transition: margin .5s;
    width: 100%;
    min-height: 100vh;
    position: relative
}

.gray-band {
    background-color: #efefef
}

.wrapper {
    max-width: 1030px;
    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=password], input[type=search], input[type=text] {
    outline: none
}

.sticky-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
}

.content-padding {
    padding-top: 60px;
}

.button {
    border: 1px solid #fff;
    height: 40px;
    background-color: transparent;
    font-family: T6,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 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
}

@media (max-width: 767px) {
    .button {
        min-width: 2px;
    }
}

@media (max-width: 320px) {
    .button {
        padding: 14px 20px !important;
    }
}

.conference-button {
    display: inline-flex;
    margin-top: 32px;
    align-items: center;
    justify-content: center;
    background-color: #007b8f;
    color: white !important;
    padding: 10px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
    gap: 8px;
}

    .conference-button .arrow-icon {
        width: 16px;
        height: 16px;
        display: inline-block;
    }

@media (max-width: 1024px) {
    .conference-button {
        font-size: 12px;
        padding: 8px 12px;
        margin-top: 0;
    }

        .conference-button .arrow-icon {
            width: 14px;
            height: 14px;
        }
}

.button:active, .button:hover {
    background-color: #fff;
    color: #353535;
    text-decoration: none
}

.button.blue-button {
    min-width: 180px;
    background-color: #008ca1;
    border: none
}

    .button.blue-button:active, .button.blue-button:hover {
        background-color: #40a9b9;
        color: #fff
    }

.button.inverted-blue-button {
    font-weight: 500 !important;
    border-radius: .5rem !important;
    border-width: 1px !important;
    background-color: #008ca1;
    color: white;
    height: 3.5rem !important;
    padding: 1rem 0.75rem !important;
    text-transform: none;
    font-size: 0.875rem !important;
}

@media (min-width: 1024px) {
    .button.inverted-blue-button {
        font-size: 1.125rem !important;
    }
}

.button.inverted-blue-button:active, .button.inverted-blue-button:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 84 97 / var(--tw-bg-opacity)) !important
}

.button.green-button {
    background-color: #799d3e;
    border: none;
    color: white;
}

    .button.green-button:active, .button.green-button:hover {
        background-color: #8dbd3e;
        color: #fff
    }

.button.disabled {
    cursor: default
}

    .button.disabled, .button.disabled:active, .button.disabled:hover {
        background-color: #d4d4d4
    }

@media screen and (max-width: 1024px) {
    .mobile-open .utility-bar {
        width: 100%;
        position: absolute;
        left: -100%
    }
}

@media screen and (max-width: 1024px) {
    .mobile-open .header-logo {
        margin-top: 15px !important;
        margin-left: 20px !important;
        height: 39px !important;
        position: static !important;
        float: left !important;
        padding: 0 !important
    }
}

.mobile-open .mobile-utility .flagship-homemenu {
    margin-top: 15px !important
}

.header-main {
    width: 100%;
    z-index: 999;
    position: relative;
    /*color: #fff;*/
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.75)
}

    .header-main .utility-bar {
        background-color: #4a4f55;
        height: 56px
    }

    .header-main .menu-bar {
        background-color: #fff;
        height: 85px;
        padding: 0;
        text-align: center
    }

@media screen and (min-width: 1025px) {
    .header-main .menu-bar {
        font-weight: 700;
        color: #000;
        height: 91px
    }
}

@media screen and (max-width: 1024px) {
    .header-main .menu-bar {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .header-main .menu-bar {
        height: 71px
    }
}

.header-main .menu-bar .wrapper {
    position: relative;
    padding: 15px 0
}

@media screen and (min-width: 1025px) {
    .header-main .menu-bar .wrapper {
        padding: 0;
        max-width: none
    }

        .header-main .menu-bar .wrapper:after, .header-main .menu-bar .wrapper:before {
            content: " ";
            display: table
        }

        .header-main .menu-bar .wrapper:after {
            clear: both
        }
}

@media screen and (min-width: 1025px) {
    .header-main .menu-bar .wrapper .menu-trigger {
        display: none
    }
}

.header-main .menu-bar .menu-background-wrapper {
    position: absolute;
    top: 0
}

.header-main .menu-bar .header-logo {
    height: auto;
    display: inline-block;
    position: static;
    float: left;
    padding: 20px 0 0 30px
}

@media screen and (max-width: 1024px) {
    .header-main .menu-bar .header-logo {
        left: 50%;
        margin-left: -31px;
        top: 17px;
        position: absolute;
        float: none;
        padding: 0
    }
}

@media screen and (max-width: 767px) {
    .header-main .menu-bar .header-logo {
        margin-left: 20px !important;
        height: 39px;
        position: static;
        float: left;
        padding: 0
    }
}

.header-main .menu-bar .join-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 85px;
    background-color: #a62b60;
    color: #fff;
    padding: 35px;
    text-decoration: none;
    font-weight: 400
}

@media screen and (min-width: 1025px) {
    .header-main .menu-bar .join-button {
        height: 91px;
        background-color: #a62b60;
        color: #fff;
        padding: 35px;
        text-decoration: none;
        font-weight: 400;
        float: right;
        position: static
    }
}

@media screen and (max-width: 767px) {
    .header-main .menu-bar .join-button {
        display: none
    }
}

.header-main .menu-bar-flagship .menu-trigger:focus {
    outline: none
}

.header-main .menu-bar-flagship .banner-flagship {
    content: "";
    background: url(/~/media/Americas/Images/Conferences/2016/16001/flagship-banner-1024-64.ashx);
    opacity: .3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    margin: 0 auto;
    height: 85px;
    max-width: 1024px
}

@media screen and (max-width: 1024px) {
    .header-main .menu-bar-flagship .header-logo {
        margin-left: -110px
    }
}

@media screen and (max-width: 767px) {
    .header-main .menu-bar-flagship .header-logo {
        margin: 0
    }
}

.header-main .menu-bar-flagship .header-logo img {
    border-right: 1px solid #353535;
    padding-right: 5px
}

.header-main .menu-bar-flagship .flagship-homemenu {
    display: inline-block;
    margin-top: 0;
    color: #353535;
    text-align: left;
    text-transform: uppercase;
    vertical-align: top;
    position: static;
    float: left;
    padding: 20px 5px
}

@media screen and (max-width: 1024px) {
    .header-main .menu-bar-flagship .flagship-homemenu {
        padding: 0 5px;
        position: absolute
    }
}

@media screen and (max-width: 767px) {
    .header-main .menu-bar-flagship .flagship-homemenu {
        font-size: 9px;
        padding: 3px 5px;
        position: static;
        float: left
    }
}

.header-main .menu-bar-flagship .menu-background-wrapper {
    width: 1024px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: hsla(0,0%,50.2%,.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,.6);
    z-index: -1
}

.header-main .menu-bar-flagship .menu-bar-right .flagship-header-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 85px;
    background-color: #a62b60;
    color: #fff;
    padding: 35px;
    text-decoration: none;
    font-weight: 400
}

@media screen and (min-width: 1025px) {
    .header-main .menu-bar-flagship .menu-bar-right .flagship-header-button {
        height: 91px;
        background-color: #a62b60;
        color: #fff;
        padding: 35px;
        text-decoration: none;
        font-weight: 400;
        float: right;
        position: static
    }
}

@media screen and (max-width: 767px) {
    .header-main .menu-bar-flagship .menu-bar-right .flagship-header-button {
        display: none
    }
}

.no-hero .header-main {
    position: relative;
    top: auto;
    left: auto
}

    .no-hero .header-main .utility-bar {
        background-color: #4a4f55
    }

    .no-hero .header-main .menu-bar {
        background-color: #fff;
        border-bottom: none
    }

.menu-trigger {
    position: absolute;
    top: 0;
    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: calc(.625 * 1.4rem);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 6px 6px;
    color: #818181
}

@media screen and (max-width: 1024px) {
    .menu-trigger {
        left: 13px
    }
}

@media screen and (max-width: 767px) {
    .menu-trigger {
        width: 40px;
        height: 65px;
        left: auto;
        right: 20px;
        padding: 0;
        font-size: calc(.625 * 1rem )
    }
}

.menu-trigger .hamburger {
    display: block;
    margin: 0 auto 4px;
    background-image: url(/_Images/sprites/ui.png);
    background-position: -536px -473px;
    width: 41px;
    height: 19px
}

@media screen and (max-width: 1024px) {
    .menu-trigger .hamburger {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -649px -420px;
        width: 31px;
        height: 17px
    }
}

.menu-trigger .icon-menu {
    font-size: 35px;
    display: block
}

@media screen and (min-width: 768px) {
    .menu-trigger.expanded, .menu-trigger:hover {
        background-color: #fff;
        color: #353535
    }

        .menu-trigger.expanded .hamburger, .menu-trigger:hover .hamburger {
            background-image: url(/_Images/sprites/ui.png);
            background-position: -577px -454px;
            width: 41px;
            height: 19px
        }
}

.main-nav {
    background-color: #fff;
    width: 100%;
    text-align: left;
    z-index: 999;
    position: absolute;
    top: 86px;
    left: 0;
    display: none
}

    .main-nav.expanded {
        display: block
    }

@media screen and (min-width: 1025px) {
    .main-nav {
        width: auto;
        position: static;
        z-index: auto;
        display: block;
        float: right;
        padding-top: 27px;
        padding-right: 20px
    }
}

@media screen and (max-width: 1024px) {
    .main-nav {
        display: block;
        top: 42px;
        width: 100%;
        left: -100%
    }
}

.main-nav .nav-search-bar {
    background-color: #f3f3f4;
    padding: 16px 30px 0;
    height: 50px
}

@media screen and (max-width: 1024px) {
    .main-nav .nav-search-bar {
        display: none
    }
}

.main-nav .nav-search-bar label {
    display: none
}

a:focus:not(:focus-visible) {
    outline: 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: calc(.625 * 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, .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: calc(.625 * 1.4rem);
    color: #353535;
    background-color: transparent;
    text-transform: uppercase;
    padding-left: 26px;
    width: auto;
    border: none;
    margin-top: 1px;
    position: absolute;
    top: 16px;
    right: 25px
}

.main-nav .category-list {
    margin: 0;
    padding: 28px 30px 20px 21px;
    overflow: hidden
}

@media screen and (min-width: 1025px) {
    .main-nav .category-list {
        margin: 0;
        padding: 0
    }

        .main-nav .category-list > li {
            display: inline-block;
            margin-right: 30px;
            padding: 3px
        }
}

@media screen and (min-width: 1025px) and (max-width:1178px) {
    .main-nav .category-list > li {
        margin-right: 15px
    }
}

@media screen and (min-width: 1025px) and (max-width:1105px) {
    .main-nav .category-list > li {
        margin-right: 0
    }
}

@media screen and (min-width: 1025px) {
    .main-nav .category-list .category:hover .category-title {
        border-bottom: 5px solid #a72c61
    }

    .main-nav .category-list .category:hover .top-level {
        display: block;
        left: auto;
        margin-top: 0
    }
}

@media screen and (max-width: 1024px) {
    .main-nav .category-list {
        padding: 0 30px 0 21px;
        box-shadow: 0 2px 3px 0 rgba(0,0,0,.75);
        padding: 0 15px;
        box-shadow: none
    }
}

.main-nav .category-list .category-title {
    font-family: T7,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.4rem);
    color: #353535;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding-bottom: 4px;
    margin-bottom: 7px
}

@media screen and (min-width: 1025px) {
    .main-nav .category-list .category-title {
        position: relative;
        cursor: pointer;
        padding: 7px;
        line-height: normal !important;
        border-bottom: none;
        font-weight: 700;
        margin-bottom: 0
    }
}

@media screen and (max-width: 1024px) {
    .main-nav .category-list .category-title {
        padding: 10px 0;
        font-weight: 700;
        background-color: #fff;
        margin-bottom: 0
    }
}

.main-nav .category-list .category-title a.category-title-item {
    color: inherit;
    text-decoration: none
}

    .main-nav .category-list .category-title a.category-title-item:hover {
        color: #b50a47;
        text-decoration: underline
    }

.main-nav .category-list .category {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    width: 179px;
    position: relative
}

@media screen and (min-width: 1025px) {
    .main-nav .category-list .category {
        margin-left: 0;
        width: auto;
        position: static
    }
}

@media screen and (max-width: 1024px) {
    .main-nav .category-list .category {
        float: none;
        margin: 0;
        width: 100%
    }
}

.main-nav .category-list .category .arrow {
    display: none
}

@media screen and (max-width: 1024px) {
    .main-nav .category-list .category .arrow {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #ccc;
        display: block;
        position: absolute;
        top: 17px;
        right: 12px
    }
}

.main-nav .category-list .category .top-level {
    padding: 0
}

@media screen and (min-width: 1025px) {
    .main-nav .category-list .category .top-level {
        display: none;
        position: absolute;
        left: 0;
        margin-top: 13px;
        background-color: #fff;
        z-index: 999;
        padding: 10px;
        min-width: 170px;
        list-style: none;
        box-shadow: 2px 3px 7px 0 #000;
        color: #a72c61
    }

        .main-nav .category-list .category .top-level > li {
            padding: 7px 0;
            margin-bottom: 0 !important
        }

        .main-nav .category-list .category .top-level .lower-level {
            min-width: 200px;
            list-style: none
        }

            .main-nav .category-list .category .top-level .lower-level .menu-item {
                margin: 0 !important
            }

            .main-nav .category-list .category .top-level .lower-level > li {
                padding: 5px 0
            }
}

@media screen and (max-width: 1024px) {
    .main-nav .category-list .category .top-level {
        display: none;
        margin: 17px 0 0;
        border-bottom: 1px solid #ccc
    }
}

.main-nav .category-list .category .top-level .menu-item {
    margin-bottom: 12px
}

@media screen and (max-width: 1024px) {
    .main-nav .category-list .category .top-level .menu-item {
        margin-bottom: 18px
    }
}

.main-nav .category-list .category .top-level .menu-item a {
    font-family: T13,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.2rem);
    color: #353535;
    font-size: calc(.625 * 1.4rem);
    text-decoration: none;
    color: #b50a47;
    font-weight: 500
}

    .main-nav .category-list .category .top-level .menu-item a:hover {
        text-decoration: underline
    }

.main-nav .category-list .category .lower-level {
    padding-left: 13px;
    margin-top: 12px
}

@media screen and (max-width: 1024px) {
    .main-nav .category-list .category .lower-level {
        padding-left: 19px;
        margin-top: 20px
    }
}

@media screen and (max-width: 1024px) {
    .main-nav .category-list .category.expanded .category-title {
        border-bottom: none
    }

    .main-nav .category-list .category.expanded .arrow {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #ccc;
        border-top: none;
        display: block;
        position: absolute;
        top: 17px;
        right: 12px
    }

    .main-nav .category-list .category.expanded .top-level {
        display: block
    }
}

.mobile-open .top-level-sign-in {
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.75)
}

.utility-nav .utility-list {
    float: right;
    list-style-type: none;
    margin: 0
}

.utility-nav .utility-list-right {
    float: right;
    padding-right: 20px
}

@media screen and (max-width: 767px) {
    .utility-nav .utility-list-right {
        width: 100%;
        padding: 0 20px 0 10px
    }
}

.utility-nav .utility-list-left {
    float: left;
    padding-left: 20px
}

@media screen and (max-width: 767px) {
    .utility-nav .utility-list-left {
        display: none
    }
}

.utility-nav .utility-list .utility-item {
    float: left;
    font-family: T8,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.2rem);
    color: #fff;
    height: 42px;
    padding: 14px 0 0;
    position: relative;
    display: flex;
    align-items: center
}

@media screen and (max-width: 767px) {
    .utility-nav .utility-list .utility-item-signed-in {
        margin: 0;
        position: absolute;
        right: 14px
    }

        .utility-nav .utility-list .utility-item-signed-in:hover {
            background-color: initial !important
        }

            .utility-nav .utility-list .utility-item-signed-in:hover .utility-link-single {
                color: #fff !important;
                font-weight: 400 !important
            }

            .utility-nav .utility-list .utility-item-signed-in:hover .arrow {
                background-position: -1142px -4px !important
            }
}

.utility-nav .utility-list .utility-item-signed-in.expanded {
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .utility-nav .utility-list .utility-item-signed-in.expanded {
        background-color: initial !important
    }

        .utility-nav .utility-list .utility-item-signed-in.expanded .utility-link-single {
            color: #fff !important;
            font-weight: 400 !important
        }

        .utility-nav .utility-list .utility-item-signed-in.expanded .arrow {
            background-position: -1142px -4px !important
        }
}

.utility-nav .utility-list .utility-item-sign-in {
    margin-left: 40px;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    .utility-nav .utility-list .utility-item-sign-in {
        margin: 0;
        position: absolute;
        right: 16px
    }
}

.utility-nav .utility-list .utility-item .utility-link {
    color: #fff;
    text-decoration: none;
    height: 23px;
    display: inline-block;
    padding: 0 10px;
    line-height: 22px
}

.utility-nav .utility-list .utility-item .utility-link-single {
    border-left: none
}

@media screen and (max-width: 767px) {
    .utility-nav .utility-list .utility-item .utility-link-single-text {
        display: none
    }
}

.utility-nav .utility-list .utility-item .utility-link-single .icon-user {
    display: none
}

@media screen and (max-width: 1024px) {
    .utility-nav .utility-list .utility-item .utility-link-single .icon-user {
        display: inline-block
    }
}

.utility-nav .utility-list .utility-item .utility-link .icon {
    display: inline-block;
    position: relative;
    top: 3px
}

    .utility-nav .utility-list .utility-item .utility-link .icon.cart {
        background-image: url(/_Images/sprites/icons.png);
        background-position: -516px -319px;
        width: 20px;
        height: 16px
    }

    .utility-nav .utility-list .utility-item .utility-link .icon.globe {
        background-image: url(/_Images/sprites/icons.png);
        background-position: -777px -74px;
        width: 16px;
        height: 15px
    }

    .utility-nav .utility-list .utility-item .utility-link .icon.search {
        background-image: url(/_Images/sprites/icons.png);
        background-position: -831px -10px;
        width: 14px;
        height: 14px
    }

.utility-nav .utility-list .utility-item .utility-link .mobile {
    display: none
}

.utility-nav .utility-list .utility-item .utility-link .arrow {
    background-image: url(/_Images/sprites/ui.png);
    background-position: -1142px -4px;
    width: 6px;
    height: 4px;
    display: inline-block;
    margin-left: 6px;
    padding-bottom: 6px
}

.utility-nav .utility-list .utility-item .category-title {
    cursor: pointer
}

.utility-nav .utility-list .utility-item:first-child .utility-link {
    border-left: none
}

.utility-nav .utility-list .utility-item.expanded {
    background-color: #fff
}

    .utility-nav .utility-list .utility-item.expanded .utility-link {
        color: #353535;
        border-color: #fff
    }

        .utility-nav .utility-list .utility-item.expanded .utility-link .icon {
            display: inline-block
        }

            .utility-nav .utility-list .utility-item.expanded .utility-link .icon.cart {
                background-image: url(/_Images/sprites/icons.png);
                background-position: -496px -335px;
                width: 20px;
                height: 16px
            }

            .utility-nav .utility-list .utility-item.expanded .utility-link .icon.globe {
                background-image: url(/_Images/sprites/icons.png);
                background-position: -761px -89px;
                width: 16px;
                height: 15px
            }

            .utility-nav .utility-list .utility-item.expanded .utility-link .icon.search {
                background-image: url(/_Images/sprites/icons.png);
                background-position: -817px -24px;
                width: 14px;
                height: 14px
            }

        .utility-nav .utility-list .utility-item.expanded .utility-link .arrow {
            background-image: url(/_Images/sprites/ui.png);
            background-position: -1148px 0;
            width: 6px;
            height: 4px
        }

.utility-nav .top-level {
    display: none;
    position: absolute;
    top: 42px;
    background-color: #fff;
    z-index: 999;
    width: 310px
}

.utility-nav .top-level-signed-in {
    width: 100%;
    min-width: 200px
}

    .utility-nav .top-level-signed-in .dd-item a {
        color: #b50a47 !important;
        font-weight: 700 !important
    }

@media screen and (max-width: 767px) {
    .utility-nav .top-level-signed-in {
        right: -14px;
        text-align: right
    }
}

.utility-nav .top-level-sign-in {
    right: 0;
    width: 400px;
    color: #000 !important;
    font-family: T8,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.2rem);
    color: #fff;
    padding: 20px;
    text-transform: none
}

@media screen and (max-width: 767px) {
    .utility-nav .top-level-sign-in {
        width: 328px;
        margin-right: -16px
    }
}

.utility-nav .top-level-sign-in a {
    text-decoration: underline;
    color: #a62b60
}

.utility-nav .top-level-sign-in-title {
    padding-top: 20px;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px
}

.utility-nav .top-level-sign-in-bottom {
    font-size: 12px;
    padding-bottom: 5px
}

.utility-nav .top-level-sign-in form {
    padding: 10px 0
}

    .utility-nav .top-level-sign-in form .errors {
        padding-bottom: 10px;
        color: #e60000;
        font-size: 12px
    }

    .utility-nav .top-level-sign-in form .editor-field {
        padding-bottom: 10px
    }

    .utility-nav .top-level-sign-in form .field-validation-error {
        color: #e60000;
        font-size: 12px
    }

    .utility-nav .top-level-sign-in form .standard-form__input.input-validation-error {
        margin-bottom: 5px
    }

    .utility-nav .top-level-sign-in form input {
        width: 100%;
        height: 50px;
        padding: 10px;
        font-size: calc(.625 * 1.6rem);
        font-weight: 100
    }

        .utility-nav .top-level-sign-in form input::-webkit-input-placeholder {
            color: #969696
        }

        .utility-nav .top-level-sign-in form input:-moz-placeholder, .utility-nav .top-level-sign-in form input::-moz-placeholder {
            color: #969696
        }

        .utility-nav .top-level-sign-in form input:-ms-input-placeholder {
            color: #969696
        }

        .utility-nav .top-level-sign-in form input[type=submit] {
            font-size: 12px;
            background-color: #a62b60;
            height: auto;
            padding: 20px 0
        }

            .utility-nav .top-level-sign-in form input[type=submit]:hover {
                background-color: #fff;
                border: 1px solid #353535
            }

.utility-nav .top-level .current {
    background-color: #f3f3f4;
    font-family: T11,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 700;
    font-size: calc(.625 * 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: calc(.625 * 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: calc(.625 * 1.2rem);
                color: #353535;
                color: #b50a47;
                text-decoration: none
            }

.utility-nav .utility-item:first-child .dropdown {
    left: 0;
    right: auto;
    width: 240px
}

.utility-nav .expanded .dropdown {
    display: block
}

.main-nav .mobile-utility {
    display: none;
    padding-bottom: 15px
}

@media screen and (max-width: 1024px) {
    .main-nav .mobile-utility {
        display: block;
        background-color: #fff
    }

        .main-nav .mobile-utility .utility-header {
            height: 62px
        }

            .main-nav .mobile-utility .utility-header .logo {
                height: 28px;
                display: inline-block
            }

            .main-nav .mobile-utility .utility-header .icon-cross {
                color: #ccc;
                position: absolute;
                right: 19px;
                top: 22px;
                font-size: calc(.625 * 2.4rem);
                cursor: pointer
            }

        .main-nav .mobile-utility .utility-list {
            margin: 0;
            list-style-type: none;
            padding: 0;
            background-color: #fff
        }

            .main-nav .mobile-utility .utility-list .utility-item {
                border-bottom: 1px solid #fff;
                background-color: #ccc
            }

                .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: calc(.625 * 1.4rem);
                    color: #fff;
                    width: 100%;
                    display: block;
                    padding: 10px 35px 10px 20px;
                    margin: 0;
                    position: relative;
                    color: #353535;
                    font-weight: 700;
                    font-style: italic
                }

                    .main-nav .mobile-utility .utility-list .utility-item .category-title .mobile {
                        display: inline-flex;
                        font-weight: 400;
                        font-style: normal
                    }

                    .main-nav .mobile-utility .utility-list .utility-item .category-title .arrow {
                        width: 0;
                        height: 0;
                        border-left: 5px solid transparent;
                        border-right: 5px solid transparent;
                        border-top: 5px solid #353535;
                        display: block;
                        position: absolute;
                        top: 17px;
                        right: 28px
                    }

                    .main-nav .mobile-utility .utility-list .utility-item .category-title .icon {
                        display: inline-block;
                        margin-right: 9px;
                        position: relative;
                        top: 3px
                    }

                        .main-nav .mobile-utility .utility-list .utility-item .category-title .icon.globe {
                            background-image: url(/_Images/sprites/icons.png);
                            background-position: -777px -74px;
                            width: 16px;
                            height: 15px
                        }

                .main-nav .mobile-utility .utility-list .utility-item .top-level {
                    display: none;
                    background-color: #fff
                }

                    .main-nav .mobile-utility .utility-list .utility-item .top-level .current {
                        display: none
                    }

                    .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list {
                        list-style-type: none;
                        margin: 0;
                        padding: 18px 20px 5px
                    }

                        .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list .dd-item {
                            margin-bottom: 13px
                        }

                            .main-nav .mobile-utility .utility-list .utility-item .top-level .dd-list .dd-item a {
                                font-family: T7,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
                                font-weight: 400;
                                font-size: calc(.625 * 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: calc(.625 * 1.2rem);
                                    color: #353535;
                                    font-size: calc(.625 * 1.4rem);
                                    color: #b50a47;
                                    text-decoration: none
                                }

                .main-nav .mobile-utility .utility-list .utility-item.expanded .arrow {
                    width: 0;
                    height: 0;
                    border-left: 5px solid transparent;
                    border-right: 5px solid transparent;
                    border-bottom: 5px solid #353535;
                    border-top: none;
                    display: block
                }

        .main-nav .mobile-utility .flagship-header-button {
            display: inline-block
        }

            .main-nav .mobile-utility .flagship-header-button.button.blue-button {
                border: 1px solid #000;
                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: calc(.625 * 1.2rem);
                padding: 5px;
                min-width: 101px;
                background-color: transparent;
                color: #fff
            }

                .main-nav .mobile-utility .flagship-header-button.button.blue-button:hover {
                    background-color: #fff;
                    color: #799d3e
                }
}

.main-nav .mobile-utility-footer {
    display: none
}

@media screen and (max-width: 767px) {
    .main-nav .mobile-utility-footer {
        display: block;
        background-color: #4f545d;
        overflow: hidden;
        margin: 0;
        padding: 0;
        list-style-type: none
    }

        .main-nav .mobile-utility-footer .utility-item {
            width: 50%;
            float: left;
            text-align: center;
            border-left: 1px solid #353535;
            padding: 11px
        }

            .main-nav .mobile-utility-footer .utility-item:first-child {
                border-left: none
            }

            .main-nav .mobile-utility-footer .utility-item .utility-link {
                color: #fff;
                text-decoration: none
            }

            .main-nav .mobile-utility-footer .utility-item .icon {
                display: inline-block;
                margin-right: 9px;
                position: relative;
                top: 3px
            }

                .main-nav .mobile-utility-footer .utility-item .icon.cart {
                    background-image: url(/_Images/sprites/icons.png);
                    background-position: -516px -319px;
                    width: 20px;
                    height: 16px;
                    margin-top: -2px
                }

            .main-nav .mobile-utility-footer .utility-item .arrow {
                background-image: url(/_Images/sprites/ui.png);
                background-position: -1108px -32px;
                width: 6px;
                height: 7px;
                display: inline-block;
                margin-left: 10px;
                position: relative;
                top: -1px
            }
}

.main-nav .mobile-utility-member {
    display: none
}

@media screen and (max-width: 1024px) {
    .main-nav .mobile-utility-member {
        display: block
    }
}

.main-nav .mobile-utility-member .signin-mobile {
    background-color: #fff;
    text-align: center;
    position: relative;
    padding: 20px 12px 20px;
    display: none
}

@media screen and (max-width: 1024px) {
    .main-nav .mobile-utility-member .signin-mobile {
        display: block
    }
}

.main-nav .mobile-utility-member .signin-mobile .description {
    padding: 0 40px;
    font-family: T6,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.4rem);
    color: #fff;
    line-height: 1.714em;
    color: #4f545d
}

    .main-nav .mobile-utility-member .signin-mobile .description.signin {
        font-family: T8,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
        font-weight: 400;
        font-size: calc(.625 * 1.2rem);
        color: #fff;
        margin-bottom: 5px
    }

.main-nav .mobile-utility-member .signin-mobile .button {
    text-transform: uppercase;
    font-family: T6,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.4rem);
    text-decoration: none;
    padding: 20px 40px;
    height: auto;
    background-color: #799c4b;
    color: #fff;
    width: 100%
}

.mobile-utility .utility-list {
    display: none
}

@media screen and (max-width: 767px) {
    .mobile-utility .utility-list {
        display: block
    }
}

.mobile-utility .signin-mobile {
    background-color: #fff;
    text-align: center;
    position: relative;
    padding: 20px 12px 20px;
    display: none
}

@media screen and (max-width: 767px) {
    .mobile-utility .signin-mobile {
        display: block
    }
}

.mobile-utility .signin-mobile .description {
    padding: 0 40px;
    font-family: T6,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.4rem);
    color: #fff;
    line-height: 1.714em;
    color: #4f545d
}

    .mobile-utility .signin-mobile .description.signin {
        font-family: T8,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
        font-weight: 400;
        font-size: calc(.625 * 1.2rem);
        color: #fff;
        margin-bottom: 5px
    }

.mobile-utility .signin-mobile .button {
    text-transform: uppercase;
    font-family: T6,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.4rem);
    text-decoration: none;
    padding: 20px 40px;
    height: auto;
    background-color: #799c4b;
    color: #fff;
    width: 100%
}

.mobile-utility .signin-mobile .trigger {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    padding: 7px 12px
}

    .mobile-utility .signin-mobile .trigger .arrow {
        display: inline-block;
        background-image: url(/_Images/sprites/ui.png);
        background-position: -1121px -20px;
        width: 7px;
        height: 6px
    }

.mobile-utility .signin-mobile.collapsed {
    height: 40px;
    overflow: hidden;
    padding: 7px 12px 0 16px
}

    .mobile-utility .signin-mobile.collapsed .button {
        float: left;
        border: 1px solid #000;
        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: calc(.625 * 1.2rem);
        color: #fff;
        padding: 5px;
        min-width: 101px;
        margin-right: 70px
    }

        .mobile-utility .signin-mobile.collapsed .button:hover {
            color: #799d3e
        }

    .mobile-utility .signin-mobile.collapsed .button-sm {
        float: left;
        border: none;
        padding: 6px;
        min-width: 0
    }

        .mobile-utility .signin-mobile.collapsed .button-sm:hover {
            background-color: transparent;
            color: #fff
        }

    .mobile-utility .signin-mobile.collapsed.signed-in .button, .mobile-utility .signin-mobile.collapsed.signed-in .button-sm:not(.signed-in), .mobile-utility .signin-mobile.collapsed.signed-in br {
        display: none
    }

    .mobile-utility .signin-mobile.collapsed.signed-in .button-sm {
        display: block;
        width: 50%;
        border-right: 1px solid #57702b;
        border-radius: 0;
        margin: -7px 0 0 -16px;
        height: 40px;
        padding: 12px 0;
        box-sizing: border-box
    }

        .mobile-utility .signin-mobile.collapsed.signed-in .button-sm:last-child {
            border: 0;
            margin-left: 0
        }

        .mobile-utility .signin-mobile.collapsed.signed-in .button-sm:after, .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, .search-bar {
        display: none
    }

.search-bar {
    height: 100px;
    background-color: hsla(0,0%,100%,.95);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.75);
    color: #393939
}

    .search-bar .wrapper {
        height: 100%;
        padding: 30px 20px
    }

    .search-bar label {
        display: none
    }

    .search-bar .search-submit {
        display: inline-block;
        vertical-align: middle;
        font-size: 30px;
        cursor: pointer
    }

    .search-bar .search-field {
        vertical-align: middle;
        background-color: transparent;
        width: 90%;
        height: 33px;
        margin: 0 10px;
        background-repeat: no-repeat;
        border: none;
        outline: 0;
        border-bottom: 1px solid #4f545d;
        font-size: 24px;
        border-radius: 0
    }

@media screen and (max-width: 1024px) {
    .search-bar .search-field {
        width: 87%
    }
}

@media screen and (max-width: 870px) {
    .search-bar .search-field {
        width: 85%
    }
}

@media screen and (max-width: 680px) {
    .search-bar .search-field {
        width: 82%
    }
}

@media screen and (max-width: 600px) {
    .search-bar .search-field {
        width: 80%
    }
}

@media screen and (max-width: 510px) {
    .search-bar .search-field {
        width: 78%
    }
}

@media screen and (max-width: 465px) {
    .search-bar .search-field {
        width: 73%
    }
}

@media screen and (max-width: 420px) {
    .search-bar .search-field {
        width: 71%
    }
}

@media screen and (max-width: 360px) {
    .search-bar .search-field {
        width: 69%
    }
}

.search-bar .search-field::-webkit-input-placeholder {
    color: #393939;
    opacity: 1
}

.search-bar .search-field:-moz-placeholder, .search-bar .search-field::-moz-placeholder {
    color: #393939;
    opacity: 1
}

.search-bar .search-field:-ms-input-placeholder {
    color: #393939;
    opacity: 1
}

.search-bar .search-field::-ms-clear {
    display: none
}

.search-bar .search-clear {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #4f545d;
    cursor: pointer
}

.no-hero .search-bar {
    position: absolute;
    left: 0;
    right: 0
}

.footer-main {
    color: #fff;
    background-color: #4f545d;
    clear: both
}

    .footer-main .wrapper {
        padding: 29px 32px 38px;
        overflow: hidden;
        max-width: none
    }

@media screen and (max-width: 1024px) {
    .footer-main .wrapper {
        padding: 29px 13px 35px
    }
}

@media screen and (max-width: 767px) {
    .footer-main .wrapper {
        padding: 0
    }
}

.footer-content {
    float: left;
    max-width: 450px;
    overflow: hidden
}

@media screen and (max-width: 1024px) {
    .footer-content {
        max-width: none;
        width: 45.2%;
        padding-right: 45px
    }
}

@media screen and (max-width: 767px) {
    .footer-content {
        float: none;
        width: 100%;
        padding: 20px;
        max-width: none
    }
}

.footer-content > a {
    display: inline-block
}

.footer-content .footer-logo {
    display: block;
    margin-bottom: 9px
}

.footer-content .statement {
    font-family: T8,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 1.2rem);
    color: #353535;
    width: 100%;
    margin: 1px 0 14px;
    padding: 11px 17px;
    background-color: #fff;
    border: 1px solid #000;
    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: calc(.625 * 1.2rem);
    color: #fff;
    border: 1px solid #000;
    border-radius: 15px;
    border: 1px solid #fff;
    padding: 7px 26px;
    height: 30px
}

    .footer-content .signup .button:active, .footer-content .signup .button:hover {
        color: #4f545d
    }

.footer-content .signup .green-button {
    border: none
}

    .footer-content .signup .green-button:active, .footer-content .signup .green-button:hover {
        color: #fff
    }

.footer-content .signup .email {
    display: block;
    margin-top: 10px
}

.footer-content .signup .icon-checkmark {
    background-image: url(/_Images/sprites/ui.png);
    background-position: -703px -380px;
    width: 19px;
    height: 17px;
    display: inline-block;
    margin: 0 10px -2px 0
}

.footer-nav {
    float: right
}

@media screen and (max-width: 1024px) {
    .footer-nav {
        max-width: 54%
    }
}

@media screen and (max-width: 767px) {
    .footer-nav {
        max-width: none;
        width: 100%;
        float: none
    }
}

.footer-nav .category-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

@media screen and (max-width: 767px) {
    .footer-nav .category-list {
        padding: 0 5px
    }
}

.footer-nav .category-list .category {
    float: left;
    margin-right: 20px;
    width: 136px;
    position: relative
}

@media screen and (max-width: 1024px) {
    .footer-nav .category-list .category {
        margin-right: 10px;
        width: 117px
    }
}

@media screen and (max-width: 767px) {
    .footer-nav .category-list .category {
        float: none;
        margin-left: 0;
        width: 100%;
        border-top: 2px solid hsla(0,0%,100%,.1);
        background-color: rgba(74,79,85,.7)
    }
}

.footer-nav .category-list .category .footer-title {
    font-family: T6,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 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 solid #72767d;
        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: calc(.625 * 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:active, .footer-nav .category-list .category .category-links li a:hover {
        text-decoration: underline
    }

.footer-nav .category-list .category.expanded .category-links {
    display: block
}

.footer-nav .category-list .category.expanded .arrow {
    background-image: url(/_Images/sprites/ui.png);
    background-position: -1081px -63px;
    width: 9px;
    height: 6px
}

.footer-utility {
    background-color: #4f545d;
    font-family: T8,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.2rem);
    color: #fff;
    clear: both;
    width: 100%
}

    .footer-utility .wrapper {
        max-width: none;
        padding: 13px 32px 36px;
        overflow: hidden
    }

@media screen and (max-width: 1024px) {
    .footer-utility .wrapper {
        padding: 13px 13px 50px
    }
}

@media screen and (max-width: 767px) {
    .footer-utility .wrapper {
        padding: 20px 20px 40px 20px
    }
}

.footer-utility .social-links {
    float: left;
    margin-right: 21px
}

@media screen and (max-width: 767px) {
    .footer-utility .social-links {
        float: none;
        margin-bottom: 11px
    }
}

.footer-utility .social-links .social-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 9px
}

.footer-utility .utility-nav {
    float: left;
    margin-top: 4px
}

@media screen and (max-width: 767px) {
    .footer-utility .utility-nav {
        float: none;
        margin-bottom: 26px
    }
}

.footer-utility .utility-nav .utility-link {
    display: inline-block;
    text-decoration: none;
    margin-left: 11px;
    padding-left: 11px;
    color: #fff
}

    .footer-utility .utility-nav .utility-link:first-child {
        margin-left: 0;
        padding-left: 0;
        border-left: none
    }

    .footer-utility .utility-nav .utility-link:hover {
        text-decoration: underline
    }

@media screen and (max-width: 767px) {
    .footer-utility .utility-nav .utility-link {
        margin: 0 0 5px;
        padding-left: 0;
        border-left: none;
        display: block;
        line-height: 1.833
    }
}

.footer-utility .copyright {
    margin-top: 4px;
    float: right
}

@media screen and (max-width: 767px) {
    .footer-utility .copyright {
        float: none
    }
}

@media screen and (min-width: 768px) {
    .page-content + .footer-utility {
        position: absolute;
        bottom: 0
    }
}

.cookie-notification {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(204,127,37,.8);
    z-index: 999;
    width: 100%;
    font-family: T8,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.2rem);
    color: #fff;
    font-size: calc(.625 * 1rem);
    line-height: calc(.625 * 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%;
    padding-left: 8px;
}

@media screen and (max-width: 1024px) {
    .event-info {
        /*display:block*/
    }
}

@media screen and (max-width: 767px) {
    .event-info {
        display: block
    }
}

.event-info .event-description {
    display: table-cell;
    vertical-align: top;
    width: 33%;
    margin-top: 0;
    padding-right: 15px
}

@media screen and (max-width: 1024px) {
    .event-info .event-description {
        display: block;
        width: auto;
        padding-right: 0
    }
}

.event-info .event-details, .event-info .event-registration {
    width: 33%;
    display: table-cell;
    vertical-align: top;
    padding-right: 15px
}

@media screen and (max-width: 1024px) {
    .event-info .event-details, .event-info .event-registration {
        width: auto;
        margin-top: 20px;
        /*display: block*/
    }
}

@media screen and (max-width: 767px) {
    .event-info .event-details, .event-info .event-registration {
        display: block;
        width: auto;
        padding-right: 0;
        margin-top: 25px
    }
}

.event-info .event-details dl {
    width: 100%
}

    .event-info .event-details dl dd:last-child {
        margin-bottom: 0 !important
    }

.event-info .event-details dt {
    display: none
}

.event-info .event-details .date, .event-info .event-details .location {
    margin-left: 0;
    background-repeat: no-repeat;
    padding-left: 28px
}

    .event-info .event-details .date span, .event-info .event-details .location span {
        display: block;
        margin-bottom: 7px
    }

.event-info .event-details .date {
    margin-bottom: 24px
}

    .event-info .event-details .date:before {
        position: absolute;
        content: "";
        background-image: url(/_Images/sprites/icons.png);
        background-position: -555px -289px;
        width: 19px;
        height: 15px;
        margin-left: -27px
    }

    .event-info .event-details .date .days {
        font-size: calc(.625 * 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: calc(.625 * 1.2rem);
}

@media screen and (max-width: 767px) {
    .event-info .event-registration {
        padding-top: 10px;
    }
}

.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: calc(.625 * 1.2rem);
    color: #353535
}

    .event-info .event-registration .prices dd, .event-info .event-registration .prices dt {
        margin-bottom: 10px;
        display: inline-block;
        float: left
    }

    .event-info .event-registration .prices dt {
        width: 150px;
        padding-right: 5px;
        clear: left
    }

    .event-info .event-registration .prices dd {
        margin-left: 0
    }

@media screen and (max-width: 767px) {
    .event-info .event-registration .prices dd {
        min-width: 140px
    }
}

.event-info .event-registration .prices .member, .event-info .event-registration .prices .total {
    font-family: T7,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 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: calc(.625 * 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: calc(.625 * 1.4rem);
    color: #353535
}

@media (max-width: 767px) {
    .event-info .event-registration .result-subtitle {
        margin-top: 15px;
    }
}

.event-info .event-registration .event-links {
    list-style-type: none;
    padding: 0;
    font-size: calc(.625 * 1.2rem);
}

    .event-info .event-registration .event-links li {
        margin-bottom: 12px
    }

.event-info .button {
    min-height: 40px;
    height: auto;
    margin-bottom: 10px
}

@media screen and (max-width: 1024px) {
    .event-info .button {
        width: auto
    }
}

.event-info .EventRateRow {
    display: flex;
    clear: both
}

    .event-info .EventRateRow > div {
        float: left;
        margin: 5px;
        padding: 4px
    }

@media screen and (max-width: 767px) {
    .event-info .EventRateRow > div {
        margin: 0;
        padding: 0
    }
}

.event-info .EventRateRow.Grey {
    background-color: #e8e8e8
}

.event-info .EventRateRow .Headline {
    font-weight: 700
}

.event-info .EventRateRow .Title {
    width: 70%
}

@media screen and (max-width: 767px) {
    .event-info .EventRateRow .Title {
        width: 55%
    }
}

.event-info .EventRateRow .WideCell {
    width: 30%
}

.event-info .EventRateRow .Cell {
    width: 12%
}

@media screen and (max-width: 767px) {
    .event-info .EventRateRow .Cell {
        width: 20%
    }
}

.event-info .EventRateRow .Header {
    font-weight: 700
}

.hero {
    background-color: #efefef;
    overflow: hidden;
    clear: both;
    position: relative;
    z-index: 1;
}

    .hero .wrapper {
        max-width: none
    }

    .hero .cycle-next, .hero .cycle-prev {
        display: inline-block;
        cursor: pointer;
        font-size: 60px;
        font-weight: 100;
        border: 1px solid #fff;
        color: #fff;
        width: 35px;
        height: 35px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        z-index: 999
    }

        .hero .cycle-next span, .hero .cycle-prev span {
            position: absolute;
            top: -25px;
            left: 6px;
            font-family: Gotham SSm A,Gotham SSm B,Arial,sans-serif
        }

    .hero .cycle-next {
        right: 0;
        margin-right: 10px
    }

    .hero .cycle-prev {
        left: 0;
        margin-left: 10px
    }

    .hero .cycle-slideshow {
        position: relative
    }

@media screen and (max-width: 767px) {
    .hero .cycle-slideshow {
        max-width: 100%
    }
}

.hero .cycle-slideshow .cycle-pager {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 33px;
    text-align: center;
    z-index: 998
}

@media screen and (max-width: 1024px) {
    .hero .cycle-slideshow .cycle-pager {
        bottom: 6px
    }
}

.hero .cycle-slideshow .cycle-pager .dot {
    background-image: url(/_Images/sprites/ui.png);
    background-position: 0 -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 .cycle-pager-active a, .hero .cycle-slideshow .cycle-pager .dot a:hover {
        background-image: url(/_Images/sprites/ui.png);
        background-position: -680px -397px;
        width: 23px;
        height: 23px
    }

@media screen and (max-width: 767px) {
    .hero .baner-single {
        height: 330px !important
    }

        .hero .baner-single .hero-overlay {
            padding: 0 20px;
            top: 50px;
            transform: none
        }
}

@media screen and (max-width: 767px) {
    .hero .baner-single-event, .hero .baner-single-image {
        height: 330px !important
    }
}

.hero .banner, .hero .cycle-slide {
    width: 100%;
    height: 420px;
    margin-bottom: -4px;
    text-align: center;
    overflow: hidden;
    position: relative;
    display: block;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

    .hero .banner > a, .hero .cycle-slide > a {
        width: 100%;
        display: block;
        height: 420px;
        color: transparent
    }

    .hero .banner .hero-black-overlay, .hero .cycle-slide .hero-black-overlay {
        background-color: rgba(0,0,0,.7);
        width: 80%;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        color: #fff;
        padding: 14px 19px 75px;
        text-align: center;
        overflow: hidden;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        padding-bottom: 20px
    }

@media screen and (max-width: 767px) {
    .hero .banner .hero-black-overlay, .hero .cycle-slide .hero-black-overlay {
        width: 70%
    }
}

.hero .banner .hero-black-overlay .hero-overlay, .hero .cycle-slide .hero-black-overlay .hero-overlay {
    width: auto;
    position: relative;
    left: auto;
    right: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none
}

@media screen and (max-width: 767px) {
    .hero .banner .hero-black-overlay .hero-overlay .headline, .hero .cycle-slide .hero-black-overlay .hero-overlay .headline {
        line-height: 1.333em;
        font-size: calc(.625 * 1.8rem);
    }
}

@media screen and (max-width: 1024px) {
    .hero .banner, .hero .cycle-slide {
        height: 380px
    }
}

@media screen and (max-width: 767px) {
    .hero .banner, .hero .cycle-slide {
        height: 340px;
        max-width: 100%;
        overflow: hidden;
        position: relative
    }
}

@media screen and (max-width: 420px) {
    .hero .banner, .hero .cycle-slide {
        height: 420px;
        max-width: 100%;
        overflow: hidden;
        position: relative
    }
}

.wrapper .hero {
    margin: 10px -35px 30px
}

.wrapper .hero-black-overlay {
    background-color: rgba(0,0,0,.7);
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    padding: 14px 19px 75px;
    text-align: center;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding-bottom: 20px
}

@media screen and (max-width: 767px) {
    .wrapper .hero-black-overlay {
        width: 70%
    }
}

.wrapper .hero-black-overlay .hero-overlay {
    width: auto;
    position: relative;
    left: auto;
    right: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none
}

@media screen and (max-width: 767px) {
    .wrapper .hero-black-overlay .hero-overlay .headline {
        line-height: 1.333em;
        font-size: calc(.625 * 1.8rem);
    }
}

@media screen and (max-width: 1024px) {
    .wrapper .hero {
        margin: 10px -13px 30px
    }
}

@media screen and (max-width: 767px) {
    .wrapper .hero {
        margin: 10px 0 20px
    }
}

.contact-methods {
    list-style-type: none;
    padding: 0 0 0 40px
}

@media screen and (max-width: 767px) {
    .contact-methods {
        padding-left: 0;
        margin-top: 15px
    }
}

.contact-methods li {
    margin-bottom: 15px;
    background-repeat: no-repeat;
    padding-left: 32px
}

@media screen and (max-width: 1024px) {
    .contact-methods li {
        font-size: calc(.625 * 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: calc(.625 * 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: calc(.625 * 1.8rem);
    color: #353535;
    line-height: 1.556;
    float: left
}

@media screen and (max-width: 1024px) {
    .location-info .address {
        font-size: calc(.625 * 1.6rem);
        line-height: 1.5
    }
}

@media screen and (max-width: 767px) {
    .location-info .address {
        float: none;
        font-size: calc(.625 * 1.4rem);
        line-height: 1.286
    }
}

.location-info__image {
    float: left
}

.hero-overlay {
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    padding: 14px 19px 75px;
    text-align: center;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%)
}

@media screen and (max-width: 767px) {
    .hero-overlay {
        width: auto;
        max-height: none;
        text-align: left;
        padding: 0 55px
    }
}

.hero-overlay a {
    color: #fff
}

.hero-overlay p a {
    text-decoration: underline
}

.hero-overlay .date {
    height: 18px
}

.hero-overlay .headline {
    font-family: T1,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 2.4rem);
    line-height: 1.267em;
    color: #fff;
    font-weight: 500;
    font-size: 34px;
    margin: 0;
    overflow: hidden
}

@media screen and (max-width: 1024px) {
    .hero-overlay .headline {
        font-size: calc(.625 * 2.2rem);
        line-height: 1.333em
    }
}

@media screen and (max-width: 767px) {
    .hero-overlay .headline {
        font-size: calc(.625 * 1.8rem);
        line-height: 1.333em;
        line-height: 1.15;
        font-size: calc(.625 * 2.6rem);
        max-height: none
    }
}

.hero-overlay .categories {
    font-family: T8,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.2rem);
    color: #fff
}

@media screen and (max-width: 767px) {
    .hero-overlay .categories {
        font-size: calc(.625 * 1.1rem);
    }
}

.hero-overlay .categories .category {
    color: #fff;
    text-decoration: none
}

    .hero-overlay .categories .category:hover {
        text-decoration: underline
    }

.hero-overlay .description, .hero-overlay .event-description, .hero-overlay .sub-description {
    font-family: T6,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.4rem);
    color: #fff;
    font-size: 16px;
    line-height: 2em;
    margin: 10px 0;
    overflow: hidden
}

@media screen and (max-width: 1024px) {
    .hero-overlay .description, .hero-overlay .event-description, .hero-overlay .sub-description {
        line-height: 1.5em;
        margin: 8px 0 10px
    }
}

@media screen and (max-width: 767px) {
    .hero-overlay .description, .hero-overlay .event-description, .hero-overlay .sub-description {
        line-height: 1.5;
        font-size: calc(.625 * 1.2rem);
    }
}

.hero-overlay .description:last-of-type, .hero-overlay .event-description:last-of-type, .hero-overlay .sub-description:last-of-type {
    margin-bottom: 0
}

@media screen and (max-width: 1024px) {
    .hero-overlay .sub-description {
        font-size: calc(.625 * 1.2rem);
    }
}

.hero-overlay .button {
    display: inline-block;
    padding: 10px 36px;
    margin-top: 20px
}

@media screen and (max-width: 767px) {
    .hero-overlay .button {
        padding: 10px 20px
    }
}

.hero-overlay .button:hover {
    color: rgba(0,0,0,.69)
}

.hero-overlay .secondary-link {
    display: inline-block;
    position: absolute;
    left: 20px;
    bottom: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px
}

    .hero-overlay .secondary-link:hover {
        text-decoration: underline
    }

@media screen and (max-width: 767px) {
    .hero-overlay .secondary-link {
        display: none
    }
}

.hero-overlay .contact-methods .contact-email:before {
    background-position: -608px -238px
}

.hero-overlay .contact-methods .contact-phone:before {
    background-position: -693px -153px
}

.hero-overlay .contact-methods .contact-fax:before {
    background-position: -659px -187px
}

.hero-overlay .overlay-links {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.hero-overlay.heading-large {
    width: 100%
}

    .hero-overlay.heading-large .headline {
        font-size: calc(.625 * 6.5rem);
        text-align: left
    }

    .hero-overlay.heading-large .description {
        font-size: calc(.625 * 3.2rem);
        text-align: left
    }

.hero-overlay.heading-small {
    width: 100%
}

    .hero-overlay.heading-small .headline .heading-small {
        font-size: calc(.625 * 1.2rem);
    }

    .hero-overlay.heading-small .description {
        font-size: calc(.625 * .8rem);
        text-align: left
    }

@media screen and (max-width: 1024px) {
    .hero-overlay.heading-large {
        width: 100%
    }

        .hero-overlay.heading-large .headline {
            line-height: 1.5;
            font-size: calc(.625 * 3.5rem);
        }

        .hero-overlay.heading-large .description {
            line-height: 1.5;
            font-size: calc(.625 * 1.6rem);
        }
}

.topic-landing-page-overlay .headline {
    font-size: calc(.625 * 2.6rem);
    line-height: 1.15
}

@media screen and (max-width: 1024px) {
    .topic-landing-page-overlay .headline {
        font-size: calc(.625 * 2.2rem);
        line-height: 1.333;
        max-height: 90px
    }
}

@media screen and (max-width: 767px) {
    .topic-landing-page-overlay .headline {
        font-size: calc(.625 * 1.8rem);
        line-height: 1.333;
        max-height: 94px
    }
}

.topic-landing-page-overlay .headline.heading-large {
    font-size: calc(.625 * 3.2rem);
}

.topic-landing-page-overlay .headline.heading-large, .topic-landing-page-overlay .headline.heading-small {
    font-family: T1,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    line-height: 1.267em;
    color: #fff
}

.topic-landing-page-overlay .headline.heading-small {
    font-size: calc(.625 * 2.2rem);
}

.topic-landing-page-overlay .description {
    font-family: T6,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.4rem);
    color: #fff;
    font-size: calc(.625 * 1.5rem);
    line-height: 1.94em
}

@media screen and (max-width: 1024px) {
    .topic-landing-page-overlay .description {
        line-height: 1.714em;
        font-size: calc(.625 * 1.4rem);
        margin: 8px 0 10px
    }
}

@media screen and (max-width: 767px) {
    .topic-landing-page-overlay .description {
        line-height: 1.571;
        font-size: calc(.625 * 1.2rem);
    }
}

.topic-landing-page-overlay .description:last-of-type {
    margin-bottom: 0
}

.event-overlay {
    padding-bottom: 14px
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .event-overlay {
        padding-bottom: 75px
    }
}

@media screen and (max-width: 1024px) {
    .event-overlay .headline {
        margin-bottom: 15px
    }
}

.event-overlay .event-info {
    display: block
}

@media screen and (max-width: 767px) {
    .event-overlay .event-info {
        margin-top: 18px
    }
}

.event-overlay .event-info-wrapper {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px
}

@media screen and (max-width: 1024px) {
    .event-overlay .event-info-wrapper {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .event-overlay .event-info-wrapper {
        padding-top: 0
    }
}

.event-overlay .event-info .event-description {
    float: none;
    display: block;
    width: auto;
    max-height: 84px;
    overflow: hidden
}

@media screen and (max-width: 1024px) {
    .event-overlay .event-info .event-description {
        display: none
    }
}

.event-overlay .event-info .event-details, .event-overlay .event-info .event-registration {
    display: inline-block;
    margin: 0;
    padding: 0
}

    .event-overlay .event-info .event-details dl, .event-overlay .event-info .event-registration dl {
        margin: 0;
        padding: 0
    }

@media screen and (max-width: 1024px) {
    .event-overlay .event-info .event-details, .event-overlay .event-info .event-registration {
        margin-top: 0
    }
}

@media screen and (max-width: 767px) {
    .event-overlay .event-info .event-details, .event-overlay .event-info .event-registration {
        float: none
    }
}

.event-overlay .event-info .event-details {
    width: 66%
}

@media screen and (max-width: 767px) {
    .event-overlay .event-info .event-details {
        width: 100%
    }
}

@media screen and (max-width: 1024px) {
    .event-overlay .event-info .event-details dd {
        float: left
    }
}

@media screen and (max-width: 767px) {
    .event-overlay .event-info .event-details dd {
        width: auto;
        float: none
    }
}

.event-overlay .event-info .event-details .date {
    width: 50%;
    display: inline-block;
    height: auto;
    float: left;
    text-align: left
}

    .event-overlay .event-info .event-details .date:before {
        background-position: -536px -304px
    }

@media screen and (max-width: 767px) {
    .event-overlay .event-info .event-details .date {
        width: 100%;
        margin-bottom: 12px
    }
}

.event-overlay .event-info .event-details .location {
    display: inline-block;
    margin: 0;
    height: auto;
    float: left;
    text-align: left
}

    .event-overlay .event-info .event-details .location:before {
        background-position: -805px -38px
    }

@media screen and (max-width: 1024px) {
    .event-overlay .event-info .event-details .location:before {
        margin-left: -20px
    }
}

@media screen and (max-width: 767px) {
    .event-overlay .event-info .event-details .location:before {
        margin-left: -28px
    }
}

.event-overlay .event-info .event-details .location .name {
    max-height: 54px;
    overflow: hidden
}

@media screen and (max-width: 1024px) {
    .event-overlay .event-info .event-details .location {
        padding-left: 20px
    }
}

@media screen and (max-width: 767px) {
    .event-overlay .event-info .event-details .location {
        padding-left: 28px
    }
}

.event-overlay .event-info .event-registration {
    width: 33%;
    padding-right: 0;
    text-align: right
}

@media screen and (max-width: 767px) {
    .event-overlay .event-info .event-registration {
        float: none;
        width: 100%;
        padding-left: 16px;
        padding-top: 0
    }
}

.event-overlay .event-info .event-registration .prices, .event-overlay .event-info .event-registration .prices .member, .event-overlay .event-info .event-registration .prices .special {
    color: #fff
}

@media screen and (max-width: 1024px) {
    .event-overlay .event-info .event-registration .prices dd, .event-overlay .event-info .event-registration .prices dt {
        margin-bottom: 8px
    }
}

@media screen and (max-width: 767px) {
    .event-overlay .event-info .event-registration .prices {
        display: none
    }
}

.event-overlay .event-info .event-registration .button {
    position: static;
    margin: 0
}

.event-overlay .event-info .button {
    position: static
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .event-overlay .event-info .button {
        position: absolute
    }
}

.event-overlay .event-info .button:hover {
    color: #fff
}

.contact-overlay {
    padding-bottom: 40px
}

    .contact-overlay .headline {
        max-height: 38px
    }

@media screen and (max-width: 767px) {
    .contact-overlay .headline {
        max-height: 64px
    }
}

.contact-overlay .description {
    max-height: 84px
}

@media screen and (max-width: 1024px) {
    .contact-overlay .description {
        max-height: 48px
    }
}

@media screen and (max-width: 767px) {
    .contact-overlay .description {
        max-height: 94px
    }
}

.contact-overlay .contact-info {
    margin-top: 25px
}

@media screen and (max-width: 1024px) {
    .contact-overlay .contact-info {
        margin-top: 18px
    }
}

.contact-overlay .contact-info .contact-methods, .contact-overlay .contact-info .contact-person {
    margin: 0;
    float: left;
    width: 50%
}

@media screen and (max-width: 767px) {
    .contact-overlay .contact-info .contact-methods, .contact-overlay .contact-info .contact-person {
        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: calc(.625 * 1.2rem);
    color: #fff
}

.location-overlay {
    max-height: 275px;
    padding-bottom: 14px
}

@media screen and (max-width: 1024px) {
    .location-overlay {
        max-height: 250px
    }
}

@media screen and (max-width: 735px) {
    .location-overlay {
        max-height: 322px;
        text-align: left !important
    }
}

.location-overlay .headline {
    margin-bottom: 16px
}

@media screen and (max-width: 1024px) {
    .location-overlay .headline {
        margin-bottom: 9px
    }
}

.location-overlay .location-info {
    width: 60%;
    margin: 0 auto
}

@media screen and (max-width: 1024px) {
    .location-overlay .location-info {
        width: 100%
    }
}

.location-overlay .location-info .address {
    width: 40%;
    text-align: left;
    font-family: T16,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 1.8rem);
    color: #fff
}

@media screen and (max-width: 1024px) {
    .location-overlay .location-info .address {
        width: 50%;
        float: left
    }
}

@media screen and (max-width: 735px) {
    .location-overlay .location-info .address {
        width: 100%;
        float: none
    }
}

.location-overlay .location-info .location-lists {
    text-align: left;
    width: 30%
}

@media screen and (max-width: 1024px) {
    .location-overlay .location-info .location-lists {
        width: 40%
    }

        .location-overlay .location-info .location-lists ul {
            float: left;
            margin-top: 7px;
            padding-right: 15px
        }

        .location-overlay .location-info .location-lists .location-links {
            padding-left: 5px
        }
}

@media screen and (max-width: 735px) {
    .location-overlay .location-info .location-lists {
        float: none;
        max-width: none;
        width: auto;
        padding-left: 0;
        margin-top: 15px
    }

        .location-overlay .location-info .location-lists ul {
            float: none;
            width: auto;
            padding-right: 0
        }

        .location-overlay .location-info .location-lists li {
            margin-bottom: 10px
        }

        .location-overlay .location-info .location-lists .location-links {
            padding-left: 0
        }
}

.container.mobile-open .left-col {
    display: none
}

.columns {
    position: relative;
    clear: both
}

    .columns .left-col, .columns .left-col-second {
        position: relative;
        float: left;
        width: 21%
    }

@media screen and (max-width: 1024px) {
    .columns .left-col, .columns .left-col-second {
        width: 25%
    }
}

.columns .left-col-second {
    clear: left
}

@media screen and (max-width: 767px) {
    .columns .left-col {
        width: 85%;
        margin-left: -85%
    }

    .columns .left-col-second {
        width: 100%;
        padding-left: 13px;
        padding-right: 13px;
        margin-bottom: 0
    }
}

@media screen and (min-width: 320px) {
    .columns .left-col.regioncol {
        margin-top: -217px !important;
    }
}

@media screen and (min-width: 375px) {
    .columns .left-col.regioncol {
        margin-top: -197px !important;
    }
}

@media screen and (min-width: 414px) {
    .columns .left-col.regioncol {
        margin-top: -173px !important;
    }
}

@media screen and (min-width: 425px) {
    .columns .left-col.regioncol {
        margin-top: -170px !important;
    }
}

@media screen and (min-width: 768px) {
    .columns .left-col.regioncol {
        margin-top: 0px !important;
    }
}

.columns .right-col {
    float: right;
    width: 79%;
    padding-left: 20px;
    position: relative;
    margin-bottom: 115px
}

@media screen and (min-width: 1025px) {
    .search-results.listing-page.search-related .columns .right-col {
        padding-left: 50px
    }
}

@media screen and (max-width: 1024px) {
    .columns .right-col {
        width: 74%;
        margin-bottom: 100px
    }
}

@media screen and (max-width: 767px) {
    .columns .right-col {
        width: 100%;
        padding-left: 13px;
        padding-right: 13px;
        margin-bottom: 0
    }
}

.columns .mobile-column-overlay {
    display: none
}

@media screen and (min-width: 768px) {
    .columns .mobile-column-overlay {
        display: none !important
    }
}

@media screen and (max-width: 767px) {
    .columns {
        width: 100%;
        transition: margin .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;
        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
}

    .page-content:after, .page-content:before {
        content: " ";
        display: table
    }

    .page-content:after {
        clear: both
    }

    .page-content .topic-landing-page .page-sub-title {
        font-size: calc(.625 * 2rem);
        border-left-color: #353535;
        color: #353535;
        line-height: 28px
    }

@media screen and (max-width: 767px) {
    .page-content .topic-landing-page {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media screen and (max-width: 1024px) {
    .page-content {
        padding: 20px 13px 30px
    }
}

@media screen and (max-width: 767px) {
    .page-content {
        padding: 0 0 30px 0
    }
}

.page-content .page-title {
    font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 2.4rem);
    color: #353535;
    margin: 23px 0 35px
}

.page-content .page-sub-title {
    font-family: T3,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 1.8rem);
    color: #353535;
    line-height: 1.333;
    border-left: 3px solid #008ca1;
    padding-left: 5px;
    margin: 0;
    margin-bottom: 5px
}

    .page-content .page-sub-title.no-border {
        border-left: none;
        padding-left: 0
    }

.page-content div + .page-sub-title {
    margin-top: 30px
}

.page-content:last-child {
    padding-bottom: 50px
}

.page-content + .footer-main {
    margin-top: 20px
}

@media screen and (max-width: 767px) {
    .page-content > .page-sub-title, .page-content > .page-title, .page-content > .rtf {
        margin-left: 15px;
        margin-right: 15px
    }
}

.rtf {
    font-family: T7,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.4rem);
    color: #353535;
    line-height: 2
}

.result-item__description rtf {
    padding-bottom: 20px
}

.rtf:after, .rtf:before {
    content: " ";
    display: table
}

.rtf:after {
    clear: both
}

@media screen and (max-width: 767px) {
    .rtf {
        line-height: 1.714;
        padding-bottom: 10px
    }
}

.rtf p {
    margin: 1em 0;
    margin-top: 2px !important;
}

    .rtf p:first-child {
        margin-top: 0
    }

@media (max-width: 767px) {
    .rtf p:first-child {
        margin-top: 21px;
    }
}

.rtf ol, .rtf ul {
    margin: 1em 0;
    padding: 0
}

.rtf ul {
    list-style-image: url(/_Images/ui/bullet-blue.png)
}

.rtf li {
    margin: 0 0 0 1.5em
}

.rtf img {
    height: auto !important
}

    .rtf img.icon-lg {
        padding: 0 15px 10px 0;
        float: left;
        clear: both
    }

.rtf hr {
    margin: 1em 0;
    border: none;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #fff;
    height: 0
}

.rtf .text-right {
    display: block;
    text-align: right
}

    .rtf .text-right + br {
        display: none
    }

.right-arrow:after {
    content: "";
    display: inline-block;
    border: solid transparent;
    border-width: .27187em .40781em;
    border-right: none;
    border-left-color: #b50a47;
    margin-bottom: .09062em;
    margin-left: .5em
}

.alert {
    color: #e60000
}

.breadcrumb {
    font-family: T13,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 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: calc(.625 * 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: calc(.625 * 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-position: -72px -751px
}

.section-nav .icon-gear, .section-nav .icon-home {
    background-image: url(/_Images/sprites/icons.png);
    width: 24px;
    height: 24px
}

.section-nav .icon-home {
    background-position: -408px -415px
}

.section-nav .icon-paper {
    background-position: -336px -487px
}

.section-nav .icon-paper, .section-nav .icon-people {
    background-image: url(/_Images/sprites/icons.png);
    width: 24px;
    height: 24px
}

.section-nav .icon-people {
    background-position: -288px -535px
}

.section-nav .icon-folders {
    background-position: 0 -823px
}

.section-nav .icon-folders, .section-nav .icon-magazine {
    background-image: url(/_Images/sprites/icons.png);
    width: 24px;
    height: 24px
}

.section-nav .icon-magazine {
    background-position: -384px -439px
}

.section-nav .icon-microphone {
    background-position: -360px -463px
}

.section-nav .icon-certificate, .section-nav .icon-microphone {
    background-image: url(/_Images/sprites/icons.png);
    width: 24px;
    height: 24px
}

.section-nav .icon-certificate {
    background-position: -120px -703px
}

.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: calc(.625 * 1.2rem);
    color: #353535;
    padding: 15px 20px 15px 35px
}

.section-nav-with-icons .top-level .section-item.current {
    background-color: #efefef
}

@media screen and (min-width: 768px) {
    .section-nav-with-icons .top-level .section-item.current .arrow {
        display: inline-block;
        background-image: url(/_Images/sprites/ui.png);
        background-position: -1057px -81px;
        width: 6px;
        height: 9px;
        position: absolute;
        right: -6px;
        top: 22px;
        margin-top: -4.5px
    }
}

.new-section-nav {
    font-size: calc(.625 * 1.5rem);
}

    .new-section-nav .section-nav-title {
        font-size: calc(.625 * 1.5rem);
        font-weight: 600;
        padding-bottom: 5px;
        margin: 0 0 15px;
        border-bottom: 1px solid #ccc;
        text-transform: uppercase
    }

@media screen and (max-width: 767px) {
    .new-section-nav .section-nav-title {
        margin: 0 10px
    }
}

.new-section-nav .top-level {
    border-top: none;
    text-transform: none
}

    .new-section-nav .top-level .section-item {
        border-bottom: none
    }

        .new-section-nav .top-level .section-item .top-level-item {
            padding: 10px 0
        }

@media screen and (max-width: 767px) {
    .new-section-nav .top-level .section-item .top-level-item {
        padding-left: 10px
    }
}

.section-nav-trigger {
    display: none
}

@media screen and (max-width: 767px) {
    .section-nav-trigger {
        display: block;
        background-color: #4f545d;
        font-family: T10,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
        font-weight: 700;
        font-size: calc(.625 * 1.2rem);
        color: #353535;
        color: #fff;
        text-transform: uppercase;
        padding: 12px 11px;
        margin: 0
    }

        .section-nav-trigger .icon {
            width: auto;
            padding-left: 29px;
            line-height: 10px
        }

            .section-nav-trigger .icon.icon-default {
                display: inline-block;
                background-image: url(/_Images/sprites/ui.png);
                background-position: -744px -360px;
                width: 22px;
                height: 10px;
                width: auto
            }

            .section-nav-trigger .icon.icon-expanded {
                display: none;
                background-image: url(/_Images/sprites/ui.png);
                background-position: -722px -370px;
                width: 22px;
                height: 10px;
                width: auto
            }

        .section-nav-trigger.expanded .icon.icon-default {
            display: none
        }

        .section-nav-trigger.expanded .icon.icon-expanded {
            display: inline-block
        }
}

.columns.mobile-open .mobile-column-overlay {
    display: block;
    position: absolute;
    background-color: rgba(0,0,0,.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: calc(.625 * 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 #000;
    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.disabled, .pagination .page-arrow.page-arrow-first:hover {
            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.disabled, .pagination .page-arrow.page-arrow-last:hover {
            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.disabled, .pagination .page-arrow.page-arrow-prev:hover {
            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.disabled, .pagination .page-arrow.page-arrow-next:hover {
            background-image: url(/_Images/sprites/ui.png);
            background-position: -984px -139px;
            width: 9px;
            height: 12px
        }

    .pagination .page-arrow.disabled {
        opacity: .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: calc(.625 * 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: 1;
}

@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: calc(.625 * 1.2rem);
    color: #353535;
    border: 1px solid #000;
    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 #000;
        border-radius: 20px;
        border: 3px solid #008ca1;
        padding: 0 18px 5px;
        background: #fff url(/_Images/ui/dd-arrow-up.png) no-repeat right 15px;
        box-shadow: 0 2px 3px 0 rgba(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: calc(.625 * 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;
    color: #353535;
    line-height: 1.167;
    display: block
}

    .tags, .tags a {
        font-weight: 400;
        font-size: calc(.625 * 1.2rem);
    }

        .tags a {
            font-family: T9,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
            color: #b50a47;
            text-decoration: none
        }

            .tags a:hover {
                text-decoration: underline
            }

        .page-sub-title + .rtf, .tags + .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: calc(.625 * 3rem);
    line-height: 1.267em;
    color: #353535
}

@media screen and (max-width: 1024px) {
    .search-results .page-title {
        font-size: calc(.625 * 2.4rem);
        line-height: 1.333em
    }
}

@media screen and (max-width: 767px) {
    .search-results .page-title {
        font-size: calc(.625 * 1.8rem);
        line-height: 1.333em;
        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
}

/*.result-item,.results-list {
    border-bottom: 1px solid #f3f3f4
}*/

.result-item {
    position: relative;
    padding: 20px;
    border-top: 1px solid #f3f3f4;
    overflow: hidden
}

    .result-item:nth-child(2n) {
        background-color: #f3f3f4;
        margin: 2px 0;
        padding-top: 18px
    }

        .result-item:nth-child(2n) .type {
            top: 0
        }

    .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: calc(.625 * 1.2rem);
        color: #fff;
        font-size: calc(.625 * 1.1rem);
        background-color: #4f545d;
        padding: 2px 5px
    }

    .result-item .result-img {
        width: 150px;
        height: 150px;
        border: 1px solid #000;
        border-radius: 50%;
        overflow: hidden;
        border: none;
        float: left
    }

@media screen and (max-width: 767px) {
    .result-item .result-img {
        display: none
    }
}

.result-item .result-img + .result-info {
    margin-left: 180px
}

@media screen and (max-width: 767px) {
    .result-item .result-img + .result-info {
        margin-left: 0
    }
}

.result-item .type + .result-info {
    margin-top: 20px
}

.result-item .result-title {
    margin: 0 9px 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: calc(.625 * 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: calc(.625 * 1.2rem);
    color: #353535;
    line-height: 1.167;
    display: block;
    margin-bottom: 7px
}

.result-item .series-note, .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: calc(.625 * 1.2rem);
    color: #353535;
    display: block
}

.result-item .tags + .series-note {
    margin-top: -13px
}

.result-item .event-description, .result-item .result-description {
    font-family: T13,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.2rem);
    color: #353535;
    line-height: 1.833
}

.result-item .result-description {
    margin: 20px 0 0
}

.rtf .result-item {
    margin-left: 0
}

.search-results.listing-page.search-related .listing-heading {
    font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 2.8rem);
    color: #353535;
    margin: 0;
    float: left
}

@media screen and (max-width: 767px) {
    .search-results.listing-page.search-related .listing-heading {
        display: none
    }
}

.search-results.listing-page.search-related .page-count {
    margin-top: 10px;
    border-bottom-color: #ccc
}

    .search-results.listing-page.search-related .page-count:after, .search-results.listing-page.search-related .page-count:before {
        content: " ";
        display: table
    }

    .search-results.listing-page.search-related .page-count:after {
        clear: both
    }

.search-results.listing-page.search-related .static-tabs .tab-content, .search-results.listing-page.search-related .tabs .tab-content {
    border-top-color: #ccc;
    margin-top: 5px
}

.search-results.listing-page.search-related .filters {
    border-right: none
}

    .search-results.listing-page.search-related .filters .column-title {
        display: none
    }

    .search-results.listing-page.search-related .filters .filter-category {
        font-size: calc(.625 * 1.4rem);
        font-weight: 700;
        background-color: inherit;
        padding-left: 0
    }

        .search-results.listing-page.search-related .filters .filter-category ~ .filter-list {
            border-top: 1px solid #ccc
        }

    .search-results.listing-page.search-related .filters .filter-list {
        border-bottom: none
    }

        .search-results.listing-page.search-related .filters .filter-list [type=checkbox]:checked, .search-results.listing-page.search-related .filters .filter-list [type=checkbox]:not(:checked) {
            position: absolute;
            left: -9999px
        }

            .search-results.listing-page.search-related .filters .filter-list [type=checkbox]:checked + label, .search-results.listing-page.search-related .filters .filter-list [type=checkbox]:not(:checked) + label {
                position: relative;
                padding-left: 25px;
                cursor: pointer
            }

                .search-results.listing-page.search-related .filters .filter-list [type=checkbox]:checked + label:before, .search-results.listing-page.search-related .filters .filter-list [type=checkbox]:not(:checked) + label:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 17px;
                    height: 17px;
                    border: 1px solid #ccc;
                    background: #fff;
                    border-radius: 2px
                }

                .search-results.listing-page.search-related .filters .filter-list [type=checkbox]:checked + label:after, .search-results.listing-page.search-related .filters .filter-list [type=checkbox]:not(:checked) + label:after {
                    content: "\2714";
                    position: absolute;
                    top: 2px;
                    left: 2px;
                    font-size: 18px;
                    line-height: .8;
                    color: #000;
                    transition: all .2s
                }

                .search-results.listing-page.search-related .filters .filter-list [type=checkbox]:not(:checked) + label:after {
                    opacity: 0;
                    transform: scale(0)
                }

                .search-results.listing-page.search-related .filters .filter-list [type=checkbox]:checked + label:after {
                    opacity: 1;
                    transform: scale(1)
                }

        .search-results.listing-page.search-related .filters .filter-list .checkbox {
            width: 25px
        }

        .search-results.listing-page.search-related .filters .filter-list .label {
            width: auto;
            max-width: none;
            font-size: calc(.625 * 1.5rem);
        }

        .search-results.listing-page.search-related .filters .filter-list .total {
            display: none
        }

.search-results.listing-page.search-related .results-list, .search-results.listing-page.search-related .results-list.course-catalog {
    border-bottom: none
}

    .search-results.listing-page.search-related .results-list.course-catalog .result-item {
        position: relative;
        padding: 30px 0;
        border-top: 1px solid #ccc;
        overflow: hidden;
        border-bottom: 0
    }

        .search-results.listing-page.search-related .results-list.course-catalog .result-item:first-child {
            border-top: none
        }

        .search-results.listing-page.search-related .results-list.course-catalog .result-item:nth-child(2n) {
            background-color: #fff
        }

@media screen and (max-width: 767px) {
    .search-results.listing-page.search-related .results-list.course-catalog .result-item {
        padding: 20px
    }
}

.search-results.listing-page.search-related .results-list.course-catalog .type {
    top: 0;
    right: auto;
    padding: 10px;
    min-width: 150px
}

    .search-results.listing-page.search-related .results-list.course-catalog .type + .result-info {
        margin-top: 20x
    }

.search-results.listing-page.search-related .results-list.course-catalog .result-title {
    border-left: 0;
    padding-left: 0;
    line-height: 38px;
    margin-bottom: 15px;
    font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 2.8rem);
    color: #353535;
    font-size: calc(.625 * 2.2rem);
}

    .search-results.listing-page.search-related .results-list.course-catalog .result-title a {
        color: #b50a47
    }

.search-results.listing-page.search-related .results-list.course-catalog .event-description {
    font-size: calc(.625 * 1.4rem )
}

.search-results.listing-page.search-related .results-list.course-catalog .event-info dl {
    margin: 0
}

.search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details, .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-registration {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0;
    margin-top: 5px
}

.search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details {
    margin-bottom: 15px
}

    .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .date, .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .location {
        padding-left: 0
    }

        .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .date:before, .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .location:before {
            background-image: none
        }

    .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .date {
        margin-bottom: 5px;
        font-family: T20,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
        font-weight: 700;
        font-size: calc(.625 * 1.4rem);
        color: #353535;
        font-size: calc(.625 * 1.8rem);
        font-weight: 400
    }

    .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .location {
        font-family: T7,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
        font-weight: 400;
        font-size: calc(.625 * 1.4rem);
        color: #353535;
        line-height: 23px
    }

        .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .location span {
            margin-bottom: 0
        }

        .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .location .address, .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-details .location .name {
            line-height: inherit;
            font-size: inherit
        }

.search-results.listing-page.search-related .results-list.course-catalog .event-info .event-registration {
    text-align: right;
    display: flex;
    flex-direction: column;
    float: right
}

@media screen and (max-width: 767px) {
    .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-registration {
        float: none;
        width: 100%
    }
}

.search-results.listing-page.search-related .results-list.course-catalog .event-info .event-registration .button {
    margin: 0 0 10px 10px;
    max-width: none;
    width: auto;
    display: inline-block;
    flex-grow: 0;
    align-self: flex-end
}

@media screen and (max-width: 767px) {
    .search-results.listing-page.search-related .results-list.course-catalog .event-info .event-registration .button {
        margin-left: 0;
        width: 91.6%
    }
}

.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 #000;
    border-radius: 20px;
    border-color: #fff;
    padding: 0 20px;
    margin-bottom: 15px;
    box-shadow: inset 1px 1px 2px 1px rgba(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: calc(.625 * 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: calc(.625 * 1.2rem);
    color: #353535;
    font-size: calc(.625 * 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 100%
}

.search-box .search-clear {
    font-size: calc(.625 * 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: calc(.625 * 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: calc(.625 * 1.2rem);
        color: #353535;
        font-size: calc(.625 * 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: calc(.625 * 1.2rem);
    color: #353535;
    font-size: calc(.625 * 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: calc(.625 * 1.2rem);
        color: #353535;
        font-size: calc(.625 * 1.1rem )
    }

    .filters .filter-list td {
        padding: 10px 0;
        vertical-align: top
    }

    .filters .filter-list .checkbox {
        padding-left: 0;
        padding-right: 0;
        width: 25px
    }

    .filters .filter-list .label {
        font-family: T7,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
        font-weight: 400;
        font-size: calc(.625 * 1.4rem);
        color: #353535;
        line-height: 1.143;
        word-wrap: break-word;
        max-width: 100px
    }

@media screen and (max-width: 1024px) and (min-width:768px) {
    .filters .filter-list .label {
        font-size: calc(.625 * 1.2rem);
    }
}

.filters .filter-list .label .sub-label {
    display: block;
    font-size: calc(.625 * 1.2rem);
    font-size: calc(.625 * 1.1rem);
}

.filters .filter-list .label .sub-label, .filters .filter-list .total {
    font-family: T13,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    color: #353535
}

.filters .filter-list .total {
    font-size: calc(.625 * 1.2rem);
    line-height: 1.333;
    padding-left: 0;
    text-align: right;
    width: 10px
}

@media screen and (max-width: 1024px) and (min-width:768px) {
    .filters .filter-list .total {
        display: none
    }
}

.filters .filter-list:last-of-type {
    border-bottom: none
}

.spinner {
    text-align: center;
    margin-top: 20px
}

    .spinner img {
        max-width: 64px;
        max-height: 64px
    }

.static-tabs .tab-nav, .tabs .tab-nav {
    z-index: 0;
}

.static-tabs .tab-list, .tabs .tab-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left
}

    .static-tabs .tab-list .static-tab, .static-tabs .tab-list .tab, .tabs .tab-list .static-tab, .tabs .tab-list .tab {
        display: inline-block;
        height: 40px;
        padding: 11px 20px;
        text-transform: uppercase;
        text-align: center;
        position: relative;
        border: 1px solid #f4f4f4;
        background-color: hsla(0,0%,91.4%,.2);
        border-bottom: none;
        float: left
    }

@media screen and (max-width: 767px) {
    .static-tabs .tab-list .static-tab, .static-tabs .tab-list .tab, .tabs .tab-list .static-tab, .tabs .tab-list .tab {
        border-right: 0;
        border-left: 0
    }
}

.static-tabs .tab-list .static-tab a, .static-tabs .tab-list .tab a, .tabs .tab-list .static-tab a, .tabs .tab-list .tab a {
    font-family: T7,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.4rem);
    color: #353535;
    text-decoration: none
}

.static-tabs .tab-list .static-tab .arrow, .static-tabs .tab-list .tab .arrow, .tabs .tab-list .static-tab .arrow, .tabs .tab-list .tab .arrow {
    display: none
}

.static-tabs .tab-list .static-tab.ui-state-active, .static-tabs .tab-list .tab.ui-state-active, .tabs .tab-list .static-tab.ui-state-active, .tabs .tab-list .tab.ui-state-active {
    background-color: #008ca1;
    border: none;
    z-index: 2
}

    .static-tabs .tab-list .static-tab.ui-state-active a, .static-tabs .tab-list .tab.ui-state-active a, .tabs .tab-list .static-tab.ui-state-active a, .tabs .tab-list .tab.ui-state-active a {
        font-family: T6,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
        font-weight: 400;
        font-size: calc(.625 * 1.4rem);
        color: #fff
    }

    .static-tabs .tab-list .static-tab.ui-state-active .arrow, .static-tabs .tab-list .tab.ui-state-active .arrow, .tabs .tab-list .static-tab.ui-state-active .arrow, .tabs .tab-list .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
    }

.static-tabs .tab-content, .tabs .tab-content {
    border-top: 1px solid #efefef;
    margin-top: 20px;
    position: relative;
    clear: both
}

.static-tabs .tab-mobile-trigger, .tabs .tab-mobile-trigger {
    display: none
}

@media screen and (max-width: 767px) {
    .static-tabs .tab-nav, .tabs .tab-nav {
        position: relative;
        background-color: #008ca1;
        color: #fff;
        padding: 10px 15px;
        height: 60px
    }

        .static-tabs .tab-nav .tab-list, .tabs .tab-nav .tab-list {
            display: none
        }

        .static-tabs .tab-nav .tab-mobile-trigger, .tabs .tab-nav .tab-mobile-trigger {
            display: block;
            position: relative
        }

            .static-tabs .tab-nav .tab-mobile-trigger .current-tab, .tabs .tab-nav .tab-mobile-trigger .current-tab {
                font-size: calc(.625 * 1.2rem);
                color: #353535;
                width: 100%;
                display: block;
                height: 40px;
                border: 1px solid #000;
                border-radius: 20px;
                border: none;
                padding: 12px 25px 0;
                background: #fff url(/_Images/ui/dd-arrow-down.png) no-repeat right 17px
            }

        .static-tabs .tab-nav.expanded .tab-list, .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 #000;
            border-radius: 20px;
            border: none;
            padding: 0 10px;
            box-shadow: 0 2px 3px 0 rgba(0,0,0,.3)
        }

            .static-tabs .tab-nav.expanded .tab-list .static-tab, .static-tabs .tab-nav.expanded .tab-list .tab, .tabs .tab-nav.expanded .tab-list .static-tab, .tabs .tab-nav.expanded .tab-list .tab {
                float: none;
                width: 100%;
                display: block;
                text-align: left;
                padding: 3px 0;
                height: auto;
                background-color: transparent;
                text-transform: none;
                border-top: 1px solid #efefef
            }

                .static-tabs .tab-nav.expanded .tab-list .static-tab:first-child, .static-tabs .tab-nav.expanded .tab-list .tab:first-child, .tabs .tab-nav.expanded .tab-list .static-tab:first-child, .tabs .tab-nav.expanded .tab-list .tab:first-child {
                    border-top: none
                }

                .static-tabs .tab-nav.expanded .tab-list .static-tab a, .static-tabs .tab-nav.expanded .tab-list .tab a, .tabs .tab-nav.expanded .tab-list .static-tab a, .tabs .tab-nav.expanded .tab-list .tab a {
                    color: #353535;
                    font-size: calc(.625 * 1.2rem);
                    padding: 9px 15px;
                    display: block
                }

                .static-tabs .tab-nav.expanded .tab-list .static-tab .arrow, .static-tabs .tab-nav.expanded .tab-list .tab .arrow, .tabs .tab-nav.expanded .tab-list .static-tab .arrow, .tabs .tab-nav.expanded .tab-list .tab .arrow {
                    display: none
                }

        .static-tabs .tab-nav.expanded .tab-mobile-trigger, .tabs .tab-nav.expanded .tab-mobile-trigger {
            display: block;
            position: relative;
            text-transform: uppercase;
            padding: 11px 15px;
            height: 40px
        }

            .static-tabs .tab-nav.expanded .tab-mobile-trigger .arrow, .static-tabs .tab-nav.expanded .tab-mobile-trigger .current-tab, .tabs .tab-nav.expanded .tab-mobile-trigger .arrow, .tabs .tab-nav.expanded .tab-mobile-trigger .current-tab {
                display: none
            }

            .static-tabs .tab-nav.expanded .tab-mobile-trigger .sort, .tabs .tab-nav.expanded .tab-mobile-trigger .sort {
                z-index: 3
            }

                .static-tabs .tab-nav.expanded .tab-mobile-trigger .sort .arrow, .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 .static-tabs, .listing-page .tabs {
    margin-top: 29px
}

@media screen and (max-width: 767px) {
    .listing-page .static-tabs, .listing-page .tabs {
        margin-top: 0
    }
}

.listing-page .static-tabs .page-count, .listing-page .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 .static-tabs .page-count, .listing-page .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%;
    z-index: 1 !important;
}

@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: calc(.625 * 2.4rem);
    color: #353535;
    font-size: calc(.625 * 2.8rem);
    margin: 0 0 18px
}

@media screen and (max-width: 767px) {
    .listing-detail .listing-detail__sub-title {
        font-family: T3,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
        font-weight: 300;
        color: #353535;
        font-size: calc(.625 * 1.8rem);
    }
}

.listing-detail .listing-detail__section {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    margin-bottom: 37px
}

    .listing-detail .listing-detail__section .listing-detail__section__intro {
        margin-top: 27px
    }

    .listing-detail .listing-detail__section + .credit-table, .listing-detail .listing-detail__section + .headline-list, .listing-detail .listing-detail__section + .listing-detail__callout {
        margin-top: -5px
    }

    .listing-detail .listing-detail__section + .event-overview-info {
        font-size: 48px
    }

    .listing-detail .listing-detail__section > :first-child {
        margin-top: 0
    }

    .listing-detail .listing-detail__section.rtf ul {
        margin-left: 13px
    }

    .listing-detail .listing-detail__section.rtf .column-list {
        margin-left: 0;
        width: 100%
    }

        .listing-detail .listing-detail__section.rtf .column-list li {
            display: inline-block;
            width: 45%;
            padding-right: 20px;
            margin: 0 0 10px 15px
        }

            .listing-detail .listing-detail__section.rtf .column-list li:before {
                content: "\2022";
                margin-right: .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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 1.4rem);
            color: #353535;
            display: block;
            width: auto
        }

@media screen and (max-width: 767px) {
    .listing-detail .results-list.exhibits .result-item .event-details {
        margin-top: 0;
        margin-left: 5px
    }
}

.listing-detail .results-list.exhibits .result-item .event-registration {
    text-align: right
}

@media screen and (max-width: 767px) {
    .listing-detail .results-list.exhibits .result-item .event-registration {
        text-align: left;
        margin-top: 0;
        padding-top: 0
    }
}

.listing-detail .results-list.exhibits .result-item .event-registration .prices {
    display: inline-block
}

@media screen and (max-width: 767px) {
    .listing-detail .results-list.exhibits .result-item .event-registration .prices {
        margin-left: 0
    }
}

.listing-detail .listing-detail__actions {
    overflow: hidden;
    text-align: right
}

@media screen and (max-width: 767px) {
    .listing-detail .listing-detail__actions {
        text-align: center;
        margin-bottom: 30px
    }
}

.listing-detail .listing-detail__actions + .listing-detail__sub-title {
    margin-top: 40px
}

.listing-detail .listing-detail__actions .action-link {
    line-height: 40px;
    display: inline-block
}

@media screen and (max-width: 767px) {
    .listing-detail .listing-detail__actions .action-link {
        margin: 5px 0
    }
}

.listing-detail .listing-detail__actions .button {
    margin-left: 30px;
    min-width: 190px;
    float: right
}

@media screen and (max-width: 767px) {
    .listing-detail .listing-detail__actions .button {
        width: 100%;
        margin: 0;
        float: none
    }
}

.listing-detail .listing-detail__actions .white-button {
    clear: right;
    border-color: #008ca1;
    color: #008ca1;
    margin-top: 15px;
    text-transform: none
}

    .listing-detail .listing-detail__actions .white-button:hover {
        background-color: #008ca1;
        color: #fff
    }

@media screen and (max-width: 767px) {
    .listing-detail .listing-detail__actions .white-button {
        margin: 20px 0 0
    }
}

.listing-detail-alert {
    font-family: T4,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.8rem);
    color: #353535;
    border: 2px solid #008ca1;
    padding: 12px 15px;
    margin-bottom: 22px
}

    .listing-detail-alert .listing-detail-alert__title {
        font-family: T10,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
        font-weight: 700;
        font-size: calc(.625 * 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: calc(.625 * 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: calc(.625 * 1.2rem);
        color: #353535;
        margin: 8px 0 0;
        line-height: 1.5
    }

    .listing-detail-alert .action-link {
        display: inline-block;
        text-decoration: underline;
        text-transform: uppercase
    }

.listing-detail .headline {
    font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 2.4rem);
    color: #353535;
    font-size: calc(.625 * 2.8rem);
    line-height: 38px;
    margin: 0
}

.listing-detail .listing-detail__section {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.listing-detail .event-info {
    margin-bottom: 20px
}

    .listing-detail .event-info dd {
        margin: 0
    }

    .listing-detail .event-info .listing-detail__event-details {
        margin-bottom: 20px
    }

        .listing-detail .event-info .listing-detail__event-details dt {
            display: none
        }

        .listing-detail .event-info .listing-detail__event-details .date {
            font-family: T20,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
            font-weight: 700;
            font-size: calc(.625 * 1.4rem);
            color: #353535;
            font-size: calc(.625 * 1.8rem);
        }

        .listing-detail .event-info .listing-detail__event-details .location {
            font-family: T7,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
            font-weight: 400;
            font-size: calc(.625 * 1.4rem);
            color: #353535;
            line-height: 23px
        }

            .listing-detail .event-info .listing-detail__event-details .location .address, .listing-detail .event-info .listing-detail__event-details .location .name {
                display: block;
                line-height: inherit;
                font-size: inherit
            }

    .listing-detail .event-info .listing-detail__event-registration .prices {
        float: left;
        margin-right: 50px
    }

@media screen and (max-width: 767px) {
    .listing-detail .event-info .listing-detail__event-registration .prices {
        float: none;
        margin-right: 0
    }
}

.listing-detail .event-info .listing-detail__event-registration .prices dd, .listing-detail .event-info .listing-detail__event-registration .prices dt {
    margin-bottom: 0
}

@media (max-width: 1024px) {
    .listing-detail .event-info-hr {
        display: none
    }
}

.listing-detail__callout {
    background-color: #f3f3f4;
    padding: 25px;
    margin-bottom: 40px;
    overflow: hidden
}

    .listing-detail__callout .listing-detail__callout__image {
        float: left;
        margin-right: 24px;
        max-width: 100px
    }

@media screen and (max-width: 767px) {
    .listing-detail__callout .listing-detail__callout__image {
        max-width: 70px;
        margin-bottom: 15px;
        margin-right: 20px
    }
}

.listing-detail__callout .listing-detail__callout__title {
    font-family: T4,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 1.6rem);
    }
}

.agenda .agenda-list .agenda-list__item:first-child {
    border-top: none
}

.agenda .agenda-list .agenda-list__item__times {
    display: inline-block;
    width: 32%;
    border-left: 3px solid #4f545d;
    padding-left: 8px;
    vertical-align: top
}

@media screen and (max-width: 1024px) {
    .agenda .agenda-list .agenda-list__item__times {
        width: 40%
    }
}

@media screen and (max-width: 767px) {
    .agenda .agenda-list .agenda-list__item__times {
        width: auto;
        display: block
    }
}

.agenda .agenda-list .agenda-list__item__title {
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    max-width: 65%
}

@media screen and (max-width: 1024px) {
    .agenda .agenda-list .agenda-list__item__title {
        width: 58%
    }
}

@media screen and (max-width: 767px) {
    .agenda .agenda-list .agenda-list__item__title {
        display: block;
        margin: 5px 0 0 11px;
        width: auto
    }
}

.agenda .agenda-list .agenda-list__item__command {
    position: relative;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle
}

    .agenda .agenda-list .agenda-list__item__command .agenda-item__icon--internal {
        display: inline-block;
        margin-left: 8px;
        background-image: url(/_Images/sprites/ui.png);
        background-position: -1096px -47px;
        width: 6px;
        height: 8px;
        top: 4px
    }

@media screen and (max-width: 1024px) {
    .agenda .agenda-list .agenda-list__item__command {
        width: 58%
    }
}

@media screen and (max-width: 767px) {
    .agenda .agenda-list .agenda-list__item__command {
        display: block;
        margin: 5px 0 0 11px;
        width: auto
    }
}

.offerings {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 40px
}

@media screen and (max-width: 767px) {
    .offerings {
        margin: 18px -13px 40px
    }
}

.offerings .offering__item {
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    padding: 20px
}

    .offerings .offering__item:first-child {
        border-top: 1px solid #efefef
    }

    .offerings .offering__item:nth-child(2n) {
        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: calc(.625 * 1.2rem);
    color: #353535;
    overflow: hidden
}

    .prices dd, .prices dt {
        margin-bottom: 10px;
        display: inline-block;
        float: left
    }

    .prices dt {
        width: 150px;
        padding-right: 5px;
        clear: left
    }

    .prices dd {
        margin-left: 0
    }

@media screen and (max-width: 767px) {
    .prices dd {
        min-width: 140px
    }
}

.prices .member, .prices .total {
    color: #353535
}

.prices .member, .prices .special, .prices .total {
    font-family: T7,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.4rem);
    font-weight: 700
}

.prices .special {
    color: #353535;
    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 #000;
    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: calc(.625 * 1.8rem);
    color: #353535;
    font-size: calc(.625 * 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: calc(.625 * 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: calc(.625 * 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__content td, .credit-table .credit-table__heading td {
        width: 20%;
        padding: 20px;
        border: 1px solid #efefef
    }

        .credit-table .credit-table__content td.credit-table__name, .credit-table .credit-table__heading td.credit-table__name {
            width: 40%
        }

@media screen and (max-width: 767px) {
    .credit-table .credit-table__content td, .credit-table .credit-table__heading td {
        display: block;
        width: 100%;
        padding: 10px 20px
    }

        .credit-table .credit-table__content td.credit-table__name, .credit-table .credit-table__heading td.credit-table__name {
            font-family: T10,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
            font-weight: 700;
            font-size: calc(.625 * 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: calc(.625 * 1.2rem);
    color: #353535
}

    .credit-table .credit-table__content tr:nth-child(2n) {
        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: calc(.625 * 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: calc(.625 * 1.8rem);
    color: #353535;
    border-bottom: 1px solid #f3f3f4;
    padding: 10px 0;
    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 #000;
                border-radius: 20px;
                border: none;
                margin-top: 10px;
                box-shadow: 0 2px 3px 0 rgba(0,0,0,.3);
                padding: 3px 20px 5px
            }
}

.press-releases {
    list-style-type: none;
    padding: 0;
    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: calc(.625 * 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: calc(.625 * 1.2rem);
    color: #353535
}

@media screen and (max-width: 767px) {
    .article-listing-page .filter-box .sort-label {
        display: block;
        line-height: 1;
        margin-bottom: 8px
    }
}

@media screen and (max-width: 767px) {
    .article-listing-page .article-detail {
        padding: 18px 13px
    }
}

.article-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden
}

    .article-list .article-list-loading {
        width: 10%;
        margin: 10px auto;
        display: block
    }

    .article-list .article-list-item {
        padding: 19px 13px 39px;
        position: relative;
        border-bottom: 1px solid #f3f3f4
    }

        .article-list .article-list-item.current {
            background-color: #f3f3f4;
            border-bottom: none
        }

            .article-list .article-list-item.current .arrow {
                position: absolute;
                background-image: url(/_Images/sprites/ui.png);
                background-position: -1057px -81px;
                width: 6px;
                height: 9px;
                top: 24px;
                right: -6px;
                display: inline-block
            }

@media screen and (max-width: 767px) {
    .article-list .article-list-item.current .arrow {
        display: none
    }
}

.article-list .article-title {
    display: block;
    padding-left: 8px;
    margin-top: 11px;
    line-height: 1.571;
    color: #353535;
    border-left: 3px solid #4f545d;
    max-height: 88px;
    overflow: hidden
}

.article-list .type {
    display: inline-block;
    text-transform: uppercase;
    font-family: T8,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.2rem);
    color: #fff;
    font-size: calc(.625 * 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: calc(.625 * 2.4rem);
    color: #353535
}

@media screen and (max-width: 1024px) {
    .article-detail .article-title {
        font-size: calc(.625 * 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: calc(.625 * 1.2rem);
        color: #353535;
        margin-top: 0;
        margin-bottom: 18px
    }

.article-detail .member-notice {
    overflow: hidden;
    background-color: #f3f3f4;
    border: 1px solid #ddd;
    padding: 27px 30px 20px;
    margin-top: 20px
}

@media screen and (max-width: 767px) {
    .article-detail .member-notice {
        padding: 17px 20px 20px
    }
}

.article-detail .member-notice .article-title {
    margin-bottom: 25px
}

@media screen and (max-width: 767px) {
    .article-detail .member-notice .article-title {
        margin-bottom: 14px
    }
}

.article-detail .member-notice .member-teaser {
    line-height: 2;
    margin-bottom: 27px
}

@media screen and (max-width: 767px) {
    .article-detail .member-notice .member-teaser {
        margin-bottom: 17px
    }
}

.article-detail .member-notice .membership-links {
    text-align: right
}

.article-detail .member-notice .button {
    min-width: 144px;
    margin-left: 21px
}

.article-detail .member-notice .sign-in-link {
    display: inline-block;
    line-height: 40px
}

@media screen and (max-width: 767px) {
    .article-detail .member-notice .sign-in-link {
        line-height: 1;
        margin-bottom: 17px;
        display: block;
        text-align: right
    }
}

.article-detail-full {
    position: relative
}

    .article-detail-full .page-title {
        margin-right: 350px;
        margin: 0 0 15px;
        font-family: T17,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
        font-weight: 300;
        font-size: calc(.625 * 3rem);
        line-height: 1.267em;
        color: #353535
    }

@media screen and (max-width: 1024px) {
    .article-detail-full .page-title {
        font-size: calc(.625 * 2.4rem);
        line-height: 1.333em
    }
}

@media screen and (max-width: 767px) {
    .article-detail-full .page-title {
        font-size: calc(.625 * 1.8rem);
        line-height: 1.333em;
        margin: 17px 13px 15px;
        font-size: calc(.625 * 2.4rem);
    }
}

@media screen and (max-width: 767px) {
    .article-detail-full .article-detail {
        padding: 18px 13px
    }
}

.article-detail-full .back-link {
    line-height: 40px;
    vertical-align: top;
    margin-right: 6px;
    display: inline-block;
    text-transform: uppercase;
    font-family: T13,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.2rem);
    color: #353535
}

@media screen and (max-width: 767px) {
    .article-detail-full .back-link {
        display: block;
        margin: 17px 13px 15px
    }
}

.article-sharing {
    margin: 20px 0 40px
}

    .article-sharing .sharing-title {
        font-family: T13,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
        font-weight: 400;
        font-size: calc(.625 * 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: calc(.625 * 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-author, .publishing-info .article-location, .publishing-info .article-time {
        text-transform: uppercase;
        font-family: T10,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
        font-weight: 700;
        font-size: calc(.625 * 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: calc(.625 * 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.33%;
    padding-top: 24.75%;
    border-top: none;
    border-bottom: 1px solid #efefef;
    border-left: 1px solid #efefef
}

    .home .tile:first-child, .home .tile:nth-child(3n) {
        border-left: none
    }

@media screen and (max-width: 767px) {
    .home .tile {
        width: 320px;
        height: 239px
    }

        .home .tile, .home .tile:nth-child(odd) {
            border-left: none
        }

            .home .tile .tile-inner {
                padding: 17px 14px 10px 10px
            }
}

.features {
    margin: 0 0 0 -13px;
    clear: both
}

    .features:after, .features:before {
        content: " ";
        display: table
    }

    .features:after {
        clear: both
    }

@media screen and (max-width: 767px) and (min-width:350px) {
    .features {
        margin-left: 0
    }
}

.features .feature-title {
    font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 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: calc(.625 * 1.2rem);
        color: #353535;
        text-transform: uppercase;
        margin-bottom: 13px
    }
}

@media screen and (max-width: 767px) {
    .features .tab-nav {
        background-color: inherit
    }
}

.features.generic {
    margin-left: 0;
    margin-bottom: 35px
}

    .features.generic .tab-nav h3.event-title {
        display: block;
        display: -webkit-box;
        line-height: 1.25em;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis
    }

.callout-well.callout-well-even + .features.generic {
    margin-top: -40px
}

@media screen and (min-width: 768px) {
    .right-col .features {
        margin-left: 0
    }
}

.features.single-column {
    margin-left: 0;
    border-bottom: 1px solid #efefef
}

@media screen and (max-width: 767px) {
    .features.single-column {
        border-top: 1px solid #efefef;
        padding-top: 34px;
        margin-bottom: 40px
    }
}

.features.single-column .feature-title {
    text-transform: uppercase;
    font-family: T10,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 700;
    font-size: calc(.625 * 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 {
        padding: 25px 16px 21px 23px
    }

    .tile .event-link, .tile .tile-inner {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

    .tile .event-link {
        width: 100%;
        height: 100%
    }

    .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
    }

        .tile, .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: calc(.625 * 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: calc(.625 * 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 #000;
    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 #000;
        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: calc(.625 * 2.4rem);
    color: #353535
}

@media screen and (max-width: 1024px) and (min-width:768px) {
    .tile .event-title {
        font-size: calc(.625 * 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-size: calc(.625 * 1.2rem);
    line-height: 1.167;
    display: block;
    margin-bottom: 6px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.tile .author, .tile .description {
    font-weight: 400;
    color: #353535;
    overflow: hidden
}

.tile .description {
    font-family: T7,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-size: calc(.625 * 1.4rem);
    line-height: 1.714;
    margin: 11px 0;
    max-height: 94px
}

@media screen and (max-width: 1024px) and (min-width:768px) {
    .tile .description {
        font-size: calc(.625 * 1.2rem);
        line-height: 1.667;
        margin: 8px 0;
        letter-spacing: -.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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 2.4rem);
        color: #353535;
        font-size: calc(.625 * 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,.6);
        font-family: T8,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
        font-weight: 400;
        font-size: calc(.625 * 1.2rem);
        color: #fff;
        height: 30px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 7px 15px 0
    }

@media screen and (min-width: 768px) {
    .tile.wide {
        width: 66.66%
    }
}

@media screen and (min-width: 768px) {
    .tile.article.wide .tile-inner {
        padding-left: 230px
    }
}

@media screen and (min-width: 768px) and (max-width:1024px) {
    .tile.article.wide .tile-inner {
        padding-left: 170px
    }
}

@media screen and (max-width: 767px) {
    .tile.article .article-img {
        display: none
    }
}

.tile.event {
    background-color: #353535;
    background-repeat: no-repeat;
    color: #fff;
    background-size: auto 100%
}

    .tile.event .tile-inner {
        padding: 13px 15px 30px
    }

@media screen and (max-width: 1024px) and (min-width:768px) {
    .tile.event {
        font-size: calc(.625 * 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: calc(.625 * 3rem);
    line-height: 1.267em;
    color: #fff;
    font-size: calc(.625 * 3.6rem);
    line-height: 1;
    margin: 0 0 11px;
    max-height: 46px
}

@media screen and (max-width: 1024px) {
    .gallery .gallery-header .title {
        font-size: calc(.625 * 2.4rem);
        line-height: 1.333em;
        font-size: calc(.625 * 3.2rem);
        margin-bottom: 10px
    }
}

@media screen and (max-width: 767px) {
    .gallery .gallery-header .title {
        font-size: calc(.625 * 2.4rem);
        margin-bottom: 5px
    }
}

.gallery .gallery-header .title a {
    color: #fff;
    text-decoration: none
}

.gallery .gallery-header .subtitle {
    font-family: T16,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 1.8rem);
    color: #fff;
    margin: 0
}

@media screen and (max-width: 1024px) {
    .gallery .gallery-header .subtitle {
        font-size: calc(.625 * 1.6rem);
    }
}

@media screen and (max-width: 767px) {
    .gallery .gallery-header .subtitle {
        font-size: calc(.625 * 1.4rem);
        line-height: 1.429
    }
}

.gallery .cycle-next, .gallery .cycle-prev {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 157px;
    z-index: 999
}

@media screen and (max-width: 1024px) {
    .gallery .cycle-next, .gallery .cycle-prev {
        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: 0;
    left: 62px;
    background: url(/_Images/ui/gallery-circle-top.png) top 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: calc(.625 * 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: calc(.625 * 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;
    color: white;
}

@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: calc(.625 * 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: calc(.625 * 1.2rem);
        color: #353535;
        display: inline-block;
        width: 35%;
        float: left;
        margin-top: 13px
    }

    html body .scfForm input[type=email], 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: calc(.625 * 1.2rem);
        color: #353535;
        border: 1px solid #000;
        border-radius: 20px;
        border: 1px solid #ddd;
        min-height: 40px;
        padding: 10px 20px
    }

    html body .scfForm textarea {
        resize: none;
        height: 210px
    }

html body .scfTitleBorder {
    margin: 12px 0 18px;
    font-family: T17,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 2.5rem);
    line-height: 1.267em;
    color: #353535
}

.ge-link {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 13px !important;
}

@media (max-width: 767px) {
    .ge-link {
        padding: 23px 13px !important;
    }
}

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: calc(.625 * 1.2rem);
    color: #353535;
    display: inline-block
}

@media screen and (max-width: 1024px) {
    html body .scfTitleBorder {
        font-size: calc(.625 * 2.4rem);
        line-height: 1.333em
    }
}

@media screen and (max-width: 767px) {
    html body .scfTitleBorder {
        font-size: calc(.625 * 1.8rem);
        line-height: 1.333em;
        font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
        font-weight: 300;
        font-size: calc(.625 * 2.4rem);
        color: #353535
    }
}

html body .scfSectionBorderAsFieldSet {
    margin: 0;
    border: none;
    padding: 0
}

html body .scfDropListBorder, html body .scfDroplistBorder, html body .scfEmailBorder, html body .scfMultipleLineTextBorder, html body .scfSingleLineTextBorder {
    margin-bottom: 30px !important;
    position: relative;
    padding-right: 0
}

    html body .scfDropListBorder:after, html body .scfDroplistBorder:after, html body .scfDropListBorder:before, html body .scfDroplistBorder:before, html body .scfEmailBorder:after, html body .scfEmailBorder:before, html body .scfMultipleLineTextBorder:after, html body .scfMultipleLineTextBorder:before, html body .scfSingleLineTextBorder:after, html body .scfSingleLineTextBorder:before {
        content: " ";
        display: table
    }

    html body .scfDropListBorder:after, html body .scfDroplistBorder:after, html body .scfEmailBorder:after, html body .scfMultipleLineTextBorder:after, html body .scfSingleLineTextBorder:after {
        clear: both
    }

html body .scfDroplistGeneralPanel, html body .scfDropListGeneralPanel, html body .scfEmailGeneralPanel, html body .scfMultipleLineGeneralPanel, html body .scfSingleLineGeneralPanel {
    width: 65%;
    float: left;
    position: relative;
    padding-right: 0
}

html body .scfDroplistGeneralPanel, html body .scfDropListGeneralPanel {
    border: 1px solid #000;
    border-radius: 20px;
    border: 1px solid #ddd;
    height: 40px;
    font-family: T13,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 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 #000;
        border-radius: 20px;
        height: 40px;
        font-family: T6,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
        font-weight: 400;
        font-size: calc(.625 * 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:active, html body .scfSubmitButtonBorder .scfSubmitButton:hover {
            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: -.5em;
    font-size: calc(.625 * 1.2rem);
}

html body .scfValidationSummary {
    font-family: T13,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.2rem);
    color: #353535;
    font-size: calc(.625 * 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: calc(.625 * 1.2rem);
    color: #353535;
    font-size: calc(.625 * 1.1rem);
    color: #e60000;
    margin-top: 8px
}

.leadership-content:after, .leadership-content:before {
    content: " ";
    display: table
}

.leadership-content:after {
    clear: both
}

.leadership-content ul.feature-card {
    list-style-type: none;
    padding: 0;
    float: left;
    width: 100%
}

    .leadership-content ul.feature-card li {
        position: relative;
        float: left;
        width: 50%;
        overflow: hidden;
        margin-bottom: 10px
    }

        .leadership-content ul.feature-card li .divMargin {
            margin-right: 10px
        }

        .leadership-content ul.feature-card li a.feature-card-block {
            height: 340px;
            display: table;
            text-decoration: none;
            width: 100%;
            position: relative
        }

            .leadership-content ul.feature-card li a.feature-card-block .feature-card-content {
                box-sizing: "border-box";
                -moz-box-sizing: "border-box";
                -webkit-box-sizing: "border-box";
                vertical-align: bottom;
                padding: 20px;
                background-color: #d7d7d7;
                bottom: 0;
                padding: 0 0 10px;
                position: absolute;
                transition: all .3s ease;
                top: 280px;
                transition: all .3s ease 0s;
                height: auto;
                border: 0;
                width: 100%
            }

                .leadership-content ul.feature-card li a.feature-card-block .feature-card-content h3 {
                    font-weight: 400;
                    color: #fff;
                    line-height: 1.2;
                    margin: 0;
                    padding: 0 15px;
                    margin-bottom: 10px;
                    background: #464646;
                    font-size: 18px;
                    height: 60px;
                    display: flex;
                    align-items: center
                }

                .leadership-content ul.feature-card li a.feature-card-block .feature-card-content p {
                    color: #353535;
                    margin: 0;
                    padding: 0 20px;
                    margin-bottom: 5px;
                    line-height: 22px
                }

                    .leadership-content ul.feature-card li a.feature-card-block .feature-card-content p span.primary {
                        background: #c00;
                        padding: 10px 10px;
                        text-transform: uppercase;
                        display: inline-block
                    }

                        .leadership-content ul.feature-card li a.feature-card-block .feature-card-content p span.primary:hover {
                            background-color: #c00
                        }

                    .leadership-content ul.feature-card li a.feature-card-block .feature-card-content p span.Explorerbutton {
                        border: 1px solid #000;
                        height: 40px;
                        background-color: transparent;
                        font-family: T6,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
                        font-weight: 400;
                        font-size: calc(.625 * 1.4rem);
                        color: #000;
                        text-decoration: none;
                        text-transform: uppercase;
                        display: inline-block;
                        text-align: center;
                        padding: 10px 20px;
                        min-width: 133px;
                        line-height: 1.3
                    }

            .leadership-content ul.feature-card li a.feature-card-block:hover {
                border: none
            }

                .leadership-content ul.feature-card li a.feature-card-block:hover .feature-card-content {
                    bottom: 0;
                    top: 45%
                }

.leadership-content .feature-card .background-cover {
    background-size: 100%
}

@media screen and (max-width: 1024px) {
    .leadership-content ul.feature-card li a.feature-card-block {
        height: auto;
        display: block;
        background: transparent !important
    }

        .leadership-content ul.feature-card li a.feature-card-block img {
            width: 100%;
            height: auto;
            display: block !important
        }

        .leadership-content ul.feature-card li a.feature-card-block .feature-card-content {
            position: static
        }

            .leadership-content ul.feature-card li a.feature-card-block .feature-card-content h3 {
                height: auto;
                min-height: 60px;
                padding: 15px
            }

    .leadership-content ul.feature-card li {
        width: 100% !important
    }

        .leadership-content ul.feature-card li .divMargin {
            margin-right: 0 !important
        }
}

.leadership-content .divGrey {
    background-color: #e8e8e8
}

.leadership-content .divTitle {
    margin-top: 10px;
    margin-left: 10px;
    font-weight: 300;
    font-size: calc(.625 * 3rem);
    line-height: 1.267em
}

.leadership-content .name {
    color: #008ca1;
    font-weight: 700
}

.leadership-content .page-title {
    font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 2.4rem);
    color: #353535;
    margin: 23px 0 18px
}

.leadership-content .page-sub-title {
    font-family: T3,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 1.8rem);
    color: #353535;
    line-height: 1.333;
    border-left: 3px solid #008ca1;
    padding-left: 5px;
    margin: 0;
    margin-bottom: 5px
}

    .leadership-content .page-sub-title.no-border {
        border-left: none;
        padding-left: 0
    }

@media screen and (max-width: 767px) {
    .leadership-content .divTitle {
        font-size: calc(.625 * 1.5rem);
    }
}

.leadership-content .divOuter {
    margin-bottom: 30px
}

.leadership-content .listContainer {
    display: flex;
    clear: both
}

.leadership-content.Large .listContainer .Cell1 {
    width: 308px
}

.leadership-content.Medium .listContainer .Cell1 {
    width: 154px
}

.leadership-content.Small .listContainer .Cell1 {
    width: 106px
}

.leadership-content .listContainer .Cell2 {
    width: 70%;
    margin-left: 10px
}

.leadership-content .listContainer .Title {
    color: #008ca1;
    font-weight: 700
}

    .leadership-content .listContainer .Title h3 {
        color: #008ca1;
        font-weight: 700;
        width: 100%
    }

    .leadership-content .listContainer .Title P {
        font-weight: 700;
        color: #353535
    }

.leadership-content .listContainer .subtitle {
    font-weight: 700
}

.leadership-content .ExploreRight {
    float: right
}

.leadership-content .right-arrow:after {
    content: "";
    display: inline-block;
    border: solid transparent;
    border-width: .271875em .4078125em;
    border-right: none;
    border-left-color: #b50a47;
    margin-bottom: .090625em;
    margin-left: .5em
}

.leadership-content .divTable {
    display: table;
    padding: 10px;
    margin: 0;
    width: 100%
}

    .leadership-content .divTable li {
        display: inline-block;
        width: 45%;
        text-align: left;
        margin: 10px;
        vertical-align: top
    }

@media screen and (max-width: 767px) {
    .leadership-content .divTable li {
        width: 100%
    }
}

.leadership-content .img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.leadership-content .clonebio {
    display: none
}

.leadership-content .clickable {
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .leadership-content .divTable li {
        width: 100%;
        margin: 0
    }

    .leadership-content .listContainer .Cell2 {
        margin: 10px;
        float: left;
        width: 100%
    }

    .leadership-content .img-responsive {
        display: block;
        max-width: 100%;
        height: auto
    }

    .leadership-content .bio {
        display: none
    }

    .leadership-content .upperArrow {
        background-image: url(https://www.diaglobal.org/_images/ui/dd-arrow-up.png);
        background-repeat: no-repeat;
        margin-right: 20px;
        float: right
    }

    .leadership-content .downArrow {
        background-image: url(https://www.diaglobal.org/_images/ui/dd-arrow-down.png);
        background-repeat: no-repeat;
        margin-right: 20px;
        float: right
    }

    .leadership-content .clonebio {
        display: block;
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 10px
    }

    .leadership-content .listContainer .Cell1 .Large {
        width: 154px
    }
}

@media screen and (max-width: 767px) {
    .leadership-bio {
        margin-top: 10px
    }
}

.leadership-bio .bio-header {
    overflow: hidden;
    margin-bottom: 15px
}

    .leadership-bio .bio-header .bio-img {
        width: 196px;
        height: 196px;
        border: 1px solid #000;
        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: calc(.625 * 1.2rem);
    display: inline-block;
    background-image: url(/_Images/sprites/icons.png);
    background-position: -845px 0;
    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: calc(.625 * 3rem);
    line-height: 1.267em;
    color: #353535;
    margin: 25px 0 3px 0
}

@media screen and (max-width: 1024px) {
    .leadership-bio .bio-name {
        font-size: calc(.625 * 2.4rem);
        line-height: 1.333em
    }
}

@media screen and (max-width: 767px) {
    .leadership-bio .bio-name {
        font-size: calc(.625 * 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: calc(.625 * 1.2rem);
    color: #353535;
    margin: 3px 0 0 0
}

.leadership-bio .rtf, .people {
    clear: both
}

.people {
    position: relative
}

    .people .people-title {
        font-family: T17,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
        font-weight: 300;
        font-size: calc(.625 * 3rem);
        line-height: 1.267em;
        color: #353535;
        margin: 0 0 30px
    }

@media screen and (max-width: 1024px) {
    .people .people-title {
        font-size: calc(.625 * 2.4rem);
        line-height: 1.333em
    }
}

@media screen and (max-width: 767px) {
    .people .people-title {
        font-size: calc(.625 * 1.8rem);
        line-height: 1.333em;
        margin: 14px 13px;
        font-size: calc(.625 * 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;
                box-shadow: 0 2px 3px 0 rgba(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: .5
    }

    .people .person a:hover .right-arrow {
        text-decoration: underline
    }

.people .person .bio-img {
    width: 108px;
    height: 108px;
    overflow: hidden;
    border: 1px solid #000;
    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: calc(.625 * 1.4rem);
    color: #353535
}

.people .person .bullet {
    color: #008ca1;
    font-size: calc(.625 * 2rem);
    line-height: .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: calc(.625 * 1.2rem);
    color: #353535
}

    .people .person .job-title:before {
        margin-right: 6px
    }

.people .person .right-arrow {
    font-size: calc(.625 * 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: -10px 0
    }

        .media-callout .rtf .button {
            min-width: 0;
            margin-bottom: 10px
        }

@media screen and (max-width: 767px) {
    .media-callout {
        padding: 20px 13px 40px
    }
}

.media-callout .media-title {
    text-transform: uppercase;
    font-family: T10,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 700;
    font-size: calc(.625 * 1.2rem);
    color: #353535;
    margin: 0 0 16px
}

.media-callout .media-link {
    float: right;
    margin-top: 50px;
}

.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: calc(.625 * 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 0;
        padding: 20px 15px;
        overflow: hidden
    }

        .gray-box .gray-box-border > .right-arrow {
            float: right
        }

        .gray-box .gray-box-border .button.blue-button {
            min-width: 0;
            width: auto;
            float: right !important;
            display: inline-block;
            height: auto
        }

@media screen and (max-width: 1024px) {
    .gray-box .gray-box-border .button.blue-button {
        white-space: nowrap;
        float: none;
        font-size: 13px
    }
}

@media screen and (max-width: 820px) {
    .gray-box .gray-box-border .button.blue-button {
        padding: 10px 15px
    }
}

.gray-box .button {
    float: right
}

@media screen and (max-width: 767px) {
    .gray-box .button {
        float: none;
        width: 100%
    }
}

.gray-box .rtf h1 {
    font-family: T4,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-size: calc(.625 * 1.8rem);
}

.gray-box .rtf h1, .gray-box .rtf h2 {
    font-weight: 400;
    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-size: calc(.625 * 1.4rem);
}

.gray-box .rtf h3 {
    font-family: T13,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoAQMAAAC2MCouAAAABlBMVEXz8/Tw8PAsNBl0AAAAFklEQVR42mP4DwIMDQwcDAx0JQfIXgBE5h4nAauSEAAAAABJRU5ErkJggg==)
}

    .locations:after, .locations:before {
        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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 3rem);
            line-height: 1.267em;
            color: #353535;
            padding: 15px 20px
        }
}

@media screen and (max-width: 767px) and (max-width:1024px) {
    .locations h2 {
        font-size: calc(.625 * 2.4rem);
        line-height: 1.333em
    }
}

@media screen and (max-width: 767px) and (max-width:767px) {
    .locations h2 {
        font-size: calc(.625 * 1.8rem);
        line-height: 1.333em
    }
}

.locations-hero {
    position: relative;
    background: no-repeat 50%,no-repeat 50%;
    background-size: 87.20703% auto;
    min-height: 480px;
    margin-bottom: 80px
}

    .locations-hero:after, .locations-hero:before {
        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%;
    transform: translate(-50%,-50%);
    background: rgba(0,0,0,.69);
    color: #efefef;
    padding: 20px 30px;
    font-family: T8,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 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: calc(.625 * 2.4rem);
        color: #353535;
        overflow: hidden;
        white-space: pre;
        text-overflow: ellipsis;
        color: inherit;
        margin: 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: calc(.625 * 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:after, .locations-list .location-info:before {
        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: calc(.625 * 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: .15em;
        bottom: .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: calc(.625 * 1.8rem);
        color: #353535;
        margin-bottom: 0;
        padding-right: 10px
    }
}

.locations-list .address {
    float: left;
    width: 33.33%;
    padding: 0 20px;
    line-height: 1.4;
    /*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: calc(.625 * 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: -5px 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,.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-position: -168px -655px
    }

    .social_icon.st_facebook_custom, .social_icon.st_twitter_custom {
        background-image: url(/_Images/sprites/icons.png);
        width: 24px;
        height: 24px
    }

    .social_icon.st_twitter_custom {
        background-position: -432px -391px
    }

    .social_icon.st_googleplus_custom {
        background-position: -216px -607px
    }

    .social_icon.st_googleplus_custom, .social_icon.st_linkedin_custom {
        background-image: url(/_Images/sprites/icons.png);
        width: 24px;
        height: 24px
    }

    .social_icon.st_linkedin_custom {
        background-position: -240px -583px
    }

.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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 1.8rem);
        }
}

.dashboard .dashboard-features {
    overflow: hidden;
    position: relative
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-features {
        margin: 0 -13px
    }
}

.dashboard .dashboard-features .dashboard-callout {
    width: 50%;
    float: left;
    padding-left: 8px
}

    .dashboard .dashboard-features .dashboard-callout:nth-child(odd) {
        padding-left: 0;
        padding-right: 8px
    }

@media screen and (max-width: 767px) {
    .dashboard .dashboard-features .dashboard-callout {
        width: auto;
        float: none;
        padding: 0
    }

        .dashboard .dashboard-features .dashboard-callout:nth-child(odd) {
            padding: 0
        }
}

.dashboard .features {
    margin-left: 0
}

@media screen and (max-width: 767px) {
    .dashboard .features {
        display: none
    }
}

.dashboard .dashboard__AddmemDirectory__actions {
    text-align: right
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard__AddmemDirectory__actions {
        margin: 0 10px
    }

        .dashboard .dashboard__AddmemDirectory__actions .button {
            width: 100%
        }
}

.edit-profile {
    position: relative
}

@media screen and (max-width: 767px) {
    .edit-profile {
        margin-top: 20px
    }
}

.edit-profile .page-title {
    float: left
}

.edit-profile .button {
    float: right;
    margin-top: 0px !important;
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .edit-profile .button {
        float: right;
    }
}

@media screen and (max-width: 350px) {
    .edit-profile .button {
        width: 92%;
    }
}

.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(2n) {
            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: calc(.625 * 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--external, .presentation-list .presentation-item__title .presentation-item__icon--internal {
            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: calc(.625 * 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: calc(.625 * 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, .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: calc(.625 * 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 #000;
    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: calc(.625 * 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: calc(.625 * 1.6rem);
    }
}

.members-hero {
    position: relative;
    background: url(/_Images/ui/cloth-background.png);
    padding: 20px;
    margin-bottom: 20px;
    padding-left: 156px
}

    .members-hero:after, .members-hero:before {
        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:after, .members-hero__left-column:before {
        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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 1.8rem);
    color: #353535;
    line-height: 1em;
}

.members-hero__alert-content {
    font-family: T13,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 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: calc(.625 * 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: 400;
    font-size: calc(.625 * 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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 1.2rem);
    color: #b50a47
}

.abstract-info .abstract-status .button {
    height: 30px;
    border: 1px solid #000;
    border-radius: 15px;
    border: none;
    min-width: 0;
    padding: 6px 15px
}

@media screen and (min-width: 768px) {
    .abstract-content {
        padding-left: 10px
    }
}

.abstract-content .page-title {
    margin-top: 8px
}

@media screen and (max-width: 767px) {
    .abstract-content .page-title {
        display: none
    }
}

.abstract-content .result-title {
    font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 2.4rem);
    color: #353535
}

@media screen and (max-width: 767px) {
    .abstract-content .event-info .event-details {
        float: none
    }

    .abstract-content .event-info .event-registration {
        border-top: 1px solid #efefef;
        float: none
    }
}

.abstract-content .tabs .overview {
    margin: 18px 0
}

@media screen and (max-width: 767px) {
    .abstract-content .tabs .overview {
        margin: 18px 13px
    }
}

@media screen and (max-width: 767px) {
    .abstract-content .tabs {
        margin: 0 -13px
    }

        .abstract-content .tabs .results-list {
            margin-top: 11px
        }

            .abstract-content .tabs .results-list .result-item:first-child {
                border-top: 1px solid #f3f3f4
            }
}

.abstract-content .show-all {
    float: right;
    margin-top: 30px
}

@media screen and (max-width: 767px) {
    .abstract-content .show-all {
        float: none;
        margin: 23px 13px 10px;
        display: block
    }
}

.abstract-content .sub-headline {
    margin: 0 0 7px;
    padding-left: 8px;
    font-family: T3,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 1.8rem);
    color: #353535;
    line-height: 1.333
}

.abstract-content .option-label {
    font-family: T13,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.2rem);
    color: #353535;
    display: inline-block;
    margin-bottom: 10px
}

.abstract-content .field-validation-error, .abstract-content .validation-summary-errors {
    font-size: 11px;
    color: #e60000 !important
}

.checkout .validation-summary-errors {
    color: red;
}

.checkout__form .validation-summary-errors {
    color: red;
}

.checkout__form .validation-summary-valid {
    color: red;
}

.abstract-content .input-validation-error {
    border-color: #e60000 !important
}

.abstract-content .keywordText {
    width: 400px
}

.abstract-content .keywordList {
    height: auto;
    width: 400px
}

.abstract-content .charRemaining {
    display: inline-block
}

.abstract-content .table {
    display: table;
    padding: 5px;
    margin: 5px;
    width: 100%
}

.abstract-content .row {
    display: table-row;
    vertical-align: top;
    padding-bottom: 10px;
    border-left: 0;
    width: 100%;
    line-height: 1.8em
}

.abstract-content .cell {
    float: left
}

.abstract-content .cellLabel {
    float: left;
    width: 20%;
    font-weight: 700
}

.abstract-content .cellValue {
    float: left;
    width: 30%
}

.abstract-content .cellValueLong {
    float: left;
    width: 80%
}

.abstract-content .divmargin {
    margin: 10px
}

.abstract-content .dvspacing {
    padding-left: 140px;
    padding-top: 10px
}

.abstract-content .btnspacing {
    padding-right: 50px
}

.abstract-content .dvwidth {
    width: 515px
}

.abstract-content .required {
    color: #e60000
}

.abstract-content .required_info {
    color: #e60000;
    font-weight: 700
}

.abstract-content .degreespace {
    padding-left: 10px
}

.abstract-content .errormsg {
    font-size: calc(.625 * 1.1rem);
    color: #e60000
}

.abstract-content .degreerequiredspacing {
    padding-left: 10px
}

.transcripts {
    margin-top: 42px
}

.transcript-list {
    padding: 0;
    margin: 0 0 13px
}

    .transcript-list .result-title {
        font-family: T3,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
        font-weight: 300;
        font-size: calc(.625 * 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-credits, .transcript-list .event-info .event-details {
    display: table-cell;
    vertical-align: top
}

@media screen and (max-width: 767px) {
    .transcript-list .event-info .event-credits, .transcript-list .event-info .event-details {
        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 #000;
    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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 1.8rem);
    color: #353535;
    border: 1px solid #efefef;
    border-width: 1px 0;
    padding: 6px 15px;
    margin: 0
}

.checkbox-list {
    overflow: hidden
}

    .checkbox-list li, .checkbox-list ul {
        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: calc(.625 * 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: .1em
    }

@media screen and (max-width: 767px) {
    .checkbox-list li {
        width: 100%
    }
}

.checkbox-list__tag {
    position: relative;
    color: #008ca1;
    margin-left: .5em;
    z-index: 200
}

.checkbox-list--long-form ul {
    margin-bottom: 16.8px
}

.checkbox-list--long-form li {
    width: 100%;
    margin-bottom: 0
}

    .checkbox-list--long-form li:first-child {
        border-top: none
    }

.checkbox-list--long-form p, .checkbox-list__extra-options {
    margin-bottom: 16.8px
}

    .checkbox-list__extra-options input {
        position: relative;
        margin-top: 0;
        left: 0 !important;
        top: .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:after, .communities__results .result-item__link:before {
    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: 10%;
    /*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% - 136px)
}

/*.communities__results .result-item__name {
    color: #353535;
}*/

.communities__results .result-item__link {
    text-decoration: none;
}

.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: .27187em .40781em;
        border-right: none;
        border-left-color: #353535;
        margin-bottom: .09062em;
        margin-left: .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;
    /*width: 80%;*/
}

    .click-guard:after, .click-guard:before {
        content: " ";
        display: table
    }

    .click-guard:after {
        clear: both
    }

    .click-guard:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: hsla(0,0%,100%,.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:after, .become-a-member:before {
        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: calc(.625 * 1.8rem);
        color: #353535;
        margin: 0 0 10px 0
    }

.become-a-member__left {
    float: left;
    width: calc(100% - 220px);
    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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 1.2rem);
        color: #b50a47;
        font-size: calc(.625 * 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: calc(.625 * 1.2rem);
        line-height: 1.667
    }
}

.page-content .wide-cta {
    margin: 0 -35px
}

@media screen and (max-width: 1024px) {
    .page-content .wide-cta {
        margin: 0 -13px
    }
}

@media screen and (max-width: 767px) {
    .page-content .wide-cta {
        margin: 0
    }
}

.ad-block {
    margin-top: 38px
}

    .ad-block .media-callout {
        margin: 0;
        border: none;
        padding: 0
    }

@media screen and (max-width: 1024px) {
    .ad-block {
        margin-top: 25px
    }
}

@media screen and (max-width: 767px) {
    .ad-block {
        margin-top: 18px;
        padding: 0 13px
    }
}

.callout-well {
    overflow: hidden
}

    .callout-well .gray-box, .callout-well .media-callout {
        padding: 34px 33px 38px 0;
        margin: 0;
        background-color: #efefef;
        display: table-cell;
        vertical-align: top;
        width: 30%;
        overflow: hidden
    }

@media screen and (max-width: 1024px) {
    .callout-well .gray-box, .callout-well .media-callout {
        width: 40%
    }
}

@media screen and (max-width: 767px) {
    .callout-well .gray-box, .callout-well .media-callout {
        width: 100%;
        padding: 0 13px 38px;
        display: block
    }

        .callout-well .gray-box .button, .callout-well .media-callout .button {
            width: auto
        }
}

.callout-well .gray-box:first-child, .callout-well .media-callout:first-child {
    width: 70%;
    padding-left: 33px
}

@media screen and (max-width: 1024px) {
    .callout-well .gray-box:first-child, .callout-well .media-callout:first-child {
        width: 60%
    }
}

@media screen and (max-width: 767px) {
    .callout-well .gray-box:first-child, .callout-well .media-callout:first-child {
        width: 100%;
        padding: 28px 13px 20px
    }
}

.callout-well .gray-box:first-child .callout-title-sm, .callout-well .gray-box:first-child .media-title, .callout-well .media-callout:first-child .callout-title-sm, .callout-well .media-callout:first-child .media-title {
    font-family: T17,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 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: calc(.625 * 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: calc(.625 * 1.8rem);
        line-height: 1.333em;
        font-size: calc(.625 * 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: calc(.625 * 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;
        padding-bottom: 46px;
    }

@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: -50px -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 40px;
}

p.content {
    margin-top: 66px !important;
}

@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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 1.8rem);
        line-height: 1.333em;
        font-size: calc(.625 * 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: calc(.625 * 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 #000;
    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: calc(.625 * 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: calc(.625 * 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:first-child {
        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: calc(.625 * 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: calc(.625 * 2.4rem);
        line-height: 1.333em
    }
}

@media screen and (max-width: 767px) {
    .callout-well.career-callouts .gray-box .callout-title-sm {
        font-size: calc(.625 * 1.8rem);
        line-height: 1.333em;
        font-size: calc(.625 * 2.4rem);
    }
}

.callout-title-lg {
    font-family: T17,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 3rem);
    line-height: 1.267em;
    color: #353535;
    margin: 0 0 21px
}

@media screen and (max-width: 1024px) {
    .callout-title-lg {
        font-size: calc(.625 * 2.4rem);
        line-height: 1.333em
    }
}

@media screen and (max-width: 767px) {
    .callout-title-lg {
        font-size: calc(.625 * 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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 1.4rem);
            color: #353535;
            line-height: 1.571;
            margin: 8px 0 6px
        }

        .featured-careers .featured-career-listing .featured-career .right-arrow {
            font-size: calc(.625 * 1.2rem);
        }

.featured-careers .callout-title-sm {
    font-family: T17,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 3rem);
    line-height: 1.267em;
    color: #353535;
    margin-bottom: 9px
}

@media screen and (max-width: 1024px) {
    .featured-careers .callout-title-sm {
        font-size: calc(.625 * 2.4rem);
        line-height: 1.333em
    }
}

@media screen and (max-width: 767px) {
    .featured-careers .callout-title-sm {
        font-size: calc(.625 * 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 !important;
}

@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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 2.4rem);
        line-height: 1.333em
    }
}

@media screen and (max-width: 767px) {
    .exhibitor_listing_heading .page-title {
        font-size: calc(.625 * 1.8rem);
        line-height: 1.333em;
        font-size: calc(.625 * 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%;
    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 {
    padding: 0;
    border: none;
    padding-right: 3em
}

.topic-listing-heading .page-count, .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: #fff
        }

        .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:after, .topic-results ul:before {
        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: calc(.625 * 1.8rem);
    color: #353535;
    position: relative;
    padding-left: 8px
}

    .topic-results h4:before {
        content: "";
        position: absolute;
        left: 0;
        top: .15em;
        bottom: .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: .5em;
        content: "";
        display: inline-block;
        border: solid transparent;
        border-width: .27187em .40781em;
        border-right: none;
        border-left-color: #b50a47;
        margin-bottom: .09062em
    }

@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(2n) {
            margin: 5px 0;
            background: #efefef
        }

            .topic-results li:nth-child(2n):after, .topic-results li:nth-child(2n):before {
                content: "";
                position: absolute;
                left: 0;
                width: 100%;
                border-top: 1px solid #efefef
            }

            .topic-results li:nth-child(2n):before {
                top: -3px
            }

            .topic-results li:nth-child(2n):after {
                bottom: -3px
            }

    .topic-results h4 {
        margin: 0 0 10px 0
    }

    .topic-results p {
        margin: 10px 0
    }

    .topic-results img {
        display: none
    }
}

.featured-course {
    background-color: #efefef;
    margin: 30px 0 60px 0;
    padding-bottom: 40px
}

@media screen and (min-width: 768px) {
    .featured-course .featured-course__row:after, .featured-course .featured-course__row:before {
        content: " ";
        display: table
    }

    .featured-course .featured-course__row:after {
        clear: both
    }

    .featured-course .featured-course__col-left, .featured-course .featured-course__col-right {
        float: left
    }

    .featured-course .featured-course__col-left {
        width: 33.33333%
    }

    .featured-course .featured-course__col-right {
        width: 66.66666%
    }
}

.featured-course .featured-course__label {
    background-color: #4f545d;
    font-family: T5,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 1.6rem);
    color: #353535;
    color: #fff;
    padding: 10px 12px
}

.featured-course .featured-course__title {
    font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 2.8rem);
    color: #353535;
    margin: 30px 15px
}

@media screen and (min-width: 768px) {
    .featured-course .featured-course__title {
        margin: 30px 25px
    }
}

.featured-course .event-details {
    padding: 0 15px
}

@media screen and (min-width: 768px) {
    .featured-course .event-details {
        padding: 0 25px
    }
}

.featured-course .event-details dt {
    display: none
}

.featured-course .event-details dl {
    margin: 0 0 10px 0
}

.featured-course .event-details .date {
    margin: 0;
    font-family: T5,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 1.6rem);
    color: #353535;
    font-weight: 700;
    line-height: 28px
}

.featured-course .event-details .button {
    margin-bottom: 15px;
    height: auto
}

.featured-course .event-details ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.featured-course .event-details .featured-course-speakers__sub-title {
    line-height: 22px;
    font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 2.4rem);
    color: #353535;
    font-size: calc(.625 * 2rem);
}

.featured-course .event-details .featured-course-speakers {
    line-height: 22px
}

    .featured-course .event-details .featured-course-speakers .speaker-profile {
        margin-bottom: 20px
    }

        .featured-course .event-details .featured-course-speakers .speaker-profile .speaker-profile__img {
            border: 1px solid #000;
            /*border-radius: 50%;*/
            width: 108px;
            height: 108px;
            border: none;
            overflow: hidden
        }

        .featured-course .event-details .featured-course-speakers .speaker-profile .speaker-profile__name {
            font-family: T5,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
            font-weight: 300;
            font-size: calc(.625 * 1.6rem);
            color: #353535;
            font-size: calc(.625 * 1.5rem);
            font-weight: 700;
            margin-bottom: 0
        }

        .featured-course .event-details .featured-course-speakers .speaker-profile speaker-details__detail {
            font-family: T5,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
            font-weight: 300;
            font-size: calc(.625 * 1.6rem);
            color: #353535;
            font-size: calc(.625 * 1.3rem);
        }

.featured-course .event-overview {
    padding: 0 15px
}

@media screen and (min-width: 768px) {
    .featured-course .event-overview {
        border-left: 1px solid #ccc
    }
}

.featured-course .event-overview .event-overview__sub-title {
    margin: 20px 0;
    line-height: 22px;
    font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 2.4rem);
    color: #353535;
    font-size: calc(.625 * 2rem);
}

    .featured-course .event-overview .event-overview__sub-title:first-child {
        margin-top: 0
    }

.featured-course .event-overview .read-more {
    display: block;
    max-height: 300px;
    overflow: hidden;
    position: relative
}

.featured-course .event-overview .show-more-end {
    bottom: -.6em;
    height: 2em;
    text-transform: uppercase;
    left: 0;
    position: absolute;
    width: 100%
}

    .featured-course .event-overview .show-more-end .read-more-link {
        position: absolute;
        right: 0;
        background-color: #efefef
    }

.topic-courses {
    margin: 0 0 60px 0
}

@media screen and (max-width: 767px) {
    .topic-courses {
        margin-left: 15px;
        margin-right: 15px
    }
}

.topic-courses .topic-courses__title {
    font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 2.8rem);
    color: #353535;
    margin: 0
}

.topic-courses .courses-list {
    margin: 25px 0
}

    .topic-courses .courses-list .courses-list__item {
        border-bottom: 1px solid #ccc
    }

        .topic-courses .courses-list .courses-list__item:last-child {
            border-bottom: none
        }

        .topic-courses .courses-list .courses-list__item .courses-item__title {
            font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
            font-weight: 300;
            font-size: calc(.625 * 2.4rem);
            color: #353535;
            font-size: calc(.625 * 2rem);
            line-height: 36px;
            margin: 10px 5px
        }

.topic-certificate-rogram {
    overflow: hidden;
    margin: 15px 0
}

@media screen and (max-width: 767px) {
    .topic-certificate-rogram {
        margin-left: 15px;
        margin-right: 15px
    }
}

.topic-certificate-rogram .topic-certificate-rogram__title {
    font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 2.8rem);
    color: #353535;
    margin: 0 0 15px
}

@media screen and (min-width: 768px) {
    .topic-certificate-rogram .topic-certificate-rogram__row:after, .topic-certificate-rogram .topic-certificate-rogram__row:before {
        content: " ";
        display: table
    }

    .topic-certificate-rogram .topic-certificate-rogram__row:after {
        clear: both
    }

    .topic-certificate-rogram .topic-certificate-rogram__img, .topic-certificate-rogram .topic-certificate-rogram__info {
        float: left
    }

    .topic-certificate-rogram .topic-certificate-rogram__img {
        width: 15%
    }

        .topic-certificate-rogram .topic-certificate-rogram__img + .topic-certificate-rogram__info {
            width: 85%
        }
}

.topic-certificate-rogram .topic-certificate-rogram__img {
    max-width: 430px
}

@media screen and (max-width: 1024px) {
    .topic-certificate-rogram .topic-certificate-rogram__img {
        max-width: 410px;
        padding-right: 20px
    }
}

@media screen and (max-width: 767px) {
    .topic-certificate-rogram .topic-certificate-rogram__img {
        display: none
    }
}

.topic-certificate-rogram .button {
    margin-top: 12px
}

.registration {
    margin: 0 15px 40px 0;
    position: relative
}

@media screen and (max-width: 767px) {
    .registration {
        margin-right: 0
    }
}

.registration .page-title {
    font-family: T17,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 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: calc(.625 * 2.4rem);
        line-height: 1.333em
    }
}

@media screen and (max-width: 767px) {
    .registration .page-title {
        font-size: calc(.625 * 1.8rem);
        line-height: 1.333em;
        font-size: calc(.625 * 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: calc(.625 * 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;
        margin-top: -20px;
    }
}

.standard-form .standard-form__sub-title {
    font-family: T20,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 700;
    font-size: calc(.625 * 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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 1.2rem);
        margin-top: 0;
        padding-bottom: 16px
    }
}

.standard-form .standard-form__validity em {
    font-weight: 700;
    font-style: normal;
    color: #008ca1
}

.standard-form .standard-form__validity + .standard-form__fixed-item {
    max-width: 50%;
    float: left
}

.standard-form .standard-form__input {
    width: 100%;
    max-width: 432px;
    height: 40px;
    padding: 5px 10px;
    margin-bottom: 5px;
    border: 1px solid #ddd
}

@media screen and (max-width: 767px) {
    .standard-form .standard-form__input {
        border: 1px solid rgba(0,0,0,.7)
    }
}

.standard-form .standard-form__textarea {
    width: 100%;
    max-width: 432px;
    height: 140px;
    padding: 5px 10px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    resize: none
}

@media screen and (max-width: 767px) {
    .standard-form .standard-form__textarea {
        border: 1px solid rgba(0,0,0,.7)
    }
}

.standard-form .standard-form__select {
    width: 100%;
    max-width: 432px;
    height: 40px;
    padding: 5px 10px;
    margin-bottom: 5px;
    border: 1px solid #ddd
}

@media screen and (max-width: 767px) {
    .standard-form .standard-form__select {
        border: 1px solid rgba(0,0,0,.7)
    }
}

.standard-form .standard-form__input.error, .standard-form .standard-form__select.error, .standard-form .standard-form__textarea.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__input, .standard-form .standard-form__item--double .standard-form__select {
    width: 108px;
    margin-left: 15px
}

    .standard-form .standard-form__item--double .standard-form__input:first-child, .standard-form .standard-form__item--double .standard-form__select:first-child {
        margin-left: 0
    }

.standard-form .standard-form__label--checkbox + .standard-form__note {
    clear: left;
    margin-left: 22px;
    padding-top: 10px
}

.standard-form .standard-form__item--checklist {
    padding-top: 11px;
    margin-bottom: 0;
    position: relative
}

@media screen and (max-width: 767px) {
    .standard-form .standard-form__item--checklist {
        margin-bottom: 25px;
        padding-top: 0;
        overflow: visible;
        cursor: pointer
    }
}

.standard-form .standard-form__item--checklist .standard-form__label--checkbox {
    margin: 0 9px 40px 0;
    width: 43%;
    display: inline-block;
    float: none
}

@media screen and (max-width: 767px) {
    .standard-form .standard-form__item--checklist .standard-form__label--checkbox {
        margin-bottom: 30px;
        width: 85%
    }
}

.standard-form .standard-form__item--checklist input[type=checkbox] {
    margin: 0 9px 0 0;
    float: none
}

@media screen and (max-width: 767px) {
    .standard-form .standard-form__item--checklist .mobile-dd {
        display: none
    }
}

.standard-form .standard-form__item--checklist .mobile-dd-link {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    margin-bottom: 5px;
    border: 1px solid #ddd
}

@media screen and (min-width: 768px) {
    .standard-form .standard-form__item--checklist .mobile-dd-link {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .standard-form .standard-form__item--checklist .mobile-dd-link {
        border: 1px solid rgba(0,0,0,.7)
    }
}

.standard-form .standard-form__item--checklist .mobile-dd-link .mobile-dd__icon {
    background-image: url(/_Images/sprites/ui.png);
    background-position: -1030px -102px;
    width: 9px;
    height: 6px;
    display: inline-block;
    float: right;
    margin-top: 5px
}

@media screen and (max-width: 767px) {
    .standard-form .standard-form__item--checklist.expanded .mobile-dd {
        display: block;
        position: absolute;
        top: 39px;
        left: 0;
        z-index: 99;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.7);
        border-top: none;
        padding: 10px 15px 0;
        max-height: 300px;
        overflow-y: scroll
    }
}

.standard-form .standard-form__item--checklist.expanded .mobile-dd-link .mobile-dd__icon {
    background-image: url(/_Images/sprites/ui.png);
    background-position: -1048px -90px;
    width: 9px;
    height: 6px
}

.standard-form .standard-form__label + .standard-form__item--checklist input[type=checkbox] {
    margin: 0 9px 0 0
}

@media screen and (max-width: 1024px) {
    .standard-form .standard-form__label + .standard-form__item--checklist input[type=checkbox] {
        margin: 0;
        width: 5%
    }
}

@media screen and (max-width: 767px) {
    .standard-form .standard-form__label + .standard-form__item--checklist input[type=checkbox] {
        width: 6%
    }
}

.standard-form .standard-form__label + .standard-form__item--checklist .standard-form__label--checkbox {
    width: 41%;
    vertical-align: top
}

@media screen and (max-width: 1024px) {
    .standard-form .standard-form__label + .standard-form__item--checklist .standard-form__label--checkbox {
        width: 40%
    }
}

@media screen and (max-width: 767px) {
    .standard-form .standard-form__label + .standard-form__item--checklist .standard-form__label--checkbox {
        width: 85%
    }
}

.standard-form .standard-form__link {
    font-size: calc(.625 * 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: calc(.625 * 1.1rem);
    color: #e60000;
    display: block
}

.term_error_notAccept {
    margin: 10px;
}

    .term_error_notAccept #AcceptTermsConditions-error {
        color: red;
    }

.term_error_notAccept {
    color: red;
}

.standard-form .standard-form__note {
    font-family: T13,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.2rem);
    color: #353535;
    font-size: calc(.625 * 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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 1.4rem);
    color: #353535;
    font-size: calc(.625 * 1.6rem);
    text-transform: uppercase
}

.registration-callout .registration-callout__intro {
    line-height: 1.667
}

.registration-callout .registration-callout__intro, .registration-callout .registration-callout__label {
    font-family: T13,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(.625 * 1.2rem);
    color: #353535
}

.registration-callout .registration-callout__label {
    margin: 0 0 11px;
    text-transform: uppercase;
    display: inline-block
}

.registration-callout .registration-callout__input {
    border: 1px solid #000;
    border-radius: 20px;
    width: 100%;
    height: 40px;
    margin-bottom: 24px;
    border-color: #ddd;
    padding: 0 15px;
    box-shadow: inset 1px 1px 2px 1px rgba(0,0,0,.2)
}

.registration-callout .registration-callout__error {
    font-size: calc(.625 * 1.2rem);
    color: #e60000;
    position: relative;
    top: -22px;
    display: block
}

.registration-callout .registration-callout__link {
    font-size: calc(.625 * 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: calc(.625 * 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: calc(.625 * 2.4rem);
        line-height: 1.333em
    }
}

@media screen and (max-width: 767px) {
    .need-help .page-title {
        font-size: calc(.625 * 1.8rem);
        line-height: 1.333em
    }
}

@media screen and (max-width: 1024px) {
    .need-help .page-title {
        font-size: calc(.625 * 3rem);
    }
}

@media screen and (max-width: 767px) {
    .need-help .page-title {
        font-size: calc(.625 * 2.4rem);
    }
}

.help-form {
    max-width: 380px;
    background-color: #efefef;
    margin: 0 auto;
    padding: 29px 22px 20px;
    position: relative
}

    .help-form:after, .help-form:before {
        content: "";
        width: 100%;
        position: absolute;
        display: block;
        border-top: 1px solid #efefef;
        left: 0
    }

    .help-form:before {
        top: -0px
    }

    .help-form:after {
        bottom: -0px
    }

@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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 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:after, .help-form .help-form__divider:before {
        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: calc(.625 * 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 #000;
    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 #000;
        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: calc(.625 * 3rem);
    line-height: 1.267em;
    color: #353535;
    margin-top: 0
}

@media screen and (max-width: 1024px) {
    .print-receipt .print-receipt__content__title {
        font-size: calc(.625 * 2.4rem);
        line-height: 1.333em
    }
}

@media screen and (max-width: 767px) {
    .print-receipt .print-receipt__content__title {
        font-size: calc(.625 * 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: calc(.625 * 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: calc(.625 * 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: calc(.625 * 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: .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: calc(.625 * 3rem);
    line-height: 1.267em;
    color: #353535
}

@media screen and (max-width: 1024px) {
    .checkout .page-title {
        font-size: calc(.625 * 2.4rem);
        line-height: 1.333em
    }
}

@media screen and (max-width: 767px) {
    .checkout .page-title {
        font-size: calc(.625 * 1.8rem);
        line-height: 1.333em;
        font-size: calc(.625 * 2.4rem);
    }
}

.checkout .sub-title {
    font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(.625 * 2.4rem);
    color: #353535;
    margin: 0 0 20px
}

@media screen and (max-width: 767px) {
    .checkout .sub-title {
        font-size: calc(0.625 * 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__edit-link, .checkout .checkout__form__required {
    font-family: T13,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(0.625 * 1.2rem);
    color: #353535;
    max-width: 30%;
    position: absolute;
    top: 13px;
    right: 0
}

@media screen and (max-width: 767px) {
    .checkout .checkout__form__edit-link, .checkout .checkout__form__required {
        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;
    color: white;
}

    .checkout .button:hover {
        color: #4f545d;
    }

@media screen and (max-width: 767px) {
    .checkout .button {
        float: none;
    }
}

.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 {
    text-transform: uppercase;
    margin: 0 0 1em
}

.checkout .sub-items .sub-items__heading, .checkout .sub-items .sub-items__sub-heading {
    font-family: T7,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(0.625 * 1.4rem);
    color: #353535
}

.checkout .sub-items .sub-items__sub-heading {
    font-size: calc(0.625 * 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__price, .checkout .sub-items .sub-items__item .sub-item__item__title {
        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(2n) .member-offer, .checkout .result-item:nth-child(2n) .sub-items, .checkout .result-item:nth-child(2n) .sub-items .sub-items__item {
    border-color: #ddd
}

.checkout .result-item .result-title {
    font-size: calc(0.625 * 2.4rem);
    margin-bottom: 20px
}

@media screen and (max-width: 767px) {
    .checkout .result-item .result-title {
        font-size: calc(0.625 * 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 .member, .checkout .result-item .event-registration .special, .checkout .result-item .event-registration .total, .checkout .result-item .event-registration dd, .checkout .result-item .event-registration dt {
    font-size: calc(0.625 * 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: calc(0.625 * 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: calc(0.625 * 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 #000;
        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: calc(0.625 * 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: calc(0.625 * 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 .complete + .checkout-steps__bubble__label, .checkout-steps .checkout-steps__bubble .current + .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.complete, .checkout-steps .checkout-steps__bubble--one .checkout-steps__bubble__status.current {
        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.complete, .checkout-steps .checkout-steps__bubble--two .checkout-steps__bubble__status.current {
        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.complete, .checkout-steps .checkout-steps__bubble--three .checkout-steps__bubble__status.current {
        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: calc(0.625 * 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: calc(0.625 * 1.6rem);
    color: #353535;
    font-size: calc(0.625 * 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: calc(0.625 * 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: calc(0.625 * 1.4rem);
    color: #353535;
    font-size: calc(0.625 * 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-item__price, .checkout-confirmation .purchases .result-title {
        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__info, .checkout-confirmation .checkout-confirmation__receipt .checkout-confirmation__sub-title {
            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: calc(0.625 * 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, .checkout--cart .price-options .quantity-label {
    font-family: T13,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(0.625 * 1.2rem);
    color: #353535;
    display: inline-block;
    margin-bottom: 10px
}

.checkout--cart .price-options .quantity-label {
    text-transform: uppercase;
    width: 60%;
}

.checkout--cart .price-options .quantity-input {
    font-family: T13,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(0.625 * 1.2rem);
    color: #353535;
    border: 1px solid #000;
    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: calc(0.625 * 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: calc(0.625 * 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: calc(0.625 * 1.4rem);
    color: #353535;
    font-size: calc(0.625 * 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: calc(0.625 * 1.4rem);
    color: #353535;
    text-transform: uppercase;
    margin: 0 0 12px
}

.cart-summary .cart-summary__sub-heading {
    font-size: calc(0.625 * 1.6rem);
    margin: 0
}

.cart-summary .cart-items {
    width: 100%
}

    .cart-summary .cart-items .cart-items__total {
        font-size: calc(0.625 * 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: calc(0.625 * 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: calc(0.625 * 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: calc(0.625 * 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: calc(0.625 * 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: 0
    }

.tooltip {
    font-size: calc(0.625 * 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;
            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: calc(0.625 * 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: calc(0.625 * 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: calc(0.625 * 1.2rem);
    text-transform: uppercase;
    margin: 0 0 11px
}

.promo-code .promo-code__input {
    width: 180px;
    height: 40px;
    border: 1px solid #000;
    border-radius: 20px;
    border-color: #ddd;
    padding: 0 20px;
    margin-bottom: 17px;
    box-shadow: inset 1px 1px 2px 1px rgba(0,0,0,.3);
    float: left
}

@media screen and (max-width: 767px) {
    .promo-code .promo-code__input {
        width: 170px
    }
}

.promo-code .button {
    font-size: calc(0.625 * 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: calc(0.625 * 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: calc(0.625 * 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(2n) {
            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: calc(0.625 * 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%
}

@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: calc(0.625 * 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
    }
}

@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
    }
}

.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: calc(0.625 * 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: calc(0.625 * 1.2rem);
    }

.membership-info .membership-details__list p {
    line-height: 2;
    font-size: calc(0.625 * 1.2rem);
}

.membership-info .membership-details__list.checkbox-list--long-form input {
    left: 14px
}

@media screen and (max-width: 767px) {
    .membership-info .membership-details__list .button {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .membership-info .membership-registration {
        padding-top: 20px;
        border-top: 1px solid #efefef
    }
}

@media screen and (min-width: 768px) {
    .membership-info .membership-registration {
        padding: 0 15px;
        min-height: 120px;
        border-left: 1px solid #ddd
    }
}

.membership-info .membership-registration .prices {
    margin-left: 12px;
    margin-bottom: 5px;
    font-family: T13,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(0.625 * 1.2rem);
    color: #353535
}

    .membership-info .membership-registration .prices dd, .membership-info .membership-registration .prices dt {
        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: calc(0.625 * 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: calc(0.625 * 1.4rem);
    color: #353535;
    font-weight: 700;
    color: #008ca1
}

.membership-info .membership-registration .membership-links {
    list-style-type: none;
    padding: 0;
    font-size: calc(0.625 * 1.4rem);
    /*position: absolute;*/
    /*bottom: 0;*/
    float: left;
    /*margin-top: 60px !important;*/
}

    .membership-info .membership-registration .membership-links li {
        margin-bottom: 12px
    }

.membership-info .button {
    min-height: 40px;
    height: auto;
    margin-top: 10px;
    float: right
}

@media screen and (max-width: 767px) {
    .membership-info .button {
        width: 100%
    }
}

.poster-info {
    overflow: hidden;
    display: table;
    width: 100%
}

@media screen and (max-width: 1024px) {
    .poster-info {
        display: block
    }
}

@media screen and (max-width: 767px) {
    .poster-info {
        display: block
    }
}

.poster-info .poster-description {
    display: table-cell;
    vertical-align: top;
    width: 33%;
    margin-top: 0;
    padding-right: 15px
}

@media screen and (max-width: 1024px) {
    .poster-info .poster-description {
        display: block;
        width: auto;
        padding-right: 0
    }
}

.poster-info .poster-details, .poster-info .poster-registration {
    width: 33%;
    display: table-cell;
    vertical-align: top;
    padding-right: 15px
}

@media screen and (max-width: 1024px) {
    .poster-info .poster-details, .poster-info .poster-registration {
        width: 50%;
        margin-top: 20px;
        display: inline-block;
        float: left
    }
}

@media screen and (max-width: 767px) {
    .poster-info .poster-details, .poster-info .poster-registration {
        display: block;
        width: 100%;
        padding-right: 0;
        margin-top: 25px
    }
}

.poster-info .poster-details dl {
    width: 100%
}

    .poster-info .poster-details dl dd:last-child {
        margin-bottom: 0 !important
    }

.poster-info .poster-details dt {
    display: none
}

.poster-info .poster-details .date, .poster-info .poster-details .location {
    margin-left: 0;
    background-repeat: no-repeat;
    padding-left: 28px
}

    .poster-info .poster-details .date span, .poster-info .poster-details .location span {
        display: block;
        margin-bottom: 7px
    }

.poster-info .poster-details .date {
    margin-bottom: 24px
}

    .poster-info .poster-details .date:before {
        position: absolute;
        content: "";
        background-image: url(/_Images/sprites/icons.png);
        background-position: -555px -289px;
        width: 19px;
        height: 15px;
        margin-left: -27px
    }

    .poster-info .poster-details .date .days {
        font-size: calc(0.625 * 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: calc(0.625 * 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: calc(0.625 * 1.2rem);
    color: #353535
}

    .poster-info .poster-registration .prices dd, .poster-info .poster-registration .prices dt {
        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: calc(0.625 * 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: calc(0.625 * 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: calc(0.625 * 1.4rem);
    color: #353535
}

.poster-info .poster-registration .poster-links {
    list-style-type: none;
    padding: 0;
    font-size: calc(0.625 * 1.2rem);
}

    .poster-info .poster-registration .poster-links li {
        margin-bottom: 12px
    }

.poster-info .button {
    min-height: 40px;
    height: auto
}

@media screen and (max-width: 767px) {
    .poster-info .button {
        width: 100%
    }
}

.hot-topics {
    height: 300px
}

    .hot-topics:after, .hot-topics:before {
        content: " ";
        display: table
    }

    .hot-topics:after {
        clear: both
    }

.hot-topics-wrapper {
    position: absolute;
    top: 240px;
    left: 50%;
    z-index: 997
}

@media screen and (max-width: 767px) {
    .hot-topics-wrapper {
        right: 20px;
        top: 20px;
        left: auto
    }
}

.hot-topics-wrapper .cycle-next, .hot-topics-wrapper .cycle-prev {
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 50px;
    font-weight: 100;
    border: 1px solid #969696;
    color: #a62b60;
    width: 30px;
    height: 30px
}

    .hot-topics-wrapper .cycle-next span, .hot-topics-wrapper .cycle-prev span {
        position: absolute;
        top: -20px;
        left: 5px;
        font-family: Gotham SSm A,Gotham SSm B,Arial,sans-serif
    }

.hot-topics-wrapper .cycle-next {
    margin-left: 5px
}

.hot-topics-v1 .hot-topics-wrapper {
    left: auto;
    right: 20px
}

.hot-topics-v1 .hot-topics-topic-content {
    width: 100%
}

.hot-topics-v2 {
    width: 60%;
    float: left;
    height: 300px;
    position: relative
}

@media screen and (max-width: 767px) {
    .hot-topics-v2 {
        width: 100%
    }
}

.hot-topics-v2 .hot-topics-wrapper {
    left: 83%
}

@media screen and (max-width: 767px) {
    .hot-topics-v2 .hot-topics-wrapper {
        right: 20px;
        top: 20px;
        left: auto
    }
}

.hot-topics-v3 .hot-topics-wrapper {
    left: auto;
    right: 40px
}

@media screen and (max-width: 767px) {
    .hot-topics-v3 .hot-topics-wrapper {
        right: 20px;
        top: 20px
    }
}

.hot-topics-img {
    width: 40%;
    padding-left: 15px;
    float: left;
    height: 300px;
    background-size: cover;
    background-position: 0,100%;
    background-repeat: no-repeat
}

@media screen and (max-width: 767px) {
    .hot-topics-img {
        display: none
    }
}

.hot-topics-embed-content {
    width: 40%;
    padding-left: 15px;
    float: left;
    height: 300px
}

@media screen and (max-width: 767px) {
    .hot-topics-embed-content {
        display: none
    }
}

.hot-topics-topic {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative
}

.hot-topics-topic-content {
    width: 60%;
    padding: 30px 40px;
    float: left
}

.hot-topics-topic-content-full {
    width: 100%
}

@media screen and (max-width: 767px) {
    .hot-topics-topic-content {
        width: 100%;
        padding: 20px
    }
}

.hot-topics-topic-content-date {
    font-family: T15,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 700;
    font-size: calc(0.625 * 1.4rem);
    color: #393939;
    padding-bottom: 10px
}

@media screen and (max-width: 767px) {
    .hot-topics-topic-content-date {
        padding-top: 8px;
        padding-bottom: 20px
    }
}

.hot-topics-topic-content-title {
    font-family: T16,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 700;
    font-size: calc(0.625 * 1.8rem);
    color: #a62b60;
    padding-bottom: 25px
}

@media screen and (max-width: 767px) {
    .hot-topics-topic-content-title {
        font-weight: 500;
        font-size: calc(0.625 * 1.6rem);
        line-height: 22px
    }
}

.hot-topics-topic-content-title-mobile-wrap-block {
    display: none
}

@media screen and (max-width: 767px) {
    .hot-topics-topic-content-title-mobile-wrap-block {
        display: block;
        float: right;
        width: 80px;
        height: 35px
    }
}

.hot-topics-topic-content .button {
    border: 1px solid #a62b60 !important;
    color: #a62b60 !important;
    text-transform: none;
    font-weight: 700
}

.hot-topics-topic-img {
    width: 40%;
    padding-left: 15px;
    float: left;
    height: 300px;
    background-size: cover;
    background-position: 0,100%;
    background-repeat: no-repeat
}

@media screen and (max-width: 767px) {
    .hot-topics-topic-img {
        display: none
    }
}

.hot-topics-topic-embed-content {
    width: 40%;
    padding-left: 15px;
    float: left;
    height: 300px
}

@media screen and (max-width: 767px) {
    .hot-topics-topic-embed-content {
        display: none
    }
}

.why-member {
    font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 700;
    padding: 20px 0 60px 0;
    text-align: center
}

@media screen and (max-width: 767px) {
    .why-member {
        padding: 20px 20px 60px 20px
    }
}

.why-member-title {
    font-size: calc(0.625 * 2.8rem);
    padding-bottom: 60px
}

@media screen and (max-width: 767px) {
    .why-member-title {
        padding-bottom: 45px;
        text-align: left;
        font-weight: 500;
        font-size: calc(0.625 * 2rem);
        line-height: 26px
    }
}

.why-member-more .button {
    border: 1px solid #a62b60;
    color: #a62b60;
    text-transform: none;
    font-weight: 700;
    font-size: calc(0.625 * 1.2rem);
    padding: 8px 30px;
    height: auto
}

.why-member-content {
    padding-bottom: 60px
}

@media screen and (max-width: 1024px) {
    .why-member-content {
        padding-bottom: 20px
    }
}

.why-member-content-item {
    display: inline-block;
    vertical-align: top;
    width: 17%;
    padding: 0 20px
}

@media screen and (max-width: 1024px) {
    .why-member-content-item {
        width: 19%
    }
}

@media screen and (max-width: 767px) {
    .why-member-content-item {
        padding: 0 0 50px 0;
        width: 100%;
        text-align: left
    }
}

.why-member-content-item [class*=" icon-"], .why-member-content-item [class^=icon-] {
    display: inline-block;
    font-size: 90px;
    margin-bottom: 30px;
    color: #393939
}

@media screen and (max-width: 767px) {
    .why-member-content-item [class*=" icon-"], .why-member-content-item [class^=icon-] {
        margin-bottom: 0;
        padding-top: 4px;
        width: 80px;
        float: left;
        font-size: 60px
    }
}

.why-member-content-item-description {
    font-size: calc(0.625 * 1.6rem);
    line-height: 23px
}

@media screen and (max-width: 767px) {
    .why-member-content-item-description {
        padding-left: 80px
    }
}

.why-member-content-item-description a {
    color: #a62b60
}

.module-50-50 {
    color: #fff;
    font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif
}

    .module-50-50:after, .module-50-50:before {
        content: " ";
        display: table
    }

    .module-50-50:after {
        clear: both
    }

@media screen and (max-width: 767px) {
    .module-50-50 > a {
        height: 178px;
        min-height: 0
    }
}

.module-50-50-item {
    width: 50%;
    position: relative;
    vertical-align: top;
    background-size: cover;
    background-position: 50%;
    height: 550px;
    float: left
}

@media screen and (max-width: 767px) {
    .module-50-50-item {
        width: 100%;
        min-height: 478px;
        height: auto
    }
}

.module-50-50-item-mobile {
    height: 178px;
    display: none
}

@media screen and (max-width: 767px) {
    .module-50-50-item-mobile {
        display: block;
        background-size: cover;
        background-position: 50%
    }
}

.module-50-50-item a.edit-mode {
    position: absolute;
    top: 0;
    font-size: 40px
}

.module-50-50-item-overlay {
    background-color: rgba(0,0,0,.7);
    min-height: 300px;
    position: absolute;
    bottom: 0
}

@media screen and (max-width: 767px) {
    .module-50-50-item-overlay {
        position: static;
        background-color: #000
    }
}

.module-50-50-item-overlay-wrapper {
    padding: 40px
}

@media screen and (max-width: 767px) {
    .module-50-50-item-overlay-wrapper {
        padding: 20px
    }
}

.module-50-50-item-overlay-title {
    font-size: calc(0.625 * 3rem);
    padding-bottom: 20px
}

.module-50-50-item-overlay-description {
    font-size: calc(0.625 * 1.6rem);
    line-height: 24px;
    padding-bottom: 20px
}

.module-50-50-item-overlay-button .button {
    border: 1px solid #fff;
    font-size: calc(0.625 * 1.3rem);
    padding: 8px 25px;
    min-width: 0;
    height: auto;
    white-space: nowrap;
    color: white;
}

    .module-50-50-item-overlay-button .button:hover {
        color: #007081;
    }


.member-think {
    padding-bottom: 60px
}

    .member-think:after, .member-think:before {
        content: " ";
        display: table
    }

    .member-think:after {
        clear: both
    }

@media screen and (max-width: 1024px) {
    .member-think {
        display: none
    }
}

@media screen and (max-width: 767px) {
    .member-think {
        display: none
    }
}

.member-think-mobile {
    display: none
}

@media screen and (max-width: 1024px) {
    .member-think-mobile {
        display: block !important
    }
}

@media screen and (max-width: 767px) {
    .member-think-mobile {
        display: block !important
    }
}

.member-think-mobile .member-think-group-item {
    width: 100%;
    padding: 10px
}

@media screen and (min-width: 735px) {
    .member-think-mobile .member-think-group-item {
        padding: 10px 30px
    }
}

@media screen and (max-width: 767px) {
    .member-think-mobile .member-think-group-item .member-think-group-item-photo {
        display: block;
        margin: 0 auto;
        padding-bottom: 20px;
        width: 100px
    }
}

@media screen and (max-width: 767px) {
    .member-think-mobile .member-think-group-item .member-think-group-item-photo img {
        width: 100px;
        height: 100px
    }
}

.member-think-mobile .member-think-group-item .member-think-group-item-description {
    padding-right: 150px;
    width: auto
}

@media screen and (max-width: 767px) {
    .member-think-mobile .member-think-group-item .member-think-group-item-description {
        width: 100%;
        display: block;
        padding: 0
    }
}

@media screen and (max-width: 767px) {
    .member-think-mobile .member-think-group-item .member-think-group-item-description .member-think-group-item-description-think {
        padding: 0 0 20px 0;
        font-size: calc(0.625 * 1.4rem);
        line-height: 23px;
        text-align: center
    }
}

@media screen and (max-width: 767px) {
    .member-think-mobile .member-think-group-item .member-think-group-item-description .member-think-group-item-description-author {
        padding: 0;
        text-align: center
    }
}

.member-think .cycle-next, .member-think .cycle-prev {
    display: inline-block;
    cursor: pointer;
    font-size: 60px;
    font-weight: 100;
    border: 1px solid #fff;
    color: #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    z-index: 999
}

@media screen and (max-width: 767px) {
    .member-think .cycle-next .hero .cycle-next, .member-think .cycle-next .hero .cycle-prev, .member-think .cycle-prev .hero .cycle-next, .member-think .cycle-prev .hero .cycle-prev {
        top: 230px
    }
}

.member-think .cycle-next span, .member-think .cycle-prev span {
    position: absolute;
    top: -25px;
    left: 6px;
    font-family: Gotham SSm A,Gotham SSm B,Arial,sans-serif
}

.member-think .cycle-next {
    right: 0;
    margin-right: 10px
}

.member-think .cycle-prev {
    left: 0;
    margin-left: 10px
}

.member-think-group {
    font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    padding: 40px;
    color: #fff;
    background-color: #4f545d;
    width: 100%;
    height: 100%;
    text-align: center
}

.member-think-group, .member-think-group-item {
    white-space: nowrap;
    overflow: hidden;
    position: relative
}

.member-think-group-item {
    display: inline-block;
    width: 50%;
    padding: 30px;
    vertical-align: middle;
    text-align: left
}

.member-think-group-item-photo {
    display: inline-block;
    vertical-align: middle;
    width: 200px
}

    .member-think-group-item-photo img {
        width: 200px;
        height: 200px;
        border-radius: 50%
    }

.member-think-group-item-description {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    white-space: normal;
    padding-left: 30px;
    padding-right: 15px
}

.member-think-group-item-description-think {
    font-size: calc(0.625 * 1.6rem);
    line-height: 26px;
    padding-bottom: 40px;
    padding-right: 50px;
    font-weight: 100
}

.member-think-group-item-description-author {
    font-size: calc(0.625 * 1.2rem);
    line-height: 20px;
    padding-right: 50px
}

@font-face {
    font-family: icomoon;
    src: url(/fonts/icomoon.eot?rz5qe4);
    src: url(/fonts/icomoon.eot?rz5qe4#iefix) format("embedded-opentype"),url(/fonts/icomoon.ttf?rz5qe4) format("truetype"),url(/fonts/icomoon.woff?rz5qe4) format("woff"),url(/fonts/icomoon.svg?rz5qe4#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"], [class^=icon-] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-dia-homepage-icon-3n:before {
    content: "\E900"
}

.icon-dia-homepage-icon-4n:before {
    content: "\E90D"
}

.icon-dia-homepage-icon-1:before {
    content: "\E902"
}

.icon-dia-homepage-icon-2:before {
    content: "\E903"
}

.icon-dia-homepage-icon-3:before {
    content: "\E904"
}

.icon-dia-homepage-icon-4:before {
    content: "\E905"
}

.icon-dia-homepage-icon-5:before {
    content: "\E906"
}

.icon-dia-homepage-icon-6:before {
    content: "\E907"
}

.icon-dia-homepage-icon-7:before {
    content: "\E908"
}

.icon-dia-homepage-icon-8:before {
    content: "\E909"
}

.icon-search:before {
    content: "\E986"
}

.icon-cross:before {
    content: "\EA0F"
}

.icon-user:before {
    content: "\E971"
}

.icon-menu:before {
    content: "\E9BD"
}

.icon-paragraph-justify:before {
    content: "\EA7A"
}

.home-tiles {
    background-size: cover;
    background-position: 0,100%;
    background-repeat: no-repeat;
    padding-bottom: 40px;
    position: relative
}

    .home-tiles .clearfix:after, .home-tiles .clearfix:before {
        content: " ";
        display: table
    }

    .home-tiles .clearfix:after {
        clear: both
    }

    .home-tiles:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 90%;
        background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff)
    }

.home-tiles-left {
    width: 50%;
    float: left;
    font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 500;
    color: #393939;
    padding-top: 150px;
    padding-left: 50px
}

@media screen and (max-width: 767px) {
    .home-tiles-left {
        padding: 20px 20px 30px 20px !important;
        text-align: center
    }
}

@media screen and (max-width: 1350px) {
    .home-tiles-left {
        width: 100%;
        padding-bottom: 50px;
        padding-right: 50px
    }
}

.home-tiles-left-subtitle, .home-tiles-left-title {
    font-size: calc(0.625 * 3.2rem )
}

@media screen and (max-width: 767px) {
    .home-tiles-left-subtitle, .home-tiles-left-title {
        font-weight: 500;
        font-size: calc(0.625 * 2.6rem);
        line-height: 30px;
        padding-bottom: 30px
    }
}

.home-tiles-left-subtitle {
    padding-bottom: 20px
}

@media screen and (max-width: 767px) {
    .home-tiles-left-subtitle {
        padding-bottom: 30px
    }
}

.home-tiles-left-description {
    font-size: calc(0.625 * 1.4rem);
    line-height: 26px
}

@media screen and (max-width: 767px) {
    .home-tiles-left-description {
        font-weight: 500
    }
}

.home-tiles-right {
    width: 50%;
    min-width: 665px;
    float: right;
    padding: 30px 10px;
    font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 700
}

@media screen and (max-width: 767px) {
    .home-tiles-right {
        display: none
    }
}

.home-tiles-right-mobile {
    display: none
}

@media screen and (max-width: 767px) {
    .home-tiles-right-mobile {
        display: block !important;
        padding: 0 20px 20px 20px;
        min-width: 0;
        width: 100%
    }
}

.home-tiles-right-mobile-wrapper {
    width: 278px;
    margin: 0 auto
}

    .home-tiles-right-mobile-wrapper .home-tiles-right-coll {
        height: 139px;
        width: 139px
    }

.home-tiles-right-wrapper {
    float: right;
    padding-right: 20px
}

.home-tiles-right-row:after, .home-tiles-right-row:before {
    content: " ";
    display: table
}

.home-tiles-right-row:after {
    clear: both
}

.home-tiles-right-coll {
    width: 125px;
    height: 125px;
    float: left
}

    .home-tiles-right-coll a:hover {
        text-decoration: none
    }

.home-tiles-right-coll-tile {
    margin: 5px;
    padding: 5px;
    border: 1px solid hsla(0,0%,100%,.4);
    height: 114px;
    width: 114px;
    display: block;
    overflow: hidden;
    position: relative;
    word-wrap: break-word
}

@media screen and (max-width: 767px) {
    .home-tiles-right-coll-tile {
        height: 128px;
        width: 128px
    }
}

.home-tiles-right-coll-tile span {
    background-color: #fff;
    color: #393939;
    padding: 0 5px;
    font-size: 20px;
    position: absolute;
    bottom: 5px;
    right: 5px
}

.home-tiles-right-coll-type-1 {
    background-color: #4f545d
}

    .home-tiles-right-coll-type-1 a {
        color: #fff
    }

@media screen and (max-width: 767px) {
    .home-tiles-right-coll-type-1 a span {
        color: #4f545d
    }
}

.home-tiles-right-coll-type-2 {
    background-color: #008ca1
}

    .home-tiles-right-coll-type-2 a {
        color: #fff
    }

@media screen and (max-width: 767px) {
    .home-tiles-right-coll-type-2 a span {
        color: #008ca1
    }
}

.home-tiles-right-coll-type-3 {
    background-color: #799c4b
}

    .home-tiles-right-coll-type-3 a {
        color: #fff
    }

@media screen and (max-width: 767px) {
    .home-tiles-right-coll-type-3 a span {
        color: #799c4b
    }
}

.home-tiles-right-coll-type-4 {
    background-color: #fff
}

    .home-tiles-right-coll-type-4 a {
        color: #000
    }

    .home-tiles-right-coll-type-4 .home-tiles-right-coll-tile {
        border: 1px solid #b5b5b5
    }

.home-tiles-right-coll-type-5 {
    background-color: #fff;
    font-style: italic
}

    .home-tiles-right-coll-type-5 a {
        color: #a62b60
    }

    .home-tiles-right-coll-type-5 span {
        position: inherit;
        display: block;
        font-size: 35px;
        padding: 5px
    }

.interest-area-tags {
    font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 700;
    text-align: center;
    padding-bottom: 60px
}

.interest-area-tags-wrapper {
    margin: 0 auto;
    max-width: 1241px;
    padding: 0 15px
}

.interest-area-tags-title {
    font-size: calc(0.625 * 2.8rem);
    padding: 0 15px 40px 15px
}

@media screen and (max-width: 767px) {
    .interest-area-tags-title {
        font-size: calc(0.625 * 2rem);
        line-height: 26px
    }
}

.interest-area-tags-navigation:after, .interest-area-tags-navigation:before {
    content: " ";
    display: table
}

.interest-area-tags-navigation:after {
    clear: both
}

@media screen and (max-width: 767px) {
    .interest-area-tags-navigation {
        display: none
    }
}

.interest-area-tags-navigation-mobile {
    display: none
}

@media screen and (max-width: 767px) {
    .interest-area-tags-navigation-mobile {
        display: block
    }
}

.interest-area-tags-navigation-mobile-title {
    text-transform: uppercase;
    font-size: calc(0.625 * 1.1rem);
    padding-bottom: 5px;
    color: #b1b1b1;
    text-align: left
}

.interest-area-tags-navigation-mobile .dia-drop-down {
    padding-bottom: 40px
}

.interest-area-tags-navigation-tag {
    color: #a62b60;
    border: 1px solid #f3f3f4;
    text-transform: none;
    font-weight: 700;
    margin: 0 0 5px 0;
    padding: 10px 15px;
    min-width: 90px
}

    .interest-area-tags-navigation-tag-active, .interest-area-tags-navigation-tag:hover {
        background-color: #efefef;
        color: #a62b60
    }

.interest-area-tags-items {
    padding-bottom: 60px
}

    .interest-area-tags-items .interest-area-tags-item {
        text-align: left;
        display: inline-block;
        width: 31%;
        vertical-align: top;
        margin: 1%;
        background-color: #efefef;
        min-height: 500px;
        box-shadow: 1px 1px 5px 0 rgba(0,0,0,.2)
    }

@media screen and (max-width: 1024px) {
    .interest-area-tags-items .interest-area-tags-item {
        width: 45%
    }
}

@media screen and (max-width: 767px) {
    .interest-area-tags-items .interest-area-tags-item {
        width: 100%;
        margin: 0 0 10px 0;
        height: auto;
        min-height: 0
    }
}

.interest-area-tags-items .interest-area-tags-item [class*=" icon-"], .interest-area-tags-items .interest-area-tags-item [class^=icon-] {
    font-size: 20px;
    margin-right: 5px
}

@media screen and (max-width: 767px) {
    .interest-area-tags-items .interest-area-tags-item-event {
        position: relative;
        border-top: 1px solid #dddcdc;
        background-color: #fff;
        box-shadow: none;
        padding-top: 15px
    }
}

@media screen and (max-width: 767px) {
    .interest-area-tags-items .interest-area-tags-item-event-empty .interest-area-tags-item-event-img-empty {
        display: none
    }

    .interest-area-tags-items .interest-area-tags-item-event-empty .interest-area-tags-item-event-date, .interest-area-tags-items .interest-area-tags-item-event-empty .interest-area-tags-item-event-location {
        margin-top: 45px;
        width: 100%;
        padding: 0 0 15px 0
    }

    .interest-area-tags-items .interest-area-tags-item-event-empty .interest-area-tags-item-event-title {
        width: 100%;
        padding: 0 0 15px 0
    }
}

.interest-area-tags-items .interest-area-tags-item-event-type {
    position: absolute;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: calc(0.625 * 1.2rem);
    color: #fff;
    background-color: #393939
}

@media screen and (max-width: 767px) {
    .interest-area-tags-items .interest-area-tags-item-event-type {
        width: 44%;
        text-align: center;
        padding: 10px 14px
    }
}

.interest-area-tags-items .interest-area-tags-item-event-img {
    background-size: cover;
    background-position: 0 0;
    height: 170px;
    margin-bottom: 30px
}

@media screen and (max-width: 767px) {
    .interest-area-tags-items .interest-area-tags-item-event-img {
        height: 113px;
        width: 44%;
        float: left;
        margin-bottom: 10px
    }
}

.interest-area-tags-items .interest-area-tags-item-event-img-empty {
    height: 20px;
    margin-bottom: 30px
}

.interest-area-tags-items .interest-area-tags-item-event-date, .interest-area-tags-items .interest-area-tags-item-event-location {
    text-transform: uppercase;
    font-size: calc(0.625 * 1.2rem);
    padding: 0 20px 10px 20px
}

@media screen and (max-width: 767px) {
    .interest-area-tags-items .interest-area-tags-item-event-date, .interest-area-tags-items .interest-area-tags-item-event-location {
        float: right;
        width: 56%;
        font-size: calc(0.625 * 1.1rem);
        line-height: 13px;
        padding: 0 0 15px 15px
    }
}

.interest-area-tags-items .interest-area-tags-item-event-title {
    color: #a62b60;
    font-size: calc(0.625 * 1.8rem);
    padding: 0 20px 20px 20px
}

@media screen and (max-width: 767px) {
    .interest-area-tags-items .interest-area-tags-item-event-title {
        float: right;
        width: 56%;
        font-size: calc(0.625 * 1.6rem);
        line-height: 18px;
        font-weight: 500;
        padding: 0 0 10px 15px
    }
}

.interest-area-tags-items .interest-area-tags-item-event-description {
    padding: 0 20px 30px 20px;
    font-size: calc(0.625 * 1.2rem);
    font-weight: 500;
    line-height: 22px
}

@media screen and (max-width: 767px) {
    .interest-area-tags-items .interest-area-tags-item-event-description {
        padding: 0 0 20px 0;
        font-size: calc(0.625 * 1.3rem);
        line-height: 20px;
        float: right;
        width: 100%
    }
}

.interest-area-tags-items .interest-area-tags-item-event-comment {
    font-style: italic;
    font-size: calc(0.625 * 1.2rem);
    font-weight: 500;
    padding: 0 20px 20px 20px
}

@media screen and (max-width: 767px) {
    .interest-area-tags-items .interest-area-tags-item-event-comment {
        padding: 0 0 10px 0;
        font-size: calc(0.625 * 1.2rem);
        float: right;
        width: 100%
    }
}

.interest-area-tags-items .interest-area-tags-item-article {
    background-color: #a62b60;
    color: #fff
}

.interest-area-tags-items .interest-area-tags-item-article-type {
    font-weight: 400;
    font-size: calc(0.625 * 1.2rem);
    color: #fff;
    font-style: italic;
    text-transform: uppercase;
    padding: 25px 20px 30px 20px
}

.interest-area-tags-items .interest-area-tags-item-article-type-icon {
    font-size: 20px;
    padding-right: 10px
}

.interest-area-tags-items .interest-area-tags-item-article-title {
    padding: 0 20px 30px 20px;
    font-size: calc(0.625 * 2.6rem )
}

.interest-area-tags-items .interest-area-tags-item-article-description {
    padding: 0 20px 30px 20px;
    font-size: calc(0.625 * 1.6rem);
    line-height: 24px;
    font-weight: 400
}

.interest-area-tags-items .interest-area-tags-item-article-button {
    padding: 0 20px;
    margin-bottom: 20px
}

    .interest-area-tags-items .interest-area-tags-item-article-button .button {
        border: 1px solid #fff;
        font-size: calc(0.625 * 1.2rem);
        padding: 8px 25px;
        min-width: 0;
        height: auto;
        color: white !important;
    }

        .interest-area-tags-items .interest-area-tags-item-article-button .button:hover {
            color: #007081 !important;
        }

.interest-area-tags-items .interest-area-tags-item-article-podcast {
    background-color: #799c4b
}

    .interest-area-tags-items .interest-area-tags-item-article-podcast .interest-area-tags-item-article-type {
        font-weight: 500;
        font-style: normal
    }

.interest-area-tags-items .interest-area-tags-item-ads {
    color: #fff;
    background-size: cover;
    background-position: 0 0;
    text-align: center;
    position: relative
}

.interest-area-tags-items .interest-area-tags-item-ads-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 20px
}

@media screen and (max-width: 767px) and (min-width:735px) {
    .interest-area-tags-items .interest-area-tags-item-ads-wrapper {
        position: static;
        transform: none;
        padding: 50px
    }
}

@media screen and (max-width: 735px) {
    .interest-area-tags-items .interest-area-tags-item-ads-wrapper {
        position: static;
        transform: none;
        text-align: left;
        padding: 150px 20px 50px 20px
    }
}

.interest-area-tags-items .interest-area-tags-item-ads-title {
    padding-bottom: 30px;
    font-size: calc(0.625 * 3.2rem);
}

@media screen and (max-width: 767px) {
    .interest-area-tags-items .interest-area-tags-item-ads-title {
        font-size: calc(0.625 * 2.2rem);
        line-height: 25px
    }
}

.interest-area-tags-items .interest-area-tags-item-ads-comment {
    padding-bottom: 30px;
    font-size: calc(0.625 * 2.2rem);
    line-height: 28px;
    font-weight: 300
}

@media screen and (max-width: 767px) {
    .interest-area-tags-items .interest-area-tags-item-ads-comment {
        font-size: calc(0.625 * 1.6rem);
        line-height: 20px
    }
}

.interest-area-tags-items .interest-area-tags-item-ads-button .button {
    border: 1px solid #fff;
    font-size: calc(0.625 * 1.2rem);
    padding: 8px 25px;
    min-width: 0;
    height: auto;
    color: white !important;
}

    .interest-area-tags-items .interest-area-tags-item-ads-button .button:hover {
        color: #007081 !important;
    }

@media screen and (max-width: 767px) {
    .interest-area-tags-items .interest-area-tags-item-ads-button .button {
        font-size: calc(0.625 * 1.3rem);
        font-weight: 500
    }
}

.interest-area-tags-more .button {
    border: 1px solid #a62b60;
    color: #a62b60;
    text-transform: none;
    font-weight: 700;
    font-size: calc(0.625 * 1.2rem);
    padding: 8px 30px;
    height: auto;
    display: none
}

.latest-insight-subscribe {
    color: #fff;
    font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    background-color: #a62b60;
    white-space: nowrap;
    height: 170px
}

@media screen and (max-width: 767px) {
    .latest-insight-subscribe {
        height: auto
    }
}

.latest-insight-subscribe-left, .latest-insight-subscribe-right {
    display: inline-block;
    width: 50%;
    white-space: normal;
    position: relative;
    vertical-align: top;
    padding: 30px;
    height: 170px
}

@media screen and (max-width: 767px) {
    .latest-insight-subscribe-left, .latest-insight-subscribe-right {
        width: 100%;
        height: auto;
        padding: 20px;
        display: block
    }
}

@media screen and (max-width: 767px) {
    .latest-insight-subscribe-left {
        padding: 40px 20px 20px 20px
    }
}

.latest-insight-subscribe-left-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width: 767px) {
    .latest-insight-subscribe-left-wrapper {
        position: static;
        transform: none
    }
}

.latest-insight-subscribe-left-title {
    font-size: calc(0.625 * 3rem);
    text-transform: uppercase;
    font-weight: 500
}

@media screen and (max-width: 767px) {
    .latest-insight-subscribe-left-title {
        padding-bottom: 20px
    }
}

.latest-insight-subscribe-left-description {
    font-size: calc(0.625 * 1.4rem);
    line-height: 22px
}

.latest-insight-subscribe-right-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding-right: 30px;
    width: 465px
}

@media screen and (max-width: 950px) {
    .latest-insight-subscribe-right-wrapper {
        width: 400px
    }
}

@media screen and (max-width: 767px) {
    .latest-insight-subscribe-right-wrapper {
        width: auto;
        position: static;
        transform: none;
        padding-right: 0;
        padding-bottom: 20px
    }

        .latest-insight-subscribe-right-wrapper:after, .latest-insight-subscribe-right-wrapper:before {
            content: " ";
            display: table
        }

        .latest-insight-subscribe-right-wrapper:after {
            clear: both
        }
}

.latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content {
    float: right
}

@media screen and (max-width: 767px) {
    .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content {
        width: 100%;
        float: none
    }
}

.latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input {
    float: left
}

    .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=email], .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=text] {
        width: 300px;
        height: 50px;
        padding: 10px 20px
    }

@media screen and (max-width: 950px) {
    .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=email], .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=text] {
        width: 200px
    }
}

@media screen and (max-width: 767px) {
    .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=email], .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=text] {
        width: 100%;
        margin-bottom: 10px
    }
}

.latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=email]::-webkit-input-placeholder, .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=text]::-webkit-input-placeholder {
    color: #969696
}

.latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=email]:-moz-placeholder, .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=email]::-moz-placeholder, .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=text]:-moz-placeholder, .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=text]::-moz-placeholder {
    color: #969696
}

.latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=email]:-ms-input-placeholder, .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=text]:-ms-input-placeholder {
    color: #969696
}

.latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=submit] {
    background-color: #799c4b;
    border: none;
    color: #393939;
    font-weight: 500;
    height: auto;
    padding: 16px 20px
}

@media screen and (max-width: 767px) {
    .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content input[type=submit] {
        width: 100%
    }
}

.latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content .field-validation-error {
    position: absolute;
    left: 0;
    top: 52px
}

@media screen and (max-width: 767px) {
    .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content .field-validation-error {
        width: 100%;
        display: block;
        padding-bottom: 10px;
        position: static
    }
}

.latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content #footer-email-error, .latest-insight-subscribe-right-wrapper .latest-insight-subscribe-right-form-content .field-validation-error {
    color: #fff
}

.modal-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 56px;
    background-color: rgba(0,0,0,.7);
    z-index: 998
}

.dia-drop-down {
    position: relative
}

.dia-drop-down-title {
    padding: 10px;
    color: #b50a47;
    font-size: calc(0.625 * 1.3rem);
    font-weight: 700;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ededed
}

.dia-drop-down-title-arrow-up {
    border-bottom: 5px solid #000
}

.dia-drop-down-title-arrow-down, .dia-drop-down-title-arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    float: right;
    top: -9px;
    position: relative;
    right: 0
}

.dia-drop-down-title-arrow-down {
    border-top: 5px solid #000
}

.dia-drop-down-menu {
    display: none;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
    z-index: 3;
    position: absolute;
    width: 100%;
    text-align: left;
    padding: 0 5px
}

.dia-drop-down-menu-item {
    background-color: #fff;
    font-size: calc(0.625 * 1.3rem);
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-decoration: none;
    border-bottom: 1px solid #ccc
}

@media screen and (min-width: 768px) {
    .exhibit-content {
        padding-left: 10px
    }
}

.exhibit-content .page-title {
    margin-top: 8px
}

@media screen and (max-width: 767px) {
    .exhibit-content .page-title {
        display: none
    }
}

.exhibit-content .result-title {
    font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(0.625 * 2.4rem);
    color: #353535
}

@media screen and (max-width: 767px) {
    .exhibit-content .event-info .event-details {
        float: none
    }

    .exhibit-content .event-info .event-registration {
        border-top: 1px solid #efefef;
        float: none
    }
}

.exhibit-content .field-validation-error, .exhibit-content .validation-summary-errors {
    font-size: 11px;
    color: #e60000 !important
}

.exhibit-content .input-validation-error {
    border-color: #e60000 !important
}

.exhibit-content .table {
    display: table;
    padding: 5px;
    margin: 5px;
    width: 100%
}

.exhibit-content .row {
    display: table-row;
    vertical-align: top;
    padding-bottom: 10px;
    border-left: 0;
    width: 100%;
    line-height: 1.8em
}

.exhibit-content .cell {
    float: left
}

.exhibit-content .cellLabel {
    float: left;
    width: 20%;
    font-weight: 700
}

.exhibit-content .cellValue {
    float: left;
    width: 30%
}

.exhibit-content .cellValueLong {
    float: left;
    width: 80%
}

.exhibit-content .divmargin {
    margin: 10px
}

.exhibit-content .dvspacing {
    padding-left: 140px;
    padding-top: 10px
}

.exhibit-content .btnspacing {
    padding-right: 50px
}

.exhibit-content .dvwidth {
    width: 515px
}

.exhibit-content .required {
    color: #e60000
}

.exhibit-content .required_info {
    color: #e60000;
    font-weight: 700
}

.exhibit-content .degreespace {
    padding-left: 10px
}

.exhibit-content .errormsg {
    font-size: calc(0.625 * 1.1rem);
    color: #e60000
}

.exhibit-content .degreerequiredspacing {
    padding-left: 10px
}

.exhibit-content .submitbtn {
    display: block;
    float: left;
    position: relative;
    padding-right: 20px;
    padding-top: 20px
}

.exhibit-content .col-small-left {
    float: left;
    margin: 0;
    padding: 0 20px 0 10px;
    width: 45%;
    box-sizing: border-box
}

.exhibit-content .col-small-right {
    float: left;
    margin: 0;
    padding: 0 20px 0 10px;
    width: 50%;
    box-sizing: border-box
}

.exhibit-content .programRequirements {
    margin-top: 10px;
    margin-bottom: 10px
}

    .exhibit-content .programRequirements a.accordion {
        display: block;
        position: relative;
        margin: 0;
        font-size: 1.2em;
        font-weight: 400;
        padding: 4px 0 4px 10px;
        line-height: 1.3em;
        background-color: #1c5a7d;
        color: #fff
    }

        .exhibit-content .programRequirements a.accordion:hover {
            cursor: pointer;
            text-decoration: none
        }

.exhibit-content .wrap {
    width: 370px;
    float: left;
    padding: 10px
}

.exhibit-content .leftbox {
    width: 60%;
    float: left;
    margin: 5px 5px 5px 0;
    box-sizing: border-box
}

.exhibit-content .rightbox {
    width: 35%;
    float: left;
    margin: 5px 0 5px 5px;
    box-sizing: border-box
}

.exhibit-content .headline {
    font-family: T3,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 300;
    font-size: calc(0.625 * 1.8rem);
    color: #353535;
    line-height: 1.333;
    border-left: 3px solid #008ca1;
    padding-left: 5px;
    margin: 0;
    margin-bottom: 5px
}

    .exhibit-content .headline.no-border {
        border-left: none;
        padding-left: 0
    }

.exhibit-content .boxcontent {
    padding: 4px;
    min-height: 25vh
}

.exhibit-content .listContainer {
    display: flex;
    clear: both
}

    .exhibit-content .listContainer > div {
        float: left;
        margin: 5px;
        padding: 10px
    }

.exhibit-content .my-exhibits .listContainer.flexHeader > div {
    background-color: #f3f3f4
}

.exhibit-content .my-exhibits .listContainer .Title {
    width: 35%
}

.exhibit-content .my-exhibits .listContainer .EventCell {
    width: 32%
}

.exhibit-content .my-exhibits .listContainer .Cell {
    width: 16%
}

.exhibit-content .exhibit-admin .listContainer.flexHeader > div {
    background-color: #f3f3f4
}

.exhibit-content .exhibit-admin .listContainer .Title {
    width: 65%
}

.exhibit-content .exhibit-admin .listContainer .EventCell {
    width: 32%
}

.exhibit-content .summaryContainer {
    display: flex;
    clear: both;
    border: 1px solid #15469a;
    margin: 20px 0 20px 0
}

    .exhibit-content .summaryContainer > div {
        float: left;
        margin: 1px;
        padding: 1px
    }

    .exhibit-content .summaryContainer .leftCell {
        width: 8%;
        text-align: center;
        font-size: 3.5em;
        color: green
    }

    .exhibit-content .summaryContainer .rightCell {
        width: 25%;
        padding: 20px 0;
        font-size: 1em;
        font-weight: 700
    }

.exhibit-content .Personnel {
    min-width: 80px
}

.exhibit-content .standard-form__item--checklist .standard-form__label--checkbox {
    width: 45%
}

.exhibit-content .submit-button {
    padding: 10px
}

    .exhibit-content .submit-button .green-button {
        margin-bottom: 20px
    }

@media screen and (min-width: 768px) {
    .speakers-corner-content {
        padding-left: 10px
    }
}

.speakers-corner-content .page-title {
    margin-top: 8px
}

@media screen and (max-width: 767px) {
    .speakers-corner-content .page-title {
        display: none
    }
}

.speakers-corner-content .option-label {
    font-family: T13,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 400;
    font-size: calc(0.625 * 1.2rem);
    color: #353535;
    display: inline-block;
    margin-bottom: 10px
}

.speakers-corner-content .field-validation-error, .speakers-corner-content .validation-summary-errors {
    font-size: 11px;
    color: #e60000 !important
}

.speakers-corner-content .input-validation-error {
    border-color: #e60000 !important
}

.speakers-corner-content .keywordText {
    width: 400px
}

.speakers-corner-content .keywordList {
    height: auto;
    width: 400px
}

.speakers-corner-content .charRemaining {
    display: inline-block
}

.speakers-corner-content .table {
    display: table;
    padding: 5px;
    margin: 5px;
    width: 100%
}

.speakers-corner-content .row {
    display: table-row;
    vertical-align: top;
    padding-bottom: 10px;
    border-left: 0;
    width: 100%;
    line-height: 1.8em
}

.speakers-corner-content .cell {
    float: left
}

.speakers-corner-content .cellLabel {
    float: left;
    width: 20%;
    font-weight: 700
}

.speakers-corner-content .cellValue {
    float: left;
    width: 30%
}

.speakers-corner-content .cellValueLong {
    float: left;
    width: 80%
}

.speakers-corner-content .divmargin {
    margin: 10px
}

.speakers-corner-content .dvwidth {
    width: 515px
}

.speakers-corner-content .required {
    color: #e60000
}

.speakers-corner-content .required_info {
    color: #e60000;
    font-weight: 700
}

.speakers-corner-content .degreespace {
    padding-left: 10px
}

.speakers-corner-content .errormsg {
    font-size: calc(0.625 * 1.1rem);
    color: #e60000
}

.speakers-corner-content .degreerequiredspacing {
    padding-left: 10px
}

.speakers-corner-content .text-input, .speakers-corner-content .textarea-input {
    width: 100%
}

.speakers-corner-content .textBoxDisable {
    background-color: #ccc
}

.speakers-corner-content .listContainer {
    display: flex;
    clear: both
}

    .speakers-corner-content .listContainer > div {
        float: left;
        margin: 5px;
        padding: 10px
    }

    .speakers-corner-content .listContainer.flexHeader > div {
        background-color: #f3f3f4
    }

    .speakers-corner-content .listContainer .Title {
        width: 35%
    }

    .speakers-corner-content .listContainer .TitleWide {
        width: 70%
    }

    .speakers-corner-content .listContainer .Cell {
        width: 11%
    }

    .speakers-corner-content .listContainer .CellWide {
        width: 14%
    }

    .speakers-corner-content .listContainer .Header {
        font-weight: 700
    }

    .speakers-corner-content .listContainer .Group {
        margin-left: 5em;
        font-weight: 700;
        font-style: italic
    }

.speakers-corner-content .flexContainer {
    display: flex;
    clear: both
}

    .speakers-corner-content .flexContainer > div {
        float: left;
        padding: 20px 0
    }

.speakers-corner-content .two-Columns .flexContainer .Header {
    width: 25%;
    font-weight: 700
}

.speakers-corner-content .two-Columns .flexContainer .Main {
    width: 70%
}

.speakers-corner-content.twoColumns .flexContainer .Header {
    width: 25%;
    font-weight: 700
}

.speakers-corner-content.twoColumns .flexContainer .Main {
    width: 70%
}

.speakers-corner-content.twoColumns .flexContainer .Footer {
    width: 25%
}

.speakers-corner-content.threeColumns .flexContainer .Header {
    width: 25%;
    font-weight: 700
}

.speakers-corner-content.threeColumns .flexContainer .Main {
    width: 35%
}

.speakers-corner-content.threeColumns .flexContainer .Footer {
    width: 30%
}

.speakers-corner-content .three-Columns .flexContainer .Header {
    width: 26%;
    font-weight: 700
}

.speakers-corner-content .three-Columns .flexContainer .Main {
    width: 53%;
    margin-left: 4px
}

.speakers-corner-content .three-Columns .flexContainer .Footer {
    width: 20%;
    margin-left: 4px
}

.speakers-corner-content .submit-button {
    padding: 10px
}

    .speakers-corner-content .submit-button .button {
        float: left;
        margin-left: 10px
    }

    .speakers-corner-content .submit-button .green-button {
        float: left;
        margin-left: 10px;
        margin-bottom: 4px;
        width: 180px
    }

:root {
    /* font-size: 10px */
}

.home-redesign {
    font-family: T1,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-size: calc(0.625 * 1.6rem);
    color: #444;
    line-height: 1.3
}

    .home-redesign h1, .home-redesign h2, .home-redesign h3, .home-redesign h4, .home-redesign h5, .home-redesign h6 {
        font-family: T1,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
        padding-bottom: calc(0.625 * 1.6rem);
        line-height: 1.1;
        margin: 0
    }

        .home-redesign h1 a, .home-redesign h2 a, .home-redesign h3 a, .home-redesign h4 a, .home-redesign h5 a, .home-redesign h6 a {
            color: #444;
            text-decoration: none
        }

        .home-redesign h1.page-sub-title, .home-redesign h2.page-sub-title, .home-redesign h3.page-sub-title, .home-redesign h4.page-sub-title, .home-redesign h5.page-sub-title, .home-redesign h6.page-sub-title {
            padding-bottom: 0
        }

    .home-redesign .h1, .home-redesign h1 {
        font-size: calc(0.625 * 5.4rem);
    }

    .home-redesign .h2, .home-redesign h2 {
        font-size: calc(0.625 * 4rem);
    }

    .home-redesign .h3, .home-redesign h3 {
        font-size: calc(0.625 * 3rem);
    }

    .home-redesign .h4, .home-redesign h4 {
        font-size: calc(0.625 * 2.8rem);
    }

    .home-redesign .h5, .home-redesign h5 {
        font-size: calc(0.625 * 2.4rem);
    }

    .home-redesign .h6, .home-redesign h6 {
        font-size: calc(0.625 * 1.4rem);
    }

    .home-redesign p {
        margin: 0;
        padding-bottom: calc(0.625 * 1.6rem);
    }

    .home-redesign ol, .home-redesign ul {
        list-style-position: outside;
        padding-bottom: calc(0.625 * 1.6rem);
        padding-left: calc(0.625 * 2.4rem);
    }

    .home-redesign .list-unstyled {
        list-style: none;
        padding-left: 0;
        padding-bottom: 0
    }

    .home-redesign a {
        transition: all .3s ease;
        color: #799c4b
    }

        .home-redesign a:active, .home-redesign a:focus, .home-redesign a:hover {
            color: #008ca1;
            text-decoration: underline
        }

    .home-redesign .section__headline {
        text-align: center;
        padding-bottom: calc(0.625 * 4.8rem);
    }

    .home-redesign body {
        line-height: 1
    }

    .home-redesign select option {
        color: #444
    }

    /*h2.card__media {
    margin: 15px 0px 0px 15px !important;
}*/

    .home-redesign h1, .home-redesign h2, .home-redesign h3, .home-redesign h4, .home-redesign h5, .home-redesign h6 {
        color: #444;
        margin-left: 0;
        margin-right: 0;
        font-weight: 500
    }

    .home-redesign a.right-arrow {
        color: #b50a47;
        font-size: calc(0.625 * 1.4rem);
    }

        .home-redesign a.right-arrow:active, .home-redesign a.right-arrow:focus, .home-redesign a.right-arrow:hover {
            color: #b50a47
        }

    .home-redesign .hero-overlay h2 span {
        color: #fff;
        font-size: calc(0.625 * 2.1rem);
        font-weight: 400
    }

    .home-redesign .topic-results h4 {
        padding-bottom: 0
    }

    .home-redesign .locations-hero__content p {
        margin: 1em 0
    }

    .home-redesign .container {
        width: 100%;
        padding-right: 16px;
        padding-left: 16px;
        margin-right: auto;
        margin-left: auto;
        min-height: 0
    }

@media (min-width: 1025px) {
    .home-redesign .container {
        max-width: 992px
    }
}

@media (min-width: 1280px) {
    .home-redesign .container {
        max-width: 1200px
    }
}

@media (min-width: 1440px) {
    .home-redesign .container {
        max-width: 1366px
    }
}

@media (min-width: 1600px) {
    .home-redesign .container {
        max-width: 1440px
    }
}

.home-redesign .container-fluid {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto
}

.home-redesign .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0
    }

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1024px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1280px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.main {
    position: relative
}

a.skip-nav {
    position: absolute;
    top: auto;
    left: -9999px;
    height: 1px;
    width: 1px;
    overflow: hidden
}

    a.skip-nav:focus {
        left: 0;
        display: inline-block;
        width: auto;
        height: auto;
        z-index: 9999999
    }

.component {
    padding-bottom: calc(0.625 * 4.8rem);
}

.component--full + .component {
    padding-top: calc(0.625 * 4.8rem);
}

.no-margin {
    margin: 0 !important
}

@media (max-width: 1024px) {
    .body-freeze {
        overflow: hidden
    }
}

.video__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

    .video__wrapper iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.profile__img-wrapper .profile__img {
    width: calc(0.625 * 8rem);
    height: calc(0.625 * 8rem);
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.socialbar {
    display: flex
}

    .socialbar .socialbar__icon {
        max-width: calc(0.625 * 3.2rem);
        max-height: calc(0.625 * 3.2rem);
        margin-right: calc(0.625 * .8rem);
        transition: all .3s ease
    }

        .socialbar .socialbar__icon:active, .socialbar .socialbar__icon:focus, .socialbar .socialbar__icon:hover {
            fill: #008ca1
        }

.list-unstyled {
    list-style: none
}

.home-redesign .green, .home-redesign .pink {
    padding-bottom: 0
}

.home-redesign .left-col .top-level .section-item {
    font-size: calc(0.625 * 1.4rem);
}

.home-redesign .hero-overlay .description {
    margin-bottom: 0
}

.home-redesign .members-hero__name {
    font-size: calc(0.625 * 2.8rem);
}

.home-redesign .page-link-title a {
    display: inline-block
}

.home-redesign .rtf {
    padding: 0
}

    .home-redesign .rtf h1, .home-redesign .rtf h2, .home-redesign .rtf h3, .home-redesign .rtf h4, .home-redesign .rtf h5, .home-redesign .rtf h6 {
        line-height: 2
    }

    .home-redesign .rtf img {
        display: inline
    }

.home-redesign .hero {
    min-height: 0
}

.home-redesign .hero-black-overlay .button {
    border-radius: 0
}

.home-redesign .hero-black-overlay .description, .home-redesign .hero-black-overlay .headline {
    padding-bottom: 0;
    font-weight: 400
}

.home-redesign .button.flagship-header-button {
    border-radius: 0;
    font-weight: 700
}

.home-redesign .hero .cycle-next, .home-redesign .hero .cycle-prev {
    font-weight: 400
}

    .home-redesign .hero .cycle-next span, .home-redesign .hero .cycle-prev span {
        top: -29px
    }

.home-redesign .callout-title-lg {
    font-size: calc(0.625 * 3rem);
    padding-bottom: 0;
    font-weight: 300;
    line-height: 1.267em;
    color: #353535;
    margin: 0 0 21px
}

.home-redesign .callout-title-sm, .home-redesign .rtf p {
    padding-bottom: 0
}

.cycle-slide .button {
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden
}

.cycle-slide-active .button {
    opacity: 1;
    visibility: visible
}

body noscript + .main > .home > .container.container-flagship:first-child .hero {
    display: block
}

.button--search {
    min-height: calc(0.625 * 4.8rem);
    min-width: calc(0.625 * 8rem);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #008ca1;
    color: #fff;
    padding-left: calc(0.625 * 1.6rem);
    padding-right: calc(0.625 * 1.6rem);
}

    .button--search:hover {
        color: #008ca1
    }

.home-redesign .button {
    border-radius: 6px;
    min-width: calc(0.625 * 24rem);
    padding: calc(0.625 * .8rem) calc(0.625 * 2.4rem);
    font-weight: 400
}

.button--white.button {
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent
}

    .button--white.button:active, .button--white.button:focus, .button--white.button:hover {
        background-color: #fff;
        color: #008ca1
    }

.button--green.button {
    border: 2px solid #799c4b;
    background-color: #799c4b
}

    .button--green.button, .button--green.button a {
        color: #fff
    }

        .button--green.button:active, .button--green.button:focus, .button--green.button:hover {
            background-color: #5e7a3a;
            border-color: #5e7a3a;
            color: #fff
        }

.button--arrow {
    display: flex;
    align-items: center
}

    .button--arrow:after {
        direction: ltr;
        display: inline-block;
        font-family: Material Icons;
        font-size: 1em;
        font-style: normal;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 1;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: "liga";
        content: "arrow_forward_ios";
        font-size: calc(0.625 * 1.4rem);
        margin-left: calc(0.625 * .8rem);
    }

    .button--arrow:active, .button--arrow:focus, .button--arrow:hover {
        text-decoration: none
    }

button.button--clean {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important
}

.button__wrapper {
    display: flex;
    justify-content: center
}

.category-tag {
    display: inline-flex;
    align-items: center;
    font-size: calc(0.625 * 1.4rem);
    background-color: #008ca1;
    padding: calc(0.625 * .4rem) calc(0.625 * .8rem);
    border-radius: 6px
}

.home .category-tag {
    color: #fff
}

.category-tag i {
    font-size: calc(0.625 * 1.4rem);
    margin-left: calc(0.625 * .8rem);
}

img.float-left {
    float: left;
    margin: calc(0.625 * 1.6rem) calc(0.625 * 3.2rem) calc(0.625 * 1.6rem) 0
}

img.float-left, img.float-right {
    max-width: calc(0.625 * 38.4rem);
    height: auto;
    width: 100%
}

img.float-right {
    float: right;
    margin: calc(0.625 * 1.6rem) 0 calc(0.625 * 1.6rem) calc(0.625 * 3.2rem )
}

figure.image {
    display: table;
    margin-left: auto;
    margin-right: auto
}

    figure.image figcaption {
        display: table-caption;
        caption-side: bottom
    }

figure.align-left {
    float: left;
    max-width: calc(0.625 * 38.4rem);
    margin: calc(0.625 * 1.6rem) calc(0.625 * 3.2rem) calc(0.625 * 1.6rem) 0;
    height: auto
}

    figure.align-left img[class*=float-] {
        float: none;
        margin: 0;
        height: auto
    }

figure.align-right {
    float: right;
    max-width: calc(0.625 * 38.4rem);
    margin: calc(0.625 * 1.6rem) 0 calc(0.625 * 1.6rem) calc(0.625 * 3.2rem);
    height: auto
}

    figure.align-right img[class*=float-] {
        float: none;
        margin: 0;
        height: auto
    }

.header {
    position: relative
}

.header-utility {
    background-color: #4a4f55;
    height: auto
}

@media (max-width: 1024px) {
    .header-utility {
        padding-top: calc(0.625 * 4.8rem);
    }
}

.utility__container {
    display: flex;
    padding-top: calc(0.625 * .8rem);
    padding-bottom: calc(0.625 * .8rem);
    padding-left: calc(0.625 * 5.8rem);
    padding-right: calc(0.625 * 5.3rem);
    overflow: unset
}

@media (max-width: 1024px) {
    .utility__container {
        flex-direction: column;
        align-items: flex-start
    }
}

a.utility__link {
    color: #fff;
    font-size: calc(0.625 * 1.4rem);
    cursor: pointer;
    position: relative;
    font-family: T7,Gotham SSm A,Gotham SSm B,Arial,sans-serif
}

.home a.utility__link {
    color: #fff
}

a.utility__link:active, a.utility__link:focus, a.utility__link:hover {
    color: #3efeff;
    text-decoration: none
}

a.utility__link--small {
    font-size: calc(0.625 * 1.2rem);
}

@media (max-width: 1024px) {
    a.utility__link--small {
        font-size: calc(0.625 * 1.4rem);
    }
}

.utility__link__list-wrapper[aria-expanded=true] .utility__link__list {
    display: block
}

.utility_link_ddd {
    padding-left: calc(0.625 * .8rem);
}

@media (max-width: 1024px) {
    .utility_link_ddd {
        padding-left: 0
    }
}

.utility_link_ddd.active {
    background: #701637;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.utility__link__list {
    padding-left: calc(0.625 * 2rem);
    padding-bottom: calc(0.625 * 2rem);
    min-width: calc(0.625 * 40rem);
    display: none;
    position: absolute;
    background-color: #701637;
    padding: calc(0.625 * 2rem);
    top: 100%;
    right: 0;
    z-index: 4;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    width: 100%
}

    .utility__link__list li a, .utility__link__list li a:active, .utility__link__list li a:focus, .utility__link__list li a:hover {
        color: #fff
    }

.utility__link__list--login {
    width: auto;
    top: 100%
}

.home .utility__link__list--login {
    padding-left: calc(0.625 * 2rem);
    padding-bottom: calc(0.625 * 2rem);
}

.utility__link__list--login .top-level-sign-in {
    width: auto !important
}

.utility__link__list--login .top-level-sign-in-title {
    padding-bottom: calc(0.625 * .8rem);
}

.utility__link__list--login .utility-link.category-title {
    font-size: calc(0.625 * 2rem);
    font-weight: 700;
    padding-bottom: calc(0.625 * .8rem);
    display: block
}

.utility__link__list--login .standard-form__input {
    padding: calc(0.625 * 1.6rem);
    border-radius: 6px;
    border: 1px solid #ccc;
    height: calc(0.625 * 3.6rem);
    width: 100%;
    font-family: Arial,sans-serif;
    color: #444
}

.utility__link__list--login .standard-form__error {
    font-size: calc(0.625 * 1.2rem);
}

.utility__link__list--login .editor-field {
    padding-bottom: calc(0.625 * .8rem);
    padding-right: calc(0.625 * 1.2rem);
}

.utility__link-wrapper.has-caret .utility__link__list--login .top-level-sign-in-bottom a {
    padding-right: 0;
    color: #fff;
    text-decoration: underline
}

.utility__link__list--login .button {
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    width: 100%
}

    .utility__link__list--login .button:active, .utility__link__list--login .button:focus, .utility__link__list--login .button:hover {
        background-color: #fff;
        color: #008ca1
    }

@media (max-width: 1024px) {
    .utility__link__list {
        right: auto;
        left: 0;
        border-top-right-radius: 5px;
        border-top-left-radius: 0
    }
}

.utility__span {
    color: #fff;
    font-size: calc(0.625 * 1.2rem);
}

.utility__icon {
    color: #fff;
    font-size: calc(0.625 * 2rem);
    margin-right: calc(0.625 * .8rem);
    transition: all .3s ease
}

.utility__select-wrapper {
    display: flex;
    align-items: center;
    margin-right: 15px;
    position: relative;
    font-size: calc(0.625 * 1.6rem);
}

    .utility__select-wrapper:after {
        direction: ltr;
        display: inline-block;
        font-family: Material Icons;
        font-size: 1em;
        font-style: normal;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 1;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: "liga";
        content: "arrow_drop_down";
        position: absolute;
        right: 0;
        color: #fff;
        pointer-events: none
    }

.utility__select-wrapper--mobile {
    display: none
}

.utility__link-wrapper.has-caret {
    cursor: pointer;
    padding-right: 0
}

    .utility__link-wrapper.has-caret a:first-of-type {
        padding-right: calc(0.625 * 2rem);
    }

    .utility__link-wrapper.has-caret div:first-of-type {
        padding-right: calc(0.625 * 1.2rem);
    }

    .utility__link-wrapper.has-caret .utility__link-wrapper--login div:first-of-type {
        padding-right: 0
    }

    .utility__link-wrapper.has-caret:after {
        direction: ltr;
        display: inline-block;
        font-family: Material Icons;
        font-size: 1em;
        font-style: normal;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 1;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: "liga";
        content: "arrow_drop_down";
        position: absolute;
        right: 0;
        color: #fff;
        pointer-events: none;
        font-size: 1.5em;
        padding-right: calc(0.625 * .5rem);
    }

.utility__link-wrapper .button {
    text-transform: capitalize;
    font-size: calc(0.625 * 1.4rem);
    border-radius: 6px
}

.utility__btn-wrapper {
    display: flex;
    align-items: center;
    margin-right: auto;
    position: relative;
    text-transform: capitalize
}

@media (max-width: 1024px) {
    .utility__btn-wrapper {
        padding-bottom: calc(0.625 * 1.6rem);
    }
}

.utility__link-wrapper {
    display: inline-flex;
    align-items: center;
    padding-right: calc(0.625 * 3rem);
    position: relative;
    color: #fff;
    font-size: calc(0.625 * 1.4rem);
}

@media (max-width: 1024px) {
    .utility__link-wrapper {
        padding-bottom: calc(0.625 * .8rem);
        padding-top: calc(0.625 * .8rem);
    }
}

.utility__link-wrapper--location .utility__link--small {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width: 1024px) {
    .utility__link-wrapper--location .utility__link--small {
        position: static;
        transform: translateX(0)
    }
}

.utility__link-wrapper--mobile {
    display: none
}

.utility__link-wrapper img {
    max-height: calc(0.625 * 2rem);
    padding-right: calc(0.625 * .8rem);
}

.utility__link-top {
    display: flex;
    align-items: center
}

.utility__select {
    font-family: T7,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    font-size: calc(0.625 * 1.4rem);
    width: auto;
    padding-right: calc(0.625 * 2.4rem);
    cursor: pointer;
    color: #fff;
    letter-spacing: -.05em;
    line-height: calc(0.625 * 2.1rem);
}

.header-nav {
    border-bottom: 1px solid #ccc;
    position: relative;
    z-index: 1000;
    transition: all .3s ease
}

    .header-nav[aria-expanded=true] {
        max-height: 10000px
    }

@media (max-width: 1024px) {
    .header-nav {
        border-bottom: none;
        display: block;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #4a4f55;
        justify-content: flex-start;
        max-height: calc(0.625 * 8rem);
        overflow: hidden
    }

        .header-nav[aria-expanded=true] {
            overflow-y: scroll
        }
}

.header__overlay {
    transition: all .3s ease;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3;
    background-color: rgba(0,0,0,.75);
    opacity: 0;
    visibility: hidden
}

@media (max-width: 1024px) {
    .header__overlay {
        display: none
    }
}

.header__overlay--show {
    opacity: 1;
    visibility: visible
}

.header__wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 4;
    position: relative
}

@media (max-width: 1024px) {
    .header__wrapper {
        display: none
    }
}

.header__wrapper--mobile {
    display: none
}

@media (max-width: 1024px) {
    .header__wrapper--mobile {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: #4a4f55;
        padding: calc(0.625 * 1.6rem);
    }
}

.header__menu {
    background-color: transparent;
    border: none;
    margin-left: auto
}

    .header__menu i.material-icons {
        color: #fff
    }

.header-nav__container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    max-width: none;
    padding-left: calc(0.625 * 5.1rem);
    min-height: 0
}

@media (max-width: 1024px) {
    .header-nav__container {
        background-color: #4a4f55
    }
}

@media (max-width: 1279px) {
    .header-nav__container {
        padding-left: calc(0.625 * 1rem);
        padding-right: calc(0.625 * 2rem);
    }
}

.header-nav__container.container {
    min-height: 0;
    overflow: unset
}

.header-nav__container ol, .header-nav__container ul {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    -moz-margin-before: 0;
    -moz-margin-after: 0;
    -moz-margin-start: 0;
    -moz-margin-end: 0;
    -moz-padding-start: 0
}

.header-nav__container img {
    max-width: 100%;
    height: auto;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

.header-nav__list {
    align-items: flex-end;
    position: relative;
    display: flex;
    padding-bottom: 0;
    margin-left: calc(0.625 * 2.5rem);
    width: 100%;
    justify-content: space-between;
    transition: all .3s ease
}

@media (max-width: 1024px) {
    .header-nav__list {
        flex-direction: column;
        align-items: stretch;
        margin-left: 0
    }
}

.header-nav__item {
    margin-right: calc(0.625 * 2.2rem);
}

    .header-nav__item[aria-expanded=true] .header-nav__l1 {
        box-shadow: inset 0 -3px #799c4b
    }

@media (max-width: 1024px) {
    .header-nav__item[aria-expanded=true] .header-nav__l1:after {
        content: "keyboard_arrow_up"
    }
}

.header-nav__item[aria-expanded=true] .header-nav__l2-container {
    opacity: 1;
    visibility: visible
}

@media (max-width: 1024px) {
    .header-nav__item[aria-expanded=true] .header-nav__l2-container {
        max-height: 100vh
    }
}

.header-nav__l1 {
    transition: all .3s ease;
    padding: calc(0.625 * .8rem);
    position: relative;
    font-size: calc(0.625 * 1.7rem);
    cursor: pointer;
    font-family: T1,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    font-weight: 700;
    color: #444
}

    .header-nav__l1:active, .header-nav__l1:focus, .header-nav__l1:hover {
        box-shadow: inset 0 -3px #799c4b
    }

@media (max-width: 1024px) {
    .header-nav__l1 {
        color: #fff;
        box-shadow: inset 0 -1px #fff
    }

        .header-nav__l1:after {
            direction: ltr;
            display: inline-block;
            font-family: Material Icons;
            font-size: 1em;
            font-style: normal;
            font-weight: 400;
            letter-spacing: normal;
            line-height: 1;
            text-transform: none;
            white-space: nowrap;
            word-wrap: normal;
            -webkit-font-smoothing: antialiased;
            text-rendering: optimizeLegibility;
            -moz-osx-font-smoothing: grayscale;
            font-feature-settings: "liga";
            content: "keyboard_arrow_down";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            font-size: calc(0.625 * 4rem);
        }
}

.header-nav__l2-container {
    width: 100%;
    position: absolute;
    left: -40px;
    top: calc(100% + 1px);
    background-color: #fff;
    box-shadow: 768px 0 #fff,-768px 0 #fff,992px 0 #fff,-992px 0 #fff,1024px 0 #fff,-1024px 0 #fff,1536px 0 #fff,-1536px 0 #fff,1920px 0 #fff,-1920px 0 #fff;
    padding: calc(0.625 * 1.6rem) 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

@media (max-width: 1024px) {
    .header-nav__l2-container {
        box-shadow: 768px 0 transparent,-768px 0 transparent,992px 0 transparent,-992px 0 transparent,1024px 0 transparent,-1024px 0 transparent,1536px 0 transparent,-1536px 0 transparent,1920px 0 transparent,-1920px 0 transparent;
        background-color: #32363a;
        position: static;
        max-height: 0;
        padding: calc(0.625 * .8rem) calc(0.625 * 1.6rem);
        box-shadow: none
    }
}

.header-nav__l2-list {
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 1024px) {
    .header-nav__l2-list {
        flex-wrap: wrap
    }
}

.header-nav__l2-list-item {
    padding-bottom: calc(0.625 * 1.6rem);
}

.header-nav__l3-list-item {
    padding-bottom: calc(0.625 * .8rem);
}

a.header-nav__link {
    color: #444
}

@media (max-width: 1024px) {
    a.header-nav__link {
        color: #fff
    }
}

a.header-nav__link--l2 {
    font-weight: 700;
    font-size: calc(0.625 * 1.7rem);
}

a.header-nav__link--l3 {
    font-size: calc(0.625 * 1.6rem);
}

.header-search {
    padding-bottom: calc(0.625 * 1.6rem);
    flex: 1 0 20%;
    max-width: 20%;
    color: #444
}

    .header-search input {
        height: calc(0.625 * 4rem);
        border-radius: 6px 0 0 6px;
        border: 1px solid #ccc;
        padding-left: calc(0.625 * 1.6rem);
    }

        .header-search input::-moz-placeholder {
            font-weight: 700;
            opacity: .8
        }

        .header-search input:-ms-input-placeholder {
            font-weight: 700;
            opacity: .8
        }

        .header-search input::placeholder {
            font-weight: 700;
            opacity: .8
        }

    .header-search .search-form {
        display: flex;
        align-items: center
    }

@media (max-width: 1024px) {
    .header-search {
        padding-top: calc(0.625 * 3.2rem);
    }
}

.header-search__input {
    height: calc(0.625 * 3.8rem);
    width: calc(0.625 * 29.2rem);
    border-radius: 6px 0 0 6px;
    border: 1px solid #ccc;
    padding-left: calc(0.625 * 1.6rem);
}

    .header-search__input::-moz-placeholder {
        font-weight: 700;
        opacity: .8
    }

    .header-search__input:-ms-input-placeholder {
        font-weight: 700;
        opacity: .8
    }

    .header-search__input::placeholder {
        font-weight: 700;
        opacity: .8
    }

button.nav-button--search {
    height: calc(0.625 * 4rem);
    min-width: calc(0.625 * 4rem);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: calc(0.625 * 1.2rem);
    padding-right: calc(0.625 * 1.2rem);
    background-color: #799c4b;
    border: 1px solid #799c4b;
    border-radius: 0 6px 6px 0
}

.home button.nav-button--search {
    border-radius: 0 6px 6px 0;
    margin-left: calc(0.625 * -.4rem);
}

button.nav-button--search:active .material-icons, button.nav-button--search:focus .material-icons, button.nav-button--search:hover .material-icons {
    color: #799c4b
}

button.nav-button--search .material-icons {
    color: #fff
}

.utility__link-wrapper--location .utility__select {
    width: 100%
}

@media screen and (max-width: 1024px) {
    .main-nav .category-list h2.category-title {
        padding: 7px;
        font-size: calc(0.625 * 1.4rem);
    }
}

@media screen and (min-width: 1025px) {
    .menu-bar-redesign .main-nav, .menu-bar-redesign .wrapper {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .menu-bar-redesign .main-nav {
        flex-grow: 1;
        padding-top: 0
    }
}

.header-main .expanded .material-icons {
    color: #4a4f55
}

@media screen and (max-width: 1024px) {
    .utility-nav .utility-list .attention {
        display: none !important
    }
}

.home-redesign .hero {
    background-position: top;
    background-size: cover;
    position: relative;
    overflow: hidden
}

    .home-redesign .hero:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg,rgba(0,0,0,.2) 50%,transparent 75%);
        top: 0;
        left: 0
    }

    .home-redesign .hero h3 {
        color: #fff
    }

.hero__wrapper {
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-top: calc(0.625 * 12rem);
    z-index: 1;
    padding-bottom: calc(0.625 * 24rem);
}

@media (max-width: 1024px) {
    .hero__wrapper {
        min-height: 0
    }
}

@media (amax-width:1024px) {
    .hero__wrapper {
        min-height: 0
    }
}

.hero__headline {
    font-size: calc(0.625 * 8rem);
    font-family: T1,Gotham SSm A,Gotham SSm B,Arial,sans-serif
}

.home .hero__headline {
    color: #fff;
    font-size: calc(0.625 * 6.4rem);
}

@media (max-width: 1024px) {
    .home .hero__headline {
        font-size: calc(0.625 * 4.8rem);
    }
}

.hero__headline--dia-graphite {
    color: #4a4f55
}

.hero__headline--dia-dark-gray {
    color: #333
}

@media (min-width: 1025px) {
    .hero__headline {
        width: calc(0.625 * 53rem);
        letter-spacing: -.02em
    }
}

@media (max-width: 1024px) {
    .hero__headline {
        font-size: calc(0.625 * 4.8rem);
        line-height: calc(0.625 * 5rem);
        min-height: 0
    }
}

.hero__subheadline {
    font-size: calc(0.625 * 3.2rem);
    color: #fff;
    line-height: calc(0.625 * 4.2rem);
    font-weight: 50;
    letter-spacing: -.01em;
    min-height: calc(0.625 * 14rem);
    left: calc(0.625 * 16.4rem);
    top: calc(0.625 * 42.5rem);
}

.hero__subheadline--dia-graphite {
    color: #4a4f55
}

.hero__subheadline--dia-dark-gray {
    color: #333
}

@media (min-width: 1025px) {
    .hero__subheadline {
        min-width: calc(0.625 * 56.2rem);
        letter-spacing: -.01em
    }
}

@media (max-width: 1024px) {
    .hero__subheadline {
        font-size: calc(0.625 * 2.4rem);
    }
}

@media (min-width: 1025px) {
    .hero__col {
        margin-left: 0;
        padding-top: 0
    }
}

.hero__col > .button {
    text-transform: uppercase
}

.hero__lines {
    position: absolute;
    z-index: 1;
    width: 100%;
    transform: rotate(-65deg);
    transform-origin: top left
}

    .hero__lines .hero__line {
        width: 100%;
        height: 10px;
        margin-bottom: calc(0.625 * 1.2rem);
    }

    .hero__lines .hero__line--neon-blue {
        background-color: #3efeff;
        width: 100%
    }

    .hero__lines .hero__line--blue {
        background-color: #008ca1
    }

    .hero__lines .hero__line--green {
        background-color: #799c4b
    }

    .hero__lines .hero__line:first-child {
        width: 63%
    }

    .hero__lines .hero__line:nth-child(2) {
        margin-left: calc(0.625 * 24rem);
    }

    .hero__lines .hero__line:nth-child(3) {
        width: 35%
    }

.hero__lines--left {
    left: calc(0.625 * -8rem);
    bottom: 0
}

.hero__lines--bottom {
    bottom: 0;
    left: 82%
}

    .hero__lines--bottom .hero__line:first-child {
        width: 22%
    }

    .hero__lines--bottom .hero__line:nth-child(2) {
        margin-left: 0;
        width: 28%
    }

@media (max-width: 1024px) {
    .hero__lines {
        display: none
    }
}

.card__col {
    padding: calc(0.175 * 4.8rem) calc(0.625 * 3.2rem);
}

@media (max-width: 1024px) {
    .card__col {
        padding: calc(0.625 * 1.6rem);
    }
}

.card {
    border: none;
    background-color: #fff;
    height: 100%;
    box-shadow: none;
    display: inherit;
    text-align: left
}

    .card .card__media {
        padding-bottom: calc(0.625 * 1.6rem);
    }

    .card .card-icon__wrapper {
        display: flex;
        align-items: center;
        padding-bottom: calc(0.625 * 1.6rem);
    }

        .card .card-icon__wrapper .card-icon {
            color: #701637;
            font-size: calc(0.625 * 1.4rem);
        }

        .card .card-icon__wrapper .card-icon__text {
            text-transform: uppercase;
            font-weight: 700;
            font-size: calc(0.625 * 1.4rem);
            padding-left: calc(0.625 * .8rem);
            max-width: calc(0.625 * 30.7rem);
            max-height: calc(0.625 * 16rem);
        }

        .card .card-icon__wrapper img {
            max-height: calc(0.625 * 3.2rem);
            padding-right: calc(0.625 * .8rem);
        }

    .card .card__content {
        padding: calc(0.625 * 1.6rem);
    }

    .card .card__title {
        padding-bottom: calc(0.625 * .8rem);
        word-break: break-word;
    }

    .card .card__text {
        padding-bottom: calc(0.625 * 1.6rem);
        font-family: Gotham,Helvetica,Arial,"sans-serif";
        font-size: calc(0.625 * 1.6rem);
        font-weight: 400;
        max-width: calc(0.625 * 33.4rem);
        min-height: calc(0.625 * 12.2rem);
        line-height: calc(0.625 * 2.6rem);
    }

@media (max-width: 1024px) {
    .card .card__text {
        max-width: none
    }
}

.card .card-profile__wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: calc(0.625 * 1.6rem);
}

.card .card-profile__img-wrapper {
    flex: 0 0 calc(0.625 * 9.6rem);
}

.card .card-profile__text {
    color: #fff;
    padding-bottom: 0;
    line-height: calc(0.625 * 3.2rem);
    letter-spacing: -.03em;
    text-transform: capitalize
}

.hero__article {
    margin-top: calc(0.625 * -16rem);
    box-shadow: 4px 4px calc(0.625 * 4rem) -2px #ccc;
    z-index: 2;
    position: relative
}

    .hero__article, .hero__article .card__col {
        background-color: #fff
    }

        .hero__article .card__col--red {
            /*background-color: #701637;*/
            color: #fff
        }

            .hero__article .card__col--red .card {
                background-color: #701637
            }

            .hero__article .card__col--red .card-icon {
                color: #fff
            }

.card-collection {
    padding-top: calc(0.625 * 4.8rem);
}

    .card-collection .card__col {
        padding: calc(0.625 * .8rem) calc(0.625 * 1.6rem )
    }

.home .card-collection .card__link {
    color: #444
}

.card__audio {
    width: 100%
}

.button__wrapper--card {
    padding-top: calc(0.625 * 4rem);
}

audio::-webkit-media-controls-panel {
    background: #fff
}

audio::-webkit-media-controls-enclosure {
    border-radius: 0;
    border: 3px solid #ccc
}

.hero__article .card {
    box-shadow: none;
    flex-direction: column
}

.card-rail {
    position: relative
}

    .card-rail:after {
        content: "";
        z-index: -1;
        position: absolute;
        background-color: #f1f1f1;
        right: 0;
        top: 0;
        width: 75%;
        height: 100%
    }

@media (max-width: 1024px) {
    .card-rail:after {
        width: 100%
    }
}

.topic-rail {
    background-color: #008ca1;
    max-width: calc(0.625 * 40rem);
    margin-top: calc(0.625 * 15.6rem);
    text-align: left
}

@media (max-width: 1024px) {
    .topic-rail {
        margin-top: calc(0.625 * 3.2rem);
        max-width: 100%
    }
}

.topic-rail__top {
    padding: calc(0.625 * 3.2rem);
}

.home .topic-rail__headline {
    color: #fff
}

.topic-rail__subheadline {
    font-size: calc(0.625 * 1.92rem);
    line-height: calc(0.625 * 2.5rem);
    letter-spacing: -.05em;
    text-transform: capitalize
}

.home .topic-rail__subheadline {
    color: #fff
}

.topic-rail__item {
    display: flex;
    align-items: baseline;
    padding-bottom: calc(0.625 * 1.6rem);
}

    .topic-rail__item input {
        margin-right: calc(0.625 * .8rem);
        position: absolute;
        left: 0;
        top: 2px;
        z-index: 1
    }

    .topic-rail__item label {
        color: #fff;
        padding-left: 22px;
        position: relative;
        z-index: 2
    }

.topic-rail__bottom {
    background-color: #00606e;
    padding: calc(0.625 * 1.6rem) calc(0.625 * 3.2rem);
}

.topic-rail-search {
    display: flex;
    align-items: center;
    padding-bottom: calc(0.625 * 1.6rem);
}

.topic-rail-search__input {
    min-height: calc(0.625 * 4.8rem);
    padding: calc(0.625 * .8rem);
    border-radius: 6px;
    border: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #d0dfe3;
    width: 100%
}

.topic-rail-lbl {
    display: flex;
    align-items: inherit;
    cursor: pointer;
    position: relative
}

    .topic-rail-lbl:hover {
        transition: none
    }

    .topic-rail-lbl label {
        cursor: pointer
    }

@media (max-width: 767px) {
    .topic-rail .interest-area-tags-navigation-mobile {
        background-color: #f1f1f1
    }

        .topic-rail .interest-area-tags-navigation-mobile .dia-drop-down {
            padding-bottom: 0
        }
}

.interest-area-tags-navigation-tag-active, .interest-area-tags-navigation-tag:hover {
    background-color: transparent;
    color: #fff;
    text-transform: none;
    text-decoration: none
}

.full-width-cta {
    min-height: calc(0.625 * 48rem);
    display: flex;
    align-items: center;
    background-position: 50%;
    background-size: cover;
    position: relative;
    z-index: 0
}

    .full-width-cta:after {
        content: "";
        background-color: rgba(0,0,0,.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1
    }

.home .full-width-cta__headline {
    color: #fff;
    font-size: calc(0.625 * 3rem);
}

.full-width-cta__teaser {
    color: #fff;
    padding-bottom: calc(0.625 * 1.6rem);
    max-width: calc(0.625 * 83rem);
    min-height: calc(0.625 * 9rem);
    font-size: calc(0.625 * 2rem);
    line-height: calc(0.625 * 2.6rem);
}

.testimonial-profile {
    display: flex;
    align-items: center;
    padding-bottom: calc(0.625 * 3.2rem);
    transition: all .3s ease;
    cursor: pointer
}

    .testimonial-profile .profile__img-wrapper {
        flex: 0 0 calc(0.625 * 9.6rem);
    }

@media (max-width: 1024px) {
    .testimonial-profile {
        justify-content: center
    }
}

.testimonial-profile.testimonial-profile--active, .testimonial-profile:active, .testimonial-profile:focus, .testimonial-profile:hover {
    opacity: .5
}

.testimonial__icon-wrapper {
    align-items: center
}

    .testimonial__icon-wrapper .testimonial-icon {
        color: #701637
    }

    .testimonial__icon-wrapper span {
        text-transform: uppercase;
        font-weight: 700;
        font-size: calc(0.625 * 1.4rem);
    }

.testimonial-profile__button, .testimonial-profile__quote, .testimonial-profile__title {
    display: none
}

.testimonial-profile__name {
    padding-bottom: 0
}

.testimonial-spotlight {
    display: flex;
    transition: all .3s ease
}

    .testimonial-spotlight .profile__img-wrapper {
        max-width: calc(0.625 * 19.6rem);
        padding-bottom: calc(0.625 * 1.6rem);
    }

        .testimonial-spotlight .profile__img-wrapper .profile__img {
            width: calc(0.625 * 18rem);
            height: calc(0.625 * 18rem);
        }

@media (max-width: 767px) {
    .testimonial-spotlight {
        flex-direction: column
    }
}

.testimonial-spotlight--hidden {
    opacity: 0;
    visibility: hidden
}

.testimonial__icon-wrapper {
    display: flex
}

    .testimonial__icon-wrapper .testimonial-icon {
        font-size: calc(0.625 * 1.6rem);
        margin-right: calc(0.625 * .4rem);
    }

.testimonial-spotlight__right .testimonial__icon-wrapper {
    justify-content: center
}

.testimonial-spotlight__left {
    flex: 1 0 calc(0.625 * 19.6rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media (max-width: 767px) {
    .testimonial-spotlight__left {
        padding-bottom: calc(0.625 * 3.2rem);
    }
}

.testimonial-spotlight__right {
    position: relative;
    padding: 0 calc(0.625 * 1.6rem);
}

    .testimonial-spotlight__right:after {
        direction: ltr;
        display: inline-block;
        font-family: Material Icons;
        font-size: 1em;
        font-style: normal;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 1;
        text-transform: none;
        white-space: nowrap;
        word-wrap: normal;
        -webkit-font-smoothing: antialiased;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: "liga";
        content: "format_quote";
        position: absolute;
        left: 50%;
        bottom: calc(0.625 * -10rem);
        font-size: calc(0.625 * 40rem);
        transform: translateX(-50%) rotate(180deg);
        align-self: flex-start;
        color: #799c4b;
        opacity: .15
    }

.testimonial-spotlight__text {
    text-align: center;
    padding-bottom: calc(0.625 * 3.2rem);
    font-size: calc(0.625 * 2.4rem);
}

.testimonial-spotlight__name, .testimonial-spotlight__title {
    text-align: center
}

.testimonial-spotlight__button {
    font-size: calc(0.625 * 1.6rem);
    line-height: calc(0.625 * 2.1rem);
    align-items: center
}

.subscribe form {
    display: flex;
    margin-bottom: calc(0.625 * -4.8rem);
    align-items: center;
    flex-wrap: wrap
}

@media (max-width: 1024px) {
    .subscribe form {
        margin-bottom: 0
    }
}

.subscribe-left {
    display: flex;
    flex: 1 0 50%;
    max-width: 50%;
    position: relative
}

    .subscribe-left i {
        color: #fff;
        margin-right: calc(0.625 * .8rem);
        font-size: calc(0.625 * 3rem);
    }

@media (max-width: 1024px) {
    .subscribe-left {
        display: block;
        max-width: 100%
    }
}

.subscribe-left__wrapper {
    display: flex;
    background-color: #008ca1;
    -webkit-clip-path: polygon(90% 0,100% 50%,90% 100%,0 100%,0 0);
    clip-path: polygon(90% 0,100% 50%,90% 100%,0 100%,0 0);
    padding: calc(0.625 * 3.2rem);
    z-index: 1;
    position: relative
}

@media (max-width: 1024px) {
    .subscribe-left__wrapper {
        -webkit-clip-path: none;
        clip-path: none
    }
}

.subscribe-left__wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: calc(0.625 * 2rem) solid transparent;
    border-top-color: #008ca1;
    border-bottom: 0;
    margin-left: calc(0.625 * -2rem);
    margin-bottom: calc(0.625 * -2rem);
}

.subscribe__headline {
    color: #fff;
    font-size: calc(0.625 * 3rem);
    margin: 0;
    padding-bottom: calc(0.625 * 1.6rem);
}

.home .subscribe__headline, .subscribe__text {
    color: #fff
}

.subscribe-right {
    display: flex;
    align-items: center;
    flex: 1 0 50%;
    max-width: 50%;
    justify-content: center;
    background-color: #333;
    position: relative;
    height: 100%;
    padding: calc(0.625 * 4rem) 0
}

    .subscribe-right:before {
        content: "";
        top: 50%;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #333;
        position: absolute;
        transform: translateY(-50%)
    }

@media (max-width: 1024px) {
    .subscribe-right:before {
        display: none
    }
}

@media (max-width: 1024px) {
    .subscribe-right {
        flex: 0 1 auto;
        width: 100%;
        max-width: 100%
    }
}

.subscribe-form {
    display: flex;
    align-items: center;
    width: 80%
}

@media (max-width: 1024px) {
    .subscribe-form {
        flex-direction: column
    }
}

.subscribe-input {
    height: calc(0.625 * 4.8rem);
    width: 100%;
    margin-right: calc(0.625 * 1.6rem);
    padding: calc(0.625 * 1.2rem);
}

@media (max-width: 1024px) {
    .subscribe-input {
        margin-bottom: calc(0.625 * 1.6rem);
    }
}

.material-icons-outlined {
    font-family: Material Icons Outlined;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

.material-icons, .material-icons-outlined {
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr
}

.material-icons {
    font-family: Material Icons;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased
}

.footer-redesign {
    background-color: #4a4f55;
    padding-top: calc(0.625 * 7.2rem);
}

    .footer-redesign .container {
        min-height: 0
    }

    .footer-redesign .socialbar__item {
        margin-right: calc(0.625 * .8rem);
    }

.footer__row {
    justify-content: flex-end
}

@media (max-width: 1024px) {
    .footer__row {
        justify-content: center;
        padding-top: calc(0.625 * 1.6rem);
    }
}

.footer__col {
    flex-grow: 0;
    min-width: 25%;
    padding-bottom: calc(0.625 * .8rem);
    padding-top: calc(0.625 * .8rem);
}

@media (max-width: 1024px) {
    .footer__col {
        flex-grow: 1
    }
}

@media (max-width: 767px) {
    .footer__col {
        overflow: hidden
    }

        .footer__col:not(:last-child) {
            border-bottom: 1px solid #fff
        }
}

@media (max-width: 767px) {
    .footer__col[aria-expanded=false] .footer__l2__wrapper {
        max-height: 0
    }
}

.footer__col[aria-expanded=false] .icon-close {
    transform: rotate(180deg)
}

.footer-logo {
    padding-bottom: calc(0.625 * .8rem);
}

    .footer-logo img {
        max-height: calc(0.625 * 16rem);
    }

.footer__text {
    color: #fff;
    padding-bottom: calc(0.625 * 3.2rem);
}

    .footer__text .statement {
        font-size: calc(0.625 * 1.4rem);
    }

.footer__l1__wrapper {
    display: flex;
    justify-content: space-between;
    padding-bottom: calc(0.625 * .8rem);
}

.footer__l2__wrapper {
    transition: all .3s ease;
    max-height: 10000px
}

.footer__list {
    padding-top: calc(0.625 * .5rem);
}

.footer__item {
    padding: calc(0.625 * .8rem) 0
}

.footer__link--l1 {
    font-size: calc(0.625 * 1.6rem);
    font-weight: 700;
    color: #fff;
    display: inline-block
}

a.footer__link {
    color: #fff
}

.footer__link--l2 {
    font-size: calc(0.625 * 1.6rem);
}

.footer__toggle {
    display: none;
    background-color: transparent;
    color: #fff;
    border: none;
    float: right;
    position: absolute;
    top: calc(0.625 * 1.6rem);
    right: calc(0.625 * .8rem);
}

@media (max-width: 767px) {
    .footer__toggle {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        align-items: center
    }
}

.footer__toggle[aria-expanded=true] .icon-open {
    display: none;
    font-family: Material Icons
}

.footer__toggle[aria-expanded=false] .icon-close {
    display: none
}

.footer__bottom {
    background-color: #444;
    padding: calc(0.625 * 1.2rem) 0
}

    .footer__bottom > .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap
    }

@media (max-width: 767px) {
    .footer__bottom > .container {
        flex-direction: column;
        align-items: flex-start
    }
}

.icon-close.material-icons, .icon-open.material-icons {
    font-family: Material Icons !important;
    font-size: calc(0.625 * 3rem);
}

.footer__copyright {
    color: #fff;
    font-size: calc(0.625 * 1.6rem);
}

.footer__link-list {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

@media (max-width: 767px) {
    .footer__link-list {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: calc(0.625 * 1.6rem);
    }
}

.footer__link-item {
    font-size: calc(0.625 * 1.6rem);
    padding-right: calc(0.625 * 1.6rem);
}

    .footer__link-item .socialbar__icon {
        width: calc(0.625 * 3.2rem);
        height: calc(0.625 * 3.2rem);
        fill: #fff
    }

.socialbar--footer {
    padding-right: calc(0.625 * .8rem);
}


@media (max-width: 767px) {
    .socialbar--footer {
        padding-bottom: calc(0.625 * 1.6rem);
    }
}

.members-hero__alert {
    padding: 16px;
    line-height: 13px;
}

button.edit-billing {
    position: relative;
    bottom: 10px;
    right: 10px;
    background-color: #008ca1;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    float: right;
    margin-top: -22px;
}

    button.edit-billing:hover {
        background-color: #005f6b;
    }

@media (max-width: 769px) {
    button.edit-billing {
        float: none;
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        position: static;
    }
}

.thank-you-text {
    font-size: 1.5em;
    font-weight: bold;
}
/*.members-hero__alert-content.nonmbr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    max-width: 60%;
    flex-wrap: wrap;
    word-wrap: break-word;
}*/

.members-hero__alert-content.nonmbr {
    display: flex;
    justify-content: space-between;
    font-family: T13,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
    align-items: center;
    gap: 10px;
    max-width: 75%;
    flex-wrap: wrap;
    word-wrap: break-word;
}

@media (max-width: 768px) {
    .members-hero__alert-content.nonmbr {
        max-width: 100% !important;
        font-family: T13,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
        font-weight: 500 !important;
    }
}

.page-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f4f4f4;
    padding: 10px;
}

.event-container {
    font-family: Arial, sans-serif;
    background-color: #efefef;
    width: 100%;
    max-width: auto;
    /*padding: 20px;*/
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    margin-left: 2px;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.header {
    font-size: 18px;
    flex: 1;
}

.collapse-section {
    display: flex;
    align-items: center;
    gap: 5px;
}

.collapse-text {
    font-size: 14px;
    color: #4a4a4a;
}

.collapse-button {
    background-color: #4a4a4a;
    color: white;
    border: none;
    padding: 3px 8px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}

.meeting {
    background-color: white;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.meeting-info {
    max-width: 100%;
    flex: 1;
}

.date-location {
    color: #0a7ea4;
    font-size: 14px;
    font-family: T2, Gotham SSm A, Gotham SSm B, Arial, sans-serif;
}

.title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
    font-family: T2, Gotham SSm A, Gotham SSm B, Arial, sans-serif;
}

.GlobalEvents .register-button {
    background-color: #007b8f;
    /*background-image: linear-gradient(90deg, #007665 0%, #018295 100%);*/
    color: white !important;
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    /*font-weight: bold;*/
    margin-right: 10px;
    margin-top: 10px;
    flex-shrink: 0;
    text-align: center;
    font-family: T2, Gotham SSm A, Gotham SSm B, Arial, sans-serif;
}

.register-button:hover {
    background-color: #005f6b;
    text-decoration: none;
}

.GlobalEvents .learn-button {
    background-color: white;
    color: #007b8f;
    padding: 6px 12px;
    border: 2px solid #007b8f;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
    /*font-weight: bold;*/
    margin-top: 10px;
    flex-shrink: 0;
    /*width: 100%;*/
    max-width: 150px;
    text-align: center;
    font-family: T2, Gotham SSm A, Gotham SSm B, Arial, sans-serif;
}

.learn-button:hover {
    background-color: #007b8f;
    color: white;
    text-decoration: none;
}


/* Speciality Container css */

.speciality-container {
    padding: 20px;
    width: 500px;
    font-family: Arial, sans-serif;
    border-radius: 5px;
}

/* Section title */
.title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
}

.filters-container {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 15px;
}

    .filters-container .t-title {
        min-width: 60px; /* Adjust as needed */
        margin-top: 16px;
        /* font-weight: bold; */
        font-family: T2, Gotham SSm A, Gotham SSm B, Arial, sans-serif;
        color: #616161;
    }

.filters {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}


/* Region Filters */
.GlobalEvents .filters {
    gap: 5px;
    margin-bottom: 15px;
}

.GlobalEvents .filter-btn {
    background: none;
    border: 2px solid #007b8f;
    color: #007b8f;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 0px;
    font-size: 12px;
    margin-top: 15px;
}

.GlobalEvents .LoadMore-btn {
    background: none;
    border: 0px solid #007b8f;
    color: #007b8f;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 12px;
    margin-top: 15px;
}

    .GlobalEvents .LoadMore-btn.active {
        /* background-color: #007b8f; */
        background-image: linear-gradient(90deg, #007665 0%, #018295 100%);
        color: white;
        font-family: Gotham SSm A, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji" !important;
        font-size: .875rem !important;
        font-weight: 500 !important;
        padding: .375rem .75rem;
        line-height: 142.857% !important;
        height: 2rem;
    }

button.primary-green {
    position: relative;
    z-index: 1;
    border-style: none;
    background-image: linear-gradient(90deg, #007665 0%, #018295 100%);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    border: 0px solid #007b8f;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 15px;
}

    button.primary-green::before {
        opacity: 0;
        transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
    }

    button.primary-green::after {
        opacity: 1;
        transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
    }

    button.primary-green:hover::before {
        opacity: 1;
        background-color: rgba(0, 118, 101, 0.8); /* Adjust transparency if needed */
    }

    button.primary-green:hover::after {
        opacity: 0;
    }


    button.primary-green::before,
    button.primary-green::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        border-radius: 0.5rem;
        background-image: linear-gradient(to right, var(--tw-gradient-stops));
        --tw-gradient-from: #007665 var(--tw-gradient-from-position);
        --tw-gradient-to: rgb(0 118 101 / 0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
        --tw-gradient-to: #007665 var(--tw-gradient-to-position);
        opacity: 0;
        transition-property: opacity;
        transition-timing-function: linear;
        transition-duration: 0.3s;
        --tw-content: "";
        content: var(--tw-content);
    }

    button.primary-green:hover::before {
        opacity: 1;
    }

    button.primary-green:hover::after {
        opacity: 0;
    }

    button.primary-green:active::before {
        opacity: 0;
    }

    button.primary-green:active::after {
        opacity: 1;
    }

.filter-btn.active {
    background-color: #007b8f;
    color: white;
}

/* Meeting Cards */
.meeting-card {
    background: white;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.calendar {
    background-color: #007b8f;
    color: white;
    text-align: center;
    width: 70px;
    padding: 5px;
    margin-top: -81px;
    border-radius: 0px;
}

    .calendar .month {
        font-size: 12px;
    }

    .calendar .date {
        font-size: 18px;
        font-weight: bold;
    }

.meeting-details {
    flex-grow: 1;
}

.meeting-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
    font-family: T2, Gotham SSm A, Gotham SSm B, Arial, sans-serif;
}

.action-location {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.location {
    color: #007b8f;
    font-size: 14px;
    font-family: T2, Gotham SSm A, Gotham SSm B, Arial, sans-serif;
}

.location-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    margin-bottom: 0px;
}

.region {
    background: #e0e0e0;
    padding: 5px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 20px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #222;
    /*font-weight: 500;*/
    font-family: T2, Gotham SSm A, Gotham SSm B, Arial, sans-serif;
}

.register-spbtn {
    background-color: #007b8f;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
}

@media (max-width: 480px) {
    .header-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .header {
        font-size: 16px;
    }

    .meeting {
        flex-direction: column;
        text-align: center;
    }

    .GlobalEvents .register-button, .GlobalEvents .learn-button {
        width: 100% !important;
        max-width: none !important;
        margin-left: 0px !important;
        margin-right: 0px;
    }

    /* #pnlAnnualMeetings, #pnlSpecialtyMeetings, #spnMinus, #spnMinusSpecialty{
        display: none;
    }

    #spnPlus, #spnPlusSpecialty{
        display:block !important;
    }*/
}

.GlobalEvents .w-full {
    width: 98.6% !important;
}

.GlobalEvents .gap-x-4 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important
}

.GlobalEvents .text-xl {
    font-size: 1.25rem !important;
    line-height: 4.11rem !important;
    font-family: T2,Gotham SSm A,Gotham SSm B,Arial,sans-serif;
}

@media (max-width: 424px) {
    .GlobalEvents .text-xl {
        font-size: 14px !important;
        line-height: 4.5rem !important;
    }
}

.GlobalEvents .justify-center {
    justify-content: center !important
}

.GlobalEvents .justify-between {
    justify-content: space-between !important
}

.GlobalEvents .flex {
    display: flex !important
}

.GlobalEvents .text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(44 47 51 / 1 !important) !important;
}

@media (min-width: 1024px) {
    .GlobalEvents .t-h3 {
        font-family: Gotham SSm A, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji" !important;
        font-size: 1.5rem !important;
        font-weight: 500 !important;
        line-height: 133.333% !important;
    }
}

.GlobalEvents .text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(74 79 85 / 1 !important) !important;
}

.GlobalEvents .w-6 {
    width: 4.5rem !important;
}

.GlobalEvents .h-6 {
    height: 1.5rem !important;
}

.GlobalEvents img, .GlobalEvents svg, .GlobalEvents video, .GlobalEvents canvas, .GlobalEvents audio, .GlobalEvents iframe, .GlobalEvents embed, .GlobalEvents object {
    display: block;
    vertical-align: middle;
}

@media (max-width: 480px) {
    .meeting {
        max-width: 400px;
        /* margin: auto; */
        padding: 15px;
        background-color: #fff;
        /*box-shadow: 0 0 10px rgba(0,0,0,0.1);
        border-radius: 8px; */
    }

    .meeting-card {
        display: flex;
        flex-direction: row;
        gap: 15px;
        flex-wrap: wrap;
        padding: 4px;
    }

    .calendar {
        background-color: #007b8f;
        color: white;
        padding: 8px;
        margin: 0px;
        border-radius: 0px;
        text-align: center;
        min-width: 85px;
        font-weight: bold;
    }

    .meeting-details {
        flex: 1;
        /*display: flex;*/
        flex-direction: column;
        gap: 10px;
    }

    .meeting-title {
        font-weight: bold;
        font-size: 16px;
        text-align: center;
    }

    .location-wrapper {
        display: flex;
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }

    .location {
        color: #007b8f;
        font-weight: 500;
    }

    .country.region {
        /* display: inline-block; */
        background-color: #e0e0e0;
        padding: 5px 10px;
        border-radius: 6px;
        font-size: 13px;
        margin: 2px auto;
    }

    /* Buttons */
    .button-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        margin-top: 10px;
    }

        .button-group a {
            /* flex: 1 1 120px; */
            max-width: 100%;
            text-align: center;
        }

    /* Register Button */
    .register-button {
        background-color: #007b8f;
        color: white;
        padding: 10px;
        border: none;
        border-radius: 6px;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
    }

        .register-button:hover {
            background-color: #005f6b;
        }

    /* Learn Button */
    .learn-button {
        background-color: white;
        color: #007b8f;
        border: 2px solid #007b8f;
        padding: 10px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
    }

        .learn-button:hover {
            background-color: #007b8f;
            color: white;
        }

    /* Responsive layout for small screens */

    .meeting-card {
        flex-direction: column;
        align-items: center;
    }

    .location-wrapper {
        align-items: center;
    }

    .button-group {
        flex-direction: column;
        width: 100%;
        margin-top: -10px !important;
    }

        .button-group a {
            width: 100%;
        }
}

.button-group {
    display: flex;
    gap: 0px !important;
    margin-top: 10px;
    flex-wrap: wrap;
}

    .button-group .register-button,
    .button-group .learn-button {
        flex-shrink: 0;
    }

/* Icon styling */
.location-icon {
    display: inline-block;
    vertical-align: middle;
    color: #222;
}

.speciality {
    margin-bottom: 0px;
}

    .speciality:not(:last-child)::after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #ccc;
    }

@media screen and (max-width: 370px) {
    .hero-overlay .button {
        height: 50px;
    }
}

.media-callout .rtf .green-button {
    height: 3.5rem !important;
    line-height: 142.857% !important;
    border-radius: .5rem !important;
    align-items: center !important;
    padding-top: 17px;
    /*font-size: 16px !important;*/
    text-transform: none;
    font-weight: 500;
}

@media screen and (max-width: 320px) {
    .media-callout .rtf .green-button {
        padding-top: 17px !important;
    }
}

.media-callout .rtf {
    margin-top: 10px;
}

    .media-callout .rtf p.content {
        margin-top: 10px !important;
    }

/* Simple override for green button */
.button.green-button:not(.dia *) {
    min-width: 80px !important;
    border-radius: .5rem !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(121 157 62 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    height: 3.5rem !important;
    padding: .5rem .75rem !important;
    display: inline-flex !important;
    font-weight: 500 !important;
    text-transform: unset !important;
    align-items: center !important;
    justify-content: center !important;
}
