@charset "UTF-8";
@font-face {
  font-family: 'franchisebold';
  src: url("../fonts/franchise-bold.woff") format("woff"), url("../fonts/franchise-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ApexNew Medium';
  src: url("../fonts/ApexNew-V2-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ApexNew Medium Italic';
  src: url("../fonts/ApexNew-V2-MediumItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ApexNew Book';
  src: url("../fonts/ApexNew-V2-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ApexNew Book Italic';
  src: url("../fonts/ApexNew-V2-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ApexNew Bold';
  src: url("../fonts/ApexNew-V2-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ApexNew Bold Italic';
  src: url("../fonts/ApexNew-V2-BoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

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

html {
  -webkit-tap-highlight-color: transparent; }

body {
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.1;
  font-weight: normal; }

p {
  margin-top: 0; }

ul,
ol {
  margin-top: 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

dl {
  margin-top: 0; }

dd {
  margin: 0; }

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0; }

figure {
  margin: 0; }

address {
  font-style: normal; }

form {
  margin: 0; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

textarea {
  resize: vertical; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer; }

button {
  background-color: transparent;
  border: 0;
  padding: 0; }

[disabled] {
  cursor: default; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th,
td {
  padding: 0; }

th {
  font-weight: normal; }

[tabindex="-1"]:focus {
  outline: none !important; }

/* ==========================================================================
   Print styles.
   https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-family: 'AdobeGaramondW01-Regula'; }
  @media screen and (min-width: 580px) {
    body {
      font-size: 1.25rem; } }

b,
strong {
  font-family: 'Adobe Garamond W01 Bd';
  font-weight: normal; }

i,
em {
  font-family: 'Adobe Garamond W01 It';
  font-style: normal; }

b i,
b em,
i b,
em b,
i strong,
em strong,
strong i,
strong em {
  font-family: 'AdobeGaramondW01-BdIt'; }

a {
  color: #d8ab4c; }

h2 {
  font-size: 3rem;
  line-height: 0.75;
  text-transform: uppercase;
  font-family: 'franchisebold', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  letter-spacing: -0.02em; }
  h2 * {
    font-family: inherit; }
  @media screen and (min-width: 580px) {
    h2 {
      font-size: 4.5rem; } }
  @media screen and (min-width: 960px) {
    h2 {
      font-size: 6.25rem; } }

.kicker {
  color: #fff;
  text-transform: uppercase;
  font-family: 'franchisebold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 0.8334;
  letter-spacing: -0.015em; }
  .kicker * {
    font-family: inherit; }
  @media screen and (min-width: 580px) {
    .kicker {
      font-size: 2.25rem; } }
  .kicker span {
    color: #d8ab4c; }

figcaption {
  color: #858585;
  font-size: 0.875rem;
  line-height: 1.2858;
  margin-top: 1.125rem; }
  @media screen and (min-width: 580px) {
    figcaption {
      font-size: 1rem;
      line-height: 1.25; } }

select,
input[type="text"],
input[type="password"],
button[type="submit"],
.fs-dropdown-selected {
  border: 1px solid #333;
  border-radius: 0;
  height: 3.125rem;
  background-color: transparent; }
  @media screen and (min-width: 580px) {
    select,
    input[type="text"],
    input[type="password"],
    button[type="submit"],
    .fs-dropdown-selected {
      height: 3.75rem; } }
  select:disabled,
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  button[type="submit"]:disabled,
  .fs-dropdown-selected:disabled {
    border-color: #ddd;
    color: #ddd; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  white-space: pre-wrap;
  background: transparent url("../images/icon.select-arrow.svg") no-repeat;
  background-size: 17px 10px;
  background-position: right 20px top 50%;
  white-space: pre-wrap; }
  @media screen and (min-width: 1280px) {
    select {
      background-position: right 25px top 50%; } }

select,
.fs-dropdown-selected,
.fs-dropdown-item {
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 0.875rem;
  text-transform: uppercase; }
  select b,
  select strong,
  .fs-dropdown-selected b,
  .fs-dropdown-selected strong,
  .fs-dropdown-item b,
  .fs-dropdown-item strong {
    font-family: 'ApexNew Bold', sans-serif; }
  select i,
  select em,
  .fs-dropdown-selected i,
  .fs-dropdown-selected em,
  .fs-dropdown-item i,
  .fs-dropdown-item em {
    font-family: 'ApexNew Medium Italic', sans-serif; }

select,
.fs-dropdown-selected {
  padding: 0 42px 0 20px; }
  @media screen and (min-width: 1280px) {
    select,
    .fs-dropdown-selected {
      padding: 0 47px 0 25px; } }

.fs-dropdown {
  position: relative; }
  .fs-dropdown:after {
    content: '';
    -webkit-transition: border-color 150ms ease-in-out;
    -moz-transition: border-color 150ms ease-in-out;
    transition: border-color 150ms ease-in-out;
    display: inline-block;
    height: 12px;
    width: 12px;
    border-width: 2px 0 0 2px;
    border-color: #000;
    border-style: solid;
    -webkit-transform: rotate(225deg) translateZ(0);
    -moz-transform: rotate(225deg) translateZ(0);
    -ms-transform: rotate(225deg) translateZ(0);
    -o-transform: rotate(225deg) translateZ(0);
    transform: rotate(225deg) translateZ(0);
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -10px; }
    @media screen and (min-width: 1280px) {
      .fs-dropdown:after {
        right: 29px; } }
  .fs-dropdown.fs-dropdown-open:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -3px; }

.fs-dropdown-options,
.fs-dropdown-bottom .fs-dropdown-options {
  border-top-width: 0;
  overflow-y: auto;
  top: 100%;
  bottom: 100%;
  max-height: 18.75rem;
  height: 18.75rem; }
  @media screen and (min-width: 580px) {
    .fs-dropdown-options,
    .fs-dropdown-bottom .fs-dropdown-options {
      max-height: 18.75rem;
      height: 18.75rem; } }

.fs-dropdown-item {
  height: 3.125rem;
  padding: 0 20px;
  transition: background-color 150ms, color 150ms; }
  @media screen and (min-width: 580px) {
    .fs-dropdown-item {
      height: 3.75rem;
      padding: 0 25px; } }
  .fs-dropdown-item:hover, .fs-dropdown-item.fs-dropdown-item_selected {
    color: #fff;
    background-color: #000; }

input[type="text"],
input[type="password"],
button[type="submit"] {
  padding: 0 20px;
  background-color: transparent;
  font-family: inherit; }
  @media screen and (max-width: 579px) {
    input[type="text"],
    input[type="password"],
    button[type="submit"] {
      font-size: 1.125rem; } }
  @media screen and (min-width: 1280px) {
    input[type="text"],
    input[type="password"],
    button[type="submit"] {
      padding: 0 25px; } }

button[type="submit"] {
  color: #000;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal; }
  button[type="submit"] b,
  button[type="submit"] strong {
    font-family: 'ApexNew Bold', sans-serif; }
  button[type="submit"] i,
  button[type="submit"] em {
    font-family: 'ApexNew Medium Italic', sans-serif; }

button[type="reset"] {
  position: relative;
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.1875rem 31px 0 0;
  height: 1.1875rem;
  overflow: hidden; }
  button[type="reset"] b,
  button[type="reset"] strong {
    font-family: 'ApexNew Bold', sans-serif; }
  button[type="reset"] i,
  button[type="reset"] em {
    font-family: 'ApexNew Medium Italic', sans-serif; }
  button[type="reset"]:after {
    content: url("../images/icon.close.black.svg");
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 0;
    top: 0.0625rem; }

body {
  padding-top: 61px; }
  @media screen and (min-width: 580px) {
    body {
      padding-top: 81px; } }
  @media screen and (min-width: 960px) {
    body {
      padding-top: 160px; } }
  .no-touchevents body.overlay {
    overflow-y: hidden; }
  .touchevents body.overlay {
    position: fixed; }

.layout {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px); }
  .layout::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .layout {
      width: calc(100% - 60px); } }

figure img {
  display: block;
  width: 100%; }

.button {
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
  -moz-transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out, border-color 150ms ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  line-height: 3.5715;
  display: inline-block;
  font-size: 0.875rem;
  text-align: center;
  color: #000;
  cursor: pointer;
  padding: 0 1.375rem;
  white-space: nowrap;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #000;
  text-decoration: none;
  text-transform: uppercase;
  height: 3.125rem; }
  .button b,
  .button strong {
    font-family: 'ApexNew Bold', sans-serif; }
  .button i,
  .button em {
    font-family: 'ApexNew Medium Italic', sans-serif; }

.cta {
  display: inline-block;
  width: 100%;
  border: 1px solid #000;
  color: #000;
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.2858;
  text-decoration: none;
  text-align: center;
  padding: 1.125rem 0.9375rem 0.75rem;
  transition: color 150ms, background-color 150ms;
  white-space: nowrap; }
  .cta b,
  .cta strong {
    font-family: 'ApexNew Bold', sans-serif; }
  .cta i,
  .cta em {
    font-family: 'ApexNew Medium Italic', sans-serif; }
  @media screen and (min-width: 580px) {
    .cta {
      width: auto;
      padding: 1.4375rem 40px 1.0625rem; } }
  @media screen and (min-width: 1280px) {
    .cta {
      padding-right: 50px;
      padding-left: 50px; } }
  .cta:hover {
    color: #fff;
    background-color: #000; }
  .cta:active {
    background-color: #d8ab4c !important;
    border-color: #d8ab4c !important; }
  .cta.dark {
    border-color: #fff;
    color: #fff; }
    .cta.dark:hover {
      color: #000;
      background-color: #fff; }

.more {
  display: inline-block;
  font-family: 'ApexNew Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.2858;
  color: #000; }
  .more i,
  .more em {
    font-family: 'ApexNew Bold Italic', sans-serif; }
  .more:not(:hover) {
    text-decoration: none; }

.swiper-button {
  display: block;
  float: left;
  position: relative;
  height: 60px;
  width: 60px;
  border: solid 1px #ddd;
  text-align: center; }
  .swiper-button:after {
    content: '';
    -webkit-transition: border-color 150ms ease-in-out;
    -moz-transition: border-color 150ms ease-in-out;
    transition: border-color 150ms ease-in-out;
    display: inline-block;
    height: 13px;
    width: 13px;
    border-width: 2px 0 0 2px;
    border-color: #000;
    border-style: solid;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    position: relative;
    top: 0.5rem; }
  .no-touchevents .swiper-button:hover {
    background-color: #000;
    border-color: #000;
    z-index: 1; }
    .no-touchevents .swiper-button:hover:after {
      border-color: #fff; }
  .swiper-button.next {
    left: -0.0625rem; }
    .swiper-button.next:after {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      left: -0.25rem; }
  .swiper-button.prev:after {
    left: 0.1875rem; }

.ftr-global nav, .program-links section, .program-cta-list-container .program-cta-list section:nth-child(1),
.program-cta-list-container .program-cta-list section:nth-child(2), .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section, .footer-cta-container nav, .bb-left-side-menu, .modules-2-cols-equal-width .modules-2-cols-equal-width-content {
  margin-bottom: 2.5rem; }
  @media screen and (min-width: 580px) {
    .ftr-global nav, .program-links section, .program-cta-list-container .program-cta-list section:nth-child(1),
    .program-cta-list-container .program-cta-list section:nth-child(2), .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section, .footer-cta-container nav, .bb-left-side-menu, .modules-2-cols-equal-width .modules-2-cols-equal-width-content {
      margin-bottom: 3.125rem; } }
  .ftr-global nav h3, .program-links section h3, .program-cta-list-container .program-cta-list section:nth-child(1) h3,
  .program-cta-list-container .program-cta-list section:nth-child(2) h3, .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section h3, .footer-cta-container nav h3, .bb-left-side-menu h3, .modules-2-cols-equal-width .modules-2-cols-equal-width-content h3 {
    font-family: 'franchisebold', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #000;
    border-bottom: solid 1px #ddd;
    font-size: 1.5rem;
    line-height: 0.8334;
    padding-bottom: 1.6875rem; }
    .ftr-global nav h3 *, .program-links section h3 *, .program-cta-list-container .program-cta-list section:nth-child(1) h3 *,
    .program-cta-list-container .program-cta-list section:nth-child(2) h3 *, .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section h3 *, .footer-cta-container nav h3 *, .bb-left-side-menu h3 *, .modules-2-cols-equal-width .modules-2-cols-equal-width-content h3 * {
      font-family: inherit; }
    @media screen and (min-width: 580px) {
      .ftr-global nav h3, .program-links section h3, .program-cta-list-container .program-cta-list section:nth-child(1) h3,
      .program-cta-list-container .program-cta-list section:nth-child(2) h3, .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section h3, .footer-cta-container nav h3, .bb-left-side-menu h3, .modules-2-cols-equal-width .modules-2-cols-equal-width-content h3 {
        font-size: 2.25rem;
        line-height: 0.7778; } }
    @media screen and (min-width: 960px) {
      .ftr-global nav h3, .program-links section h3, .program-cta-list-container .program-cta-list section:nth-child(1) h3,
      .program-cta-list-container .program-cta-list section:nth-child(2) h3, .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section h3, .footer-cta-container nav h3, .bb-left-side-menu h3, .modules-2-cols-equal-width .modules-2-cols-equal-width-content h3 {
        padding-bottom: 2.25rem; } }
  .ftr-global nav li, .program-links section li, .program-cta-list-container .program-cta-list section:nth-child(1) li,
  .program-cta-list-container .program-cta-list section:nth-child(2) li, .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section li, .footer-cta-container nav li, .bb-left-side-menu li, .modules-2-cols-equal-width .modules-2-cols-equal-width-content li {
    border-bottom: solid 1px #ddd; }
    .ftr-global nav li a, .program-links section li a, .program-cta-list-container .program-cta-list section:nth-child(1) li a,
    .program-cta-list-container .program-cta-list section:nth-child(2) li a, .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section li a, .footer-cta-container nav li a, .bb-left-side-menu li a, .modules-2-cols-equal-width .modules-2-cols-equal-width-content li a {
      color: #000;
      text-decoration: none;
      font-size: 0.875rem;
      line-height: 1.2858;
      display: block;
      padding: 1.125rem 0 0.9375rem; }
      .no-touchevents .ftr-global nav li a, .ftr-global .no-touchevents nav li a, .no-touchevents .program-links section li a, .program-links .no-touchevents section li a, .no-touchevents .program-cta-list-container .program-cta-list section:nth-child(1) li a, .program-cta-list-container .program-cta-list .no-touchevents section:nth-child(1) li a,
      .no-touchevents .program-cta-list-container .program-cta-list section:nth-child(2) li a,
      .program-cta-list-container .program-cta-list .no-touchevents section:nth-child(2) li a, .no-touchevents .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section li a, .program-cta-list-container .program-cta-list .no-touchevents .sections-wrap > div:first-child > section li a, .no-touchevents .footer-cta-container nav li a, .footer-cta-container .no-touchevents nav li a, .no-touchevents .bb-left-side-menu li a, .no-touchevents .modules-2-cols-equal-width .modules-2-cols-equal-width-content li a, .modules-2-cols-equal-width .no-touchevents .modules-2-cols-equal-width-content li a {
        transition: color 150ms; }
        .no-touchevents .ftr-global nav li a:hover, .ftr-global .no-touchevents nav li a:hover, .no-touchevents .program-links section li a:hover, .program-links .no-touchevents section li a:hover, .no-touchevents .program-cta-list-container .program-cta-list section:nth-child(1) li a:hover, .program-cta-list-container .program-cta-list .no-touchevents section:nth-child(1) li a:hover,
        .no-touchevents .program-cta-list-container .program-cta-list section:nth-child(2) li a:hover,
        .program-cta-list-container .program-cta-list .no-touchevents section:nth-child(2) li a:hover, .no-touchevents .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section li a:hover, .program-cta-list-container .program-cta-list .no-touchevents .sections-wrap > div:first-child > section li a:hover, .no-touchevents .footer-cta-container nav li a:hover, .footer-cta-container .no-touchevents nav li a:hover, .no-touchevents .bb-left-side-menu li a:hover, .no-touchevents .modules-2-cols-equal-width .modules-2-cols-equal-width-content li a:hover, .modules-2-cols-equal-width .no-touchevents .modules-2-cols-equal-width-content li a:hover {
          color: #d8ab4c; }
      .ftr-global nav li a.is-active, .program-links section li a.is-active, .program-cta-list-container .program-cta-list section:nth-child(1) li a.is-active,
      .program-cta-list-container .program-cta-list section:nth-child(2) li a.is-active, .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section li a.is-active, .footer-cta-container nav li a.is-active, .bb-left-side-menu li a.is-active, .modules-2-cols-equal-width .modules-2-cols-equal-width-content li a.is-active {
        color: #d8ab4c; }

.ftr-global nav ul, .program-links section ul, .program-cta-list-container .program-cta-list section:nth-child(1) ul,
.program-cta-list-container .program-cta-list section:nth-child(2) ul, .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section ul, .footer-cta-container nav ul, .bb-left-side-menu ul, .modules-2-cols-equal-width .modules-2-cols-equal-width-content ul, .share-block ul, .sticky-nav .nav-section, .program-landing-header .nav-section ul, .nav-chapters ul, .chapter-body ul.links, .bio-aux .block-2 ul, .mobile-menu-header .mobile-nav-section ul {
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase; }
  .ftr-global nav ul b, .program-links section ul b, .program-cta-list-container .program-cta-list section:nth-child(1) ul b,
  .program-cta-list-container .program-cta-list section:nth-child(2) ul b, .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section ul b, .footer-cta-container nav ul b, .bb-left-side-menu ul b, .modules-2-cols-equal-width .modules-2-cols-equal-width-content ul b, .share-block ul b, .sticky-nav .nav-section b, .program-landing-header .nav-section ul b, .nav-chapters ul b, .chapter-body ul.links b, .bio-aux .block-2 ul b, .mobile-menu-header .mobile-nav-section ul b,
  .ftr-global nav ul strong,
  .program-links section ul strong,
  .program-cta-list-container .program-cta-list section:nth-child(1) ul strong,
  .program-cta-list-container .program-cta-list section:nth-child(2) ul strong,
  .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section ul strong,
  .footer-cta-container nav ul strong,
  .bb-left-side-menu ul strong,
  .modules-2-cols-equal-width .modules-2-cols-equal-width-content ul strong,
  .share-block ul strong,
  .sticky-nav .nav-section strong,
  .program-landing-header .nav-section ul strong,
  .nav-chapters ul strong,
  .chapter-body ul.links strong,
  .bio-aux .block-2 ul strong,
  .mobile-menu-header .mobile-nav-section ul strong {
    font-family: 'ApexNew Bold', sans-serif; }
  .ftr-global nav ul i, .program-links section ul i, .program-cta-list-container .program-cta-list section:nth-child(1) ul i,
  .program-cta-list-container .program-cta-list section:nth-child(2) ul i, .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section ul i, .footer-cta-container nav ul i, .bb-left-side-menu ul i, .modules-2-cols-equal-width .modules-2-cols-equal-width-content ul i, .share-block ul i, .sticky-nav .nav-section i, .program-landing-header .nav-section ul i, .nav-chapters ul i, .chapter-body ul.links i, .bio-aux .block-2 ul i, .mobile-menu-header .mobile-nav-section ul i,
  .ftr-global nav ul em,
  .program-links section ul em,
  .program-cta-list-container .program-cta-list section:nth-child(1) ul em,
  .program-cta-list-container .program-cta-list section:nth-child(2) ul em,
  .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section ul em,
  .footer-cta-container nav ul em,
  .bb-left-side-menu ul em,
  .modules-2-cols-equal-width .modules-2-cols-equal-width-content ul em,
  .share-block ul em,
  .sticky-nav .nav-section em,
  .program-landing-header .nav-section ul em,
  .nav-chapters ul em,
  .chapter-body ul.links em,
  .bio-aux .block-2 ul em,
  .mobile-menu-header .mobile-nav-section ul em {
    font-family: 'ApexNew Medium Italic', sans-serif; }
.ftr-global nav ul li, .program-links section ul li, .program-cta-list-container .program-cta-list section:nth-child(1) ul li,
.program-cta-list-container .program-cta-list section:nth-child(2) ul li, .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section ul li, .footer-cta-container nav ul li, .bb-left-side-menu ul li, .modules-2-cols-equal-width .modules-2-cols-equal-width-content ul li, .share-block ul li, .sticky-nav .nav-section li, .program-landing-header .nav-section ul li, .nav-chapters ul li, .chapter-body ul.links li, .bio-aux .block-2 ul li, .mobile-menu-header .mobile-nav-section ul li {
  border-bottom: solid 1px #ddd; }
  .ftr-global nav ul li a, .program-links section ul li a, .program-cta-list-container .program-cta-list section:nth-child(1) ul li a,
  .program-cta-list-container .program-cta-list section:nth-child(2) ul li a, .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section ul li a, .footer-cta-container nav ul li a, .bb-left-side-menu ul li a, .modules-2-cols-equal-width .modules-2-cols-equal-width-content ul li a, .share-block ul li a, .sticky-nav .nav-section li a, .program-landing-header .nav-section ul li a, .nav-chapters ul li a, .chapter-body ul.links li a, .bio-aux .block-2 ul li a, .mobile-menu-header .mobile-nav-section ul li a {
    color: #000;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.2858;
    display: block;
    padding: 1.125rem 0 0.9375rem; }
    .no-touchevents .ftr-global nav ul li a, .ftr-global nav .no-touchevents ul li a, .no-touchevents .program-links section ul li a, .program-links section .no-touchevents ul li a, .no-touchevents .program-cta-list-container .program-cta-list section:nth-child(1) ul li a, .program-cta-list-container .program-cta-list section:nth-child(1) .no-touchevents ul li a,
    .no-touchevents .program-cta-list-container .program-cta-list section:nth-child(2) ul li a,
    .program-cta-list-container .program-cta-list section:nth-child(2) .no-touchevents ul li a, .no-touchevents .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section ul li a, .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section .no-touchevents ul li a, .no-touchevents .footer-cta-container nav ul li a, .footer-cta-container nav .no-touchevents ul li a, .no-touchevents .bb-left-side-menu ul li a, .bb-left-side-menu .no-touchevents ul li a, .no-touchevents .modules-2-cols-equal-width .modules-2-cols-equal-width-content ul li a, .modules-2-cols-equal-width .modules-2-cols-equal-width-content .no-touchevents ul li a, .no-touchevents .share-block ul li a, .share-block .no-touchevents ul li a, .no-touchevents .sticky-nav .nav-section li a, .sticky-nav .no-touchevents .nav-section li a, .no-touchevents .program-landing-header .nav-section ul li a, .program-landing-header .nav-section .no-touchevents ul li a, .no-touchevents .nav-chapters ul li a, .nav-chapters .no-touchevents ul li a, .no-touchevents .chapter-body ul.links li a, .chapter-body .no-touchevents ul.links li a, .no-touchevents .bio-aux .block-2 ul li a, .bio-aux .block-2 .no-touchevents ul li a, .no-touchevents .mobile-menu-header .mobile-nav-section ul li a, .mobile-menu-header .mobile-nav-section .no-touchevents ul li a {
      transition: color 150ms; }
      .no-touchevents .ftr-global nav ul li a:hover, .ftr-global nav .no-touchevents ul li a:hover, .no-touchevents .program-links section ul li a:hover, .program-links section .no-touchevents ul li a:hover, .no-touchevents .program-cta-list-container .program-cta-list section:nth-child(1) ul li a:hover, .program-cta-list-container .program-cta-list section:nth-child(1) .no-touchevents ul li a:hover,
      .no-touchevents .program-cta-list-container .program-cta-list section:nth-child(2) ul li a:hover,
      .program-cta-list-container .program-cta-list section:nth-child(2) .no-touchevents ul li a:hover, .no-touchevents .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section ul li a:hover, .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section .no-touchevents ul li a:hover, .no-touchevents .footer-cta-container nav ul li a:hover, .footer-cta-container nav .no-touchevents ul li a:hover, .no-touchevents .bb-left-side-menu ul li a:hover, .bb-left-side-menu .no-touchevents ul li a:hover, .no-touchevents .modules-2-cols-equal-width .modules-2-cols-equal-width-content ul li a:hover, .modules-2-cols-equal-width .modules-2-cols-equal-width-content .no-touchevents ul li a:hover, .no-touchevents .share-block ul li a:hover, .share-block .no-touchevents ul li a:hover, .no-touchevents .sticky-nav .nav-section li a:hover, .sticky-nav .no-touchevents .nav-section li a:hover, .no-touchevents .program-landing-header .nav-section ul li a:hover, .program-landing-header .nav-section .no-touchevents ul li a:hover, .no-touchevents .nav-chapters ul li a:hover, .nav-chapters .no-touchevents ul li a:hover, .no-touchevents .chapter-body ul.links li a:hover, .chapter-body .no-touchevents ul.links li a:hover, .no-touchevents .bio-aux .block-2 ul li a:hover, .bio-aux .block-2 .no-touchevents ul li a:hover, .no-touchevents .mobile-menu-header .mobile-nav-section ul li a:hover, .mobile-menu-header .mobile-nav-section .no-touchevents ul li a:hover {
        color: #d8ab4c; }
    .ftr-global nav ul li a.is-active, .program-links section ul li a.is-active, .program-cta-list-container .program-cta-list section:nth-child(1) ul li a.is-active,
    .program-cta-list-container .program-cta-list section:nth-child(2) ul li a.is-active, .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section ul li a.is-active, .footer-cta-container nav ul li a.is-active, .bb-left-side-menu ul li a.is-active, .modules-2-cols-equal-width .modules-2-cols-equal-width-content ul li a.is-active, .share-block ul li a.is-active, .sticky-nav .nav-section li a.is-active, .program-landing-header .nav-section ul li a.is-active, .nav-chapters ul li a.is-active, .chapter-body ul.links li a.is-active, .bio-aux .block-2 ul li a.is-active, .mobile-menu-header .mobile-nav-section ul li a.is-active {
      color: #d8ab4c; }

.video-object > .inner {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden; }
.video-object iframe,
.video-object .poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.no-touchevents .video-object iframe {
  visibility: hidden; }
.no-touchevents .video-object.is-ready iframe {
  visibility: visible; }
.video-object .poster {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  .video-object .poster button.play {
    display: none;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding: 0;
    background: none;
    border: 0; }
.touchevents .video-object.default .poster {
  display: none; }
@media screen and (max-width: 579px) {
  .video-object.default .poster {
    display: none; } }
.video-object.is-ready button.play {
  display: block; }
  @media screen and (min-width: 1280px) {
    .video-object.is-ready button.play {
      bottom: 40px;
      right: 40px; } }
  .video-object.is-ready button.play svg {
    fill: #fff;
    opacity: 0.6;
    transition: opacity 150ms; }
  .no-touchevents .video-object.is-ready button.play:hover svg {
    opacity: 1; }
  .no-touchevents .video-object.is-ready button.play:active svg {
    fill: #d8ab4c; }
.video-object .caption {
  position: absolute;
  bottom: 20px;
  right: 120px;
  text-align: right;
  max-width: 18em;
  min-height: 80px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px; }
  @media screen and (min-width: 580px) {
    .video-object .caption {
      border-right: 1px solid #d8ab4c;
      padding: 0 30px 0 0; } }
  @media screen and (min-width: 1280px) {
    .video-object .caption {
      bottom: 30px;
      right: 130px; } }

.tabs {
  width: 100%;
  display: block; }
  .tabs ul {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex; }
    .tabs ul li {
      flex: 1;
      text-align: center;
      height: 80px;
      vertical-align: middle; }
      @media screen and (min-width: 960px) {
        .tabs ul li {
          height: 100px; } }
      .tabs ul li a {
        font-family: 'ApexNew Medium', sans-serif;
        font-weight: normal;
        font-style: normal;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        background-color: #000;
        color: #fff;
        text-transform: uppercase;
        font-size: 0.875rem;
        line-height: 1.2858;
        padding: 0 10px; }
        .tabs ul li a b,
        .tabs ul li a strong {
          font-family: 'ApexNew Bold', sans-serif; }
        .tabs ul li a i,
        .tabs ul li a em {
          font-family: 'ApexNew Medium Italic', sans-serif; }
        .tabs ul li a:hover {
          background-color: #333; }
        .tabs ul li a.active {
          background-color: #d8ab4c; }

@media screen and (min-width: 960px) {
  .addthis-smartlayers {
    display: none !important; } }

.share-block {
  width: 194px;
  position: relative; }
  .share-block button {
    border: 1px solid #000; }
    .share-block button .text {
      height: 58px;
      width: 134px;
      border-right: 1px solid #000;
      float: left;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      font-family: 'ApexNew Medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #000;
      text-transform: uppercase;
      font-size: 0.875rem; }
      .share-block button .text b,
      .share-block button .text strong {
        font-family: 'ApexNew Bold', sans-serif; }
      .share-block button .text i,
      .share-block button .text em {
        font-family: 'ApexNew Medium Italic', sans-serif; }
    .share-block button .icon {
      height: 58px;
      width: 58px;
      float: right;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-color: transparent;
      transition: background-color 400ms; }
      .share-block button .icon svg {
        fill: #000;
        transition: fill 400ms; }
  .share-block .body {
    position: absolute;
    right: 0;
    top: 60px;
    width: 194px;
    z-index: 5;
    display: none;
    background: #000;
    padding: 30px 26px; }
  .share-block ul li {
    border-color: #585858; }
    .share-block ul li:first-child {
      border-top: 1px solid; }
    .share-block ul li a {
      color: #fff; }
  .share-block.is-active .icon, .no-touchevents .share-block button:hover .icon {
    background-color: #000; }
    .share-block.is-active .icon svg, .no-touchevents .share-block button:hover .icon svg {
      fill: #fff; }
  .article-main .share-block .body {
    top: auto;
    bottom: 100%; }
  .sticky-nav .share-block {
    width: auto;
    height: 80px; }
    .sticky-nav .share-block button {
      border: 0; }
      .sticky-nav .share-block button .text {
        display: none; }
      .sticky-nav .share-block button .icon {
        height: 80px;
        width: 81px;
        border-left: 1px solid #f0f0f0; }
    .sticky-nav .share-block .body {
      top: 100%; }

.infinite-scroll {
  margin-bottom: 35px; }
  @media screen and (min-width: 960px) {
    .infinite-scroll {
      margin-bottom: 60px; } }
  .infinite-scroll .loading {
    padding-top: 35px;
    clear: both; }
    @media screen and (min-width: 960px) {
      .infinite-scroll .loading {
        padding-top: 50px; } }
    .infinite-scroll .loading img {
      display: block;
      margin: 0 auto; }
  .infinite-scroll .more-link {
    clear: both;
    width: 100%; }

.jscroll-inner::after,
.jscroll-added::after {
  clear: both;
  content: "";
  display: block; }

.hdr-global {
  color: #000;
  background: #fff;
  line-height: normal;
  top: 0;
  width: 100%;
  z-index: 100;
  position: fixed;
  transition: top 0s; }
  @media screen and (min-width: 960px) {
    .hdr-global {
      position: absolute; } }
  .sticky-nav-stick .hdr-global {
    position: fixed; }
  .hdr-global a {
    color: #000;
    text-decoration: none; }
  .hdr-global .search-field {
    display: none;
    position: absolute;
    background: #333;
    width: 100%;
    z-index: 2;
    top: 60px; }
    @media screen and (min-width: 580px) {
      .hdr-global .search-field {
        top: 80px; } }
    .hdr-global .search-field .inner {
      max-width: 1280px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 60px;
      padding: 0 20px; }
      @media screen and (min-width: 580px) {
        .hdr-global .search-field .inner {
          height: 80px; } }
      @media screen and (min-width: 960px) {
        .hdr-global .search-field .inner {
          padding: 0 53px; } }
    .hdr-global .search-field input.input-search {
      font-family: 'ApexNew Book', sans-serif;
      font-weight: normal;
      font-style: normal;
      width: 100%;
      border: 0;
      background: none;
      color: #fff;
      height: 32px;
      font-size: 1.5rem;
      padding-left: 9px; }
      .hdr-global .search-field input.input-search b,
      .hdr-global .search-field input.input-search strong {
        font-family: 'ApexNew Medium', sans-serif; }
      .hdr-global .search-field input.input-search i,
      .hdr-global .search-field input.input-search em {
        font-family: 'ApexNew Book Italic', sans-serif; }
      .hdr-global .search-field input.input-search::-webkit-input-placeholder {
        color: #656565;
        opacity: 1; }
      .hdr-global .search-field input.input-search::-moz-placeholder {
        color: #656565;
        opacity: 1; }
      .hdr-global .search-field input.input-search:-moz-placeholder {
        color: #656565;
        opacity: 1; }
      .hdr-global .search-field input.input-search:-ms-input-placeholder {
        color: #656565;
        opacity: 1; }
      @media screen and (min-width: 580px) {
        .hdr-global .search-field input.input-search {
          height: 40px;
          font-size: 1.875rem; } }
    .sticky-nav-search .hdr-global .search-field {
      display: block;
      position: fixed;
      top: 80px; }
  .hdr-global.search-open .search-field {
    display: block; }
  .hdr-global .nav-group {
    background: #d8ab4c; }
    @media screen and (max-width: 959px) {
      .hdr-global .nav-group {
        position: absolute;
        width: 50%;
        height: 100%;
        padding-bottom: 75px;
        border-top: 1px solid #d8ab4c;
        overflow-y: auto; }
        .touchevents .hdr-global .nav-group {
          overflow-y: scroll;
          -webkit-overflow-scrolling: touch; } }
  .hdr-global .submenu {
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 0.875rem; }
    .hdr-global .submenu b,
    .hdr-global .submenu strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .hdr-global .submenu i,
    .hdr-global .submenu em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
    .hdr-global .submenu .title {
      border-bottom: 1px solid #ddd;
      padding-bottom: 1.625rem;
      color: #333; }
      @media screen and (min-width: 960px) {
        .hdr-global .submenu .title {
          padding: 0 20px 1rem; } }
    .hdr-global .submenu > ul {
      border-top: 1px solid #ddd; }
    .hdr-global .submenu li {
      border-bottom: 1px solid #ddd;
      text-transform: uppercase;
      line-height: 1.2858; }
      .hdr-global .submenu li a {
        display: block;
        padding: 1.1875rem 0 0.875rem; }
  .hdr-global .pane {
    background: #fff;
    position: absolute;
    left: 50%;
    width: 50%;
    height: 100%;
    border-top: 1px solid #f0f0f0; }
    @media screen and (min-width: 960px) {
      .hdr-global .pane {
        display: none; } }
    .hdr-global .pane.is-active {
      z-index: 2; }
    .hdr-global .pane .back {
      display: flex; }
      .hdr-global .pane .back button {
        width: 70px;
        height: 80px;
        background: #d8ab4c;
        position: relative; }
        @media screen and (min-width: 580px) {
          .hdr-global .pane .back button {
            width: 96px; } }
        .hdr-global .pane .back button:before {
          content: '';
          -webkit-transition: border-color 150ms ease-in-out;
          -moz-transition: border-color 150ms ease-in-out;
          transition: border-color 150ms ease-in-out;
          display: inline-block;
          height: 13px;
          width: 13px;
          border-width: 2px 0 0 2px;
          border-color: #000;
          border-style: solid;
          -webkit-transform: rotate(315deg);
          -moz-transform: rotate(315deg);
          -ms-transform: rotate(315deg);
          -o-transform: rotate(315deg);
          transform: rotate(315deg);
          position: absolute;
          top: 33px;
          left: 50%;
          margin-left: -2px; }
      .hdr-global .pane .back a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-family: 'franchisebold', sans-serif;
        font-weight: normal;
        font-style: normal;
        flex: 1;
        font-size: 1.875rem;
        text-transform: uppercase;
        padding-left: 13px;
        letter-spacing: -0.02em; }
        .hdr-global .pane .back a * {
          font-family: inherit; }
        @media screen and (min-width: 580px) {
          .hdr-global .pane .back a {
            font-size: 2.375rem;
            padding-left: 28px; } }
  .hdr-global .submenu-wrap {
    position: absolute;
    top: 80px;
    height: calc(100% - 80px);
    width: 100%;
    background: #fff;
    padding: 50px 0 25px;
    border-top: 1px solid #f0f0f0;
    overflow-y: auto; }
    .touchevents .hdr-global .submenu-wrap {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; }
    .hdr-global .submenu-wrap .submenu {
      max-width: 1220px;
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 40px); }
      .hdr-global .submenu-wrap .submenu::after {
        clear: both;
        content: "";
        display: block; }
      @media screen and (min-width: 960px) {
        .hdr-global .submenu-wrap .submenu {
          width: calc(100% - 60px); } }
    @media screen and (min-width: 580px) {
      .hdr-global .submenu-wrap .section {
        display: block; }
        .hdr-global .submenu-wrap .section::after {
          clear: both;
          content: "";
          display: block; } }
    .hdr-global .submenu-wrap .title {
      font-size: 1.125rem; }
      @media screen and (min-width: 580px) {
        .hdr-global .submenu-wrap .title {
          float: left;
          display: block;
          margin-right: 0.34357%;
          width: 91.63804%;
          margin-left: 5.57464%; }
          .hdr-global .submenu-wrap .title:last-child {
            margin-right: 0; } }
    .hdr-global .submenu-wrap ul {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-bottom: 3rem; }
      @media screen and (min-width: 580px) {
        .hdr-global .submenu-wrap ul {
          float: left;
          display: block;
          margin-right: 0.34357%;
          width: 88.85071%;
          margin-left: 5.57464%; }
          .hdr-global .submenu-wrap ul:last-child {
            margin-right: 0; } }

.hdr-global-top {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #f0f0f0; }
  @media screen and (min-width: 960px) {
    .hdr-global-top {
      border: 0; } }
  .hdr-global-top .logo {
    padding: 17px 0 0 14px;
    flex: 1; }
    @media screen and (min-width: 580px) {
      .hdr-global-top .logo {
        padding: 20px 0 0 20px; } }
    @media screen and (min-width: 960px) {
      .hdr-global-top .logo {
        padding-left: 64px; } }
    .hdr-global-top .logo a {
      display: block;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      background: url("../images/logo.vanderbilt-owen.sm.svg") 0 0/contain no-repeat;
      width: 149px;
      height: 26px; }
      @media screen and (min-width: 580px) {
        .hdr-global-top .logo a {
          background-image: url("../images/logo.vanderbilt-owen.svg");
          width: 322px;
          height: 40px; } }
  .hdr-global-top .btn-menu,
  .hdr-global-top .btn-search {
    height: 60px;
    width: 71px;
    border-left: 1px solid #f0f0f0; }
    @media screen and (min-width: 580px) {
      .hdr-global-top .btn-menu,
      .hdr-global-top .btn-search {
        height: 80px;
        width: 97px; } }
  @media screen and (max-width: 579px) {
    .hdr-global-top .btn-menu {
      background: url("../images/icon.menu.sm.svg") 50% 50%/30px 22px no-repeat; } }
  @media screen and (min-width: 960px) {
    .hdr-global-top .btn-menu {
      display: none; } }
  .hdr-global-top .btn-menu svg {
    display: none; }
    @media screen and (min-width: 580px) {
      .hdr-global-top .btn-menu svg {
        display: inline;
        width: 40px; } }
  .menu-open .hdr-global-top .btn-menu {
    background: #d8ab4c url("../images/icon.close.black.svg") 50% 50%/18px 18px no-repeat; }
    .menu-open .hdr-global-top .btn-menu svg {
      display: none; }
  @media screen and (min-width: 960px) {
    .hdr-global-top .btn-search {
      width: 80px;
      border: 0; }
      .no-touchevents .hdr-global-top .btn-search svg {
        transition: fill 150ms; }
      .no-touchevents .hdr-global-top .btn-search:hover svg {
        fill: #d8ab4c; } }
  .hdr-global-top .btn-search svg {
    width: 18px; }
  .search-open .hdr-global-top .btn-search {
    background: #333 url("../images/icon.close.white.svg") 50% 50%/18px 18px no-repeat; }
    .search-open .hdr-global-top .btn-search svg {
      display: none; }

@media screen and (max-width: 959px) {
  .hdr-global-bottom {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 200%;
    transition: left 0.3s;
    height: calc(100vh - 60px); }
    .hdr-global-bottom:after {
      content: '';
      width: 100%;
      height: 100px;
      background: #d8ab4c;
      position: absolute;
      bottom: -100px; } }
@media screen and (min-width: 580px) and (max-width: 959px) {
  .hdr-global-bottom {
    top: 80px;
    height: calc(100vh - 80px); } }
.hdr-global-bottom.slide {
  left: -100%; }
  .hdr-global-bottom.slide:after {
    background: #fff; }
.menu-open .hdr-global-bottom {
  display: block; }

.nav-main {
  max-width: 1280px;
  margin: 0 auto; }
  @media screen and (min-width: 960px) {
    .nav-main > ul {
      display: flex; } }
  @media screen and (max-width: 959px) {
    .nav-main > ul > li {
      display: flex;
      border-bottom: 1px solid #d8ab4c; } }
  @media screen and (min-width: 960px) {
    .nav-main > ul > li {
      flex: 1;
      position: relative; } }
  .nav-main > ul > li.is-open {
    background: #fff; }
    .nav-main > ul > li.is-open .submenu {
      z-index: 10; }
  .nav-main > ul > li > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    font-size: 1.875rem;
    text-transform: uppercase;
    font-family: 'franchisebold', sans-serif;
    font-weight: normal;
    font-style: normal; }
    .nav-main > ul > li > a * {
      font-family: inherit; }
    @media screen and (max-width: 959px) {
      .nav-main > ul > li > a {
        flex: 1;
        letter-spacing: -0.02em; } }
    @media screen and (min-width: 580px) {
      .nav-main > ul > li > a {
        padding-left: 30px;
        font-size: 2.375rem; } }
    @media screen and (min-width: 960px) {
      .nav-main > ul > li > a {
        text-align: center;
        height: 80px;
        padding: 0;
        font-size: 1.5rem; } }
  .nav-main button {
    width: 71px;
    height: 80px;
    border-left: 1px solid #d8ab4c;
    position: relative; }
    .nav-main button:before {
      content: '';
      -webkit-transition: border-color 150ms ease-in-out;
      -moz-transition: border-color 150ms ease-in-out;
      transition: border-color 150ms ease-in-out;
      display: inline-block;
      height: 13px;
      width: 13px;
      border-width: 2px 0 0 2px;
      border-color: #000;
      border-style: solid;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      position: absolute;
      top: 33px;
      left: 50%;
      margin-left: -10px; }
    @media screen and (min-width: 580px) {
      .nav-main button {
        height: 80px;
        width: 97px; } }
    @media screen and (min-width: 960px) {
      .nav-main button {
        display: none; } }
  .nav-main .submenu {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 20px 20px 30px; }
    .nav-main .submenu.section-3 {
      width: 300%;
      left: -100%;
      padding: 40px 0 30px; }
      .nav-main .submenu.section-3::after {
        clear: both;
        content: "";
        display: block; }
      .nav-main .submenu.section-3 ul {
        margin: 0 20px; }
      .nav-main .submenu.section-3 .section {
        width: 33.33333%;
        float: left; }
        .nav-main .submenu.section-3 .section:first-of-type .title {
          margin-left: 20px;
          padding-left: 0; }
        .nav-main .submenu.section-3 .section:last-of-type .title {
          margin-right: 20px;
          padding-right: 0; }
    .no-touchevents .nav-main .submenu a {
      transition: color 150ms; }
      .no-touchevents .nav-main .submenu a:hover {
        color: #d8ab4c; }
  .nav-main > ul > li:first-child .submenu.section-3 {
    left: 0; }
  .nav-main > ul > li:last-child .submenu.section-3 {
    left: auto;
    right: 0; }

.nav-utility {
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal; }
  .nav-utility b,
  .nav-utility strong {
    font-family: 'ApexNew Bold', sans-serif; }
  .nav-utility i,
  .nav-utility em {
    font-family: 'ApexNew Medium Italic', sans-serif; }
  @media screen and (min-width: 960px) {
    .nav-utility.small-screen {
      display: none; } }
  @media screen and (min-width: 580px) {
    .nav-utility.small-screen ul {
      display: flex; } }
  .nav-utility.small-screen li {
    text-align: center;
    border-bottom: 1px solid #d8ab4c;
    font-size: 1.125rem; }
    @media screen and (min-width: 580px) {
      .nav-utility.small-screen li {
        flex: 1 1 auto; }
        .nav-utility.small-screen li + li {
          border-left: 1px solid #d8ab4c; } }
    .nav-utility.small-screen li a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 60px; }
      @media screen and (min-width: 580px) {
        .nav-utility.small-screen li a {
          height: 100px; } }
  .nav-utility.large-screen {
    font-size: 0.875rem; }
    @media screen and (max-width: 959px) {
      .nav-utility.large-screen {
        display: none; } }
    .nav-utility.large-screen ul {
      border-left: 1px solid #f0f0f0; }
      .nav-utility.large-screen ul::after {
        clear: both;
        content: "";
        display: block; }
    .nav-utility.large-screen li {
      float: left;
      border-right: 1px solid #f0f0f0; }
    .nav-utility.large-screen a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 80px;
      padding: 0 25px; }
      .no-touchevents .nav-utility.large-screen a {
        transition: color 150ms; }
        .no-touchevents .nav-utility.large-screen a:hover {
          color: #d8ab4c; }

.sticky-nav {
  display: none; }
  @media screen and (min-width: 960px) {
    .sticky-nav {
      display: block;
      width: 100%;
      position: fixed;
      top: -85px;
      left: 0;
      background: #fff;
      z-index: 99;
      border-bottom: 1px solid #f0f0f0;
      font-family: 'ApexNew Medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      transition: top 0.3s; }
      .sticky-nav b,
      .sticky-nav strong {
        font-family: 'ApexNew Bold', sans-serif; }
      .sticky-nav i,
      .sticky-nav em {
        font-family: 'ApexNew Medium Italic', sans-serif; } }
  .sticky-nav-stick .sticky-nav {
    top: 0; }
  .sticky-nav > .inner {
    display: none;
    max-width: 1280px;
    margin: 0 auto; }
    .sticky-nav-stick .sticky-nav > .inner {
      display: flex; }
  .sticky-nav .logo {
    width: 132px;
    height: 80px;
    padding: 20px 0 0 64px; }
    .sticky-nav .logo a {
      display: block;
      height: 40px;
      width: 40px;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      background: url("../images/logo.logo-only.svg") 0 0/contain no-repeat; }
  .sticky-nav button {
    height: 80px; }
  .sticky-nav .btn-menu {
    width: 98px;
    border-right: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0; }
    .no-touchevents .sticky-nav .btn-menu svg {
      transition: fill 150ms; }
    .no-touchevents .sticky-nav .btn-menu:hover svg {
      fill: #d8ab4c; }
    .sticky-nav .btn-menu svg {
      width: 40px; }
  .sticky-nav .btn-search {
    width: 81px;
    border-left: 1px solid #f0f0f0; }
    .no-touchevents .sticky-nav .btn-search svg {
      transition: fill 150ms; }
    .no-touchevents .sticky-nav .btn-search:hover svg {
      fill: #d8ab4c; }
    .sticky-nav .btn-search svg {
      width: 18px; }
    .sticky-nav-search .sticky-nav .btn-search {
      background: #333 url("../images/icon.close.white.svg") 50% 50%/18px 18px no-repeat; }
      .sticky-nav-search .sticky-nav .btn-search svg {
        display: none; }
  .sticky-nav .title {
    flex: 1;
    font-size: 1rem;
    line-height: 1.25;
    height: 80px;
    padding: 0 38px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .sticky-nav .link {
    border-left: 1px solid #f0f0f0; }
    .sticky-nav .link a {
      font-family: 'ApexNew Medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 0.875rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 80px;
      padding: 0 25px;
      color: #000;
      text-decoration: none; }
      .sticky-nav .link a b,
      .sticky-nav .link a strong {
        font-family: 'ApexNew Bold', sans-serif; }
      .sticky-nav .link a i,
      .sticky-nav .link a em {
        font-family: 'ApexNew Medium Italic', sans-serif; }
      .no-touchevents .sticky-nav .link a {
        transition: color 150ms; }
        .no-touchevents .sticky-nav .link a:hover {
          color: #d8ab4c; }
  .sticky-nav .nav-section {
    width: 375px;
    position: relative; }
    .sticky-nav .nav-section .current-page {
      font-size: 0.875rem;
      line-height: 1.2858;
      text-transform: uppercase;
      height: 80px;
      padding: 0 55px 0 34px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      border-left: 1px solid #f0f0f0;
      transition: background-color 150ms, color 150ms, border-color 150ms;
      position: relative; }
      .sticky-nav .nav-section .current-page:after {
        content: '';
        -webkit-transition: border-color 150ms ease-in-out;
        -moz-transition: border-color 150ms ease-in-out;
        transition: border-color 150ms ease-in-out;
        display: inline-block;
        height: 13px;
        width: 13px;
        border-width: 2px 0 0 2px;
        border-color: #000;
        border-style: solid;
        -webkit-transform: rotate(225deg) translateZ(0);
        -moz-transform: rotate(225deg) translateZ(0);
        -ms-transform: rotate(225deg) translateZ(0);
        -o-transform: rotate(225deg) translateZ(0);
        transform: rotate(225deg) translateZ(0);
        position: absolute;
        right: 18px;
        top: 30px;
        transition: all 150ms; }
    .sticky-nav .nav-section > ul {
      display: none;
      position: absolute;
      width: 100%;
      background-color: #000;
      padding: 0 39px 30px 34px; }
    .sticky-nav .nav-section li {
      border-color: #585858; }
      .sticky-nav .nav-section li:first-child {
        border-top: 1px solid; }
      .sticky-nav .nav-section li a {
        color: #fff; }
    .sticky-nav .nav-section.is-active .current-page,
    .sticky-nav .nav-section .current-page:hover {
      background-color: #000;
      color: #fff;
      border-color: #000; }
      .sticky-nav .nav-section.is-active .current-page:after,
      .sticky-nav .nav-section .current-page:hover:after {
        border-color: #fff; }
    .sticky-nav .nav-section.is-active .current-page:after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 38px; }

.ftr-global {
  background: #000;
  clear: both; }
  .ftr-global .footer-container {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    padding-top: 4.375rem;
    padding-bottom: 3.125rem; }
    .ftr-global .footer-container::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 960px) {
      .ftr-global .footer-container {
        width: calc(100% - 60px); } }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .ftr-global .footer-inner {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 94.42536%;
      margin-left: 2.78732%; }
      .ftr-global .footer-inner:last-child {
        margin-right: 0; } }
  .ftr-global .nav-blocks {
    padding-bottom: 0.3125rem; }
    .ftr-global .nav-blocks::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 580px) {
      .ftr-global .nav-blocks {
        padding-bottom: 1.875rem; } }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .ftr-global nav {
      float: left;
      display: block;
      margin-right: 0.36385%;
      width: 46.8662%;
      clear: none; }
      .ftr-global nav:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .ftr-global nav {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 21.955%;
      margin-left: 2.78732%; }
      .ftr-global nav:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .ftr-global nav:first-child {
      margin-left: 0%; } }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .ftr-global nav:nth-child(even) {
      margin-left: 5.57464%;
      margin-right: 0;
      float: right; } }
  .ftr-global nav h3 {
    color: #d8ab4c;
    font-size: 1.25rem;
    border-color: #585858;
    padding-bottom: 1.125rem; }
  .ftr-global nav ul > li {
    border-color: #585858; }
    .ftr-global nav ul > li > a {
      color: #fff;
      font-size: 0.75rem;
      line-height: 1.3334; }
  .ftr-global .top-shelf {
    border-bottom: solid 1px #585858;
    padding-bottom: 2.125rem;
    margin-bottom: 1.875rem; }
    .ftr-global .top-shelf::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 580px) {
      .ftr-global .top-shelf {
        padding-bottom: 4.375rem;
        margin-bottom: 3.75rem; } }
    @media screen and (min-width: 960px) {
      .ftr-global .top-shelf {
        padding-bottom: 1.875rem;
        margin-bottom: 2.25rem; } }
  .ftr-global .bottom-shelf::after {
    clear: both;
    content: "";
    display: block; }
  .ftr-global .logo-container {
    text-align: center;
    margin-bottom: 1.625rem; }
    @media screen and (min-width: 580px) {
      .ftr-global .logo-container {
        margin-bottom: 2.875rem; } }
    @media screen and (min-width: 960px) {
      .ftr-global .logo-container {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 74.91411%;
        text-align: left;
        padding-top: 1rem; }
        .ftr-global .logo-container:last-child {
          margin-right: 0; } }
    .ftr-global .logo-container a {
      display: inline-block;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      height: 36px;
      width: 280px;
      background: url("../images/logo.vanderbilt-owen.white.svg") 0 0/contain no-repeat; }
      @media screen and (min-width: 580px) {
        .ftr-global .logo-container a {
          height: 60px;
          width: 464px; } }
  .ftr-global .address-container {
    color: #ddd;
    font-size: 1rem;
    line-height: 1.375;
    text-align: center; }
    @media screen and (min-width: 580px) {
      .ftr-global .address-container {
        line-height: 1.5; } }
    @media screen and (min-width: 960px) {
      .ftr-global .address-container {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 24.74232%;
        margin-right: 0;
        text-align: left; }
        .ftr-global .address-container:last-child {
          margin-right: 0; } }
    .ftr-global .address-container address > div {
      color: #fff; }
      @media screen and (min-width: 580px) {
        .ftr-global .address-container address > div {
          font-size: 1.125rem;
          line-height: 1.3334;
          margin-bottom: 0.125rem; } }
    .ftr-global .address-container address a {
      color: inherit;
      text-decoration: none; }
  .ftr-global .cta-container {
    text-align: center;
    margin-bottom: 2.25rem; }
    @media screen and (min-width: 580px) {
      .ftr-global .cta-container {
        margin-bottom: 2.875rem; } }
    @media screen and (min-width: 960px) {
      .ftr-global .cta-container {
        float: right;
        padding-top: 0.1875rem; } }
    .ftr-global .cta-container .button {
      font-family: 'franchisebold', sans-serif;
      font-weight: normal;
      font-style: normal;
      height: 60px;
      width: 100%;
      color: #d8ab4c;
      border: solid 2px #d8ab4c;
      font-size: 1.875rem;
      line-height: 2;
      width: 100%; }
      .ftr-global .cta-container .button * {
        font-family: inherit; }
      @media screen and (min-width: 580px) {
        .ftr-global .cta-container .button {
          height: 80px;
          width: 268px;
          font-size: 2.25rem;
          line-height: 2.2223; } }
      .no-touchevents .ftr-global .cta-container .button:hover {
        border-color: #fff;
        color: #fff; }
  .ftr-global .copyright-container {
    color: #ddd;
    font-size: 0.875rem;
    line-height: 1.2858;
    text-align: center; }
    @media screen and (min-width: 580px) and (max-width: 959px) {
      .ftr-global .copyright-container {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 83.27607%;
        margin-left: 8.36196%; }
        .ftr-global .copyright-container:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .ftr-global .copyright-container {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 55.40286%;
        text-align: left; }
        .ftr-global .copyright-container:last-child {
          margin-right: 0; } }
    .ftr-global .copyright-container p {
      margin-bottom: 0.75rem; }
    .ftr-global .copyright-container a {
      text-decoration: none; }

.page-header {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  position: relative; }
  .page-header::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .page-header {
      width: calc(100% - 60px); } }
  @media screen and (min-width: 960px) {
    .page-header {
      border-top: 60px solid transparent;
      margin-bottom: 60px; } }
  .page-header .image {
    position: absolute;
    left: -20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    height: 286px;
    width: calc(100% + 40px); }
    @media screen and (min-width: 580px) {
      .page-header .image {
        height: 393px;
        width: calc(77.7% + 20px);
        position: absolute;
        top: 0;
        left: -20px; } }
    @media screen and (min-width: 960px) {
      .page-header .image {
        height: 100%;
        width: calc(63.76% + 30px);
        left: -30px; } }
  .page-header .kicker {
    margin-bottom: 1.1875rem;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 580px) {
      .page-header .kicker {
        position: absolute;
        top: 28px;
        left: 0;
        margin-bottom: 0; } }
    @media screen and (min-width: 960px) {
      .page-header .kicker {
        top: 60px;
        margin-left: 2.78732%; } }
    @media screen and (max-width: 579px) {
      .page-header .kicker br {
        display: none; } }
  .page-header h2 {
    color: #d8ab4c;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 1280px) {
      .page-header h2 {
        font-size: 7.5rem; } }
    @media screen and (max-width: 1279px) {
      .page-header h2 br {
        display: none; } }
  .page-header h1 {
    font-size: 3rem;
    line-height: 0.75;
    text-transform: uppercase;
    font-family: 'franchisebold', sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -0.02em;
    color: #d8ab4c;
    position: relative;
    z-index: 2; }
    .page-header h1 * {
      font-family: inherit; }
    @media screen and (min-width: 580px) {
      .page-header h1 {
        font-size: 4.5rem; } }
    @media screen and (min-width: 960px) {
      .page-header h1 {
        font-size: 6.25rem; } }
    @media screen and (min-width: 1280px) {
      .page-header h1 {
        font-size: 7.5rem; } }
    @media screen and (max-width: 1279px) {
      .page-header h1 br {
        display: none; } }
  .page-header .tagline {
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.3334;
    margin-bottom: 0.4em; }
    .page-header .tagline b,
    .page-header .tagline strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .page-header .tagline i,
    .page-header .tagline em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
    @media screen and (min-width: 580px) {
      .page-header .tagline {
        font-size: 1.5rem;
        line-height: 1.5; } }
  .page-header .text {
    padding-bottom: 40px; }
    @media screen and (min-width: 580px) {
      .page-header .text {
        padding-bottom: 55px;
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 66.55214%;
        margin-left: 30.66053%; }
        .page-header .text:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .page-header .text {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 41.46625%;
        margin-left: 58.53375%;
        min-height: 720px;
        padding: 25px 0 0;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .page-header .text:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1280px) {
      .page-header .text {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 35.89161%;
        display: flex; }
        .page-header .text:last-child {
          margin-right: 0; } }
    .page-header .text > header {
      margin-bottom: 22px; }
      @media screen and (max-width: 959px) {
        .page-header .text > header {
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          height: 307px; } }
      @media screen and (min-width: 580px) and (max-width: 959px) {
        .page-header .text > header {
          height: 422px; } }
      @media screen and (min-width: 960px) {
        .page-header .text > header {
          margin-bottom: 44px; } }
    .page-header .text .body h1 {
      font-size: 2em;
      line-height: 1.1;
      font-weight: normal;
      margin: 0;
      text-transform: none;
      font-family: 'AdobeGaramondW01-Regula';
      letter-spacing: 0em;
      color: #000;
      position: relative;
      z-index: 2; }
      .page-header .text .body h1 b,
      .page-header .text .body h1 strong {
        font-family: 'Adobe Garamond W01 Bd';
        font-weight: normal; }
      .page-header .text .body h1 i,
      .page-header .text .body h1 em {
        font-family: 'Adobe Garamond W01 It';
        font-style: normal; }
      .page-header .text .body h1 b i,
      .page-header .text .body h1 b em,
      .page-header .text .body h1 i b,
      .page-header .text .body h1 em b,
      .page-header .text .body h1 i strong,
      .page-header .text .body h1 em strong,
      .page-header .text .body h1 strong i,
      .page-header .text .body h1 strong em {
        font-family: 'AdobeGaramondW01-BdIt'; }
      @media screen and (min-width: 580px) {
        .page-header .text .body h1 {
          font-size: 2em; } }
      @media screen and (min-width: 960px) {
        .page-header .text .body h1 {
          font-size: 2em; } }
      @media screen and (min-width: 580px) {
        .page-header .text .body h1 {
          font-size: 2em; } }
      @media screen and (max-width: 1279px) {
        .page-header .text .body h1 br {
          display: none; } }
    @media screen and (min-width: 960px) {
      .page-header .text .body {
        float: left;
        display: block;
        margin-right: 0.82855%;
        width: 79.83429%;
        margin-left: 20.16571%; }
        .page-header .text .body:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1280px) {
      .page-header .text .body {
        float: left;
        display: block;
        margin-right: 0.95723%;
        width: 76.70218%;
        margin-left: 23.29782%; }
        .page-header .text .body:last-child {
          margin-right: 0; } }
    .page-header .text .body p:last-of-type {
      margin-bottom: 0; }
  .page-header .cta {
    margin-top: 20px; }
    @media screen and (min-width: 960px) {
      .page-header .cta {
        margin-top: 30px; } }

.homepage-header {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  position: relative; }
  .homepage-header::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .homepage-header {
      width: calc(100% - 60px); } }
  @media screen and (min-width: 580px) {
    .homepage-header {
      border-top: 30px solid transparent; } }
  @media screen and (min-width: 960px) {
    .homepage-header {
      border-top-width: 60px;
      margin-bottom: 100px; } }
  @media screen and (min-width: 1280px) {
    .homepage-header {
      margin-bottom: 138px; } }
  .homepage-header .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    padding-top: 101.79%; }
    @media screen and (max-width: 579px) {
      .homepage-header .image {
        margin-right: -20px;
        margin-left: -20px; } }
    @media screen and (min-width: 580px) {
      .homepage-header .image {
        padding: 0;
        height: 365px;
        width: calc(72.13% + 20px);
        position: absolute;
        top: 0;
        right: -20px; } }
    @media screen and (min-width: 960px) {
      .homepage-header .image {
        height: 100%;
        width: calc(66.55% + 30px);
        right: -30px; } }
    @media screen and (min-width: 1280px) {
      .homepage-header .image {
        width: 808px; } }
  .homepage-header h2 {
    color: #d8ab4c; }
    @media screen and (min-width: 580px) and (max-width: 959px) {
      .homepage-header h2 {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 60.9775%;
        margin-bottom: 24px; }
        .homepage-header h2:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1280px) {
      .homepage-header h2 {
        font-size: 7.5rem; } }
    @media screen and (max-width: 1279px) {
      .homepage-header h2 br {
        display: none; } }
  .homepage-header h1 {
    font-size: 3rem;
    line-height: 0.75;
    text-transform: uppercase;
    font-family: 'franchisebold', sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -0.02em;
    color: #d8ab4c; }
    .homepage-header h1 * {
      font-family: inherit; }
    @media screen and (min-width: 580px) {
      .homepage-header h1 {
        font-size: 4.5rem; } }
    @media screen and (min-width: 960px) {
      .homepage-header h1 {
        font-size: 6.25rem; } }
    @media screen and (min-width: 580px) and (max-width: 959px) {
      .homepage-header h1 {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 60.9775%;
        margin-bottom: 24px; }
        .homepage-header h1:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1280px) {
      .homepage-header h1 {
        font-size: 7.5rem; } }
    @media screen and (max-width: 1279px) {
      .homepage-header h1 br {
        display: none; } }
  .homepage-header .text {
    padding-bottom: 40px;
    display: block; }
    .homepage-header .text::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 580px) {
      .homepage-header .text {
        padding-bottom: 55px; } }
    @media screen and (min-width: 960px) {
      .homepage-header .text {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 49.82822%;
        margin-left: 2.78732%;
        min-height: 720px;
        padding: 20px 0 35px;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .homepage-header .text:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1280px) {
      .homepage-header .text {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 94.42536%;
        display: flex;
        padding-bottom: 58px; }
        .homepage-header .text:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 959px) {
      .homepage-header .text > header {
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    @media screen and (max-width: 579px) {
      .homepage-header .text > header {
        min-height: 9.375rem;
        margin-top: -4.5625rem; } }
    @media screen and (min-width: 580px) {
      .homepage-header .text > header {
        height: 365px;
        position: relative;
        z-index: 2; } }
    @media screen and (min-width: 960px) {
      .homepage-header .text > header {
        height: auto;
        margin-bottom: 72px; } }
    @media screen and (min-width: 1280px) {
      .homepage-header .text > header {
        margin-bottom: 64px; } }
    @media screen and (min-width: 580px) and (max-width: 959px) {
      .homepage-header .text .body {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 72.12679%;
        margin-left: 27.87321%;
        padding-top: 34px; }
        .homepage-header .text .body:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .homepage-header .text .body {
        float: left;
        display: block;
        margin-right: 0.6895%;
        width: 49.65525%; }
        .homepage-header .text .body:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1280px) {
      .homepage-header .text .body {
        float: left;
        display: block;
        margin-right: 0.36385%;
        width: 26.20305%; }
        .homepage-header .text .body:last-child {
          margin-right: 0; } }
  .homepage-header .cta {
    margin-top: 22px; }
    @media screen and (min-width: 580px) {
      .homepage-header .cta {
        margin-top: 30px; } }
    @media screen and (min-width: 960px) {
      .homepage-header .cta {
        margin-top: 40px; } }

.overview-module-container {
  margin-bottom: 40px; }
  @media screen and (min-width: 580px) {
    .overview-module-container {
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media screen and (min-width: 960px) {
    .overview-module-container {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      margin-top: 50px;
      margin-bottom: 50px; } }
  @media screen and (min-width: 1280px) {
    .overview-module-container {
      margin-top: 50px;
      margin-bottom: 50px; } }

.overview-module-inner {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px); }
  .overview-module-inner::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .overview-module-inner {
      width: calc(100% - 60px); } }
  @media screen and (min-width: 960px) {
    .overview-module-inner {
      display: flex; } }

.overview-module {
  background: linear-gradient(#d8ab4c, #d8ab4c 92px, transparent 92px, transparent); }
  @media screen and (min-width: 580px) {
    .overview-module {
      background: linear-gradient(#d8ab4c, #d8ab4c 125px, transparent 125px, transparent); } }
  @media screen and (min-width: 960px) {
    .overview-module {
      background: linear-gradient(to right, #d8ab4c, #d8ab4c 50%, transparent 50%, transparent);
      margin: -1px 0; } }
  .overview-module header {
    margin-bottom: 1.25rem; }
    @media screen and (min-width: 580px) and (max-width: 959px) {
      .overview-module header {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 83.27607%;
        margin-left: 8.36196%;
        float: none; }
        .overview-module header:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .overview-module header {
        margin: 0;
        float: left;
        display: block;
        width: 25.08589%;
        float: none;
        background: #fff;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        display: flex; }
        .overview-module header:last-child {
          width: 24.74232%; } }
    .overview-module header .inner {
      padding-top: 42px; }
      @media screen and (min-width: 580px) {
        .overview-module header .inner {
          padding-top: 63px; } }
      @media screen and (min-width: 960px) {
        .overview-module header .inner {
          margin: -1px 0;
          flex: 1;
          background: linear-gradient(to right, #d8ab4c, #d8ab4c 43.67%, transparent 43.67%, transparent); } }
  @media screen and (min-width: 580px) {
    .overview-module h2 {
      font-size: 3.75rem; } }
  @media screen and (min-width: 960px) {
    .overview-module h2 {
      float: left;
      display: block;
      margin-right: 1.38858%;
      width: 77.4692%;
      margin-left: 11.2654%; }
      .overview-module h2:last-child {
        margin-right: 0; } }
  .overview-module h1 {
    font-size: 3rem;
    line-height: 0.75;
    text-transform: uppercase;
    font-family: 'franchisebold', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000;
    letter-spacing: -0.02em; }
    .overview-module h1 * {
      font-family: inherit; }
    @media screen and (min-width: 580px) {
      .overview-module h1 {
        font-size: 4.5rem; } }
    @media screen and (min-width: 960px) {
      .overview-module h1 {
        font-size: 6.25rem; } }
    @media screen and (min-width: 580px) {
      .overview-module h1 {
        font-size: 3.75rem; } }
    @media screen and (min-width: 960px) {
      .overview-module h1 {
        float: left;
        display: block;
        margin-right: 1.38858%;
        width: 77.4692%;
        margin-left: 11.2654%; }
        .overview-module h1:last-child {
          margin-right: 0; } }
  .overview-module .body {
    color: #000; }
    .overview-module .body h1 {
      font-size: 2em;
      line-height: 1.1;
      font-weight: normal;
      margin: 0;
      text-transform: none;
      font-family: 'AdobeGaramondW01-Regula';
      letter-spacing: 0em; }
      .overview-module .body h1 b,
      .overview-module .body h1 strong {
        font-family: 'Adobe Garamond W01 Bd';
        font-weight: normal; }
      .overview-module .body h1 i,
      .overview-module .body h1 em {
        font-family: 'Adobe Garamond W01 It';
        font-style: normal; }
      .overview-module .body h1 b i,
      .overview-module .body h1 b em,
      .overview-module .body h1 i b,
      .overview-module .body h1 em b,
      .overview-module .body h1 i strong,
      .overview-module .body h1 em strong,
      .overview-module .body h1 strong i,
      .overview-module .body h1 strong em {
        font-family: 'AdobeGaramondW01-BdIt'; }
      @media screen and (min-width: 580px) {
        .overview-module .body h1 {
          font-size: 2em; } }
      @media screen and (min-width: 960px) {
        .overview-module .body h1 {
          font-size: 2em; } }
      @media screen and (min-width: 580px) {
        .overview-module .body h1 {
          font-size: 2em; } }
      @media screen and (min-width: 960px) {
        .overview-module .body h1 {
          float: left;
          display: block;
          margin-right: 1.38858%;
          width: 100%;
          margin-left: 0%; }
          .overview-module .body h1:last-child {
            margin-right: 0; } }
    @media screen and (min-width: 580px) and (max-width: 959px) {
      .overview-module .body {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 83.27607%;
        margin-left: 8.36196%;
        float: none; }
        .overview-module .body:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .overview-module .body {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 69.33947%;
        float: none;
        background: #fff;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        padding: 53px 0 50px; }
        .overview-module .body:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1280px) {
      .overview-module .body {
        padding-bottom: 94px; } }
    .overview-module .body p:last-child {
      margin-bottom: 0; }
    .overview-module .body ul {
      list-style: none;
      padding: 0;
      margin: 0;
      margin-top: 1rem; }
    .overview-module .body li {
      padding-left: 1.5em;
      text-indent: -.7em;
      padding-bottom: 1em; }
      .overview-module .body li:before {
        content: "• ";
        color: #d8ab4c; }
    .overview-module .body .h3-extension {
      font-size: 1.5em;
      font-family: 'ApexNew Medium', sans-serif;
      font-weight: normal;
      font-style: normal; }
      .overview-module .body .h3-extension b,
      .overview-module .body .h3-extension strong {
        font-family: 'ApexNew Bold', sans-serif; }
      .overview-module .body .h3-extension i,
      .overview-module .body .h3-extension em {
        font-family: 'ApexNew Medium Italic', sans-serif; }
    .overview-module .body h4 {
      font-size: 1.3em;
      font-family: 'AdobeGaramondW01-Regula'; }
      .overview-module .body h4 b,
      .overview-module .body h4 strong {
        font-family: 'Adobe Garamond W01 Bd';
        font-weight: normal; }
      .overview-module .body h4 i,
      .overview-module .body h4 em {
        font-family: 'Adobe Garamond W01 It';
        font-style: normal; }
      .overview-module .body h4 b i,
      .overview-module .body h4 b em,
      .overview-module .body h4 i b,
      .overview-module .body h4 em b,
      .overview-module .body h4 i strong,
      .overview-module .body h4 em strong,
      .overview-module .body h4 strong i,
      .overview-module .body h4 strong em {
        font-family: 'AdobeGaramondW01-BdIt'; }
    .overview-module .body h5 {
      font-size: 1.2em;
      font-family: 'ApexNew Medium', sans-serif;
      font-weight: normal;
      font-style: normal; }
      .overview-module .body h5 b,
      .overview-module .body h5 strong {
        font-family: 'ApexNew Bold', sans-serif; }
      .overview-module .body h5 i,
      .overview-module .body h5 em {
        font-family: 'ApexNew Medium Italic', sans-serif; }

.bb-overview-no-background {
  background: none !important; }

.bb-inner-no-background {
  background: none !important; }
  .bb-inner-no-background h2 {
    font-size: 4.375rem;
    line-height: 3.75rem;
    margin-left: 0%; }
    @media screen and (min-width: 960px) {
      .bb-inner-no-background h2 {
        font-size: 6.25rem !important;
        line-height: 5.625rem; } }
  .bb-inner-no-background h1 {
    font-size: 4.375rem;
    line-height: 3.75rem;
    margin-left: 0%; }
    @media screen and (min-width: 960px) {
      .bb-inner-no-background h1 {
        font-size: 6.25rem !important;
        line-height: 5.625rem; } }

.news-events-container {
  background: linear-gradient(transparent, transparent 67px, #d8ab4c 67px, #d8ab4c 200px, transparent 200px, transparent); }
  @media screen and (min-width: 580px) {
    .news-events-container {
      background: linear-gradient(to right, transparent, transparent 50%, #d8ab4c 50%, #d8ab4c);
      position: relative; } }
  @media screen and (min-width: 580px) {
    .news-events-container:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 118px;
      background: #fff; } }
  @media screen and (min-width: 960px) {
    .news-events-container:before {
      height: 170px; } }
  @media screen and (min-width: 1280px) {
    .news-events-container:before {
      height: 196px; } }
  .news-events-container .cta-wrap {
    padding-bottom: 30px; }
    @media screen and (min-width: 580px) {
      .news-events-container .cta-wrap {
        background-color: #fff;
        padding: 40px 0;
        margin-top: -40px; } }
    @media screen and (min-width: 960px) {
      .news-events-container .cta-wrap {
        padding-bottom: 80px;
        margin-top: -20px; } }
    @media screen and (min-width: 580px) and (max-width: 959px) {
      .news-events-container .cta-wrap .cta {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 58.19018%;
        margin-left: 41.80982%;
        width: auto; }
        .news-events-container .cta-wrap .cta:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .news-events-container .cta-wrap .cta {
        float: right; } }
    @media screen and (min-width: 1280px) {
      .news-events-container .cta-wrap .cta {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 30.31697%;
        margin-left: 69.68303%;
        width: auto; }
        .news-events-container .cta-wrap .cta:last-child {
          margin-right: 0; } }

.news-events {
  padding: 52px 0 10px; }
  @media screen and (min-width: 580px) {
    .news-events {
      padding: 95px 0 40px;
      background: linear-gradient(to right, transparent, transparent 30.66%, #d8ab4c 30.66%, #d8ab4c); } }
  @media screen and (min-width: 960px) {
    .news-events {
      padding: 84px 0 45px;
      background: linear-gradient(to right, #fff, #fff 58.53%, transparent 58.53%, transparent); } }
  @media screen and (min-width: 1280px) {
    .news-events {
      padding-top: 110px; } }
  .news-events header {
    padding-bottom: 26px; }
    @media screen and (min-width: 580px) {
      .news-events header {
        display: block;
        padding-bottom: 34px;
        position: relative;
        z-index: 2; }
        .news-events header::after {
          clear: both;
          content: "";
          display: block; } }
    @media screen and (min-width: 960px) {
      .news-events header {
        padding-bottom: 42px; } }
    @media screen and (min-width: 1280px) {
      .news-events header {
        padding: 0; } }
    @media screen and (min-width: 580px) {
      .news-events header h2 {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 58.19018%;
        margin-left: 41.80982%; }
        .news-events header h2:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .news-events header h2 {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 27.52965%;
        margin-left: 69.68303%; }
        .news-events header h2:last-child {
          margin-right: 0; } }
  .news-events .title {
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.2223; }
    .news-events .title b,
    .news-events .title strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .news-events .title i,
    .news-events .title em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
    .news-events .title a {
      display: block;
      color: inherit; }
      .news-events .title a:not(:hover) {
        text-decoration: none; }
  .news-events .item-featured {
    margin-bottom: 30px; }
    @media screen and (min-width: 580px) {
      .news-events .item-featured {
        display: block;
        margin-bottom: 47px; }
        .news-events .item-featured::after {
          clear: both;
          content: "";
          display: block; } }
    @media screen and (min-width: 960px) {
      .news-events .item-featured {
        margin-bottom: 72px; } }
    .news-events .item-featured figure,
    .news-events .item-featured .video {
      margin-bottom: 30px;
      background: linear-gradient(#d8ab4c, #d8ab4c 84%, transparent 84%, transparent); }
      @media screen and (max-width: 579px) {
        .news-events .item-featured figure,
        .news-events .item-featured .video {
          margin-right: -20px;
          margin-left: -20px; } }
      @media screen and (max-width: 579px) {
        .news-events .item-featured figure,
        .news-events .item-featured .video {
          padding-right: 20px;
          padding-left: 20px; } }
      @media screen and (min-width: 580px) {
        .news-events .item-featured figure,
        .news-events .item-featured .video {
          margin-bottom: 37px;
          background: none; } }
      @media screen and (min-width: 960px) {
        .news-events .item-featured figure,
        .news-events .item-featured .video {
          float: left;
          display: block;
          margin-right: 0.34357%;
          width: 60.9775%;
          margin-left: 2.78732%;
          padding-top: 0.1875rem;
          margin-bottom: 0; }
          .news-events .item-featured figure:last-child,
          .news-events .item-featured .video:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 1280px) {
        .news-events .item-featured figure,
        .news-events .item-featured .video {
          padding: 0; } }
    @media screen and (min-width: 580px) {
      .news-events .item-featured .text {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 58.19018%;
        margin-left: 41.80982%; }
        .news-events .item-featured .text:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .news-events .item-featured .text {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 27.52965%;
        margin-left: 5.57464%; }
        .news-events .item-featured .text:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1280px) {
      .news-events .item-featured .text {
        padding-top: 45px; } }
    .news-events .item-featured .tagline {
      font-family: 'ApexNew Book', sans-serif;
      font-weight: normal;
      font-style: normal;
      margin-bottom: 1.5em; }
      .news-events .item-featured .tagline b,
      .news-events .item-featured .tagline strong {
        font-family: 'ApexNew Medium', sans-serif; }
      .news-events .item-featured .tagline i,
      .news-events .item-featured .tagline em {
        font-family: 'ApexNew Book Italic', sans-serif; }
    .news-events .item-featured .title {
      margin-bottom: 1.375rem; }
      @media screen and (min-width: 580px) {
        .news-events .item-featured .title {
          font-size: 1.5rem;
          line-height: 1.25;
          margin-bottom: 1.875rem; } }
      @media screen and (min-width: 960px) {
        .news-events .item-featured .title {
          margin-bottom: 1.25rem; } }
    .news-events .item-featured .desc {
      display: none; }
      @media screen and (min-width: 960px) {
        .news-events .item-featured .desc {
          display: block;
          margin-bottom: 1.125rem; } }
  @media screen and (min-width: 960px) {
    .news-events .item-set {
      display: block; }
      .news-events .item-set::after {
        clear: both;
        content: "";
        display: block; } }
  .news-events .item-set .item {
    border-top: 1px solid #f0f0f0;
    padding: 18px 0 12px; }
    @media screen and (min-width: 580px) and (max-width: 959px) {
      .news-events .item-set .item {
        display: block; }
        .news-events .item-set .item::after {
          clear: both;
          content: "";
          display: block; } }
    @media screen and (min-width: 580px) {
      .news-events .item-set .item {
        padding: 0 0 40px;
        border: 0; } }
    @media screen and (min-width: 960px) {
      .news-events .item-set .item {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 27.52965%;
        margin-left: 5.57464%; }
        .news-events .item-set .item:last-child {
          margin-right: 0; }
        .news-events .item-set .item:first-of-type {
          margin-left: 2.78732%; } }
  @media screen and (max-width: 579px) {
    .news-events .item-set figure {
      display: none; } }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .news-events .item-set figure {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 35.89161%;
      padding-top: 0.1875rem; }
      .news-events .item-set figure:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .news-events .item-set figure {
      margin-bottom: 1.6875rem; } }
  .news-events .item-set figure.video {
    position: relative; }
    .news-events .item-set figure.video:after {
      content: url("../images/icon.video.svg");
      opacity: 0.6;
      position: absolute;
      width: 46px;
      height: 46px;
      bottom: 20px;
      right: 20px;
      pointer-events: none; }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .news-events .item-set .text {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 58.19018%;
      margin-left: 5.57464%; }
      .news-events .item-set .text:last-child {
        margin-right: 0; } }
  .news-events .item-set .text p {
    margin: 0.4em 0 0; }
  @media screen and (min-width: 580px) {
    .news-events .item-set .title {
      line-height: 1.3334; } }
  .news-events .item-set .more {
    margin-top: 1rem; }

.twin-modules-container {
  max-width: 1280px;
  margin: 0 auto;
  border-top: 10px solid #d8ab4c;
  margin-bottom: 50px; }
  @media screen and (min-width: 580px) {
    .twin-modules-container {
      margin-bottom: 94px; } }
  @media screen and (min-width: 960px) {
    .twin-modules-container {
      margin-bottom: 95px; } }
  @media screen and (min-width: 960px) {
    .twin-modules-container {
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      position: relative; }
      .twin-modules-container:before {
        content: '';
        width: 10px;
        height: calc(100% + 2px);
        background-color: #d8ab4c;
        position: absolute;
        top: -1px; } }

.twin-modules {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px); }
  .twin-modules::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .twin-modules {
      width: calc(100% - 60px); } }
  @media screen and (min-width: 960px) {
    .twin-modules {
      display: flex; } }
  @media screen and (min-width: 960px) {
    .twin-modules .module {
      width: 50%; }
      .twin-modules .module:last-of-type {
        margin: -1px 0; } }

.twitter-module-container {
  padding: 1.25rem 0 3.125rem;
  color: #000; }
  .twitter-module-container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 580px) {
    .twitter-module-container {
      padding: 1.875rem 0 3.75rem; } }
  @media screen and (min-width: 960px) {
    .twitter-module-container {
      padding: 3rem 0 3.125rem; } }
  .twitter-module-container header {
    position: relative; }
    @media screen and (min-width: 960px) {
      .twitter-module-container header {
        float: left;
        display: block;
        margin-right: 0.6895%;
        width: 88.81228%;
        margin-left: 5.59386%; }
        .twitter-module-container header:last-child {
          margin-right: 0; } }
    .twitter-module-container header:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 22px;
      width: 27px;
      background: url("../images/icon.twitter.blue.svg") center center no-repeat;
      background-size: 26px auto; }
    .twitter-module-container header h3 {
      font-family: 'franchisebold', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 1.5rem;
      line-height: 1.25;
      margin-bottom: 1.875rem; }
      .twitter-module-container header h3 * {
        font-family: inherit; }
      @media screen and (min-width: 580px) {
        .twitter-module-container header h3 {
          font-size: 2.25rem;
          margin-bottom: 2.5rem; } }
      .twitter-module-container header h3 span {
        color: #d8ab4c; }
  @media screen and (min-width: 580px) {
    .twitter-module-container .twitter-carousel,
    .twitter-module-container footer {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 88.85071%;
      margin-left: 5.57464%; }
      .twitter-module-container .twitter-carousel:last-child,
      .twitter-module-container footer:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .twitter-module-container .twitter-carousel,
    .twitter-module-container footer {
      float: left;
      display: block;
      margin-right: 0.6895%;
      width: 88.81228%;
      margin-left: 5.59386%; }
      .twitter-module-container .twitter-carousel:last-child,
      .twitter-module-container footer:last-child {
        margin-right: 0; } }
  .twitter-module-container .TweetAuthor-avatar,
  .twitter-module-container .Identity-avatar {
    padding-right: 1.25rem;
    float: left; }
    .twitter-module-container .TweetAuthor-avatar img,
    .twitter-module-container .Identity-avatar img {
      display: block;
      height: 60px;
      width: 60px; }
      @media screen and (min-width: 580px) {
        .twitter-module-container .TweetAuthor-avatar img,
        .twitter-module-container .Identity-avatar img {
          height: 80px;
          width: 80px; } }
  .twitter-module-container .TweetAuthor {
    margin-bottom: 1rem;
    align-items: center; }
    .twitter-module-container .TweetAuthor::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 580px) {
      .twitter-module-container .TweetAuthor {
        margin-bottom: 1.875rem; } }
    .twitter-module-container .TweetAuthor a {
      text-decoration: none;
      color: #000; }
  .twitter-module-container .TweetAuthor-name,
  .twitter-module-container .Identity-name {
    display: block;
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.3334; }
    .twitter-module-container .TweetAuthor-name b,
    .twitter-module-container .TweetAuthor-name strong,
    .twitter-module-container .Identity-name b,
    .twitter-module-container .Identity-name strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .twitter-module-container .TweetAuthor-name i,
    .twitter-module-container .TweetAuthor-name em,
    .twitter-module-container .Identity-name i,
    .twitter-module-container .Identity-name em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
    @media screen and (min-width: 580px) {
      .twitter-module-container .TweetAuthor-name,
      .twitter-module-container .Identity-name {
        font-size: 1.5rem; } }
  .twitter-module-container .TweetAuthor-screenName,
  .twitter-module-container .Identity-screenName {
    display: block;
    font-family: 'ApexNew Book', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #d8ab4c;
    font-size: 1.125rem;
    line-height: 1.3334; }
    .twitter-module-container .TweetAuthor-screenName b,
    .twitter-module-container .TweetAuthor-screenName strong,
    .twitter-module-container .Identity-screenName b,
    .twitter-module-container .Identity-screenName strong {
      font-family: 'ApexNew Medium', sans-serif; }
    .twitter-module-container .TweetAuthor-screenName i,
    .twitter-module-container .TweetAuthor-screenName em,
    .twitter-module-container .Identity-screenName i,
    .twitter-module-container .Identity-screenName em {
      font-family: 'ApexNew Book Italic', sans-serif; }
  .twitter-module-container .TweetAuthor-verifiedBadge {
    display: none; }
  .twitter-module-container .tweet {
    clear: left;
    font-family: 'Adobe Garamond W01 It';
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
    padding-right: 4%; }
    @media screen and (min-width: 580px) {
      .twitter-module-container .tweet {
        font-size: 1.5rem;
        line-height: 1.5;
        margin-bottom: 3.125rem; } }
    @media screen and (min-width: 960px) {
      .twitter-module-container .tweet {
        font-size: 1.25rem;
        line-height: 1.5;
        margin-bottom: 5rem; } }
    .twitter-module-container .tweet a {
      text-decoration: underline;
      color: #000; }
      .no-touchevents .twitter-module-container .tweet a {
        transition: color 150ms; }
        .no-touchevents .twitter-module-container .tweet a:hover {
          color: #d8ab4c; }
  .twitter-module-container .more-posts {
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    float: right;
    font-size: 0.875rem;
    line-height: 4.2858;
    color: #000;
    text-transform: uppercase;
    margin-right: 0.75rem;
    text-decoration: none; }
    .twitter-module-container .more-posts b,
    .twitter-module-container .more-posts strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .twitter-module-container .more-posts i,
    .twitter-module-container .more-posts em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
    .no-touchevents .twitter-module-container .more-posts {
      transition: color 150ms; }
      .no-touchevents .twitter-module-container .more-posts:hover {
        color: #d8ab4c; }
    .twitter-module-container .more-posts span {
      display: inline-block;
      padding-left: 0.25rem; }

.twitter-feed-module:not(:last-child) {
  margin-bottom: 30px; }
  @media screen and (min-width: 960px) {
    .twitter-feed-module:not(:last-child) {
      margin-bottom: 100px; } }
.twitter-feed-module .feed-hdr {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  padding-top: 50px;
  padding-bottom: 30px; }
  .twitter-feed-module .feed-hdr::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .twitter-feed-module .feed-hdr {
      width: calc(100% - 60px); } }
  @media screen and (min-width: 580px) {
    .twitter-feed-module .feed-hdr {
      padding-top: 80px;
      padding-bottom: 40px; } }
  @media screen and (min-width: 960px) {
    .twitter-feed-module .feed-hdr {
      padding-bottom: 30px; } }
  .twitter-feed-module .feed-hdr > .inner {
    display: flex !important;
    justify-content: space-between;
    align-items: center; }
    @media screen and (min-width: 580px) {
      .twitter-feed-module .feed-hdr > .inner {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 97.21268%;
        margin-left: 2.78732%;
        float: none !important; }
        .twitter-feed-module .feed-hdr > .inner:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .twitter-feed-module .feed-hdr > .inner {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 94.42536%;
        margin-left: 2.78732%; }
        .twitter-feed-module .feed-hdr > .inner:last-child {
          margin-right: 0; } }
  .twitter-feed-module .feed-hdr h3 {
    font-size: 1.5rem;
    line-height: 0.75;
    text-transform: uppercase;
    font-family: 'franchisebold', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000;
    letter-spacing: -0.015em;
    flex: 1;
    margin-right: 1.5em; }
    .twitter-feed-module .feed-hdr h3 * {
      font-family: inherit; }
    @media screen and (min-width: 580px) {
      .twitter-feed-module .feed-hdr h3 {
        font-size: 2.25rem; } }
  @media screen and (max-width: 959px) {
    .twitter-feed-module .feed-hdr .cta {
      display: none; } }
.twitter-feed-module .controls {
  overflow: hidden;
  width: 120px; }
  @media screen and (min-width: 960px) {
    .twitter-feed-module .controls {
      display: none; } }
.twitter-feed-module .feed-ftr {
  padding: 30px 20px;
  text-align: center; }
  @media screen and (min-width: 580px) {
    .twitter-feed-module .feed-ftr {
      padding-top: 40px; } }
  @media screen and (min-width: 960px) {
    .twitter-feed-module .feed-ftr {
      display: none; } }
.twitter-feed-module .twitter-carousel {
  background-color: #000;
  color: #fff; }
.twitter-feed-module .swiper-container {
  max-width: 1280px;
  margin: 0 auto; }
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .twitter-feed-module .swiper-wrapper > div:nth-child(4) {
    display: none; } }
.twitter-feed-module .swiper-slide {
  padding: 40px 30px 90px;
  height: auto;
  font-size: 1.125rem;
  line-height: 1.3334; }
  @media screen and (min-width: 960px) {
    .twitter-feed-module .swiper-slide {
      width: 33.33333%; } }
  @media screen and (min-width: 1280px) {
    .twitter-feed-module .swiper-slide {
      width: 25%; } }
  .no-touchevents .twitter-feed-module .swiper-slide {
    transition: background-color 150ms ease-in-out; }
    .no-touchevents .twitter-feed-module .swiper-slide:hover {
      background-color: #1f1f1f; }
  .twitter-feed-module .swiper-slide a {
    text-decoration: none; }
.twitter-feed-module .user {
  border-bottom: 1px solid #333;
  line-height: 1;
  padding-bottom: 19px;
  margin-bottom: 16px; }
  .twitter-feed-module .user a {
    display: block;
    overflow: hidden; }
    .twitter-feed-module .user a img {
      float: left;
      width: 40px;
      margin-right: 21px; }
    .twitter-feed-module .user a > span:nth-child(2) {
      display: block;
      color: #fff;
      font-family: 'ApexNew Book', sans-serif;
      font-weight: normal;
      font-style: normal; }
      .twitter-feed-module .user a > span:nth-child(2) b,
      .twitter-feed-module .user a > span:nth-child(2) strong {
        font-family: 'ApexNew Medium', sans-serif; }
      .twitter-feed-module .user a > span:nth-child(2) i,
      .twitter-feed-module .user a > span:nth-child(2) em {
        font-family: 'ApexNew Book Italic', sans-serif; }
    .twitter-feed-module .user a > span:nth-child(3) {
      font-family: 'ApexNew Medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 0.875rem;
      text-transform: uppercase;
      margin-top: 9px; }
      .twitter-feed-module .user a > span:nth-child(3) b,
      .twitter-feed-module .user a > span:nth-child(3) strong {
        font-family: 'ApexNew Bold', sans-serif; }
      .twitter-feed-module .user a > span:nth-child(3) i,
      .twitter-feed-module .user a > span:nth-child(3) em {
        font-family: 'ApexNew Medium Italic', sans-serif; }
    .twitter-feed-module .user a > span:nth-child(4) {
      font-family: 'ApexNew Medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 0.875rem;
      text-transform: uppercase;
      margin-top: 9px; }
      .twitter-feed-module .user a > span:nth-child(4) b,
      .twitter-feed-module .user a > span:nth-child(4) strong {
        font-family: 'ApexNew Bold', sans-serif; }
      .twitter-feed-module .user a > span:nth-child(4) i,
      .twitter-feed-module .user a > span:nth-child(4) em {
        font-family: 'ApexNew Medium Italic', sans-serif; }
.twitter-feed-module .tweet {
  margin: 0;
  overflow: hidden; }
  .no-touchevents .twitter-feed-module .tweet a:hover {
    text-decoration: underline; }
.twitter-feed-module .timePosted {
  margin: 16px 0 0;
  font-family: 'Adobe Garamond W01 It';
  font-size: 0.875rem; }
  .twitter-feed-module .timePosted a {
    color: #fff; }
.twitter-feed-module .interact {
  margin: 0;
  border-top: 1px solid #333;
  position: absolute;
  bottom: 0;
  left: 30px;
  width: calc(100% - 60px);
  height: 75px;
  padding-top: 13px; }
  .twitter-feed-module .interact:after {
    content: url("../images/icon.twitter.blue.svg");
    position: absolute;
    right: 5px;
    top: 25px;
    width: 20px;
    height: 16px; }
.twitter-feed-module .twitter_reply_icon {
  display: inline-block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  height: 48px;
  width: 35px;
  background: url("../images/icon.reply.gray.svg") 2px 50%/18px auto no-repeat; }
  .no-touchevents .twitter-feed-module .twitter_reply_icon:hover {
    background-image: url("../images/icon.reply.orange.svg"); }
.twitter-feed-module .twitter_retweet_icon {
  display: inline-block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  height: 48px;
  width: 50px;
  background: url("../images/icon.retweet.gray.svg") 50% 50%/20px auto no-repeat; }
  .no-touchevents .twitter-feed-module .twitter_retweet_icon:hover {
    background-image: url("../images/icon.retweet.orange.svg"); }
.twitter-feed-module .twitter_fav_icon {
  display: inline-block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  height: 48px;
  width: 48px;
  background: url("../images/icon.favorite.gray.svg") 50% 50%/17px auto no-repeat; }
  .no-touchevents .twitter-feed-module .twitter_fav_icon:hover {
    background-image: url("../images/icon.favorite.orange.svg"); }

@-webkit-keyframes nodeInserted {
  from {
    opacity: 0.99; }
  to {
    opacity: 1; } }
@keyframes nodeInserted {
  from {
    opacity: 0.99; }
  to {
    opacity: 1; } }
.twitter-feed-module .swiper-wrapper > div:first-child {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: nodeInserted;
  animation-name: nodeInserted; }

.research-spotlight-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%; }
  @media screen and (max-width: 959px) {
    .research-spotlight-container {
      margin-right: -20px;
      margin-left: -20px; } }
  @media screen and (max-width: 959px) {
    .research-spotlight-container {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (min-width: 960px) {
    .research-spotlight-container {
      margin-right: -30px;
      display: flex;
      height: 100%;
      padding-right: 30px; } }

.research-spotlight {
  color: #fff;
  padding: 40px 0;
  min-height: 333px; }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .research-spotlight {
      display: block;
      padding-top: 48px;
      min-height: 300px; }
      .research-spotlight::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (min-width: 960px) {
    .research-spotlight {
      float: left;
      display: block;
      margin-right: 0.6895%;
      width: 66.43683%;
      margin-left: 5.59386%;
      display: flex;
      flex-direction: column;
      padding-top: 56px;
      min-height: 570px; }
      .research-spotlight:last-child {
        margin-right: 0; } }
  .research-spotlight .kicker {
    margin-bottom: 75px; }
    @media screen and (min-width: 580px) and (max-width: 959px) {
      .research-spotlight .kicker {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 24.74232%;
        padding-top: 2px; }
        .research-spotlight .kicker:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .research-spotlight .kicker {
        margin-bottom: 50px;
        flex: 1; } }
    @media screen and (min-width: 580px) {
      .research-spotlight .kicker span {
        display: block; } }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .research-spotlight .content {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 66.55214%;
      margin-left: 5.57464%; }
      .research-spotlight .content:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 580px) {
    .research-spotlight .content p {
      margin-bottom: 0.75rem; } }
  .research-spotlight h3 {
    font-size: 1.125rem;
    line-height: 1.3334;
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0.75em; }
    .research-spotlight h3 b,
    .research-spotlight h3 strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .research-spotlight h3 i,
    .research-spotlight h3 em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
    @media screen and (min-width: 580px) {
      .research-spotlight h3 {
        font-size: 1.5rem;
        line-height: 1.25; } }
  .research-spotlight .more {
    color: inherit; }

.profiles-module-container {
  padding-top: 10px; }
  @media screen and (min-width: 960px) {
    .profiles-module-container {
      padding: 0;
      background: linear-gradient(transparent, transparent 131px, #d8ab4c 131px, #d8ab4c 520px, transparent 520px, transparent); } }
  .profiles-module-container .cta-wrap {
    max-width: 1280px;
    margin: 0 auto; }
    @media screen and (max-width: 579px) {
      .profiles-module-container .cta-wrap {
        padding-right: 20px;
        padding-left: 20px; } }
    .profiles-module-container .cta-wrap::after {
      clear: both;
      content: "";
      display: block; }
    .profiles-module-container .cta-wrap > .inner {
      text-align: center;
      padding-top: 25px; }
      @media screen and (min-width: 960px) {
        .profiles-module-container .cta-wrap > .inner {
          padding-top: 40px; } }
      @media screen and (min-width: 1280px) {
        .profiles-module-container .cta-wrap > .inner {
          width: 1077px;
          float: right;
          text-align: left; } }

.profiles-module {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-top: 18px; }
  .profiles-module::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 580px) {
    .profiles-module {
      padding-top: 21px; } }
  @media screen and (min-width: 1280px) {
    .profiles-module {
      padding-top: 0; } }
  .profiles-module header {
    position: absolute;
    top: 2px;
    left: 23px;
    z-index: 2;
    width: calc(50% - 46px); }
    @media screen and (min-width: 960px) {
      .profiles-module header {
        left: 55px;
        width: calc(33.33% - 80px); } }
    @media screen and (min-width: 1280px) {
      .profiles-module header {
        width: 440px; } }
    @media screen and (min-width: 1280px) {
      .profiles-module header {
        top: 28px; } }
    .profiles-module header p {
      margin: 20px 0 0; }
      @media screen and (max-width: 579px) {
        .profiles-module header p {
          display: none; } }
      @media screen and (max-width: 1279px) {
        .profiles-module header p {
          line-height: 1.2; } }
  .profiles-module h2 {
    white-space: nowrap; }
  .profiles-module .item-set {
    width: 100%;
    max-width: 1077px;
    float: right; }
    @media screen and (max-width: 959px) {
      .profiles-module .item-set {
        background-color: #d8ab4c; } }
  .profiles-module .item {
    width: 50%;
    float: left;
    position: relative;
    background: #fff; }
    @media screen and (min-width: 960px) {
      .profiles-module .item {
        width: 33.33333%; } }
    .profiles-module .item:nth-of-type(1) {
      margin-left: 50%; }
      @media screen and (min-width: 960px) {
        .profiles-module .item:nth-of-type(1) {
          margin-left: 33.33333%; } }
    @media screen and (max-width: 959px) {
      .profiles-module .item:nth-of-type(even) {
        clear: left; } }
    @media screen and (min-width: 960px) {
      .profiles-module .item:nth-of-type(3) {
        clear: left; } }
    .profiles-module .item img {
      display: block;
      width: 100%; }
    .no-touchevents .profiles-module .item:hover .text {
      color: #fff; }
    .no-touchevents.cssfilters .profiles-module .item img {
      transition: 400ms; }
    .no-touchevents.cssfilters .profiles-module .item:not(:hover) img {
      opacity: 0.5;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
  .profiles-module .text {
    position: absolute;
    left: 19px;
    bottom: 15px;
    color: #fff;
    width: calc(100% - 38px); }
    @media screen and (min-width: 580px) {
      .profiles-module .text {
        min-height: 3.875rem; } }
    @media screen and (min-width: 960px) {
      .profiles-module .text {
        left: 30px;
        bottom: 27px;
        width: calc(100% - 60px);
        min-height: 5.0625rem; } }
    .no-touchevents .profiles-module .text {
      transition: color 400ms;
      color: transparent; }
    .profiles-module .text h3 {
      font-family: 'ApexNew Medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 1rem;
      line-height: 1.125; }
      .profiles-module .text h3 b,
      .profiles-module .text h3 strong {
        font-family: 'ApexNew Bold', sans-serif; }
      .profiles-module .text h3 i,
      .profiles-module .text h3 em {
        font-family: 'ApexNew Medium Italic', sans-serif; }
      @media screen and (min-width: 580px) {
        .profiles-module .text h3 {
          font-size: 1.125rem; } }
      @media screen and (min-width: 960px) {
        .profiles-module .text h3 {
          font-size: 1.5rem; } }
    .profiles-module .text p {
      display: none; }
      @media screen and (min-width: 580px) {
        .profiles-module .text p {
          margin: 0.375rem 0 0;
          font-family: 'ApexNew Book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 0.875rem;
          line-height: 1.2858;
          display: block; }
          .profiles-module .text p b,
          .profiles-module .text p strong {
            font-family: 'ApexNew Medium', sans-serif; }
          .profiles-module .text p i,
          .profiles-module .text p em {
            font-family: 'ApexNew Book Italic', sans-serif; } }
      @media screen and (min-width: 960px) {
        .profiles-module .text p {
          font-size: 1.125rem;
          line-height: 1.3334; } }

@media screen and (min-width: 960px) {
  .video-module-a-container {
    padding-bottom: 100px;
    background: linear-gradient(to top, #d8ab4c, #d8ab4c 350px, transparent 350px, transparent); } }
@media screen and (min-width: 1280px) {
  .video-module-a-container {
    background: linear-gradient(to top, #d8ab4c, #d8ab4c 310px, transparent 310px, transparent); } }

@media screen and (min-width: 960px) {
  .video-module-a {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 60px); }
    .video-module-a::after {
      clear: both;
      content: "";
      display: block; } }
.video-module-a .video-object {
  background: #d8ab4c; }
  @media screen and (min-width: 960px) {
    .video-module-a .video-object {
      width: calc(74.91% + 30px);
      margin-left: -30px; } }
.video-module-a .block-top {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px); }
  .video-module-a .block-top::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .video-module-a .block-top {
      width: calc(100% - 60px); } }
  @media screen and (min-width: 960px) {
    .video-module-a .block-top {
      width: auto;
      max-width: none;
      display: block; }
      .video-module-a .block-top:after {
        content: normal; }
      .video-module-a .block-top::after {
        clear: both;
        content: "";
        display: block; } }
  .video-module-a .block-top .desc {
    display: none; }
    @media screen and (min-width: 960px) and (max-width: 1279px) {
      .video-module-a .block-top .desc {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 49.82822%;
        margin-left: 2.78732%;
        padding-top: 1.375rem; }
        .video-module-a .block-top .desc:last-child {
          margin-right: 0; } }
.video-module-a h2 {
  transform: translateY(0.3em);
  position: relative;
  z-index: 2;
  color: #d8ab4c; }
  @media screen and (min-width: 580px) {
    .video-module-a h2 {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 88.85071%;
      margin-left: 5.57464%; }
      .video-module-a h2:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .video-module-a h2 {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 41.46625%;
      margin-left: 2.78732%; }
      .video-module-a h2:last-child {
        margin-right: 0; } }
.video-module-a h1 {
  transform: translateY(0.3em);
  position: relative;
  z-index: 2;
  color: #d8ab4c; }
  @media screen and (min-width: 580px) {
    .video-module-a h1 {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 88.85071%;
      margin-left: 5.57464%; }
      .video-module-a h1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .video-module-a h1 {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 41.46625%;
      margin-left: 2.78732%; }
      .video-module-a h1:last-child {
        margin-right: 0; } }
@media screen and (min-width: 960px) {
  .video-module-a .block-bottom {
    display: flex; } }
@media screen and (min-width: 580px) and (max-width: 959px) {
  .video-module-a .block-bottom .desc {
    float: left;
    display: block;
    margin-right: 0.34357%;
    width: 49.82822%;
    margin-left: 5.57464%;
    padding-top: 34px; }
    .video-module-a .block-bottom .desc:last-child {
      margin-right: 0; } }
@media screen and (min-width: 960px) and (max-width: 1279px) {
  .video-module-a .block-bottom .desc {
    display: none; } }
@media screen and (min-width: 1280px) {
  .video-module-a .block-bottom .desc {
    float: left;
    display: block;
    margin-right: 1.38858%;
    width: 77.4692%;
    margin-left: 11.2654%;
    float: none;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .video-module-a .block-bottom .desc:last-child {
      margin-right: 0; } }
.video-module-a .block-bottom .desc p:last-child {
  margin: 0; }
.video-module-a .body {
  background-color: #d8ab4c; }
  @media screen and (max-width: 959px) {
    .video-module-a .body {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (max-width: 579px) {
    .video-module-a .body {
      padding-top: 25px;
      padding-bottom: 50px; } }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .video-module-a .body {
      display: block;
      padding-bottom: 58px; }
      .video-module-a .body::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (min-width: 960px) {
    .video-module-a .body {
      background-color: transparent;
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-end; } }
@media screen and (max-width: 579px) {
  .video-module-a .cta-wrap {
    margin-top: 1.375rem; } }
@media screen and (min-width: 580px) and (max-width: 959px) {
  .video-module-a .cta-wrap {
    float: left;
    display: block;
    margin-right: 0.34357%;
    width: 30.31697%;
    margin-left: 8.36196%;
    padding-top: 40px;
    text-align: center; }
    .video-module-a .cta-wrap:last-child {
      margin-right: 0; } }
@media screen and (min-width: 960px) {
  .video-module-a .cta-wrap {
    float: left;
    display: block;
    margin-right: 1.38858%;
    width: 77.4692%;
    margin-left: 11.2654%;
    float: none;
    height: 250px;
    padding-top: 100px; }
    .video-module-a .cta-wrap:last-child {
      margin-right: 0; } }
@media screen and (min-width: 1280px) {
  .video-module-a .cta-wrap {
    height: 210px;
    padding-top: 60px; } }
@media screen and (min-width: 580px) {
  .video-module-a .cta-wrap .cta {
    padding-right: 1em;
    padding-left: 1em;
    min-width: 162px; } }
@media screen and (min-width: 1280px) {
  .video-module-a .cta-wrap .cta {
    min-width: 183px; } }
.video-module-a .cta-wrap .cta + .cta {
  margin-top: 20px; }
  @media screen and (min-width: 580px) {
    .video-module-a .cta-wrap .cta + .cta {
      margin-top: 30px; } }

.tout-module-a-container {
  background-color: #d8ab4c;
  padding-top: 50px; }
  @media screen and (min-width: 580px) {
    .tout-module-a-container {
      background: linear-gradient(to right, transparent, transparent 50%, #d8ab4c 50%, #d8ab4c);
      padding: 0; } }

.tout-module-a {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  position: relative; }
  .tout-module-a::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .tout-module-a {
      width: calc(100% - 60px); } }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .tout-module-a {
      background: linear-gradient(to right, transparent, transparent 30.66%, #d8ab4c 30.66%, #d8ab4c); } }
  @media screen and (min-width: 960px) {
    .tout-module-a {
      min-height: 720px; } }
  .tout-module-a .image {
    position: absolute;
    left: -20px;
    top: 0;
    width: calc(63.76% + 20px);
    height: 177px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0; }
    @media screen and (min-width: 580px) {
      .tout-module-a .image {
        width: calc(58.19% + 20px);
        height: 297px; } }
    @media screen and (min-width: 960px) {
      .tout-module-a .image {
        width: calc(63.76% + 30px);
        height: 100%;
        left: -30px; } }
  .tout-module-a .text {
    padding-bottom: 40px; }
    @media screen and (min-width: 580px) {
      .tout-module-a .text {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 58.19018%;
        margin-left: 41.80982%;
        position: relative;
        z-index: 2;
        padding-bottom: 60px; }
        .tout-module-a .text:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .tout-module-a .text {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 41.46625%;
        margin-left: 58.53375%; }
        .tout-module-a .text:last-child {
          margin-right: 0; } }
    .tout-module-a .text > header {
      height: 193px;
      position: relative;
      margin-bottom: 23px; }
      @media screen and (min-width: 580px) {
        .tout-module-a .text > header {
          height: 324px;
          margin-bottom: 30px; } }
      @media screen and (min-width: 960px) {
        .tout-module-a .text > header {
          height: auto;
          padding-top: 80px; } }
      @media screen and (min-width: 1280px) {
        .tout-module-a .text > header {
          margin-bottom: 60px; } }
    @media screen and (min-width: 960px) {
      .tout-module-a .text .body {
        float: left;
        display: block;
        margin-right: 0.82855%;
        width: 73.11239%;
        margin-left: 26.88761%; }
        .tout-module-a .text .body:last-child {
          margin-right: 0; } }
  .tout-module-a h2 {
    color: #fff; }
    @media screen and (max-width: 959px) {
      .tout-module-a h2 {
        position: absolute;
        right: 0;
        bottom: 0; } }
    @media screen and (max-width: 579px) {
      .tout-module-a h2 {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 47.0409%; }
        .tout-module-a h2:last-child {
          margin-right: 0; } }
  .tout-module-a h1 {
    font-size: 3rem;
    line-height: 0.75;
    text-transform: uppercase;
    font-family: 'franchisebold', sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -0.02em;
    color: #fff; }
    .tout-module-a h1 * {
      font-family: inherit; }
    @media screen and (min-width: 580px) {
      .tout-module-a h1 {
        font-size: 4.5rem; } }
    @media screen and (min-width: 960px) {
      .tout-module-a h1 {
        font-size: 6.25rem; } }
    @media screen and (max-width: 959px) {
      .tout-module-a h1 {
        position: absolute;
        right: 0;
        bottom: 0; } }
    @media screen and (max-width: 579px) {
      .tout-module-a h1 {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 47.0409%; }
        .tout-module-a h1:last-child {
          margin-right: 0; } }
  .tout-module-a .cta {
    margin-top: 22px; }
    @media screen and (min-width: 580px) {
      .tout-module-a .cta {
        margin-top: 30px; } }
    @media screen and (min-width: 960px) {
      .tout-module-a .cta {
        margin-top: 20px; } }
    @media screen and (min-width: 1280px) {
      .tout-module-a .cta {
        margin-top: 38px; } }

.tout-module-b {
  position: relative; }
  @media screen and (min-width: 960px) {
    .tout-module-b {
      max-width: 1220px;
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 60px); }
      .tout-module-b::after {
        clear: both;
        content: "";
        display: block; } }
  .tout-module-b .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    padding-top: 56.3%; }
    @media screen and (min-width: 960px) {
      .tout-module-b .image {
        position: absolute;
        top: 0;
        left: -30px;
        padding: 0;
        height: 100%;
        width: calc(66.55% + 30px); } }
  .tout-module-b .body {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    padding: 27px 0 30px; }
    .tout-module-b .body::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 960px) {
      .tout-module-b .body {
        width: calc(100% - 60px); } }
    @media screen and (min-width: 960px) {
      .tout-module-b .body {
        padding: 0;
        width: auto;
        max-width: none;
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 27.52965%;
        margin-left: 69.68303%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 474px; }
        .tout-module-b .body:after {
          content: normal; }
        .tout-module-b .body:last-child {
          margin-right: 0; } }
  .tout-module-b .kicker {
    position: absolute;
    left: 20px;
    top: 30px; }
    @media screen and (min-width: 580px) {
      .tout-module-b .kicker {
        margin-left: 2.78732%; } }
    @media screen and (min-width: 960px) {
      .tout-module-b .kicker {
        left: 30px;
        top: 60px; } }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .tout-module-b .text {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 49.82822%;
      margin-left: 2.78732%;
      padding-top: 37px; }
      .tout-module-b .text:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .tout-module-b .text {
      margin-bottom: 34px; } }
  .tout-module-b .text p:last-child {
    margin: 0; }
  @media screen and (max-width: 579px) {
    .tout-module-b .cta-wrap {
      margin-top: 1.375rem; } }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .tout-module-b .cta-wrap {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 35.89161%;
      margin-left: 5.57464%;
      padding-top: 40px;
      text-align: center; }
      .tout-module-b .cta-wrap:last-child {
        margin-right: 0; } }
  .tout-module-b .cta-wrap .cta + .cta {
    margin-top: 20px; }
    @media screen and (min-width: 580px) {
      .tout-module-b .cta-wrap .cta + .cta {
        margin-top: 30px; } }
  .tout-module-b h3 {
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 0.3125rem; }
    .tout-module-b h3 b,
    .tout-module-b h3 strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .tout-module-b h3 i,
    .tout-module-b h3 em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
    @media screen and (min-width: 580px) {
      .tout-module-b h3 {
        margin-bottom: 0.8125rem; } }
  @media screen and (min-width: 580px) {
    .tout-module-b.exec-mba .cta {
      padding-right: 1em;
      padding-left: 1em;
      min-width: 182px; } }
  @media screen and (min-width: 1280px) {
    .tout-module-b.exec-mba .cta {
      min-width: 202px; } }

.profile-spotlight-container {
  position: relative; }
  .profile-spotlight-container .profile-spotlight-inner {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    padding-bottom: 44px; }
    .profile-spotlight-container .profile-spotlight-inner::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 960px) {
      .profile-spotlight-container .profile-spotlight-inner {
        width: calc(100% - 60px); } }
    @media screen and (min-width: 960px) {
      .profile-spotlight-container .profile-spotlight-inner {
        min-height: 885px; } }
    .profile-spotlight-container .profile-spotlight-inner div.kicker {
      position: absolute;
      top: 40px;
      left: 0;
      color: #333;
      z-index: 1;
      padding: 0 20px; }
      @media screen and (min-width: 960px) {
        .profile-spotlight-container .profile-spotlight-inner div.kicker {
          padding: 0 60px; } }
      @media screen and (min-width: 1280px) {
        .profile-spotlight-container .profile-spotlight-inner div.kicker {
          left: 50%;
          margin-left: -640px; } }
    .profile-spotlight-container .profile-spotlight-inner .items-container {
      padding-top: 394px; }
      @media screen and (min-width: 580px) {
        .profile-spotlight-container .profile-spotlight-inner .items-container {
          padding-top: 300px; } }
      @media screen and (min-width: 960px) {
        .profile-spotlight-container .profile-spotlight-inner .items-container {
          padding-top: 0; } }
      .profile-spotlight-container .profile-spotlight-inner .items-container .item {
        display: none; }
        @media screen and (min-width: 960px) {
          .profile-spotlight-container .profile-spotlight-inner .items-container .item {
            padding-top: 120px; } }
        .profile-spotlight-container .profile-spotlight-inner .items-container .item.active {
          display: block; }
        .profile-spotlight-container .profile-spotlight-inner .items-container .item .image {
          background-repeat: no-repeat;
          background-size: cover;
          background-position: left;
          width: 100%;
          height: 500px;
          position: absolute;
          top: 0;
          left: 0; }
          .profile-spotlight-container .profile-spotlight-inner .items-container .item .image:after {
            background: -webkit-linear-gradient(transparent, #fff) left repeat;
            background: linear-gradient(transparent, #fff) left repeat;
            content: '';
            display: block;
            width: 100%;
            height: 200px;
            position: absolute;
            bottom: 0; }
            @media screen and (min-width: 960px) {
              .profile-spotlight-container .profile-spotlight-inner .items-container .item .image:after {
                display: none; } }
          @media screen and (min-width: 960px) {
            .profile-spotlight-container .profile-spotlight-inner .items-container .item .image {
              min-height: 885px; } }
          @media screen and (min-width: 1280px) {
            .profile-spotlight-container .profile-spotlight-inner .items-container .item .image {
              background-size: contain; } }
        .profile-spotlight-container .profile-spotlight-inner .items-container .item .text {
          text-align: center;
          position: relative; }
          @media screen and (min-width: 580px) {
            .profile-spotlight-container .profile-spotlight-inner .items-container .item .text {
              text-align: left; } }
          @media screen and (min-width: 960px) {
            .profile-spotlight-container .profile-spotlight-inner .items-container .item .text {
              float: left;
              display: block;
              margin-right: 0.34357%;
              width: 41.46625%;
              margin-left: 5.57464%;
              float: right; }
              .profile-spotlight-container .profile-spotlight-inner .items-container .item .text:last-child {
                margin-right: 0; } }
          .profile-spotlight-container .profile-spotlight-inner .items-container .item .text span.tag {
            font-family: 'ApexNew Medium', sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 0.75rem;
            text-transform: uppercase;
            margin-bottom: 12px;
            display: block; }
            .profile-spotlight-container .profile-spotlight-inner .items-container .item .text span.tag b,
            .profile-spotlight-container .profile-spotlight-inner .items-container .item .text span.tag strong {
              font-family: 'ApexNew Bold', sans-serif; }
            .profile-spotlight-container .profile-spotlight-inner .items-container .item .text span.tag i,
            .profile-spotlight-container .profile-spotlight-inner .items-container .item .text span.tag em {
              font-family: 'ApexNew Medium Italic', sans-serif; }
            @media screen and (min-width: 960px) {
              .profile-spotlight-container .profile-spotlight-inner .items-container .item .text span.tag {
                font-size: 0.875rem; } }
            @media screen and (min-width: 960px) {
              .profile-spotlight-container .profile-spotlight-inner .items-container .item .text span.tag {
                display: none; } }
          .profile-spotlight-container .profile-spotlight-inner .items-container .item .text h3 {
            font-family: 'ApexNew Medium', sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 1.25rem;
            line-height: 1.5;
            margin-bottom: 12px; }
            .profile-spotlight-container .profile-spotlight-inner .items-container .item .text h3 b,
            .profile-spotlight-container .profile-spotlight-inner .items-container .item .text h3 strong {
              font-family: 'ApexNew Bold', sans-serif; }
            .profile-spotlight-container .profile-spotlight-inner .items-container .item .text h3 i,
            .profile-spotlight-container .profile-spotlight-inner .items-container .item .text h3 em {
              font-family: 'ApexNew Medium Italic', sans-serif; }
            @media screen and (min-width: 580px) {
              .profile-spotlight-container .profile-spotlight-inner .items-container .item .text h3 {
                font-size: 1.5rem;
                line-height: 1.25; } }
            @media screen and (min-width: 960px) {
              .profile-spotlight-container .profile-spotlight-inner .items-container .item .text h3 {
                font-size: 1.875rem;
                line-height: 1;
                margin-bottom: 8px; } }
            .profile-spotlight-container .profile-spotlight-inner .items-container .item .text h3 a {
              text-decoration: none;
              color: #333; }
          .profile-spotlight-container .profile-spotlight-inner .items-container .item .text h4 {
            font-family: 'ApexNew Book', sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 1rem;
            line-height: 1.5;
            margin-bottom: 16px; }
            .profile-spotlight-container .profile-spotlight-inner .items-container .item .text h4 b,
            .profile-spotlight-container .profile-spotlight-inner .items-container .item .text h4 strong {
              font-family: 'ApexNew Medium', sans-serif; }
            .profile-spotlight-container .profile-spotlight-inner .items-container .item .text h4 i,
            .profile-spotlight-container .profile-spotlight-inner .items-container .item .text h4 em {
              font-family: 'ApexNew Book Italic', sans-serif; }
            @media screen and (min-width: 580px) {
              .profile-spotlight-container .profile-spotlight-inner .items-container .item .text h4 {
                font-size: 1.25rem;
                line-height: 1.5; } }
            @media screen and (min-width: 960px) {
              .profile-spotlight-container .profile-spotlight-inner .items-container .item .text h4 {
                margin-bottom: 30px; } }
          .profile-spotlight-container .profile-spotlight-inner .items-container .item .text p {
            padding-top: 30px;
            padding-bottom: 30px;
            border-top: 2px solid #d8ab4c;
            border-bottom: 2px solid #d8ab4c; }
            @media screen and (min-width: 960px) {
              .profile-spotlight-container .profile-spotlight-inner .items-container .item .text p {
                padding-top: 40px;
                padding-bottom: 40px; } }
    .profile-spotlight-container .profile-spotlight-inner .tabs {
      display: none; }
      @media screen and (min-width: 960px) {
        .profile-spotlight-container .profile-spotlight-inner .tabs {
          display: block;
          position: absolute;
          bottom: 140px;
          left: 0; } }
    .profile-spotlight-container .profile-spotlight-inner .next-previous {
      position: absolute;
      top: 200px;
      left: 0;
      width: 100%;
      padding: 0 20px; }
      @media screen and (min-width: 580px) {
        .profile-spotlight-container .profile-spotlight-inner .next-previous {
          width: auto;
          left: auto;
          right: 0;
          top: 300px; } }
      @media screen and (min-width: 960px) {
        .profile-spotlight-container .profile-spotlight-inner .next-previous {
          display: none; } }
      .profile-spotlight-container .profile-spotlight-inner .next-previous a {
        border: 1px solid #333;
        display: block;
        width: 60px;
        height: 60px;
        text-align: center; }
        .profile-spotlight-container .profile-spotlight-inner .next-previous a:before {
          content: '';
          position: relative;
          display: block;
          top: calc(50% - 12px); }
      .profile-spotlight-container .profile-spotlight-inner .next-previous a.btn-prev {
        float: left; }
        @media screen and (min-width: 580px) {
          .profile-spotlight-container .profile-spotlight-inner .next-previous a.btn-prev {
            border-right: 0; } }
        .profile-spotlight-container .profile-spotlight-inner .next-previous a.btn-prev:before {
          -webkit-transition: border-color 150ms ease-in-out;
          -moz-transition: border-color 150ms ease-in-out;
          transition: border-color 150ms ease-in-out;
          display: inline-block;
          height: 12px;
          width: 12px;
          border-width: 2px 0 0 2px;
          border-color: #333;
          border-style: solid;
          -webkit-transform: rotate(315deg);
          -moz-transform: rotate(315deg);
          -ms-transform: rotate(315deg);
          -o-transform: rotate(315deg);
          transform: rotate(315deg); }
      .profile-spotlight-container .profile-spotlight-inner .next-previous a.btn-next {
        float: right; }
        @media screen and (min-width: 580px) {
          .profile-spotlight-container .profile-spotlight-inner .next-previous a.btn-next {
            float: left; } }
        .profile-spotlight-container .profile-spotlight-inner .next-previous a.btn-next:before {
          -webkit-transition: border-color 150ms ease-in-out;
          -moz-transition: border-color 150ms ease-in-out;
          transition: border-color 150ms ease-in-out;
          display: inline-block;
          height: 12px;
          width: 12px;
          border-width: 2px 0 0 2px;
          border-color: #333;
          border-style: solid;
          -webkit-transform: rotate(135deg);
          -moz-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          -o-transform: rotate(135deg);
          transform: rotate(135deg); }

.program-spotlight-container {
  background: linear-gradient(#d8ab4c, #d8ab4c 190px, transparent 190px, transparent);
  margin-bottom: 30px; }
  @media screen and (min-width: 580px) {
    .program-spotlight-container {
      background: linear-gradient(#d8ab4c, #d8ab4c 393px, transparent 393px, transparent);
      margin-bottom: 80px; } }
  @media screen and (min-width: 960px) {
    .program-spotlight-container {
      background: linear-gradient(to right, #d8ab4c, #d8ab4c 50%, transparent 50%, transparent);
      margin-bottom: 100px; } }

.program-spotlight {
  position: relative; }
  .program-spotlight .image-wrap {
    height: 190px;
    width: calc(69.34% + 20px);
    position: absolute;
    right: -20px;
    top: 0; }
    @media screen and (min-width: 580px) {
      .program-spotlight .image-wrap {
        height: 393px;
        width: calc(77.7% + 20px); } }
    @media screen and (min-width: 960px) {
      .program-spotlight .image-wrap {
        height: 100%;
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 52.61554%;
        left: 0;
        right: auto; }
        .program-spotlight .image-wrap:last-child {
          margin-right: 0; } }
  .program-spotlight .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    height: 100%; }
    @media screen and (min-width: 960px) {
      .program-spotlight .image {
        float: left;
        display: block;
        margin-right: 0.65298%;
        width: 84.10742%;
        margin-left: 15.89258%; }
        .program-spotlight .image:last-child {
          margin-right: 0; } }
  .program-spotlight .kicker {
    position: absolute;
    top: 30px;
    left: 0; }
    @media screen and (min-width: 580px) {
      .program-spotlight .kicker {
        top: 32px; } }
    @media screen and (min-width: 960px) {
      .program-spotlight .kicker {
        top: 49px;
        margin-left: 2.78732%; } }
  .program-spotlight h2 {
    color: #d8ab4c; }
  .program-spotlight .content {
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 579px) {
      .program-spotlight .content {
        display: block; }
        .program-spotlight .content::after {
          clear: both;
          content: "";
          display: block; } }
    @media screen and (min-width: 580px) {
      .program-spotlight .content {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 60.9775%;
        margin-left: 27.87321%; }
        .program-spotlight .content:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .program-spotlight .content {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 49.82822%;
        margin-left: 47.38446%;
        min-height: 478px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 28px 0 10px; }
        .program-spotlight .content:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 959px) {
      .program-spotlight .content header {
        display: flex;
        flex-direction: column;
        justify-content: flex-end; } }
    @media screen and (max-width: 579px) {
      .program-spotlight .content header {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 63.76482%;
        margin-left: 36.23518%;
        display: flex;
        height: 280px;
        margin-bottom: 22px; }
        .program-spotlight .content header:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 580px) and (max-width: 959px) {
      .program-spotlight .content header {
        height: 528px;
        margin-bottom: 28px; } }
    @media screen and (min-width: 960px) {
      .program-spotlight .content header {
        margin-bottom: 32px; } }
  @media screen and (min-width: 960px) {
    .program-spotlight .body {
      float: left;
      display: block;
      margin-right: 0.6895%;
      width: 83.21842%;
      margin-left: 16.78158%; }
      .program-spotlight .body:last-child {
        margin-right: 0; } }
  .program-spotlight .body p {
    margin-bottom: 0.6em; }
  @media screen and (max-width: 579px) {
    .program-spotlight .body .more {
      margin-top: 0.8125rem; } }

.program-links {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  padding-top: 40px; }
  .program-links::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .program-links {
      width: calc(100% - 60px); } }
  @media screen and (min-width: 580px) {
    .program-links {
      padding: 60px 0 16px; } }
  @media screen and (min-width: 960px) {
    .program-links {
      padding: 80px 0 30px; } }
  @media screen and (min-width: 1280px) {
    .program-links {
      padding: 110px 0 50px; } }
  @media screen and (min-width: 580px) {
    .program-links section {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 88.85071%;
      margin-left: 5.57464%; }
      .program-links section:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .program-links section {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 27.52965%;
      margin-left: 5.57464%; }
      .program-links section:last-child {
        margin-right: 0; }
      .program-links section:first-of-type {
        margin-left: 2.78732%; } }
  @media screen and (min-width: 960px) {
    .program-links h3 {
      min-height: 5.8125rem; } }
  @media screen and (max-width: 959px) {
    .program-links h3 br {
      display: none; } }

.important-dates-container .important-dates-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 144px;
  position: relative; }
  .important-dates-container .important-dates-inner div.kicker {
    position: absolute;
    top: 40px;
    left: 0;
    color: #333;
    z-index: 1;
    padding: 0 20px; }
    @media screen and (min-width: 960px) {
      .important-dates-container .important-dates-inner div.kicker {
        padding: 0 60px; } }
  @media screen and (min-width: 960px) {
    .important-dates-container .important-dates-inner .dates-container {
      display: flex; } }
  .important-dates-container .important-dates-inner .dates-container .date {
    text-align: center;
    flex: 1 0 100%;
    height: 500px; }
    @media screen and (min-width: 580px) {
      .important-dates-container .important-dates-inner .dates-container .date {
        flex: 1 0 50%; } }
    @media screen and (min-width: 960px) {
      .important-dates-container .important-dates-inner .dates-container .date {
        flex: 1 0 25%; } }
    .important-dates-container .important-dates-inner .dates-container .date:nth-child(even) a {
      background-color: #f5f5f5; }
    .important-dates-container .important-dates-inner .dates-container .date a {
      display: flex;
      flex-direction: column;
      height: 100%;
      text-decoration: none;
      padding: 60px 20px 50px;
      position: relative; }
      @media screen and (min-width: 580px) {
        .important-dates-container .important-dates-inner .dates-container .date a {
          padding-right: 0;
          padding-left: 0; } }
      .important-dates-container .important-dates-inner .dates-container .date a h3 {
        position: relative;
        font-size: 7.5rem;
        line-height: 0.8334;
        font-family: 'Falstaff W01', serif;
        font-weight: normal;
        font-style: normal;
        flex: 1 0 auto;
        word-spacing: -0.25em; }
        .important-dates-container .important-dates-inner .dates-container .date a h3 * {
          font-family: inherit; }
        .important-dates-container .important-dates-inner .dates-container .date a h3 span {
          font-size: 2.25rem;
          line-height: 0.8334;
          position: absolute;
          top: 24px;
          left: 28%;
          color: #333;
          font-family: 'Adobe Garamond W01 It'; }
      .important-dates-container .important-dates-inner .dates-container .date a h4 {
        font-size: 1.5rem;
        line-height: 1.25;
        font-family: 'ApexNew Book', sans-serif;
        font-weight: normal;
        font-style: normal;
        color: #333;
        position: absolute;
        width: calc(100% - 40px);
        top: 46%;
        padding-right: 60px;
        padding-left: 60px; }
        .important-dates-container .important-dates-inner .dates-container .date a h4 b,
        .important-dates-container .important-dates-inner .dates-container .date a h4 strong {
          font-family: 'ApexNew Medium', sans-serif; }
        .important-dates-container .important-dates-inner .dates-container .date a h4 i,
        .important-dates-container .important-dates-inner .dates-container .date a h4 em {
          font-family: 'ApexNew Book Italic', sans-serif; }
        @media screen and (min-width: 580px) {
          .important-dates-container .important-dates-inner .dates-container .date a h4 {
            width: 100%; } }
      .important-dates-container .important-dates-inner .dates-container .date a span.cta {
        width: 100%; }
        @media screen and (min-width: 580px) {
          .important-dates-container .important-dates-inner .dates-container .date a span.cta {
            width: 11.75em;
            max-width: 100%;
            margin: 0 auto;
            padding-right: 0;
            padding-left: 0; } }
.important-dates-container .buttons-container {
  position: absolute;
  top: 20px;
  right: 0;
  padding-right: 20px; }
  @media screen and (min-width: 960px) {
    .important-dates-container .buttons-container {
      display: none; } }

@media screen and (min-width: 960px) {
  .program-cta-list-container {
    background: linear-gradient(to right, transparent, transparent 66%, #d8ab4c 66%, #d8ab4c);
    position: relative; } }
.program-cta-list-container .program-cta-list {
  max-width: 1280px;
  margin: 0 auto;
  margin-top: 2.5rem;
  margin-bottom: 0; }
  @media screen and (min-width: 580px) {
    .program-cta-list-container .program-cta-list {
      margin-top: 3.125rem;
      margin-bottom: 0.9375rem; } }
  @media screen and (min-width: 960px) {
    .program-cta-list-container .program-cta-list {
      margin-top: 3.75rem;
      margin-bottom: 4.375rem; } }
  @media screen and (min-width: 1280px) {
    .program-cta-list-container .program-cta-list {
      margin-top: 4.375rem;
      margin-bottom: 5rem; } }
  .program-cta-list-container .program-cta-list section:nth-child(1),
  .program-cta-list-container .program-cta-list section:nth-child(2) {
    padding-top: 3.125rem; }
  .program-cta-list-container .program-cta-list .sections-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
    @media screen and (min-width: 580px) {
      .program-cta-list-container .program-cta-list .sections-wrap {
        padding-top: 0;
        padding-right: 3.125rem;
        padding-left: 3.125rem; } }
    @media screen and (min-width: 960px) {
      .program-cta-list-container .program-cta-list .sections-wrap {
        -webkit-flex-direction: row;
        flex-direction: row;
        padding: 0; } }
    .program-cta-list-container .program-cta-list .sections-wrap > div:first-child {
      display: block;
      width: 100%;
      -webkit-flex: 2 0 0;
      flex: 2 0 0; }
      @media screen and (min-width: 960px) {
        .program-cta-list-container .program-cta-list .sections-wrap > div:first-child {
          display: flex;
          justify-content: center;
          -webkit-flex-direction: row;
          flex-direction: row;
          float: left;
          display: block;
          margin-right: 0.34357%;
          width: 60.9775%; }
          .program-cta-list-container .program-cta-list .sections-wrap > div:first-child:last-child {
            margin-right: 0; } }
      .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section {
        padding-top: 0.9375rem; }
        @media screen and (min-width: 580px) {
          .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section {
            padding-right: 1.25rem;
            padding-left: 1.25rem; } }
        @media screen and (min-width: 960px) {
          .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section {
            float: left;
            display: block;
            margin-right: 0.34357%;
            width: 49.82822%;
            padding-right: 0;
            padding-left: 3.75rem; }
            .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section:last-child {
              margin-right: 0; } }
        @media screen and (min-width: 960px) {
          .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section:nth-child(2) {
            padding-left: 1.875rem; } }
        @media screen and (min-width: 1280px) {
          .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section:nth-child(2) {
            padding-left: 2.5rem; } }
        @media screen and (max-width: 579px) {
          .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section {
            padding-top: 0;
            padding-right: 0;
            padding-left: 0; } }
        @media screen and (min-width: 960px) {
          .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section:only-child {
            float: left;
            display: block;
            margin-right: 0.56343%;
            width: 45.14722%;
            margin-left: 36.56852%;
            padding-left: 0; }
            .program-cta-list-container .program-cta-list .sections-wrap > div:first-child > section:only-child:last-child {
              margin-right: 0; } }
    .program-cta-list-container .program-cta-list .sections-wrap > div:last-child {
      -webkit-flex: 1 0 0;
      flex: 1 0 0;
      width: 100%;
      margin-bottom: 3.125rem; }
      @media screen and (min-width: 960px) {
        .program-cta-list-container .program-cta-list .sections-wrap > div:last-child {
          margin-bottom: 0;
          padding-left: 1.5625rem;
          float: left;
          display: block;
          margin-right: 0.34357%;
          width: 35.89161%; }
          .program-cta-list-container .program-cta-list .sections-wrap > div:last-child:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 1280px) {
        .program-cta-list-container .program-cta-list .sections-wrap > div:last-child {
          padding-left: 2.1875rem;
          float: left;
          display: block;
          margin-right: 0.34357%;
          width: 35.89161%; }
          .program-cta-list-container .program-cta-list .sections-wrap > div:last-child:last-child {
            margin-right: 0; } }
      .program-cta-list-container .program-cta-list .sections-wrap > div:last-child .next-step-inner {
        background: #d8ab4c;
        padding: 2.625rem 0.8125rem 0.75rem; }
        @media screen and (min-width: 580px) {
          .program-cta-list-container .program-cta-list .sections-wrap > div:last-child .next-step-inner {
            padding: 3.25rem 1.75rem 1.375rem; } }
        @media screen and (min-width: 960px) {
          .program-cta-list-container .program-cta-list .sections-wrap > div:last-child .next-step-inner {
            padding: 3.875rem 0 2rem 1.4375rem; } }
        @media screen and (min-width: 1280px) {
          .program-cta-list-container .program-cta-list .sections-wrap > div:last-child .next-step-inner {
            padding-left: 2.6875rem; } }
        .program-cta-list-container .program-cta-list .sections-wrap > div:last-child .next-step-inner .white {
          color: #fff; }
        .program-cta-list-container .program-cta-list .sections-wrap > div:last-child .next-step-inner-link {
          margin-bottom: 0;
          margin-top: 24px; }
          @media screen and (min-width: 580px) {
            .program-cta-list-container .program-cta-list .sections-wrap > div:last-child .next-step-inner-link {
              margin-top: 10px; } }
          @media screen and (min-width: 1280px) {
            .program-cta-list-container .program-cta-list .sections-wrap > div:last-child .next-step-inner-link {
              margin-top: 40px; } }
          .program-cta-list-container .program-cta-list .sections-wrap > div:last-child .next-step-inner-link a {
            color: #000;
            text-decoration: none;
            text-transform: uppercase;
            font-family: 'ApexNew Medium', sans-serif;
            font-weight: normal;
            font-style: normal;
            font-size: 0.875rem;
            line-height: 3.75rem;
            transition: color 150ms; }
            .program-cta-list-container .program-cta-list .sections-wrap > div:last-child .next-step-inner-link a b,
            .program-cta-list-container .program-cta-list .sections-wrap > div:last-child .next-step-inner-link a strong {
              font-family: 'ApexNew Bold', sans-serif; }
            .program-cta-list-container .program-cta-list .sections-wrap > div:last-child .next-step-inner-link a i,
            .program-cta-list-container .program-cta-list .sections-wrap > div:last-child .next-step-inner-link a em {
              font-family: 'ApexNew Medium Italic', sans-serif; }
            .program-cta-list-container .program-cta-list .sections-wrap > div:last-child .next-step-inner-link a:hover {
              color: #fff; }

@media screen and (min-width: 960px) {
  .program-cta-list-container-our-stories {
    background: linear-gradient(to right, transparent, transparent 62%, #d8ab4c 62%, #d8ab4c);
    position: relative; } }

@media screen and (min-width: 960px) {
  .flexible-touts-container {
    padding-top: 70px;
    padding-bottom: 70px; } }

@media screen and (min-width: 960px) {
  .flexible-touts {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; } }

.flexible-touts-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start; }
  @media screen and (max-width: 959px) {
    .flexible-touts-inner {
      flex-direction: column;
      width: calc(100% - 120px); } }
  @media screen and (max-width: 579px) {
    .flexible-touts-inner {
      width: calc(100% - 60px); } }
  .flexible-touts-inner .tout {
    text-align: center;
    position: relative;
    padding: 40px 20px; }
    @media screen and (max-width: 959px) {
      .flexible-touts-inner .tout {
        order: 2;
        width: 100%; } }
    @media screen and (min-width: 580px) {
      .flexible-touts-inner .tout {
        padding: 60px 30px; } }
    @media screen and (min-width: 960px) {
      .flexible-touts-inner .tout {
        flex: 1 1 32%;
        order: unset; } }
    @media screen and (max-width: 959px) {
      .flexible-touts-inner .tout:first-child {
        border-bottom: 1px solid #ddd; } }
    .flexible-touts-inner .tout:nth-child(even) {
      background-color: #d8ab4c; }
      @media screen and (max-width: 959px) {
        .flexible-touts-inner .tout:nth-child(even) {
          order: 1; } }
      @media screen and (min-width: 960px) {
        .flexible-touts-inner .tout:nth-child(even) {
          flex: 1 1 36%;
          margin: -70px 0; } }
      .flexible-touts-inner .tout:nth-child(even) h3 {
        margin-bottom: 30px;
        font-size: 3rem;
        line-height: 0.75;
        font-family: 'franchisebold', sans-serif;
        font-weight: normal;
        font-style: normal;
        text-transform: uppercase; }
        .flexible-touts-inner .tout:nth-child(even) h3 * {
          font-family: inherit; }
        @media screen and (min-width: 580px) {
          .flexible-touts-inner .tout:nth-child(even) h3 {
            margin-bottom: 46px;
            font-size: 3.75rem;
            line-height: 0.7667; } }
    .flexible-touts-inner .tout h3 {
      margin-bottom: 20px;
      font-size: 1.5rem;
      line-height: 1.5;
      font-family: 'ApexNew Medium', sans-serif;
      font-weight: normal;
      font-style: normal; }
      .flexible-touts-inner .tout h3 b,
      .flexible-touts-inner .tout h3 strong {
        font-family: 'ApexNew Bold', sans-serif; }
      .flexible-touts-inner .tout h3 i,
      .flexible-touts-inner .tout h3 em {
        font-family: 'ApexNew Medium Italic', sans-serif; }
      @media screen and (min-width: 580px) {
        .flexible-touts-inner .tout h3 {
          font-size: 1.875rem;
          line-height: 1.2; } }
      @media screen and (min-width: 960px) {
        .flexible-touts-inner .tout h3 {
          margin-bottom: 20px; } }
    .flexible-touts-inner .tout p {
      margin-bottom: 30px; }

.numbers-container {
  background-color: #000;
  color: #fff;
  position: relative; }
  .numbers-container::after {
    clear: both;
    content: "";
    display: block; }
  .numbers-container .text-container {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    padding-top: 1.75rem;
    padding-bottom: 1.125rem;
    text-align: center;
    position: relative;
    z-index: 1; }
    .numbers-container .text-container::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 960px) {
      .numbers-container .text-container {
        width: calc(100% - 60px); } }
    @media screen and (min-width: 580px) {
      .numbers-container .text-container {
        padding-top: 2.125rem;
        padding-bottom: 1.25rem; } }
  .numbers-container:not(.chapter-numbers) {
    margin-bottom: 3.125rem; }
    @media screen and (min-width: 580px) {
      .numbers-container:not(.chapter-numbers) {
        margin-bottom: 3.75rem; } }
    @media screen and (max-width: 959px) {
      .numbers-container:not(.chapter-numbers) {
        overflow: hidden; } }
    @media screen and (min-width: 960px) {
      .numbers-container:not(.chapter-numbers) {
        margin-bottom: 7.5rem; } }
    @media screen and (min-width: 1280px) {
      .numbers-container:not(.chapter-numbers) {
        margin-bottom: 8.4375rem; } }
    @media screen and (min-width: 960px) {
      .numbers-container:not(.chapter-numbers) .numbers-inner {
        display: flex;
        min-height: 20rem;
        max-width: 1280px;
        margin: 0 auto;
        position: relative; } }
    @media screen and (min-width: 960px) {
      .numbers-container:not(.chapter-numbers) .text-container {
        width: auto;
        max-width: none;
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 52.61554%;
        margin-left: 2.78732%;
        text-align: left;
        position: static;
        min-height: 300px; }
        .numbers-container:not(.chapter-numbers) .text-container:after {
          content: normal; }
        .numbers-container:not(.chapter-numbers) .text-container:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .numbers-container:not(.chapter-numbers) .text-container .text-inner {
        padding-left: 1.875rem; } }
  .numbers-container.chapter-numbers {
    margin-bottom: 2.1875rem; }
    @media screen and (min-width: 960px) {
      .numbers-container.chapter-numbers {
        margin-bottom: 1.5625rem;
        width: auto;
        max-width: none;
        background: linear-gradient(to right, transparent, transparent 50%, #000 50%, #000); }
        .numbers-container.chapter-numbers:after {
          content: normal; } }
    @media screen and (min-width: 1280px) {
      .numbers-container.chapter-numbers {
        margin-bottom: 5.25rem; } }
    @media screen and (min-width: 960px) {
      .numbers-container.chapter-numbers .numbers-inner {
        position: relative; } }
  @media screen and (min-width: 960px) and (min-width: 960px) {
    .numbers-container.chapter-numbers .numbers-inner {
      max-width: 1220px;
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 60px); }
      .numbers-container.chapter-numbers .numbers-inner::after {
        clear: both;
        content: "";
        display: block; } }

    @media screen and (min-width: 960px) {
      .numbers-container.chapter-numbers .text-container {
        width: auto;
        max-width: none;
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 60.9775%;
        margin-left: 39.0225%;
        margin-right: 0;
        background: linear-gradient(transparent, transparent 170px, #000 170px, #000); }
        .numbers-container.chapter-numbers .text-container:after {
          content: normal; }
        .numbers-container.chapter-numbers .text-container:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1280px) {
      .numbers-container.chapter-numbers .text-container {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 44.25357%;
        margin-left: 22.29857%;
        background: #000;
        padding-top: 2.375rem;
        padding-bottom: 0.875rem; }
        .numbers-container.chapter-numbers .text-container:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .numbers-container.chapter-numbers .text-container .text-inner {
        float: left;
        display: block;
        margin-right: 0.56343%;
        width: 95.42893%;
        margin-left: 4.57107%; }
        .numbers-container.chapter-numbers .text-container .text-inner:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1280px) {
      .numbers-container.chapter-numbers .text-container .text-inner {
        float: left;
        display: block;
        margin-right: 0.77636%;
        width: 74.80591%;
        margin-left: 12.59704%;
        text-align: left; }
        .numbers-container.chapter-numbers .text-container .text-inner:last-child {
          margin-right: 0; } }
  .numbers-container .background-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .numbers-container .background-container .background-image {
      height: 170px;
      width: 100%;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
  @media screen and (min-width: 960px) {
    .numbers-container:not(.chapter-numbers) .background-container .background-image {
      height: 100%; } }
  @media screen and (min-width: 960px) {
    .numbers-container:not(.chapter-numbers) .background-container {
      position: static;
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 44.25357%;
      margin-right: 0; }
      .numbers-container:not(.chapter-numbers) .background-container:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .numbers-container.chapter-numbers .background-container {
      left: auto;
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 60.9775%; }
      .numbers-container.chapter-numbers .background-container:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1280px) {
    .numbers-container.chapter-numbers .background-container {
      width: 398px; } }
  @media screen and (min-width: 960px) {
    .numbers-container.chapter-numbers .background-container .background-image {
      width: calc(100% + 30px); } }
  @media screen and (min-width: 1280px) {
    .numbers-container.chapter-numbers .background-container .background-image {
      height: 100%; } }
  .numbers-container h2 {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 2.125rem; }
    @media screen and (min-width: 580px) {
      .numbers-container h2 {
        font-size: 2.25rem;
        margin-bottom: 1.25rem; } }
    @media screen and (min-width: 960px) {
      .numbers-container h2 {
        margin-bottom: 1.375rem; } }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .numbers-container .description {
      padding: 0 2%; } }
  .numbers-container .description p {
    margin: 0 0 1rem; }
  @media screen and (min-width: 960px) {
    .numbers-container:not(.chapter-numbers) .description {
      padding: 0 10% 0 0;
      position: relative;
      z-index: 2; } }
  @media screen and (min-width: 1280px) {
    .numbers-container:not(.chapter-numbers) .description {
      padding: 0 20% 0 0; } }
  @media screen and (min-width: 1280px) {
    .numbers-container.chapter-numbers h2 {
      margin-bottom: 1.6875rem; } }
  @media screen and (min-width: 1280px) {
    .numbers-container.chapter-numbers .description {
      position: relative;
      z-index: 2; } }
  .numbers-container .cta {
    color: #fff;
    white-space: nowrap;
    display: inline-block;
    height: auto;
    padding: 0;
    width: auto; }
    .no-touchevents .numbers-container .cta {
      transition: color 150ms; }
      .no-touchevents .numbers-container .cta:hover {
        color: #d8ab4c; }
    .numbers-container .cta span {
      padding-left: 0.1875rem; }
  .numbers-container .big-number {
    position: relative;
    display: inline-block;
    margin-bottom: 0.875rem; }
    @media screen and (min-width: 580px) {
      .numbers-container .big-number {
        margin-bottom: 0.25rem; } }
    .numbers-container .big-number .text {
      position: absolute;
      top: -0.625rem;
      left: 2.75rem;
      font-family: 'Adobe Garamond W01 It';
      font-size: 2.25rem;
      line-height: 1.1112; }
      @media screen and (min-width: 580px) {
        .numbers-container .big-number .text {
          font-size: 3.75rem;
          top: -1.125rem;
          left: 3.875rem; } }
    .numbers-container .big-number .number {
      font-family: 'Falstaff W01', serif;
      font-weight: normal;
      font-style: normal;
      font-size: 6.875rem;
      line-height: 1;
      color: #d8ab4c;
      letter-spacing: -0.02em; }
      .numbers-container .big-number .number * {
        font-family: inherit; }
      @media screen and (min-width: 580px) {
        .numbers-container .big-number .number {
          font-size: 11.25rem; } }
      @media screen and (min-width: 960px) {
        .numbers-container .big-number .number {
          font-size: 14.0625rem; } }
      @media screen and (min-width: 1280px) {
        .numbers-container .big-number .number {
          font-size: 17.5rem; } }
    .numbers-container .big-number .small-txt {
      font-size: 0.75em; }
  @media screen and (min-width: 960px) {
    .numbers-container:not(.chapter-numbers) .big-number {
      position: absolute;
      right: 4.0625rem;
      bottom: -4.375rem;
      margin-bottom: 0; } }
  @media screen and (min-width: 1280px) {
    .numbers-container:not(.chapter-numbers) .big-number {
      bottom: -5.625rem; } }
  @media screen and (min-width: 960px) {
    .numbers-container:not(.chapter-numbers) .big-number .text {
      top: -0.75rem;
      left: 8.4375rem; } }
  @media screen and (min-width: 1280px) {
    .numbers-container:not(.chapter-numbers) .big-number .text {
      font-size: 4.5rem;
      left: 3.875rem; } }
  @media screen and (min-width: 1280px) {
    .numbers-container.chapter-numbers .big-number {
      position: absolute;
      bottom: -4.25rem;
      left: 373px;
      margin: 0; } }
  @media screen and (min-width: 960px) {
    .numbers-container.chapter-numbers .big-number .number {
      font-size: 11.25rem; } }
  @media screen and (min-width: 1280px) {
    .numbers-container.chapter-numbers .big-number .number {
      font-size: 14.0625rem; } }
  @media screen and (min-width: 1280px) {
    .numbers-container.chapter-numbers .big-number .text {
      top: -1.25rem;
      left: 10.4375rem; } }

.footer-cta-container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px); }
  .footer-cta-container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .footer-cta-container {
      width: calc(100% - 60px); } }
  @media screen and (min-width: 580px) {
    .footer-cta-container .footer-cta-inner {
      padding-top: 1.25rem;
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 88.85071%;
      margin-left: 5.57464%;
      margin-right: 0; }
      .footer-cta-container .footer-cta-inner:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .footer-cta-container .footer-cta-inner {
      padding: 0 0 7.5rem;
      width: 100%;
      margin: 0; } }
  @media screen and (min-width: 1280px) {
    .footer-cta-container .footer-cta-inner {
      padding-bottom: 8.4375rem; } }
  .footer-cta-container nav {
    margin-bottom: 3.125rem; }
    .footer-cta-container nav::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 580px) {
      .footer-cta-container nav {
        margin-bottom: 5rem; } }
    @media screen and (min-width: 960px) {
      .footer-cta-container nav {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 44.25357%;
        margin-left: 2.78732%;
        margin-bottom: 0; }
        .footer-cta-container nav:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .footer-cta-container nav:last-of-type {
        margin-left: 5.57464%; } }
    .footer-cta-container nav h3 {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 41.46625%;
      font-size: 3rem;
      line-height: 0.75;
      color: #b5b5b5;
      border: 0;
      letter-spacing: -0.125rem; }
      .footer-cta-container nav h3:last-child {
        margin-right: 0; }
      @media screen and (min-width: 580px) {
        .footer-cta-container nav h3 {
          font-size: 4.5rem; } }
      @media screen and (min-width: 960px) {
        .footer-cta-container nav h3 {
          float: left;
          display: block;
          margin-right: 0.77636%;
          width: 37.01478%;
          font-size: 4.6875rem;
          padding-bottom: 0; }
          .footer-cta-container nav h3:last-child {
            margin-right: 0; } }
      .footer-cta-container nav h3 span {
        color: #d8ab4c; }
      @media screen and (min-width: 1280px) {
        .footer-cta-container nav h3 br {
          display: none; } }
    .footer-cta-container nav ul {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 52.61554%;
      margin-left: 5.57464%;
      border-top: solid 1px #ddd;
      margin-top: -0.0625rem; }
      .footer-cta-container nav ul:last-child {
        margin-right: 0; }
      @media screen and (min-width: 580px) {
        .footer-cta-container nav ul {
          margin-top: -0.1875rem; } }
      @media screen and (min-width: 960px) {
        .footer-cta-container nav ul {
          float: left;
          display: block;
          margin-right: 0.77636%;
          width: 55.91034%;
          margin-left: 6.29852%; }
          .footer-cta-container nav ul:last-child {
            margin-right: 0; } }

.program-landing-header-container {
  background: #000; }

.program-landing-header {
  max-width: 1280px;
  margin: 0 auto;
  color: #fff;
  padding-bottom: 100px; }
  @media screen and (max-width: 579px) {
    .program-landing-header {
      position: relative; } }
  @media screen and (min-width: 580px) {
    .program-landing-header {
      position: relative; }
      .program-landing-header::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (min-width: 960px) {
    .program-landing-header {
      padding-top: 0; } }
  .program-landing-header.video-active .poster {
    display: none; }
  @media screen and (max-width: 579px) {
    .program-landing-header.video-active .text {
      top: 80px; } }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .program-landing-header.video-active .text {
      top: 100px; } }
  @media screen and (max-width: 959px) {
    .program-landing-header.video-active .text .play {
      visibility: hidden; } }
  @media screen and (min-width: 960px) {
    .program-landing-header.video-active .nav-section,
    .program-landing-header.video-active .text {
      display: none; }
    .program-landing-header.video-active .visual:before {
      content: normal; } }
  .program-landing-header .nav-section {
    height: 60px;
    position: relative;
    z-index: 2;
    background: #000; }
    @media screen and (max-width: 959px) {
      .program-landing-header .nav-section {
        display: flex;
        width: 100%;
        position: absolute;
        bottom: 0; } }
    @media screen and (min-width: 580px) {
      .program-landing-header .nav-section {
        height: 80px;
        position: absolute;
        bottom: 0; } }
    @media screen and (min-width: 960px) {
      .program-landing-header .nav-section {
        position: relative;
        top: auto;
        height: 100%;
        background: #000;
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 35.89161%;
        padding-top: 53px; }
        .program-landing-header .nav-section:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 580px) and (max-width: 959px) {
      .program-landing-header .nav-section {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 47.0409%;
        float: none;
        position: absolute;
        bottom: -80px;
        display: flex; }
        .program-landing-header .nav-section:last-child {
          margin-right: 0; } }
    .program-landing-header .nav-section .title {
      font-family: 'ApexNew Book', sans-serif;
      font-weight: normal;
      font-style: normal; }
      .program-landing-header .nav-section .title b,
      .program-landing-header .nav-section .title strong {
        font-family: 'ApexNew Medium', sans-serif; }
      .program-landing-header .nav-section .title i,
      .program-landing-header .nav-section .title em {
        font-family: 'ApexNew Book Italic', sans-serif; }
      @media screen and (max-width: 959px) {
        .program-landing-header .nav-section .title {
          flex: 1;
          padding-left: 20px;
          font-family: 'ApexNew Book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 1.125rem;
          display: flex;
          flex-direction: column;
          justify-content: center; }
          .program-landing-header .nav-section .title b,
          .program-landing-header .nav-section .title strong {
            font-family: 'ApexNew Medium', sans-serif; }
          .program-landing-header .nav-section .title i,
          .program-landing-header .nav-section .title em {
            font-family: 'ApexNew Book Italic', sans-serif; } }
      @media screen and (min-width: 580px) {
        .program-landing-header .nav-section .title {
          font-size: 1.5rem; } }
      @media screen and (min-width: 960px) {
        .program-landing-header .nav-section .title {
          font-size: 1.875rem;
          margin-bottom: 16px;
          float: left;
          display: block;
          margin-right: 0.95723%;
          width: 61.17029%;
          margin-left: 7.76594%; }
          .program-landing-header .nav-section .title:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 959px) {
      .program-landing-header .nav-section .body {
        display: none;
        position: absolute;
        right: 0;
        background: #000;
        overflow-y: auto; }
        .touchevents .program-landing-header .nav-section .body {
          overflow-y: scroll;
          -webkit-overflow-scrolling: touch; } }
    @media screen and (max-width: 579px) {
      .program-landing-header .nav-section .body {
        width: 100%;
        top: 60px;
        padding: 0 20px 20px;
        border-top: 1px solid #585858;
        height: calc(100vh - 121px); } }
    @media screen and (min-width: 580px) and (max-width: 959px) {
      .program-landing-header .nav-section .body {
        top: 80px;
        /* width: 375px; */
        width: 100%;
        padding: 0 36px 30px;
        max-height: calc(100vh - 161px); } }
    @media screen and (min-width: 960px) {
      .program-landing-header .nav-section .body {
        float: left;
        display: block;
        margin-right: 0.95723%;
        width: 61.17029%;
        margin-left: 7.76594%;
        border-top: 1px solid #585858; }
        .program-landing-header .nav-section .body:last-child {
          margin-right: 0; } }
    .program-landing-header .nav-section .body .cta {
      width: 100%;
      margin-top: 20px; }
      @media screen and (min-width: 580px) {
        .program-landing-header .nav-section .body .cta {
          margin-top: 28px; } }
    .program-landing-header .nav-section div.alternate-layout {
      padding-top: 10px; }
    .program-landing-header .nav-section.is-open .body {
      display: block; }
    .program-landing-header .nav-section ul li {
      border-color: #585858; }
      .program-landing-header .nav-section ul li a {
        color: inherit; }
    .program-landing-header .nav-section .current-page {
      border-left: 1px solid #585858;
      width: 100%;
      font-family: 'ApexNew Medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      font-size: 0.75rem;
      line-height: 1.2858;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0.4em 36px 0 12px;
      cursor: pointer;
      position: relative; }
      .program-landing-header .nav-section .current-page b,
      .program-landing-header .nav-section .current-page strong {
        font-family: 'ApexNew Bold', sans-serif; }
      .program-landing-header .nav-section .current-page i,
      .program-landing-header .nav-section .current-page em {
        font-family: 'ApexNew Medium Italic', sans-serif; }
      @media screen and (min-width: 580px) {
        .program-landing-header .nav-section .current-page {
          /* width: 194px; */
          font-size: 0.875rem;
          padding-left: 24px;
          padding-right: 42px; } }
      @media screen and (min-width: 960px) {
        .program-landing-header .nav-section .current-page {
          display: none; } }
      .program-landing-header .nav-section .current-page:after {
        content: '';
        -webkit-transition: border-color 150ms ease-in-out;
        -moz-transition: border-color 150ms ease-in-out;
        transition: border-color 150ms ease-in-out;
        display: inline-block;
        height: 9px;
        width: 9px;
        border-width: 2px 0 0 2px;
        border-color: #fff;
        border-style: solid;
        -webkit-transform: rotate(225deg) translateZ(0);
        -moz-transform: rotate(225deg) translateZ(0);
        -ms-transform: rotate(225deg) translateZ(0);
        -o-transform: rotate(225deg) translateZ(0);
        transform: rotate(225deg) translateZ(0);
        position: absolute;
        right: 20px;
        top: 23px;
        transition: all 150ms; }
        @media screen and (min-width: 580px) {
          .program-landing-header .nav-section .current-page:after {
            height: 12px;
            width: 12px;
            right: 22px;
            top: 30px; } }
    .program-landing-header .nav-section.is-open .current-page:after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 28px; }
      @media screen and (min-width: 580px) {
        .program-landing-header .nav-section.is-open .current-page:after {
          top: 37px; } }
  @media screen and (min-width: 960px) {
    .program-landing-header .visual {
      margin: 0 -30px;
      position: relative; }
      .program-landing-header .visual:before {
        content: '';
        display: block;
        width: 35px;
        height: 100%;
        background: #000;
        position: absolute;
        z-index: 2; } }
  .program-landing-header .visual .image {
    padding-bottom: 56.25%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0; }
    @media screen and (min-width: 960px) {
      .program-landing-header .visual .image {
        background-position: 100% 0; } }
  @media screen and (max-width: 959px) {
    .program-landing-header .poster .play {
      display: none !important; } }
  .program-landing-header .text {
    color: #fff; }
    @media screen and (max-width: 959px) {
      .program-landing-header .text {
        padding-right: 20px;
        padding-left: 20px; } }
    @media screen and (max-width: 959px) {
      .program-landing-header .text {
        position: relative;
        top: 0;
        transition: top 400ms ease-in-out; } }
    @media screen and (min-width: 580px) and (max-width: 959px) {
      .program-landing-header .text {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 55.40286%;
        margin-left: 44.59714%; }
        .program-landing-header .text:last-child {
          margin-right: 0; } }
    .program-landing-header .text header {
      min-height: 2.25em;
      margin: -1.1em 0 0;
      font-size: 3rem;
      position: relative;
      z-index: 2; }
      @media screen and (max-width: 959px) {
        .program-landing-header .text header {
          display: flex;
          flex-direction: column;
          justify-content: center; } }
      @media screen and (min-width: 580px) {
        .program-landing-header .text header {
          font-size: 4.5rem;
          margin-bottom: 0; } }
      @media screen and (min-width: 960px) {
        .program-landing-header .text header {
          margin: 0;
          position: absolute;
          top: 63px;
          left: 0;
          margin-left: 30.66053%;
          z-index: 6; } }
  .program-landing-header h2 {
    color: inherit; }
    .program-landing-header h2 b,
    .program-landing-header h2 strong {
      color: #d8ab4c; }
    @media screen and (min-width: 1280px) {
      .program-landing-header h2 {
        font-size: 7.5rem; } }
  .program-landing-header h1 {
    font-size: 3rem;
    line-height: 0.75;
    text-transform: uppercase;
    font-family: 'franchisebold', sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -0.02em;
    color: inherit; }
    .program-landing-header h1 * {
      font-family: inherit; }
    @media screen and (min-width: 580px) {
      .program-landing-header h1 {
        font-size: 4.5rem; } }
    @media screen and (min-width: 960px) {
      .program-landing-header h1 {
        font-size: 6.25rem; } }
    .program-landing-header h1 b,
    .program-landing-header h1 strong {
      color: #d8ab4c; }
    @media screen and (min-width: 1280px) {
      .program-landing-header h1 {
        font-size: 7.5rem; } }
  .program-landing-header .video-caption {
    padding: 20px 0 30px; }
    @media screen and (min-width: 580px) {
      .program-landing-header .video-caption {
        padding-bottom: 40px; } }
    @media screen and (min-width: 960px) {
      .program-landing-header .video-caption {
        position: absolute;
        bottom: 20px;
        right: 120px;
        border-right: 1px solid #d8ab4c;
        text-align: right;
        padding: 0 10px 0 0;
        width: 18em;
        min-height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: center; } }
    @media screen and (min-width: 1280px) {
      .program-landing-header .video-caption {
        bottom: 30px;
        right: 130px; } }
    .program-landing-header .video-caption p {
      margin: 0; }
    .program-landing-header .video-caption .play {
      margin-top: 22px; }
      @media screen and (min-width: 960px) {
        .program-landing-header .video-caption .play {
          display: none; } }

@media screen and (min-width: 960px) {
  .program-landing-header-inner {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 60px); }
    .program-landing-header-inner::after {
      clear: both;
      content: "";
      display: block; } }
@media screen and (min-width: 960px) {
  .program-landing-header-inner {
    position: relative; } }
@media screen and (min-width: 580px) and (max-width: 959px) {
  .program-landing-header-inner {
    position: relative; } }

/* BB: 09/19/2017 special style for layout without menu */
@media screen and (min-width: 960px) {
  .lph-without-menu .program-landing-header .nav-section {
    position: relative;
    top: auto;
    height: 100%;
    background: #000;
    float: left;
    display: block;
    margin-right: 0.34357%;
    width: 35.89161%;
    padding-top: 53px; }
    .lph-without-menu .program-landing-header .nav-section:last-child {
      margin-right: 0; } }
@media screen and (min-width: 580px) and (max-width: 959px) {
  .lph-without-menu .program-landing-header .nav-section {
    float: left;
    display: block;
    margin-right: 0.34357%;
    width: 100%;
    float: none;
    position: absolute;
    bottom: -80px;
    display: flex; }
    .lph-without-menu .program-landing-header .nav-section:last-child {
      margin-right: 0; } }
@media screen and (max-width: 579px) {
  .lph-without-menu .program-landing-header .nav-section div.body {
    width: 100%;
    top: 60px;
    padding: 0 20px 20px;
    border-top: 1px solid #585858;
    height: calc(100vh - 121px); } }
@media screen and (min-width: 580px) and (max-width: 959px) {
  .lph-without-menu .program-landing-header .nav-section div.body {
    top: 80px;
    /* width: 375px; */
    width: 100%;
    padding: 0 36px 30px;
    max-height: calc(100vh - 161px); } }
.lph-without-menu .program-landing-header .nav-section div.without-menu {
  padding-top: 10px; }

.tabbed-feature-container {
  background-color: #f5f5f5; }
  .tabbed-feature-container .tabbed-feature-inner {
    position: relative; }
    .tabbed-feature-container .tabbed-feature-inner .items-container {
      max-width: 1220px;
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 40px); }
      .tabbed-feature-container .tabbed-feature-inner .items-container::after {
        clear: both;
        content: "";
        display: block; }
      @media screen and (min-width: 960px) {
        .tabbed-feature-container .tabbed-feature-inner .items-container {
          width: calc(100% - 60px); } }
      @media screen and (max-width: 579px) {
        .tabbed-feature-container .tabbed-feature-inner .items-container {
          padding-top: 30px;
          padding-bottom: 20px; } }
      @media screen and (min-width: 960px) {
        .tabbed-feature-container .tabbed-feature-inner .items-container {
          width: auto;
          max-width: none; }
          .tabbed-feature-container .tabbed-feature-inner .items-container:after {
            content: normal; } }
      .tabbed-feature-container .tabbed-feature-inner .items-container .item {
        display: none;
        min-height: 355px;
        text-align: center; }
        @media screen and (min-width: 580px) {
          .tabbed-feature-container .tabbed-feature-inner .items-container .item {
            min-height: 490px; } }
        @media screen and (min-width: 960px) {
          .tabbed-feature-container .tabbed-feature-inner .items-container .item {
            position: relative; } }
        .tabbed-feature-container .tabbed-feature-inner .items-container .item.active {
          display: block; }
        @media screen and (min-width: 960px) {
          .tabbed-feature-container .tabbed-feature-inner .items-container .item .text-wrap {
            max-width: 1220px;
            margin-left: auto;
            margin-right: auto;
            width: calc(100% - 60px); }
            .tabbed-feature-container .tabbed-feature-inner .items-container .item .text-wrap::after {
              clear: both;
              content: "";
              display: block; } }
        @media screen and (min-width: 960px) {
          .tabbed-feature-container .tabbed-feature-inner .items-container .item .text-wrap {
            min-height: 640px;
            display: flex; } }
        @media screen and (min-width: 580px) {
          .tabbed-feature-container .tabbed-feature-inner .items-container .item .text {
            float: left;
            display: block;
            margin-right: 0.34357%;
            width: 94.42536%;
            margin-left: 2.78732%;
            padding-top: 50px;
            padding-bottom: 50px; }
            .tabbed-feature-container .tabbed-feature-inner .items-container .item .text:last-child {
              margin-right: 0; } }
        @media screen and (min-width: 960px) {
          .tabbed-feature-container .tabbed-feature-inner .items-container .item .text {
            float: left;
            display: block;
            margin-right: 0.34357%;
            width: 47.0409%;
            margin-left: 0%;
            display: flex;
            flex-direction: column;
            justify-content: center; }
            .tabbed-feature-container .tabbed-feature-inner .items-container .item .text:last-child {
              margin-right: 0; } }
        @media screen and (min-width: 1280px) {
          .tabbed-feature-container .tabbed-feature-inner .items-container .item .text {
            float: left;
            display: block;
            margin-right: 0.34357%;
            width: 41.46625%;
            margin-left: 2.78732%;
            display: flex; }
            .tabbed-feature-container .tabbed-feature-inner .items-container .item .text:last-child {
              margin-right: 0; } }
        .tabbed-feature-container .tabbed-feature-inner .items-container .item .image {
          width: 50%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat;
          height: 640px;
          position: absolute;
          left: 50%;
          top: 0; }
          @media screen and (max-width: 959px) {
            .tabbed-feature-container .tabbed-feature-inner .items-container .item .image {
              display: none; } }
        .tabbed-feature-container .tabbed-feature-inner .items-container .item h3 {
          font-family: 'ApexNew Medium', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 1.5rem;
          line-height: 1.25;
          margin-bottom: 0.8125rem; }
          .tabbed-feature-container .tabbed-feature-inner .items-container .item h3 b,
          .tabbed-feature-container .tabbed-feature-inner .items-container .item h3 strong {
            font-family: 'ApexNew Bold', sans-serif; }
          .tabbed-feature-container .tabbed-feature-inner .items-container .item h3 i,
          .tabbed-feature-container .tabbed-feature-inner .items-container .item h3 em {
            font-family: 'ApexNew Medium Italic', sans-serif; }
          @media screen and (max-width: 579px) {
            .tabbed-feature-container .tabbed-feature-inner .items-container .item h3 {
              border: 0 !important;
              clip: rect(0 0 0 0);
              height: 1px !important;
              margin: -1px !important;
              overflow: hidden;
              padding: 0 !important;
              position: absolute;
              width: 1px !important;
              white-space: nowrap; } }
          .tabbed-feature-container .tabbed-feature-inner .items-container .item h3 a {
            text-decoration: none;
            color: #333; }
        .tabbed-feature-container .tabbed-feature-inner .items-container .item p:last-of-type {
          margin-bottom: 0; }
        .tabbed-feature-container .tabbed-feature-inner .items-container .item .cta-container {
          margin-top: 1.4375rem; }
          @media screen and (min-width: 580px) {
            .tabbed-feature-container .tabbed-feature-inner .items-container .item .cta-container {
              margin-top: 3.125rem; } }
          @media screen and (min-width: 960px) {
            .tabbed-feature-container .tabbed-feature-inner .items-container .item .cta-container {
              display: flex;
              justify-content: space-between;
              width: 100%;
              max-width: 440px;
              margin-right: auto;
              margin-left: auto; } }
          @media screen and (min-width: 1280px) {
            .tabbed-feature-container .tabbed-feature-inner .items-container .item .cta-container {
              margin-top: 4.375rem; } }
        .tabbed-feature-container .tabbed-feature-inner .items-container .item .optional-cta {
          margin-top: 30px; }
        .tabbed-feature-container .tabbed-feature-inner .items-container .item .cta {
          margin-right: 10px;
          margin-left: 10px; }
          @media screen and (min-width: 960px) {
            .tabbed-feature-container .tabbed-feature-inner .items-container .item .cta {
              margin-right: auto;
              margin-left: auto; } }
          @media screen and (max-width: 579px) {
            .tabbed-feature-container .tabbed-feature-inner .items-container .item .cta + .cta {
              margin-top: 1.25rem; } }
    .tabbed-feature-container .tabbed-feature-inner .next-previous {
      display: flex;
      margin-bottom: 33px; }
      @media screen and (min-width: 580px) {
        .tabbed-feature-container .tabbed-feature-inner .next-previous {
          display: none; } }
      .tabbed-feature-container .tabbed-feature-inner .next-previous .arrow-button {
        height: auto;
        min-height: 3.75rem; }
        .tabbed-feature-container .tabbed-feature-inner .next-previous .arrow-button:after {
          content: '';
          -webkit-transition: border-color 150ms ease-in-out;
          -moz-transition: border-color 150ms ease-in-out;
          transition: border-color 150ms ease-in-out;
          display: inline-block;
          height: 13px;
          width: 13px;
          border-width: 2px 0 0 2px;
          border-color: #000;
          border-style: solid;
          -webkit-transform: rotate(315deg);
          -moz-transform: rotate(315deg);
          -ms-transform: rotate(315deg);
          -o-transform: rotate(315deg);
          transform: rotate(315deg);
          position: relative;
          top: 0.5rem; }
        .no-touchevents .tabbed-feature-container .tabbed-feature-inner .next-previous .arrow-button:hover {
          background-color: #000;
          border-color: #000;
          z-index: 1; }
          .no-touchevents .tabbed-feature-container .tabbed-feature-inner .next-previous .arrow-button:hover:after {
            border-color: #fff; }
        .tabbed-feature-container .tabbed-feature-inner .next-previous .arrow-button.next {
          left: -0.0625rem; }
          @media screen and (max-width: 959px) {
            .tabbed-feature-container .tabbed-feature-inner .next-previous .arrow-button.next {
              float: right; } }
          .tabbed-feature-container .tabbed-feature-inner .next-previous .arrow-button.next:after {
            -webkit-transform: rotate(135deg);
            -moz-transform: rotate(135deg);
            -ms-transform: rotate(135deg);
            -o-transform: rotate(135deg);
            transform: rotate(135deg);
            left: -0.25rem; }
        .tabbed-feature-container .tabbed-feature-inner .next-previous .arrow-button.prev:after {
          left: 0.1875rem; }
    .tabbed-feature-container .tabbed-feature-inner .title-active {
      flex: 1;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      font-family: 'ApexNew Medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 0.875rem;
      line-height: 1.2858;
      text-transform: uppercase;
      text-align: center;
      padding: 0 10px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .tabbed-feature-container .tabbed-feature-inner .title-active b,
      .tabbed-feature-container .tabbed-feature-inner .title-active strong {
        font-family: 'ApexNew Bold', sans-serif; }
      .tabbed-feature-container .tabbed-feature-inner .title-active i,
      .tabbed-feature-container .tabbed-feature-inner .title-active em {
        font-family: 'ApexNew Medium Italic', sans-serif; }
      @media screen and (min-width: 580px) {
        .tabbed-feature-container .tabbed-feature-inner .title-active {
          display: none; } }
  @media screen and (max-width: 579px) {
    .tabbed-feature-container .tabs {
      display: none; } }

.nav-chapters-container {
  -webkit-transition: opacity 150ms ease-in-out;
  -moz-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
  top: 6rem;
  left: 0.9375rem;
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 16.38036%;
  height: calc(100vh - 130px);
  overflow-y: auto; }
  @media screen and (max-width: 959px) {
    .nav-chapters-container {
      display: none; } }
  .nav-chapters-container:last-child {
    margin-right: 0; }
  .nav-chapters-container.fixed {
    position: fixed;
    z-index: 10;
    top: 60px; }
    @media screen and (min-width: 580px) {
      .nav-chapters-container.fixed {
        top: 5rem; } }
    @media screen and (min-width: 960px) {
      .nav-chapters-container.fixed {
        top: 8.125rem; } }
  @media screen and (min-width: 960px) {
    .nav-chapters-container.bottom {
      opacity: 1;
      top: auto;
      bottom: 2.5rem; } }

.nav-chapters {
  color: #000; }
  .nav-chapters ul li {
    border-bottom: 0; }
    .nav-chapters ul li a {
      line-height: 1.1429;
      padding: 0.875rem 0.9375rem 0.6875rem 0.9375rem;
      position: relative;
      display: block;
      color: #000; }
      .no-touchevents .nav-chapters ul li a {
        transition: none; }
        .no-touchevents .nav-chapters ul li a:hover {
          color: #d8ab4c; }
      .nav-chapters ul li a:hover {
        background: #fff; }
      .nav-chapters ul li a.active {
        background: #000;
        color: #fff; }
        .nav-chapters ul li a.active:hover {
          color: #fff; }

.tout-container {
  max-width: 1280px;
  margin: 0 auto; }
  .tout-container .tout-inner {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    text-align: center; }
    .tout-container .tout-inner::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 960px) {
      .tout-container .tout-inner {
        width: calc(100% - 60px); } }
    .tout-container .tout-inner h2 {
      margin-bottom: 32px; }
      .tout-container .tout-inner h2 b,
      .tout-container .tout-inner h2 strong {
        display: block;
        color: #d8ab4c; }
    .tout-container .tout-inner h1 {
      margin-bottom: 32px; }
      .tout-container .tout-inner h1 b,
      .tout-container .tout-inner h1 strong {
        display: block;
        color: #d8ab4c; }
    .tout-container .tout-inner .cta {
      margin-right: auto;
      margin-left: auto; }
  .chapter .tout-container .tout-inner {
    padding: 0; }
    @media screen and (min-width: 960px) {
      .chapter .tout-container .tout-inner {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 52.89427%;
        margin-left: 2.78732%;
        float: right; }
        .chapter .tout-container .tout-inner:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .chapter .tout-container .tout-inner h2 {
        text-align: left;
        font-size: 4.5rem; } }
    @media screen and (min-width: 1280px) {
      .chapter .tout-container .tout-inner h2 {
        font-size: 6.25rem; } }
    @media screen and (min-width: 960px) {
      .chapter .tout-container .tout-inner .cta {
        float: left; } }

.chapters-container {
  padding-top: 1.75rem;
  position: relative; }
  @media screen and (min-width: 960px) {
    .chapters-container {
      padding-top: 3.75rem; } }
  @media screen and (min-width: 1280px) {
    .chapters-container {
      padding-top: 2.5rem; } }
  .chapters-container .call-out {
    background-color: #f5f5f5;
    padding: 12px 0 25px;
    margin-bottom: 25px; }
    @media screen and (min-width: 580px) {
      .chapters-container .call-out {
        padding-top: 28px; } }
    @media screen and (min-width: 1280px) {
      .chapters-container .call-out {
        padding: 20px 0; } }

.chapter {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  color: #000;
  padding: 25px 0; }
  .chapter::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .chapter {
      width: calc(100% - 60px); } }
  @media screen and (min-width: 580px) {
    .chapter {
      padding: 30px 0; } }
  @media screen and (min-width: 1280px) {
    .chapter {
      padding: 50px 0; } }

.chapter-hdr {
  margin-bottom: 24px; }
  @media screen and (min-width: 580px) {
    .chapter-hdr {
      margin-bottom: 33px;
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 88.85071%;
      margin-left: 5.57464%; }
      .chapter-hdr:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .chapter-hdr {
      margin-bottom: 0 !important;
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 21.955%;
      margin-left: 22.29857%;
      padding-top: 0.5rem; }
      .chapter-hdr:last-child {
        margin-right: 0; } }
  .chapter-hdr h3 {
    font-size: 3rem;
    line-height: 0.75;
    text-transform: uppercase;
    font-family: 'franchisebold', sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -0.015em; }
    .chapter-hdr h3 * {
      font-family: inherit; }
    @media screen and (min-width: 1280px) {
      .chapter-hdr h3 {
        font-size: 3.75rem; } }

@media screen and (min-width: 580px) {
  .chapter-body {
    float: left;
    display: block;
    margin-right: 0.34357%;
    width: 88.85071%;
    margin-left: 5.57464%; }
    .chapter-body:last-child {
      margin-right: 0; } }
@media screen and (min-width: 960px) {
  .chapter-body {
    float: left;
    display: block;
    margin-right: 0.34357%;
    width: 49.82822%;
    margin-left: 2.78732%; }
    .chapter-body:last-child {
      margin-right: 0; }
    .no-chapter .chapter-body {
      margin-left: 47.38446%; } }
.chapter-body > *:last-child {
  margin-bottom: 0 !important; }
@media screen and (min-width: 960px) {
  .chapter-body .row {
    display: block; }
    .chapter-body .row::after {
      clear: both;
      content: "";
      display: block; } }
@media screen and (min-width: 960px) {
  .chapter-body .block {
    padding-top: 0;
    float: left;
    display: block;
    margin-right: 0.6895%;
    width: 44.06139%; }
    .chapter-body .block:last-child {
      margin-right: 0; }
    .chapter-body .block + .block {
      margin-left: 11.18772%; } }
.chapter-body h3 {
  font-size: 1.5rem;
  line-height: 1.25;
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 1.125rem; }
  .chapter-body h3 b,
  .chapter-body h3 strong {
    font-family: 'ApexNew Bold', sans-serif; }
  .chapter-body h3 i,
  .chapter-body h3 em {
    font-family: 'ApexNew Medium Italic', sans-serif; }
  @media screen and (min-width: 580px) {
    .chapter-body h3 {
      font-size: 1.875rem;
      line-height: 1.2;
      margin-bottom: 1.4375rem; } }
  @media screen and (min-width: 1280px) {
    .chapter-body h3 {
      margin-bottom: 1.9375rem; } }
.chapter-body h4 {
  font-size: 1.25rem;
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0.875rem; }
  .chapter-body h4 b,
  .chapter-body h4 strong {
    font-family: 'ApexNew Bold', sans-serif; }
  .chapter-body h4 i,
  .chapter-body h4 em {
    font-family: 'ApexNew Medium Italic', sans-serif; }
  @media screen and (min-width: 580px) {
    .chapter-body h4 {
      margin-bottom: 1.375rem; } }
  @media screen and (min-width: 960px) {
    .chapter-body h4 {
      margin-top: 0.3125rem; } }
.chapter-body p + .cta {
  margin-top: 0.5rem; }
.chapter-body .cta-ftr {
  padding: 15px 0 12px; }
  @media screen and (min-width: 580px) {
    .chapter-body .cta-ftr {
      padding: 46px 0 0; } }
.chapter-body ul.links {
  border-top: 1px solid #ddd; }
.chapter-body > ul.links {
  margin: 1.25rem 0; }
  @media screen and (min-width: 580px) {
    .chapter-body > ul.links {
      border: 0;
      margin: 2.0625rem 0;
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 32px;
      -moz-column-gap: 32px;
      column-gap: 32px; }
      .chapter-body > ul.links li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid; } }
  @media screen and (min-width: 960px) {
    .chapter-body > ul.links {
      -webkit-column-gap: 53px;
      -moz-column-gap: 53px;
      column-gap: 53px; } }
  @media screen and (min-width: 1280px) {
    .chapter-body > ul.links {
      -webkit-column-gap: 72px;
      -moz-column-gap: 72px;
      column-gap: 72px; } }
.chapter-body > table {
  font-family: 'ApexNew Book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.25rem; }
  .chapter-body > table b,
  .chapter-body > table strong {
    font-family: 'ApexNew Medium', sans-serif; }
  .chapter-body > table i,
  .chapter-body > table em {
    font-family: 'ApexNew Book Italic', sans-serif; }
  @media screen and (max-width: 1279px) {
    .chapter-body > table {
      line-height: 1.2; } }
  @media screen and (min-width: 580px) {
    .chapter-body > table td {
      padding: 0 1em 2.5rem 0;
      vertical-align: top; } }
  @media screen and (min-width: 1280px) {
    .chapter-body > table td {
      padding-bottom: 1.875rem; } }
  @media screen and (min-width: 580px) {
    .chapter-body > table td:last-child {
      padding-right: 0; } }
  @media screen and (min-width: 580px) {
    .chapter-body > table td:nth-child(2):last-child {
      width: 46.67%; } }
  @media screen and (min-width: 960px) {
    .chapter-body > table td:nth-child(2):last-child {
      width: 44.06%; } }
  @media screen and (max-width: 579px) {
    .chapter-body > table,
    .chapter-body > table thead,
    .chapter-body > table tbody,
    .chapter-body > table tr,
    .chapter-body > table th,
    .chapter-body > table td {
      display: block; }
    .chapter-body > table tr {
      margin-bottom: 32px; }
    .chapter-body > table td,
    .chapter-body > table th {
      margin-bottom: 10px; } }
.chapter-body .event {
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 11px 0 30px;
  margin-bottom: 14px; }
  @media screen and (min-width: 580px) {
    .chapter-body .event {
      padding-bottom: 20px; } }
  @media screen and (min-width: 960px) {
    .chapter-body .event {
      padding-top: 0;
      margin-bottom: 25px; } }
  .chapter-body .event .info {
    margin-bottom: 16px; }
    @media screen and (min-width: 580px) {
      .chapter-body .event .info {
        margin-right: 200px;
        min-height: 75px; } }
    @media screen and (min-width: 1280px) {
      .chapter-body .event .info {
        margin-right: 220px; } }
  .chapter-body .event .date {
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.25rem;
    margin-bottom: 0.25rem; }
    .chapter-body .event .date b,
    .chapter-body .event .date strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .chapter-body .event .date i,
    .chapter-body .event .date em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
  .chapter-body .event .location {
    font-family: 'Adobe Garamond W01 It';
    font-size: 1.5rem;
    line-height: 1.25; }
  .chapter-body .event .desc *:last-child {
    margin-bottom: 0; }
  .chapter-body .event .cta {
    margin-top: 1.375rem; }
    @media screen and (min-width: 580px) {
      .chapter-body .event .cta {
        position: absolute;
        top: 16px;
        right: 0;
        margin: 0; } }
    @media screen and (min-width: 960px) {
      .chapter-body .event .cta {
        top: 5px; } }

.chapter-video {
  background: linear-gradient(transparent, transparent 178px, #d8ab4c 178px, #d8ab4c);
  padding-bottom: 20px;
  margin-bottom: 25px; }
  @media screen and (min-width: 1280px) {
    .chapter-video {
      background: linear-gradient(transparent, transparent 202px, #d8ab4c 202px, #d8ab4c);
      padding-bottom: 0; } }
  .chapter-video .chapter-hdr {
    margin-bottom: 36px; }
    @media screen and (min-width: 960px) {
      .chapter-video .chapter-hdr {
        padding-top: 0.125rem; } }
  .chapter-video .image {
    padding-bottom: 56.25%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0; }
  .chapter-video .body {
    padding-top: 26px; }
    @media screen and (min-width: 1280px) {
      .chapter-video .body {
        padding-top: 34px;
        display: block; }
        .chapter-video .body::after {
          clear: both;
          content: "";
          display: block; } }
  @media screen and (min-width: 1280px) {
    .chapter-video .desc {
      float: left;
      display: block;
      margin-right: 0.6895%;
      width: 44.06139%; }
      .chapter-video .desc:last-child {
        margin-right: 0; } }
  .chapter-video .desc *:last-child {
    margin-bottom: 0; }
  .chapter-video .cta-wrap {
    margin-top: 1.375rem; }
    @media screen and (min-width: 1280px) {
      .chapter-video .cta-wrap {
        margin-top: 0.375rem;
        float: left;
        display: block;
        margin-right: 0.6895%;
        width: 44.06139%;
        margin-left: 11.18772%; }
        .chapter-video .cta-wrap:last-child {
          margin-right: 0; } }

@media screen and (min-width: 580px) {
  #faqs {
    padding: 30px 0 50px; } }
@media screen and (min-width: 960px) {
  #faqs {
    padding: 30px 0 60px; } }
@media screen and (min-width: 1280px) {
  #faqs {
    padding: 40px 0 70px; } }

.faq {
  border: solid #000;
  border-width: 0 1px 1px; }
  .chapter .faq {
    margin: 22px 0 15px; }
    .chapter .faq + h4 {
      margin-top: 30px; }
      @media screen and (min-width: 580px) {
        .chapter .faq + h4 {
          margin-top: 40px; } }
      @media screen and (min-width: 1280px) {
        .chapter .faq + h4 {
          margin-top: 65px; } }

.faq-qa {
  border-top: 1px solid #000;
  padding-bottom: 0.5625rem; }
  @media screen and (min-width: 580px) {
    .faq-qa {
      padding-bottom: 0.0625rem; } }

.faq-a,
.faq-q {
  position: relative;
  padding-right: 14px;
  padding-left: 47px; }
  @media screen and (min-width: 580px) {
    .faq-a,
    .faq-q {
      padding-right: 33px;
      padding-left: 66px; } }
  @media screen and (min-width: 1280px) {
    .faq-a,
    .faq-q {
      padding-right: 66px; } }
  .faq-a .type,
  .faq-q .type {
    position: absolute;
    left: 14px; }
    @media screen and (min-width: 580px) {
      .faq-a .type,
      .faq-q .type {
        left: 33px; } }

.faq-q {
  cursor: pointer;
  padding-top: 1.5rem;
  padding-bottom: 0.75rem; }
  @media screen and (min-width: 580px) {
    .faq-q {
      padding-bottom: 1.125rem; } }
  @media screen and (min-width: 1280px) {
    .faq-q {
      position: relative; }
      .faq-q:after {
        content: '';
        -webkit-transition: border-color 150ms ease-in-out;
        -moz-transition: border-color 150ms ease-in-out;
        transition: border-color 150ms ease-in-out;
        display: inline-block;
        height: 12px;
        width: 12px;
        border-width: 2px 0 0 2px;
        border-color: #000;
        border-style: solid;
        -webkit-transform: rotate(225deg) translateZ(0);
        -moz-transform: rotate(225deg) translateZ(0);
        -ms-transform: rotate(225deg) translateZ(0);
        -o-transform: rotate(225deg) translateZ(0);
        transform: rotate(225deg) translateZ(0);
        position: absolute;
        top: 1.6875rem;
        right: 31px;
        transition: all 400ms; } }
  .faq-q.is-active:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2.1875rem; }

.faq-a {
  display: none;
  font-family: 'Adobe Garamond W01 It';
  padding-bottom: 0.8125rem; }
  @media screen and (min-width: 580px) {
    .faq-a {
      padding-bottom: 1.125rem; } }
  .faq-a p:last-child {
    margin: 0; }

.mba-class-profile {
  background-color: #f5f5f5;
  padding: 12px 0 25px;
  margin-bottom: 25px; }
  @media screen and (min-width: 580px) {
    .mba-class-profile {
      padding-top: 28px; } }
  @media screen and (min-width: 960px) {
    .mba-class-profile {
      padding-bottom: 30px; } }
  .mba-class-profile .stats {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 38px 0 24px; }
    @media screen and (min-width: 960px) {
      .mba-class-profile .stats {
        margin-bottom: 34px; } }
    .mba-class-profile .stats li {
      text-align: center;
      float: left;
      border: solid #000;
      border-width: 0 1px 1px 0;
      padding: 0 2%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 10.875rem; }
      @media screen and (min-width: 580px) {
        .mba-class-profile .stats li {
          min-height: 12.5rem; } }
      @media screen and (max-width: 579px) {
        .mba-class-profile .stats li {
          width: 50%; }
          .mba-class-profile .stats li:nth-child(odd) {
            border-left-width: 1px; }
          .mba-class-profile .stats li:nth-child(-n+2) {
            border-top-width: 1px; } }
      @media screen and (min-width: 580px) and (max-width: 959px) {
        .mba-class-profile .stats li {
          width: 33.33333%; }
          .mba-class-profile .stats li:nth-child(3n+1) {
            border-left-width: 1px; }
          .mba-class-profile .stats li:nth-child(-n+3) {
            border-top-width: 1px; } }
      @media screen and (min-width: 960px) and (max-width: 1279px) {
        .mba-class-profile .stats li {
          width: 50%; }
          .mba-class-profile .stats li:nth-child(odd) {
            border-left-width: 1px; }
          .mba-class-profile .stats li:nth-child(-n+2) {
            border-top-width: 1px; } }
      @media screen and (min-width: 1280px) {
        .mba-class-profile .stats li {
          width: 33.33333%; }
          .mba-class-profile .stats li:nth-child(3n+1) {
            border-left-width: 1px; }
          .mba-class-profile .stats li:nth-child(-n+3) {
            border-top-width: 1px; } }
    .mba-class-profile .stats .num {
      display: block;
      font-family: 'Falstaff W01', serif;
      font-weight: normal;
      font-style: normal;
      font-size: 2.625rem;
      line-height: 0.8572;
      color: #d8ab4c;
      letter-spacing: -0.11em;
      flex: 1;
      padding: 2.3125rem 0 0.2em; }
      .mba-class-profile .stats .num * {
        font-family: inherit; }
      @media screen and (min-width: 580px) {
        .mba-class-profile .stats .num {
          font-size: 3rem;
          padding-top: 3.25rem; } }
      @media screen and (min-width: 960px) {
        .mba-class-profile .stats .num {
          font-size: 3.75rem;
          line-height: 0.8;
          padding-top: 2.875rem; } }
    .mba-class-profile .stats .txt {
      display: block;
      font-family: 'ApexNew Book', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.3334;
      min-height: 3.4375rem;
      padding-bottom: 0.375rem; }
      .mba-class-profile .stats .txt b,
      .mba-class-profile .stats .txt strong {
        font-family: 'ApexNew Medium', sans-serif; }
      .mba-class-profile .stats .txt i,
      .mba-class-profile .stats .txt em {
        font-family: 'ApexNew Book Italic', sans-serif; }
      @media screen and (min-width: 580px) {
        .mba-class-profile .stats .txt {
          min-height: 2.9375rem; } }
  .mba-class-profile .text *:last-child {
    margin-bottom: 0; }
  .mba-class-profile .cta {
    margin-top: 1.375rem; }
    @media screen and (min-width: 580px) {
      .mba-class-profile .cta {
        margin-top: 1.875rem; } }

.curriculum-module {
  margin-bottom: 12px; }
  @media screen and (min-width: 580px) {
    .curriculum-module {
      background: linear-gradient(to right, #f5f5f5, #f5f5f5 50%, transparent 50%, transparent);
      margin-bottom: 32px; } }
  @media screen and (min-width: 960px) {
    .curriculum-module {
      margin-bottom: 46px; } }
  @media screen and (min-width: 580px) {
    .curriculum-module .chapter {
      background: linear-gradient(to right, transparent, transparent 27.53%, #fff 27.53%, #fff);
      padding-top: 40px;
      padding-bottom: 0; } }
  @media screen and (min-width: 960px) {
    .curriculum-module .chapter {
      background: linear-gradient(to right, transparent, transparent 44.25%, #fff 44.25%, #fff);
      padding-top: 60px; } }
  .curriculum-module .term::after {
    clear: both;
    content: "";
    display: block; }
  .curriculum-module .term:not(:last-child) {
    margin-bottom: 40px; }
    @media screen and (min-width: 1280px) {
      .curriculum-module .term:not(:last-child) {
        margin-bottom: 60px; } }
  .curriculum-module .term:last-child .unit:last-child {
    margin-bottom: 0 !important; }
  @media screen and (max-width: 579px) {
    .curriculum-module .chapter-hdr {
      margin-right: -20px;
      margin-left: -20px; } }
  @media screen and (max-width: 579px) {
    .curriculum-module .chapter-hdr {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (max-width: 579px) {
    .curriculum-module .chapter-hdr {
      background: #f5f5f5;
      padding-top: 32px;
      padding-bottom: 26px;
      margin-bottom: 20px; } }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .curriculum-module .chapter-hdr {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 21.955%;
      margin-left: 5.57464%;
      margin-bottom: 0; }
      .curriculum-module .chapter-hdr:last-child {
        margin-right: 0; }
      .curriculum-module .chapter-hdr h3 {
        font-size: 2.25rem; } }
  .curriculum-module .chapter-hdr h3 span {
    display: block;
    color: #d8ab4c; }
  @media screen and (min-width: 580px) {
    .curriculum-module .chapter-body {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 69.33947%;
      margin-left: 0%;
      line-height: 1.2; }
      .curriculum-module .chapter-body:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .curriculum-module .chapter-body {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 52.61554%;
      margin-left: 0%; }
      .curriculum-module .chapter-body:last-child {
        margin-right: 0; } }
  .curriculum-module .unit {
    border-left: 4px solid #d8ab4c;
    margin-bottom: 30px;
    margin-left: -16px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 12px; }
    @media screen and (min-width: 580px) {
      .curriculum-module .unit {
        margin-left: 2px;
        padding-left: 6.4%; } }
    @media screen and (min-width: 960px) {
      .curriculum-module .unit {
        margin-left: 0;
        padding-left: 4.7%; } }
    .curriculum-module .unit.break {
      border-color: #b5b5b5; }
    .curriculum-module .unit h4 {
      font-size: 1.5rem;
      line-height: 1.25;
      font-family: 'ApexNew Medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      margin-bottom: 2.9375rem; }
      .curriculum-module .unit h4 b,
      .curriculum-module .unit h4 strong {
        font-family: 'ApexNew Bold', sans-serif; }
      .curriculum-module .unit h4 i,
      .curriculum-module .unit h4 em {
        font-family: 'ApexNew Medium Italic', sans-serif; }
      @media screen and (min-width: 580px) {
        .curriculum-module .unit h4 {
          font-size: 1.875rem;
          line-height: 1.2; } }
      @media screen and (min-width: 960px) {
        .curriculum-module .unit h4 {
          font-size: 2.25rem;
          line-height: 1;
          margin-bottom: 3.25rem; } }
    .curriculum-module .unit h5 {
      font-family: 'ApexNew Book', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 1.125rem;
      line-height: inherit;
      margin-bottom: 1rem; }
      .curriculum-module .unit h5 b,
      .curriculum-module .unit h5 strong {
        font-family: 'ApexNew Medium', sans-serif; }
      .curriculum-module .unit h5 i,
      .curriculum-module .unit h5 em {
        font-family: 'ApexNew Book Italic', sans-serif; }
      @media screen and (min-width: 580px) {
        .curriculum-module .unit h5 {
          font-size: 1.25rem;
          margin-bottom: 1.375rem; } }
    .curriculum-module .unit p {
      margin-bottom: 0.75rem; }
      @media screen and (min-width: 580px) {
        .curriculum-module .unit p {
          margin-bottom: 1.375rem; } }
      .curriculum-module .unit p:last-child {
        margin-bottom: 0; }
    .curriculum-module .unit table {
      width: 100%; }
    .curriculum-module .unit th:first-child,
    .curriculum-module .unit td:first-child {
      padding-right: 1em; }
    .curriculum-module .unit th {
      text-align: left;
      font-family: 'ApexNew Book', sans-serif;
      font-weight: normal;
      font-style: normal;
      padding-bottom: 1.375rem; }
      .curriculum-module .unit th b,
      .curriculum-module .unit th strong {
        font-family: 'ApexNew Medium', sans-serif; }
      .curriculum-module .unit th i,
      .curriculum-module .unit th em {
        font-family: 'ApexNew Book Italic', sans-serif; }
      @media screen and (max-width: 579px) {
        .curriculum-module .unit th {
          font-size: 1.125rem;
          padding-bottom: 1rem; } }
      .curriculum-module .unit th:last-child {
        width: 4em;
        text-align: center; }
    .curriculum-module .unit td:last-child {
      font-family: 'ApexNew Medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      text-align: center; }
      .curriculum-module .unit td:last-child b,
      .curriculum-module .unit td:last-child strong {
        font-family: 'ApexNew Bold', sans-serif; }
      .curriculum-module .unit td:last-child i,
      .curriculum-module .unit td:last-child em {
        font-family: 'ApexNew Medium Italic', sans-serif; }
    .curriculum-module .unit tr:not(:last-child) td {
      padding-bottom: 0.75rem; }
      @media screen and (min-width: 580px) {
        .curriculum-module .unit tr:not(:last-child) td {
          padding-bottom: 1.375rem; } }

.bb-chapter-faculty-profile-1-person .bb-media-text {
  border: none; }
  .bb-chapter-faculty-profile-1-person .bb-media-text a {
    color: #000;
    text-decoration: none; }
  .bb-chapter-faculty-profile-1-person .bb-media-text a:hover {
    color: #d8ab4c; }
  .bb-chapter-faculty-profile-1-person .bb-media-text .bb-profile-text {
    padding-top: 0rem; }
    .bb-chapter-faculty-profile-1-person .bb-media-text .bb-profile-text h5 {
      font-size: 1.25rem; }
    .bb-chapter-faculty-profile-1-person .bb-media-text .bb-profile-text .additional-info {
      font-size: 1rem;
      color: #1f1f1f;
      padding-bottom: 0.5rem; }
    .bb-chapter-faculty-profile-1-person .bb-media-text .bb-profile-text .faculty-profile-phone {
      font-family: 'ApexNew Medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 1rem;
      font-weight: bold;
      margin-bottom: 0.5rem; }
      .bb-chapter-faculty-profile-1-person .bb-media-text .bb-profile-text .faculty-profile-phone b,
      .bb-chapter-faculty-profile-1-person .bb-media-text .bb-profile-text .faculty-profile-phone strong {
        font-family: 'ApexNew Bold', sans-serif; }
      .bb-chapter-faculty-profile-1-person .bb-media-text .bb-profile-text .faculty-profile-phone i,
      .bb-chapter-faculty-profile-1-person .bb-media-text .bb-profile-text .faculty-profile-phone em {
        font-family: 'ApexNew Medium Italic', sans-serif; }

.article-header-container {
  border-bottom: 1px solid #ddd; }

.article-header {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  padding: 20px 0 22px; }
  .article-header::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .article-header {
      width: calc(100% - 60px); } }
  @media screen and (min-width: 580px) {
    .article-header {
      padding-top: 30px; } }
  @media screen and (min-width: 960px) {
    .article-header {
      padding: 40px 0 32px; } }
  @media screen and (min-width: 960px) {
    .article-header .content {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 66.55214%;
      margin-left: 2.78732%; }
      .article-header .content:last-child {
        margin-right: 0; } }
  .article-header .share-wrap {
    display: none; }
    @media screen and (min-width: 960px) {
      .article-header .share-wrap {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 24.74232%;
        margin-left: 5.57464%;
        padding-top: 56px; }
        .article-header .share-wrap:last-child {
          margin-right: 0; } }
  .article-header .share-block {
    float: right; }
  .article-header .kicker {
    color: #000;
    font-size: 1.125rem;
    margin-bottom: 0.875rem; }
    @media screen and (min-width: 580px) {
      .article-header .kicker {
        margin-bottom: 1.5rem; } }
    @media screen and (min-width: 960px) {
      .article-header .kicker {
        font-size: 1.5rem;
        margin-bottom: 2rem; } }
    .article-header .kicker a {
      color: inherit;
      text-decoration: none; }
      .no-touchevents .article-header .kicker a {
        transition: color 150ms; }
        .no-touchevents .article-header .kicker a:hover {
          color: #d8ab4c; }
  .article-header h1 {
    color: #000;
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 0.4375rem; }
    .article-header h1 b,
    .article-header h1 strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .article-header h1 i,
    .article-header h1 em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
    @media screen and (min-width: 580px) {
      .article-header h1 {
        font-size: 2.25rem;
        line-height: 1.1667;
        margin-bottom: 1.25rem; } }
    @media screen and (min-width: 960px) {
      .article-header h1 {
        font-size: 3.75rem;
        margin-bottom: 0.75rem; } }
  .article-header .date {
    font-family: 'Adobe Garamond W01 It';
    font-size: 0.875rem;
    color: #858585; }
    @media screen and (min-width: 580px) {
      .article-header .date {
        font-size: 1rem; } }
    @media screen and (min-width: 960px) {
      .article-header .date {
        font-size: 1.125rem; } }

@media screen and (min-width: 1280px) {
  .article-hero .image {
    height: 720px;
    overflow: hidden;
    position: relative; } }
.article-hero .image img {
  width: 100%;
  display: block; }
  @media screen and (min-width: 1280px) {
    .article-hero .image img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); } }
.article-hero .caption-wrap {
  padding-top: 1.125rem; }
  @media screen and (min-width: 960px) {
    .article-hero .caption-wrap {
      padding-top: 1.75rem; } }
.article-hero .caption {
  color: #858585;
  font-size: 0.875rem;
  line-height: 1.2858; }
  @media screen and (min-width: 580px) {
    .article-hero .caption {
      font-size: 1rem;
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 88.85071%;
      margin-left: 5.57464%; }
      .article-hero .caption:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .article-hero .caption {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 60.9775%;
      margin-left: 2.78732%; }
      .article-hero .caption:last-child {
        margin-right: 0; } }

@media screen and (min-width: 960px) {
  .article-hero,
  .article-body-container {
    background: linear-gradient(to right, transparent, transparent 50%, #f5f5f5 50%, #f5f5f5); } }

.caption-wrap,
.article-body {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px); }
  .caption-wrap::after,
  .article-body::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .caption-wrap,
    .article-body {
      width: calc(100% - 60px); } }
  @media screen and (min-width: 960px) {
    .caption-wrap,
    .article-body {
      background: linear-gradient(to right, #fff, #fff 72.47%, transparent 72.47%, transparent); } }

.article-body {
  padding-top: 15px; }
  @media screen and (min-width: 580px) {
    .article-body {
      padding-top: 42px; } }
  @media screen and (min-width: 960px) {
    .article-body {
      padding-top: 30px; } }

@media screen and (min-width: 580px) and (max-width: 959px) {
  .article-main {
    display: block; }
    .article-main::after {
      clear: both;
      content: "";
      display: block; } }
@media screen and (min-width: 960px) {
  .article-main {
    float: left;
    display: block;
    margin-right: 0.34357%;
    width: 60.9775%;
    margin-left: 2.78732%; }
    .article-main:last-child {
      margin-right: 0; } }
.article-main p {
  margin-bottom: 0.6em; }
.article-main .deck {
  color: #000;
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5556;
  margin-bottom: 1rem; }
  .article-main .deck b,
  .article-main .deck strong {
    font-family: 'ApexNew Bold', sans-serif; }
  .article-main .deck i,
  .article-main .deck em {
    font-family: 'ApexNew Medium Italic', sans-serif; }
  @media screen and (min-width: 580px) {
    .article-main .deck {
      font-size: 1.375rem;
      line-height: 1.4546;
      margin-bottom: 1.3125rem; } }
  @media screen and (min-width: 960px) {
    .article-main .deck {
      font-size: 1.875rem;
      line-height: 1.3334; } }
.article-main figure {
  position: relative;
  margin-top: 1.125rem;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 580px) {
    .article-main figure {
      float: left;
      display: block;
      margin-right: 0.38668%;
      width: 106.27417%;
      margin-left: -6.27417%;
      margin-bottom: 1.75rem; }
      .article-main figure:last-child {
        margin-right: 0; }
      .article-main figure img,
      .article-main figure figcaption {
        float: left;
        display: block;
        margin-right: 0.36385%;
        width: 94.09624%;
        margin-left: 5.90376%; }
        .article-main figure img:last-child,
        .article-main figure figcaption:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .article-main figure {
      float: left;
      display: block;
      margin-right: 0.56343%;
      width: 113.7132%;
      margin-left: -4.57107%;
      margin-top: 2.5rem;
      margin-bottom: 3.375rem; }
      .article-main figure:last-child {
        margin-right: 0; }
      .article-main figure img {
        float: left;
        display: block;
        margin-right: 0.49549%;
        width: 71.86126%;
        margin-left: 4.01982%; }
        .article-main figure img:last-child {
          margin-right: 0; }
      .article-main figure figcaption {
        margin-top: 0;
        float: left;
        display: block;
        margin-right: 0.49549%;
        width: 19.60361%;
        margin-left: 4.01982%; }
        .article-main figure figcaption:last-child {
          margin-right: 0; } }
  .article-main figure:before {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #d8ab4c;
    position: absolute;
    left: -20px; }
    @media screen and (min-width: 960px) {
      .article-main figure:before {
        left: -30px; } }
.article-main blockquote {
  margin: 1.875rem 0;
  padding-bottom: 1px; }
  @media screen and (min-width: 960px) {
    .article-main blockquote {
      margin: 3rem 0; } }
  .article-main blockquote:before,
  .article-main blockquote p:after {
    content: url("../images/icon.quotes.svg");
    display: block;
    width: 50px;
    height: 23px; }
    @media screen and (min-width: 580px) {
      .article-main blockquote:before,
      .article-main blockquote p:after {
        width: 80px;
        height: 36px; } }
    @media screen and (min-width: 960px) {
      .article-main blockquote:before,
      .article-main blockquote p:after {
        width: 113px;
        height: 51px; } }
  .article-main blockquote:before {
    position: relative;
    top: 1px;
    margin-left: 14px; }
    @media screen and (min-width: 580px) {
      .article-main blockquote:before {
        margin-left: 67px; } }
  .article-main blockquote p {
    border-top: 4px solid #d8ab4c;
    border-bottom: 4px solid #d8ab4c;
    font-size: 1.25rem;
    font-family: 'Adobe Garamond W01 It';
    padding: 1.5rem 0 1.25rem;
    position: relative;
    margin-bottom: 20px; }
    @media screen and (min-width: 580px) {
      .article-main blockquote p {
        font-size: 1.875rem;
        line-height: 1.2;
        padding: 2.1875rem 0 1.875rem;
        margin-bottom: 32px; } }
    @media screen and (min-width: 960px) {
      .article-main blockquote p {
        font-size: 2.25rem;
        line-height: 1.1667; } }
    .article-main blockquote p:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      position: absolute;
      right: 17px;
      bottom: -26px; }
      @media screen and (min-width: 580px) {
        .article-main blockquote p:after {
          bottom: -39px;
          right: 69px; } }
      @media screen and (min-width: 960px) {
        .article-main blockquote p:after {
          bottom: -54px; } }
  .article-main blockquote cite {
    display: block;
    font-family: 'ApexNew Book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1; }
    .article-main blockquote cite b,
    .article-main blockquote cite strong {
      font-family: 'ApexNew Medium', sans-serif; }
    .article-main blockquote cite i,
    .article-main blockquote cite em {
      font-family: 'ApexNew Book Italic', sans-serif; }
    @media screen and (min-width: 580px) {
      .article-main blockquote cite {
        font-size: 1.125rem; } }
    .article-main blockquote cite b,
    .article-main blockquote cite strong {
      display: block;
      font-size: 1.125rem;
      margin-bottom: 0.375rem; }
      @media screen and (min-width: 580px) {
        .article-main blockquote cite b,
        .article-main blockquote cite strong {
          font-size: 1.5rem; } }
.article-main .notes {
  font-family: 'ApexNew Book', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #858585;
  font-size: 0.875rem;
  line-height: 1.4286;
  margin-top: 1.25rem; }
  .article-main .notes b,
  .article-main .notes strong {
    font-family: 'ApexNew Medium', sans-serif; }
  .article-main .notes i,
  .article-main .notes em {
    font-family: 'ApexNew Book Italic', sans-serif; }
  @media screen and (min-width: 580px) {
    .article-main .notes {
      margin-top: 1.75rem; } }
.article-main .share-block {
  margin-bottom: 80px; }
  @media screen and (max-width: 959px) {
    .article-main .share-block {
      display: none; } }

.article-main-inner {
  padding-bottom: 15px; }
  @media screen and (min-width: 580px) {
    .article-main-inner {
      padding-bottom: 45px; } }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .article-main-inner {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 88.85071%;
      margin-left: 5.57464%; }
      .article-main-inner:last-child {
        margin-right: 0; } }

.article-aux {
  background-color: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 12px; }
  @media screen and (max-width: 959px) {
    .article-aux {
      margin-right: -20px;
      margin-left: -20px; } }
  @media screen and (max-width: 959px) {
    .article-aux {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (min-width: 960px) {
    .article-aux {
      background-color: transparent;
      padding-top: 0.25rem; } }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .article-aux {
      display: block; }
      .article-aux::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (min-width: 960px) {
    .article-aux {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 27.52965%;
      margin-left: 8.36196%; }
      .article-aux:last-child {
        margin-right: 0; } }
  .article-aux h4 {
    font-family: 'ApexNew Book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 0.75rem;
    line-height: 1;
    color: #858585;
    text-transform: uppercase;
    margin-bottom: 0.625rem; }
    .article-aux h4 b,
    .article-aux h4 strong {
      font-family: 'ApexNew Medium', sans-serif; }
    .article-aux h4 i,
    .article-aux h4 em {
      font-family: 'ApexNew Book Italic', sans-serif; }
  .article-aux a {
    overflow-wrap: break-word;
    -ms-hyphens: auto; }
  @media screen and (min-width: 580px) {
    .article-aux aside {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 88.85071%;
      margin-left: 5.57464%; }
      .article-aux aside:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .article-aux aside {
      float: left;
      display: block;
      margin-right: 1.24799%;
      width: 89.8752%;
      margin-left: 10.1248%; }
      .article-aux aside:last-child {
        margin-right: 0; } }
  .article-aux aside h4 + .item {
    margin-top: 26px; }
    @media screen and (min-width: 960px) {
      .article-aux aside h4 + .item {
        margin-top: 15px; } }
  .article-aux aside .item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
    margin-bottom: 19px; }
    @media screen and (min-width: 580px) and (max-width: 959px) {
      .article-aux aside .item {
        display: block;
        padding-bottom: 30px;
        margin-bottom: 28px; }
        .article-aux aside .item::after {
          clear: both;
          content: "";
          display: block; } }
    @media screen and (min-width: 960px) {
      .article-aux aside .item {
        padding-bottom: 22px;
        margin-bottom: 30px; } }
    @media screen and (min-width: 960px) {
      .article-aux aside .item:last-of-type {
        margin-bottom: 60px; } }
    .article-aux aside .item figure {
      display: none; }
      @media screen and (min-width: 580px) {
        .article-aux aside .item figure {
          float: left;
          display: block;
          margin-right: 0.38668%;
          width: 40.39541%;
          padding-top: 0.125rem; }
          .article-aux aside .item figure:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 960px) {
        .article-aux aside .item figure {
          float: left;
          display: block;
          margin-right: 1.38858%;
          width: 88.7346%;
          float: none !important;
          padding-top: 0;
          margin-bottom: 1.125rem; }
          .article-aux aside .item figure:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 1280px) {
        .article-aux aside .item figure {
          float: left;
          display: block;
          margin-right: 1.38858%;
          width: 100%; }
          .article-aux aside .item figure:last-child {
            margin-right: 0; } }
      .article-aux aside .item figure img {
        width: calc(100% + 1px); }
    @media screen and (min-width: 580px) and (max-width: 959px) {
      .article-aux aside .item .text {
        float: left;
        display: block;
        margin-right: 0.38668%;
        width: 52.94374%;
        margin-left: 6.27417%; }
        .article-aux aside .item .text:last-child {
          margin-right: 0; } }
    .article-aux aside .item .title {
      font-size: 1.125rem;
      line-height: 1.2223;
      font-family: 'ApexNew Medium', sans-serif;
      font-weight: normal;
      font-style: normal; }
      .article-aux aside .item .title b,
      .article-aux aside .item .title strong {
        font-family: 'ApexNew Bold', sans-serif; }
      .article-aux aside .item .title i,
      .article-aux aside .item .title em {
        font-family: 'ApexNew Medium Italic', sans-serif; }
      @media screen and (min-width: 580px) {
        .article-aux aside .item .title {
          line-height: 1.3334; } }
      .article-aux aside .item .title a {
        display: block;
        color: #000;
        text-decoration: none; }
        .no-touchevents .article-aux aside .item .title a:hover {
          text-decoration: underline; }
    .article-aux aside .item .more {
      margin-top: 1rem; }
  .article-aux .contact {
    font-size: 0.875rem;
    line-height: 1.4286;
    font-family: 'ApexNew Book', sans-serif;
    font-weight: normal;
    font-style: normal;
    position: relative;
    margin-bottom: 36px; }
    .article-aux .contact b,
    .article-aux .contact strong {
      font-family: 'ApexNew Medium', sans-serif; }
    .article-aux .contact i,
    .article-aux .contact em {
      font-family: 'ApexNew Book Italic', sans-serif; }
    @media screen and (min-width: 580px) {
      .article-aux .contact {
        display: block; }
        .article-aux .contact::after {
          clear: both;
          content: "";
          display: block; } }
    @media screen and (min-width: 960px) {
      .article-aux .contact {
        margin-bottom: 60px; } }
    .article-aux .contact:before {
      content: '';
      width: 4px;
      height: 100%;
      background-color: #d8ab4c;
      position: absolute;
      left: -20px; }
      @media screen and (min-width: 960px) {
        .article-aux .contact:before {
          left: 0; } }
    @media screen and (min-width: 580px) {
      .article-aux .contact > .inner {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 88.85071%;
        margin-left: 5.57464%; }
        .article-aux .contact > .inner:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .article-aux .contact > .inner {
        float: left;
        display: block;
        margin-right: 1.24799%;
        width: 89.8752%;
        margin-left: 10.1248%;
        padding-bottom: 20px; }
        .article-aux .contact > .inner:last-child {
          margin-right: 0; } }
    .article-aux .contact h5 {
      font-size: 1rem;
      line-height: 1.5;
      font-family: 'ApexNew Medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      margin-bottom: 0.1875rem; }
      .article-aux .contact h5 b,
      .article-aux .contact h5 strong {
        font-family: 'ApexNew Bold', sans-serif; }
      .article-aux .contact h5 i,
      .article-aux .contact h5 em {
        font-family: 'ApexNew Medium Italic', sans-serif; }
      @media screen and (min-width: 580px) {
        .article-aux .contact h5 {
          font-size: 1.125rem;
          margin-bottom: 0.5rem; } }
    .article-aux .contact p {
      margin: 0; }
    .article-aux .contact a {
      font-family: 'ApexNew Medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      text-decoration: none; }
      .article-aux .contact a b,
      .article-aux .contact a strong {
        font-family: 'ApexNew Bold', sans-serif; }
      .article-aux .contact a i,
      .article-aux .contact a em {
        font-family: 'ApexNew Medium Italic', sans-serif; }
      .no-touchevents .article-aux .contact a:hover {
        text-decoration: underline; }

.article-main .article-author-container {
  background: linear-gradient(to right, transparent, transparent 50px, #f5f5f5 50px, #f5f5f5);
  margin-bottom: 26px; }
  @media screen and (max-width: 959px) {
    .article-main .article-author-container {
      margin-right: -20px;
      margin-left: -20px; } }
  @media screen and (max-width: 959px) {
    .article-main .article-author-container {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (min-width: 580px) {
    .article-main .article-author-container {
      background: linear-gradient(to right, transparent, transparent 50%, #f5f5f5 50%, #f5f5f5);
      margin-bottom: 44px; } }
  @media screen and (min-width: 960px) {
    .article-main .article-author-container {
      display: none; } }

@media screen and (min-width: 580px) {
  .article-author {
    display: block; }
    .article-author::after {
      clear: both;
      content: "";
      display: block; } }
.article-author .image img {
  border-radius: 50%;
  width: 60px;
  display: block; }
  @media screen and (min-width: 580px) {
    .article-author .image img {
      width: 100px; } }
.article-author .by {
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #858585;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 0.3125rem; }
  .article-author .by b,
  .article-author .by strong {
    font-family: 'ApexNew Bold', sans-serif; }
  .article-author .by i,
  .article-author .by em {
    font-family: 'ApexNew Medium Italic', sans-serif; }
  @media screen and (min-width: 580px) {
    .article-author .by {
      margin-bottom: 0.5rem; } }
.article-author .author {
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal; }
  .article-author .author b,
  .article-author .author strong {
    font-family: 'ApexNew Bold', sans-serif; }
  .article-author .author i,
  .article-author .author em {
    font-family: 'ApexNew Medium Italic', sans-serif; }
  @media screen and (min-width: 580px) {
    .article-author .author {
      font-size: 1.125rem; } }
  @media screen and (min-width: 960px) {
    .article-author .author {
      font-size: 1.25rem;
      margin-bottom: 0.25rem; } }
.article-author .title {
  font-family: 'ApexNew Book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.2858; }
  .article-author .title b,
  .article-author .title strong {
    font-family: 'ApexNew Medium', sans-serif; }
  .article-author .title i,
  .article-author .title em {
    font-family: 'ApexNew Book Italic', sans-serif; }
  @media screen and (min-width: 960px) {
    .article-author .title {
      font-size: 1rem;
      line-height: 1.5; } }
.article-main .article-author .image {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 27.52965%; }
  .article-main .article-author .image:last-child {
    margin-right: 0; }
  @media screen and (min-width: 580px) {
    .article-main .article-author .image {
      float: left;
      display: block;
      margin-right: 0.38668%;
      width: 21.57291%; }
      .article-main .article-author .image:last-child {
        margin-right: 0; } }
.article-main .article-author .info {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 72.12679%; }
  .article-main .article-author .info:last-child {
    margin-right: 0; }
  @media screen and (min-width: 580px) {
    .article-main .article-author .info {
      float: left;
      display: block;
      margin-right: 0.38668%;
      width: 74.90333%;
      margin-left: 3.13708%;
      padding-top: 19px; }
      .article-main .article-author .info:last-child {
        margin-right: 0; } }
.article-aux .article-author {
  display: flex;
  margin: 0 0 60px -50px; }
  @media screen and (max-width: 959px) {
    .article-aux .article-author {
      display: none; } }
  .article-aux .article-author .image {
    margin-right: 20px; }
  .article-aux .article-author .info {
    flex: 1; }

.article-main .article-author-inner {
  padding-top: 20px;
  padding-bottom: 14px; }
  @media screen and (max-width: 579px) {
    .article-main .article-author-inner {
      display: block; }
      .article-main .article-author-inner::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (min-width: 580px) {
    .article-main .article-author-inner {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 88.85071%;
      margin-left: 5.57464%;
      padding: 10px 0;
      background: linear-gradient(to right, transparent, transparent 50px, #f5f5f5 50px, #f5f5f5); }
      .article-main .article-author-inner:last-child {
        margin-right: 0; } }

@media screen and (min-width: 960px) {
  .bio-hdr .content {
    max-width: 1600px;
    margin: 0 auto; }
    .bio-hdr .content::after {
      clear: both;
      content: "";
      display: block; } }
@media screen and (min-width: 960px) {
  .bio-hdr .image {
    float: left;
    display: block;
    margin-right: 0.34357%;
    width: 55.40286%; }
    .bio-hdr .image:last-child {
      margin-right: 0; } }
.bio-hdr .image img {
  width: 100%;
  display: block; }
.bio-hdr .text-wrap {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px); }
  .bio-hdr .text-wrap::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .bio-hdr .text-wrap {
      width: calc(100% - 60px); } }
.bio-hdr .text {
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  line-height: 1.375;
  padding: 27px 0 30px; }
  .bio-hdr .text b,
  .bio-hdr .text strong {
    font-family: 'ApexNew Bold', sans-serif; }
  .bio-hdr .text i,
  .bio-hdr .text em {
    font-family: 'ApexNew Medium Italic', sans-serif; }
  @media screen and (min-width: 580px) {
    .bio-hdr .text {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 94.42536%;
      margin-left: 2.78732%;
      float: none;
      font-size: 1.125rem;
      line-height: 1.5556;
      padding-top: 32px; }
      .bio-hdr .text:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .bio-hdr .text {
      padding: 38px 0 0; } }
  @media screen and (min-width: 1280px) {
    .bio-hdr .text {
      padding-top: 58px;
      line-height: 1.6667; } }
  .bio-hdr .text header {
    margin-bottom: 0.75rem; }
    @media screen and (min-width: 1280px) {
      .bio-hdr .text header {
        margin-bottom: 1.75rem; } }
  .bio-hdr .text .block {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 1.375rem 0 0.6875rem; }
    @media screen and (min-width: 1280px) {
      .bio-hdr .text .block {
        padding: 1.8125rem 0 1.1875rem; } }
    .bio-hdr .text .block + .block {
      border-top: 0; }
    .bio-hdr .text .block p:last-child {
      margin-bottom: 0; }
@media screen and (min-width: 960px) {
  .bio-hdr:not(.no-img) .text {
    float: left;
    display: block;
    margin-right: 0.34357%;
    width: 38.67893%;
    margin-left: 2.78732%; }
    .bio-hdr:not(.no-img) .text:last-child {
      margin-right: 0; } }
@media screen and (min-width: 960px) {
  .bio-hdr.no-img .text {
    padding: 60px 0;
    display: block; }
    .bio-hdr.no-img .text::after {
      clear: both;
      content: "";
      display: block; }
    .bio-hdr.no-img .text header {
      float: left;
      display: block;
      margin-right: 0.36385%;
      width: 40.96244%; }
      .bio-hdr.no-img .text header:last-child {
        margin-right: 0; }
    .bio-hdr.no-img .text .body {
      float: left;
      display: block;
      margin-right: 0.36385%;
      width: 40.96244%;
      margin-left: 17.71127%; }
      .bio-hdr.no-img .text .body:last-child {
        margin-right: 0; } }
.bio-hdr h1 {
  font-size: 1.5rem;
  margin-bottom: 0.5625rem; }
  @media screen and (min-width: 580px) {
    .bio-hdr h1 {
      font-size: 1.875rem; } }
  @media screen and (min-width: 1280px) {
    .bio-hdr h1 {
      font-size: 2.25rem;
      margin-bottom: 1.4375rem; } }
.bio-hdr .title {
  font-family: 'ApexNew Book Italic', sans-serif;
  color: #333; }
  @media screen and (min-width: 580px) {
    .bio-hdr .title {
      line-height: 1.3334; } }
  @media screen and (min-width: 1280px) {
    .bio-hdr .title {
      font-size: 1.5rem;
      line-height: 1.5; } }
.bio-hdr h3 {
  color: #656565;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 0.875rem; }
  @media screen and (min-width: 580px) {
    .bio-hdr h3 {
      font-size: 0.875rem;
      margin-bottom: 0.6875rem; } }
.bio-hdr .tabs .label {
  background-color: #000;
  color: #fff;
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.2858;
  text-transform: uppercase;
  padding: 0 55px 0 20px;
  height: 60px;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .bio-hdr .tabs .label b,
  .bio-hdr .tabs .label strong {
    font-family: 'ApexNew Bold', sans-serif; }
  .bio-hdr .tabs .label i,
  .bio-hdr .tabs .label em {
    font-family: 'ApexNew Medium Italic', sans-serif; }
  @media screen and (min-width: 580px) {
    .bio-hdr .tabs .label {
      display: none; } }
  .bio-hdr .tabs .label:after {
    content: '';
    -webkit-transition: border-color 150ms ease-in-out;
    -moz-transition: border-color 150ms ease-in-out;
    transition: border-color 150ms ease-in-out;
    display: inline-block;
    height: 12px;
    width: 12px;
    border-width: 2px 0 0 2px;
    border-color: #fff;
    border-style: solid;
    -webkit-transform: rotate(225deg) translateZ(0);
    -moz-transform: rotate(225deg) translateZ(0);
    -ms-transform: rotate(225deg) translateZ(0);
    -o-transform: rotate(225deg) translateZ(0);
    transform: rotate(225deg) translateZ(0);
    position: absolute;
    right: 24px;
    top: 22px;
    transition: all 150ms; }
@media screen and (max-width: 579px) {
  .bio-hdr .tabs ul {
    display: none;
    padding: 0 20px 20px;
    background: #000; }
    .bio-hdr .tabs ul li {
      text-align: left;
      height: auto;
      border-bottom: solid 1px #585858; }
      .bio-hdr .tabs ul li:first-child {
        border-top: solid 1px #585858; }
    .bio-hdr .tabs ul a {
      display: block;
      padding: 1.125rem 0 0.9375rem;
      background-color: transparent !important; }
      .bio-hdr .tabs ul a.active {
        color: #d8ab4c; } }
.bio-hdr .tabs.is-open .label:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 28px; }
@media screen and (max-width: 579px) {
  .bio-hdr .tabs.is-open ul {
    display: block; } }
@media screen and (min-width: 580px) and (max-width: 959px) {
  .bio-hdr .tabs li {
    height: 60px; } }

.bio-body {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  padding: 38px 0 62px;
  display: none; }
  .bio-body::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .bio-body {
      width: calc(100% - 60px); } }
  @media screen and (min-width: 580px) {
    .bio-body {
      padding-top: 58px; } }
  @media screen and (min-width: 960px) {
    .bio-body {
      padding: 82px 0 68px; } }
  @media screen and (min-width: 1280px) {
    .bio-body {
      padding-bottom: 88px; } }
  .bio-body.is-visible {
    display: block; }
  .bio-body h2 {
    font-size: 1.5rem;
    margin: 2.375rem 0 1.125rem; }
    @media screen and (min-width: 580px) {
      .bio-body h2 {
        font-size: 2.25rem;
        margin: 2.5rem 0 1.5625rem; } }
    @media screen and (min-width: 1280px) {
      .bio-body h2 {
        margin-top: 4.375rem; } }
    .bio-body h2:first-child {
      margin-top: 0; }
  .bio-body h3 {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'franchisebold', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.7084;
    letter-spacing: -0.01em; }
    .bio-body h3 * {
      font-family: inherit; }
    @media screen and (min-width: 580px) {
      .bio-body h3 {
        font-size: 1.5rem; } }
    .bio-body h3:before {
      content: '';
      height: 1.5em;
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 2.44375%; }
      .bio-body h3:before:last-child {
        margin-right: 0; }
      @media screen and (min-width: 580px) {
        .bio-body h3:before {
          float: left;
          display: block;
          margin-right: 0.36385%;
          width: 2.58803%; }
          .bio-body h3:before:last-child {
            margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .bio-body.video h3:before {
      float: left;
      display: block;
      margin-right: 0.59042%;
      width: 4.1996%; }
      .bio-body.video h3:before:last-child {
        margin-right: 0; } }
  .bio-body h4 {
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.125rem;
    margin: 1.5625rem 0 0.9375rem; }
    .bio-body h4 b,
    .bio-body h4 strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .bio-body h4 i,
    .bio-body h4 em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
    @media screen and (min-width: 580px) {
      .bio-body h4 {
        font-size: 1.25rem;
        margin: 2.125rem 0 0.625rem; } }
    .bio-body h4:first-child {
      margin-top: 0; }
  .bio-body p {
    margin-bottom: 0.375rem; }
    .bio-body p:last-child {
      margin: 0; }
  @media screen and (min-width: 580px) {
    .bio-body h2 + section {
      margin-top: 1.875rem; } }
  .bio-body .item {
    padding: 30px 0; }
    .bio-body .item + .item {
      border-top: 1px solid #ddd; }
  @media screen and (min-width: 580px) {
    .bio-body.publications .item {
      padding-top: 40px; } }
  @media screen and (min-width: 960px) {
    .bio-body.publications .item {
      display: block; }
      .bio-body.publications .item::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (min-width: 960px) {
    .bio-body.publications .text {
      float: left;
      display: block;
      margin-right: 0.36385%;
      width: 58.67371%; }
      .bio-body.publications .text:last-child {
        margin-right: 0; } }
  .bio-body.publications .cta-wrap {
    text-align: center;
    padding-top: 30px; }
    @media screen and (min-width: 960px) {
      .bio-body.publications .cta-wrap {
        float: left;
        display: block;
        margin-right: 0.36385%;
        width: 38.01056%;
        margin-left: 2.95188%;
        padding-top: 0; }
        .bio-body.publications .cta-wrap:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 580px) {
    .bio-body.publications .cta {
      padding-right: 1em;
      padding-left: 1em;
      min-width: 180px;
      margin: 0 10px; } }
  @media screen and (min-width: 1280px) {
    .bio-body.publications .cta {
      min-width: 200px;
      float: left;
      margin: 0; } }
  @media screen and (min-width: 960px) {
    .bio-body.publications .cta:first-child {
      margin-bottom: 30px; } }
  @media screen and (max-width: 579px) {
    .bio-body.publications .cta + .cta {
      margin-top: 20px; } }
  @media screen and (min-width: 1280px) {
    .bio-body.publications .cta + .cta {
      float: right; } }
  @media screen and (min-width: 580px) {
    .bio-body .media {
      padding: 40px 0; } }
  .bio-body .media > a {
    display: block;
    text-decoration: none;
    color: #000; }
    .no-touchevents .bio-body .media > a {
      transition: color 150ms; }
      .no-touchevents .bio-body .media > a:hover {
        color: #d8ab4c; }
    @media screen and (min-width: 580px) {
      .bio-body .media > a {
        display: flex; } }
    .no-touchevents .bio-body .media > a:hover .image:after {
      opacity: 1; }
  .bio-body .media .image {
    position: relative; }
    @media screen and (min-width: 580px) {
      .bio-body .media .image {
        float: left;
        display: block;
        margin-right: 0.36385%;
        width: 40.96244%;
        float: none; }
        .bio-body .media .image:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .bio-body .media .image {
        float: left;
        display: block;
        margin-right: 0.59042%;
        width: 37.72974%;
        float: none; }
        .bio-body .media .image:last-child {
          margin-right: 0; } }
    .bio-body .media .image:after {
      content: url("../images/icon.video.svg");
      opacity: 0.6;
      position: absolute;
      width: 22.4%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .bio-body .media .image img {
      display: block;
      width: 100%; }
  .bio-body .media .text {
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-top: 20px;
    font-size: 1.125rem;
    line-height: 1.2223; }
    .bio-body .media .text b,
    .bio-body .media .text strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .bio-body .media .text i,
    .bio-body .media .text em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
    @media screen and (min-width: 580px) {
      .bio-body .media .text {
        margin-top: 0;
        float: left;
        display: block;
        margin-right: 0.36385%;
        width: 52.76995%;
        margin-left: 5.90376%;
        float: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 1.3334; }
        .bio-body .media .text:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .bio-body .media .text {
        float: left;
        display: block;
        margin-right: 0.59042%;
        width: 56.88982%;
        margin-left: 4.79002%;
        float: none;
        display: flex; }
        .bio-body .media .text:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1280px) {
      .bio-body .media .text {
        font-size: 1.25rem;
        line-height: 1.5; } }

@media screen and (min-width: 580px) {
  .bio-main {
    float: left;
    display: block;
    margin-right: 0.34357%;
    width: 94.42536%;
    margin-left: 2.78732%;
    float: none; }
    .bio-main:last-child {
      margin-right: 0; } }
@media screen and (max-width: 579px) {
  .biography .bio-main, .video .bio-main {
    margin-bottom: 40px; } }
@media screen and (min-width: 580px) and (max-width: 959px) {
  .biography .bio-main, .video .bio-main {
    margin-bottom: 50px; } }
@media screen and (min-width: 960px) {
  .biography .bio-main {
    float: left;
    display: block;
    margin-right: 0.34357%;
    width: 55.40286%;
    margin-left: 2.78732%; }
    .biography .bio-main:last-child {
      margin-right: 0; } }
@media screen and (min-width: 960px) {
  .video .bio-main {
    float: left;
    display: block;
    margin-right: 0.34357%;
    width: 58.19018%;
    margin-left: 2.78732%; }
    .video .bio-main:last-child {
      margin-right: 0; } }

.bio-aux {
  background: #f5f5f5;
  color: #000;
  padding: 30px 0; }
  @media screen and (min-width: 580px) {
    .bio-aux {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 94.42536%;
      margin-left: 2.78732%;
      float: none;
      padding: 40px 0; }
      .bio-aux:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .bio-aux {
      display: block; }
      .bio-aux::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (min-width: 960px) {
    .biography .bio-aux {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 35.89161%;
      margin-left: 5.57464%; }
      .biography .bio-aux:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1280px) {
    .biography .bio-aux {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 33.10429%;
      margin-left: 8.36196%; }
      .biography .bio-aux:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .video .bio-aux {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 35.89161%;
      margin-left: 2.78732%; }
      .video .bio-aux:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1280px) {
    .video .bio-aux {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 33.10429%;
      margin-left: 5.57464%; }
      .video .bio-aux:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 579px) {
    .bio-aux .block {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 88.85071%;
      margin-left: 5.57464%;
      float: none; }
      .bio-aux .block:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .bio-aux .block {
      float: left;
      display: block;
      margin-right: 0.95723%;
      width: 84.46812%;
      margin-left: 7.76594%;
      float: none; }
      .bio-aux .block:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1280px) {
    .bio-aux .block {
      float: left;
      display: block;
      margin-right: 1.03783%;
      width: 83.16036%;
      margin-left: 8.41982%;
      float: none; }
      .bio-aux .block:last-child {
        margin-right: 0; } }
  .bio-aux .block-1 {
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1.4; }
    .bio-aux .block-1 b,
    .bio-aux .block-1 strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .bio-aux .block-1 i,
    .bio-aux .block-1 em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
    @media screen and (max-width: 579px) {
      .bio-aux .block-1 {
        font-size: 1.125rem;
        line-height: 1.5556; } }
    @media screen and (min-width: 580px) and (max-width: 959px) {
      .bio-aux .block-1 {
        float: left;
        display: block;
        margin-right: 0.36385%;
        width: 38.01056%;
        margin-left: 5.90376%; }
        .bio-aux .block-1:last-child {
          margin-right: 0; } }
  .bio-aux .block-2 {
    padding-top: 0.9375rem; }
    @media screen and (min-width: 580px) and (max-width: 959px) {
      .bio-aux .block-2 {
        float: left;
        display: block;
        margin-right: 0.36385%;
        width: 40.96244%;
        margin-left: 8.85563%;
        padding-top: 0.0625rem; }
        .bio-aux .block-2:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .bio-aux .block-2 {
        padding-top: 1.5625rem; } }
    .bio-aux .block-2 .cta {
      width: 100%;
      padding-right: 1em;
      padding-left: 1em;
      white-space: normal;
      margin-bottom: 1.875rem; }
      @media screen and (max-width: 959px) {
        .bio-aux .block-2 .cta span {
          display: none; } }
    .bio-aux .block-2 ul {
      border-top: solid 1px #ddd; }
  .bio-aux h5 {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #656565;
    margin: 1.75rem 0 0.4375rem; }
    @media screen and (min-width: 580px) {
      .bio-aux h5 {
        font-size: 0.875rem;
        margin: 1.25rem 0 0.75rem; } }
    .bio-aux h5:first-child {
      margin-top: 0; }

.faculty-header-container {
  background: linear-gradient(transparent, transparent 37px, #f5f5f5 37px, #f5f5f5); }
  @media screen and (min-width: 580px) {
    .faculty-header-container {
      background: linear-gradient(transparent, transparent 56px, #f5f5f5 56px, #f5f5f5); } }
  @media screen and (min-width: 960px) {
    .faculty-header-container {
      background: linear-gradient(transparent, transparent 91px, #f5f5f5 91px, #f5f5f5); } }
  @media screen and (min-width: 1280px) {
    .faculty-header-container {
      background: linear-gradient(transparent, transparent 105px, #f5f5f5 105px, #f5f5f5); } }

@media screen and (min-width: 960px) {
  .faculty-header {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 60px); }
    .faculty-header::after {
      clear: both;
      content: "";
      display: block; } }
@media screen and (min-width: 960px) {
  .faculty-header {
    padding-bottom: 40px; } }
.faculty-header .page-title {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  padding-top: 22px;
  height: 83px; }
  .faculty-header .page-title::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .faculty-header .page-title {
      width: calc(100% - 60px); } }
  @media screen and (min-width: 580px) {
    .faculty-header .page-title {
      padding-top: 33px;
      height: 129px; } }
  @media screen and (min-width: 960px) {
    .faculty-header .page-title {
      width: auto;
      max-width: none;
      height: auto;
      padding-top: 54px;
      margin-bottom: 33px; }
      .faculty-header .page-title:after {
        content: normal; } }
.faculty-header h2 {
  color: #d8ab4c; }
  @media screen and (min-width: 580px) {
    .faculty-header h2 {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 88.85071%;
      margin-left: 5.57464%;
      float: none; }
      .faculty-header h2:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .faculty-header h2 {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 94.42536%;
      margin-left: 2.78732%;
      float: none; }
      .faculty-header h2:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1280px) {
    .faculty-header h2 {
      font-size: 7.5rem; } }
.faculty-header h1 {
  color: #d8ab4c; }
  @media screen and (min-width: 580px) {
    .faculty-header h1 {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 88.85071%;
      margin-left: 5.57464%;
      float: none; }
      .faculty-header h1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .faculty-header h1 {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 94.42536%;
      margin-left: 2.78732%;
      float: none; }
      .faculty-header h1:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1280px) {
    .faculty-header h1 {
      font-size: 7.5rem; } }

.faculty-filter {
  position: relative; }
  @media screen and (min-width: 960px) {
    .faculty-filter {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 94.42536%;
      margin-left: 2.78732%;
      float: none; }
      .faculty-filter:last-child {
        margin-right: 0; } }
  .faculty-filter .block-top {
    height: 41px; }
    @media screen and (max-width: 959px) {
      .faculty-filter .block-top {
        padding-right: 20px;
        padding-left: 20px; } }
    .faculty-filter .block-top::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 580px) {
      .faculty-filter .block-top {
        height: 52px; } }
    @media screen and (min-width: 960px) {
      .faculty-filter .block-top {
        display: none; } }
  .faculty-filter .block-bottom {
    display: none; }
    @media screen and (min-width: 960px) {
      .faculty-filter .block-bottom {
        display: block; }
        .faculty-filter .block-bottom::after {
          clear: both;
          content: "";
          display: block; } }
    .faculty-filter .block-bottom h3 {
      font-family: 'ApexNew Book', sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #000;
      font-size: 1rem;
      margin-bottom: 0.9375rem; }
      .faculty-filter .block-bottom h3 b,
      .faculty-filter .block-bottom h3 strong {
        font-family: 'ApexNew Medium', sans-serif; }
      .faculty-filter .block-bottom h3 i,
      .faculty-filter .block-bottom h3 em {
        font-family: 'ApexNew Book Italic', sans-serif; }
      @media screen and (max-width: 959px) {
        .faculty-filter .block-bottom h3 {
          display: none; } }
  .faculty-filter .display-control {
    font-family: 'ApexNew Book', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 1rem;
    line-height: 1;
    padding: 0.1875rem 33px 0 0;
    cursor: pointer;
    height: 1.1875rem;
    float: left;
    position: relative; }
    .faculty-filter .display-control b,
    .faculty-filter .display-control strong {
      font-family: 'ApexNew Medium', sans-serif; }
    .faculty-filter .display-control i,
    .faculty-filter .display-control em {
      font-family: 'ApexNew Book Italic', sans-serif; }
    .faculty-filter .display-control:after {
      content: '';
      -webkit-transition: border-color 150ms ease-in-out;
      -moz-transition: border-color 150ms ease-in-out;
      transition: border-color 150ms ease-in-out;
      display: inline-block;
      height: 12px;
      width: 12px;
      border-width: 2px 0 0 2px;
      border-color: #000;
      border-style: solid;
      -webkit-transform: rotate(225deg) translateZ(0);
      -moz-transform: rotate(225deg) translateZ(0);
      -ms-transform: rotate(225deg) translateZ(0);
      -o-transform: rotate(225deg) translateZ(0);
      transform: rotate(225deg) translateZ(0);
      position: absolute;
      top: 0.125rem;
      right: 0;
      transition: all 150ms; }
  @media screen and (max-width: 959px) {
    .faculty-filter.is-open .block-bottom {
      display: block;
      position: absolute;
      left: 0;
      top: 100%;
      height: calc(100vh - 185px);
      width: 100%;
      padding-top: 20px;
      padding-bottom: 90px;
      background: #f5f5f5;
      overflow-y: auto; } }
  @media screen and (max-width: 959px) and (max-width: 959px) {
    .faculty-filter.is-open .block-bottom {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (max-width: 959px) {
      .touchevents .faculty-filter.is-open .block-bottom {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; } }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .faculty-filter.is-open .block-bottom {
      height: calc(100vh - 262px);
      padding-top: 30px; } }
  .faculty-filter.is-open .display-control:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0.5625rem; }
  .faculty-filter label {
    border: 0 !important;
    clip: rect(0 0 0 0);
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    width: 1px !important;
    white-space: nowrap; }
  .faculty-filter button[type="reset"] {
    display: none;
    float: right; }
  @media screen and (max-width: 959px) {
    .faculty-filter.selected button[type="reset"] {
      display: inline; } }
  .faculty-filter .field {
    margin-bottom: 20px; }
    @media screen and (min-width: 580px) {
      .faculty-filter .field {
        margin-bottom: 30px; } }
    @media screen and (min-width: 960px) {
      .faculty-filter .field {
        margin-bottom: 0; } }
    .faculty-filter .field input[type="text"],
    .faculty-filter .field select {
      width: 100%; }
    @media screen and (min-width: 960px) {
      .faculty-filter .field:nth-of-type(1) {
        float: left;
        display: block;
        margin-right: 0.36385%;
        width: 40.96244%; }
        .faculty-filter .field:nth-of-type(1):last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .faculty-filter .field:nth-of-type(n+2) {
        float: left;
        display: block;
        margin-right: 0.36385%;
        width: 26.20305%;
        margin-left: 2.95188%;
        margin-right: 0; }
        .faculty-filter .field:nth-of-type(n+2):last-child {
          margin-right: 0; } }
  .faculty-filter button[type="submit"] {
    display: block;
    width: 100%;
    max-width: 302px;
    margin: 10px auto 0; }
    @media screen and (min-width: 960px) {
      .faculty-filter button[type="submit"] {
        border: 0 !important;
        clip: rect(0 0 0 0);
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden;
        padding: 0 !important;
        position: absolute;
        width: 1px !important;
        white-space: nowrap; } }

.profile-listing-container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px); }
  .profile-listing-container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .profile-listing-container {
      width: calc(100% - 60px); } }
  @media screen and (min-width: 580px) {
    .profile-listing-container.faculty {
      padding-top: 30px; } }
  .profile-listing-container.team .title-hdr {
    text-align: left;
    padding: 22px 0 10px; }
    @media screen and (min-width: 580px) {
      .profile-listing-container.team .title-hdr {
        padding: 33px 0 40px; } }
    @media screen and (min-width: 960px) {
      .profile-listing-container.team .title-hdr {
        padding: 54px 0 73px; } }
    .profile-listing-container.team .title-hdr h2 {
      color: #d8ab4c;
      margin: 0; }
      @media screen and (min-width: 1280px) {
        .profile-listing-container.team .title-hdr h2 {
          font-size: 7.5rem; } }
    .profile-listing-container.team .title-hdr h1 {
      color: #d8ab4c;
      margin: 0; }
      @media screen and (min-width: 1280px) {
        .profile-listing-container.team .title-hdr h1 {
          font-size: 7.5rem; } }

@media screen and (min-width: 580px) {
  .profile-listing {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between; } }
@media screen and (min-width: 960px) {
  .profile-listing {
    float: left;
    display: block;
    margin-right: 0.34357%;
    width: 88.85071%;
    margin-left: 5.57464%; }
    .profile-listing:last-child {
      margin-right: 0; } }

.profile-detail {
  font-family: 'ApexNew Book Italic', sans-serif;
  font-size: 0.875rem;
  line-height: 1.5715;
  border-bottom: 1px solid #ddd; }
  @media screen and (min-width: 580px) {
    .profile-detail {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 47.0409%;
      margin: 0 0 30px;
      display: flex !important;
      font-size: 1rem;
      line-height: 1.375;
      border: 0; }
      .profile-detail:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .profile-detail {
      float: left;
      display: block;
      margin-right: 0.38668%;
      width: 30.98416%;
      margin: 0 0 38px; }
      .profile-detail:last-child {
        margin-right: 0; } }
  .profile-detail > a {
    display: block;
    color: inherit; }
    @media screen and (max-width: 579px) {
      .profile-detail > a {
        display: block;
        padding: 20px 0 13px; }
        .profile-detail > a::after {
          clear: both;
          content: "";
          display: block; } }
    @media screen and (min-width: 580px) {
      .profile-detail > a {
        flex: 1;
        border: solid #000;
        border-width: 0 1px 1px; }
        .no-touchevents .profile-detail > a {
          transition: border-color 150ms; }
          .no-touchevents .profile-detail > a:hover {
            border-color: #d8ab4c; } }
  @media screen and (max-width: 579px) {
    .profile-detail .image {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 35.89161%;
      margin-bottom: 7px; }
      .profile-detail .image:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 580px) {
    .profile-detail .image {
      margin: 0 -1px; } }
  .profile-detail .image img {
    display: block;
    width: 100%; }
  .profile-detail .text {
    float: left;
    display: block;
    margin-right: 0.34357%;
    width: 58.19018%;
    margin-left: 5.57464%; }
    .profile-detail .text:last-child {
      margin-right: 0; }
    @media screen and (min-width: 580px) {
      .profile-detail .text {
        float: left;
        display: block;
        margin-right: 0.73036%;
        width: 88.14937%;
        margin-left: 5.92532%;
        padding: 1.25rem 0 0.9375rem; }
        .profile-detail .text:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .profile-detail .text {
        float: left;
        display: block;
        margin-right: 1.24799%;
        width: 79.7504%;
        margin-left: 10.1248%;
        padding: 1.875rem 0 1.5625rem; }
        .profile-detail .text:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 580px) {
      .faculty .profile-detail .text {
        min-height: 14.375rem; } }
    @media screen and (min-width: 960px) {
      .faculty .profile-detail .text {
        min-height: 16.875rem; } }
    @media screen and (min-width: 1280px) {
      .faculty .profile-detail .text {
        min-height: 14.375rem; } }
    @media screen and (min-width: 580px) {
      .team .profile-detail .text {
        min-height: 7.8125rem; } }
    @media screen and (min-width: 960px) {
      .team .profile-detail .text {
        min-height: 11.875rem; } }
    @media screen and (min-width: 1280px) {
      .team .profile-detail .text {
        min-height: 10.3125rem; } }
  .profile-detail h3 {
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 1.125rem;
    margin-bottom: 0.4375rem; }
    .profile-detail h3 b,
    .profile-detail h3 strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .profile-detail h3 i,
    .profile-detail h3 em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
    @media screen and (min-width: 580px) {
      .profile-detail h3 {
        font-size: 1.25rem;
        margin-bottom: 0.625rem; } }
    @media screen and (min-width: 960px) {
      .profile-detail h3 {
        font-size: 1.5rem;
        margin-bottom: 0.9375rem; } }
  .profile-detail h5 {
    font-family: 'ApexNew Book Italic', sans-serif;
    margin-bottom: 0.4375rem;
    font-size: 1rem; }
    @media screen and (min-width: 580px) {
      .profile-detail h5 {
        margin-bottom: 0.625rem; } }
    @media screen and (min-width: 960px) {
      .profile-detail h5 {
        font-size: 1.25rem;
        margin-bottom: 0.9375rem; } }
  .profile-detail p {
    margin: 0; }
    .profile-detail p.desc {
      font-family: 'ApexNew Book', sans-serif;
      font-size: 0.875rem;
      line-height: 1.2858; }
  .profile-detail .tags {
    font-family: 'ApexNew Bold', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 0.75rem;
    text-transform: uppercase;
    margin-top: 1.125rem; }
    .profile-detail .tags i,
    .profile-detail .tags em {
      font-family: 'ApexNew Bold Italic', sans-serif; }
    @media screen and (max-width: 579px) {
      .profile-detail .tags {
        display: none; } }

.by-the-numbers {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 25px; }

.numbers-hdr {
  text-align: center;
  padding: 32px 0 40px; }
  @media screen and (min-width: 580px) {
    .numbers-hdr {
      padding-top: 43px; } }
  @media screen and (min-width: 960px) {
    .numbers-hdr {
      padding-top: 64px; } }
  .numbers-hdr h2 {
    color: #d8ab4c;
    margin-bottom: 1.5625rem; }
    @media screen and (min-width: 960px) {
      .numbers-hdr h2 {
        margin-bottom: 2rem; } }
    @media screen and (min-width: 1280px) {
      .numbers-hdr h2 {
        font-size: 7.5rem; } }
  .numbers-hdr label {
    border: 0 !important;
    clip: rect(0 0 0 0);
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    width: 1px !important;
    white-space: nowrap; }
  .numbers-hdr select,
  .numbers-hdr .fs-dropdown {
    width: calc(100% - 40px);
    margin: 0 auto; }
    @media screen and (min-width: 580px) {
      .numbers-hdr select,
      .numbers-hdr .fs-dropdown {
        width: 302px; } }

.numbers-grid {
  display: flex;
  flex-wrap: wrap; }
  .numbers-grid .category {
    font-family: 'franchisebold', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 0.8334;
    letter-spacing: -0.01em; }
    .numbers-grid .category * {
      font-family: inherit; }
  .numbers-grid .num {
    font-family: 'Falstaff W01', serif;
    font-weight: normal;
    font-style: normal;
    line-height: 0.75;
    letter-spacing: -0.02em;
    color: #d8ab4c;
    position: relative;
    min-width: 1em;
    display: inline-block; }
    .numbers-grid .num * {
      font-family: inherit; }
    .numbers-grid .num:before {
      font-size: 0.343em;
      color: #fff;
      position: absolute;
      top: 0.85em; }
    .numbers-grid .num .text-flow {
      font-size: 0.343em; }
    .numbers-grid .num .text-overlay {
      color: #fff;
      font-size: 0.327em;
      font-family: 'Adobe Garamond W01 It';
      position: absolute;
      top: -0.5em;
      left: 0.7em; }
  .numbers-grid .dollar:before {
    content: '$';
    left: -0.1em; }
  .numbers-grid .percent:before {
    content: '%';
    right: -0.5em; }
  .numbers-grid .item {
    text-align: center;
    width: 100%;
    overflow: hidden;
    color: #fff; }
    @media screen and (min-width: 580px) {
      .numbers-grid .item {
        width: 50%; } }
    @media screen and (min-width: 960px) {
      .numbers-grid .item {
        width: 33.33333%; } }
    .numbers-grid .item:before {
      content: '';
      float: left;
      padding-top: 100%; }
    @media screen and (max-width: 959px) {
      .numbers-grid .item:nth-child(3n+1) {
        background-color: #000; }
        .numbers-grid .item:nth-child(3n+1).has-modal:after {
          content: url("../images/icon.modal.white.svg"); }
      .numbers-grid .item:nth-child(3n+2) {
        background-color: #d8ab4c; }
        .numbers-grid .item:nth-child(3n+2) .num {
          color: #000; }
      .numbers-grid .item:nth-child(3n) {
        background-color: #fafafa;
        color: #000; }
        .numbers-grid .item:nth-child(3n) .num:before,
        .numbers-grid .item:nth-child(3n) .text-overlay {
          color: #000; } }
    @media screen and (min-width: 960px) {
      .numbers-grid .item:nth-child(4n+1):nth-child(-n+9), .numbers-grid .item:nth-child(4n+10):nth-child(-n+18), .numbers-grid .item:nth-child(4n+19):nth-child(-n+27), .numbers-grid .item:nth-child(4n+28):nth-child(-n+36), .numbers-grid .item:nth-child(4n+37):nth-child(-n+45), .numbers-grid .item:nth-child(4n+46):nth-child(-n+54), .numbers-grid .item:nth-child(4n+55):nth-child(-n+63), .numbers-grid .item:nth-child(4n+64):nth-child(-n+72), .numbers-grid .item:nth-child(4n+73):nth-child(-n+81), .numbers-grid .item:nth-child(4n+82):nth-child(-n+90), .numbers-grid .item:nth-child(4n+91):nth-child(-n+99), .numbers-grid .item:nth-child(4n+100):nth-child(-n+108) {
        background-color: #000; }
        .numbers-grid .item:nth-child(4n+1):nth-child(-n+9).has-modal:after, .numbers-grid .item:nth-child(4n+10):nth-child(-n+18).has-modal:after, .numbers-grid .item:nth-child(4n+19):nth-child(-n+27).has-modal:after, .numbers-grid .item:nth-child(4n+28):nth-child(-n+36).has-modal:after, .numbers-grid .item:nth-child(4n+37):nth-child(-n+45).has-modal:after, .numbers-grid .item:nth-child(4n+46):nth-child(-n+54).has-modal:after, .numbers-grid .item:nth-child(4n+55):nth-child(-n+63).has-modal:after, .numbers-grid .item:nth-child(4n+64):nth-child(-n+72).has-modal:after, .numbers-grid .item:nth-child(4n+73):nth-child(-n+81).has-modal:after, .numbers-grid .item:nth-child(4n+82):nth-child(-n+90).has-modal:after, .numbers-grid .item:nth-child(4n+91):nth-child(-n+99).has-modal:after, .numbers-grid .item:nth-child(4n+100):nth-child(-n+108).has-modal:after {
          content: url("../images/icon.modal.white.svg"); }
      .numbers-grid .item:nth-child(4n+2):nth-child(-n+6), .numbers-grid .item:nth-child(4n+7):nth-child(-n+15), .numbers-grid .item:nth-child(4n+16):nth-child(-n+24), .numbers-grid .item:nth-child(4n+25):nth-child(-n+33), .numbers-grid .item:nth-child(4n+34):nth-child(-n+42), .numbers-grid .item:nth-child(4n+43):nth-child(-n+51), .numbers-grid .item:nth-child(4n+52):nth-child(-n+60), .numbers-grid .item:nth-child(4n+61):nth-child(-n+69), .numbers-grid .item:nth-child(4n+70):nth-child(-n+78), .numbers-grid .item:nth-child(4n+79):nth-child(-n+87), .numbers-grid .item:nth-child(4n+88):nth-child(-n+96), .numbers-grid .item:nth-child(4n+97):nth-child(-n+105) {
        background-color: #d8ab4c; }
        .numbers-grid .item:nth-child(4n+2):nth-child(-n+6) .num, .numbers-grid .item:nth-child(4n+7):nth-child(-n+15) .num, .numbers-grid .item:nth-child(4n+16):nth-child(-n+24) .num, .numbers-grid .item:nth-child(4n+25):nth-child(-n+33) .num, .numbers-grid .item:nth-child(4n+34):nth-child(-n+42) .num, .numbers-grid .item:nth-child(4n+43):nth-child(-n+51) .num, .numbers-grid .item:nth-child(4n+52):nth-child(-n+60) .num, .numbers-grid .item:nth-child(4n+61):nth-child(-n+69) .num, .numbers-grid .item:nth-child(4n+70):nth-child(-n+78) .num, .numbers-grid .item:nth-child(4n+79):nth-child(-n+87) .num, .numbers-grid .item:nth-child(4n+88):nth-child(-n+96) .num, .numbers-grid .item:nth-child(4n+97):nth-child(-n+105) .num {
          color: #000; }
      .numbers-grid .item:nth-child(3), .numbers-grid .item:nth-child(4n+4):nth-child(-n+12), .numbers-grid .item:nth-child(4n+13):nth-child(-n+21), .numbers-grid .item:nth-child(4n+22):nth-child(-n+30), .numbers-grid .item:nth-child(4n+31):nth-child(-n+39), .numbers-grid .item:nth-child(4n+40):nth-child(-n+48), .numbers-grid .item:nth-child(4n+49):nth-child(-n+57), .numbers-grid .item:nth-child(4n+58):nth-child(-n+66), .numbers-grid .item:nth-child(4n+67):nth-child(-n+75), .numbers-grid .item:nth-child(4n+76):nth-child(-n+84), .numbers-grid .item:nth-child(4n+85):nth-child(-n+93), .numbers-grid .item:nth-child(4n+94):nth-child(-n+102) {
        background-color: #fafafa;
        color: #000; }
        .numbers-grid .item:nth-child(3) .num:before,
        .numbers-grid .item:nth-child(3) .text-overlay, .numbers-grid .item:nth-child(4n+4):nth-child(-n+12) .num:before,
        .numbers-grid .item:nth-child(4n+4):nth-child(-n+12) .text-overlay, .numbers-grid .item:nth-child(4n+13):nth-child(-n+21) .num:before,
        .numbers-grid .item:nth-child(4n+13):nth-child(-n+21) .text-overlay, .numbers-grid .item:nth-child(4n+22):nth-child(-n+30) .num:before,
        .numbers-grid .item:nth-child(4n+22):nth-child(-n+30) .text-overlay, .numbers-grid .item:nth-child(4n+31):nth-child(-n+39) .num:before,
        .numbers-grid .item:nth-child(4n+31):nth-child(-n+39) .text-overlay, .numbers-grid .item:nth-child(4n+40):nth-child(-n+48) .num:before,
        .numbers-grid .item:nth-child(4n+40):nth-child(-n+48) .text-overlay, .numbers-grid .item:nth-child(4n+49):nth-child(-n+57) .num:before,
        .numbers-grid .item:nth-child(4n+49):nth-child(-n+57) .text-overlay, .numbers-grid .item:nth-child(4n+58):nth-child(-n+66) .num:before,
        .numbers-grid .item:nth-child(4n+58):nth-child(-n+66) .text-overlay, .numbers-grid .item:nth-child(4n+67):nth-child(-n+75) .num:before,
        .numbers-grid .item:nth-child(4n+67):nth-child(-n+75) .text-overlay, .numbers-grid .item:nth-child(4n+76):nth-child(-n+84) .num:before,
        .numbers-grid .item:nth-child(4n+76):nth-child(-n+84) .text-overlay, .numbers-grid .item:nth-child(4n+85):nth-child(-n+93) .num:before,
        .numbers-grid .item:nth-child(4n+85):nth-child(-n+93) .text-overlay, .numbers-grid .item:nth-child(4n+94):nth-child(-n+102) .num:before,
        .numbers-grid .item:nth-child(4n+94):nth-child(-n+102) .text-overlay {
          color: #000; } }
    .numbers-grid .item p {
      margin: 0 auto 0.5em;
      width: 87.5%;
      max-width: 18em; }
      @media screen and (min-width: 580px) and (max-width: 959px) {
        .numbers-grid .item p {
          line-height: 1.3; } }
    .numbers-grid .item .category {
      min-height: 1.667em;
      margin: 9% 62px 0; }
      @media screen and (min-width: 580px) and (max-width: 959px) {
        .numbers-grid .item .category {
          margin-top: 6.75%; } }
      @media screen and (min-width: 1280px) {
        .numbers-grid .item .category {
          margin-right: 67px;
          margin-left: 67px; } }
    .numbers-grid .item .num {
      font-size: 30vw;
      margin: 0.15em 0 0.45em; }
      @media screen and (min-width: 580px) {
        .numbers-grid .item .num {
          font-size: 15vw;
          margin: 0 0 0.22em; } }
      @media screen and (min-width: 960px) {
        .numbers-grid .item .num {
          font-size: 10vw;
          margin: 0.15em 0 0.25em; } }
      @media screen and (min-width: 1280px) {
        .numbers-grid .item .num {
          font-size: 128px;
          margin: 37px 0 60px; } }
  .numbers-grid .has-modal {
    position: relative;
    cursor: pointer; }
    .numbers-grid .has-modal:after {
      content: url("../images/icon.modal.black.svg");
      display: block;
      width: 27px;
      position: absolute;
      top: 20px;
      right: 20px; }
      @media screen and (min-width: 1280px) {
        .numbers-grid .has-modal:after {
          top: 25px;
          right: 25px; } }
    .no-touchevents .numbers-grid .has-modal:after {
      transition: width 150ms ease-in-out; }
    .no-touchevents .numbers-grid .has-modal:hover:after {
      width: 41px; }
  .numbers-grid .modal-container {
    position: absolute; }
    .numbers-grid .modal-container.is-active {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 999;
      height: 100vh;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      opacity: 0;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .numbers-grid .modal-container:not(.is-active) .modal-close {
      display: none; }
  .numbers-grid .modal {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    opacity: 0; }
    .numbers-grid .modal::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 960px) {
      .numbers-grid .modal {
        width: calc(100% - 60px); } }
    @media screen and (min-width: 580px) {
      .numbers-grid .modal .modal-close,
      .numbers-grid .modal .block-1,
      .numbers-grid .modal .block-2 {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 88.85071%;
        margin-left: 5.57464%;
        float: none; }
        .numbers-grid .modal .modal-close:last-child,
        .numbers-grid .modal .block-1:last-child,
        .numbers-grid .modal .block-2:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .numbers-grid .modal .modal-close,
      .numbers-grid .modal .block-1,
      .numbers-grid .modal .block-2 {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 66.55214%;
        margin-left: 16.72393%;
        float: none; }
        .numbers-grid .modal .modal-close:last-child,
        .numbers-grid .modal .block-1:last-child,
        .numbers-grid .modal .block-2:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1280px) {
      .numbers-grid .modal .modal-close {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 97.21268%;
        margin-left: 0%;
        float: none; }
        .numbers-grid .modal .modal-close:last-child {
          margin-right: 0; } }
    .numbers-grid .modal .block-1 {
      margin-bottom: 30px; }
      @media screen and (min-width: 580px) {
        .numbers-grid .modal .block-1 {
          margin-bottom: 40px; } }
      @media screen and (min-width: 1280px) {
        .numbers-grid .modal .block-1 {
          float: left;
          display: block;
          margin-right: 0.34357%;
          width: 66.55214%;
          margin-left: 2.78732%;
          margin-bottom: 0; }
          .numbers-grid .modal .block-1:last-child {
            margin-right: 0; } }
      .numbers-grid .modal .block-1 img {
        display: block;
        width: 100%; }
    .numbers-grid .modal .block-2 {
      text-align: center; }
      @media screen and (min-width: 960px) and (max-width: 1279px) {
        .numbers-grid .modal .block-2 {
          text-align: left;
          overflow: hidden;
          display: block; }
          .numbers-grid .modal .block-2::after {
            clear: both;
            content: "";
            display: block; } }
      @media screen and (min-width: 1280px) {
        .numbers-grid .modal .block-2 {
          float: left;
          display: block;
          margin-right: 0.34357%;
          width: 24.74232%;
          margin-left: 2.78732%; }
          .numbers-grid .modal .block-2:last-child {
            margin-right: 0; } }
  .numbers-grid .modal-content {
    color: #fff;
    max-height: calc(100vh - 50px);
    padding: 10px 0 90px;
    overflow-y: auto; }
    @media screen and (min-width: 580px) {
      .numbers-grid .modal-content {
        padding-top: 20px;
        max-height: calc(100vh - 70px); } }
    @media screen and (min-width: 960px) {
      .numbers-grid .modal-content {
        max-height: calc(100vh - 90px); } }
    @media screen and (min-width: 1280px) {
      .numbers-grid .modal-content {
        display: block; }
        .numbers-grid .modal-content::after {
          clear: both;
          content: "";
          display: block; } }
    .touchevents .numbers-grid .modal-content {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; }
    .numbers-grid .modal-content .category {
      margin-bottom: 27px; }
      @media screen and (max-width: 959px) {
        .numbers-grid .modal-content .category {
          text-align: center; } }
    .numbers-grid .modal-content .num-wrap {
      margin-bottom: 24px; }
      @media screen and (min-width: 580px) and (max-width: 959px) {
        .numbers-grid .modal-content .num-wrap {
          float: left;
          display: block;
          margin-right: 0.38668%;
          width: 62.355%;
          margin-left: 18.8225%;
          float: none;
          border-bottom: 1px solid #858585;
          padding-bottom: 22px; }
          .numbers-grid .modal-content .num-wrap:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 960px) and (max-width: 1279px) {
        .numbers-grid .modal-content .num-wrap {
          float: left;
          display: block;
          width: 41.88177%;
          position: relative;
          margin-top: 0.375rem; }
          .numbers-grid .modal-content .num-wrap:last-child {
            width: 41.36553%; }
          .numbers-grid .modal-content .num-wrap:after {
            content: '';
            width: 1px;
            height: 223px;
            background-color: #858585;
            position: absolute;
            right: -2px; } }
      @media screen and (min-width: 1280px) {
        .numbers-grid .modal-content .num-wrap {
          border-bottom: 1px solid #858585;
          padding-bottom: 34px;
          margin-bottom: 34px; } }
    .numbers-grid .modal-content .num {
      font-size: 70px; }
      @media screen and (min-width: 1280px) {
        .numbers-grid .modal-content .num {
          font-size: 96px; } }
    @media screen and (max-width: 579px) {
      .numbers-grid .modal-content .text {
        border-top: 1px solid #858585;
        padding-top: 26px; } }
    @media screen and (min-width: 960px) and (max-width: 1279px) {
      .numbers-grid .modal-content .text {
        float: left;
        display: block;
        margin-right: 0.51624%;
        width: 53.93006%;
        margin-left: 4.18818%; }
        .numbers-grid .modal-content .text:last-child {
          margin-right: 0; } }
    .numbers-grid .modal-content .text .cta {
      margin-top: 0.375rem; }
      @media screen and (min-width: 580px) {
        .numbers-grid .modal-content .text .cta {
          padding-right: 1em;
          padding-left: 1em;
          width: 100%;
          max-width: 302px;
          margin-top: 0.625rem; } }
  .numbers-grid .modal-close {
    text-align: right;
    height: 50px; }
    @media screen and (min-width: 580px) {
      .numbers-grid .modal-close {
        height: 70px; } }
    @media screen and (min-width: 960px) {
      .numbers-grid .modal-close {
        height: 90px; } }
    .numbers-grid .modal-close button {
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      width: 40px;
      height: 40px;
      border: 1px solid #fff;
      background: url("../images/icon.close.white.svg") 50% 50%/18px 18px no-repeat; }
      @media screen and (min-width: 580px) {
        .numbers-grid .modal-close button {
          width: 60px;
          height: 60px;
          background-size: 22px 22px; } }

@media screen and (min-width: 960px) {
  .video-header {
    position: relative;
    margin-bottom: 60px; } }
@media screen and (min-width: 1280px) {
  .video-header {
    margin-bottom: 80px; } }
.video-header .video-object > .inner {
  background: #000; }
  @media screen and (min-width: 1280px) {
    .video-header .video-object > .inner {
      padding-bottom: 720px; } }
@media screen and (min-width: 1280px) {
  .video-header .video-object iframe {
    width: 1280px;
    left: 50%;
    margin-left: -640px; } }
.video-header.video-active .poster {
  display: none; }
@media screen and (min-width: 960px) {
  .video-header.video-active .text-wrap {
    display: none; } }
.video-header .title {
  padding-top: 8px; }
  @media screen and (min-width: 580px) {
    .video-header .title {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 94.42536%;
      margin-left: 2.78732%;
      float: none;
      padding-top: 20px; }
      .video-header .title:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .video-header .title {
      display: flex;
      padding-top: 35px; } }
  @media screen and (min-width: 1280px) {
    .video-header .title {
      padding-top: 28px; } }
  .video-header .title h2 {
    -webkit-transform: translateY(0.3em);
    -moz-transform: translateY(0.3em);
    -ms-transform: translateY(0.3em);
    -o-transform: translateY(0.3em);
    transform: translateY(0.3em);
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 960px) {
      .video-header .title h2 {
        white-space: nowrap; } }
    @media screen and (min-width: 1280px) {
      .video-header .title h2 {
        font-size: 7.5rem; } }
    @media screen and (max-width: 959px) {
      .video-header .title h2 br {
        display: none; } }
  .video-header .title h1 {
    font-size: 3rem;
    line-height: 0.75;
    text-transform: uppercase;
    font-family: 'franchisebold', sans-serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -0.02em;
    color: #d8ab4c;
    -webkit-transform: translateY(0.3em);
    -moz-transform: translateY(0.3em);
    -ms-transform: translateY(0.3em);
    -o-transform: translateY(0.3em);
    transform: translateY(0.3em);
    position: relative;
    z-index: 1; }
    .video-header .title h1 * {
      font-family: inherit; }
    @media screen and (min-width: 580px) {
      .video-header .title h1 {
        font-size: 4.5rem; } }
    @media screen and (min-width: 960px) {
      .video-header .title h1 {
        font-size: 6.25rem; } }
    @media screen and (min-width: 960px) {
      .video-header .title h1 {
        white-space: nowrap; } }
    @media screen and (min-width: 1280px) {
      .video-header .title h1 {
        font-size: 7.5rem; } }
    @media screen and (max-width: 959px) {
      .video-header .title h1 br {
        display: none; } }
  .video-header .title p {
    display: none; }
    @media screen and (min-width: 960px) {
      .video-header .title p {
        display: block;
        color: #000;
        margin: 28px 0 0 5%; } }
    @media screen and (min-width: 1280px) {
      .video-header .title p {
        margin-top: 36px; } }
.video-header h2 {
  color: #d8ab4c; }
.video-header h1 {
  color: #d8ab4c; }
@media screen and (min-width: 960px) {
  .video-header .poster button.play {
    z-index: 1; } }
@media screen and (min-width: 1280px) {
  .video-header .poster button.play {
    right: 50%;
    -webkit-transform: translateX(570px);
    -moz-transform: translateX(570px);
    -ms-transform: translateX(570px);
    -o-transform: translateX(570px);
    transform: translateX(570px); } }
@media screen and (max-width: 579px) {
  .video-header .caption {
    display: none; } }
@media screen and (min-width: 1280px) {
  .video-header .caption {
    right: 50%;
    -webkit-transform: translateX(470px);
    -moz-transform: translateX(470px);
    -ms-transform: translateX(470px);
    -o-transform: translateX(470px);
    transform: translateX(470px); } }
@media screen and (min-width: 960px) {
  .video-header .text-wrap {
    position: absolute;
    bottom: 50px;
    width: 100%; } }
.video-header .text {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  color: #000; }
  .video-header .text::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .video-header .text {
      width: calc(100% - 60px); } }
  .video-header .text .inner {
    padding: 20px 0 40px; }
    @media screen and (min-width: 580px) {
      .video-header .text .inner {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 94.42536%;
        margin-left: 2.78732%;
        float: none;
        padding-top: 28px; }
        .video-header .text .inner:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .video-header .text .inner {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 55.40286%;
        margin-left: 2.78732%;
        float: none;
        color: #fff;
        padding: 0; }
        .video-header .text .inner:last-child {
          margin-right: 0; } }
  .video-header .text h3 {
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    margin-bottom: 0.5rem; }
    .video-header .text h3 b,
    .video-header .text h3 strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .video-header .text h3 i,
    .video-header .text h3 em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
    @media screen and (min-width: 580px) {
      .video-header .text h3 {
        font-size: 1.875rem;
        margin-bottom: 0.875rem; } }
    @media screen and (min-width: 960px) {
      .video-header .text h3 {
        font-size: 2.25rem; } }
  .video-header .text p {
    margin: 0; }
  .video-header .text .cta {
    min-width: 183px;
    margin-top: 1.25rem; }
    @media screen and (min-width: 960px) {
      .video-header .text .cta {
        border-color: #fff;
        color: #fff; }
        .video-header .text .cta:hover {
          color: #000;
          background-color: #fff; } }
.video-header .kicker {
  font-size: 1.125rem;
  color: inherit;
  margin-bottom: 1rem; }
  @media screen and (min-width: 580px) {
    .video-header .kicker {
      font-size: 1.875rem; } }
  @media screen and (min-width: 960px) {
    .video-header .kicker {
      font-size: 2.25rem;
      margin-bottom: 1.5625rem; } }

@media screen and (min-width: 960px) {
  .story-set-container {
    border-bottom: 1px solid #ddd;
    margin-bottom: 60px; } }
@media screen and (min-width: 1280px) {
  .story-set-container {
    margin-bottom: 80px; } }

.story-set a {
  color: #000; }
.story-set .story a {
  display: block;
  text-decoration: none; }
  .no-touchevents .story-set .story a .text > * {
    transition: color 150ms; }
  .no-touchevents .story-set .story a:hover .text > * {
    color: #d8ab4c; }
  .story-set .story a *:last-child {
    margin-bottom: 0; }
  .story-set .story a > img {
    display: block;
    width: 100%;
    height: auto; }
.story-set .text > p {
  margin: 0; }
.story-set .tag {
  font-family: 'franchisebold', sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.125rem; }
  .story-set .tag * {
    font-family: inherit; }
  @media screen and (min-width: 960px) {
    .story-set .tag {
      color: #fff;
      font-size: 1.5rem; } }
.story-set h3 {
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.3334;
  margin-bottom: 0.4375rem; }
  .story-set h3 b,
  .story-set h3 strong {
    font-family: 'ApexNew Bold', sans-serif; }
  .story-set h3 i,
  .story-set h3 em {
    font-family: 'ApexNew Medium Italic', sans-serif; }
.story-set .author {
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0.8125rem 0 0.375rem; }
  .story-set .author b,
  .story-set .author strong {
    font-family: 'ApexNew Bold', sans-serif; }
  .story-set .author i,
  .story-set .author em {
    font-family: 'ApexNew Medium Italic', sans-serif; }
  @media screen and (min-width: 960px) {
    .story-set .author {
      margin-top: 1.5rem; } }
.story-set .author-info {
  font-family: 'ApexNew Book Italic', sans-serif;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.2858; }
  .story-set .author-info p {
    margin-bottom: 0.375rem; }
    .story-set .author-info p:last-child {
      margin: 0; }

.collection-link {
  min-height: 4.5rem;
  border-top: 1px solid #ddd;
  padding: 0.9375rem 0; }
  .story-set-major .collection-link {
    margin: 0 20px; }
    @media screen and (min-width: 580px) {
      .story-set-major .collection-link {
        min-height: 6.375rem;
        padding: 1.3125rem 0;
        max-width: 17.375rem; } }
  @media screen and (min-width: 580px) {
    .story-set-mid .collection-link {
      min-height: 5.125rem;
      padding: 1.3125rem 0; } }
  @media screen and (min-width: 960px) {
    .story-set-mid .collection-link {
      margin: 0 20px;
      min-height: 6.375rem;
      max-width: 17.375rem; } }

.story-set-major {
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 10px; }
  @media screen and (min-width: 580px) {
    .story-set-major {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 0; } }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .story-set-major {
      border-bottom: 1px solid #ddd;
      margin-bottom: 60px; } }
  @media screen and (min-width: 580px) {
    .story-set-major .block {
      width: 50%;
      display: flex;
      flex-direction: column; } }
  .story-set-major .block:first-of-type {
    border-right: 1px solid #ddd; }
    .story-set-major .block:first-of-type .story a > img {
      width: calc(100% + 1px); }
  .story-set-major .story {
    position: relative; }
    @media screen and (min-width: 580px) {
      .story-set-major .story {
        flex: 1 0 auto; } }
  .story-set-major .text {
    margin: 0 20px;
    padding: 27px 0 16px; }
    @media screen and (min-width: 580px) {
      .story-set-major .text {
        padding-bottom: 25px; } }
    @media screen and (min-width: 960px) {
      .story-set-major .text {
        padding-bottom: 34px; } }
  .story-set-major .tag {
    position: absolute;
    left: 20px;
    top: 18px;
    color: #fff;
    font-size: 1.5rem; }
    @media screen and (min-width: 960px) {
      .story-set-major .tag {
        top: 28px; } }
  @media screen and (min-width: 960px) {
    .story-set-major h3 {
      font-size: 1.5rem;
      line-height: 1.25; } }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .story-set-major .author {
      margin-top: 1.625rem; } }

.story-set-mid {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px); }
  .story-set-mid::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .story-set-mid {
      width: calc(100% - 60px); } }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .story-set-mid {
      margin-bottom: 20px; } }
  @media screen and (min-width: 960px) {
    .story-set-mid {
      width: auto;
      max-width: none;
      max-width: 1280px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap; }
      .story-set-mid:after {
        content: normal; } }
  @media screen and (min-width: 960px) {
    .story-set-mid .block,
    .story-set-mid > .story {
      width: 33.33333%; }
      .story-set-mid .block:nth-of-type(n+2),
      .story-set-mid > .story:nth-of-type(n+2) {
        border-left: 1px solid #ddd; }
        .story-set-mid .block:nth-of-type(n+2) a > img,
        .story-set-mid > .story:nth-of-type(n+2) a > img {
          width: calc(100% + 1px);
          margin-left: -1px; } }
  @media screen and (min-width: 960px) {
    .story-set-mid .story {
      position: relative;
      border: 0; } }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .story-set-mid .story a {
      display: block; }
      .story-set-mid .story a::after {
        clear: both;
        content: "";
        display: block; }
      .story-set-mid .story a > img {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 44.25357%;
        margin-bottom: 30px; }
        .story-set-mid .story a > img:last-child {
          margin-right: 0; } }
  .story-set-mid .text {
    padding: 18px 0 14px; }
    @media screen and (min-width: 580px) and (max-width: 959px) {
      .story-set-mid .text {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 49.82822%;
        margin-left: 5.57464%;
        padding: 0 0 10px; }
        .story-set-mid .text:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .story-set-mid .text {
        margin: 0 20px;
        padding: 27px 0 24px; } }
  @media screen and (max-width: 959px) {
    .story-set-mid > .story:not(:last-of-type) {
      border-bottom: 1px solid #ddd; } }
  @media screen and (max-width: 579px) {
    .story-set-mid > .story {
      margin-bottom: 20px; } }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .story-set-mid > .story:nth-of-type(n+2) a {
      padding-top: 30px; } }
  @media screen and (min-width: 960px) {
    .story-set-mid > .story {
      display: flex;
      flex-direction: column; }
      .story-set-mid > .story a {
        flex: 1 0 auto;
        padding-bottom: 30px; } }
  .story-set-mid .tag {
    margin-bottom: 0.625rem; }
    @media screen and (min-width: 960px) {
      .story-set-mid .tag {
        position: absolute;
        left: 20px;
        top: 28px;
        margin: 0; } }
  @media screen and (min-width: 960px) {
    .story-set-mid h3 {
      font-size: 1.5rem;
      line-height: 1.25; } }

.story-set-minor {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px); }
  .story-set-minor::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .story-set-minor {
      width: calc(100% - 60px); } }
  @media screen and (min-width: 960px) {
    .story-set-minor > .inner {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 94.42536%;
      margin-left: 2.78732%;
      float: none;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .story-set-minor > .inner:last-child {
        margin-right: 0; } }
  .story-set-minor .story {
    border-top: 1px solid #ddd; }
    @media screen and (min-width: 960px) {
      .story-set-minor .story {
        float: left;
        display: block;
        margin-right: 0.36385%;
        width: 29.15493%;
        margin: 0 0 30px;
        border: 0;
        position: relative; }
        .story-set-minor .story:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 959px) {
      .story-set-minor .story a > img {
        display: none; } }
  .story-set-minor .text {
    padding: 18px 0 14px; }
    @media screen and (min-width: 580px) {
      .story-set-minor .text {
        padding: 28px 0 24px; } }
  .story-set-minor .tag {
    margin-bottom: 0.8125rem; }
    @media screen and (min-width: 960px) {
      .story-set-minor .tag {
        position: absolute;
        left: 20px;
        top: 17px;
        margin: 0; } }

.filter-module-container {
  background: #f5f5f5;
  margin-bottom: 25px; }
  @media screen and (min-width: 580px) {
    .filter-module-container {
      margin-bottom: 40px; } }
  @media screen and (min-width: 960px) {
    .filter-module-container {
      margin-bottom: 65px; } }
  @media screen and (min-width: 1280px) {
    .filter-module-container {
      margin-bottom: 85px; } }

.filter-module {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  padding: 33px 0 10px; }
  .filter-module::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .filter-module {
      width: calc(100% - 60px); } }
  @media screen and (min-width: 960px) {
    .filter-module {
      padding: 42px 0 40px; } }
  .filter-module h3 {
    font-size: 2.25rem;
    line-height: 0.75;
    text-transform: uppercase;
    font-family: 'franchisebold', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000;
    letter-spacing: -0.015em;
    margin-bottom: 0.75em; }
    .filter-module h3 * {
      font-family: inherit; }
    @media screen and (min-width: 580px) {
      .filter-module h3 {
        font-size: 3rem; } }
  .filter-module .label {
    font-family: 'ApexNew Book', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 1rem; }
    .filter-module .label b,
    .filter-module .label strong {
      font-family: 'ApexNew Medium', sans-serif; }
    .filter-module .label i,
    .filter-module .label em {
      font-family: 'ApexNew Book Italic', sans-serif; }
  @media screen and (min-width: 960px) {
    .filter-module .fieldset {
      display: block; }
      .filter-module .fieldset::after {
        clear: both;
        content: "";
        display: block; } }
  .filter-module label {
    border: 0 !important;
    clip: rect(0 0 0 0);
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden;
    padding: 0 !important;
    position: absolute;
    width: 1px !important;
    white-space: nowrap; }
  .filter-module .field {
    margin-bottom: 20px; }
    @media screen and (min-width: 580px) {
      .filter-module .field {
        margin-bottom: 30px; } }
    @media screen and (min-width: 960px) {
      .filter-module .field {
        margin-bottom: 0; }
        .filter-module .field:first-of-type {
          float: left;
          display: block;
          margin-right: 0.36385%;
          width: 67.52934%; }
          .filter-module .field:first-of-type:last-child {
            margin-right: 0; }
        .filter-module .field:last-of-type {
          float: left;
          display: block;
          margin-right: 0.36385%;
          width: 26.20305%;
          margin-left: 5.90376%; }
          .filter-module .field:last-of-type:last-child {
            margin-right: 0; } }
    .filter-module .field input[type="text"],
    .filter-module .field select {
      width: 100%; }

@media screen and (min-width: 960px) {
  .filter-module-inner {
    float: left;
    display: block;
    margin-right: 0.34357%;
    width: 94.42536%;
    margin-left: 2.78732%;
    float: none; }
    .filter-module-inner:last-child {
      margin-right: 0; } }

.event-detail-hdr {
  padding: 23px 0;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px); }
  .event-detail-hdr::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .event-detail-hdr {
      width: calc(100% - 60px); } }
  @media screen and (min-width: 580px) {
    .event-detail-hdr {
      padding: 30px 0 52px; } }
  @media screen and (min-width: 960px) {
    .event-detail-hdr {
      padding-top: 40px; } }
  .event-detail-hdr .content {
    color: #000; }
    @media screen and (min-width: 960px) {
      .event-detail-hdr .content {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 38.67893%;
        margin-left: 2.78732%; }
        .event-detail-hdr .content:last-child {
          margin-right: 0; } }
    .event-detail-hdr .content p {
      margin: 0; }
  .event-detail-hdr .kicker {
    color: #000;
    font-size: 1.125rem;
    margin-bottom: 0.875rem; }
    @media screen and (min-width: 580px) {
      .event-detail-hdr .kicker {
        margin-bottom: 1.5625rem; } }
    @media screen and (min-width: 960px) {
      .event-detail-hdr .kicker {
        font-size: 1.5rem;
        margin-bottom: 2.0625rem; } }
  .event-detail-hdr h1 {
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 0.375rem; }
    .event-detail-hdr h1 b,
    .event-detail-hdr h1 strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .event-detail-hdr h1 i,
    .event-detail-hdr h1 em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
    @media screen and (min-width: 580px) and (max-width: 1279px) {
      .event-detail-hdr h1 {
        font-size: 2.25rem;
        line-height: 1.1112;
        margin-bottom: 0.8125rem; } }
    @media screen and (min-width: 1280px) {
      .event-detail-hdr h1 {
        font-size: 3rem; } }
  .event-detail-hdr .share-wrap {
    display: none; }
    @media screen and (min-width: 960px) {
      .event-detail-hdr .share-wrap {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 33.10429%;
        margin-left: 22.29857%;
        padding-top: 3.5625rem; }
        .event-detail-hdr .share-wrap:last-child {
          margin-right: 0; } }

@media screen and (min-width: 960px) {
  .event-detail-body-container {
    background: linear-gradient(to right, transparent, transparent 50%, #d8ab4c 50%, #d8ab4c); } }

.event-detail-body {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px); }
  .event-detail-body::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .event-detail-body {
      width: calc(100% - 60px); } }
  @media screen and (min-width: 960px) {
    .event-detail-body {
      display: flex;
      background: linear-gradient(to right, #fff, #fff 64.11%, transparent 64.11%, transparent); } }
  .event-detail-body .block-1 {
    margin-bottom: 30px; }
    @media screen and (min-width: 580px) {
      .event-detail-body .block-1 {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 88.85071%;
        margin-left: 5.57464%;
        float: none; }
        .event-detail-body .block-1:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .event-detail-body .block-1 {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 55.40286%;
        margin-left: 2.78732%; }
        .event-detail-body .block-1:last-child {
          margin-right: 0; } }
  .event-detail-body .block-2 {
    background-color: #d8ab4c;
    color: #000;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 580px) {
      .event-detail-body .block-2 {
        font-size: 1.125rem; } }
    @media screen and (min-width: 960px) {
      .event-detail-body .block-2 {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 35.89161%;
        margin-left: 5.57464%;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px); }
        .event-detail-body .block-2:last-child {
          margin-right: 0; } }
    .event-detail-body .block-2 > .inner {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 88.85071%;
      margin-left: 5.57464%;
      float: none;
      padding-top: 10px; }
      .event-detail-body .block-2 > .inner:last-child {
        margin-right: 0; }
      @media screen and (min-width: 960px) {
        .event-detail-body .block-2 > .inner {
          float: left;
          display: block;
          margin-right: 0.95723%;
          width: 92.23406%;
          margin-left: 7.76594%;
          float: none;
          -webkit-transform: translateY(-20px);
          -moz-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
          -o-transform: translateY(-20px);
          transform: translateY(-20px);
          padding-top: 0; }
          .event-detail-body .block-2 > .inner:last-child {
            margin-right: 0; } }
    .event-detail-body .block-2 .section {
      padding: 20px 0 12px; }
      @media screen and (min-width: 580px) {
        .event-detail-body .block-2 .section {
          padding: 30px 0 20px; } }
      @media screen and (min-width: 580px) and (max-width: 959px) {
        .event-detail-body .block-2 .section + .section {
          padding-bottom: 32px; } }
      @media screen and (min-width: 960px) {
        .event-detail-body .block-2 .section:first-child {
          padding-top: 20px; } }
      .event-detail-body .block-2 .section:not(:last-child) {
        border-bottom: 1px solid #d8ab4c; }
      .event-detail-body .block-2 .section *:last-child {
        margin-bottom: 0; }
    .event-detail-body .block-2 h5 {
      font-family: 'ApexNew Book', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 1.125rem;
      margin-bottom: 0.8125rem; }
      .event-detail-body .block-2 h5 b,
      .event-detail-body .block-2 h5 strong {
        font-family: 'ApexNew Medium', sans-serif; }
      .event-detail-body .block-2 h5 i,
      .event-detail-body .block-2 h5 em {
        font-family: 'ApexNew Book Italic', sans-serif; }
      @media screen and (min-width: 580px) {
        .event-detail-body .block-2 h5 {
          margin-bottom: 1.0625rem; } }
    .event-detail-body .block-2 h6 {
      font-family: 'ApexNew Medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.3334;
      margin-bottom: 0.5rem; }
      .event-detail-body .block-2 h6 b,
      .event-detail-body .block-2 h6 strong {
        font-family: 'ApexNew Bold', sans-serif; }
      .event-detail-body .block-2 h6 i,
      .event-detail-body .block-2 h6 em {
        font-family: 'ApexNew Medium Italic', sans-serif; }
      @media screen and (min-width: 580px) {
        .event-detail-body .block-2 h6 {
          font-size: 1.5rem; } }
    .event-detail-body .block-2 p {
      margin-bottom: 0.625rem; }
    .event-detail-body .block-2 .more {
      font-family: 'ApexNew Bold', sans-serif;
      font-weight: normal;
      font-style: normal;
      margin-top: 0.6875rem; }
      .event-detail-body .block-2 .more i,
      .event-detail-body .block-2 .more em {
        font-family: 'ApexNew Bold Italic', sans-serif; }
      .event-detail-body .block-2 .more:first-of-type {
        margin-right: 40px; }
    .event-detail-body .block-2 .cta-wrap {
      padding: 30px 0 10px; }
      @media screen and (min-width: 580px) and (max-width: 959px) {
        .event-detail-body .block-2 .cta-wrap {
          display: flex;
          justify-content: space-between;
          padding: 40px 0 20px; } }
      @media screen and (min-width: 960px) {
        .event-detail-body .block-2 .cta-wrap {
          padding: 40px 0 2px; } }
    .event-detail-body .block-2 .cta {
      margin-bottom: 20px; }
      @media screen and (min-width: 580px) and (max-width: 959px) {
        .event-detail-body .block-2 .cta {
          min-width: 223px; } }
      @media screen and (min-width: 960px) {
        .event-detail-body .block-2 .cta {
          width: 100%; } }
  .event-detail-body h3 {
    font-family: 'franchisebold', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #000;
    font-size: 1.5rem;
    line-height: 0.75;
    letter-spacing: -0.02em;
    margin-bottom: 0.75em; }
    .event-detail-body h3 * {
      font-family: inherit; }
    @media screen and (min-width: 580px) {
      .event-detail-body h3 {
        font-size: 2.25rem; } }

.event-map-container {
  position: relative;
  margin-top: -40px; }
  @media screen and (min-width: 960px) {
    .event-map-container {
      margin-top: 0; }
      .event-map-container:before {
        content: '';
        height: 40px;
        width: 50%;
        background: #d8ab4c;
        position: absolute;
        top: 0;
        left: 50%; } }

#event-map {
  max-width: 1280px;
  margin: 0 auto;
  height: 100vw;
  max-height: 500px; }
  @media screen and (min-width: 960px) {
    #event-map {
      position: relative; }
      #event-map:after {
        content: '';
        height: 40px;
        width: 31px;
        background: #d8ab4c;
        position: absolute;
        top: 0;
        right: 0; } }

.program-listing-container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  margin-bottom: 42px; }
  .program-listing-container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .program-listing-container {
      width: calc(100% - 60px); } }

@media screen and (min-width: 960px) {
  .program-listing {
    float: left;
    display: block;
    margin-right: 0.34357%;
    width: 88.85071%;
    margin-left: 5.57464%;
    float: none; }
    .program-listing:last-child {
      margin-right: 0; } }
.program-listing h2 {
  margin-bottom: 26px; }
  @media screen and (min-width: 580px) {
    .program-listing h2 {
      margin-bottom: 34px; } }
  @media screen and (min-width: 960px) {
    .program-listing h2 {
      margin-bottom: 52px; } }
.program-listing h1 {
  margin-bottom: 26px; }
  @media screen and (min-width: 580px) {
    .program-listing h1 {
      margin-bottom: 34px; } }
  @media screen and (min-width: 960px) {
    .program-listing h1 {
      margin-bottom: 52px; } }
@media screen and (min-width: 960px) {
  .program-listing .item-set {
    display: flex;
    flex-wrap: wrap; } }
.program-listing .item {
  border: 1px solid #000;
  margin-bottom: 20px; }
  @media screen and (min-width: 580px) {
    .program-listing .item {
      margin-bottom: 30px; } }
  @media screen and (min-width: 960px) {
    .program-listing .item {
      float: left;
      display: block;
      margin-right: 0.38668%;
      width: 30.98416%;
      margin-left: 3.13708%;
      margin-right: 0;
      float: none;
      display: flex; }
      .program-listing .item:last-child {
        margin-right: 0; }
      .program-listing .item:nth-child(3n + 1) {
        margin-left: 0; } }
  .no-touchevents .program-listing .item {
    transition: border-color 150ms, background-color 150ms; }
    .no-touchevents .program-listing .item:hover {
      border-color: #d8ab4c;
      background-color: #d8ab4c; }
  .program-listing .item > a {
    display: block;
    margin: -1px;
    text-decoration: none;
    color: #000; }
    @media screen and (max-width: 579px) {
      .program-listing .item > a {
        position: relative;
        min-height: 4.125rem;
        padding-top: 3px;
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .program-listing .item > a:after {
          content: '';
          -webkit-transition: border-color 150ms ease-in-out;
          -moz-transition: border-color 150ms ease-in-out;
          transition: border-color 150ms ease-in-out;
          display: inline-block;
          height: 12px;
          width: 12px;
          border-width: 2px 0 0 2px;
          border-color: #000;
          border-style: solid;
          -webkit-transform: rotate(135deg);
          -moz-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          -o-transform: rotate(135deg);
          transform: rotate(135deg);
          position: absolute;
          right: 7%;
          top: 50%;
          margin-top: -6px; } }
    @media screen and (min-width: 580px) {
      .program-listing .item > a {
        padding-top: 42px;
        padding-bottom: 29px; } }
  .program-listing .item h3 {
    text-transform: uppercase;
    font-family: 'franchisebold', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.875rem;
    line-height: 0.75;
    float: left;
    display: block;
    margin-right: 0.34357%;
    width: 80.48875%;
    margin-left: 5.57464%; }
    .program-listing .item h3 * {
      font-family: inherit; }
    .program-listing .item h3:last-child {
      margin-right: 0; }
    @media screen and (min-width: 580px) {
      .program-listing .item h3 {
        font-size: 2.25rem;
        margin-bottom: 0.9375rem; } }
    @media screen and (min-width: 960px) {
      .program-listing .item h3 {
        margin-bottom: 1.3125rem; } }
  @media screen and (max-width: 579px) {
    .program-listing .item .body {
      display: none; } }
  .program-listing .item h3,
  .program-listing .item .body {
    float: none !important; }
    @media screen and (min-width: 580px) {
      .program-listing .item h3,
      .program-listing .item .body {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 88.85071%;
        margin-left: 5.57464%; }
        .program-listing .item h3:last-child,
        .program-listing .item .body:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .program-listing .item h3,
      .program-listing .item .body {
        float: left;
        display: block;
        margin-right: 1.24799%;
        width: 79.7504%;
        margin-left: 10.1248%; }
        .program-listing .item h3:last-child,
        .program-listing .item .body:last-child {
          margin-right: 0; } }
  .program-listing .item p:last-of-type {
    margin: 0; }
  .program-listing .item .more {
    margin-top: 0.875rem; }

.contact-header {
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 22px; }
  @media screen and (min-width: 580px) {
    .contact-header {
      padding-top: 33px; } }
  @media screen and (min-width: 960px) {
    .contact-header {
      position: relative;
      padding-top: 110px;
      overflow: hidden; } }
  @media screen and (min-width: 1280px) {
    .contact-header {
      padding-top: 120px; } }

.contact-header-text {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  position: relative;
  z-index: 1; }
  .contact-header-text::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .contact-header-text {
      width: calc(100% - 60px); } }
  @media screen and (min-width: 960px) {
    .contact-header-text {
      min-height: 500px; } }
  .contact-header-text h2 {
    color: #d8ab4c;
    margin-bottom: 28px; }
    @media screen and (min-width: 580px) {
      .contact-header-text h2 {
        margin-bottom: 40px; } }
    @media screen and (min-width: 960px) {
      .contact-header-text h2 {
        float: left;
        -webkit-transform: translateY(-0.45em);
        -moz-transform: translateY(-0.45em);
        -ms-transform: translateY(-0.45em);
        -o-transform: translateY(-0.45em);
        transform: translateY(-0.45em); } }
    @media screen and (min-width: 1280px) {
      .contact-header-text h2 {
        font-size: 7.5rem; } }
  .contact-header-text h2 {
    color: #d8ab4c;
    margin-bottom: 28px; }
    @media screen and (min-width: 580px) {
      .contact-header-text h2 {
        margin-bottom: 40px; } }
    @media screen and (min-width: 960px) {
      .contact-header-text h2 {
        float: left;
        -webkit-transform: translateY(-0.45em);
        -moz-transform: translateY(-0.45em);
        -ms-transform: translateY(-0.45em);
        -o-transform: translateY(-0.45em);
        transform: translateY(-0.45em); } }
    @media screen and (min-width: 1280px) {
      .contact-header-text h2 {
        font-size: 7.5rem; } }
  .contact-header-text .social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 268px;
    max-width: 100%;
    margin-bottom: 28px; }
    @media screen and (min-width: 580px) {
      .contact-header-text .social-links {
        position: absolute;
        right: 0;
        top: 0;
        margin-bottom: 0; } }
    @media screen and (min-width: 960px) {
      .contact-header-text .social-links {
        top: -59px; } }
    @media screen and (min-width: 1280px) {
      .contact-header-text .social-links {
        top: -69px; } }
    .contact-header-text .social-links a {
      display: block;
      height: 21px; }
      .no-touchevents .contact-header-text .social-links a svg {
        transition: fill 150ms; }
      .no-touchevents .contact-header-text .social-links a:hover svg {
        fill: #d8ab4c; }
  @media screen and (min-width: 960px) {
    .contact-header-text .detail-wrap {
      float: left;
      display: block;
      margin-right: 0.36385%;
      width: 38.01056%;
      float: right;
      height: 500px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .contact-header-text .detail-wrap:last-child {
        margin-right: 0; } }
  .contact-header-text .detail {
    background-color: #d8ab4c;
    color: #000;
    padding: 1.75em 0 2em; }
    .contact-header-text .detail > .inner {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 88.85071%;
      margin-left: 5.57464%;
      float: none !important; }
      .contact-header-text .detail > .inner:last-child {
        margin-right: 0; }
      @media screen and (min-width: 960px) {
        .contact-header-text .detail > .inner {
          float: left;
          display: block;
          margin-right: 0.95723%;
          width: 84.46812%;
          margin-left: 7.76594%; }
          .contact-header-text .detail > .inner:last-child {
            margin-right: 0; } }
    .contact-header-text .detail h3 {
      font-family: 'ApexNew Book', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 1.125rem;
      line-height: 1.3334;
      margin-bottom: 0.9em; }
      .contact-header-text .detail h3 b,
      .contact-header-text .detail h3 strong {
        font-family: 'ApexNew Medium', sans-serif; }
      .contact-header-text .detail h3 i,
      .contact-header-text .detail h3 em {
        font-family: 'ApexNew Book Italic', sans-serif; }
      @media screen and (min-width: 580px) {
        .contact-header-text .detail h3 {
          font-size: 1.5rem; } }
    .contact-header-text .detail h4 {
      font-family: 'ApexNew Medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 1rem;
      margin-bottom: 0.3em; }
      .contact-header-text .detail h4 b,
      .contact-header-text .detail h4 strong {
        font-family: 'ApexNew Bold', sans-serif; }
      .contact-header-text .detail h4 i,
      .contact-header-text .detail h4 em {
        font-family: 'ApexNew Medium Italic', sans-serif; }
      @media screen and (min-width: 580px) {
        .contact-header-text .detail h4 {
          font-size: 1.125rem; } }
    .contact-header-text .detail a {
      color: inherit;
      text-decoration: none; }
    .contact-header-text .detail .more {
      display: block;
      border-top: 1px solid #d8ab4c;
      border-bottom: 1px solid #d8ab4c;
      padding: 19px 0 14px; }
      .contact-header-text .detail .more + .more {
        border-top: 0; }

.contact-header-text-inner {
  position: relative; }
  @media screen and (min-width: 960px) {
    .contact-header-text-inner {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 94.42536%;
      margin-left: 2.78732%;
      float: none; }
      .contact-header-text-inner:last-child {
        margin-right: 0; }
      .contact-header-text-inner::after {
        clear: both;
        content: "";
        display: block; } }

.contact-map-container {
  margin-top: -40px; }
  @media screen and (min-width: 960px) {
    .contact-map-container {
      position: absolute;
      top: 120px;
      width: 100%;
      height: 500px;
      margin-top: 0; } }

#contact-map {
  height: 100vw;
  max-height: 500px; }
  #contact-map * {
    cursor: default !important; }

.bb-overview-module-extend h2 {
  font-size: 4.25rem; }
.bb-overview-module-extend header {
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .bb-overview-module-extend header {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 83.27607%;
      margin-left: 8.36196%;
      float: none; }
      .bb-overview-module-extend header:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .bb-overview-module-extend header {
      margin: 0;
      float: left;
      display: block;
      width: 33.44786%;
      float: none;
      background: #fff;
      border-top: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      display: flex; }
      .bb-overview-module-extend header:last-child {
        width: 33.10429%; } }
  .bb-overview-module-extend header .inner {
    padding-top: 42px; }
    @media screen and (min-width: 580px) {
      .bb-overview-module-extend header .inner {
        padding-top: 63px; } }
    @media screen and (min-width: 960px) {
      .bb-overview-module-extend header .inner {
        margin: -1px 0;
        flex: 1;
        background: linear-gradient(to right, #d8ab4c, #d8ab4c 43.67%, transparent 43.67%, transparent); } }

.bb-flex-container {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: white;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  max-width: max-width 1279px;
  flex-wrap: nowrap; }
  @media screen and (max-width: 959px) {
    .bb-flex-container {
      display: block; } }
  .bb-flex-container .bb-flex-item {
    flex: 1;
    padding-left: 5%;
    padding-right: 5%;
    word-wrap: break-word;
    padding-bottom: 2%; }
    .bb-flex-container .bb-flex-item h3 {
      font-family: 'franchisebold', sans-serif;
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      font-size: 2.7rem;
      margin-top: 1.5em;
      margin-bottom: 15px; }
      .bb-flex-container .bb-flex-item h3 * {
        font-family: inherit; }
    .bb-flex-container .bb-flex-item .bb-title {
      font-family: 'ApexNew Medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 1.5rem;
      margin-top: 10px;
      margin-bottom: 10px; }
      .bb-flex-container .bb-flex-item .bb-title b,
      .bb-flex-container .bb-flex-item .bb-title strong {
        font-family: 'ApexNew Bold', sans-serif; }
      .bb-flex-container .bb-flex-item .bb-title i,
      .bb-flex-container .bb-flex-item .bb-title em {
        font-family: 'ApexNew Medium Italic', sans-serif; }

/**
  CSS for 2 cols layout with left gray background
 */
@media screen and (min-width: 960px) {
  .bb-50-gray-left-background {
    background: linear-gradient(to left, transparent, transparent 50%, #f5f5f5 50%, #f5f5f5); } }

@media screen and (min-width: 960px) {
  .bb-66-white-left-background {
    background: linear-gradient(to left, #fff, #fff 66.5%, transparent 66.5%, transparent); } }

.modules-2-cols-left-gray figure {
  position: relative;
  margin-top: 1.125rem;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 580px) {
    .modules-2-cols-left-gray figure {
      float: left;
      display: block;
      margin-right: 0.38668%;
      width: 106.27417%;
      margin-left: -6.27417%;
      margin-bottom: 1.75rem; }
      .modules-2-cols-left-gray figure:last-child {
        margin-right: 0; }
      .modules-2-cols-left-gray figure img,
      .modules-2-cols-left-gray figure figcaption {
        float: left;
        display: block;
        margin-right: 0.36385%;
        width: 94.09624%;
        margin-left: 5.90376%; }
        .modules-2-cols-left-gray figure img:last-child,
        .modules-2-cols-left-gray figure figcaption:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .modules-2-cols-left-gray figure {
      float: left;
      display: block;
      margin-right: 0.56343%;
      width: 113.7132%;
      margin-left: -4.57107%;
      margin-top: 2.5rem;
      margin-bottom: 3.375rem; }
      .modules-2-cols-left-gray figure:last-child {
        margin-right: 0; }
      .modules-2-cols-left-gray figure img {
        float: left;
        display: block;
        margin-right: 0.49549%;
        width: 71.86126%;
        margin-left: 4.01982%; }
        .modules-2-cols-left-gray figure img:last-child {
          margin-right: 0; }
      .modules-2-cols-left-gray figure figcaption {
        margin-top: 0;
        float: left;
        display: block;
        margin-right: 0.49549%;
        width: 19.60361%;
        margin-left: 4.01982%; }
        .modules-2-cols-left-gray figure figcaption:last-child {
          margin-right: 0; } }
  .modules-2-cols-left-gray figure:before {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #d8ab4c;
    position: absolute;
    left: -15px; }
    @media screen and (min-width: 580px) {
      .modules-2-cols-left-gray figure:before {
        left: 10px; } }
    @media screen and (min-width: 960px) {
      .modules-2-cols-left-gray figure:before {
        left: -10px; } }
.modules-2-cols-left-gray blockquote {
  margin: 1.875rem 0;
  padding-bottom: 1px; }
  @media screen and (min-width: 960px) {
    .modules-2-cols-left-gray blockquote {
      margin: 3rem 0; } }
  .modules-2-cols-left-gray blockquote:before,
  .modules-2-cols-left-gray blockquote p:after {
    content: url("../images/icon.quotes.svg");
    display: block;
    width: 50px;
    height: 23px; }
    @media screen and (min-width: 580px) {
      .modules-2-cols-left-gray blockquote:before,
      .modules-2-cols-left-gray blockquote p:after {
        width: 80px;
        height: 36px; } }
    @media screen and (min-width: 960px) {
      .modules-2-cols-left-gray blockquote:before,
      .modules-2-cols-left-gray blockquote p:after {
        width: 113px;
        height: 51px; } }
  .modules-2-cols-left-gray blockquote:before {
    position: relative;
    top: 1px;
    margin-left: 14px; }
    @media screen and (min-width: 580px) {
      .modules-2-cols-left-gray blockquote:before {
        margin-left: 67px; } }
  .modules-2-cols-left-gray blockquote p {
    border-top: 4px solid #d8ab4c;
    border-bottom: 4px solid #d8ab4c;
    font-size: 1.25rem;
    font-family: 'Adobe Garamond W01 It';
    padding: 1.5rem 0 1.25rem;
    position: relative;
    margin-bottom: 20px; }
    @media screen and (min-width: 580px) {
      .modules-2-cols-left-gray blockquote p {
        font-size: 1.875rem;
        line-height: 1.2;
        padding: 2.1875rem 0 1.875rem;
        margin-bottom: 32px; } }
    @media screen and (min-width: 960px) {
      .modules-2-cols-left-gray blockquote p {
        font-size: 2.25rem;
        line-height: 1.1667; } }
    .modules-2-cols-left-gray blockquote p:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      position: absolute;
      right: 17px;
      bottom: -26px; }
      @media screen and (min-width: 580px) {
        .modules-2-cols-left-gray blockquote p:after {
          bottom: -39px;
          right: 69px; } }
      @media screen and (min-width: 960px) {
        .modules-2-cols-left-gray blockquote p:after {
          bottom: -54px; } }
  .modules-2-cols-left-gray blockquote cite {
    display: block;
    font-family: 'ApexNew Book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1; }
    .modules-2-cols-left-gray blockquote cite b,
    .modules-2-cols-left-gray blockquote cite strong {
      font-family: 'ApexNew Medium', sans-serif; }
    .modules-2-cols-left-gray blockquote cite i,
    .modules-2-cols-left-gray blockquote cite em {
      font-family: 'ApexNew Book Italic', sans-serif; }
    @media screen and (min-width: 580px) {
      .modules-2-cols-left-gray blockquote cite {
        font-size: 1.125rem; } }
    .modules-2-cols-left-gray blockquote cite b,
    .modules-2-cols-left-gray blockquote cite strong {
      display: block;
      font-size: 1.125rem;
      margin-bottom: 0.375rem; }
      @media screen and (min-width: 580px) {
        .modules-2-cols-left-gray blockquote cite b,
        .modules-2-cols-left-gray blockquote cite strong {
          font-size: 1.5rem; } }

.bb-left-side-menu .bb-menu-title {
  padding-top: 2.25rem; }

.bb-contact {
  font-size: 0.875rem;
  line-height: 1.4286;
  font-family: 'ApexNew Book', sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
  margin-bottom: 36px; }
  .bb-contact b,
  .bb-contact strong {
    font-family: 'ApexNew Medium', sans-serif; }
  .bb-contact i,
  .bb-contact em {
    font-family: 'ApexNew Book Italic', sans-serif; }
  @media screen and (min-width: 580px) {
    .bb-contact {
      display: block; }
      .bb-contact::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (min-width: 960px) {
    .bb-contact {
      margin-bottom: 60px; } }
  .bb-contact:before {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #d8ab4c;
    position: absolute;
    left: -20px; }
    @media screen and (min-width: 960px) {
      .bb-contact:before {
        left: 0; } }
  @media screen and (min-width: 580px) {
    .bb-contact > .bb-inner {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 88.85071%; }
      .bb-contact > .bb-inner:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .bb-contact > .bb-inner {
      float: left;
      display: block;
      margin-right: 1.24799%;
      width: 89.8752%;
      margin-left: 10.1248%;
      padding-bottom: 20px; }
      .bb-contact > .bb-inner:last-child {
        margin-right: 0; } }
  .bb-contact h5 {
    font-size: 1rem;
    line-height: 1.5;
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 0.1875rem; }
    .bb-contact h5 b,
    .bb-contact h5 strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .bb-contact h5 i,
    .bb-contact h5 em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
    @media screen and (min-width: 580px) {
      .bb-contact h5 {
        font-size: 1.125rem;
        margin-bottom: 0.5rem; } }
  .bb-contact p {
    margin: 0; }
  .bb-contact a {
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none; }
    .bb-contact a b,
    .bb-contact a strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .bb-contact a i,
    .bb-contact a em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
    .no-touchevents .bb-contact a:hover {
      text-decoration: underline; }

.bb-other-articles .bb-other-article-title {
  font-family: 'ApexNew Book', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1;
  color: #858585;
  text-transform: uppercase;
  margin-bottom: 0.625rem; }
  .bb-other-articles .bb-other-article-title b,
  .bb-other-articles .bb-other-article-title strong {
    font-family: 'ApexNew Medium', sans-serif; }
  .bb-other-articles .bb-other-article-title i,
  .bb-other-articles .bb-other-article-title em {
    font-family: 'ApexNew Book Italic', sans-serif; }
@media screen and (min-width: 580px) {
  .bb-other-articles {
    float: left;
    display: block;
    margin-right: 0.34357%;
    width: 88.85071%; }
    .bb-other-articles:last-child {
      margin-right: 0; } }
@media screen and (min-width: 960px) {
  .bb-other-articles {
    float: left;
    display: block;
    margin-right: 1.24799%;
    width: 100%; }
    .bb-other-articles:last-child {
      margin-right: 0; } }
.bb-other-articles h4 + .item {
  margin-top: 26px; }
  @media screen and (min-width: 960px) {
    .bb-other-articles h4 + .item {
      margin-top: 15px; } }
.bb-other-articles .item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  margin-bottom: 19px; }
  @media screen and (min-width: 580px) and (max-width: 959px) {
    .bb-other-articles .item {
      display: block;
      padding-bottom: 30px;
      margin-bottom: 28px; }
      .bb-other-articles .item::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (min-width: 960px) {
    .bb-other-articles .item {
      padding-bottom: 22px;
      margin-bottom: 30px; } }
  @media screen and (min-width: 960px) {
    .bb-other-articles .item:last-of-type {
      margin-bottom: 60px; } }
  .bb-other-articles .item figure {
    display: none;
    margin: 0; }
    .bb-other-articles .item figure:before {
      content: '';
      width: 0px;
      position: inherit; }
    .bb-other-articles .item figure img {
      display: none;
      width: calc(100% + 1px); }
      @media screen and (min-width: 960px) {
        .bb-other-articles .item figure img {
          display: block; } }
    @media screen and (min-width: 580px) {
      .bb-other-articles .item figure {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 41.46625%;
        padding-top: 0.125rem; }
        .bb-other-articles .item figure:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .bb-other-articles .item figure {
        display: block;
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 88.85071%;
        float: none !important;
        padding-top: 0;
        margin-bottom: 1.125rem; }
        .bb-other-articles .item figure:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 1280px) {
      .bb-other-articles .item figure {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 88.85071%; }
        .bb-other-articles .item figure:last-child {
          margin-right: 0; } }
  .bb-other-articles .item .text {
    clear: both;
    padding-top: 1rem;
    float: none !important;
    float: left;
    display: block;
    margin-right: 0.38668%;
    width: 93.72583%;
    margin-left: 3.13708%; }
    .bb-other-articles .item .text:last-child {
      margin-right: 0; }
    @media screen and (min-width: 580px) and (max-width: 959px) {
      .bb-other-articles .item .text {
        float: left;
        display: block;
        margin-right: 0.38668%;
        width: 100%;
        margin-left: 0%; }
        .bb-other-articles .item .text:last-child {
          margin-right: 0; } }
  .bb-other-articles .item .title {
    font-size: 1.125rem;
    line-height: 1.2223;
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal; }
    .bb-other-articles .item .title b,
    .bb-other-articles .item .title strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .bb-other-articles .item .title i,
    .bb-other-articles .item .title em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
    @media screen and (min-width: 580px) {
      .bb-other-articles .item .title {
        line-height: 1.3334; } }
    .bb-other-articles .item .title a {
      display: block;
      color: #000;
      text-decoration: none; }
      .no-touchevents .bb-other-articles .item .title a:hover {
        text-decoration: underline; }
  .bb-other-articles .item .more {
    margin-top: 1rem; }

.bb-deck {
  color: #000;
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5556;
  margin-bottom: 1rem; }
  .bb-deck b,
  .bb-deck strong {
    font-family: 'ApexNew Bold', sans-serif; }
  .bb-deck i,
  .bb-deck em {
    font-family: 'ApexNew Medium Italic', sans-serif; }
  @media screen and (min-width: 580px) {
    .bb-deck {
      font-size: 1.375rem;
      line-height: 1.4546;
      margin-bottom: 1.3125rem; } }
  @media screen and (min-width: 960px) {
    .bb-deck {
      font-size: 1.875rem;
      line-height: 1.3334; } }

.bb-event {
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 11px 0 30px;
  margin-bottom: 14px; }
  @media screen and (min-width: 580px) {
    .bb-event {
      padding-bottom: 20px; } }
  @media screen and (min-width: 960px) {
    .bb-event {
      padding-top: 0;
      margin-bottom: 25px; } }
  .bb-event .info {
    margin-bottom: 16px; }
    @media screen and (min-width: 580px) {
      .bb-event .info {
        margin-right: 200px;
        min-height: 75px; } }
    @media screen and (min-width: 1280px) {
      .bb-event .info {
        margin-right: 220px; } }
  .bb-event .date {
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.25rem;
    margin-bottom: 0.25rem; }
    .bb-event .date b,
    .bb-event .date strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .bb-event .date i,
    .bb-event .date em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
  .bb-event .location {
    font-family: 'Adobe Garamond W01 It';
    font-size: 1.5rem;
    line-height: 1.25; }
  .bb-event .desc *:last-child {
    margin-bottom: 0; }
  .bb-event .cta {
    margin-top: 1.375rem; }
    @media screen and (min-width: 580px) {
      .bb-event .cta {
        position: absolute;
        top: 16px;
        right: 0;
        margin: 0; } }
    @media screen and (min-width: 960px) {
      .bb-event .cta {
        top: 5px; } }

.course:not(:last-child) {
  border-bottom: 1px solid #ddd;
  float: left;
  margin-bottom: 1em;
  position: relative; }

.bb-date-time-block,
.vu-category-block,
.vu-course-cost,
.vu-wait-list {
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .bb-date-time-block b,
  .bb-date-time-block strong,
  .vu-category-block b,
  .vu-category-block strong,
  .vu-course-cost b,
  .vu-course-cost strong,
  .vu-wait-list b,
  .vu-wait-list strong {
    font-family: 'ApexNew Bold', sans-serif; }
  .bb-date-time-block i,
  .bb-date-time-block em,
  .vu-category-block i,
  .vu-category-block em,
  .vu-course-cost i,
  .vu-course-cost em,
  .vu-wait-list i,
  .vu-wait-list em {
    font-family: 'ApexNew Medium Italic', sans-serif; }

.vu-category-block {
  font-size: .9rem;
  text-transform: uppercase; }

.vu-course-date {
  font-family: 'ApexNew Book', sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  font-size: 1.25rem;
  font-weight: normal;
  font-style: normal;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .vu-course-date b,
  .vu-course-date strong {
    font-family: 'ApexNew Medium', sans-serif; }
  .vu-course-date i,
  .vu-course-date em {
    font-family: 'ApexNew Book Italic', sans-serif; }

.vu-course-register:hover {
  background-color: #d8ab4c;
  border-color: #d8ab4c; }

.vu-course-filter label {
  border: 0 !important;
  clip: rect(0 0 0 0);
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  width: 1px !important;
  white-space: nowrap; }
.vu-course-filter .display-control {
  font-family: 'ApexNew Book', sans-serif;
  font-weight: normal;
  font-style: normal;
  border-bottom: 1px solid #b5b5b5;
  font-size: 1rem;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 42px 0 20px; }
  .vu-course-filter .display-control b,
  .vu-course-filter .display-control strong {
    font-family: 'ApexNew Medium', sans-serif; }
  .vu-course-filter .display-control i,
  .vu-course-filter .display-control em {
    font-family: 'ApexNew Book Italic', sans-serif; }
  @media screen and (min-width: 580px) {
    .vu-course-filter .display-control {
      height: 3.75rem;
      line-height: 3.75rem; } }
  @media screen and (min-width: 1280px) {
    .vu-course-filter .display-control {
      padding: 0 47px 0 25px; } }
.vu-course-filter .fs-dropdown-selected {
  border-color: #b5b5b5;
  border-top: none;
  border-right: none;
  border-left: none; }
  .vu-course-filter .fs-dropdown-selected a {
    color: #000;
    text-decoration: none; }

.fs-link:after {
  content: none; }

.bb-h4-event-title {
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .bb-h4-event-title b,
  .bb-h4-event-title strong {
    font-family: 'ApexNew Bold', sans-serif; }
  .bb-h4-event-title i,
  .bb-h4-event-title em {
    font-family: 'ApexNew Medium Italic', sans-serif; }

.bb-text {
  font-family: 'AdobeGaramondW01-Regula'; }
  .bb-text b,
  .bb-text strong {
    font-family: 'Adobe Garamond W01 Bd';
    font-weight: normal; }
  .bb-text i,
  .bb-text em {
    font-family: 'Adobe Garamond W01 It';
    font-style: normal; }
  .bb-text b i,
  .bb-text b em,
  .bb-text i b,
  .bb-text em b,
  .bb-text i strong,
  .bb-text em strong,
  .bb-text strong i,
  .bb-text strong em {
    font-family: 'AdobeGaramondW01-BdIt'; }

.bb-event-info {
  font-family: 'AdobeGaramondW01-Regula';
  font-style: italic; }
  .bb-event-info b,
  .bb-event-info strong {
    font-family: 'Adobe Garamond W01 Bd';
    font-weight: normal; }
  .bb-event-info i,
  .bb-event-info em {
    font-family: 'Adobe Garamond W01 It';
    font-style: normal; }
  .bb-event-info b i,
  .bb-event-info b em,
  .bb-event-info i b,
  .bb-event-info em b,
  .bb-event-info i strong,
  .bb-event-info em strong,
  .bb-event-info strong i,
  .bb-event-info strong em {
    font-family: 'AdobeGaramondW01-BdIt'; }

.bb-register-event-row {
  border-bottom: 1px solid #ddd; }

.bb-register-event-right-column {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 1rem; }
  .bb-register-event-right-column a.cta {
    width: 100%; }
  @media screen and (min-width: 580px) {
    .bb-register-event-right-column {
      padding-right: 0;
      padding-left: 0; } }

.bb-register-event-left-column {
  padding-right: 1rem; }

.bb-black-hover-yellow {
  color: #000;
  text-decoration: none; }

.bb-black-hover-yellow:hover {
  color: #d8ab4c; }

.bb-bold-tag {
  text-transform: uppercase;
  font-family: 'ApexNew Bold', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.9rem; }
  .bb-bold-tag i,
  .bb-bold-tag em {
    font-family: 'ApexNew Bold Italic', sans-serif; }

.bb-top-line {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px; }
  .bb-top-line h4 {
    color: #fff;
    font-family: 'franchisebold', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    text-transform: uppercase; }
    .bb-top-line h4 * {
      font-family: inherit; }

.bb-featured-news {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ddd; }
  .bb-featured-news h2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    @media screen and (min-width: 580px) {
      .bb-featured-news h2 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }

.bb-h2-title {
  font-family: 'franchisebold', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2.5rem; }
  .bb-h2-title * {
    font-family: inherit; }
  @media screen and (min-width: 580px) {
    .bb-h2-title {
      font-size: 3.25rem; } }

.bb-h4-title {
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.125rem;
  line-height: 1.5556; }
  .bb-h4-title b,
  .bb-h4-title strong {
    font-family: 'ApexNew Bold', sans-serif; }
  .bb-h4-title i,
  .bb-h4-title em {
    font-family: 'ApexNew Medium Italic', sans-serif; }
  @media screen and (min-width: 580px) {
    .bb-h4-title {
      font-size: 1.375rem;
      line-height: 1.4546; } }
  @media screen and (min-width: 960px) {
    .bb-h4-title {
      font-size: 1.875rem;
      line-height: 1.3334; } }

.bb-h6-title {
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.75; }
  .bb-h6-title b,
  .bb-h6-title strong {
    font-family: 'ApexNew Bold', sans-serif; }
  .bb-h6-title i,
  .bb-h6-title em {
    font-family: 'ApexNew Medium Italic', sans-serif; }
  @media screen and (min-width: 580px) {
    .bb-h6-title {
      font-size: 1.125rem;
      line-height: 1.5; } }
  @media screen and (min-width: 960px) {
    .bb-h6-title {
      font-size: 1.25rem;
      line-height: 1.4546; } }

.bb-news-with-image {
  overflow: auto;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ddd; }
  @media screen and (min-width: 580px) {
    .bb-news-with-image {
      border-bottom: none; } }
  .bb-news-with-image .bb-news-image {
    display: none; }
    @media screen and (min-width: 580px) {
      .bb-news-with-image .bb-news-image {
        display: block; } }
    .bb-news-with-image .bb-news-image img {
      width: calc(100% + 1px);
      margin-left: -1px; }
  .bb-news-with-image h6 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .bb-news-with-image h6 a {
      color: #000;
      text-decoration: none; }
      .bb-news-with-image h6 a:hover {
        text-decoration: underline; }

.bb-secondary-news-item {
  margin-top: 1rem;
  border-top: 1px solid #ddd;
  padding-top: 1rem; }
  .bb-secondary-news-item h6 a {
    color: #000;
    text-decoration: none; }
    .bb-secondary-news-item h6 a:hover {
      text-decoration: underline; }

.bb-content-figure-image-caption {
  position: relative;
  margin-top: 1.125rem;
  margin-bottom: 1.25rem; }
  @media screen and (min-width: 580px) {
    .bb-content-figure-image-caption {
      float: left;
      display: block;
      margin-right: 0.38668%;
      width: 106.27417%;
      margin-left: -6.27417%;
      margin-bottom: 1.75rem; }
      .bb-content-figure-image-caption:last-child {
        margin-right: 0; }
      .bb-content-figure-image-caption img,
      .bb-content-figure-image-caption figcaption {
        float: left;
        display: block;
        margin-right: 0.36385%;
        width: 94.09624%;
        margin-left: 5.90376%; }
        .bb-content-figure-image-caption img:last-child,
        .bb-content-figure-image-caption figcaption:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 960px) {
    .bb-content-figure-image-caption {
      float: left;
      display: block;
      margin-right: 0.56343%;
      width: 113.7132%;
      margin-left: -4.57107%;
      margin-top: 2.5rem;
      margin-bottom: 3.375rem; }
      .bb-content-figure-image-caption:last-child {
        margin-right: 0; }
      .bb-content-figure-image-caption img {
        float: left;
        display: block;
        margin-right: 0.49549%;
        width: 71.86126%;
        margin-left: 4.01982%; }
        .bb-content-figure-image-caption img:last-child {
          margin-right: 0; }
      .bb-content-figure-image-caption figcaption {
        margin-top: 0;
        float: left;
        display: block;
        margin-right: 0.49549%;
        width: 19.60361%;
        margin-left: 4.01982%; }
        .bb-content-figure-image-caption figcaption:last-child {
          margin-right: 0; } }
  .bb-content-figure-image-caption:before {
    content: '';
    width: 4px;
    height: 100%;
    background-color: #d8ab4c;
    position: absolute;
    left: -15px; }
    @media screen and (min-width: 580px) {
      .bb-content-figure-image-caption:before {
        left: 10px; } }
    @media screen and (min-width: 960px) {
      .bb-content-figure-image-caption:before {
        left: -10px; } }

.bb-content-blockquote {
  margin: 1.875rem 0;
  padding-bottom: 1px; }
  @media screen and (min-width: 960px) {
    .bb-content-blockquote {
      margin: 3rem 0; } }
  .bb-content-blockquote:before,
  .bb-content-blockquote p:after {
    content: url("../images/icon.quotes.svg");
    display: block;
    width: 50px;
    height: 23px; }
    @media screen and (min-width: 580px) {
      .bb-content-blockquote:before,
      .bb-content-blockquote p:after {
        width: 80px;
        height: 36px; } }
    @media screen and (min-width: 960px) {
      .bb-content-blockquote:before,
      .bb-content-blockquote p:after {
        width: 113px;
        height: 51px; } }
  .bb-content-blockquote:before {
    position: relative;
    top: 1px;
    margin-left: 14px; }
    @media screen and (min-width: 580px) {
      .bb-content-blockquote:before {
        margin-left: 67px; } }
  .bb-content-blockquote p {
    border-top: 4px solid #d8ab4c;
    border-bottom: 4px solid #d8ab4c;
    font-size: 1.25rem;
    font-family: 'Adobe Garamond W01 It';
    padding: 1.5rem 0 1.25rem;
    position: relative;
    margin-bottom: 20px; }
    @media screen and (min-width: 580px) {
      .bb-content-blockquote p {
        font-size: 1.875rem;
        line-height: 1.2;
        padding: 2.1875rem 0 1.875rem;
        margin-bottom: 32px; } }
    @media screen and (min-width: 960px) {
      .bb-content-blockquote p {
        font-size: 2.25rem;
        line-height: 1.1667; } }
    .bb-content-blockquote p:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      position: absolute;
      right: 17px;
      bottom: -26px; }
      @media screen and (min-width: 580px) {
        .bb-content-blockquote p:after {
          bottom: -39px;
          right: 69px; } }
      @media screen and (min-width: 960px) {
        .bb-content-blockquote p:after {
          bottom: -54px; } }
  .bb-content-blockquote cite {
    display: block;
    font-family: 'ApexNew Book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1; }
    .bb-content-blockquote cite b,
    .bb-content-blockquote cite strong {
      font-family: 'ApexNew Medium', sans-serif; }
    .bb-content-blockquote cite i,
    .bb-content-blockquote cite em {
      font-family: 'ApexNew Book Italic', sans-serif; }
    @media screen and (min-width: 580px) {
      .bb-content-blockquote cite {
        font-size: 1.125rem; } }
    .bb-content-blockquote cite b,
    .bb-content-blockquote cite strong {
      display: block;
      font-size: 1.125rem;
      margin-bottom: 0.375rem; }
      @media screen and (min-width: 580px) {
        .bb-content-blockquote cite b,
        .bb-content-blockquote cite strong {
          font-size: 1.5rem; } }

.bb-tabs .bb-label {
  background-color: #000;
  color: #fff;
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1.2858;
  text-transform: uppercase;
  padding: 0 55px 0 20px;
  height: 60px;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .bb-tabs .bb-label b,
  .bb-tabs .bb-label strong {
    font-family: 'ApexNew Bold', sans-serif; }
  .bb-tabs .bb-label i,
  .bb-tabs .bb-label em {
    font-family: 'ApexNew Medium Italic', sans-serif; }
  @media screen and (min-width: 580px) {
    .bb-tabs .bb-label {
      display: none; } }
  .bb-tabs .bb-label:after {
    content: '';
    -webkit-transition: border-color 150ms ease-in-out;
    -moz-transition: border-color 150ms ease-in-out;
    transition: border-color 150ms ease-in-out;
    display: inline-block;
    height: 12px;
    width: 12px;
    border-width: 2px 0 0 2px;
    border-color: #fff;
    border-style: solid;
    -webkit-transform: rotate(225deg) translateZ(0);
    -moz-transform: rotate(225deg) translateZ(0);
    -ms-transform: rotate(225deg) translateZ(0);
    -o-transform: rotate(225deg) translateZ(0);
    transform: rotate(225deg) translateZ(0);
    position: absolute;
    right: 24px;
    top: 22px;
    transition: all 150ms; }
@media screen and (max-width: 579px) {
  .bb-tabs ul {
    display: none;
    padding: 0 20px 20px;
    background: #000; }
    .bb-tabs ul li {
      text-align: left;
      height: auto;
      border-bottom: solid 1px #585858; }
      .bb-tabs ul li:first-child {
        border-top: solid 1px #585858; }
    .bb-tabs ul a {
      display: block !important;
      padding: 1.125rem 0 0.9375rem !important;
      background-color: transparent !important; }
      .bb-tabs ul a.active {
        color: #d8ab4c; } }
.bb-tabs.is-open .bb-label:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 28px; }
@media screen and (max-width: 579px) {
  .bb-tabs.is-open ul {
    display: block; } }
@media screen and (min-width: 580px) and (max-width: 959px) {
  .bb-tabs li {
    height: 60px; } }

.bb-contact-block-flex-container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .bb-contact-block-flex-container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 960px) {
    .bb-contact-block-flex-container {
      width: calc(100% - 60px); } }

.bb-contact-tab-content {
  display: none; }

.bb-contact-active {
  display: inherit; }

.bb-contact-block-flex-body {
  display: block; }
  @media screen and (min-width: 580px) {
    .bb-contact-block-flex-body {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start; } }

.bb-contact-block-panel {
  font-family: 'AdobeGaramondW01-Regula';
  text-align: center;
  border: solid 1px #ddd;
  font-size: 1rem;
  padding: 4rem 3rem 0 3rem;
  margin-right: 0;
  width: 100%;
  line-height: 1.5715; }
  .bb-contact-block-panel b,
  .bb-contact-block-panel strong {
    font-family: 'Adobe Garamond W01 Bd';
    font-weight: normal; }
  .bb-contact-block-panel i,
  .bb-contact-block-panel em {
    font-family: 'Adobe Garamond W01 It';
    font-style: normal; }
  .bb-contact-block-panel b i,
  .bb-contact-block-panel b em,
  .bb-contact-block-panel i b,
  .bb-contact-block-panel em b,
  .bb-contact-block-panel i strong,
  .bb-contact-block-panel em strong,
  .bb-contact-block-panel strong i,
  .bb-contact-block-panel strong em {
    font-family: 'AdobeGaramondW01-BdIt'; }
  @media screen and (min-width: 580px) {
    .bb-contact-block-panel {
      width: 50%; } }
  @media screen and (min-width: 960px) {
    .bb-contact-block-panel {
      width: 33.3333333%; } }
  .bb-contact-block-panel h4 {
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .bb-contact-block-panel h4 b,
    .bb-contact-block-panel h4 strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .bb-contact-block-panel h4 i,
    .bb-contact-block-panel h4 em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
  .bb-contact-block-panel p {
    font-size: 1rem; }
  .bb-contact-block-panel > a {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 1rem; }
    .bb-contact-block-panel > a:last-child {
      margin-bottom: 2rem; }

.bb-capitalized-link {
  text-transform: uppercase;
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 0.875rem;
  color: #000; }
  .bb-capitalized-link b,
  .bb-capitalized-link strong {
    font-family: 'ApexNew Bold', sans-serif; }
  .bb-capitalized-link i,
  .bb-capitalized-link em {
    font-family: 'ApexNew Medium Italic', sans-serif; }
  .bb-capitalized-link:hover {
    text-decoration: underline; }

.bb-list-text {
  list-style: none;
  padding: 0;
  margin: 0; }
  .bb-list-text li {
    padding-left: 1.5em;
    text-indent: -.7em;
    padding-bottom: 1em; }
    .bb-list-text li:before {
      content: "• ";
      color: #d8ab4c; }

.bb-note-text {
  font-family: 'AdobeGaramondW01-Regula';
  font-size: 1rem;
  color: #aaa; }
  .bb-note-text b,
  .bb-note-text strong {
    font-family: 'Adobe Garamond W01 Bd';
    font-weight: normal; }
  .bb-note-text i,
  .bb-note-text em {
    font-family: 'Adobe Garamond W01 It';
    font-style: normal; }
  .bb-note-text b i,
  .bb-note-text b em,
  .bb-note-text i b,
  .bb-note-text em b,
  .bb-note-text i strong,
  .bb-note-text em strong,
  .bb-note-text strong i,
  .bb-note-text strong em {
    font-family: 'AdobeGaramondW01-BdIt'; }

.bb-short-program-video-header {
  /*------- Short Program Body Section --------*/ }
  @media screen and (min-width: 960px) {
    .bb-short-program-video-header {
      position: relative;
      margin-bottom: 60px; } }
  @media screen and (min-width: 1280px) {
    .bb-short-program-video-header {
      margin-bottom: 80px; } }
  .bb-short-program-video-header .video-object > .inner {
    background: #000; }
    @media screen and (min-width: 1280px) {
      .bb-short-program-video-header .video-object > .inner {
        padding-bottom: 720px; } }
  @media screen and (min-width: 1280px) {
    .bb-short-program-video-header .video-object iframe {
      width: 1280px;
      left: 50%;
      margin-left: -640px; } }
  .bb-short-program-video-header .bb-short-program-top-section {
    position: relative; }
    @media screen and (min-width: 960px) {
      .bb-short-program-video-header .bb-short-program-top-section:after {
        content: '';
        background-color: #d8ab4c;
        height: 40px;
        width: 50%;
        position: absolute;
        left: 60%;
        bottom: 0px; } }
  .bb-short-program-video-header.bb-video-active .poster {
    display: none; }
  @media screen and (min-width: 960px) {
    .bb-short-program-video-header.bb-video-active .text-wrap {
      display: none; } }
  .bb-short-program-video-header .title {
    padding-top: 8px; }
    @media screen and (min-width: 580px) {
      .bb-short-program-video-header .title {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 94.42536%;
        margin-left: 2.78732%;
        float: none;
        padding-top: 20px; }
        .bb-short-program-video-header .title:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 960px) {
      .bb-short-program-video-header .title {
        display: flex;
        padding-top: 35px; } }
    @media screen and (min-width: 1280px) {
      .bb-short-program-video-header .title {
        padding-top: 28px; } }
    .bb-short-program-video-header .title h2 {
      -webkit-transform: translateY(0.3em);
      -moz-transform: translateY(0.3em);
      -ms-transform: translateY(0.3em);
      -o-transform: translateY(0.3em);
      transform: translateY(0.3em);
      position: relative;
      z-index: 1; }
      @media screen and (min-width: 960px) {
        .bb-short-program-video-header .title h2 {
          white-space: nowrap; } }
      @media screen and (min-width: 1280px) {
        .bb-short-program-video-header .title h2 {
          font-size: 7.5rem; } }
      @media screen and (max-width: 959px) {
        .bb-short-program-video-header .title h2 br {
          display: none; } }
    .bb-short-program-video-header .title h1 {
      -webkit-transform: translateY(0.3em);
      -moz-transform: translateY(0.3em);
      -ms-transform: translateY(0.3em);
      -o-transform: translateY(0.3em);
      transform: translateY(0.3em);
      position: relative;
      z-index: 1; }
      @media screen and (min-width: 960px) {
        .bb-short-program-video-header .title h1 {
          white-space: nowrap; } }
      @media screen and (min-width: 1280px) {
        .bb-short-program-video-header .title h1 {
          font-size: 7.5rem; } }
      @media screen and (max-width: 959px) {
        .bb-short-program-video-header .title h1 br {
          display: none; } }
    .bb-short-program-video-header .title p {
      display: none; }
      @media screen and (min-width: 960px) {
        .bb-short-program-video-header .title p {
          display: block;
          color: #000;
          margin: 28px 0 0 5%; } }
      @media screen and (min-width: 1280px) {
        .bb-short-program-video-header .title p {
          margin-top: 36px; } }
  .bb-short-program-video-header h2 {
    color: #d8ab4c; }
  .bb-short-program-video-header .poster-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    z-index: 0;
    height: 100%;
    background: -moz-linear-gradient(left, #1b1a19 0%, rgba(27, 26, 25, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1b1a19 0%, rgba(27, 26, 25, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1b1a19 0%, rgba(27, 26, 25, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1a19', endColorstr='#001b1a19',GradientType=1 ); }
    @media screen and (max-width: 959px) {
      .bb-short-program-video-header .poster-overlay {
        display: none; } }
  @media screen and (min-width: 960px) {
    .bb-short-program-video-header .poster button.play {
      z-index: 1; } }
  @media screen and (min-width: 1280px) {
    .bb-short-program-video-header .poster button.play {
      right: 50%;
      -webkit-transform: translateX(570px);
      -moz-transform: translateX(570px);
      -ms-transform: translateX(570px);
      -o-transform: translateX(570px);
      transform: translateX(570px);
      bottom: 50px; } }
  @media screen and (max-width: 579px) {
    .bb-short-program-video-header .caption {
      display: none; } }
  @media screen and (min-width: 1280px) {
    .bb-short-program-video-header .caption {
      right: 50%;
      -webkit-transform: translateX(470px);
      -moz-transform: translateX(470px);
      -ms-transform: translateX(470px);
      -o-transform: translateX(470px);
      transform: translateX(470px);
      bottom: 40px; } }
  @media screen and (min-width: 960px) {
    .bb-short-program-video-header .text-wrap {
      position: absolute;
      bottom: initial;
      top: 80px;
      width: 100%; } }
  .bb-short-program-video-header .text {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
    color: #000; }
    .bb-short-program-video-header .text::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 960px) {
      .bb-short-program-video-header .text {
        width: calc(100% - 60px); } }
    .bb-short-program-video-header .text .inner {
      padding: 20px 0 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #ddd; }
      @media screen and (min-width: 580px) {
        .bb-short-program-video-header .text .inner {
          float: left;
          display: block;
          margin-right: 0.34357%;
          width: 94.42536%;
          margin-left: 2.78732%;
          float: none;
          padding-top: 28px; }
          .bb-short-program-video-header .text .inner:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 960px) {
        .bb-short-program-video-header .text .inner {
          float: left;
          display: block;
          margin-right: 0.34357%;
          width: 55.40286%;
          margin-left: 2.78732%;
          float: none;
          color: #fff;
          padding: 0;
          border-bottom: none; }
          .bb-short-program-video-header .text .inner:last-child {
            margin-right: 0; } }
    .bb-short-program-video-header .text h3 {
      font-family: 'franchisebold', sans-serif;
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      font-size: 2.5rem;
      margin-bottom: 0.5rem; }
      .bb-short-program-video-header .text h3 * {
        font-family: inherit; }
      @media screen and (min-width: 580px) {
        .bb-short-program-video-header .text h3 {
          font-size: 2.5rem;
          margin-bottom: 0.875rem; } }
      @media screen and (min-width: 960px) {
        .bb-short-program-video-header .text h3 {
          font-size: 6rem;
          line-height: 4.6875rem;
          font-stretch: condensed;
          width: 50%; } }
    .bb-short-program-video-header .text p {
      margin: 0; }
      @media screen and (min-width: 960px) {
        .bb-short-program-video-header .text p {
          width: 60%; } }
    .bb-short-program-video-header .text .cta {
      min-width: 183px;
      margin-top: 1.25rem; }
      @media screen and (min-width: 960px) {
        .bb-short-program-video-header .text .cta {
          border-color: #fff;
          color: #fff; }
          .bb-short-program-video-header .text .cta:hover {
            color: #000;
            background-color: #fff; } }
  .bb-short-program-video-header .kicker {
    font-size: 1.125rem;
    color: inherit;
    margin-bottom: 1rem; }
    @media screen and (min-width: 580px) {
      .bb-short-program-video-header .kicker {
        font-size: 1.875rem; } }
    @media screen and (min-width: 960px) {
      .bb-short-program-video-header .kicker {
        font-size: 2.25rem;
        margin-bottom: 1.5625rem; } }
  @media screen and (min-width: 960px) {
    .bb-short-program-video-header .event-detail-body-container {
      background: linear-gradient(to right, transparent, transparent 50%, #d8ab4c 50%, #d8ab4c); } }
  .bb-short-program-video-header .event-detail-body {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px); }
    .bb-short-program-video-header .event-detail-body::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 960px) {
      .bb-short-program-video-header .event-detail-body {
        width: calc(100% - 60px); } }
    @media screen and (min-width: 960px) {
      .bb-short-program-video-header .event-detail-body {
        display: flex;
        background: linear-gradient(to right, #fff, #fff 61%, transparent 61%, transparent);
        flex-wrap: wrap;
        flex-direction: row; } }
    .bb-short-program-video-header .event-detail-body .block-1 {
      margin-top: 2.5rem;
      margin-bottom: 30px;
      padding-right: 1.5rem; }
      @media screen and (min-width: 580px) {
        .bb-short-program-video-header .event-detail-body .block-1 {
          float: left;
          display: block;
          margin-right: 0.34357%;
          width: 88.85071%;
          margin-left: 2.78732%;
          float: none; }
          .bb-short-program-video-header .event-detail-body .block-1:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 960px) {
        .bb-short-program-video-header .event-detail-body .block-1 {
          float: left;
          display: block;
          margin-right: 0.34357%;
          width: 55.40286%;
          margin-left: 2.78732%; }
          .bb-short-program-video-header .event-detail-body .block-1:last-child {
            margin-right: 0; } }
      .bb-short-program-video-header .event-detail-body .block-1 ul {
        list-style: none;
        padding: 0;
        margin: 0; }
      .bb-short-program-video-header .event-detail-body .block-1 li {
        padding-left: 1.5em;
        text-indent: -.7em;
        padding-bottom: 1em; }
        .bb-short-program-video-header .event-detail-body .block-1 li:before {
          content: "• ";
          color: #d8ab4c; }
    .bb-short-program-video-header .event-detail-body .block-2 {
      background-color: #d8ab4c;
      color: #000;
      position: relative;
      z-index: 2; }
      @media screen and (min-width: 580px) {
        .bb-short-program-video-header .event-detail-body .block-2 {
          font-size: 1.125rem; } }
      @media screen and (min-width: 960px) {
        .bb-short-program-video-header .event-detail-body .block-2 {
          float: left;
          display: block;
          margin-right: 0.34357%;
          width: 35.89161%;
          margin-left: 0%;
          padding-left: 1rem; }
          .bb-short-program-video-header .event-detail-body .block-2:last-child {
            margin-right: 0; } }
      .bb-short-program-video-header .event-detail-body .block-2 > .inner {
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 88.85071%;
        margin-left: 5.57464%;
        float: none;
        padding-top: 10px; }
        .bb-short-program-video-header .event-detail-body .block-2 > .inner:last-child {
          margin-right: 0; }
        @media screen and (min-width: 960px) {
          .bb-short-program-video-header .event-detail-body .block-2 > .inner {
            float: left;
            display: block;
            margin-right: 0.95723%;
            width: 92.23406%;
            margin-left: 7.76594%;
            float: none;
            padding-top: 0; }
            .bb-short-program-video-header .event-detail-body .block-2 > .inner:last-child {
              margin-right: 0; } }
      .bb-short-program-video-header .event-detail-body .block-2 .section {
        padding: 20px 0 12px; }
        @media screen and (min-width: 580px) {
          .bb-short-program-video-header .event-detail-body .block-2 .section {
            padding: 30px 0 20px; } }
        @media screen and (min-width: 580px) and (max-width: 959px) {
          .bb-short-program-video-header .event-detail-body .block-2 .section + .section {
            padding-bottom: 32px; } }
        @media screen and (min-width: 960px) {
          .bb-short-program-video-header .event-detail-body .block-2 .section:first-child {
            padding-top: 20px; } }
        .bb-short-program-video-header .event-detail-body .block-2 .section:not(:last-child) {
          border-bottom: 1px solid #d8ab4c; }
        .bb-short-program-video-header .event-detail-body .block-2 .section *:last-child {
          margin-bottom: 0; }
      .bb-short-program-video-header .event-detail-body .block-2 .section-box {
        border: 1px solid #000;
        padding: 1rem;
        margin: 2rem 0; }
        .bb-short-program-video-header .event-detail-body .block-2 .section-box h4 {
          font-size: 1.5rem;
          font-family: 'ApexNew Medium', sans-serif;
          font-weight: normal;
          font-style: normal; }
          .bb-short-program-video-header .event-detail-body .block-2 .section-box h4 b,
          .bb-short-program-video-header .event-detail-body .block-2 .section-box h4 strong {
            font-family: 'ApexNew Bold', sans-serif; }
          .bb-short-program-video-header .event-detail-body .block-2 .section-box h4 i,
          .bb-short-program-video-header .event-detail-body .block-2 .section-box h4 em {
            font-family: 'ApexNew Medium Italic', sans-serif; }
        .bb-short-program-video-header .event-detail-body .block-2 .section-box p {
          font-family: 'AdobeGaramondW01-Regula';
          margin-top: 0.5rem;
          margin-bottom: 1rem; }
          .bb-short-program-video-header .event-detail-body .block-2 .section-box p b,
          .bb-short-program-video-header .event-detail-body .block-2 .section-box p strong {
            font-family: 'Adobe Garamond W01 Bd';
            font-weight: normal; }
          .bb-short-program-video-header .event-detail-body .block-2 .section-box p i,
          .bb-short-program-video-header .event-detail-body .block-2 .section-box p em {
            font-family: 'Adobe Garamond W01 It';
            font-style: normal; }
          .bb-short-program-video-header .event-detail-body .block-2 .section-box p b i,
          .bb-short-program-video-header .event-detail-body .block-2 .section-box p b em,
          .bb-short-program-video-header .event-detail-body .block-2 .section-box p i b,
          .bb-short-program-video-header .event-detail-body .block-2 .section-box p em b,
          .bb-short-program-video-header .event-detail-body .block-2 .section-box p i strong,
          .bb-short-program-video-header .event-detail-body .block-2 .section-box p em strong,
          .bb-short-program-video-header .event-detail-body .block-2 .section-box p strong i,
          .bb-short-program-video-header .event-detail-body .block-2 .section-box p strong em {
            font-family: 'AdobeGaramondW01-BdIt'; }
      .bb-short-program-video-header .event-detail-body .block-2 .section-table-2-columns table td {
        vertical-align: top; }
      .bb-short-program-video-header .event-detail-body .block-2 .section-table-2-columns table tr td:nth-child(2) {
        padding: 0 0 0 2rem; }
      .bb-short-program-video-header .event-detail-body .block-2 .section-table-2-columns strong {
        font-family: 'ApexNew Medium', sans-serif;
        font-weight: normal;
        font-style: normal; }
        .bb-short-program-video-header .event-detail-body .block-2 .section-table-2-columns strong b,
        .bb-short-program-video-header .event-detail-body .block-2 .section-table-2-columns strong strong {
          font-family: 'ApexNew Bold', sans-serif; }
        .bb-short-program-video-header .event-detail-body .block-2 .section-table-2-columns strong i,
        .bb-short-program-video-header .event-detail-body .block-2 .section-table-2-columns strong em {
          font-family: 'ApexNew Medium Italic', sans-serif; }
      .bb-short-program-video-header .event-detail-body .block-2 h5 {
        font-family: 'ApexNew Book', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 1.25rem;
        margin-top: 0.625rem;
        margin-bottom: 0.8125rem; }
        .bb-short-program-video-header .event-detail-body .block-2 h5 b,
        .bb-short-program-video-header .event-detail-body .block-2 h5 strong {
          font-family: 'ApexNew Medium', sans-serif; }
        .bb-short-program-video-header .event-detail-body .block-2 h5 i,
        .bb-short-program-video-header .event-detail-body .block-2 h5 em {
          font-family: 'ApexNew Book Italic', sans-serif; }
        @media screen and (min-width: 580px) {
          .bb-short-program-video-header .event-detail-body .block-2 h5 {
            margin-top: 0.625rem;
            margin-bottom: 1.0625rem;
            font-size: 1.625rem; } }
      .bb-short-program-video-header .event-detail-body .block-2 h6 {
        font-family: 'ApexNew Medium', sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 1.125rem;
        line-height: 1.3334;
        margin-bottom: 0.5rem; }
        .bb-short-program-video-header .event-detail-body .block-2 h6 b,
        .bb-short-program-video-header .event-detail-body .block-2 h6 strong {
          font-family: 'ApexNew Bold', sans-serif; }
        .bb-short-program-video-header .event-detail-body .block-2 h6 i,
        .bb-short-program-video-header .event-detail-body .block-2 h6 em {
          font-family: 'ApexNew Medium Italic', sans-serif; }
        @media screen and (min-width: 580px) {
          .bb-short-program-video-header .event-detail-body .block-2 h6 {
            font-size: 1.5rem; } }
      .bb-short-program-video-header .event-detail-body .block-2 p {
        margin-bottom: 0.625rem; }
      .bb-short-program-video-header .event-detail-body .block-2 .more {
        font-family: 'ApexNew Bold', sans-serif;
        font-weight: normal;
        font-style: normal;
        margin-top: 0.6875rem; }
        .bb-short-program-video-header .event-detail-body .block-2 .more i,
        .bb-short-program-video-header .event-detail-body .block-2 .more em {
          font-family: 'ApexNew Bold Italic', sans-serif; }
        .bb-short-program-video-header .event-detail-body .block-2 .more:first-of-type {
          margin-right: 40px; }
      .bb-short-program-video-header .event-detail-body .block-2 .cta-wrap {
        margin: 30px 0 10px;
        padding: 0; }
        @media screen and (min-width: 580px) and (max-width: 959px) {
          .bb-short-program-video-header .event-detail-body .block-2 .cta-wrap {
            display: flex;
            justify-content: space-between;
            margin: 40px 0 20px;
            padding: 0; } }
        @media screen and (min-width: 960px) {
          .bb-short-program-video-header .event-detail-body .block-2 .cta-wrap {
            margin: 30px 0 40px;
            padding: 0x; } }
      .bb-short-program-video-header .event-detail-body .block-2 .cta {
        margin-bottom: 20px; }
        @media screen and (min-width: 580px) and (max-width: 959px) {
          .bb-short-program-video-header .event-detail-body .block-2 .cta {
            min-width: 223px; } }
        @media screen and (min-width: 960px) {
          .bb-short-program-video-header .event-detail-body .block-2 .cta {
            width: 100%; } }
      .bb-short-program-video-header .event-detail-body .block-2 .wait-list {
        white-space: initial; }
    .bb-short-program-video-header .event-detail-body .upper-section {
      padding-bottom: 0.9375rem; }
      @media screen and (min-width: 960px) {
        .bb-short-program-video-header .event-detail-body .upper-section {
          padding-bottom: 0;
          -webkit-transform: translateY(-40px);
          -moz-transform: translateY(-40px);
          -ms-transform: translateY(-40px);
          -o-transform: translateY(-40px);
          transform: translateY(-40px);
          padding-top: 3.125rem; } }
    .bb-short-program-video-header .event-detail-body .lower-section {
      position: relative;
      display: none; }
      @media screen and (min-width: 960px) {
        .bb-short-program-video-header .event-detail-body .lower-section {
          display: block;
          height: 40px;
          -webkit-transform: translateY(40px);
          -moz-transform: translateY(40px);
          -ms-transform: translateY(40px);
          -o-transform: translateY(40px);
          transform: translateY(40px);
          float: left;
          display: block;
          margin-right: 0.34357%;
          width: 35.89161%;
          margin-left: 58.53375%; }
          .bb-short-program-video-header .event-detail-body .lower-section:before {
            content: '';
            width: 100%;
            background-color: #d8ab4c;
            position: absolute;
            height: 110px;
            bottom: 20px;
            left: 0px; }
          .bb-short-program-video-header .event-detail-body .lower-section:last-child {
            margin-right: 0; } }
    .bb-short-program-video-header .event-detail-body h3 {
      font-family: 'franchisebold', sans-serif;
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      color: #000;
      font-size: 1.5rem;
      line-height: 0.75;
      letter-spacing: -0.02em;
      margin-bottom: 0.75em; }
      .bb-short-program-video-header .event-detail-body h3 * {
        font-family: inherit; }
      @media screen and (min-width: 580px) {
        .bb-short-program-video-header .event-detail-body h3 {
          font-size: 2.25rem; } }
  .bb-short-program-video-header h6 {
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.3334;
    margin-bottom: 0.75rem;
    margin-top: 0.75rem; }
    .bb-short-program-video-header h6 b,
    .bb-short-program-video-header h6 strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .bb-short-program-video-header h6 i,
    .bb-short-program-video-header h6 em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
    @media screen and (min-width: 580px) {
      .bb-short-program-video-header h6 {
        font-size: 1.5rem; } }
  .bb-short-program-video-header .bb-gray-background {
    background-color: #ddd; }
  .bb-short-program-video-header .bb-short-program-bottom-section {
    position: relative; }
    @media screen and (min-width: 960px) {
      .bb-short-program-video-header .bb-short-program-bottom-section:before {
        content: '';
        position: absolute;
        height: 40px;
        width: 50%;
        top: 0px;
        background: #d8ab4c;
        left: 60%; } }
    .bb-short-program-video-header .bb-short-program-bottom-section .bb-short-program-bottom-section-body {
      background: #f5f5f5;
      padding-top: 3rem;
      padding-bottom: 3rem; }
      .bb-short-program-video-header .bb-short-program-bottom-section .bb-short-program-bottom-section-body h6 {
        padding-left: 1rem; }

.bb-three-columns-testimonial h5 {
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.25rem; }
  .bb-three-columns-testimonial h5 b,
  .bb-three-columns-testimonial h5 strong {
    font-family: 'ApexNew Bold', sans-serif; }
  .bb-three-columns-testimonial h5 i,
  .bb-three-columns-testimonial h5 em {
    font-family: 'ApexNew Medium Italic', sans-serif; }

.bb-testimony-box {
  padding: 1rem; }
  .bb-testimony-box .bb-quote-text {
    font-family: 'AdobeGaramondW01-Regula';
    font-style: italic;
    line-height: 2rem; }
    .bb-testimony-box .bb-quote-text b,
    .bb-testimony-box .bb-quote-text strong {
      font-family: 'Adobe Garamond W01 Bd';
      font-weight: normal; }
    .bb-testimony-box .bb-quote-text i,
    .bb-testimony-box .bb-quote-text em {
      font-family: 'Adobe Garamond W01 It';
      font-style: normal; }
    .bb-testimony-box .bb-quote-text b i,
    .bb-testimony-box .bb-quote-text b em,
    .bb-testimony-box .bb-quote-text i b,
    .bb-testimony-box .bb-quote-text em b,
    .bb-testimony-box .bb-quote-text i strong,
    .bb-testimony-box .bb-quote-text em strong,
    .bb-testimony-box .bb-quote-text strong i,
    .bb-testimony-box .bb-quote-text strong em {
      font-family: 'AdobeGaramondW01-BdIt'; }
  .bb-testimony-box h5 {
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.25rem; }
    .bb-testimony-box h5 b,
    .bb-testimony-box h5 strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .bb-testimony-box h5 i,
    .bb-testimony-box h5 em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
  .bb-testimony-box .bb-testimonial-infor strong {
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal; }
    .bb-testimony-box .bb-testimonial-infor strong b,
    .bb-testimony-box .bb-testimonial-infor strong strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .bb-testimony-box .bb-testimonial-infor strong i,
    .bb-testimony-box .bb-testimonial-infor strong em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
  .bb-testimony-box .bb-testimonial-infor span {
    font-family: 'ApexNew Book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 0.9em; }
    .bb-testimony-box .bb-testimonial-infor span b,
    .bb-testimony-box .bb-testimonial-infor span strong {
      font-family: 'ApexNew Medium', sans-serif; }
    .bb-testimony-box .bb-testimonial-infor span i,
    .bb-testimony-box .bb-testimonial-infor span em {
      font-family: 'ApexNew Book Italic', sans-serif; }

.bb-faculty-profile-1-person .h1-title {
  font-family: 'franchisebold', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #d8ab4c;
  font-size: 3.75rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase; }
  .bb-faculty-profile-1-person .h1-title * {
    font-family: inherit; }
  @media screen and (min-width: 960px) {
    .bb-faculty-profile-1-person .h1-title {
      font-size: 5.9375rem;
      width: 30%;
      line-height: 4.375rem;
      -webkit-transform: translate(0px, 40px);
      -moz-transform: translate(0px, 40px);
      -ms-transform: translate(0px, 40px);
      -o-transform: translate(0px, 40px);
      transform: translate(0px, 40px); } }
  @media screen and (min-width: 1280px) {
    .bb-faculty-profile-1-person .h1-title {
      font-size: 6.5625rem;
      line-height: 4.9375rem;
      -webkit-transform: translate(-20px, 40px);
      -moz-transform: translate(-20px, 40px);
      -ms-transform: translate(-20px, 40px);
      -o-transform: translate(-20px, 40px);
      transform: translate(-20px, 40px); } }

.bb-media-text {
  font-family: 'AdobeGaramondW01-Regula';
  width: 100%;
  height: 100%;
  overflow: auto;
  margin-bottom: 10px;
  border: 1px solid #b5b5b5; }
  .bb-media-text b,
  .bb-media-text strong {
    font-family: 'Adobe Garamond W01 Bd';
    font-weight: normal; }
  .bb-media-text i,
  .bb-media-text em {
    font-family: 'Adobe Garamond W01 It';
    font-style: normal; }
  .bb-media-text b i,
  .bb-media-text b em,
  .bb-media-text i b,
  .bb-media-text em b,
  .bb-media-text i strong,
  .bb-media-text em strong,
  .bb-media-text strong i,
  .bb-media-text strong em {
    font-family: 'AdobeGaramondW01-BdIt'; }
  .bb-media-text .bb-profile-media {
    text-align: center; }
  @media screen and (min-width: 580px) {
    .bb-media-text .bb-profile-media img {
      display: block;
      width: calc(100% + 1px); } }
  .bb-media-text .bb-profile-text {
    padding-top: 2rem;
    padding-left: 2rem; }
    .bb-media-text .bb-profile-text h5 {
      font-family: 'ApexNew Medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      font-size: 1.8rem; }
      .bb-media-text .bb-profile-text h5 b,
      .bb-media-text .bb-profile-text h5 strong {
        font-family: 'ApexNew Bold', sans-serif; }
      .bb-media-text .bb-profile-text h5 i,
      .bb-media-text .bb-profile-text h5 em {
        font-family: 'ApexNew Medium Italic', sans-serif; }
    .bb-media-text .bb-profile-text .additional-info {
      font-family: 'ApexNew Book', sans-serif;
      font-weight: normal;
      font-style: normal;
      color: #aaa;
      display: block;
      padding-top: 0.5rem;
      padding-bottom: 1rem; }
      .bb-media-text .bb-profile-text .additional-info b,
      .bb-media-text .bb-profile-text .additional-info strong {
        font-family: 'ApexNew Medium', sans-serif; }
      .bb-media-text .bb-profile-text .additional-info i,
      .bb-media-text .bb-profile-text .additional-info em {
        font-family: 'ApexNew Book Italic', sans-serif; }

.modules-2-cols-equal-width .modules-2-cols-equal-width-container {
  display: block; }
  @media screen and (min-width: 580px) {
    .modules-2-cols-equal-width .modules-2-cols-equal-width-container {
      display: flex; } }
.modules-2-cols-equal-width .modules-2-cols-equal-width-content {
  padding: 1rem 2rem 1rem 2rem;
  text-align: center; }
  .modules-2-cols-equal-width .modules-2-cols-equal-width-content h5 {
    font-family: 'ApexNew Medium', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.75rem;
    margin-bottom: 1.5rem; }
    .modules-2-cols-equal-width .modules-2-cols-equal-width-content h5 b,
    .modules-2-cols-equal-width .modules-2-cols-equal-width-content h5 strong {
      font-family: 'ApexNew Bold', sans-serif; }
    .modules-2-cols-equal-width .modules-2-cols-equal-width-content h5 i,
    .modules-2-cols-equal-width .modules-2-cols-equal-width-content h5 em {
      font-family: 'ApexNew Medium Italic', sans-serif; }
  .modules-2-cols-equal-width .modules-2-cols-equal-width-content ul {
    text-align: left;
    padding: 2rem 1.5rem 0 1.5rem; }
    @media screen and (min-width: 580px) {
      .modules-2-cols-equal-width .modules-2-cols-equal-width-content ul {
        padding: 2rem 1.5rem 0 1.5rem; } }
    @media screen and (min-width: 960px) {
      .modules-2-cols-equal-width .modules-2-cols-equal-width-content ul {
        padding: 2rem 3rem 0 3rem; } }
    .modules-2-cols-equal-width .modules-2-cols-equal-width-content ul > li {
      border-color: #585858; }
      .modules-2-cols-equal-width .modules-2-cols-equal-width-content ul > li > a {
        color: #000;
        font-size: 0.875rem;
        line-height: 1.3334; }
  @media screen and (min-width: 580px) {
    .modules-2-cols-equal-width .modules-2-cols-equal-width-content:last-child {
      border-left: 1px solid #ddd; } }

.mobile-menu-container {
  background: #000; }

.mobile-menu-header {
  max-width: 1280px;
  margin: 0 auto;
  color: #fff;
  margin-top: 60px; }
  @media screen and (min-width: 580px) {
    .mobile-menu-header {
      margin-top: 80px; }
      .mobile-menu-header::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (min-width: 960px) {
    .mobile-menu-header {
      padding-top: 0;
      display: none; } }
  .mobile-menu-header .mobile-nav-section {
    height: 60px;
    position: fixed;
    z-index: 10;
    background: #000;
    top: 61px; }
    @media screen and (max-width: 959px) {
      .mobile-menu-header .mobile-nav-section {
        display: flex;
        width: 100%; } }
    @media screen and (min-width: 580px) {
      .mobile-menu-header .mobile-nav-section {
        height: 80px;
        top: 81px; } }
    @media screen and (min-width: 960px) {
      .mobile-menu-header .mobile-nav-section {
        position: absolute;
        top: auto;
        height: 100%;
        background: #000;
        float: left;
        display: block;
        margin-right: 0.34357%;
        width: 35.89161%;
        padding-top: 53px;
        display: none; }
        .mobile-menu-header .mobile-nav-section:last-child {
          margin-right: 0; } }
    .mobile-menu-header .mobile-nav-section .title {
      font-family: 'ApexNew Book', sans-serif;
      font-weight: normal;
      font-style: normal; }
      .mobile-menu-header .mobile-nav-section .title b,
      .mobile-menu-header .mobile-nav-section .title strong {
        font-family: 'ApexNew Medium', sans-serif; }
      .mobile-menu-header .mobile-nav-section .title i,
      .mobile-menu-header .mobile-nav-section .title em {
        font-family: 'ApexNew Book Italic', sans-serif; }
      @media screen and (max-width: 959px) {
        .mobile-menu-header .mobile-nav-section .title {
          flex: 1;
          padding-left: 20px;
          font-family: 'ApexNew Book', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 1.125rem;
          display: flex;
          flex-direction: column;
          justify-content: center; }
          .mobile-menu-header .mobile-nav-section .title b,
          .mobile-menu-header .mobile-nav-section .title strong {
            font-family: 'ApexNew Medium', sans-serif; }
          .mobile-menu-header .mobile-nav-section .title i,
          .mobile-menu-header .mobile-nav-section .title em {
            font-family: 'ApexNew Book Italic', sans-serif; } }
      @media screen and (min-width: 580px) {
        .mobile-menu-header .mobile-nav-section .title {
          font-size: 1.5rem; } }
      @media screen and (min-width: 960px) {
        .mobile-menu-header .mobile-nav-section .title {
          font-size: 1.875rem;
          margin-bottom: 16px;
          float: left;
          display: block;
          margin-right: 0.95723%;
          width: 61.17029%;
          margin-left: 7.76594%; }
          .mobile-menu-header .mobile-nav-section .title:last-child {
            margin-right: 0; } }
    @media screen and (max-width: 959px) {
      .mobile-menu-header .mobile-nav-section .mobile-menu-body {
        display: none;
        position: absolute;
        right: 0;
        background: #000;
        overflow-y: auto; }
        .touchevents .mobile-menu-header .mobile-nav-section .mobile-menu-body {
          overflow-y: scroll;
          -webkit-overflow-scrolling: touch; } }
    @media screen and (max-width: 579px) {
      .mobile-menu-header .mobile-nav-section .mobile-menu-body {
        width: 100%;
        top: 60px;
        padding: 0 20px 20px;
        border-top: 1px solid #585858;
        height: calc(100vh - 121px); } }
    @media screen and (min-width: 580px) and (max-width: 959px) {
      .mobile-menu-header .mobile-nav-section .mobile-menu-body {
        top: 80px;
        width: 375px;
        padding: 0 36px 30px;
        max-height: calc(100vh - 161px); } }
    @media screen and (min-width: 960px) {
      .mobile-menu-header .mobile-nav-section .mobile-menu-body {
        float: left;
        display: block;
        margin-right: 0.95723%;
        width: 61.17029%;
        margin-left: 7.76594%;
        border-top: 1px solid #585858; }
        .mobile-menu-header .mobile-nav-section .mobile-menu-body:last-child {
          margin-right: 0; } }
    .mobile-menu-header .mobile-nav-section .mobile-menu-body .cta {
      width: 100%;
      margin-top: 20px; }
      @media screen and (min-width: 580px) {
        .mobile-menu-header .mobile-nav-section .mobile-menu-body .cta {
          margin-top: 28px; } }
    .mobile-menu-header .mobile-nav-section.is-open .mobile-menu-body {
      display: block; }
    .mobile-menu-header .mobile-nav-section ul li {
      border-color: #585858; }
      .mobile-menu-header .mobile-nav-section ul li a {
        color: inherit; }
    .mobile-menu-header .mobile-nav-section .mobile-current-page {
      border-left: 1px solid #585858;
      width: 142px;
      font-family: 'ApexNew Medium', sans-serif;
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      font-size: 0.75rem;
      line-height: 1.2858;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 0.4em 36px 0 12px;
      cursor: pointer;
      position: relative; }
      .mobile-menu-header .mobile-nav-section .mobile-current-page b,
      .mobile-menu-header .mobile-nav-section .mobile-current-page strong {
        font-family: 'ApexNew Bold', sans-serif; }
      .mobile-menu-header .mobile-nav-section .mobile-current-page i,
      .mobile-menu-header .mobile-nav-section .mobile-current-page em {
        font-family: 'ApexNew Medium Italic', sans-serif; }
      @media screen and (min-width: 580px) {
        .mobile-menu-header .mobile-nav-section .mobile-current-page {
          width: 194px;
          font-size: 0.875rem;
          padding-left: 24px;
          padding-right: 42px; } }
      @media screen and (min-width: 960px) {
        .mobile-menu-header .mobile-nav-section .mobile-current-page {
          display: none; } }
      .mobile-menu-header .mobile-nav-section .mobile-current-page:after {
        content: '';
        -webkit-transition: border-color 150ms ease-in-out;
        -moz-transition: border-color 150ms ease-in-out;
        transition: border-color 150ms ease-in-out;
        display: inline-block;
        height: 9px;
        width: 9px;
        border-width: 2px 0 0 2px;
        border-color: #fff;
        border-style: solid;
        -webkit-transform: rotate(225deg) translateZ(0);
        -moz-transform: rotate(225deg) translateZ(0);
        -ms-transform: rotate(225deg) translateZ(0);
        -o-transform: rotate(225deg) translateZ(0);
        transform: rotate(225deg) translateZ(0);
        position: absolute;
        right: 20px;
        top: 23px;
        transition: all 150ms; }
        @media screen and (min-width: 580px) {
          .mobile-menu-header .mobile-nav-section .mobile-current-page:after {
            height: 12px;
            width: 12px;
            right: 22px;
            top: 30px; } }
    .mobile-menu-header .mobile-nav-section.is-open .mobile-current-page:after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 28px; }
      @media screen and (min-width: 580px) {
        .mobile-menu-header .mobile-nav-section.is-open .mobile-current-page:after {
          top: 37px; } }

@media screen and (min-width: 960px) {
  .mobile-menu-inner {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 60px); }
    .mobile-menu-inner::after {
      clear: both;
      content: "";
      display: block; } }
@media screen and (min-width: 960px) {
  .mobile-menu-inner {
    position: relative; } }

/**----------------------------------
  General grid (36 columns)
 */
.bb-content-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .bb-content-container::after {
    clear: both;
    content: "";
    display: block; }

.bb-content-row {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 100%; }
  .bb-content-row:last-child {
    margin-right: 0; }

/**-----------------------------------
  Colors and background colors
 */
.bb-wild-sand-bg {
  background-color: #f5f5f5; }

.black {
  color: #000 !important; }

.white {
  color: #fff !important; }

.gold {
  color: #d8ab4c !important; }

/**-----------------------------------
  Fonts and Text
 */
.bb-caption-text {
  color: #858585;
  font-size: 0.875rem;
  line-height: 1.2858; }
  @media screen and (min-width: 580px) {
    .bb-caption-text {
      font-size: 1rem; } }

.blockquote-author {
  font-size: 1.2rem;
  font-family: 'ApexNew Medium', sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block; }
  .blockquote-author b,
  .blockquote-author strong {
    font-family: 'ApexNew Bold', sans-serif; }
  .blockquote-author i,
  .blockquote-author em {
    font-family: 'ApexNew Medium Italic', sans-serif; }

/**-----------------------------------
  Shifting columns
 */
.bb-shift-2-columns {
  margin-left: 5.57464%; }

.bb-shift-4-columns {
  margin-left: 11.14929%; }

.bb-shift-12-columns {
  margin-left: 33.44786%; }

.bb-shift-13-columns {
  margin-left: 36.23518%; }

.bb-shift-14-columns {
  margin-left: 39.0225%; }

/**-----------------------------------
  Shifting columns screen size
 */
@media screen and (min-width: 580px) {
  .bb-shift-4-columns-medium {
    margin-left: 11.14929%; } }

/**-----------------------------------
  Margin and Padding helpers
 */
.bb-padding-left-1rem {
  padding-left: 1rem; }

.bb-padding-top-1rem {
  padding-top: 1rem; }

.bb-padding-right-1rem {
  padding-right: 1rem; }

.bb-padding-bottom-1rem {
  padding-bottom: 1rem; }

.bb-padding-left-2rem {
  padding-left: 2rem; }

.bb-margin-top-1rem {
  margin-top: 1rem; }

.bb-margin-right-1rem {
  margin-right: 1rem; }

.bb-margin-bottom-1rem {
  margin-bottom: 1rem; }

.bb-margin-left-1rem {
  margin-left: 1rem; }

.bb-margin-top-2rem {
  margin-top: 2rem; }

.bb-margin-right-2rem {
  margin-right: 2rem; }

.bb-margin-left-2rem {
  margin-left: 2rem; }

.bb-margin-bottom-2rem {
  margin-bottom: 2rem; }

/**-----------------------------------
  Mobile and tablet screen size
 */
.bb-content-12-columns-large {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 100%; }
  .bb-content-12-columns-large:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .bb-content-12-columns-large {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 33.10429%; }
      .bb-content-12-columns-large:last-child {
        margin-right: 0; } }

.bb-content-18-columns-large {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 100%; }
  .bb-content-18-columns-large:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .bb-content-18-columns-large {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 49.82822%; }
      .bb-content-18-columns-large:last-child {
        margin-right: 0; } }

.bb-content-24-columns-large {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 100%; }
  .bb-content-24-columns-large:last-child {
    margin-right: 0; }
  @media screen and (min-width: 960px) {
    .bb-content-24-columns-large {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 66.55214%; }
      .bb-content-24-columns-large:last-child {
        margin-right: 0; } }

.bb-content-12-columns-medium {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 100%; }
  .bb-content-12-columns-medium:last-child {
    margin-right: 0; }
  @media screen and (min-width: 580px) {
    .bb-content-12-columns-medium {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 33.10429%; }
      .bb-content-12-columns-medium:last-child {
        margin-right: 0; } }

.bb-content-14-columns-medium {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 100%; }
  .bb-content-14-columns-medium:last-child {
    margin-right: 0; }
  @media screen and (min-width: 580px) {
    .bb-content-14-columns-medium {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 38.67893%; }
      .bb-content-14-columns-medium:last-child {
        margin-right: 0; } }

.bb-content-16-columns-medium {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 100%; }
  .bb-content-16-columns-medium:last-child {
    margin-right: 0; }
  @media screen and (min-width: 580px) {
    .bb-content-16-columns-medium {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 44.25357%; }
      .bb-content-16-columns-medium:last-child {
        margin-right: 0; } }

.bb-content-18-columns-medium {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 100%; }
  .bb-content-18-columns-medium:last-child {
    margin-right: 0; }
  @media screen and (min-width: 580px) {
    .bb-content-18-columns-medium {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 49.82822%; }
      .bb-content-18-columns-medium:last-child {
        margin-right: 0; } }

.bb-content-20-columns-medium {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 100%; }
  .bb-content-20-columns-medium:last-child {
    margin-right: 0; }
  @media screen and (min-width: 580px) {
    .bb-content-20-columns-medium {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 55.40286%; }
      .bb-content-20-columns-medium:last-child {
        margin-right: 0; } }

.bb-content-22-columns-medium {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 100%; }
  .bb-content-22-columns-medium:last-child {
    margin-right: 0; }
  @media screen and (min-width: 580px) {
    .bb-content-22-columns-medium {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 60.9775%; }
      .bb-content-22-columns-medium:last-child {
        margin-right: 0; } }

.bb-content-8-columns-medium {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 100%; }
  .bb-content-8-columns-medium:last-child {
    margin-right: 0; }
  @media screen and (min-width: 580px) {
    .bb-content-8-columns-medium {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 21.955%; }
      .bb-content-8-columns-medium:last-child {
        margin-right: 0; } }

.bb-content-28-columns-medium {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 100%; }
  .bb-content-28-columns-medium:last-child {
    margin-right: 0; }
  @media screen and (min-width: 580px) {
    .bb-content-28-columns-medium {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 77.70143%; }
      .bb-content-28-columns-medium:last-child {
        margin-right: 0; } }

.bb-content-24-columns-medium {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 100%; }
  .bb-content-24-columns-medium:last-child {
    margin-right: 0; }
  @media screen and (min-width: 580px) {
    .bb-content-24-columns-medium {
      float: left;
      display: block;
      margin-right: 0.34357%;
      width: 66.55214%; }
      .bb-content-24-columns-medium:last-child {
        margin-right: 0; } }

.bb-content-12-columns-small {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 33.10429%; }
  .bb-content-12-columns-small:last-child {
    margin-right: 0; }

.bb-content-14-columns-small {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 38.67893%; }
  .bb-content-14-columns-small:last-child {
    margin-right: 0; }

.bb-content-22-columns-small {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 60.9775%; }
  .bb-content-22-columns-small:last-child {
    margin-right: 0; }

.bb-content-24-columns-small {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 66.55214%; }
  .bb-content-24-columns-small:last-child {
    margin-right: 0; }

@media screen and (max-width: 579px) {
  .bb-content-32-columns-small {
    float: left;
    display: block;
    margin-right: 0.34357%;
    width: 88.85071%; }
    .bb-content-32-columns-small:last-child {
      margin-right: 0; } }

.bb-content-34-columns-small {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 94.42536%; }
  .bb-content-34-columns-small:last-child {
    margin-right: 0; }

/**-----------------------------------
  Basic grid
 */
.bb-content-12-columns {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 33.10429%; }
  .bb-content-12-columns:last-child {
    margin-right: 0; }

.bb-content-14-columns {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 38.67893%; }
  .bb-content-14-columns:last-child {
    margin-right: 0; }

.bb-content-30-columns {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 83.27607%; }
  .bb-content-30-columns:last-child {
    margin-right: 0; }

.bb-content-32-columns {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 88.85071%; }
  .bb-content-32-columns:last-child {
    margin-right: 0; }

.bb-content-34-columns {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 94.42536%; }
  .bb-content-34-columns:last-child {
    margin-right: 0; }

.bb-content-33-columns {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 91.63804%; }
  .bb-content-33-columns:last-child {
    margin-right: 0; }

.bb-content-24-columns {
  float: left;
  display: block;
  margin-right: 0.34357%;
  width: 66.55214%; }
  .bb-content-24-columns:last-child {
    margin-right: 0; }

.bb-clearfix {
  clear: both; }

/**
  Additional CSS for the Owen site
 */
.gold-emphasis span {
  color: #d8ab4c; }

.black-emphasis span {
  color: #000; }

.white-emphasis span {
  color: #fff; }

.video-object.default .poster.no-video {
  display: block; }

/**
  Add another class to modified the current one
 */
.current-menu-item {
  color: #d8ab4c; }

/*
  Binh: We target Beaver Builder text editor class
 */
.fl-rich-text blockquote {
  margin: 1.875rem 0;
  padding-bottom: 1px; }
  @media screen and (min-width: 960px) {
    .fl-rich-text blockquote {
      margin: 3rem 0; } }
  .fl-rich-text blockquote:before {
    content: url("../images/icon.quotes.svg");
    display: block;
    width: 50px;
    height: 23px; }
    @media screen and (min-width: 580px) {
      .fl-rich-text blockquote:before {
        width: 80px;
        height: 36px; } }
    @media screen and (min-width: 960px) {
      .fl-rich-text blockquote:before {
        width: 113px;
        height: 51px; } }
  .fl-rich-text blockquote p:nth-child(1):after {
    content: url("../images/icon.quotes.svg");
    display: block;
    width: 50px;
    height: 23px; }
    @media screen and (min-width: 580px) {
      .fl-rich-text blockquote p:nth-child(1):after {
        width: 80px;
        height: 36px; } }
    @media screen and (min-width: 960px) {
      .fl-rich-text blockquote p:nth-child(1):after {
        width: 113px;
        height: 51px; } }
  .fl-rich-text blockquote:before {
    position: relative;
    top: 1px;
    margin-left: 14px; }
    @media screen and (min-width: 580px) {
      .fl-rich-text blockquote:before {
        margin-left: 67px; } }
  .fl-rich-text blockquote p:nth-child(1) {
    border-top: 4px solid #d8ab4c;
    border-bottom: 4px solid #d8ab4c;
    font-size: 1.25rem;
    font-family: 'Adobe Garamond W01 It';
    padding: 1.5rem 0 1.25rem;
    position: relative;
    margin-bottom: 20px; }
    @media screen and (min-width: 580px) {
      .fl-rich-text blockquote p:nth-child(1) {
        font-size: 1.875rem;
        line-height: 1.2;
        padding: 2.1875rem 0 1.875rem;
        margin-bottom: 32px; } }
    @media screen and (min-width: 960px) {
      .fl-rich-text blockquote p:nth-child(1) {
        font-size: 2.25rem;
        line-height: 1.1667; } }
    .fl-rich-text blockquote p:nth-child(1):after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      position: absolute;
      right: 17px;
      bottom: -26px; }
      @media screen and (min-width: 580px) {
        .fl-rich-text blockquote p:nth-child(1):after {
          bottom: -39px;
          right: 69px; } }
      @media screen and (min-width: 960px) {
        .fl-rich-text blockquote p:nth-child(1):after {
          bottom: -54px; } }
  .fl-rich-text blockquote cite {
    display: block;
    font-family: 'ApexNew Book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1; }
    .fl-rich-text blockquote cite b,
    .fl-rich-text blockquote cite strong {
      font-family: 'ApexNew Medium', sans-serif; }
    .fl-rich-text blockquote cite i,
    .fl-rich-text blockquote cite em {
      font-family: 'ApexNew Book Italic', sans-serif; }
    @media screen and (min-width: 580px) {
      .fl-rich-text blockquote cite {
        font-size: 1.125rem; } }
    .fl-rich-text blockquote cite b,
    .fl-rich-text blockquote cite strong {
      display: block;
      font-size: 1.125rem;
      margin-bottom: 0.375rem; }
      @media screen and (min-width: 580px) {
        .fl-rich-text blockquote cite b,
        .fl-rich-text blockquote cite strong {
          font-size: 1.5rem; } }

/*
  Support block quote in our content row
 */
.bb-content-row blockquote {
  margin: 1.875rem 0;
  padding-bottom: 1px; }
  @media screen and (min-width: 960px) {
    .bb-content-row blockquote {
      margin: 3rem 0; } }
  .bb-content-row blockquote:before {
    content: url("../images/icon.quotes.svg");
    display: block;
    width: 50px;
    height: 23px; }
    @media screen and (min-width: 580px) {
      .bb-content-row blockquote:before {
        width: 80px;
        height: 36px; } }
    @media screen and (min-width: 960px) {
      .bb-content-row blockquote:before {
        width: 113px;
        height: 51px; } }
  .bb-content-row blockquote p:nth-child(1):after {
    content: url("../images/icon.quotes.svg");
    display: block;
    width: 50px;
    height: 23px; }
    @media screen and (min-width: 580px) {
      .bb-content-row blockquote p:nth-child(1):after {
        width: 80px;
        height: 36px; } }
    @media screen and (min-width: 960px) {
      .bb-content-row blockquote p:nth-child(1):after {
        width: 113px;
        height: 51px; } }
  .bb-content-row blockquote:before {
    position: relative;
    top: 1px;
    margin-left: 14px; }
    @media screen and (min-width: 580px) {
      .bb-content-row blockquote:before {
        margin-left: 67px; } }
  .bb-content-row blockquote p:nth-child(1) {
    border-top: 4px solid #d8ab4c;
    border-bottom: 4px solid #d8ab4c;
    font-size: 1.25rem;
    font-family: 'Adobe Garamond W01 It';
    padding: 1.5rem 0 1.25rem;
    position: relative;
    margin-bottom: 20px; }
    @media screen and (min-width: 580px) {
      .bb-content-row blockquote p:nth-child(1) {
        font-size: 1.875rem;
        line-height: 1.2;
        padding: 2.1875rem 0 1.875rem;
        margin-bottom: 32px; } }
    @media screen and (min-width: 960px) {
      .bb-content-row blockquote p:nth-child(1) {
        font-size: 2.25rem;
        line-height: 1.1667; } }
    .bb-content-row blockquote p:nth-child(1):after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
      position: absolute;
      right: 17px;
      bottom: -26px; }
      @media screen and (min-width: 580px) {
        .bb-content-row blockquote p:nth-child(1):after {
          bottom: -39px;
          right: 69px; } }
      @media screen and (min-width: 960px) {
        .bb-content-row blockquote p:nth-child(1):after {
          bottom: -54px; } }
  .bb-content-row blockquote cite {
    display: block;
    font-family: 'ApexNew Book', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    line-height: 1; }
    .bb-content-row blockquote cite b,
    .bb-content-row blockquote cite strong {
      font-family: 'ApexNew Medium', sans-serif; }
    .bb-content-row blockquote cite i,
    .bb-content-row blockquote cite em {
      font-family: 'ApexNew Book Italic', sans-serif; }
    @media screen and (min-width: 580px) {
      .bb-content-row blockquote cite {
        font-size: 1.125rem; } }
    .bb-content-row blockquote cite b,
    .bb-content-row blockquote cite strong {
      display: block;
      font-size: 1.125rem;
      margin-bottom: 0.375rem; }
      @media screen and (min-width: 580px) {
        .bb-content-row blockquote cite b,
        .bb-content-row blockquote cite strong {
          font-size: 1.5rem; } }

.invisible {
  display: block !important;
  display: initial !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0);
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  width: 1px !important;
  white-space: nowrap; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto !important;
    margin: 0 !important;
    overflow: visible;
    position: static;
    width: auto !important;
    white-space: inherit; }

@media print {
  .sticky-nav,
  .hdr-global .nav-utility,
  .hdr-global button,
  .hdr-global-bottom,
  .ftr-global .nav-blocks,
  .ftr-global .cta-container,
  .share-block,
  .article-aux .article-author {
    display: none !important; } }
