@charset "UTF-8";


/*!
 * Common colors and constants
 * ===========================
 *
 * Text sizing
 * -----------
 * Body copy: 17px
 * Line height / baseline grid: 24px
 * H6: 20px
 * H5: 24px
 * H4: 34px
 * H3: 42px
 * H2: 50px
 * H1: 64px
 * Small or secondary: 15px, 13px
 *
 * Text colors
 * -----------
 * Copy: #546b75
 * Titles: #273a41
 *
 * Theme colors
 * ------------
 * Primary (MBA Gold): #8e744a
 *   Tint: #e7c48c
 *   Shade: #6b532c
 * Accent (MBA Blue): #0c426a
 *   Tint: #3fa0e9
 *   Shade: #011e33
 * Action (MBA Red): #9d1c30
 *   Tint: #f97388
 *   Shade: #871527
 *
 * Other colors
 * ------------
 * Page background: #fff
 * Light wash: #f7f9fa
 * Mid wash: #ced9dd
 * Dark wash: #091418
 * Warnings: #941
 *
 * Measurements
 * ------------
 * Maximum page width: 1600px
 *
 * Breakpoints
 * -----------
 * Small: 540px
 * Medium: 920px
 * Large: 1150px
 * Widescreen: 1340px
 */


/*! ---------- =reset ---------- */

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
  }
  
  ul {
    list-style: disc;
  }
  
  blockquote,
  q {
    quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: '';
    content: none;
  }
  
  img {
    -ms-interpolation-mode: bicubic;
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  
  img.exhibitor-logo {
    margin-left: 0;
  }
  
  img.session-sponsor {
    max-width: 250px;
  }
  
  img.vendor-image {
    max-width: 120px;
    float: left;
  }
  
  .vendor-items {
    clear: both;
  }
  
  .item-list__business-and-market-focus {
    margin-top: 12px;
  }
  
  .item-list__badges {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  @media (max-width: 719px) {
    .hide-on-mobile {
      display: none;
    }
  }
  @media (min-width: 720px) {
  /*.item-list__badges {
    display: block;
    max-width: 20%;
    float: left;  
    }*/
    
    .hide-on-desktop {
      display: none;
    }
  }
  
  .search-badge {
    margin-right: 12px;
    margin-bottom: 12px;
  }
  
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section,
  summary {
    display: block;
  }
  
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline;
  }
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  [hidden],
  template {
    display: none;
  }
  
  a:active,
  a:hover {
    outline: 0;
  }
  
  abbr[title] {
    border-bottom: 1px dotted;
  }
  
  b,
  strong {
    font-weight: bold;
  }
  
  dfn {
    font-style: italic;
  }
  
  mark {
    background: #ff0;
    color: #000;
  }
  
  small {
    font-size: 80%;
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
  
  img {
    border: 0;
  }
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  hr {
    box-sizing: content-box;
    height: 0;
    margin: 48px 0;
    border-bottom: 1px solid #ced9dd;
  }
  
  pre {
    overflow: auto;
  }
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
  }
  button {
    overflow: visible;
  }
  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;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
  }
  input {
    line-height: normal;
  }
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
  }
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  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;
  }
  
  input[violation-messages] {
    display: block;
    margin-bottom: 24px;
    text-decoration: none;
  }
  
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  
  legend {
    border: 0;
  }
  
  textarea {
    overflow: auto;
  }
  
  optgroup {
    font-weight: bold;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  
  /*! ---------- =typography ---------- */
  
  body {
    font: 17px/24px "Gotham A", "Gotham B", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #546b75;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  p,
  ol,
  ul,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 24px;
  }
  p:last-child,
  ol:last-child,
  ul:last-child,
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child {
    margin-bottom: 0;
  }
  p,
  ol,
  ul {
    orphans: 2;
    widows: 2;
  }
  ol,
  ul {
    margin-left: 2em;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-family: "Sentinel A", "Sentinel B", Georgia, serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    color: #273a41;
  }
  h1 img,
  h2 img,
  h3 img,
  h4 img,
  h5 img,
  h6 img,
  .h1 img,
  .h2 img,
  .h3 img,
  .h4 img,
  .h5 img,
  .h6 img {
    display: inline-block;
    vertical-align: middle;
  }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small,
  .h1 small,
  .h2 small,
  .h3 small,
  .h4 small,
  .h5 small,
  .h6 small {
    display: block;
  }
  h1,
  .h1 {
    font-size: 42px;
    line-height: 48px;
  }
  
  @media (max-width: 919px) {
    h1,
    .h1 {
      font-size: 34px;
      line-height: 36px;
    }
  }
  
  h2,
  .h2 {
    font-size: 34px;
    line-height: 36px;
  }
  h3,
  .h3 {
    font-size: 24px;
    line-height: 24px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 24px;
  }
  h5,
  .h5 {
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
  }
  h6,
  .h6 {
    font-size: 20px;
    line-height: 24px;
  }
  
  .section-title {
    hyphens: auto;
    position: relative;
    word-break: break-word;
  }
  .section-title::before {
    content: '';
    display: block;
    width: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -14px;
    background: #8e744a;
  }
  
  @media (min-width: 920px) {
    .section-title::before {
      left: -26px;
    }
  }
  
  
  .text-size {
    font-size: 17px;
    line-height: 24px;
  }
  
  .align-left {
    text-align: left;
  }
  .align-center {
    text-align: center;
  }
  .align-right {
    text-align: right;
  }
  
  @media (max-width: 919px) {
    .align-left-s {
      text-align: left;
    }
    .align-center-s {
      text-align: center;
    }
    .align-right-s {
      text-align: right;
    }
  }
  
  .large {
    font-size: 120%;
  }
  .regular {
    font-size: 17px;
  }
  .note {
    font-family: "Sentinel A", "Sentinel B", Georgia, serif;
    opacity: 0.8;
  }
  pre + .note,
  input + .note,
  textarea + .note {
    margin-top: -12px;
  }
  
  .highlight {
    color: #8e744a;
  }
  
  .warn {
    color: #941;
  }
  
  .type-family-sample {
    font-size: 42px;
    line-height: 36px;
  }
  
  .fa-solid.fa-lock {
    color: #444;
    font-size: 18px;
    content: '\f324';
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
  }
  
  
  /*! ---------- =common =components ---------- */
  
  a {
    text-decoration: none;
    font-weight: 700;
    color: #0c426a;
  }
  a:hover,
  a:focus {
    color: #9d1c30;
  }
  a,
  button {
    transition: color 0.15s ease-out,
                  background-color 0.15s ease-out,
                  border 0.15s ease-out,
                  box-shadow 0.15s ease-out,
                  opacity 0.15s ease-out;
  }
  .more {
    display: block;
    margin: 48px 0 24px;
    font-weight: 700;
  }
  .more + .more {
    margin-top: 24px;
    color: #0c426a;
  }
  .more::after {
    content: '\f178';
    display: inline-block;
    margin-left: 12px;
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 500;
    transition: transform 0.15s ease-out;
  }
  .more:hover,
  .more:focus {
    color: #9d1c30;
  }
  .more:hover::after,
  .more:focus::after {
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
  
  .category-name,
  .meta-tag {
    background: #F5f5f5;
    border: 1px solid #DADADA;
    border-radius: 24px;
    display: inline-block;
    font-size: 80%;
    padding: 6px 24px;
    white-space: nowrap;
  }
  
  .meta-tag.red-tag {
    background: #9d1c30;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 12px 24px;
  }

  .meta-tag.blue-tag {
    background: #0c426a;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 12px 24px;
  }

  .meta-tag.brown-tag {
    background: #8e744a;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 12px 24px;
  }

  .meta-tag.lightBlue-tag {
    background: #ced9dd;
  }
  
  @media (max-width: 919px) {
    .category-name,
    .meta-tag {
      margin: 8px 4px 0 0;
    }
  }
  .meta-tag__complimentary {
    background: #8e744a;
    border-color: #b29464;
    color: #fff!important;
  }
   .meta-tag__soldOut {
    background: #d64259;
    border-color: #b29464;
    color: #fff!important;
  }
  
  .img-left,
  .img-right {
    display: block;
    max-width: 40%;
    margin: 0 0 12px;
  }
  .img-left img,
  .img-right img {
    display: block;
  }
  .img-left {
    float: left;
    margin-right: 12px;
  }
  .img-right {
    float: right;
    margin-left: 12px;
  }
  @media (max-width: 1439px) {
   ul.meta-tags-list {
      margin-left: 0;
      margin-bottom: 24px;
    }  
  }
  @media (min-width: 1440px) {
  .meta-right {
    float: right;
    margin-top: 24px;
    margin-left: 12px;
  }
  .meta-right-search {
    float: right;
    margin-left: 12px;
  }
  }
  
  figure {
    display: block;
    margin-bottom: 24px;
    border: 1px solid #f7f9fa;
    padding: 6px;
  }
  
  figcaption {
    display: block;
    padding: 6px 0;
    font-size: 13px;
    opacity: 0.8;
  }
  
  dl:not(:last-child) {
    margin-bottom: 24px;
  }
  
  dt {
    float: left;
    clear: left;
    margin-right: 18px;
    font-weight: 700;
  }
  dt ~ dt {
    margin-top: 12px;
  }
  
  dd {
    display: block;
    overflow: hidden;
  }
  dd ~ dd {
    margin-top: 12px;
  }
  
  .pricing-table {
    width: 100%;
  }
  .pricing-table th {
    font-size: 15px;
    line-height: 1;
    padding: 24px;
    text-align: left;
  }
  .pricing-table tr:nth-child(even) {
    background: #f7f9fa;
  }
  .pricing-table tr td:first-child {
    width: 35%;
  }
  .pricing-table tr td {
    padding: 12px;
  }
  .pricing-table th,
  .pricing-table td,
  .pricing-table tbody tr {
    transition: all 0.15s ease-out;
  }
  .pricing-table tbody tr:first-child {
    background: #0c426a;
    color: #fff;
  }
  .pricing-table tbody tr:first-child:hover {
    background: #032f50;
    color: #fff;
  }
  .pricing-table tbody tr:hover {
    background: #e9f0f2;
    color: #273a41;
  }
  .pricing-table th:nth-child(2), 
  .pricing-table td:nth-child(2) {
      background: rgba(238, 238, 238, 0.3);
  }
  
  .to-screen-edges,
  .content .title-block,
  .alternate-background {
    width: auto !important;
    margin-left: -24px;
    margin-right: -24px;
  }
  .to-screen-edges__content {
    padding-left: 24px;
    padding-right: 24px;
  }
  
  @media (min-width: 920px) {
    .to-screen-edges,
    .content .title-block,
    .alternate-background {
      margin-left: -72px;
      margin-right: -72px;
    }
    .to-screen-edges__content {
      padding-left: 72px;
      padding-right: 72px;
    }
  }
  
  @media (min-width: 1744px) {
    .to-screen-edges,
    .content .title-block,
    .alternate-background {
      margin-left: calc(-50vw + (1600px / 2));
      margin-right: calc(-50vw + (1600px / 2));
    }
    .to-screen-edges__content {
      padding-left: calc(50vw - (1600px / 2));
      padding-right: calc(50vw - (1600px / 2));
    }
  }
  
  
  .background-section,
  .tinted-section,
  .alternate-background {
    padding-top: 48px;
    padding-bottom: 48px;
    margin-bottom: 48px;
  }
  .content > .page-bounds > .background-section:last-child,
  .content > .page-bounds >
  .tinted-section:last-child {
    margin-bottom: -48px;
  }
  .background-section__content,
  .tinted-section__content {
    max-width: 1744px;
    margin: 0 auto;
    padding: 0 24px;
  }
  
  @media (min-width: 920px) {
    .background-section,
    .tinted-section,
    .alternate-background {
      padding-top: 84px;
      padding-bottom: 84px;
    }
    .content > .page-bounds > .background-section:last-child,
    .content > .page-bounds >
    .tinted-section:last-child {
      margin-bottom: -72px;
    }
    .background-section__content,
    .tinted-section__content {
      padding: 0 72px;
    }
  }
  
  .background-section {
    background: #0c426a url("/images/default-source/siteimages/backgrounds/deco-angle-07.svg") no-repeat 0 100%;
    background-size: 100% auto;
    color: #bccdda;
    position: relative;
  }
  .background-section h1,
  .background-section .h1,
  .background-section h2,
  .background-section .h2,
  .background-section h3,
  .background-section .h3,
  .background-section h4,
  .background-section .h4,
  .background-section h5,
  .background-section .h5,
  .background-section h6,
  .background-section .h6 {
    color: #fff;
  }
  .tinted-section {
    background: #f7f9fa;
  }
  .alternate-background {
    position: relative;
  }
  .alternate-background--tall {
    height: 400px;
  }
  .alternate-background--top {
    top: -48px;
  }
  @media (max-width: 767px) {
    .alternate-background--top {
      top: -24px;
    }
  }
  .alternate-background:not(:last-child) {
    margin-bottom: 48px;
  }
  .alternate-background__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
  }
  .alternate-background__image img {
    image-rendering: smooth;
    image-rendering: -webkit-optimize-contrast;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .alternate-background__content {
    padding: 24px 24px;
    position: relative;
    z-index: 2;
  }
  .alternate-background__content h1,
  .alternate-background__content .h1,
  .alternate-background__content h2,
  .alternate-background__content .h2,
  .alternate-background__content h3,
  .alternate-background__content .h3,
  .alternate-background__content h4,
  .alternate-background__content .h4,
  .alternate-background__content h5,
  .alternate-background__content .h5,
  .alternate-background__content h6,
  .alternate-background__content .h6,
  .alternate-background__content p,
  .alternate-background__content a {
    color:  #fff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  .alternate-background__fade::after {
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
    bottom: 0;
    content: '';
    display: block;
    height: 50%;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  @media (max-width: 959px) {
    .alternate-background--conference,
    .alternate-background--conferencebanner {
      height: auto!important;
      top: -24px;
    }
    .alternate-background__conference .alternate-background__image,
    .alternate-background--conferencebanner .alternate-background__image {
      display: none;
    }
    .alternate-background--conference .alternate-background__image img,
    .alternate-background--conferencebanner .alternate-background__image img {
      max-width: 100%;
    }
  }
  @media (min-width: 960px) {
    .alternate-background__conference .alternate-background__mobile,
    .alternate-background--conferencebanner .alternate-background__mobile {
      display: none;
    }
  }

.alternate-background__conference {
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}
.alternate-background__conference .alternate-background__image,
.alternate-background__conference .alternate-background__image img {
  position: unset;
  transform: none;
  max-width: 100%;
  margin-bottom: 24px;
}
.alternate-background__conference .alternate-background__mobile {
  margin-bottom: 24px;
}
  
  .pull-quote {
    padding: 24px 0;
    margin: 24px 0;
    border: solid #011e33;
    border-width: 2px 0;
    font-size: 20px;
    line-height: 36px;
    font-weight: 300;
  }
  .pull-quote__attribution {
    display: block;
    font-size: 15px;
    line-height: 24px;
    opacity: 0.8;
  }
  .pull-quote__attribution::before {
    content: '– ';
  }
  p + .pull-quote__attribution {
    margin-top: -18px;
  }
  
  
  @media (min-width: 540px) {
    .pull-quote--left,
    .pull-quote--right {
      max-width: 40%;
      margin-top: 0;
    }
    .pull-quote--left {
      float: left;
      margin-right: 24px;
      padding: 0 24px 0 0;
      border-width: 0 2px 0 0;
    }
    .pull-quote--right {
      float: right;
      margin-left: 24px;
    }
  }
  
  .pull-quote--animated {
  /*    background: #f9f4e5;*/
      color: #939598;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      position: relative;
      border: none;
      margin: 0;
      padding: 0;
  }
  .pull-quote--animated .pull-quote__right::after,
  .pull-quote--animated .pull-quote__left::before {
      background: inherit;
      content: '';
      display: inline-block;
      height: 100%;
      position: absolute;
      width: 5000px;
  }
  .pull-quote--animated .pull-quote__right::after {
      content: '';
      right: -5000px;    
  }
  .pull-quote--animated .pull-quote__left::before {
      content: '';
      left: -5000px;    
  }
  .pull-quote--animated.pull-quote__dark {
      background: #404040;
      color: #fff;
  }
  
  .pull-quote--animated .pull-quote__content {
      position: relative;
      flex: auto;
      padding: 80px;
  }
  .pull-quote--animated .pull-quote__content .pull-quote__text {
      font-size: 40px;
      line-height: 1.2;
      font-weight: 700;
  }
  /*.pull-quote--animated .pull-quote__content .pull-quote__text p::before {
      content: '\201C';
      display: inline-block;
      position: relative;
  }
  .pull-quote--animated .pull-quote__content .pull-quote__text p::after {
      content: '\201D';
      display: inline-block;
      position: relative;
  }*/
  .pull-quote--animated .pull-quote__content .pull-quote__attribution {
      margin-top: 12px;
  }
  .pull-quote--animated .pull-quote__image {
      height: 100%;
      flex: auto;
      max-width: 30%;
  }
  .pull-quote--animated .pull-quote__left .pull-quote__image {
    padding-right: 24px;
  }
  .pull-quote--animated .pull-quote__content .pull-quote__attribution::before {
      content: '\2014';
      display: inline-block;
      /*margin-right: 6px;*/
  }
  .pull-quote--animated .pull-quote__robert .pull-quote__text p::after {
      color: #434954;
  }
  .pull-quote__kristy .pull-quote__text p::after {
      color: #9cdcf9;
  }
  @media all and (max-width: 719px) {
      .pull-quote--animated {
          display: block;
      }
      .pull-quote--animated .pull-quote__content {
          padding: 0;
      }
      .pull-quote--animated .pull-quote__image {
          display: block;
          height: auto;
          margin: 24px auto 0;
          max-width: 50%;
      }
  }
  @media all and (max-width:1200px) {
      .pull-quote--animated {
          padding: 24px;
      }
      .pull-quote--animated.pull-quote__content {
          padding: 24px;
      }
      .pull-quote--animated .pull-quote__content .pull-quote__text {
          font-size: 30px;
      }
      .pull-quote--animated .pull-quote__right::after,
      .pull-quote--animated .pull-quote__left::before {
          display: none;
      }
  }
  @media all and (min-width:720px) {
  .pull-quote--animated .pull-quote__dark {
     margin-left: 64px;
  }
  }
  @media all and (min-width:1260px) {
    .pull-quote--animated.pull-quote__right .pull-quote__image {
      margin-left: -48px;
    }
  }
  
  .content-box {
    padding: 24px;
    border: 2px solid #6b532c;
    background: #fff;
    word-break: break-word;
  }
  .content-box::after {
    clear: both;
    content: '';
    display: block;
    visibility: hidden;
  }
  .content-box:not(:last-child) {
    margin-bottom: 24px;
  }
  .content-box h1,
  .content-box h2,
  .content-box h3,
  .content-box h4,
  .content-box h5,
  .content-box h6 {
    color: #8e744a;
  }
  .content-box--highlight {
    border-color: #011e33;
  }
  .content-box--highlight h1,
  .content-box--highlight h2,
  .content-box--highlight h3,
  .content-box--highlight h4,
  .content-box--highlight h5,
  .content-box--highlight h6 {
    color: #0c426a;
  }
  .content-box--action {
    border-color: #871527;
  }
  .content-box--action h1,
  .content-box--action h2,
  .content-box--action h3,
  .content-box--action h4,
  .content-box--action h5,
  .content-box--action h6 {
    color: #9d1c30;
  }
  
  .truncator-expand {
    display: block;
    width: 100%;
    padding-top: 6px;
    margin-top: 12px;
    border-top: 1px dashed #ced9dd;
    text-align: left;
    color: #0c426a;
    font-weight: 700;
    font-size: 15px;
  }
  .margin + .truncator-expand {
    margin-top: -12px;
  }
  .margin + .truncator-expand:not(:last-child) {
    margin-bottom: 24px;
  }
  .item-list + .truncator-expand,
  .margin-large + .truncator-expand {
    margin-top: -36px;
  }
  .item-list + .truncator-expand:not(:last-child),
  .margin-large + .truncator-expand:not(:last-child) {
    margin-bottom: 48px;
  }
  
  .color-spec {
    overflow: hidden;
    border: 1px solid #ced9dd;
  }
  .color-spec__swatch {
    height: 0;
    padding-bottom: 100%;
  }
  .color-spec__text {
    padding: 24px 18px;
    font-size: 15px;
  }
  .color-spec__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .color-spec__text p:not(:last-child) {
    margin-bottom: 12px;
  }
  .color-spec__role {
    font-style: italic;
    opacity: 0.65;
  }
  
  .toggle:not(.is-active) .active-text {
    display: none;
  }
  .toggle.is-active .inactive-text {
    display: none;
  }
  
  .js .toggle-target:not(.is-active) {
    display: none;
  }
  
  .screenreaders-only {
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden;
    position: absolute;
    z-index: -1;
  }
  
  .share-buttons__button {
    color: #546b75;
    font-size: 24px;
    margin-right: 6px;
  }
  
  .group:after,
  dl:after,
  .side-label:after,
  .page-header:after,
  .interior-layout:after,
  .horizontal-scroll__wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /*! common spacing classes */
  .spacer {
    height: 24px;
  }
  .spacer--tiny {
    height: 6px;
  }
  .spacer--small {
    height: 12px;
  }
  .spacer--large {
    height: 48px;
  }
  .spacer--huge {
    height: 72px;
  }
  
  @media (max-width: 767px) {
    .spacer--large {
      height: 36px;
    }
    .spacer--huge {
      height: 48px;
    }
  }
  
  .space-t-6 {
    margin-top: 72px !important;
  }
  
  .space-t-5 {
    margin-top: 48px !important;
  }
  
  .space-t-4 {
    margin-top: 36px !important;
  }
  
  .space-t-3 {
    margin-top: 24px !important;
  }
  
  .space-t-2 {
    margin-top: 12px !important;
  }
  
  .space-t-1 {
    margin-top: 6px !important;
  }
  
  .space-t-0 {
    margin-top: 0 !important;
  }
  
  .pad-t-6 {
    padding-top: 72px;
  }
  
  .pad-t-5 {
    padding-top: 48px;
  }
  
  .pad-t-4 {
    padding-top: 36px;
  }
  
  .pad-t-3 {
    padding-top: 24px;
  }
  
  .pad-t-2 {
    padding-top: 12px;
  }
  
  .pad-t-1 {
    padding-top: 6px;
  }
  
  .pad-t-0 {
    padding-top: 0;
  }
  
  .space-r-6 {
    margin-right: 72px;
  }
  
  .space-r-5 {
    margin-right: 48px;
  }
  
  .space-r-4 {
    margin-right: 36px;
  }
  
  .space-r-3 {
    margin-right: 24px;
  }
  
  .space-r-2 {
    margin-right: 12px;
  }
  
  .space-r-1 {
    margin-right: 6px;
  }
  
  .space-r-0 {
    margin-right: 0;
  }
  
  .pad-r-6 {
    padding-right: 72px;
  }
  
  .pad-r-5 {
    padding-right: 48px;
  }
  
  .pad-r-4 {
    padding-right: 36px;
  }
  
  .pad-r-3 {
    padding-right: 24px;
  }
  
  .pad-r-2 {
    padding-right: 12px;
  }
  
  .pad-r-1 {
    padding-right: 6px;
  }
  
  .pad-r-0 {
    padding-right: 0;
  }
  
  .space-b-6 {
    margin-bottom: 72px !important;
  }
  
  .space-b-5 {
    margin-bottom: 48px !important;
  }
  
  .space-b-4 {
    margin-bottom: 36px !important;
  }
  
  .space-b-3 {
    margin-bottom: 24px !important;
  }
  
  .space-b-2 {
    margin-bottom: 12px !important;
  }
  
  .space-b-1 {
    margin-bottom: 6px !important;
  }
  
  .space-b-0 {
    margin-bottom: 0 !important;
  }
  
  .pad-b-small {
    padding-bottom: 12px!important;
  }
  .pad-b-medium {
    padding-bottom: 24px!important;
  }
  .pad-b-large {
    padding-bottom: 48px!important;
  }
  
  .pad-b-6 {
    padding-bottom: 72px;
  }
  
  .pad-b-5 {
    padding-bottom: 48px;
  }
  
  .pad-b-4 {
    padding-bottom: 36px;
  }
  
  .pad-b-3 {
    padding-bottom: 24px;
  }
  
  .pad-b-2 {
    padding-bottom: 12px;
  }
  
  .pad-b-1 {
    padding-bottom: 6px;
  }
  
  .pad-b-0 {
    padding-bottom: 0;
  }
  
  .space-l-6 {
    margin-left: 72px;
  }
  
  .space-l-5 {
    margin-left: 48px;
  }
  
  .space-l-4 {
    margin-left: 36px;
  }
  
  .space-l-3 {
    margin-left: 24px;
  }
  
  .space-l-2 {
    margin-left: 12px;
  }
  
  .space-l-1 {
    margin-left: 6px;
  }
  
  .space-l-0 {
    margin-left: 0;
  }
  
  .pad-l-6 {
    padding-left: 72px;
  }
  
  .pad-l-5 {
    padding-left: 48px;
  }
  
  .pad-l-4 {
    padding-left: 36px;
  }
  
  .pad-l-3 {
    padding-left: 24px;
  }
  
  .pad-l-2 {
    padding-left: 12px;
  }
  
  .pad-l-1 {
    padding-left: 6px;
  }
  
  .pad-l-0 {
    padding-left: 0;
  }
  
  
  @media (min-width: 920px) {
    .space-t-6-m {
      margin-top: 72px;
    }
  
    .space-t-5-m {
      margin-top: 48px;
    }
  
    .space-t-4-m {
      margin-top: 36px;
    }
  
    .space-t-3-m {
      margin-top: 24px;
    }
  
    .space-t-2-m {
      margin-top: 12px;
    }
  
    .space-t-1-m {
      margin-top: 6px;
    }
  
    .space-t-0-m {
      margin-top: 0;
    }
  
    .pad-t-6-m {
      padding-top: 72px;
    }
  
    .pad-t-5-m {
      padding-top: 48px;
    }
  
    .pad-t-4-m {
      padding-top: 36px;
    }
  
    .pad-t-3-m {
      padding-top: 24px;
    }
  
    .pad-t-2-m {
      padding-top: 12px;
    }
  
    .pad-t-1-m {
      padding-top: 6px;
    }
  
    .pad-t-0-m {
      padding-top: 0;
    }
  
    .space-r-6-m {
      margin-right: 72px;
    }
  
    .space-r-5-m {
      margin-right: 48px;
    }
  
    .space-r-4-m {
      margin-right: 36px;
    }
  
    .space-r-3-m {
      margin-right: 24px;
    }
  
    .space-r-2-m {
      margin-right: 12px;
    }
  
    .space-r-1-m {
      margin-right: 6px;
    }
  
    .space-r-0-m {
      margin-right: 0;
    }
  
    .pad-r-6-m {
      padding-right: 72px;
    }
  
    .pad-r-5-m {
      padding-right: 48px;
    }
  
    .pad-r-4-m {
      padding-right: 36px;
    }
  
    .pad-r-3-m {
      padding-right: 24px;
    }
  
    .pad-r-2-m {
      padding-right: 12px;
    }
  
    .pad-r-1-m {
      padding-right: 6px;
    }
  
    .pad-r-0-m {
      padding-right: 0;
    }
  
    .space-b-6-m {
      margin-bottom: 72px;
    }
  
    .space-b-5-m {
      margin-bottom: 48px;
    }
  
    .space-b-4-m {
      margin-bottom: 36px;
    }
  
    .space-b-3-m {
      margin-bottom: 24px;
    }
  
    .space-b-2-m {
      margin-bottom: 12px;
    }
  
    .space-b-1-m {
      margin-bottom: 6px;
    }
  
    .space-b-0-m {
      margin-bottom: 0;
    }
  
    .pad-b-6-m {
      padding-bottom: 72px;
    }
  
    .pad-b-5-m {
      padding-bottom: 48px;
    }
  
    .pad-b-4-m {
      padding-bottom: 36px;
    }
  
    .pad-b-3-m {
      padding-bottom: 24px;
    }
  
    .pad-b-2-m {
      padding-bottom: 12px;
    }
  
    .pad-b-1-m {
      padding-bottom: 6px;
    }
  
    .pad-b-0-m {
      padding-bottom: 0;
    }
  
    .space-l-6-m {
      margin-left: 72px;
    }
  
    .space-l-5-m {
      margin-left: 48px;
    }
  
    .space-l-4-m {
      margin-left: 36px;
    }
  
    .space-l-3-m {
      margin-left: 24px;
    }
  
    .space-l-2-m {
      margin-left: 12px;
    }
  
    .space-l-1-m {
      margin-left: 6px;
    }
  
    .space-l-0-m {
      margin-left: 0;
    }
  
    .pad-l-6-m {
      padding-left: 72px;
    }
  
    .pad-l-5-m {
      padding-left: 48px;
    }
  
    .pad-l-4-m {
      padding-left: 36px;
    }
  
    .pad-l-3-m {
      padding-left: 24px;
    }
  
    .pad-l-2-m {
      padding-left: 12px;
    }
  
    .pad-l-1-m {
      padding-left: 6px;
    }
  
    .pad-l-0-m {
      padding-left: 0;
    }
  }
  
  .responsive-video {
    /* include this extra container when using responsive videos. It makes sizing easier */
  }
  .responsive-video__aspect {
    position: relative;
    padding-bottom: 56.25%;
  }
  .responsive-video__aspect iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
  }
  
  
  
  /*! ---------- =grids ---------- */
  
  .grid {
    display: block;
    padding: 0;
    margin: 0 -24px 0 0;
    letter-spacing: -0.31em;
    text-rendering: optimizespeed;
    text-align: center;
    list-style: none;
    max-width: 100%;
  }
  .grid.align-left {
    text-align: left;
  }
  .grid.align-right {
    text-align: right;
  }
  .grid.no-margin {
    margin-bottom: -24px;
  }
  .grid--compact {
    margin-right: -12px;
  }
  .grid--compact.no-margin {
    margin-bottom: -12px;
  }
  .grid__unit {
    display: inline-block;
    width: 100%;
    padding: 0 24px 24px 0;
    margin: 0;
    vertical-align: top;
    letter-spacing: normal;
    text-rendering: auto;
    text-align: left;
  }
  .grid--compact > .grid__unit {
    padding: 0 12px 12px 0;
  }
  .grid--spacious > .grid__unit {
    padding-bottom: 36px;
  }
  .grid__unit--1-2 {
    width: 50%;
  }
  .grid__unit--1-3 {
    width: 33.33%;
  }
  .grid__unit--2-3 {
    width: 66.66%;
  }
  .grid__unit--1-4 {
    width: 25%;
  }
  .grid__unit--3-4 {
    width: 75%;
  }
  .grid__unit--1-5 {
    width: 20%;
  }
  .grid__unit--2-5 {
    width: 40%;
  }
  .grid__unit--3-5 {
    width: 60%;
  }
  .grid__unit--4-5 {
    width: 80%;
  }
  .grid__unit--1-6 {
    width: 16.66%;
  }
  .grid__unit--5-6 {
    width: 83.3%;
  }
  .grid__unit--1-7 {
    width: 14.286%;
  }
  .grid__unit--2-7 {
    width: 28.572%;
  }
  .grid__unit--3-7 {
    width: 42.858%;
  }
  .grid__unit--4-7 {
    width: 57.144%;
  }
  .grid__unit--5-7 {
    width: 71.43%;
  }
  .grid__unit--6-7 {
    width: 85.716%;
  }
  .grid__unit--1-8 {
    width: 12.5%;
  }
  .grid__unit--3-8 {
    width: 37.5%;
  }
  .grid__unit--5-8 {
    width: 62.5%;
  }
  .grid__unit--7-8 {
    width: 87.5%;
  }
  .grid__unit--1-9 {
    width: 11.11%;
  }
  .grid__unit--2-9 {
    width: 22.22%;
  }
  .grid__unit--4-9 {
    width: 44.44%;
  }
  .grid__unit--5-9 {
    width: 55.55%;
  }
  .grid__unit--7-9 {
    width: 77.77%;
  }
  .grid__unit--8-9 {
    width: 88.88%;
  }
  .grid__unit--1-12 {
    width: 8.33%;
  }
  .grid__unit--5-12 {
    width: 41.65%;
  }
  .grid__unit--7-12 {
    width: 58.31%;
  }
  .grid__unit--11-12 {
    width: 91.63%;
  }
  
  @media (min-width: 540px) {
    .grid__unit--1-1-s {
      width: 100%;
    }
    .grid__unit--1-2-s {
      width: 50%;
    }
    .grid__unit--1-3-s {
      width: 33.33%;
    }
    .grid__unit--2-3-s {
      width: 66.66%;
    }
    .grid__unit--1-4-s {
      width: 25%;
    }
    .grid__unit--3-4-s {
      width: 75%;
    }
    .grid__unit--1-5-s {
      width: 20%;
    }
    .grid__unit--2-5-s {
      width: 40%;
    }
    .grid__unit--3-5-s {
      width: 60%;
    }
    .grid__unit--4-5-s {
      width: 80%;
    }
    .grid__unit--1-6-s {
      width: 16.66%;
    }
    .grid__unit--5-6-s {
      width: 83.3%;
    }
    .grid__unit--1-7-s {
      width: 14.286%;
    }
    .grid__unit--2-7-s {
      width: 28.572%;
    }
    .grid__unit--3-7-s {
      width: 42.858%;
    }
    .grid__unit--4-7-s {
      width: 57.144%;
    }
    .grid__unit--5-7-s {
      width: 71.43%;
    }
    .grid__unit--6-7-s {
      width: 85.716%;
    }
    .grid__unit--1-8-s {
      width: 12.5%;
    }
    .grid__unit--3-8-s {
      width: 37.5%;
    }
    .grid__unit--5-8-s {
      width: 62.5%;
    }
    .grid__unit--7-8-s {
      width: 87.5%;
    }
    .grid__unit--1-9-s {
      width: 11.11%;
    }
    .grid__unit--2-9-s {
      width: 22.22%;
    }
    .grid__unit--4-9-s {
      width: 44.44%;
    }
    .grid__unit--5-9-s {
      width: 55.55%;
    }
    .grid__unit--7-9-s {
      width: 77.77%;
    }
    .grid__unit--8-9-s {
      width: 88.88%;
    }
    .grid__unit--1-12-s {
      width: 8.33%;
    }
    .grid__unit--5-12-s {
      width: 41.65%;
    }
    .grid__unit--7-12-s {
      width: 58.31%;
    }
    .grid__unit--11-12-s {
      width: 91.63%;
    }
  }
  
  @media (min-width: 920px) {
    .grid {
      margin-right: -48px;
    }
    .grid.no-margin {
      margin-bottom: -48px;
    }
    .grid--compact {
      margin-right: -24px;
    }
    .grid--compact.no-margin {
      margin-bottom: -24px;
    }
    .grid--spacious {
      margin-right: -72px;
    }
    .grid--spacious.no-margin {
      margin-bottom: -72px;
    }
    .grid__unit {
      padding: 0 48px 48px 0;
    }
    .grid--compact > .grid__unit {
      padding: 0 24px 24px 0;
    }
    .grid--spacious > .grid__unit {
      padding: 0 72px 72px 0;
    }
    .grid__unit--1-1-m {
      width: 100%;
    }
    .grid__unit--1-2-m {
      width: 50%;
    }
    .grid__unit--1-3-m {
      width: 33.33%;
    }
    .grid__unit--2-3-m {
      width: 66.66%;
    }
    .grid__unit--1-4-m {
      width: 25%;
    }
    .grid__unit--3-4-m {
      width: 75%;
    }
    .grid__unit--1-5-m {
      width: 20%;
    }
    .grid__unit--2-5-m {
      width: 40%;
    }
    .grid__unit--3-5-m {
      width: 60%;
    }
    .grid__unit--4-5-m {
      width: 80%;
    }
    .grid__unit--1-6-m {
      width: 16.66%;
    }
    .grid__unit--5-6-m {
      width: 83.3%;
    }
    .grid__unit--1-7-m {
      width: 14.286%;
    }
    .grid__unit--2-7-m {
      width: 28.572%;
    }
    .grid__unit--3-7-m {
      width: 42.858%;
    }
    .grid__unit--4-7-m {
      width: 57.144%;
    }
    .grid__unit--5-7-m {
      width: 71.43%;
    }
    .grid__unit--6-7-m {
      width: 85.716%;
    }
    .grid__unit--1-8-m {
      width: 12.5%;
    }
    .grid__unit--3-8-m {
      width: 37.5%;
    }
    .grid__unit--5-8-m {
      width: 62.5%;
    }
    .grid__unit--7-8-m {
      width: 87.5%;
    }
    .grid__unit--1-9-m {
      width: 11.11%;
    }
    .grid__unit--2-9-m {
      width: 22.22%;
    }
    .grid__unit--4-9-m {
      width: 44.44%;
    }
    .grid__unit--5-9-m {
      width: 55.55%;
    }
    .grid__unit--7-9-m {
      width: 77.77%;
    }
    .grid__unit--8-9-m {
      width: 88.88%;
    }
    .grid__unit--1-12-m {
      width: 8.33%;
    }
    .grid__unit--5-12-m {
      width: 41.65%;
    }
    .grid__unit--7-12-m {
      width: 58.31%;
    }
    .grid__unit--11-12-m {
      width: 91.63%;
    }
  }
  
  @media (min-width: 1150px) {
    .grid__unit--1-1-l {
      width: 100%;
    }
    .grid__unit--1-2-l {
      width: 50%;
    }
    .grid__unit--1-3-l {
      width: 33.33%;
    }
    .grid__unit--2-3-l {
      width: 66.66%;
    }
    .grid__unit--1-4-l {
      width: 25%;
    }
    .grid__unit--3-4-l {
      width: 75%;
    }
    .grid__unit--1-5-l {
      width: 20%;
    }
    .grid__unit--2-5-l {
      width: 40%;
    }
    .grid__unit--3-5-l {
      width: 60%;
    }
    .grid__unit--4-5-l {
      width: 80%;
    }
    .grid__unit--1-6-l {
      width: 16.66%;
    }
    .grid__unit--5-6-l {
      width: 83.3%;
    }
    .grid__unit--1-7-l {
      width: 14.286%;
    }
    .grid__unit--2-7-l {
      width: 28.572%;
    }
    .grid__unit--3-7-l {
      width: 42.858%;
    }
    .grid__unit--4-7-l {
      width: 57.144%;
    }
    .grid__unit--5-7-l {
      width: 71.43%;
    }
    .grid__unit--6-7-l {
      width: 85.716%;
    }
    .grid__unit--1-8-l {
      width: 12.5%;
    }
    .grid__unit--3-8-l {
      width: 37.5%;
    }
    .grid__unit--5-8-l {
      width: 62.5%;
    }
    .grid__unit--7-8-l {
      width: 87.5%;
    }
    .grid__unit--1-9-l {
      width: 11.11%;
    }
    .grid__unit--2-9-l {
      width: 22.22%;
    }
    .grid__unit--4-9-l {
      width: 44.44%;
    }
    .grid__unit--5-9-l {
      width: 55.55%;
    }
    .grid__unit--7-9-l {
      width: 77.77%;
    }
    .grid__unit--8-9-l {
      width: 88.88%;
    }
    .grid__unit--1-12-l {
      width: 8.33%;
    }
    .grid__unit--5-12-l {
      width: 41.65%;
    }
    .grid__unit--7-12-l {
      width: 58.31%;
    }
    .grid__unit--11-12-l {
      width: 91.63%;
    }
  }
  
  
  /*! ---------- =forms ---------- */
  
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="number"],
  input[type="tel"],
  textarea,
  select {
    display: block;
    width: 100%;
    padding: 9px 12px;
    margin: 0;
    border: 1px solid #e7edf0;
    color: #546b75;
    color: rgba(84, 107, 117, 0.8);
    font: 15px/24px "Gotham A", "Gotham B", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
  }
  input[type="text"]:not(:last-child),
  input[type="email"]:not(:last-child),
  input[type="password"]:not(:last-child),
  input[type="number"]:not(:last-child),
  input[type="tel"]:not(:last-child),
  textarea:not(:last-child),
  select:not(:last-child) {
    margin-bottom: 24px;
  }
  input[type="text"]:required,
  input[type="email"]:required,
  input[type="password"]:required,
  input[type="number"]:required,
  input[type="tel"]:required,
  textarea:required,
  select:required {
   border-color: #dbd8d1; 
  }
  
  form .required label::after {
    color: #9d1c30;
    content: '*';
    font-size: 24px;
    font-weight: 700;
    margin-left: 3px;
    position: relative;
    top: 8px;
  }
  
  
  input[type="text"].input-validation-error,
  input[type="email"].input-validation-error,
  input[type="password"].input-validation-error,
  input[type="number"].input-validation-error,
  input[type="tel"].input-validation-error,
  textarea.input-validation-error,
  select.input-validation-error {
    border-color: #941 !important;
    color: #941;
  }
  
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  textarea:focus,
  select:focus {
    border-color: #8e744a;
    color: #546b75;
  }
  
  p[data-sf-role="error-message"]  {
   color: #8d0303;
   text-decoration: none;
   padding-bottom: 24px;
   font-weight: bold;
   margin-top: -12px;
  }
  
  input[required="required"]::after {
  color: #e82562;
  content: '*';
  font-size: 20px;
  font-weight: 700;
  margin-left: 3px;
  }
  
  textarea {
    padding: 12px;
    min-height: 96px;
  }
  textarea.textarea-large {
    min-height: 240px;
  }
  input[type="radio"],
  input[type="checkbox"] {
    display: inline-block;
    position: relative;
    top: -0.1em;
  }
  label + input[type="radio"],
  label + input[type="checkbox"] {
    margin-left: 24px;
  }
  
  label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #273a41;
    opacity: 0.9;
    transition: color 0.15s ease-out, opacity 0.15s ease-out;
  }
  
  input[type="radio"] + label,
  input[type="checkbox"] + label {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
  }
  
  label.required {
    color: #6b532c;
  }
  label.required::after {
    content: '*';
    font-weight: 400;
  }
  label.input-validation-error {
    color: #941;
  }
  label.is-selected {
    color: #011e33;
  }
  label.is-focused {
    color: #8e744a;
    opacity: 1;
  }
  
  .side-label {
    margin: 0;
  }
  .side-label:not(:last-child) {
    margin-bottom: 24px;
  }
  
  @media (min-width: 540px) {
    .side-label {
      padding-left: 168px;
    }
    .side-label label {
      width: 168px;
      float: left;
      margin-left: -168px;
      padding: 6px 1em 0 0;
    }
  }
  
  
  .field-validation-error {
    display: block;
    margin-bottom: 24px;
    font-size: 15px;
    color: #941;
  }
  input + .field-validation-error,
  select + .field-validation-error,
  textarea + .field-validation-error {
    margin-top: -18px;
  }
  
  
  /*! ---------- =body ---------- */
  
  html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  body {
    width: 100%;
    overflow-x: hidden;
    background: #fff;
  }
  
  .content {
    padding: 96px 24px 48px;
  }
  .content a {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  
  .form-width {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .reading-width {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-bounds,
  .alternate-background__content {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }
  
  
  @media (min-width: 920px) {
    .content {
      padding: 72px;
    }
  }
  
  
  /*! ---------- =header common ---------- */
  
  .page-header {
    padding: 0 24px;
    border-bottom: 1px solid #f7f9fa;
    background: #fff;
    position: relative;
    z-index: 100;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }
  .page-header .page-bounds {
    position: relative;
  }
  .page-header__toggle {
    display: none;
  }
  
  @media (max-width: 919px) {
    .page-header {
      width: 100%;
    }
    .page-header__toggle {
      position: absolute;
      right: -24px;
      top: 0;
      padding: 24px 24px;
      color: #273a41;
    }
    .page-header__toggle.mobile-menu-is-open {
      color: #273a41;
    }
    .js .page-header__toggle {
      display: block;
    }
    .page-header__toggle .toggle-indicator {
      margin-left: 6px;
    }
    .page-header__content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: stretch;
      align-items: stretch;
      clear: both;
      margin-left: -24px;
      margin-right: -24px;
    }
  }
  
  @media (min-width: 920px) {
    .page-header {
      padding-left: 72px;
      padding-right: 72px;
    }
  }
  
  
  @media (max-width: 919px) {
    .header-search {
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 24px;
    }
  
    .header-nav {
      -ms-flex-order: 2;
      order: 2;
      margin-bottom: 12px;
    }
  
    .header-utility {
      -ms-flex-order: 3;
      order: 3;
    }
  }
  
  
  /*! ---------- =header mobile ---------- */
  
  /*! push-right / offscreen mobile menu */
  
  
  @media (max-width: 919px) {
    body {
      transition: transform 0.2s ease-out;
    }
    body.mobile-menu-is-open {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      -ms-transform: translateX(calc(100% - 72px));
      transform: translateX(calc(100% - 72px));
    }
  
    .page-header__content {
      display: none;
      width: 80%;
      width: calc(100% - 72px);
      position: fixed;
      left: 0;
      top: 0;
      bottom: 0;
      margin: 0;
      background: #fff;
      transition: all 0.2s ease-out;
      overflow-y: auto;
    }
  
    @supports (transform: translateX(calc(100% - 72px))) {
      .page-header__content {
        display: -ms-flexbox;
        display: flex;
        left: auto;
        right: 100%;
      }
    }
  
    .page-header__content.mobile-menu-is-open {
      display: block;
      display: -ms-flexbox;
      display: flex;
    }
    .page-header .header-search__input {
      padding-top: 23px !important;
      padding-bottom: 23px !important;
      border-width: 1px 0 !important;
    }
    .page-header .header-search__submit {
      padding-top: 24px !important;
      padding-bottom: 24px !important;
      background: transparent;
      color: #8e744a;
    }
    .page-header__toggle {
      transition: all 0.2s ease-out;
    }
    .page-header__toggle.mobile-menu-is-open {
      width: 100%;
      position: fixed;
      right: 0;
      top: 0;
      left: 0;
      bottom: 0;
      font-size: 0.01px;
      color: transparent;
      background: rgba(1, 30, 51, 0.7);
    }
    .page-header__toggle.mobile-menu-is-open .toggle-indicator {
      display: none;
    }
  }
  
  
  /*! ---------- =header components ---------- */
  
  .header-logo__link,
  .header-logo__image {
    display: block;
    max-width: 100%;
    margin: 0;
  }
  
  @media (max-width: 919px) {
    .header-logo__link {
      padding: 12px 0;
    }
    .header-logo__image {
      max-height: 48px;
    }
  }
  
  
  .toggle-indicator {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    position: relative;
  }
  .toggle-indicator__piece {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
  }
  .toggle-indicator__piece::before {
    content: '';
    display: block;
    width: 24px;
    height: 4px;
    background: #091418;
    transition: background 0.2s ease-out;
  }
  .page-header .toggle-indicator__piece::before {
    background: #273a41;
  }
  .toggle-indicator__piece--1 {
    margin-top: -8px;
  }
  .toggle-indicator__piece--3 {
    margin-top: 4px;
  }
  .is-active .toggle-indicator__piece,
  .mobile-menu-is-open .page-header .toggle-indicator__piece {
    transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
  }
  .is-active .toggle-indicator__piece::before,
  .mobile-menu-is-open .page-header .toggle-indicator__piece::before {
    background: #0c426a;
  }
  .is-active .toggle-indicator__piece--2,
  .mobile-menu-is-open .page-header .toggle-indicator__piece--2 {
    opacity: 0;
  }
  .is-active .toggle-indicator__piece--1,
  .is-active .toggle-indicator__piece--3,
  .mobile-menu-is-open .page-header .toggle-indicator__piece--1,
  .mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
    margin-top: -2px;
  }
  .is-active .toggle-indicator__piece--1,
  .mobile-menu-is-open .page-header .toggle-indicator__piece--1 {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .is-active .toggle-indicator__piece--3,
  .mobile-menu-is-open .page-header .toggle-indicator__piece--3 {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .mobile-menu-is-open .page-header .toggle-indicator__piece::before {
    background: #273a41;
  }
  
  .header-utility {
    font-size: 15px;
  }
  .header-utility__list {
    list-style: none;
    margin: 0;
  }
  .header-utility__item {
    display: inline-block;
  }
  .header-utility__item a {
    color: #546b75;
    display: block;
    /* font-size: 13px; */
    font-weight: 400;
    line-height: 1.1;
    padding: 12px 0;
  }
  .header-utility__item a:hover,
  .header-utility__item a:focus {
    color: #9d1c30;
  }
  .header-utility__item--highlight > a {
    padding-left: 12px;
    padding-right: 12px;
    background: #8e744a;
    color: #fff;
    border-radius: 3px;
  }
  .header-utility__item--highlight > a:hover,
  .header-utility__item--highlight > a:focus {
    background: #e7c48c;
    color: #fff;
  }
  .header-utility__primary .header-utility__item > a {
    color: #8e744a;
    font-weight: 700;
  }
  .header-utility__primary .header-utility__item > a:hover,
  .header-utility__primary .header-utility__item > a:focus,
  div[data-sf-role="sf-logged-out-view"] .btn:hover::before,
  div[data-sf-role="sf-logged-out-view"] .btn:focus::before,
  div[data-sf-role="sf-logged-out-view"] .btn:hover,
  div[data-sf-role="sf-logged-out-view"] .btn:focus,
  .header-user__welcome a:hover,
  .header-user__welcome a:focus {
    color: #9d1c30;
  }
  .header-utility__list.conference-navigation {
    background: #fff;
    display: block;
  }
  .header-utility__list.conference-navigation .header-utility__item a {
    color: #536b74;
    font-size: 17px;
    font-weight: 700;
  }
  .header-utility__list.conference-navigation .header-utility__item a:hover,
  .header-utility__list.conference-navigation .header-utility__item a:focus {
    color: #0091bc;
  }
  
  @media (max-width: 919px) {
    .header-utility {
      padding: 18px 24px 48px;
      text-align: center;
    }
     .header-utility__list.conference-navigation .header-utility__item a {
      padding: 12px 60px 12px 48px;
    }
  
  }
  
  @media (min-width: 920px) {
    .header-utility {
      font-size: 13px;
    }
    .header-utility__list {
      display: inline-block;
      vertical-align: middle;
    }
    .header-utility__item > a {
      padding: 12px 6px;
    }
    .header-utility__list.conference-navigation {
      margin: 0 auto;
      padding-bottom: 7px;
      padding-top: 7px;
      position: relative;
      text-align: center;
    }
    .header-utility__list.conference-navigation::after,
    .header-utility__list.conference-navigation::before {
      background: white;
      content: '';
      display: inline-block;
      height: 100%;
      top: 0;
      position: absolute;
      width: 5000px;
    }
    .header-utility__list.conference-navigation::after {
      right: -5000px;
    }
    .header-utility__list.conference-navigation::before {
      left: -5000px;
    }
   }
  
  @media (min-width: 1150px) {
    .header-utility {
      font-size: 15px;
    }
    .header-utility__item > a {
      padding: 6px 12px;
    }
  }
  
  /*! account for utility nav dropdowns */
  
  .header-utility__item > ul {
    list-style: none;
    margin: 0;
  }
  .header-utility__item > ul ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 12px;
  }
  .header-utility__item > ul ul li a {
    /*  font-size: 13px; */
    line-height: 1.1;
    padding: 4px 12px;
  }
  
  @media (max-width: 919px) {
    .header-utility {
      text-align: left;
    }
    .header-utility__item {
      display: block;
    }
    .header-utility__item > a > .fa-chevron-down {
      display: none;
    }
    .header-utility__item > ul a {
      padding: 6px 6px 6px 24px;
    }
  }
  
  @media (min-width: 920px) {
    .header-utility__item {
      position: relative;
    }
    .header-utility__item > ul {
      min-width: 18em;
      padding: 12px 0;
      position: absolute;
      left: 50%;
      top: 100%;
      border: 1px solid #f7f9fa;
      text-align: left;
      background: #fff;
      opacity: 0;
      visibility: hidden;
      -ms-transform: translateX(-50%) translateY(-12px);
      transform: translateX(-50%) translateY(-12px);
      z-index: -1;
      transition: all 0.15s ease-out;
    }
    .header-utility__item > ul::before,
    .header-utility__item > ul::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: 12px solid transparent;
      border-top-width: 0;
      border-bottom-color: #f7f9fa;
      position: absolute;
      left: 50%;
      margin-left: -12px;
      bottom: 100%;
      z-index: 1;
    }
    .header-utility__item > ul::after {
      margin-bottom: -1px;
      border-bottom-color: #fff;
      z-index: 2;
    }
    .header-utility__item > ul > li > a {
      color: #546b75;
      /* font-size: 13px; 
      line-height: 1.1;*/
      padding: 9px 12px;
    }
    .header-utility__item:hover > ul,
    .header-utility__item:focus > ul {
      opacity: 1;
      visibility: visible;
      -ms-transform: translateX(-50%) translateY(0);
      transform: translateX(-50%) translateY(0);
      z-index: 4;
    }
  }
  
  .sponsor-level-title {
    margin-top: 24px;
  }
  
  .sponsor-level-title.sponsor-grid-layout {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
  }
  
  div[data-sf-role="sf-logged-out-view"] .btn {
    color: #8e744a;
    font-weight: 700;
  }
  div[data-sf-role="sf-logged-out-view"] .btn::before {
    color: #8e744a;
    content: '\f090';
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-right: 6px;
  }
  .header-user a,
  .header-user__welcome,
  .header-user__welcome a {
    color: #8e744a;
    /*font-family: "Sentinel A", "Sentinel B", Georgia, serif;
    font-style: italic;*/
    font-size: 15px;
    /*opacity: 0.75;*/
  }
  .header-user__action {
    display: inline-block;
    padding: 6px;
    color: #546b75;
  }
  .header-user__action:hover,
  .header-user__action:focus {
    color: #0c426a;
  }
  
  @media (min-width: 920px) {
    .header-user {
      display: inline-block;
      vertical-align: middle;
    }
    .header-user__welcome,
    .header-user__actions {
      display: inline-block;
      vertical-align: middle;
    }
    .header-user__welcome {
      font-size: 17px;
      margin-right: 12px;
    }
  }
  
  
  .header-search {
    position: relative;
  }
  .header-search__label {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 24px;
    margin: 0;
    font-size: 17px;
    color: #546b75;
  }
  .header-search__input {
    display: block;
    width: 100%;
    padding: 12px 72px 12px 54px !important;
    margin: 0 !important;
    border: 1px solid #e9f0f2 !important;
    font-size: 17px;
    line-height: 24px;
    background: #f7f9fa;
  }
  .header-search__input:focus {
    background: #fff;
    border-color: #b29464 !important;
  }
  .header-search__submit {
    display: block;
    width: 60px;
    padding: 13px 0;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    background: transparent;
    font-weight: 700;
    color: #546b75;
  }
  .header-search__submit:hover,
  .header-search__submit:focus {
    opacity: 1;
    color: #9d1c30;
  }
  
  @media (max-width: 919px) {
    .header-search__label {
      color: #b9c6cb;
    }
    .header-search__input {
      background: #091418;
      color: #fff !important;
      border: none !important;
    }
    .header-search__input:focus {
      background: #011e33;
      color: #fff !important;
    }
  }
  
  @media (min-width: 920px) {
    .header-search__label {
      padding: 12px 18px;
    }
    .header-search__input {
      padding-left: 48px !important;
    }
    .header-search__submit {
      opacity: 0;
    }
    .header-search__input:focus + .header-search__submit {
      opacity: 1;
    }
  }
  
  
  .header-nav ul {
    list-style: none;
    margin: 0;
  }
  .header-nav li {
    position: relative;
  }
  .header-nav a {
    display: block;
  }
  .header-nav__main-link {
    font-weight: 700;
    color: #fff;
  }
  .header-nav__subnav a {
    font-size: 15px;
    font-weight: 500;
    color: #546b75;
  }
  .header-nav__toggle {
    display: none;
  }
  .header-nav__callouts {
    display: grid;
    grid-template-columns: Repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 24px 0;
  }
  .header-nav__callout-link {
    display: block;
    margin: 0 auto;
    padding: 0 12px !important;
    border: none !important;
  }
  .header-nav__callout-frame {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 6px;
  }
  .header-nav__callout-image {
    transition: transform 0.2s ease-out;
  }
  .header-nav__callout-title {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    font-family: "Sentinel A", "Sentinel B", Georgia, serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    color: #546b75;
    transition: color 0.15s ease-out;
  }
  .header-nav__callout-link:hover .header-nav__callout-title,
  .header-nav__callout-link:focus .header-nav__callout-title {
    color: #9d1c30;
  }
  .header-nav__callout-link:hover .header-nav__callout-image,
  .header-nav__callout-link:focus .header-nav__callout-image {
    -ms-transform: scale(1.04);
    transform: scale(1.04);
  }
  
  @media (max-width: 919px) {
    .header-nav {
      background: #fff;
    }
    .header-nav__drill-down,
    .header-nav__drill-up {
      display: none;
    }
    .header-nav a {
      padding: 12px 60px 12px 24px;
      border-bottom: 1px solid #f7f9fa;
    }
    .header-nav__subnav {
      -ms-transform: none !important;
      transform: none !important;
      height: auto !important;
    }
    .header-nav__subnav a {
      padding-left: 48px;
      border-bottom-color: rgba(247, 249, 250, 0.5);
    }
    .header-nav__subnav ul a {
      padding-left: 72px;
    }
    .header-nav__subnav ul ul a {
      padding-left: 96px;
    }
    .header-nav__main-link {
      color: #273a41;
    }
    .header-nav__subnav > li > a {
      color: #546b75;
    }
    .js .header-nav__subnav ul,
    .js .header-nav__dropdown {
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
    }
    .js .header-nav__subnav ul.is-active,
    .js .header-nav__dropdown.is-active {
      max-height: 300em;
      transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
    }
    .header-nav__toggle {
      width: 60px;
      height: 48px;
      position: absolute;
      right: 0;
      top: 0;
      background: #fff;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
    }
    .js .header-nav__toggle {
      display: block;
    }
    .header-nav__toggle::before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border: 10px solid transparent;
      border-bottom-width: 0;
      border-top-color: #ced9dd;
      position: absolute;
      left: 50%;
      margin-left: -10px;
      top: 50%;
      margin-top: -5px;
      -ms-transform: scaleX(0.6);
      transform: scaleX(0.6);
      transition: transform 0.2s ease-out;
    }
    .header-nav__toggle.is-active::before {
      border-top-color: #8e744a;
      transform: scaleX(0.6) rotateX(180deg);
    }
    .header-nav__callouts {
      padding: 24px;
    }
  }
  
  @media (min-width: 920px) {
    .header-nav__main-list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      text-align: center;
      position: relative;
      perspective: 800px;
    }
    .header-nav__main-item {
      display: inline-block;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      position: static !important;
    }
    .header-nav__main-link {
      padding: 18px 0;
      font-size: 1.3vw;
      position: relative;
    }
    .header-nav__main-link:hover,
    .header-nav__main-link:focus {
      color: #e7c48c;
    }
    .header-nav__main-link::before {
      content: '';
      display: block;
      box-sizing: content-box;
      width: 0;
      height: 0;
      border: 18px solid transparent;
      border-bottom-width: 0;
      border-top-color: #091418;
      position: absolute;
      left: 50%;
      top: 100%;
      margin-left: -18px;
      z-index: -1;
      opacity: 0;
      pointer-events: none;
    }
    .header-nav__main-item:hover .header-nav__main-link {
      color: #e7c48c;
    }
    .header-nav__main-item:hover .header-nav__main-link::before {
      z-index: 11;
      opacity: 1;
      transition: opacity 0.15s ease-out 0.3s, z-index 0s linear 0.3s;
    }
    .header-nav .is-current > a {
      color: #e7c48c;
    }
    .header-nav__dropdown {
      width: calc(100vw - 144px);
      max-width: 1080px;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      left: 0;
      top: 100%;
      background: #fff;
      text-align: left;
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      z-index: -1;
      transform: rotateX(-7deg);
      -ms-transform-origin: 50% -48px;
      transform-origin: 50% -48px;
      box-shadow: 0 3px 7px rgba(0, 0, 0, 0.09), 0 16px 35px rgba(0, 0, 0, 0.15);
      transition: opacity 0.2s ease-out, transform 0s linear 0.2s, visibility 0s linear 0.2s, z-index 0s linear 0.2s;
      will-change: transform;
    }
    .header-nav__main-item:hover .header-nav__dropdown,
    .header-nav__dropdown.is-hovered {
      opacity: 1;
      visibility: visible;
      z-index: 10;
      transform: rotateX(0);
      transition: transform 0.15s ease-out 0.3s, opacity 0.15s ease-out 0.3s, visibility 0s linear 0.3s, z-index 0s linear 0.3s;
    }
    .header-nav__subnav {
      width: 400px;
      -ms-flex: 0 0 400px;
      flex: 0 0 400px;
      background: #fff;
      position: relative;
      transition: transform 0.24s cubic-bezier(0.35, 0, 0.2, 0.9), height 0.24s ease;
    }
    .header-nav__subnav li {
      position: static;
      display: -ms-flexbox;
      display: flex;
      border-top: 1px solid #e9f0f2;
    }
    .header-nav__subnav > li:first-child {
      margin-top: 60px;
    }
    .header-nav__subnav a {
      display: block;
      -ms-flex: 1 0 48px;
      flex: 1 0 48px;
      padding: 18px 72px 18px 48px;
    }
    .header-nav__subnav a:hover,
    .header-nav__subnav a:focus {
      color: #9d1c30;
    }
    .header-nav__subnav ul {
      width: 400px;
      position: absolute;
      left: 100%;
      top: 0;
      background: #fff;
      opacity: 0;
      z-index: 0;
    }
    .header-nav__subnav ul.is-drilldown-current {
      opacity: 1;
      z-index: 1;
    }
    .header-nav__drill-down {
      display: block;
      width: 72px;
      -ms-flex: 0 0 72px;
      flex: 0 0 72px;
      transition: color 0.15s ease-out, text-indent 0.15s ease-out;
    }
    .header-nav__drill-down::before {
      content: '\f054';
      font-family: "Font Awesome 5 Pro";
      font-weight: 500;
    }
    .header-nav__drill-down:hover,
    .header-nav__drill-down:focus {
      color: #9d1c30;
      text-indent: 4px;
    }
    .header-nav__drill-up {
      display: block;
      width: 100%;
      padding: 24px 48px 12px;
      font-size: 15px;
      font-weight: 700;
      color: #273a41;
      text-align: left;
      position: relative;
    }
    .header-nav__drill-up::before {
      content: '\f053';
      display: block;
      position: absolute;
      left: 24px;
      top: 50%;
      margin-top: -6px;
      font-family: "Font Awesome 5 Pro";
      font-weight: 500;
      transition: transform 0.15s ease-out;
    }
    .header-nav__drill-up:hover,
    .header-nav__drill-up:focus {
      color: #9d1c30;
    }
    .header-nav__drill-up:hover::before,
    .header-nav__drill-up:focus::before {
      -ms-transform: translateX(-4px);
      transform: translateX(-4px);
    }
    .header-nav__callouts {
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      padding: 60px 36px 48px;
      background: #f7f9fa;
      position: relative;
      z-index: 2;
    }
  }
  
  @media (min-width: 1224px) {
    .header-nav__dropdown {
      left: 50%;
      margin-left: -540px;
    }
    .header-nav__main-item:nth-child(1) .header-nav__dropdown {
      left: 0;
      margin-left: 0;
    }
    .header-nav__main-item:nth-child(2) .header-nav__dropdown {
      left: 25%;
      margin-left: -270px;
    }
    .header-nav__main-item:nth-last-child(2) .header-nav__dropdown {
      left: auto;
      right: 25%;
      margin-left: auto;
      margin-right: -270px;
    }
    .header-nav__main-item:nth-last-child(1) .header-nav__dropdown {
      left: auto;
      right: 0;
      margin-left: 0;
    }
  }
  
  @media (min-width: 1320px) {
    .header-nav__main-link {
      font-size: 17px;
    }
  }
  
  @media (min-width: 768px)  {
    .header-nav__dropdown {
      height: calc(700px - 179px);
      overflow-y: auto;
    }
  }
  
  /*! ---------- =header layout ---------- */
  
  .header-logo {
    float: left;
  }
  
  @media (min-width: 920px) {
    .page-header {
      padding-bottom: 60px;
      border-bottom: none;
    }
    .page-header > .page-bounds {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .page-header__content {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-positive: 1;
      flex-grow: 1;
      padding: 24px 0 12px;
    }
  
    .header-logo {
      max-width: 192px;
      margin-right: 48px;
    }
    .header-logo__link {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 12px 0;
    }
    .header-logo__image {
      max-height: 72px;
    }
  
    .header-utility {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }
    .header-utility__primary {
      margin-right: 24px;
    }
  
    .header-nav {
      position: absolute;
      left: 0;
      right: 0;
      top: 100%;
      background: #091418;
      box-shadow: 50vw 0 0 #091418, -50vw 0 0 #091418;
    }/*! sticky header */
  
    .content {
      padding-top: 246px !important;
    }
  
    .page-header {
      transition: transform 0.2s ease;
    }
    body.is-scrolled .page-header {
      -ms-transform: translateY(-135px);
      transform: translateY(-135px);
    }
  }
  
  @media (min-width: 1150px) {
    .page-header__content {
      padding: 6px 0;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      /* justify-content: space-between; */
    }
  
    .header-logo__link {
      padding: 24px 0;
    }
  
    .header-search {
      width: 25vw;
      /* margin-left: 2vw; */
      margin-right: 2vw;
    }
  
    .header-utility {
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: end;
      align-items: flex-end;
    }
    .header-utility__primary {
      margin-right: 0;
    }/*! sticky header */
  
    .content {
      padding-top: 216px;
    }
  
    body.is-scrolled .page-header {
      -ms-transform: translateY(-117px);
      transform: translateY(-117px);
    }
  }
  
  
  @media (min-width: 1340px) {
    .header-search {
      /* width: 32vw; */
      /* margin-left: 5vw; */
      max-width: 581.33333px;
    }
  }
  
  /* ------------------------------------ =event sites -- */
  
  .event-list-heading {
    color: #8a7550;
    font-size: 21px;
    font-weight: 700;
    margin: 40px 0 20px;
  }
  
  .event-list {
    margin-bottom: 20px;
  }
  
  .event-list-item {
    padding: 30px 0;
    position: relative;
    overflow: hidden;
  }
  .event-list-item + .event-list-item {
    border-top: 1px solid #ccc;
  }
  
  .event-list-title {
    font-size: 22px;
    font-weight: 700;
  }
  
  .event-list-time {
    display: block;
    font-size: 16px;
    color: #5e6770;
  }
  
  .event-list-logo {
    display: block;
    max-width: 33%;
  }
  
  .event-list-sponsor-level {
    font-weight: 400;
  }
  
  .sponsors-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    border-bottom: 1px solid #777;
    margin: 20px 0;
  }
  
  .sponsors-logo {
    display: inline-block;
    vertical-align: top;
    max-width: 150px;
    padding: 0 30px 20px 0;
  }
  
  .sponsors-logo__featured,
  .sponsors-logo.sponsors-logo__featured {
    max-width: 250px;
  }
  
  .sponsors-logo__featured-large,
  .sponsors-logo__featured-large img {
    width: 380px !important;
  }
  
  .event-list-item__featured #sponsorDisplay {
    max-width: 100%;
    width: 250px;
  }
  
  .event-schedule-list .event-list-item .event-list-item__sessiontype {
    font-size: 80%;
    margin: 12px 0;
    opacity: 0.8;
  }
  
  @media (max-width: 469px) {
    .event-list-title {
      margin-bottom: 10px;
    }
  
    .event-list-time {
      margin-bottom: 10px;
    }
  
    .event-list-logo {
      float: right;
      margin-left: 20px;
    }
  
    .event-list-item.v2 div {
      margin-bottom: 10px;
    }
  
    .event-list-item__featured .event-list-logo {
      float: none;
      margin: 0 0 24px;
      max-width: 100%;
      text-align: center;
    }
  }
  
  
  @media (min-width: 470px) {
    .event-schedule-list .event-list-item {
      padding-left: 30%;
    }
  
    .event-schedule-list .event-list-item.v2 {
      padding-left: 0;
      padding-right: 0;
    }
  
    .event-list-time {
      width: 30%;
      padding-right: 20px;
      position: absolute;
      left: 0;
      top: 30px;
    }
  
    .event-list-category {
      color: #777;
      font-style: italic;
    }
  
    .event-list-more {
      display: block;
    }
  
    .event-list-logo {
      float: left;
      margin-right: 20px;
      max-width: inherit;
    }
    .event-list-logo ~ .event-list-title, .event-list-logo ~ .event-list-category, .event-list-logo ~ .event-list-more, .event-list-logo ~ .toggle-target {
      margin-left: 140px;
    }
  
    #sponsorContainer {
      float: left;
      margin-bottom: 50px;
      margin-right: 25px;
    }
  }
  
  
  @media (min-width: 1000px) {
    .event-schedule-list .event-list-title,
    .event-schedule-list .event-list-category,
    .event-exhibitor-list .event-list-category {
      padding-right: 35%;
    }
  
    .event-list-location {
      width: 23%;
      position: absolute;
      right: 0;
      top: 20px;
      text-align: right;
    }
  }
  
  /*! ---------- =footer ---------- */
  
  .page-footer {
    padding: 60px 24px;
    color: #bccdda;
    background: #091418 url("/images/default-source/siteimages/backgrounds/deco-angle-13.svg") no-repeat 50% 100%;
    background-size: 100% auto;
  }
  .page-footer h1,
  .page-footer h2,
  .page-footer h3,
  .page-footer h4,
  .page-footer h5,
  .page-footer h6,
  .page-footer .h1,
  .page-footer .h2,
  .page-footer .h3,
  .page-footer .h4,
  .page-footer .h5,
  .page-footer .h6 {
    color: #fff;
    font-weight: 500;
  }
  .page-footer .page-bounds {
    position: relative;
  }
  .footer-logo {
    margin-bottom: 24px;
  }
  .footer-logo a {
    display: block;
  }
  .footer-contact {
    font-size: 15px;
    color: #fdf2df;
  }
  .footer-contact a {
    color: #bccdda;
    font-weight: 400;
  }
  .footer-contact a:hover,
  .footer-contact a:focus {
    color: #fff;
  }
  .footer-contact address {
    margin-bottom: 30px;
    font-style: normal;
  }
  .footer-contact p:not(:last-child) {
    margin-bottom: 12px;
  }
  .footer-utility-list {
    list-style: none;
    margin: 0;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 24px;
    column-gap: 24px;
  }
  .footer-utility-link {
    display: block;
    padding: 6px 0;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
  }
  .footer-utility-link:hover,
  .footer-utility-link:focus {
    color: #e7c48c;
  }
  .footer-social-list {
    list-style: none;
    margin: 0;
  }
  .footer-social-item {
    display: inline-block;
    vertical-align: middle;
  }
  .footer-social-link {
    display: block;
    padding: 12px;
    font-size: 26px;
    color: #e7c48c;
  }
  .footer-social-link:hover,
  .footer-social-link:focus {
    color: #f97388;
  }
  .footer-copyright {
    font-size: 13px;
    color: #b9c6cb;
  }
  
  @media (min-width: 540px) {
    .footer-utility-list {
      padding: 0 5vw;
      -webkit-column-count: 3;
      column-count: 3;
    }
  }
  
  @media (max-width: 919px) {
    .footer-contact {
      text-align: center;
      margin-bottom: 36px;
    }
    .footer-social {
      text-align: center;
      margin-top: 36px;
    }
    .footer-copyright {
      text-align: center;
      margin-top: 24px;
    }
  }
  
  @media (min-width: 920px) {
    .page-footer {
      padding: 144px 72px;
    }
    .footer-container {
      display: grid;
      grid-template-columns: 1fr 1fr 2fr;
      grid-template-rows: auto auto;
      grid-gap: 48px;
    }
    .footer-logo {
      grid-column: 1;
      grid-row: 1;
    }
    .footer-contact {
      grid-column: 2;
      grid-row: 1;
    }
    .footer-utility {
      grid-column: 3;
      grid-row: 1;
    }
    .footer-utility-list {
      padding: 0;
      -webkit-column-count: 2;
      column-count: 2;
    }
    .footer-social {
      grid-column: 2;
      grid-row: 2;
    }
    .footer-social-list {
      margin-left: -12px;
    }
    .footer-copyright {
      grid-column: 3;
      grid-row: 2;
      -ms-flex-item-align: center;
      align-self: center;
    }
  }
  
  @media (min-width: 1340px) {
    .footer-container {
      grid-template-columns: 1fr 2fr 3fr;
    }
    .footer-utility-list {
      -webkit-column-count: 3;
      column-count: 3;
    }
  }
  
  
  /* ---------- =interior common ---------- */
  
  .page-title {
    color: #273a41;
  }
  
  
  /* ---------- =interior components ---------- */
  
  .title-block {
    margin: -24px -24px 24px;
    padding: 36px 24px;
    background: #011e33;
    position: relative;
    overflow: hidden;
  }
  .title-block::before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(1, 30, 51, 0.5);
    z-index: 2;
  }
  .title-block__background img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .title-block__content,
  .title-block__content a,
  .title-block .breadcrumbs a,
  .title-block .page-title {
    color: #fff;
  }
  .title-block__content {
    position: relative;
    text-shadow: 0 0 3px rgba(1, 30, 51, 0.5);
    z-index: 3;
  }
  .title-block__content a {
    font-weight: 700;
  }
  .title-block .breadcrumbs a {
    font-weight: 400;
  }
  .title-block__content a:hover,
  .title-block__content a:focus,
  .title-block .breadcrumbs a:hover,
  .title-block .breadcrumbs a:focus {
    color: #fff;
    text-decoration: underline;
  }
  .title-block .page-title {
    text-shadow: 0 0 16px rgba(1, 30, 51, 0.4), 0 0 3px rgba(1, 30, 51, 0.3);
  }
  .title-block .meta-tag {
    color: #546b75;
    text-shadow: none;
  }
  
  @media (min-width: 920px) {
    .title-block {
      margin: -72px -72px 48px;
      padding: 72px 72px;
    }
    .title-block::before {
      width: 75%;
      background: linear-gradient(to right, #011e33, rgba(1, 30, 51, 0));
      opacity: 0.5;
    }
  }
  
  @media (min-width: 1150px) {
    .title-block {
      padding-top: 96px;
      padding-bottom: 96px;
    }
  }
  
  
  .breadcrumbs {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .title-block .breadcrumbs {
    margin-top: -18px;
  }
  .breadcrumbs a {
    color: #546b75;
    opacity: 0.9;
  }
  .breadcrumbs a:hover,
  .breadcrumbs a:focus {
    color: #0c426a;
    opacity: 1;
  }
  .breadcrumbs span {
    display: inline-block;
    margin: 0 0.3em;
    opacity: 0.4;
  }
  
  .in-this-section a {
    display: block;
    padding: 6px 0;
    font-weight: 400;
    color: #546b75;
  }
  .in-this-section a:hover,
  .in-this-section a:focus {
    color: #8e744a;
  }
  .in-this-section ul {
    list-style: none;
    margin: 0;
  }
  /*.in-this-section > ul > li:not(.is-current) {
    display: none;
  }*/
  .in-this-section ul ul {
    display: none;
    padding-left: 24px;
  }
  .in-this-section ul ul a {
    font-size: 15px;
  }
  .in-this-section .is-current > ul {
    display: block;
  }
  .in-this-section .is-current > a {
    color: #8e744a;
    font-weight: 700;
  }
  
  @media (max-width: 1149px) {
    .in-this-section__toggle {
      display: block;
      width: 100%;
      margin-bottom: 24px;
      text-align: left;
    }
    .no-js .in-this-section__toggle {
      display: none;
    }
    .js .in-this-section > ul {
      display: none;
    }
    .js .in-this-section > ul.is-active {
      display: block;
      margin-top: 12px;
    }
  }
  
  @media (min-width: 1150px) {
    .in-this-section__toggle {
      color: #273a41;
      font-family: "Sentinel A", "Sentinel B", Georgia, serif;
      font-size: 24px;
      line-height: 48px;
    }
    .in-this-section__toggle:hover,
    .in-this-section__toggle:focus {
      cursor: text;
    }
    .toggle-indicator {
      display: none;
    }
    .interior-layout .in-this-section {
      margin-top: -6px;
    }
  }
  
  .featured-overlay {
    background: #011e33;
    overflow: hidden;
    padding: 200px 24px 36px;
    position: relative;
  }
  .featured-overlay::before {
    background: rgba(1, 30, 51, 0.5);
      background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
      background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
      background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    transition: background 0.25s ease-out;
      -webkit-transition: background 0.25s ease-out;
    width: 100%;
    z-index: 2;
  }
  .featured-overlay:hover::before, 
  .featured-overlay:focus::before {
    background: rgba(1, 30, 51, 0.5);
      background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
      background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
      background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 50%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  }
  .featured-overlay__image {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .featured-overlay__content,
  .featured-overlay__content .featured-overlay__title,
  .featured-overlay__content a,
  .featured-overlay__content p {
    color: #fff;
  }
  .featured-overlay__content {
    position: relative;
    text-shadow: 0 0 3px rgba(1, 30, 51, 0.5);
    z-index: 3;
  }
  
  /* ---------- =interior layout ---------- */
  
  .interior-layout__nav,
  .interior-layout__main {
    margin-bottom: 24px;
  }
  
  @media (min-width: 1150px) {
    .interior-layout__nav {
      margin-bottom: 0;
    }
    .interior-layout__nav > *:last-child {
      margin-bottom: 48px;
    }
    .interior-layout__title {
      margin-bottom: 24px;
    }
    .interior-layout__main {
      margin-bottom: 48px;
    }
    .interior-layout__nav,
    .interior-layout__aside {
      width: 30%;
      float: right;
      clear: right;
      overflow: hidden;
      position: relative;
      z-index: 2;
    }
    .interior-layout__main {
      width: 70%;
      padding-right: 72px;
      float: left;
    }
  }
  
  
  /*! ---------- =buttons ---------- */
  
  .button {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 36px;
    border-radius: 3px;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    background: #8e744a;
    transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
  }
  .button:hover,
  .button:focus {
    color: #fff;
    background: #b29464;
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  }
  .button:focus {
    outline: 1px dashed rgba(255, 255, 255, 0.4);
    outline-offset: -3px;
  }
  .button:active {
    -ms-transform: translateY(0);
    transform: translateY(0);
    box-shadow: none;
    transition: none;
  }
  .button--large {
    display: block;
    width: auto;
    max-width: 100%;
  }
  .button--large + .button--large {
    margin-left: 0;
    margin-top: 12px;
  }
  .button--small {
    padding: 6px 24px;
    font-size: 15px;
  }
  .button--highlight {
    background: #011e33;
  }
  .button--highlight:hover,
  .button--highlight:focus {
    background: #0c426a;
  }
  .button--action {
    background: #871527;
  }
  .button--action:hover,
  .button--action:focus {
    background: #9d1c30;
  }
  .button--warn {
    color: #941;
    background: #fff;
    border: 2px solid #941;
  }
  .button--warn:hover,
  .button--warn:focus {
    color: #941;
    background: #fff;
    border-color: #941;
  }
  .button--cancel {
    font-size: 15px;
    font-weight: 400;
    color: #546b75;
    background: #fff;
    border: 1px solid #ced9dd;
  }
  .button--cancel:hover,
  .button--cancel:focus {
    color: #8e744a;
    background: #fff;
    border-color: #8e744a;
  }
  
  .button-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -12px;
    margin-right: -6px;
    margin-left: -6px;
  }
  .button-group > .button {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 12px 6px 0;
  }
  @media (min-width: 920px) {
    .button-group > .button:only-child {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin: auto;
    }
  }
  
  .button.mba-navigation-toggle {
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin: -24px auto 0 auto;
    padding: 2px 12px;
    display: block;
  }
  .button.mba-navigation-toggle:focus {
    outline: none;
    outline-offset: 0;
  }
  .toggle-text:before {
    content: "Show MBA.org Navigation";
  }
  
  .mba-navigation-toggle.is-active .toggle-text:before {
    content: "Hide MBA.org Navigation";
  } 
  .mba-navigation-toggle.is-active .fa-solid.fa-angle-down {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
  }
  
  /*! ---------- =cards ---------- */
  
  .card {
    /*! displaying as flex in case we need to stretch these later (e.g. to match heights) */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: #fff url("/images/default-source/siteimages/backgrounds/deco-angle-03.svg") no-repeat 0 100%;
    background-size: 100% auto;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.06);
    overflow: hidden;
  }
  
  .card.speakers {
    max-width: 263px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .card__body, 
  .card__link {
    display: block;
    padding: 36px 24px;
    font-weight: 400;
  }
  .card__image {
    display: block;
    height: 200px;
    margin: -36px -24px 0;
    background-color: #e9f0f2;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    z-index: 1;
    transition: transform 0.15s ease-out;
  }
  
  .card__image.speakers-image {
    height: 377px;
  }
  
  .conference-speakers.card__image {
  margin: -32px -20px 0;
  }
  .card--tall .card__image {
    height: 300px;
  }
  .card__image + .card__title {
    /*! provide some occlusion when the image expands on hover */
    border-top: 36px solid #fff;
    margin-left: -24px;
    margin-right: -24px;
    padding: 0 24px;
    position: relative;
    z-index: 2;
  }
  .card__link:hover .card__image,
  .card__link:focus .card__image {
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
  .card__title,
  .card__meta,
  .card__description {
    display: block;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .card__title {
    color: #273a41;
  }
  .conference-speaker-name.card__title {
    color: #008ab8;
  }
  .card__subtitle {
    color: #909CA0;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .card__link:hover .card__title,
  .card__link:focus .card__title {
    color: #9d1c30;
  }
  .card__meta {
    margin-top: 24px;
    color: #909ca0;
  }
  .card__description {
    margin-top: 24px;
    color: #546b75;
  }
  .card__tint {
    background: #f7f9fa;
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 12px;
    padding: 24px;
  }
  
  
  /*! ---------- =code and =syntax highlighting ---------- */
  
  pre,
  code {
    font-family: "Inconsolata", monospace;
    font-size: 15px;
    line-height: 24px;
  }
  pre {
    display: block;
    padding: 24px 12px;
    border: 1px solid #eaf0f2;
    color: #222;
    background: white;
    overflow-y: auto;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  pre:not(:last-child) {
    margin-bottom: 24px;
  }
  pre::before {
    content: attr(rel);
    font-family: "Gotham A", "Gotham B", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #d2cabc;
    position: absolute;
    top: 2px;
    right: 12px;
  }
  p > code,
  li > code {
    background: white;
    font-style: normal;
  }
  p > code::before,
  p > code::after,
  li > code::before,
  li > code::after {
    content: '';
    display: inline-block;
    width: 0.5em;
  }
  
  /*! syntax highlighting through prism: http://prismjs.com/index.html
  *  the following is based off the default theme */
  
  pre[class*="language-"] {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
  
  .token.comment,
  .token.prolog,
  .token.doctype,
  .token.cdata {
    color: slategray;
  }
  
  .token.punctuation {
    color: #999;
  }
  
  .namespace {
    opacity: 0.7;
  }
  
  .token.property,
  .token.tag,
  .token.boolean,
  .token.number,
  .token.constant,
  .token.symbol,
  .token.deleted {
    color: #905;
  }
  
  .token.selector,
  .token.attr-name,
  .token.string,
  .token.char,
  .token.builtin,
  .token.inserted {
    color: #690;
  }
  .token.operator,
  .token.entity,
  .token.url,
  .language-css .token.string,
  .style .token.string {
    color: #a67f59;
    background: rgba(255, 255, 255, 0.5);
  }
  
  .token.atrule,
  .token.attr-value,
  .token.keyword {
    color: #07a;
  }
  
  .token.function {
    color: #dd4a68;
  }
  
  .token.regex,
  .token.important,
  .token.variable {
    color: #e90;
  }
  .token.important,
  .token.bold {
    font-weight: bold;
  }
  
  .token.italic {
    font-style: italic;
  }
  
  .token.entity {
    cursor: help;
  }
  
  
  /*! ---------- =homepage elements ---------- */
  
  .expander {
    margin-bottom: 48px;
  }
  .expander:first-child {
    margin-top: -24px;
  }
  .expander__items {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    overflow: hidden;
  }
  .expander__item {
    overflow: hidden;
  }
  .expander__link {
    display: block;
    color: #fff;
    background-color: #091418;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
  }
  .expander__link:hover,
  .expander__link:focus {
    color: #fff;
  }
  .expander__content {
    padding: 24px;
    position: relative;
  }
  .expander__content::before {
    content: '';
    display: block;
    height: 150%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 20%, rgba(0, 0, 0, 0));
  }
  .expander__title,
  .expander__description,
  .expander__cta {
    position: relative;
    z-index: 1;
  }
  .expander__title {
    font-size: 24px;
    font-weight: 400;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
  }
  .expander__description {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
  }
  .expander__cta {
    display: block;
    margin-top: 12px;
    font-size: 17px;
  }
  .expander__cta::after {
    content: '\f178';
    display: inline-block;
    margin-left: 12px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    transition: transform 0.15s ease-out;
  }
  .expander__link:hover .expander__cta::after,
  .expander__link:focus .expander__cta::after {
    -ms-transform: translateX(2px);
    transform: translateX(2px);
  }
  .expander__teaser {
    padding: 24px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font-size: 15px;
    font-weight: 700;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
  }
  
  @media (min-width: 540px) {
    .expander__title {
      font-size: 34px;
      line-height: 36px;
    }
  }
  
  @media (max-width: 919px) {
    .expander__items {
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .expander__link {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: end;
      justify-content: flex-end;
      transition: height 0.2s ease-out;
      will-change: height;
    }
    .expander__item:first-child .expander__link,
    .expander__items:hover .expander__link:hover {
      height: 384px;
    }
    .expander__link,
    .expander__items:hover .expander__link {
      height: 72px;
    }
    .expander__content {
      transition: opacity 0.3s ease-out;
    }
    .expander__teaser {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.75);
      z-index: 2;
      transition: opacity 0.3s ease-out;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
    }
    .expander__item:first-child .expander__content,
    .expander__items:hover .expander__link:hover .expander__content {
      opacity: 1;
    }
    .expander__content,
    .expander__items:hover .expander__content {
      opacity: 0;
    }
    .expander__item:first-child .expander__teaser,
    .expander__items:hover .expander__link:hover .expander__teaser {
      opacity: 0;
    }
    .expander__teaser,
    .expander__items:hover .expander__teaser {
      opacity: 1;
    }
  }
  
  @media (min-width: 920px) {
    .expander:first-child {
      margin-top: -69px;
    }
    .expander__link {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -ms-flex-positive: 1;
      flex-grow: 1;
      height: 336px;
      transition: height 0.2s ease-out;
    }
    .expander__link::before,
    .expander__link::after {
      content: '';
      display: block;
      height: 144px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: 50% 100%;
    }
    .expander__link::before {
      opacity: 50%;
      background-image: url("/images/default-source/siteimages/backgrounds/deco-angle-02.svg");
    }
    .expander__link::after {
      opacity: 30%;
      background-image: url("/images/default-source/siteimages/backgrounds/deco-angle-01.svg");
    }
  }
  
  @media (min-width: 920px) and (max-width: 1149px) {
    .expander__items {
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
    }
    .expander__item {
      -ms-flex: 1 0 10px;
      flex: 1 0 10px;
    }
    .expander__item:first-child {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
    }
    .expander__item:not(:first-child) .expander__link::before,
    .expander__item:not(:first-child) .expander__link::after {
      display: none;
    }
    .expander__link {
      transition: transform 0.15s ease-out;
    }
    .expander__link:hover,
    .expander__link:focus {
      -ms-transform: scale(1.05);
      transform: scale(1.05);
    }
    .expander__item:first-child .expander__link {
      height: 384px;
    }
    .expander__item:first-child .expander__link:hover,
    .expander__item:first-child .expander__link:focus {
      -ms-transform: scale(1.02);
      transform: scale(1.02);
    }
    .expander__item:not(:first-child) .expander__content::before {
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0));
      height: 160%;
    }
    .expander__item:not(:first-child) .expander__title {
      font-size: 24px;
      line-height: 24px;
    }
    .expander__teaser {
      display: none;
    }
  }
  
  @media (min-width: 1150px) {
    .expander__item {
      -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
      -ms-flex-positive: 1;
      flex-grow: 1;
      transition: flex-grow 0.3s cubic-bezier(0.4, 0, 0, 1);
      transition: flex-grow 0.3s cubic-bezier(0.4, 0, 0, 1), -ms-flex-positive 0.3s cubic-bezier(0.4, 0, 0, 1);
    }
    .expander__item:first-child {
      -ms-flex-positive: 7;
      flex-grow: 7;
    }
    .expander__link {
      height: 500px;
    }
    .expander__items:hover .expander__item {
      -ms-flex-positive: 1;
      flex-grow: 1;
    }
    .expander__items:hover .expander__item:hover {
      -ms-flex-positive: 7;
      flex-grow: 7;
    }
    .expander__item:first-child .expander__link::before,
    .expander__item:first-child .expander__link::after,
    .expander__items:hover .expander__link:hover::before,
    .expander__items:hover .expander__link:hover::after {
      -ms-transform: none;
      transform: none;
      transition: transform 0.6s cubic-bezier(0, 0.4, 0, 1) 0.2s;
    }
    .expander__item:first-child .expander__link::after,
    .expander__items:hover .expander__link:hover::after {
      transition-delay: 0.3s;
    }
    .expander__link::before,
    .expander__link::after,
    .expander__items:hover .expander__link::before,
    .expander__items:hover .expander__link::after {
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      transition: transform 0.3s ease-in-out;
      will-change: transform;
    }
    .expander__link::before,
    .expander__link::after,
    .expander__items:hover .expander__link::before,
    .expander__items:hover .expander__link::after {
      -ms-transform: translateY(100%);
      transform: translateY(100%);
    }
    .expander__content {
      padding: 0 72px 72px;
      position: relative;
      z-index: 2;
    }
    .expander__item:first-child .expander__content,
    .expander__items:hover .expander__item:hover .expander__content {
      opacity: 1;
      transition: opacity 0.4s ease-out 0.2s;
    }
    .expander__content,
    .expander__items:hover .expander__content {
      opacity: 0;
      transition: opacity 0.1s ease-out;
      will-change: opacity;
    }
    .expander__item:first-child .expander__description,
    .expander__item:first-child .expander__cta,
    .expander__items:hover .expander__item:hover .expander__description,
    .expander__items:hover .expander__item:hover .expander__cta {
      opacity: 1;
      -ms-transform: none;
      transform: none;
      transition: all 0.6s cubic-bezier(0.1, 0, 0, 1) 0.2s;
    }
    .expander__description,
    .expander__cta,
    .expander__items:hover .expander__description,
    .expander__items:hover .expander__cta {
      opacity: 0;
      -ms-transform: translateX(24px);
      transform: translateX(24px);
      will-change: transform, opacity;
    }
    .expander__teaser {
      padding-top: 360px;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%);
      text-align: center;
    }
    .expander__item:first-child .expander__teaser,
    .expander__items:hover .expander__item:hover .expander__teaser {
      opacity: 0;
      z-index: 0;
      transition: all 0.2s ease-out;
    }
    .expander__teaser,
    .expander__items:hover .expander__teaser {
      opacity: 1;
      z-index: 2;
      transition: all 0.2s ease-out 0.3s;
      will-change: opacity, z-index;
    }
  }
  
  @media (min-width: 1340px) {
    .expander__title {
      font-size: 42px;
      line-height: 48px;
    }
  }
  
  @media (min-width: 1744px) {
    .expander__link {
      height: 600px;
    }
    .expander__title {
      font-size: 50px;
      line-height: 60px;
    }
    .expander__teaser {
      padding-top: 460px;
    }
  }
  
  
  .home-actions {
    background: #f7f9fa;
    padding: 48px 24px;
    margin-bottom: 48px;
  }
  .expander + .home-actions {
    margin-top: -48px;
  }
  .home-actions__title {
    margin: 0 0 6px;
    font: 400 15px/24px "Gotham A", "Gotham B", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.065em;
    color: #546b75;
  }
  .home-actions__items {
    list-style: none;
    margin: 0;
  }
  .home-actions__link {
    display: block;
    padding: 12px 24px;
    background-color: #091418;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
    box-shadow: inset 0 120px 0 rgba(0, 0, 0, 0.7);
  }
  .home-actions__link:hover,
  .home-actions__link:focus {
    color: #fdf2df;
    box-shadow: inset 0 120px 0 rgba(0, 0, 0, 0.3);
  }
  
  @media (max-width: 539px) {
    .home-actions__item + .home-actions__item {
      margin-top: 6px;
    }
    .home-actions__link {
      padding: 18px 24px;
    }
  }
  
  @media (min-width: 540px) {
    .home-actions__item {
      display: inline-block;
    }
  }
  
  @media (min-width: 920px) {
    .home-actions {
      padding: 36px 72px;
    }
  }
  
  @media (max-width: 1149px) {
    .home-actions__section + .home-actions__section {
      margin-top: 24px;
    }
  }
  
  @media (min-width: 1150px) {
    .home-actions {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .home-actions__item:not(:last-child) {
      margin-right: 6px;
    }
  }
  
  @media (min-width: 1340px) {
    .home-actions__section {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
    }
    .home-actions__item:not(:last-child) {
      margin-right: 24px;
    }
    .home-actions__title {
      margin-right: 24px;
    }
  }
  
  
  .home-numbers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 24px;
  }
  .home-numbers__section {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 24px 48px 0;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .home-numbers__section--large {
    -ms-flex-preferred-size: 90vw;
    flex-basis: 90vw;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .home-numbers strong {
    color: #e7c48c !important;
  }
  .home-numbers .fal,
  .home-numbers .far,
  .home-numbers .fas {
    font-size: 34px;
    line-height: 36px;
    color: #3fa0e9;
  }
  .home-numbers__circle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 125px;
    text-align: center;
    background: #0a3d63;
    position: relative;
  }
  .home-numbers__circle .h1 {
    display: block;
    margin: 12px 0;
    font-size: 50px;
  }
  .home-numbers__circle-svg {
    display: block;
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    z-index: 0;
    pointer-events: none;
    -ms-transform: scaleX(-1) rotate(-90deg);
    transform: scaleX(-1) rotate(-90deg);
  }
  .home-numbers__circle-svg circle {
    stroke-dasharray: 806;
    stroke-dashoffset: -806;
    transition: stroke-dashoffset 1.5s cubic-bezier(0.6, 0, 0.1, 1);
  }
  .is-visible .home-numbers__circle-svg circle {
    stroke-dashoffset: 0;
  }
  .home-numbers__education {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home-numbers__education-deco {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 18px;
    margin: 54px 36px 0 72px;
    position: relative;
    background: #216da5;
  }
  .home-numbers__education-deco::before,
  .home-numbers__education-deco::after {
    content: '';
    display: block;
    width: 18px;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 36px;
    background: #216da5;
  }
  .home-numbers__education-deco::after {
    height: 25%;
    right: 72px;
  }
  .home-numbers__education-deco .fal {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-bottom: 12px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .js .home-numbers__education-deco {
    margin-top: 144px;
    transition: margin-top 0.8s cubic-bezier(0.5, 0, 0.1, 1);
    will-change: margin-top;
  }
  .js .home-numbers__education.is-visible .home-numbers__education-deco {
    margin-top: 54px;
    will-change: none;
  }
  .home-numbers__education-content strong {
    display: block;
  }
  
  @media (min-width: 620px) {
    .home-numbers__section--large {
      -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
      -ms-flex-negative: 0;
      flex-shrink: 0;
    }
    .home-numbers__section--large:nth-child(2) {
      margin-top: 48px;
    }
  }
  
  @media (min-width: 920px) {
    .home-numbers {
      padding-left: 72px;
      padding-right: 24px;
    }
    .home-numbers__section {
      padding-right: 48px;
    }
  }
  
  @media (min-width: 1340px) {
    .home-numbers__section {
      -ms-flex-preferred-size: 190px;
      flex-basis: 190px;
      word-wrap: normal;
      -webkit-hyphens: none;
      -ms-hyphens: none;
      hyphens: none;
    }
    .home-numbers__section--large {
      -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
    }
    .home-numbers__section--large:nth-child(2) {
      -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
    }
    .home-numbers__section:not(:first-child) {
      margin-top: 36px;
    }
  }
  
  
  .home-rates__item {
    padding: 36px 24px;
    background: #0c426a url("/images/default-source/siteimages/backgrounds/deco-angle-08.svg") no-repeat 50% 100%;
    background-size: 100% auto;
    color: #fff;
  }
  .home-rates__item:nth-child(2) {
    background-image: url("/images/default-source/siteimages/backgrounds/deco-angle-09.svg");
  }
  .home-rates__item:nth-child(3) {
    background-image: url("/images/default-source/siteimages/backgrounds/deco-angle-10.svg");
  }
  .home-rates__item:nth-child(4) {
    background-image: url("/images/default-source/siteimages/backgrounds/deco-angle-11.svg");
  }
  .home-rates__item:nth-child(5) {
    background-image: url("/images/default-source/siteimages/backgrounds/deco-angle-12.svg");
  }
  .home-rates__label {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.065em;
  }
  .home-rates__figure {
    font-size: 24px;
    color: #e7c48c;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
  }
  
  @media (max-width: 539px) {
    .home-rates__item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: center;
      align-items: center;
    }
    .home-rates__item + .home-rates__item {
      margin-top: 12px;
    }
    .home-rates__label {
      -ms-flex-order: 2;
      order: 2;
    }
    .home-rates__figure {
      -ms-flex-order: 1;
      order: 1;
    }
  }
  
  @media (min-width: 540px) {
    .home-rates {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 36px -24px -24px 0;
    }
    .home-rates__item {
      -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
      -ms-flex-positive: 1;
      flex-grow: 1;
      padding: 48px 0;
      margin: 0 24px 24px 0;
      text-align: center;
    }
    .home-rates__label,
    .home-rates__figure {
      display: block;
      margin: 0 auto;
      float: none;
    }
    .home-rates__figure {
      display: block;
      margin-top: 12px;
      font-size: 34px;
      line-height: 36px;
    }
  }
  
  @media (min-width: 1150px) {
    .home-rates__item {
      -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
    }
  }
  
  
  .horizontal-scroll {
    position: relative;
  }
  .horizontal-scroll:not(:last-child) {
    margin-bottom: 48px;
  }
  .horizontal-scroll__wrapper {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none; /*hides scrollbar on IE, Edge, Firefox*/
      -ms-overflow-style: none;
  }
  .js .horizontal-scroll__wrapper {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .js .horizontal-scroll__wrapper::-webkit-scrollbar,
  .horizontal-scroll__wrapper::-webkit-scrollbar {
    background: transparent;
    display: none !important;
    width: 0;
  }
  .horizontal-scroll__contents {
    min-width: 100%;
    float: left;
    margin: 0;
    list-style: none;
    overflow-x: scroll;
    white-space: nowrap;
    word-spacing: -0.31em;
  }
  .horizontal-scroll__item {
    display: inline-block;
    vertical-align: top;
    width: 350px;
    padding-right: 48px;
    white-space: normal;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-spacing: normal;
  }
  .horizontal-scroll__item:last-child {
    padding-right: 0;
  }
  .horizontal-scroll__item .card {
    /*! make room for box shadow before overflow cutoff */
    margin: 6px;
  }
  .horizontal-scroll__control {
    width: 144px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: transparent;
    font-size: 42px;
    color: #8e744a;
  }
  .horizontal-scroll__control--left {
    left: -144px;
  }
  .horizontal-scroll__control--right {
    right: -144px;
  }
  
  
  .horizontal-scroll__control:hover,
  .horizontal-scroll__control:focus {
    color: #9d1c30;
  }
  .horizontal-scroll--is-at-start .horizontal-scroll__control--left,
  .horizontal-scroll--is-at-end .horizontal-scroll__control--right {
    color: #ced9dd !important;
    cursor: default;
  }
  .horizontal-scroll__speakers .card {
    background: #fff;
  }
  .horizontal-scroll__speakers .horizontal-scroll__control i {
    background: #fff;
    padding: 24px;
  }
  
  @media (max-width: 1888px) {
    .horizontal-scroll__control {
      width: 72px;
    }
    .horizontal-scroll__control--left {
      left: -72px;
    }
    .horizontal-scroll__control--right {
      right: -72px;
    }
  }
  
  @media (min-width: 1600px) {
   
    .horizontal-scroll__control--right.narrow-slider-right {
      right: 200px;
    }
  }
  
  @media (max-width: 919px) {
    .horizontal-scroll__item {
      width: 50vw;
    }
    .horizontal-scroll__control {
      display: none;
    }
  }
  
  @media (max-width: 539px) {
    .horizontal-scroll__item {
      width: 80vw;
    }
  }

  
  /* Annual Conference Speakers Adjustments */
  .horizontal-scroll--speakers .card__image {
    background-position: top;
    height: 350px;
  }
  
  
  /*! ---------- =lists ---------- */
  
  .item-list {
    list-style: none;
    margin-left: 0;
  }
  .item-list:not(:last-child) {
    margin-bottom: 48px;
  }
  .item-list + .button {
    margin-top: -24px;
  }
  .item-list__item + .item-list__item {
    margin-top: 36px;
    padding-top: 36px;
    border-top: 1px solid #e9f0f2;
  }
  .item-list__link {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: left;
   /* -ms-flex-align: center;
    align-items: center; */
    font-weight: 400;
  }
  .item-list__thumbnail {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 24px;
    max-width: 24%; 
    object-fit: contain;
  }
  .item-list__thumbnail.event-categories-locations {
    width: 120px;
    height: 120px;
  }
  .item-list__title {
    display: block;
    font-size: 20px;
    color: #273a41;
    transition: color 0.15s ease-out;
  }
  .item-list__subtitle {
    background: #e9f0f2;
    font-size: 110%;
    margin-bottom: 24px;
    padding: 12px 24px;
  }
  a.item-list__link .item-list__title {
    color: #0c426a;
  }
  a.item-list__link:hover .item-list__title,
  a.item-list__link:focus .item-list__title {
    color: #9d1c30;
  }
  .item-list__columns {
    align-content: center;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .item-list__column {
    flex: auto;
  }
  .item-list__column + .item-list__column {
    margin-left: 24px;
  }
  .item-list__content {
    overflow: hidden;
    word-wrap: break-word;
  }
  .item-list__divider {
    border-right: 1px solid #ced9dd;
    margin-right: 6px;
    padding-right: 12px;
  }
  .item-list__address {
    border-left: 1px solid #ced9dd;
    margin-left: 6px;
    padding-left: 12px;
  }
  .item-list__meta {
    display: block;
    margin-top: 6px;
    color: #909ca0;
  }
  .item-list__description {
    margin-top: 12px;
    color: #546b75;
  }
  .item-list__description.event-categories {
    margin-top: 7px;
    display: block;
  }
  .item-list__date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex: 0 0 96px;
    flex: 0 0 96px;
    width: 96px;
    height: 96px;
    margin-left: auto;
    /*margin-left: 24px;*/
    text-align: center;
    color: #bccdda;
    background: #091418;
    transition: background-color 0.15s ease-out;
  }
  .item-list__link:hover .item-list__date,
  .item-list__link:focus .item-list__date {
    background: #032f50;
  }
  .item-list__month {
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.065em;
    color: #e9f0f2;
  }
  .item-list__day {
    margin-bottom: 6px;
    font-size: 34px;
    font-weight: 700;
    line-height: 36px;
    color: #fdf2df;
  }
  .item-list__time {
    margin-right: 24px;
    min-width: 24%;
  }
  .item-list--sponsors img {
    max-width: 180px;
  }

.item-list__member-photo {
  height: 250px;
  min-width: 250px;
  margin-right: 24px;
  float: left;
  display: block;
}
  
  @media (max-width: 1149px) {
    .item-list__columns {
      flex-wrap: wrap;
    }
    .item-list__column + .item-list__column {
      margin-bottom: 12px;
      margin-left: 0;
      margin-top: 12px;
    }
  }
  
  /* event block list */
  .item-list--block .item-list__content {
    margin-right: 24px;
  }
  
  /* flex grid list */
  .item-list--grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: flex-start;
  }
  .item-list--grid .item-list__link {
    display: block;
  }
  .item-list--grid .item-list__item {
    flex: 1 0 auto;
    margin: 0 24px 24px;
    max-width: 16.66%;
  }
  
  .item-list--grid .item-list__item + .item-list__item {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .item-list--grid .item-list__thumbnail {
    border-radius: 6px;
    display: block;
    height: 250px;
    margin: 0 auto 12px;
    max-width: 100%;
    object-fit: cover;
    width: 250px;
  }
    /* flex grid list adjustments */
    .item-list--small .item-list__item {
      max-width: 24%;
    }
    .item-list--medium .item-list__item {
      max-width: 50%;
    }
    .item-list--left {
      justify-content: flex-start;
    }
  
  @media (max-width: 919px) {
    .item-list--grid .item-list__thumbnail {
      height: 150px;
      width: 150px;
    }
    .item-list--grid .item-list__item {
      max-width: 38%;
    }
  }
  
  @media (min-width: 920px) {
  .item-list--grid.sponsor-grid .item-list__item {
    flex: 1 0 auto;
    margin: 0 5px 24px 0;
    max-width: 14.66%;
  }
  
  /*.item-list__content {
    float: left;
    max-width: 70%;
  }*/
  
  }
  
  
  /* featured list */
  .item-list--featured .item-list__item + .item-list__item {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .item-list--featured .item-list__thumbnail {
    max-width: 40%;
  }
  
  /* speakers list */
  .item-list--speakers .item-list__item {
    display: inline-block;
  }
  .item-list--speakers .item-list__item + .item-list__item {
    border: 0;
    padding: 0;
  }
  .item-list--speakers .item-list__thumbnail {
    background-position: center; 
    background-size: cover;
    border-radius: 12px;
    display: inline-block;
    height: 48px;
    margin-right: 6px;
    vertical-align: middle;
    width: 48px;
  }
  .item-list--speakers .item-list__title {
    color: #546b75;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
  }
  .item-list__item a .item-list__time,
  .item-list__item a:hover .item-list__time,
  .item-list__item a:focus .item-list__time,
  .item-list__item a .meta-tag,
  .item-list__item a:hover .meta-tag,
  .item-list__item a:focus .meta-tag,
  .item-list__item a:hover span,
  .item-list__item a:focus span,
  .item-list__item a:hover .item-list--speakers .item-list__title,
  .item-list__item a:focus .item-list--speakers .item-list__title {
    color: #546b75;
  }
  .item-list__item a:hover .item-list__divider,
  .item-list__item a:focus .item-list__divider,
  .item-list__item a:hover .item-list__meta span,
  .item-list__item a:focus .item-list__meta span {
    color: #909ca0;
  }
  /* sponsors list */
  .item-list--sponsors .item-list__thumbnail {
    margin-left: 0;
    margin-right: auto;
  }
  /* members list */
  .item-list--members {
    border: 1px solid #f7f9fa;
  }
  .item-list--members .item-list__item {
    padding: 24px;
  }
  .item-list--members .item-list__item + .item-list__item {
    border-top: 0;
    margin-top: 0;
  }
  .item-list--members .item-list__item:nth-child(even) {
    background: #f7f9fa;
  }
  
  /* card list */
  .card-list {
    display: grid;
    grid-template-columns: Repeat(auto-fit, minmax(270px, 1fr));
    grid-gap: 24px;
    list-style: none;
    margin: 0;
  }
  .card-list:not(:last-child) {
    margin-bottom: 48px;
  }
  .card-list--match-heights {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .card-list--match-heights .card-list__item {
    display: -ms-flexbox;
    display: flex;
  }
  .card-list__item:nth-child(4n+2) .card {
    background-image: url("/images/default-source/siteimages/backgrounds/deco-angle-04.svg");
  }
  .card-list__item:nth-child(4n+3) .card {
    background-image: url("/images/default-source/siteimages/backgrounds/deco-angle-05.svg");
  }
  .card-list__item:nth-child(4n+4) .card {
    background-image: url("/images/default-source/siteimages/backgrounds/deco-angle-06.svg");
  }
  .card-list__quicklinks .card {
    background:  #fff;
    background-image: none!important;
  }
  .card-list__quicklinks .card__image {
    height: 230px;
  }
  @media (max-width: 1367px) {
    .card-list__quicklinks {
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
  }
  
  /* attendee list */
  table.attendee-list {
    border: 1px solid #f7f9fa;
    width: 100%;
  }
  table.attendee-list tr th {
    background: #f7f9fa;
    padding: 12px 24px;
  }
  table.attendee-list tr td {
    border-bottom: 1px solid #f7f9fa;
    padding: 24px;
      
  }
  table.attendee-list tr:nth-child(even) {
    background: #f7f9fa;
  }
  
  /* agenda nav/filter list */
  nav.agendas-links {
    margin-bottom: 36px;
  }
  nav.agendas-links a {
    margin-right: 24px;
  }
  nav.agendas-links a:last-child {
    margin-right: 0;
  }
  .item-list--refine .item-list__item + .item-list__item {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .agendas-refine--active a {
    color: #8e744a;
  }
  .agendas_list--header {
    position: relative;
  }
  .agendas_list--anchor {
    display: block;
    position: absolute;
    top: -24px;
  }
  
  
  .pagination {
    list-style: none;
    margin: 0 0 24px;
  }
  .pagination .overview {
    display: block;
    font-size: 15px;
  }
  .pagination li {
    display: inline-block;
    margin-bottom: 0.2em;
  }
  .pagination li a {
    display: block;
    width: 36px;
    padding: 6px 0;
    text-align: center;
    color: #546b75;
    background: #f7f9fa;
    font-size: 15px;
  }
  .pagination li a:hover,
  .pagination li a:focus {
    color: #fff;
    background: #0c426a;
  }
  .pagination .active a {
    font-weight: 700;
    color: #fff;
    background: #8e744a;
  }
  .pagination li a.pagination-view-all {
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
  }
  
  @media (min-width: 940px) {
    .pagination .overview {
      display: inline-block;
      margin-right: 1.5em;
    }
  }
  .no-margin-bottom {
    margin-bottom: 0 !important;
}
  
  /*! ---------- =tabs ---------- */
  
  .tabs--standard:not(:last-child) {
    margin-bottom: 48px;
  }
  .tabs--standard .tabs__tab {
    display: inline-block;
    vertical-align: bottom;
    padding: 12px;
    margin-bottom: -1px;
    border: 1px solid #f7f9fa;
    color: #546b75;
    background: #f7f9fa;
    opacity: 0.9;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  .tabs--standard .tabs__tab.is-active {
    background: #fff;
    border-bottom-color: #fff;
    color: #0c426a;
  }
  .tabs--standard .tabs__tab:focus {
    outline: 1px dashed rgba(128, 128, 128, 0.8);
    outline-offset: -6px;
  }
  .tabs--standard .tabs__pane {
    border: 1px solid #f7f9fa;
    padding: 24px;
    display: none;
  }
  .tabs--standard .tabs__pane.is-active {
    display: block;
  }
  .tabs--vertical {
    margin-bottom: 48px;
  }
  .tabs--vertical .tabs__tab {
    background: #f7f9fa;
    padding: 12px;
  }
  .tabs--vertical .tabs__tab.is-active {
    color: #0c426a;
    background: #fff;
  }
  .tabs--vertical .tabs__tab:focus {
    outline: 1px dashed #8e744a;
    outline-offset: -6px;
  }
  .js .tabs--vertical .tabs__pane:not(.is-active) {
    display: none;
  }
  
  @media (min-width: 540px) {
    .tabs--standard .tabs__tab {
      padding: 18px 24px;
      font-weight: 600;
    }
  }
  
  @media (max-width: 919px), (min-width: 1150px) and (max-width: 1339px) {
    .tabs--standard,
    .tabs--vertical {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: stretch;
      align-items: stretch;
    }
    .tabs--standard .tabs__tab,
    .tabs--standard .tabs__pane,
    .tabs--vertical .tabs__tab,
    .tabs--vertical .tabs__pane {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
    }
    .tabs--standard .tabs__tab,
    .tabs--vertical .tabs__tab {
      -ms-flex-order: 1;
      order: 1;
      border: 1px solid #f7f9fa;
    }
    .tabs--standard .tabs__tab ~ .tabs__tab,
    .tabs--vertical .tabs__tab ~ .tabs__tab {
      margin-top: 6px;
    }
    .tabs--standard .tabs__tab.is-active,
    .tabs--vertical .tabs__tab.is-active {
      border-color: #ced9dd #ced9dd #f7f9fa;
    }
    .tabs--standard .tabs__tab:nth-child(2),
    .tabs--vertical .tabs__tab:nth-child(2) {
      -ms-flex-order: 3;
      order: 3;
    }
    .tabs--standard .tabs__tab:nth-child(3),
    .tabs--vertical .tabs__tab:nth-child(3) {
      -ms-flex-order: 5;
      order: 5;
    }
    .tabs--standard .tabs__tab:nth-child(4),
    .tabs--vertical .tabs__tab:nth-child(4) {
      -ms-flex-order: 7;
      order: 7;
    }
    .tabs--standard .tabs__tab:nth-child(5),
    .tabs--vertical .tabs__tab:nth-child(5) {
      -ms-flex-order: 9;
      order: 9;
    }
    .tabs--standard .tabs__tab:nth-child(6),
    .tabs--vertical .tabs__tab:nth-child(6) {
      -ms-flex-order: 11;
      order: 11;
    }
    .tabs--standard .tabs__tab:nth-child(7),
    .tabs--vertical .tabs__tab:nth-child(7) {
      -ms-flex-order: 13;
      order: 13;
    }
    .tabs--standard .tabs__tab:nth-child(8),
    .tabs--vertical .tabs__tab:nth-child(8) {
      -ms-flex-order: 15;
      order: 15;
    }
    .tabs--standard .tabs__tab:nth-child(9),
    .tabs--vertical .tabs__tab:nth-child(9) {
      -ms-flex-order: 17;
      order: 17;
    }
    .tabs--standard .tabs__tab:nth-child(10),
    .tabs--vertical .tabs__tab:nth-child(10) {
      -ms-flex-order: 19;
      order: 19;
    }
    .tabs--standard .tabs__pane,
    .tabs--vertical .tabs__pane {
      -ms-flex-order: 2;
      order: 2;
      padding: 24px 12px;
      border: 1px solid #ced9dd;
      border-top-width: 0;
    }
    .tabs--standard .tabs__pane + .tabs__pane,
    .tabs--vertical .tabs__pane + .tabs__pane {
      -ms-flex-order: 4;
      order: 4;
    }
    .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane,
    .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane {
      -ms-flex-order: 6;
      order: 6;
    }
    .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
    .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
      -ms-flex-order: 8;
      order: 8;
    }
    .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
    .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
      -ms-flex-order: 10;
      order: 10;
    }
    .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
    .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
      -ms-flex-order: 12;
      order: 12;
    }
    .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
    .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
      -ms-flex-order: 14;
      order: 14;
    }
    .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
    .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
      -ms-flex-order: 16;
      order: 16;
    }
    .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
    .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
      -ms-flex-order: 18;
      order: 18;
    }
    .tabs--standard .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane,
    .tabs--vertical .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane + .tabs__pane {
      -ms-flex-order: 20;
      order: 20;
    }
  }
  
  @media (min-width: 920px) and (max-width: 1149px), (min-width: 1340px) {
    .tabs--standard {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-align: stretch;
      align-items: stretch;
    }
    .tabs--standard::before {
      /* remove sf pseudoel that messes with space-between */
      display: none !important;
    }
    .tabs--standard .tabs__tab {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      padding: 18px 24px;
    }
    .tabs--standard.tabs--2 .tabs__tab {
      width: 48%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      -ms-flex-preferred-size: calc(50% - 6px);
      flex-basis: calc(50% - 6px);
    }
    .tabs--standard.tabs--3 .tabs__tab {
      width: 31%;
      -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
      -ms-flex-preferred-size: calc(33.3% - 6px);
      flex-basis: calc(33.3% - 6px);
    }
    .tabs--standard.tabs--4 .tabs__tab {
      width: 22%;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
      -ms-flex-preferred-size: calc(25% - 6px);
      flex-basis: calc(25% - 6px);
    }
    .tabs--standard.tabs--5 .tabs__tab {
      width: 17%;
      -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
      -ms-flex-preferred-size: calc(20% - 6px);
      flex-basis: calc(20% - 6px);
    }
    .tabs--standard .tabs__pane {
      -ms-flex: 1 0 100%;
      flex: 1 0 100%;
    }
    .tabs--vertical .tabs__tab {
      width: 300px;
      float: left;
      clear: left;
      padding: 11px 17px;
      margin-bottom: 6px;
      border: 1px solid #f7f9fa;
      border-right-color: #ced9dd;
      box-shadow: inset 6px 0 0 #ced9dd;
      cursor: pointer;
    }
    .tabs--vertical .tabs__tab.is-active {
      background: #fff;
      border-color: #ced9dd #fff #ced9dd #ced9dd;
      box-shadow: inset 6px 0 0 #0c426a;
      cursor: default;
    }
    .tabs--vertical .tabs__pane {
      padding: 24px;
      background: #fff;
      border-left: 299px solid #fff;
      box-shadow: inset 0 0 0 1px #ced9dd;
    }
    .tabs--vertical .tabs__pane::after {
      content: '';
      display: table;
      clear: both;
      margin: 30px 0 -30px;
    }
  }
  
  .tabs.tabs--standard.tabs--minimal.exhibitor-tabs .tabs__tab {
    border: none;
    background: #eee;
  }
  .tabs.tabs--standard.tabs--minimal.exhibitor-tabs .tabs__tab.is-active {
    border: none;
    background: #8f7350;
    color: #fff;
  }
  
  .tabs.tabs--standard.tabs--minimal.exhibitor-tabs  .tabs__pane {
    border: none;
  }
  
  .exhibitor-tabs-labels {
    margin-bottom: 36px;
  }
  
  .exhibitor-tabs-labels .sort-by {
    font-weight: bold; 
  }
  
  .accordion:not(:last-child) {
    margin-bottom: 48px;
  }
  .accordion__label {
    display: block;
    padding: 12px;
    background: #fff;
    border: 1px solid #f7f9fa;
    color: #546b75;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    overflow: hidden;
  }
  .accordion__label .fa-arrow-right {
    margin-left: 0.4em;
    transition: transform 0.15s ease-out;
  }
  .accordion__label:hover,
  .accordion__label:focus {
    color: #0c426a;
  }
  .accordion__label.is-active {
    color: #8e744a;
    border-color: #8e744a #8e744a #f7f9fa #8e744a;
    background: #f7f7f7;
  }
  .accordion__label.is-active .fa-arrow-right {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .accordion__label:focus {
    outline: 1px dashed rgba(128, 128, 128, 0.3);
    outline-offset: -6px;
  }
  .accordion__label ~ .accordion__label {
    margin-top: 6px;
  }
  .accordion__content {
    border: 1px solid #8e744a;
    border-top: none;
    padding: 24px 12px;
    transition: all 0.2s ease-out;
    overflow: hidden;
  }
  .js .accordion__content:not(.is-active) {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 0 1px;
    visibility: hidden;
    opacity: 0;
  }
  
  /*! ---------- =search results ---------- */
  .search-current-tags {
    margin-bottom: 24px;
  }
  .search-results .sort-by-selection {
    margin-bottom: 12px;
  }
  .search-results .sort-by-selection .sort-option:not(:last-child)::after {
    background: #546b75;
    content: '';
    display: inline-block;
    height: 16px;
    margin-left: 8px;
    vertical-align: middle;
    width: 1px;
  }
  .search-results .sort-option {
    font-weight: 400;
  }
  .search-results .sort-option.active {
    color: #8e744a;
    font-weight: 700;
  }
  .search-results .sorted-by-label {
    display: inline-block;
    font-size: 15px;
    margin-right: 12px;
  }
  @media (min-width: 920px) {
    .search-results .pagination {
      display: inline-block;
    }
    .search-results .sort-by-selection {
      display: inline-block;
      float: right;
      margin-bottom: 0;
      margin-top: 6px;
      max-width: 35%;
    }
    .search-results .item-list {
      display: block;
      float: left;
      margin-top: 24px;
    }
  }
  
  .fa-solid.fa-angle-down {
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
  }
  
    /* interactive graphic - Certificates and Designations */
  
      span.responsive-table--small-text {
          font-size: 75%;
          display: block;
      }
  
      .responsive-table {
          border: 1px solid #ddd;
          padding: 1rem;
      }
      
      ul.responsive-table {
        margin-left: 0;
      }
  
      .responsive-table li {
          display: flex;
          justify-content: space-between;
          margin-bottom: 1rem;
          padding: 1rem;
      }

      .responsive-table li.at-start {
        justify-content: flex-start;
      }
  
      .responsive-table .table-header {
          color: #000;
          font-size: 14px;
          font-weight: 700;
          text-transform: uppercase;
      }
  
      .responsive-table .table-header .col-1 {
          flex-basis: 40%;
      }
  
      .responsive-table .label {
          color: #07456b;
          font-weight: 700;
      }
  
      .responsive-table .label--suggested {
          color: #8e744a;
      }
  
      .responsive-table .table-row {
          border-bottom: 1px solid #07456b;
      }
  
      .responsive-table .table-row:nth-child(n+6) {
          border-bottom: 1px solid #8e744a;
      }
  
      .responsive-table .table-row:nth-child(2),
      .responsive-table .table-row:nth-child(8) {
          border-bottom: 0;
      }
  
      .responsive-table .table-row--inner {
          margin-top: -2rem;
      }
  
      .responsive-table .col {
          margin-right: 1.5rem;
      }
  
      .responsive-table .col a {
          text-decoration: none;
      }
      
      .col.col-1.label {
        font-size: 12px;
      }
  
      .responsive-table .col:last-child .level-required:after,
      .responsive-table .col:last-child .level-suggested:after {
          display: none;
      }
  
      .responsive-table .col-1 {
          flex-basis: 25%;
          max-width: 200px;
      }
  
      .responsive-table .col-2 {
          flex-basis: 25%;
          max-width: 200px;
      }
  
      .responsive-table .col-3 {
          flex-basis: 25%;
      }
  
      .responsive-table .col-4 {
          flex-basis: 25%;
      }
  
      .responsive-table .two-cols {
          flex-basis: 45%;
          max-width: 50%;
          min-width: 400px;
      }
  
      .responsive-table .level-required {
          background: #07456b;
          border: 3px solid #fff;
          color: #fff;
          padding: 1rem;
          position: relative;
          text-align: center;
          transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
      }
  
      .responsive-table .level-required:hover {
          background: #eee;
          border: 3px solid #04263b;
          color: #04263b;
      }
  
      .responsive-table .level-required:after {
          content: '\f061';
          color: #07456b;
          display: block;
          font-family: "Font Awesome 5 Pro";
          font-size: 1.3rem;
          font-weight: 900;
          position: absolute;
          right: -1.15rem;
          top: 40%;
      }
  
      .responsive-table .level-suggested {
          background: #8e744a;
          border: 3px solid #fff;
          color: #fff;
          padding: 1rem;
          position: relative;
          text-align: center;
          transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
      }
  
      .responsive-table .level-suggested:hover {
          background: #eee;
          border: 3px solid #6c5939;
          color: #6c5939;
      }
  
      .responsive-table .level-suggested:after {
          content: '\f061';
          color: #8e744a;
          display: block;
          font-family: "Font Awesome 5 Pro";
          font-size: 1.3rem;
          font-weight: 900;
          position: absolute;
          right: -1.15rem;
          top: 40%;
      }
  
      .responsive-table .level-suggested--path:after {
          border-bottom: 5px dotted #8e744a;
          content: '';
          display: block;
          position: absolute;
          right: -5.5rem;
          top: 50%;
          width: 27%;
      }
  
      .responsive-table .level-suggested--path-below:before {
          border-right: 5px dotted #8e744a;
          content: '';
          display: block;
         height: 65px;
         left: 48%;
          position: absolute;
          /* top: 8rem; */
          top: 5.3rem;
      }
  
      .responsive-table--container-key {
          background: #ddd;
          margin-bottom: 1rem;
          padding: 1rem;
      }
  
      .responsive-table--container-key .key-cell {
          display: inline-block;
          margin-left: 1.5rem;
      }
  
      .responsive-table--container-key .key-label {
          font-weight: 700;
      }
  
      .responsive-table--container-key .key-suggested .suggested-dotted {
          border-bottom: 5px dotted;
          display: inline-block;
          vertical-align: middle;
          width: 20px;
      }
  
      .responsive-table .level-required,
      .responsive-table .level-suggested {
          /* height: 85px; */
          height: auto;
      }
  
      @media all and (max-width: 1229px) {
          .responsive-table .table-header {
              display: none;
          }
          .responsive-table li {
              display: block;
          }
          .responsive-table .col {
              flex-basis: 100%;
              max-width: 100%;
          }
          .responsive-table .col {
              display: block;
              margin-right: 0;
              padding: 10px 0;
          }
          .responsive-table .col:before {
              color: #000;
              content: attr(data-label);
              font-size: 14px;
              font-weight: 700;
              padding-right: 10px;
              text-align: center;
              text-transform: uppercase;
          }
          .responsive-table .col-1 {
              margin-bottom: 0;
          }
          .responsive-table .col-1:before {
              display: none;
          }
          .responsive-table .two-cols {
              min-width: auto;
          }
          .responsive-table .level-required:after,
          .responsive-table .level-suggested:after {
              font-family: "Font Awesome 5 Pro";
              content: "\f063";
              top: 100%;
              left: 0;
          }
          .responsive-table .level-suggested--path:after {
              border-bottom: 0;
              border-right: 5px dotted #8e744a;
              content: '';
              display: block;
              height: 30px;
              left: -50%;
              position: absolute;
              top: 100%;
              width: 100%;
          }
          .responsive-table .level-suggested--path-below:before {
              display: none;
          }
      }
  
  /*@media (min-width: 1116px) and (max-width: 1139px) {
          .responsive-table .level-suggested--path:after {
              right: -7.625rem;
              top: 57%;
              width: 80%;
          }
      }
  
      @media (min-width: 1140px) and (max-width: 1229px) {
          .responsive-table .level-suggested--path:after {
              right: -8.1rem;
              top: 58%;
              width: 100%;       
          }
      }  */
  
  @media (min-width: 1230px) {
          .responsive-table .level-suggested--path:after {
            right: -9.15rem;
            top: 50%;
            width: 120%;
          }
      }
  @media (min-width: 1251px) {
          .responsive-table .level-suggested--path:after {
               right: -7.9rem;
               top: 50%;
               width: 100%;
          }
      }  

  @media (max-width: 1599px) {
          .table-row .label {
            flex-basis: 15%;
          }
  } 
  
  @media (min-width: 1380px) {
          .responsive-table .level-suggested--path:after {
                  top: 60%;
          }
      }  
  @media (min-width: 1740px) {
  
     .responsive-table .level-suggested--path:after {
                  right: -9.6rem;
          }
  
  }
    
  .clear {
     clear: both;
  }  
  
  .sponsor-contact {
    margin-bottom: 18px;
  }
    
  
/*! ------------- Hero Feature ------------- */
.hero {
    position: relative;
    margin-bottom: 10px;
    margin-top: -70px;
}
.hero__media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
  }
.hero__video-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
}
.hero__video-player {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    min-width: 100%;
}
.hero__video-player.is-wide {
    top: 50%;
    transform: translateY(-50%);
}
.hero__video-player.is-tall {
    left: 50%;
    transform: translateX(-50%);
}
.hero__video-container.is-loaded .hero__video-player {
    opacity: 1;
}
.hero__video-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.hero__content {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    justify-items: center;
    padding-top: 18%;
    padding-bottom: 18%;
}
.hero__title {
    color: #fff;
    text-shadow: 2px 2px 5px #000;
}
.hero__video-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #000;
    opacity: .5;
    overflow: hidden;
    position: absolute;
}
  /*! ---------- =sitefinity ---------- */
  
  .sys-template {
    display: none;
  }
  
  .sfContentBlock {
    margin-bottom: 24px;
  }
  .sfContentBlock:last-child {
    margin-bottom: 0;
  }
  
  /* For Solr debug */
  
  .debug-url {
    background-color: #efe;
    border: 2px solid #2c2;
    padding: 12px;
    margin-bottom: 24px;
    word-wrap: break-word;
  }
  
  /*! make page builder layout more friendly to edit */
  
  .sfPageEditor .page-header,
  .sfPageEditor .page-header > .page-bounds,
  .sfPageEditor .header-logo,
  .sfPageEditor .page-header__content,
  .sfPageEditor .header-utility,
  .sfPageEditor .header-search,
  .sfPageEditor .header-nav,
  .sfPageEditor .title-block,
  .sfPageEditor .title-block__background,
  .sfPageEditor .title-block__content,
  .sfPageEditor .alternate-background,
  .sfPageEditor .alternate-background__image,
  .sfPageEditor .alternate-background__image img,
  .sfPageEditor .page-footer,
  .sfPageEditor .footer-logo,
  .sfPageEditor .footer-social,
  .sfPageEditor .footer-contact,
  .sfPageEditor .footer-utility,
  .sfPageEditor .footer-copyright {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 0 20px !important;
    float: none !important;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }
  .sfPageEditor .header-logo__image {
    max-height: none!important;
    width: 200px!important;
  }
  .sfPageEditor .content {
    padding-top: 48px;
  }
  .sfPageEditor .title-block::before {
    display: none !important;
  }
  .sfPageEditor .title-block__background,
  .sfPageEditor .title-block__content {
    position: static !important;
  }
  .sfPageEditor .alternate-background--tall {
    height: auto!important;
  }
  .sfPageEditor .alternate-background__image img {
    transform: none!important;
  }
  .sfPageEditor .alternate-background--conferencebanner .alternate-background__mobile,
  .sfPageEditor .alternate-background--conferencebanner .alternate-background__image {
   display: block!important;
  }
  
  .sfPageEditor .content-box iframe {
      max-width: 100%;
 }
  
  /* space form builder fields */
  
  .sf-fieldWrp > input,
  .sf-fieldWrp > select,
  .sf-fieldWrp > textarea,
  .sf-fieldWrp > div > input,
  .sf-fieldWrp > div > select,
  .sf-fieldWrp > div > textarea {
    margin-bottom: 20px !important;
  }
  .sf_colsIn > .sf-fieldWrp > input:last-child,
  .sf_colsIn > .sf-fieldWrp > select:last-child,
  .sf_colsIn > .sf-fieldWrp > textarea:last-child {
    margin-bottom: 0 !important;
  }
  
  .sfInlineEditingPageMenu .sfInlineEditingToggleLnk {
    z-index: 1001 !important;
  }
  
  /* user-friendly tabs layout modules */
  
  .sfPageEditor [data-edit-label]::before {
    content: "[" attr(data-edit-label) "]";
    font-size: 14px;
    opacity: 0.3;
  }
  
  .tabs.sf_cols {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .tabs__tab > .sf_colsIn,
  .tabs__pane > .sf_colsIn {
    margin: 0 !important;
  }
  .sfPageEditor .tabs--standard .tabs__tab {
    width: 100% !important;
    float: none !important;
  }
  .sfPageEditor .tabs.sf_cols .tabs__pane, .sfPageEditor .sf_colsIn .tabs__pane {
    display: block !important;
  }
  
  /* spacer layout modules */
  
  .sfPageEditor .spacer {
    background: #f7f9fa;
    position: relative;
    border: 2px dashed #e9eef2;
  }
  .sfPageEditor .spacer::before {
    content: attr(data-editor-help);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #a7b3bd;
    font-size: 15px;
  }
  .sfPageEditor .spacer--tiny,
  .sfPageEditor .spacer--small {
    border-width: 1px;
  }
  .sfPageEditor .spacer--tiny::before,
  .sfPageEditor .spacer--small::before {
    font-size: 11px
  }
  
  
  /*! ---------- =print ---------- */
  
  @media print {
    .page-header__toggle,
    .header-search,
    .header-utility,
    .header-nav,
    .in-this-section,
    .footer-logo,
    .footer-social,
    .footer-utility,
    .home-feature,
    .breadcrumbs,
    .share-buttons,
    .truncator-expand {
      display: none !important;
    }
  
    body {
      background: #fff;
    }
  
  
    @page {
      margin: 0.5in;
    }
  
  
    @page :first {
      margin-top: 1in;
    }
  
  
    @page :last {
      margin-bottom: 1in;
    }
  
  
    .page-bounds {
      max-width: 100%;
    }
  
    .page-header,
    .content,
    .page-footer {
      padding-left: 0;
      padding-right: 0;
    }
  
    h1,
    h2,
    h3,
    h4 {
      page-break-after: avoid;
    }
  
    blockquote,
    img,
    table,
    pre {
      page-break-inside: avoid;
    }
  
    ul,
    ol,
    dl {
      page-break-before: avoid;
    }
  
    .header-logo {
      float: none;
      max-width: 150px;
      margin: 0 auto;
      padding: 0;
    }
  
    .page-footer {
      border-top: 1px solid #f7f9fa;
    }
  
    .footer-contact {
      text-align: center;
    }
  
    .interior-layout__title,
    .interior-layout__nav,
    .interior-layout__main,
    .interior-layout__aside {
      float: none;
      width: auto;
      padding-left: 0;
      padding-right: 0;
    }
    .interior-layout__aside {
      border-top: 1px solid #ced9dd;
      padding-top: 48px;
    }
  
    .page-title {
      text-align: center;
    }
  
    .content a[href]:not([href^="#"]) {
      word-wrap: break-word;
      box-shadow: 0 2px 0 #8e744a;
      color: #546b75;
      font-weight: 700;
    }
    .content a[href]:not([href^="#"])::after {
      content: " (" attr(href) ") ";
      font-size: 0.85em;
      color: #698693;
    }
  
    /* 2022-08-04 1034303790 kih */
    a:link:after, a:visited:after {  
    content: normal !important;  
    }
  
    .tabs__pane {
      display: block !important;
    }
  
    .accordion__content {
      max-height: none !important;
      visibility: visible !important;
      opacity: 1 !important;
    }
  
    [data-truncate-to] {
      max-height: none !important;
      overflow: visible !important;
    }
  
    [data-truncate-to*="item"] > * {
      display: initial !important;
    }
  }
  /** MBASF-133 **/
  .item-list--speakers .item-list__thumbnail{
    max-width: none;
  }
  
  /* MBA JIRA ##277 */ 
  .grid__unit.sponsor-grid-item {
    text-align: center !important;
  }
  .mpowering-summit__sponsors .Premier img {
    max-width: 370px !important;
    width: 75%;
  }
  
  @media (max-width: 959px) {
    .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Presenting img,
    .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Signature img, 
    .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Premier img, 
    .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Millenium img {
      max-width: 130px;
      height: auto;
    }
    .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Platinum img {
     max-width: 200px;
     height: auto;
    }
    .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Gold img {
      max-width: 150px;
      height: auto;
    }
    .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Bronze img,
    .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Host img {
      max-width: 75px;
      height: auto;
    }
    .mpowering-summit__sponsors .Corporate img {
      max-width: 100px;
    }
  }
  @media (min-width: 960px) {
  .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Signature {
    width: 25%;
  }
  .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Presenting {
    width: 25%;
  }
  
  .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Premier {
    width: 25%; 
  }
  
  .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Millennium {
    width: 20%;
  }
  
  .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Diamond {
    width: 20%;
  }
  
  .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Platinum {
    width: 20%;
  }
  
  .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Gold {
    width: 20%;
  }
  
  .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Silver {
    width: 20%;
  }
  
  .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Bronze {
    width: 20%;
  }
  
  .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Host {
    width: 20%;
  }
  
  .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Presenting img,
  .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Signature img,
  .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Premier img {
   max-width: 150px;
   height: auto;
   /*width: 75%;*/
  }
  .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Millenium img {
   max-width: 130px;
   height: auto;
   /*width: 75%;*/
  }
  /*.grid__unit.grid__unit--1-4-m.sponsor-grid-item.Presenting  img {
   width: 70%;
  }*/
  /*.grid__unit.grid__unit--1-4-m.sponsor-grid-item.Premier img {
    width: 60%;
  }
  
  .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Millennium img {
    width: 50%;
  }*/
  
  .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Diamond img {
    width: 50%;
  }
  
  .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Platinum img {
    width: 50%;
  }
  
  .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Gold img {
    width: 50%;
  }
  
  .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Silver img {
    /*width: 50%;*/
  }
  
  .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Bronze img {
    width: 45%;
  }
  
  .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Host img {
    width: 50%;
  }
  
  .mpowering-summit__sponsors .Corporate img {
    max-width: 105px;
    width: 33%;
  }
  
  }
  
      ul.item-list.grid.item-list--featured .item-list__thumbnail {
          width: 100%;
          max-width: 100%;
          border-radius: 5px;
      }
      ul.item-list.grid.item-list--featured .thumbnail-container {
          width: 45%;
          float: left;
      }
      ul.item-list.grid.item-list--featured .item-list__content a,
      ul.item-list.grid.item-list--featured .item-list__content span
      {
          color: #676767;
      }
      ul.item-list.grid.item-list--featured .item-list__content {
          float: right;
          width: 50%;
      }
      ul.item-list.grid.item-list--featured .item-list__speaker-org {
          color: #676767;
          font-size: 1.15em;
      }
      ul.item-list.grid.item-list--featured .item-list__title {
          font-size: 2.2em;
          line-height: 1.41;
      }
      ul.item-list.grid.item-list--featured .item-list__content .subtitle {
          margin-bottom: .3em;
          font-style: italic;
      }
      ul.item-list.grid.item-list--featured .item-list__content a.item-list__session {
          color: #676767;
          font-weight: bold;
      }
      .session__section-title {
        font-size: 3.2em;
        font-weight: normal;
        line-height: 1.4;
        font-family: "Gotham A", "Gotham B", "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
      }
  
  ul.item-list.item-list--grid.sponsor-grid img {
      width: 100%;
      border-radius: 5px;
      margin-bottom: 10px;
      height: auto;
  }
  ul.item-list.item-list--grid.sponsor-grid .item-list__title {
      text-align:center;    
  }
  ul.item-list.item-list--grid.sponsor-grid .item-list__meta,
  ul.item-list.item-list--grid.sponsor-grid .card__meta {
      font-weight:normal;
      text-align:center;    
  }
  
  img.align-image-left {
   margin: 0 0 24px 0; 
  }
  
  .exhibitors-more-toggle::after,
  .sponsors-more-toggle::after {
    content: "More Info";
  }
  .exhibitors-more-toggle.space-b-2.is-active::after,
  .sponsors-more-toggle.space-b-2.is-active::after {
    content: "Less Info";
  }
  
  
  .horizontal-scroll__contents.horizontal-scroll-hidden {
    overflow-x: hidden;
  }
  
  /*all speaker grid*/
  .item-list--grid.speaker-grid {
    align-items: flex-start!important;
  }
  
  /*Sponsors grid Adjustments*/
  .item-list--grid.sponsor-grid {
    align-items: center;
    gap: 24px 36px;
    justify-content: center; 
  }
  .item-list--grid.sponsor-grid .item-list__item {
    margin: 0;
  }
  .item-list--grid.sponsor-grid .sponsor-level-title {
    flex: 100%;
  }
  .item-list--grid.sponsor-grid .item-list__item img {
    height: 100%;
    object-fit: contain;
    width: 100%;
  }
  .item-list--grid.sponsor-grid .item-list__item.Presenting,
  .item-list--grid.sponsor-grid .item-list__item.Signature,
  .item-list--grid.sponsor-grid .item-list__item.Premier {
      max-width: 22%;
  }
  .item-list--grid.sponsor-grid .item-list__item.Millenium,
  .item-list--grid.sponsor-grid .item-list__item.Diamond,
  .item-list--grid.sponsor-grid .item-list__item.Platinum {
      max-width: 20%;
  }
  .item-list--grid.sponsor-grid .item-list__item.Gold {
      max-width: 18%;
  }
  .item-list--grid.sponsor-grid .item-list__item.Silver {
      max-width: 16%;
  }
  .item-list--grid.sponsor-grid .item-list__item.Bronze {
      max-width: 14%;
  }
  .item-list--grid.sponsor-grid .item-list__item.Host,
  .item-list--grid.sponsor-grid .item-list__item.Corporate {
      max-width: 12%;
  }
  
  @media (min-width: 920px) {
    .item-list--grid.sponsor-grid .item-list__item {
      flex: 1 0 auto;
      margin: 0;
      max-width: 15%;
    }
  }
  
  @media (max-width: 999px) {
    .item-list--grid.sponsor-grid {
      gap: 24px;
    }
    .item-list--grid.sponsor-grid .item-list__item.Presenting {
      max-width: 70%;
    }
    .item-list--grid.sponsor-grid .item-list__item.Signature {
        max-width: 45%;
    }
    .item-list--grid.sponsor-grid .item-list__item.Premier {
        max-width: 38%;
    }
    .item-list--grid.sponsor-grid .item-list__item.Millenium,
    .item-list--grid.sponsor-grid .item-list__item.Diamond,
    .item-list--grid.sponsor-grid .item-list__item.Platinum,
    .item-list--grid.sponsor-grid .item-list__item.Gold,
    .item-list--grid.sponsor-grid .item-list__item.Silver,
    .item-list--grid.sponsor-grid .item-list__item.Bronze,
    .item-list--grid.sponsor-grid .item-list__item.Host,
    .item-list--grid.sponsor-grid .item-list__item.Corporate {
        max-width: 30%;
    }
  }
  
  /*cref sponsors grid adjustments*/
  @media (min-width: 960px) {
    .sponsor-grid-cref .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Gold {
      width: 15%;
    }
    .sponsor-grid-cref .grid__unit.grid__unit--1-4-m.sponsor-grid-item.Silver {
      width: 10%;
    }
  }
  
  /* Maintenance Modail */
     
#riskfloater {
    background-color: #8a7550;
    left: 10px;
    position: fixed;
    padding: 8px 16px;
    background: green;
    color: #ffffff;
    cursor: pointer;
    bottom: 10px;
    z-index: 200;
}

#cookiebar { 
    position: fixed;
    bottom: 0;
    left: 5px;
    right: 5px;
    z-index: 200;
}

#cookiebar .container {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #8a7550;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
  padding: 36px 24px 24px 24px !important;
  /* overflow: hidden; */
}

#cookiebar .container a  {
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted white;
 }
#cookiebarBox { 
    position: absolute;
    top: 30%;
    left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
    width: 80%;
    z-index: 10000;
}

#cookiebarBox .container {
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
     border-radius: 3px;
     background-color: #8a7550;
     color: #ffffff;
     margin-bottom: 0;
     text-align: left;
     padding: 48px 48px 48px 48px !important;
     overflow: hidden;
}

#cookiebarBox .container a {
            color: white;
            text-decoration: none;
            border-bottom: 1px dotted white;
            z-index: 10000 !important;
        }
 
 #cookiebarBox .container h1 {
  color: #fff;
 }
 
 #cookiebarBox .container li {
  margin-bottom: 12px;
 }

 
.cookieok {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #e8f0f3;
    color: #186782 !important;
    font-weight: 600;
    line-height: 2.5em;
    height: 2.5em;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    border-bottom-width: 0 !important;
    cursor: pointer;
    max-width: 200px;
    margin: 0 auto;
    z-index: 10001 !important; 
}


@media (min-width: 960px) {
  .cookieok {
   float: right;
   margin-top: 0;
}
}
@media (max-width: 959px) {
  .cookieok {   
  max-width: 100px !important;
    margin: 0 auto;
    text-align: center !important;
       }
       
       #cookiebarBox { 
    position: absolute;
    top: 0;
    }
    
   }

@media (max-width: 700px) {
  
  .item-list__member-photo {
  height: 120px;
  min-width: 120px;
  margin-right: 24px;
  float: left;
  display: block;
  }
  
}

.blue-background .item-list__title, .blue-background .item-list__title a, .blue-background a.more {
  color: #fff !important;
}
@media (min-width: 960px) {
  .video-constricted {
    max-width: 95%;
  }
}

.home-video {
  padding-right: 24px;
  padding-bottom: 72px;
  padding-left: 72px;
  padding-top: 48px;
}



.alternate-background.alternate-background--tall.alternate-background--top.alternate-background--conference {
    margin-bottom: -12px;
}

.text-block { 

  background-color: rgba(255, 121, 64, 0.9); 
  /* #FF7940 with 90% opacity */ 
  color: white; 
  padding: 1.5rem; 
  border-radius: 8px; 
  max-width: 600px; 
  margin: 2rem auto; 
  mox-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); 

}

.text-block-teal { 

  background-color: #007591; 
  color: white; 
  padding: 1.5rem; 
  border-radius: 8px; 
  max-width: 600px; 
  margin: 2rem auto; 
  mox-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); 

}