@charset "UTF-8";
/***********************************************************************************************
Easing functions. Based on Robert Penner's Equations Converted to CSS as Ceaser by Matthew Lein
Converted to SCSS in npm registry at @link: https://www.npmjs.com/package/ceaser-easing
************************************************************************************************/
/*! 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.
 */
/**
 * 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; }

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 13px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid white;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #ffffff; }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }

.oneField.errFld input[type='text'], .oneField.errFld input[type='password'], .oneField.errFld textarea, .oneField.errFld select {
  border-color: #ffffff !important; }

.wForm .htmlSection .htmlContent {
  color: #ffffff !important; }

.wFormContainer .wForm .inputWrapper select[multiple] {
  height: auto !important; }

.wForm .hintsBelow .field-hint .hint, .wForm .hintsBelow .field-hint-inactive .hint {
  background-color: transparent !important;
  color: #ffffff !important;
  opacity: 1 !important; }

.grecaptcha-badge {
  display: none !important; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0; }

div.wpcf7-mail-sent-ok {
  border: 3px solid #fffefe !important;
  color: white !important;
  font-family: 'AvenirLT-Medium' !important;
  padding: 10px 20px 6px !important; }

/**
 * Basic styles for links
 */
a {
  color: inherit;
  text-decoration: none; }

ul, ol, li {
  list-style: none; }

#jxta-container {
  padding-top: 10rem; }
@media screen and (max-width: 1040px) {
  #jxta-container {
    padding-top: 79px; } }
#jxta-container.admin #jxta-global-header {
  top: 32px; }
@media screen and (max-width: 783px) {
  #jxta-container.admin #jxta-global-header {
    top: 40px; } }
@media screen and (max-width: 1040px) {
  #jxta-container.admin {
    padding-top: 80px; }
  #jxta-container.admin #jxta-global-header.mobile .mobile-container {
    top: 116px; } }
@media screen and (max-width: 783px) {
  #jxta-container.admin {
    padding-top: 74px; } }

[data-aos="animate-line"] {
  position: relative; }
[data-aos="animate-line"]:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: ' ';
  height: 0.3rem;
  width: 0%;
  transition: all 0.5s ease-out; }
[data-aos="animate-line"].aos-animate:after {
  width: 100%; }

[data-aos="animate-line-hero"] {
  position: relative; }
[data-aos="animate-line-hero"]:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: ' ';
  height: 0.3rem;
  width: 0%;
  transition: all 0.5s ease-out; }
[data-aos="animate-line-hero"].aos-animate:after {
  width: 10rem; }

.form-assembly {
  font-size: 19px !important; }
.form-assembly .field-hint, .form-assembly .field-hint-inactive {
  background-color: transparent !important;
  color: white !important;
  opacity: 1 !important; }
.form-assembly .field-hint .hint, .form-assembly .field-hint-inactive .hint {
  opacity: 1 !important; }
.form-assembly .wForm {
  padding: 0 30px !important;
  background: transparent !important;
  border-radius: 0px !important;
  font-family: 'AvenirLT-Book' !important; }
@media screen and (max-width: 768px) {
  .form-assembly .wForm {
    padding: 0 !important; } }
.form-assembly #submit_button, .form-assembly select {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important; }
.form-assembly .wFormContainer {
  max-width: 770px !important;
  padding: 0 30px !important;
  border: 0 !important;
  background: none !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  color: white !important;
  font-family: 'AvenirLT-Book'; }
.form-assembly .wFormContainer .oneField.errFld input[type='text'], .form-assembly .wFormContainer .oneField.errFld input[type='password'], .form-assembly .wFormContainer .oneField.errFld textarea, .form-assembly .wFormContainer .oneField.errFld select {
  border-color: #fff !important; }
.form-assembly .wFormContainer .wFormTitle, .form-assembly .wFormContainer h2, .form-assembly .wFormContainer h3, .form-assembly .wFormContainer h4 {
  font-size: 30px !important;
  font-family: 'Archivo Black', sans-serif !important;
  text-transform: uppercase !important;
  line-height: 1.05 !important;
  color: #fff !important; }
.form-assembly .wFormContainer h4 {
  font-size: 12px !important; }
.form-assembly .wFormContainer .pageSection > h4 {
  padding: 2px 0px !important; }
.form-assembly .wFormContainer .wFormTitle {
  margin: 1em 0 0.5em  !important;
  display: inline-block !important;
  padding-left: 0px !important;
  border-bottom: 2px solid white !important;
  margin-bottom: 4px !important;
  padding-bottom: 10px !important; }
.form-assembly .wFormContainer .htmlSection {
  border: 0 !important;
  padding: 2px 0 !important; }
.form-assembly .wFormContainer .oneField {
  padding: 2px 0px !important; }
.form-assembly .wFormContainer .oneField label {
  font-family: 'AvenirLT-Medium' !important;
  font-size: 1.9rem !important;
  line-height: 24px !important;
  color: white !important;
  width: 100% !important; }
.form-assembly .wFormContainer input {
  background: transparent !important;
  border: 3px solid white !important;
  font-size: 16px !important;
  padding: 10px !important;
  font-family: 'AvenirLT-Book' !important;
  color: #fff !important; }
.form-assembly .wFormContainer .wfPageButtons {
  padding: 1rem 1.5rem 1rem !important;
  text-transform: uppercase !important;
  letter-spacing: .05em !important;
  display: inline-block !important;
  font-family: 'Archivo Black', sans-serif !important; }
.form-assembly .wFormContainer .wfPageButtons .wfPageNextButton .inputWrapper {
  width: 100%; }
.form-assembly .wFormContainer fieldset {
  min-width: 0;
  border-width: 0 !important;
  border-style: none !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-left: 3px solid white !important;
  padding-left: 30px !important;
  border-radius: 0px !important; }
.form-assembly .wFormContainer fieldset legend {
  padding: 0 !important;
  padding-top: 14px !important;
  font-size: 18px !important;
  font-family: 'Archivo Black', sans-serif !important;
  text-transform: uppercase !important;
  line-height: 1.05 !important;
  color: #fff !important; }
@media screen and (max-width: 768px) {
  .form-assembly .wFormContainer fieldset {
    padding-left: 14px !important;
    border-radius: 0px !important;
    padding-right: 20px !important; } }
.form-assembly .wFormContainer .offstate {
  display: none !important; }
.form-assembly .wFormContainer .oneField input:not([type="file"]), .form-assembly .wFormContainer .inputWrapper textarea, .form-assembly .wFormContainer .inputWrapper select {
  font-size: 16px !important;
  padding: 4px 10px !important;
  font-family: 'AvenirLT-Book' !important;
  color: #fff !important;
  box-sizing: border-box;
  border: 3px solid #ffffff !important;
  border-radius: 0 !important;
  background: #d20a1e !important;
  color: #ffffff !important;
  border-width: 3px !important;
  border-style: solid !important;
  border-color: ffffff !important;
  border-image: initial !important;
  height: 32px !important; }
.form-assembly .wFormContainer .inputWrapper input[type="text"], .form-assembly .wFormContainer .inputWrapper input[type="password"] {
  font-size: 16px !important;
  padding: 4px 10px !important;
  font-family: 'AvenirLT-Book' !important;
  color: #fff !important;
  border: 3px solid #ffffff !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #ffffff !important;
  border-width: 3px !important;
  border-style: solid !important;
  border-color: ffffff !important;
  border-image: initial !important;
  box-sizing: border-box !important;
  height: 32px !important; }
.form-assembly .wfPagePreviousButton, .form-assembly .wfPageNextButton {
  visibility: hidden; }
.form-assembly .field-container-D {
  display: block !important; }
.form-assembly #tfa_1, .form-assembly *[id^="tfa_1["], .form-assembly #tfa_4, .form-assembly *[id^="tfa_4["], .form-assembly #tfa_3, .form-assembly *[id^="tfa_3["], .form-assembly #tfa_5, .form-assembly *[id^="tfa_5["], .form-assembly #tfa_24, .form-assembly *[id^="tfa_24["], .form-assembly #tfa_2, .form-assembly *[id^="tfa_2["] {
  width: 100% !important;
  max-width: 400px !important;
  border-color: #fff !important; }
.form-assembly .wForm .inputWrapper {
  width: 100% !important;
  max-width: 400px !important; }
.form-assembly .inputWrapper {
  width: 100% !important; }
.form-assembly .delimiter {
  position: absolute;
  left: 0px;
  top: 14px; }
.form-assembly .wForm form .errFld {
  border: 0px solid !important; }
.form-assembly .errMsg {
  padding: 5px 0 !important; }
.form-assembly .errMsg span {
  color: #ffffff !important; }
.form-assembly .wForm .label.reqMark:after {
  color: #ffffff !important; }
.form-assembly .delimiter + input {
  position: relative;
  left: 14px; }
.form-assembly .inputWrapper input[type="text"] {
  width: 100% !important;
  max-width: 400px !important; }
@media screen and (max-width: 768px) {
  .form-assembly .inputWrapper input[type="text"] {
    width: auto !important; } }
.form-assembly .inputWrapper input[type="checkbox"] + label {
  vertical-align: top !important;
  padding: 5px 7px 0px !important; }
.form-assembly .inputWrapper input[type="radio"] + label {
  vertical-align: top !important;
  padding: 6px 7px 0px !important; }
.form-assembly .section {
  width: 100% !important;
  max-width: 400px !important; }
@media screen and (max-width: 768px) {
  .form-assembly .section {
    width: auto !important; } }
.form-assembly .offstate {
  display: none !important; }

.campaign_overlay .tracker {
  width: 100%;
  max-width: 600px;
  margin-top: 20px; }
.campaign_overlay .tracker .copy-wrap {
  display: grid;
  display: -ms-grid;
  grid-template-columns: [left] 43% [right] 57%;
  margin-left: auto;
  margin-right: auto;
  max-width: 144rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  width: 100%;
  padding: 0 14rem; }
.campaign_overlay .tracker .copy-wrap .col-left {
  width: 43%; }
.campaign_overlay .tracker .copy-wrap .col-right {
  width: 57%; }
.campaign_overlay .tracker .copy-wrap.wider .col-left {
  width: 33%; }
.campaign_overlay .tracker .copy-wrap.wider .col-right {
  width: 67%; }
.campaign_overlay .tracker .copy-wrap.fifty-fifty .col-left {
  width: 50%; }
.campaign_overlay .tracker .copy-wrap.fifty-fifty .col-right {
  width: 50%; }
@media screen and (max-width: 900px) {
  .campaign_overlay .tracker .copy-wrap {
    grid-template-columns: 100%;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .campaign_overlay .tracker .copy-wrap .col-left {
    width: 100%; }
  .campaign_overlay .tracker .copy-wrap .col-right {
    width: 100%; }
  .campaign_overlay .tracker .copy-wrap.wider .col-left {
    width: 100%; }
  .campaign_overlay .tracker .copy-wrap.wider .col-right {
    width: 100%; }
  .campaign_overlay .tracker .copy-wrap.fifty-fifty .col-left {
    width: 100%; }
  .campaign_overlay .tracker .copy-wrap.fifty-fifty .col-right {
    width: 100%; } }
.campaign_overlay .tracker .copy-wrap .copy__title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.8rem;
  padding-bottom: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  max-width: 36rem;
  margin-bottom: 30px;
  display: inline-flex; }
.campaign_overlay .tracker .copy-wrap .copy__title:after {
  background-color: #000000; }
.campaign_overlay .tracker .copy-wrap .copy__body {
  font-family: 'AvenirLT-Book';
  color: #656565;
  margin-bottom: 30px;
  font-size: 1.9rem;
  line-height: 2.9rem; }
.campaign_overlay .tracker .copy-wrap .copy__cta {
  font-family: 'Archivo Black', sans-serif;
  margin-top: 4rem; }
.campaign_overlay .tracker .copy-wrap .col-left .copy__body {
  max-width: 345px; }
.campaign_overlay .tracker .copy-wrap .col-right .copy__body {
  max-width: none; }
.campaign_overlay .tracker .copy-wrap.wider {
  display: grid;
  display: -ms-grid;
  grid-template-columns: [left] 33% [right] 67%;
  margin-left: auto;
  margin-right: auto;
  max-width: 144rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  width: 100%; }
.campaign_overlay .tracker .copy-wrap.wider .col-left {
  width: 43%; }
.campaign_overlay .tracker .copy-wrap.wider .col-right {
  width: 57%; }
.campaign_overlay .tracker .copy-wrap.wider.wider .col-left {
  width: 33%; }
.campaign_overlay .tracker .copy-wrap.wider.wider .col-right {
  width: 67%; }
.campaign_overlay .tracker .copy-wrap.wider.fifty-fifty .col-left {
  width: 50%; }
.campaign_overlay .tracker .copy-wrap.wider.fifty-fifty .col-right {
  width: 50%; }
@media screen and (max-width: 900px) {
  .campaign_overlay .tracker .copy-wrap.wider {
    grid-template-columns: 100%;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .campaign_overlay .tracker .copy-wrap.wider .col-left {
    width: 100%; }
  .campaign_overlay .tracker .copy-wrap.wider .col-right {
    width: 100%; }
  .campaign_overlay .tracker .copy-wrap.wider.wider .col-left {
    width: 100%; }
  .campaign_overlay .tracker .copy-wrap.wider.wider .col-right {
    width: 100%; }
  .campaign_overlay .tracker .copy-wrap.wider.fifty-fifty .col-left {
    width: 100%; }
  .campaign_overlay .tracker .copy-wrap.wider.fifty-fifty .col-right {
    width: 100%; } }
.campaign_overlay .tracker .copy-wrap.wider .copy__title {
  max-width: 24rem; }
@media screen and (max-width: 960px) {
  .campaign_overlay .tracker {
    padding: 0px 20px; }
  .campaign_overlay .tracker .copy-wrap {
    padding: 0 7rem; }
  .campaign_overlay .tracker .copy__title {
    margin-bottom: 25px; } }
@media screen and (max-width: 480px) {
  .campaign_overlay .tracker {
    padding: 0px 20px; }
  .campaign_overlay .tracker .copy-wrap {
    padding: 0 25px; } }
.campaign_overlay .tracker .track-bar {
  display: inline-block;
  width: 100%; }
@media screen and (max-width: 960px) {
  .campaign_overlay .tracker .track-bar {
    width: 100%; } }
.campaign_overlay .tracker .full-width-tracker {
  height: 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ECECEC;
  overflow: hidden; }
.campaign_overlay .tracker .full-width-tracker .progress {
  height: 25px;
  background: #D20A1E;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  transition-duration: 2s; }
.campaign_overlay .tracker .left--note {
  padding-bottom: 11px;
  color: #D20A1E;
  width: 48%;
  text-align: left;
  display: inline-block;
  font-size: 1.6rem;
  position: relative;
  left: -10px;
  font-family: 'Archivo Black', sans-serif; }
@media screen and (max-width: 600px) {
  .campaign_overlay .tracker .left--note {
    font-size: 1.5rem;
    left: 0; } }
@media screen and (max-width: 400px) {
  .campaign_overlay .tracker .left--note {
    font-size: 1.3rem; } }
.campaign_overlay .tracker .right--note {
  padding-bottom: 11px;
  width: 48%;
  text-align: right;
  display: inline-block;
  font-size: 1.6rem;
  position: relative;
  right: -10px;
  color: #fff;
  font-family: 'Archivo Black', sans-serif; }
@media screen and (max-width: 600px) {
  .campaign_overlay .tracker .right--note {
    font-size: 1.5rem;
    right: 0px; } }
@media screen and (max-width: 400px) {
  .campaign_overlay .tracker .right--note {
    font-size: 1.3rem; } }
.campaign_overlay .tracker .tracker__donationForm {
  display: inline-block;
  text-align: right;
  width: 288px;
  position: relative;
  top: 53px; }
@media screen and (max-width: 960px) {
  .campaign_overlay .tracker .tracker__donationForm {
    padding-top: 25px;
    top: 0;
    text-align: left;
    width: 100%; } }
.campaign_overlay .tracker.grey {
  background: #ECECEC; }
.campaign_overlay .tracker.black, .campaign_overlay .tracker.jxta-link-style, .campaign_overlay .tracker.jxta-cta, .campaign_overlay .tracker.jxta-cta--primary, .campaign_overlay .tracker.jxta-cta--secondary, .campaign_overlay .tracker.jxta-cta--disabled {
  background: black; }
.campaign_overlay .tracker.black .copy__title, .campaign_overlay .tracker.jxta-link-style .copy__title, .campaign_overlay .tracker.jxta-cta .copy__title, .campaign_overlay .tracker.jxta-cta--primary .copy__title, .campaign_overlay .tracker.jxta-cta--secondary .copy__title, .campaign_overlay .tracker.jxta-cta--disabled .copy__title {
  color: #FFFFFF; }
.campaign_overlay .tracker.black .copy__title:after, .campaign_overlay .tracker.jxta-link-style .copy__title:after, .campaign_overlay .tracker.jxta-cta .copy__title:after, .campaign_overlay .tracker.jxta-cta--primary .copy__title:after, .campaign_overlay .tracker.jxta-cta--secondary .copy__title:after, .campaign_overlay .tracker.jxta-cta--disabled .copy__title:after {
  background-color: #FFFFFF; }
.campaign_overlay .tracker.black .copy__body, .campaign_overlay .tracker.jxta-link-style .copy__body, .campaign_overlay .tracker.jxta-cta .copy__body, .campaign_overlay .tracker.jxta-cta--primary .copy__body, .campaign_overlay .tracker.jxta-cta--secondary .copy__body, .campaign_overlay .tracker.jxta-cta--disabled .copy__body {
  color: #FFFFFF; }
.campaign_overlay .tracker.white {
  background: #FFFFFF; }
.campaign_overlay .tracker.red {
  background: #D20A1E; }
.campaign_overlay .tracker.red .copy__title {
  color: #FFFFFF; }
.campaign_overlay .tracker.red .copy__title:after {
  background-color: #FFFFFF; }
.campaign_overlay .tracker.red .copy__body {
  color: #FFFFFF; }

/**
 * @license
 * MyFonts Webfont Build ID 3214659, 2016-05-05T14:36:41-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: AvenirLT-Black by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/95-black/
 *
 * Webfont: AvenirLT-Book by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/45-book/
 *
 * Webfont: AvenirLT-Medium by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/65-medium/
 *
 * Webfont: AvenirLT-Heavy by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/85-heavy/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3214659
 * Licensed pageviews: 250,000
 * Webfonts copyright: Part of the digitally encoded machine readable outline data for
 * producing the Typefaces provided is copyrighted &#x00A9; 1981 - 2007 Linotype GmbH,
 * www.linotype.com. All rights reserved. This software is the property of Linotype
 * GmbH, and may not be repro
 *
 * © 2016 MyFonts Inc
*/
@font-face {
  font-family: 'AvenirLT-Book';
  src: url("../../fonts/310D43_6_0.eot");
  src: url("../../fonts/310D43_6_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/310D43_6_0.woff2") format("woff2"), url("../../fonts/310D43_6_0.woff") format("woff"), url("../../fonts/310D43_6_0.ttf") format("truetype"); }
@font-face {
  font-family: 'AvenirLT-Medium';
  src: url("../../fonts/3631DD_0_0.eot");
  src: url("../../fonts/3631DD_0_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/3631DD_0_0.woff2") format("woff2"), url("../../fonts/3631DD_0_0.woff") format("woff"), url("../../fonts/3631DD_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'AvenirLT-Black';
  src: url("../../fonts/310D43_4_0.eot");
  src: url("../../fonts/310D43_4_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/310D43_4_0.woff2") format("woff2"), url("../../fonts/310D43_4_0.woff") format("woff"), url("../../fonts/310D43_4_0.ttf") format("truetype"); }
@font-face {
  font-family: 'AvenirLT-Heavy';
  src: url("../../fonts/310D43_B_0.eot");
  src: url("../../fonts/310D43_B_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/310D43_B_0.woff2") format("woff2"), url("../../fonts/310D43_B_0.woff") format("woff"), url("../../fonts/310D43_B_0.ttf") format("truetype"); }
.AvenirLT-Book {
  font-family: AvenirLT-Book;
  font-weight: normal;
  font-style: normal; }

.AvenirLT-Medium {
  font-family: AvenirLT-Medium;
  font-weight: normal;
  font-style: normal; }

.AvenirLT-Black {
  font-family: AvenirLT-Black;
  font-weight: normal;
  font-style: normal; }

.AvenirLT-Heavy {
  font-family: AvenirLT-Heavy;
  font-weight: normal;
  font-style: normal; }

/**
 * Basic typography style for copy text
 */
html {
  font-size: 10px; }

.normal {
  font-weight: 400; }

.medium, .p--xl, .campaign_overlay .tracker .copy-wrap .copy__body, .jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--social_carousel .jxta-component__inner .copy__body, .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .copy__body, .event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap .copy__body {
  font-weight: 500; }

.book, .p, .p--lg, .p--xl, .campaign_overlay .tracker .copy-wrap .copy__body, .jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--social_carousel .jxta-component__inner .copy__body, .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .copy__body, .event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap .copy__body, body {
  font-weight: 400; }

.black, .jxta-link-style, .jxta-cta, .jxta-cta--primary, .jxta-cta--secondary, .jxta-cta--disabled {
  font-weight: 700; }

.h, .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5 {
  font-family: 'Archivo Black', sans-serif;
  text-transform: uppercase;
  line-height: 1.05; }

.h1, h1 {
  font-size: 6rem; }

.h2, h2 {
  font-size: 2.8rem; }
@media screen and (max-width: 360px) {
  .h2, h2 {
    display: inline-block;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; } }

@media screen and (max-width: 360px) {
  h2, h1, h3, h4 {
    display: inline-block !important;
    -webkit-hyphens: auto !important;
    -ms-hyphens: auto !important;
    hyphens: auto !important; } }

h1.hero__title {
  display: block !important; }

.h3, h3 {
  font-size: 2.8rem; }

.h4, h4 {
  font-size: 1.6rem;
  letter-spacing: 2px; }

.h5, h5 {
  font-size: 1.6rem;
  letter-spacing: 1px; }

.h5, h5 {
  font-size: 1.3rem; }

.p, .p--lg, .p--xl, .campaign_overlay .tracker .copy-wrap .copy__body, .jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--social_carousel .jxta-component__inner .copy__body, .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .copy__body, .event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap .copy__body, body {
  font-size: 1.5rem;
  line-height: 1.5; }

.p--lg {
  font-size: 1.9rem; }

.p--xl, .campaign_overlay .tracker .copy-wrap .copy__body, .jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .copy__body, .jxta-component.jxta-component--social_carousel .jxta-component__inner .copy__body, .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .copy__body, .event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap .copy__body {
  font-size: 2.3rem;
  line-height: 1.56; }

body {
  color: #212529; }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

.header-menu-wrap:hover .current-page-parent:not(.on-hover) > a:after, .header-menu-wrap:hover .current-menu-item:not(.on-hover) > a:after {
  width: 0 !important; }

.header-menu-wrap:hover .current-menu-item.dd-open > a:after {
  width: 100% !important; }

body {
  font-family: 'AvenirLT-Book'; }
body.noscroll {
  overflow: hidden; }
body .copy__body a {
  text-decoration: underline; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */ }

.flickity-enabled {
  outline: 0;
  border: 4px solid transparent; }
.flickity-enabled:focus {
  outline: 0;
  border: 4px solid #767474; }
.flickity-enabled.jxta-images-hero {
  border: 0 !important; }
.flickity-enabled.jxta-images-hero:focus {
  border: 0 !important;
  outline: 5px auto -webkit-focus-ring-color; }

.jxta-component.black-bg {
  background: #000; }

input:focus {
  outline: 5px auto -webkit-focus-ring-color; }

.black .flickity-enabled, .jxta-link-style .flickity-enabled, .jxta-cta .flickity-enabled, .jxta-cta--primary .flickity-enabled, .jxta-cta--secondary .flickity-enabled, .jxta-cta--disabled .flickity-enabled {
  border: 4px solid transparent; }
.black .flickity-enabled:focus, .jxta-link-style .flickity-enabled:focus, .jxta-cta .flickity-enabled:focus, .jxta-cta--primary .flickity-enabled:focus, .jxta-cta--secondary .flickity-enabled:focus, .jxta-cta--disabled .flickity-enabled:focus {
  border: 4px solid #757575; }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.scalableImg, .jxta-image, svg {
  width: 100%;
  height: auto;
  display: block; }

.gallery-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vw; }
.gallery-image img {
  visibility: hidden;
  width: 0px;
  height: 0px;
  display: none !important; }
@media screen and (min-width: 769px) {
  .gallery-image {
    width: 50vw;
    height: 50vw; } }

.jxta-image {
  background-size: cover;
  width: 100%;
  height: 87vw;
  background-repeat: no-repeat; }
.jxta-image img {
  visibility: hidden;
  width: 0px;
  height: 0px;
  display: none !important; }
@media screen and (min-width: 481px) {
  .jxta-image {
    width: 100%;
    height: 71vw; } }
@media screen and (min-width: 901px) {
  .jxta-image {
    width: 39vw;
    height: 39vw; } }
@media screen and (min-width: 1401px) {
  .jxta-image {
    width: 560px;
    height: 560px; } }

.js-form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: -9999;
  opacity: 0;
  visibility: hidden; }
.js-form-overlay.active {
  z-index: 9999;
  opacity: 1;
  visibility: visible; }
.js-form-overlay .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(100vh - 127px);
  overflow-y: hidden;
  overflow-x: hidden;
  width: calc(100% - 40px);
  margin: 0 auto;
  background: #D20A1E;
  max-width: 957px;
  transform: translate(-50%, -50%);
  -webkit-highlight: none; }
.js-form-overlay .close {
  position: ABSOLUTE;
  -webkit-highlight: none;
  TOP: 14px;
  RIGHT: 21px;
  font-size: 27px;
  font-family: 'AvenirLT-Heavy';
  color: white;
  cursor: pointer;
  transition: all 0.3s ease; }
.js-form-overlay .close:hover, .js-form-overlay .close:focus {
  color: #000; }
@media screen and (max-width: 768px) {
  .js-form-overlay .close {
    TOP: 0px;
    RIGHT: 0px;
    z-index: 99;
    padding: 9px 16px 8px 17px;
    background: #d20a1d; } }

div.wpcf7-validation-errors {
  border: 3px solid #ffffff;
  padding: 0.4em 1em 0.2em;
  color: white; }

.wpcf7-not-valid {
  border: 3px solid #ffffff !important; }

span.wpcf7-not-valid-tip {
  color: #fff;
  padding-top: 5px;
  margin-bottom: -5px; }

.form-assembly {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: 100%; }

.header-menu-wrap .menu-item-has-children.dd-open ul:after {
  content: ' ';
  width: 100%;
  display: block;
  height: 3px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #6A6A6A;
  pointer-events: none; }
.header-menu-wrap .menu-item-has-children.dd-open a {
  color: #fff; }
.header-menu-wrap .menu-item-has-children.dd-open a:after {
  width: 100% !important; }
.header-menu-wrap .current-menu-item > a, .header-menu-wrap .current-page-parent > a {
  color: #fff; }
.header-menu-wrap .current-menu-item > a:after, .header-menu-wrap .current-page-parent > a:after {
  width: 100% !important; }
.header-menu-wrap .jxta-menu-list--second-tier li a:hover {
  color: #fff; }

.full-width-tracker .progress.default-tracker-width {
  width: 0%; }
.full-width-tracker .progress.default-tracker-width.aos-animate {
  width: 0%; }

#jxta-global-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
  background: black;
  color: #FFFFFF; }
#jxta-global-header .mobile-container {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
@media screen and (max-width: 1040px) {
  #jxta-global-header .js-cart-trigger {
    display: block;
    width: 25px;
    margin-left: 30px;
    padding-top: 25px; } }
@media screen and (min-width: 1041px) {
  #jxta-global-header .js-cart-trigger {
    position: absolute;
    right: 0;
    width: 100px;
    height: 100px;
    background: #6A6A6A; }
  #jxta-global-header .js-cart-trigger svg {
    width: 23px;
    position: absolute;
    top: 50%;
    left: 49%;
    transform: translate(-50%, -50%); } }
#jxta-global-header .jxta-menu-list--top-tier .menu-item > a {
  font-family: 'AvenirLT-Black';
  letter-spacing: 1.5px; }
#jxta-global-header .jxta-menu-wrap--second-tier .menu-item > a {
  font-family: 'AvenirLT-Black';
  letter-spacing: 1px; }
#jxta-global-header .sub-menu .menu-item > a {
  font-family: 'AvenirLT-Medium';
  color: #FFFFFF;
  font-size: 1.6rem;
  letter-spacing: 1.5px; }
#jxta-global-header .logo-link {
  display: block;
  width: 92px; }
#jxta-global-header .logo-link-mobile {
  display: none; }
#jxta-global-header #skip-to-content {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-150%);
  color: #FFFFFF;
  font-size: 1rem; }
#jxta-global-header #skip-to-content:focus {
  transform: translateY(0); }
#jxta-global-header .header-divider {
  position: absolute;
  top: 10rem;
  height: .2rem;
  border: none;
  background-color: #6A6A6A;
  width: 100%;
  left: 0;
  display: none; }
@media screen and (max-width: 1040px) {
  #jxta-global-header .header-divider {
    display: none; } }
#jxta-global-header .header-menu-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 3rem; }
#jxta-global-header .header-spacer {
  transition: height 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
#jxta-global-header .jxta-menu-wrap {
  margin-left: 5rem; }
#jxta-global-header .jxta-menu-wrap .jxta-menu-list {
  min-height: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
#jxta-global-header .jxta-menu-wrap .jxta-menu-list > .menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  margin-right: 2.5rem;
  overflow: visible;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
@media screen and (min-width: 1041px) {
  #jxta-global-header .jxta-menu-wrap .jxta-menu-list > .menu-item {
    height: 100px; } }
#jxta-global-header .jxta-menu-wrap .jxta-menu-list > .menu-item:last-of-type {
  margin-right: 0; }
#jxta-global-header .jxta-menu-wrap .jxta-menu-list > .menu-item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
#jxta-global-header .jxta-menu-wrap .jxta-menu-list > .menu-item > a:after {
  content: ' ';
  position: absolute;
  bottom: 0;
  height: .3rem;
  left: 0;
  width: 0;
  transition: width 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #D20A1E; }
#jxta-global-header .jxta-menu-wrap .jxta-menu-list > .menu-item.on-hover > a:after {
  width: 100%; }
#jxta-global-header .jxta-menu-wrap .sub-menu {
  height: 0;
  left: 0;
  width: 100%;
  top: 100px;
  padding: 0 0 0 174px;
  position: absolute;
  overflow: hidden;
  transition: height 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  white-space: nowrap;
  text-transform: none; }
@media screen and (max-width: 380px) {
  #jxta-global-header .jxta-menu-wrap .sub-menu {
    white-space: initial; } }
#jxta-global-header .jxta-menu-wrap .sub-menu .menu-item a {
  padding: 1rem 0;
  display: block;
  width: 100%; }
#jxta-global-header .jxta-menu-wrap .sub-menu .menu-item:first-of-type a {
  padding-top: 2rem; }
#jxta-global-header .jxta-menu-wrap .sub-menu .menu-item:last-of-type a {
  padding-bottom: 2rem; }
#jxta-global-header .jxta-menu-wrap--top-tier {
  font-size: 1.6rem; }
#jxta-global-header .jxta-menu-wrap--second-tier {
  color: #9E9D9D;
  font-size: 1.3rem; }
#jxta-global-header .hamburger-menu {
  width: 28px;
  height: 24px;
  position: absolute;
  right: 3rem;
  cursor: pointer;
  display: none; }
#jxta-global-header .hamburger-menu > span {
  width: 28px;
  height: 3px;
  top: 11px;
  background: transparent;
  display: block;
  position: absolute; }
#jxta-global-header .hamburger-menu > span span {
  width: 28px;
  height: 3px;
  top: 0px;
  background: white;
  display: block;
  position: absolute;
  opacity: 1;
  transition: all 0.3s ease; }
#jxta-global-header .hamburger-menu > span:before {
  content: ' ';
  width: 28px;
  height: 3px;
  top: -10px;
  background: white;
  display: block;
  position: absolute;
  transition: all 0.3s ease; }
#jxta-global-header .hamburger-menu > span:after {
  content: ' ';
  width: 28px;
  height: 3px;
  top: 10px;
  background: white;
  display: block;
  position: absolute;
  transition: all 0.3s ease; }
#jxta-global-header .hamburger-menu.active > span span {
  opacity: 0; }
#jxta-global-header .hamburger-menu.active > span:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0px; }
#jxta-global-header .hamburger-menu.active > span:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px; }
#jxta-global-header.mobile .hamburger-menu {
  display: block; }
#jxta-global-header.mobile .mobile-container {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 80px;
  background: black;
  left: 0;
  display: block; }
#jxta-global-header.mobile .mobile-container.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  overflow-y: scroll;
  padding-bottom: 122px; }
#jxta-global-header.mobile .jxta-menu-wrap--top-tier {
  margin-left: 3rem;
  margin-right: 3rem;
  display: block;
  border-top: 2px solid #979797; }
#jxta-global-header.mobile .jxta-menu-wrap--top-tier .jxta-menu-list {
  display: block;
  margin: 30px 0;
  position: relative;
  width: 100%; }
#jxta-global-header.mobile .jxta-menu-wrap--top-tier .jxta-menu-list .menu-item-has-children:before {
  content: '+';
  top: 0;
  right: 0rem;
  font-size: 30px;
  position: absolute;
  transition: all 0.3s ease; }
#jxta-global-header.mobile .jxta-menu-wrap--top-tier .jxta-menu-list .menu-item-has-children.active:before {
  transform: rotate(-45deg);
  content: '+'; }
#jxta-global-header.mobile .jxta-menu-wrap--top-tier .jxta-menu-list .menu-item-has-children .sub-menu {
  top: 0;
  padding: 0 0 0 3rem;
  position: relative;
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }
#jxta-global-header.mobile .jxta-menu-wrap--top-tier .jxta-menu-list .menu-item-has-children .sub-menu a {
  font-size: 14px; }
#jxta-global-header.mobile .jxta-menu-wrap--top-tier .menu-item {
  margin-right: 5.5rem;
  padding: 12px 0;
  position: relative;
  width: 100%; }
#jxta-global-header.mobile .jxta-menu-wrap--top-tier .menu-item > a {
  font-family: 'AvenirLT-Black';
  font-size: 1.8rem;
  letter-spacing: 1.6px;
  padding: 0; }
#jxta-global-header.mobile .jxta-menu-wrap--top-tier .menu-item > a:after {
  content: ' ';
  bottom: -7px; }
#jxta-global-header.mobile .jxta-menu-wrap--second-tier {
  margin-left: 3rem;
  margin-right: 3rem;
  display: block;
  border-top: 2px solid #979797; }
#jxta-global-header.mobile .jxta-menu-wrap--second-tier .menu-item {
  margin-right: 5.5rem;
  padding: 12px 0;
  position: relative;
  width: 100%; }
#jxta-global-header.mobile .jxta-menu-wrap--second-tier .menu-item > a {
  font-size: 1.3rem;
  font-family: 'AvenirLT-Black';
  letter-spacing: 1px;
  color: white;
  padding: 0; }
#jxta-global-header.mobile .jxta-menu-wrap--second-tier .menu-item > a:after {
  content: ' ';
  bottom: -7px; }
#jxta-global-header.mobile .jxta-menu-wrap--second-tier .jxta-menu-list {
  display: block;
  margin: 30px 0; }
#jxta-global-header.mobile .jxta-menu-wrap--second-tier .jxta-menu-list .menu-item-has-children:before {
  content: '+';
  top: -4px;
  right: 0rem;
  font-size: 30px;
  color: #fff;
  position: absolute;
  transition: all 0.3s ease; }
#jxta-global-header.mobile .jxta-menu-wrap--second-tier .jxta-menu-list .menu-item-has-children.active:before {
  transform: rotate(-45deg);
  content: '+'; }
#jxta-global-header.mobile .jxta-menu-wrap--second-tier .jxta-menu-list .menu-item-has-children .sub-menu {
  top: 0;
  padding: 0 0 0 3rem;
  position: relative;
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }
#jxta-global-header.mobile .header-menu-wrap {
  height: 80px; }
#jxta-global-header.mobile .jxta-logo {
  width: 101px;
  height: 42px; }
#jxta-global-header.mobile .logo-link {
  display: none; }
#jxta-global-header.mobile .logo-link-mobile {
  display: block; }
#jxta-global-header.mobile.open {
  visibility: visible;
  opacity: 1;
  z-index: 1; }

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6A6A6A; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #6A6A6A; }

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #6A6A6A; }

input:-moz-placeholder {
  /* Firefox 18- */
  color: #6A6A6A; }

#global-footer .logo-link-mobile {
  display: none; }
#global-footer .footer-newsletter {
  background: #D20A1E;
  color: #FFFFFF; }
#global-footer .footer-newsletter .footer-newsletter__inner {
  font-family: 'AvenirLT-Book';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 6.5rem 7rem;
  max-width: 82rem;
  margin: 0 auto; }
@media screen and (max-width: 782px) {
  #global-footer .footer-newsletter .footer-newsletter__inner {
    max-width: 100%;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  #global-footer .footer-newsletter .footer-newsletter__inner .footer-newsletter__form {
    margin-top: 20px; } }
@media screen and (max-width: 480px) {
  #global-footer .footer-newsletter .footer-newsletter__inner {
    padding: 6.5rem 2.5rem; } }
#global-footer .footer-newsletter .footer-newsletter__title {
  font-family: 'Archivo Black', sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 2.1px;
  padding-bottom: 2.2rem; }
#global-footer .footer-newsletter .footer-newsletter__title:after {
  background-color: #FFFFFF; }
#global-footer .footer-newsletter .footer-newsletter__form {
  position: relative;
  max-width: 330px;
  width: 100%;
  display: inline-block; }
#global-footer .footer-newsletter .footer-newsletter__form .form__title {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 1.1rem;
  letter-spacing: 1.6px; }
#global-footer .footer-newsletter .footer-newsletter__form #newsletter-ln {
  max-width: 390px !important;
  width: 100% !important;
  margin-bottom: 10px !important; }
#global-footer .footer-newsletter .footer-newsletter__form #newsletter-fn {
  max-width: 390px !important;
  width: 100% !important;
  margin-bottom: 10px !important; }
#global-footer .footer-newsletter .footer-newsletter__form input {
  font-family: 'AvenirLT-Book';
  font-size: 1.5rem;
  appearance: none;
  max-width: 330px;
  float: left;
  width: calc(100% - 80px);
  background: #fff;
  border: none;
  padding: 3px 1.5rem 0;
  color: #6A6A6A;
  height: 40px;
  -webkit-border-radius: 0;
  border-radius: 0; }
#global-footer .footer-newsletter .footer-newsletter__form button {
  float: left;
  width: 80px;
  height: 40px;
  background: #212529;
  position: relative;
  border: 0; }
#global-footer .footer-newsletter .footer-newsletter__form button .arrow {
  display: block;
  position: absolute;
  left: 68%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 14px;
  transition: all 0.3s ease; }
#global-footer .footer-newsletter .footer-newsletter__form button .arrow svg {
  width: 100%; }
#global-footer .footer-newsletter .footer-newsletter__form button .arrow svg polyline {
  stroke: #fff; }
#global-footer .footer-newsletter .footer-newsletter__form button .arrow:before {
  content: ' ';
  display: block;
  width: 34px;
  right: 3px;
  height: 3px;
  top: 5px;
  background-color: #fff;
  position: absolute;
  transition: all 0.3s ease; }
#global-footer .footer-newsletter .msg {
  position: absolute;
  bottom: -36px; }
#global-footer .footer-menu {
  background: #FFFFFF;
  padding: 5rem 7rem; }
#global-footer .footer-menu .footer-menu__inner {
  font-family: 'AvenirLT-Book';
  font-size: 1.5rem;
  line-height: 1.6;
  color: #656565;
  max-width: 120rem;
  margin: 0 auto;
  -ms-flex-pack: distribute;
  justify-content: space-evenly;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
#global-footer .footer-menu .footer-menu__inner a {
  transition: all 0.3s ease; }
#global-footer .footer-menu .footer-menu__inner a:hover, #global-footer .footer-menu .footer-menu__inner a:focus {
  color: #D20A1E; }
#global-footer .footer-menu .footer-menu__inner .footer-title {
  font-family: 'Archivo Black', sans-serif;
  color: #000;
  margin-bottom: 1.3rem;
  letter-spacing: 1.6px; }
#global-footer .footer-menu .footer-menu__inner .footer-menu-item {
  margin-bottom: 4.2rem; }
#global-footer .footer-menu .footer-menu__inner .footer-menu-item a {
  display: block;
  padding: 2px 0px; }
#global-footer .footer-menu .footer-menu__inner .jxta-address {
  margin-bottom: 3rem; }
#global-footer .footer-menu .footer-menu__inner .jxta-logo {
  margin-bottom: 4.9rem;
  max-width: 160px; }
#global-footer .footer-menu .footer-menu__inner .jxta-social-links .social-link {
  display: inline-block;
  width: 2.8rem;
  margin-right: .5rem; }
#global-footer .footer-menu .footer-menu__inner .jxta-social-links .social-link path {
  transition: all 0.3s ease; }
#global-footer .footer-menu .footer-menu__inner .jxta-social-links .social-link:hover path, #global-footer .footer-menu .footer-menu__inner .jxta-social-links .social-link:focus path {
  fill: #D20A1E; }
#global-footer .footer-menu .footer-menu__inner .column-far-left {
  width: 22rem; }
#global-footer .footer-menu .footer-menu__inner .column-mid-left {
  width: 22rem; }
#global-footer .footer-menu .footer-menu__inner .column-mid-right {
  width: 22rem; }
#global-footer .footer-menu .footer-menu__inner .column-far-right {
  width: 22rem; }
@media screen and (max-width: 1085px) {
  #global-footer .footer-menu .footer-menu__inner {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  #global-footer .footer-menu .footer-menu__inner .column-far-left {
    width: 33%; }
  #global-footer .footer-menu .footer-menu__inner .column-mid-left {
    width: 33%; }
  #global-footer .footer-menu .footer-menu__inner .column-mid-right {
    width: 33%; }
  #global-footer .footer-menu .footer-menu__inner .column-far-right {
    width: 100%; } }
@media screen and (max-width: 853px) {
  #global-footer .footer-menu .footer-menu__inner .column-far-left {
    width: 50%; }
  #global-footer .footer-menu .footer-menu__inner .column-mid-left {
    width: 50%; }
  #global-footer .footer-menu .footer-menu__inner .column-mid-right {
    width: 50%; }
  #global-footer .footer-menu .footer-menu__inner .column-far-right {
    width: 50%; } }
@media screen and (max-width: 660px) {
  #global-footer .footer-menu .footer-menu__inner .column-far-left {
    width: 100%; }
  #global-footer .footer-menu .footer-menu__inner .column-mid-left {
    width: 100%; }
  #global-footer .footer-menu .footer-menu__inner .column-mid-right {
    width: 100%; }
  #global-footer .footer-menu .footer-menu__inner .column-far-right {
    width: 100%; } }
@media screen and (max-width: 480px) {
  #global-footer .footer-menu {
    padding: 5rem 25px; } }

.jxta-link-style, .jxta-cta, .jxta-cta--primary, .jxta-cta--secondary, .jxta-cta--disabled {
  font-size: 1.5rem;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: .1em; }

.jxta-btn, .jxta-btn--primary, .jxta-btn--secondary, .jxta-btn--white, .jxta-btn--disabled {
  transition: background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  position: relative;
  padding: 1rem 1.5rem 1rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  display: inline-block;
  font-family: 'Archivo Black', sans-serif; }

.jxta-btn--primary {
  border: 0.3rem solid #D20A1E;
  color: #D20A1E; }
.jxta-btn--primary:hover, .jxta-btn--primary:focus {
  color: #FFFFFF;
  background: #D20A1E; }
.jxta-btn--primary.marg-top-20 {
  margin-top: 20px; }

.jxta-btn--secondary {
  border: 0.3rem solid #212529;
  color: #212529; }
.jxta-btn--secondary:hover, .jxta-btn--secondary:focus {
  color: #FFFFFF;
  background: #212529; }

.jxta-btn--white {
  border: 0.3rem solid #FFFFFF;
  color: #FFFFFF; }
.jxta-btn--white:hover, .jxta-btn--white:focus {
  color: #D20A1E;
  background: #FFFFFF; }

.jxta-btn--disabled {
  border: 0.3rem solid #6A6A6A;
  cursor: auto;
  pointer-events: none;
  color: #6A6A6A;
  background: #FFFFFF; }
.jxta-btn--disabled:hover, .jxta-btn--disabled:focus {
  color: #FFFFFF;
  background: #6A6A6A; }

.jxta-cta, .jxta-cta--primary, .jxta-cta--secondary, .jxta-cta--disabled {
  position: relative;
  padding-bottom: 1.2rem;
  margin-right: 45px;
  display: inline-block;
  font-weight: normal; }
.jxta-cta .arrow, .jxta-cta--primary .arrow, .jxta-cta--secondary .arrow, .jxta-cta--disabled .arrow {
  display: block;
  position: absolute;
  right: -44px;
  top: 4px;
  width: 9px;
  height: 14px;
  transition: all 0.3s ease; }
.jxta-cta .arrow svg, .jxta-cta--primary .arrow svg, .jxta-cta--secondary .arrow svg, .jxta-cta--disabled .arrow svg {
  width: 100%; }
.jxta-cta .arrow:before, .jxta-cta--primary .arrow:before, .jxta-cta--secondary .arrow:before, .jxta-cta--disabled .arrow:before {
  content: ' ';
  display: block;
  width: 21px;
  right: 3px;
  height: 3px;
  top: 5px;
  background-color: #d20a1d;
  position: absolute;
  transition: all 0.3s ease; }
.jxta-cta:hover:hover .arrow, .jxta-cta--primary:hover:hover .arrow, .jxta-cta--secondary:hover:hover .arrow, .jxta-cta--disabled:hover:hover .arrow, .jxta-cta:hover:focus .arrow, .jxta-cta--primary:hover:focus .arrow, .jxta-cta--secondary:hover:focus .arrow, .jxta-cta--disabled:hover:focus .arrow, .jxta-cta:focus:hover .arrow, .jxta-cta--primary:focus:hover .arrow, .jxta-cta--secondary:focus:hover .arrow, .jxta-cta--disabled:focus:hover .arrow, .jxta-cta:focus:focus .arrow, .jxta-cta--primary:focus:focus .arrow, .jxta-cta--secondary:focus:focus .arrow, .jxta-cta--disabled:focus:focus .arrow {
  right: -54px; }
.jxta-cta:hover:hover .arrow:before, .jxta-cta--primary:hover:hover .arrow:before, .jxta-cta--secondary:hover:hover .arrow:before, .jxta-cta--disabled:hover:hover .arrow:before, .jxta-cta:hover:focus .arrow:before, .jxta-cta--primary:hover:focus .arrow:before, .jxta-cta--secondary:hover:focus .arrow:before, .jxta-cta--disabled:hover:focus .arrow:before, .jxta-cta:focus:hover .arrow:before, .jxta-cta--primary:focus:hover .arrow:before, .jxta-cta--secondary:focus:hover .arrow:before, .jxta-cta--disabled:focus:hover .arrow:before, .jxta-cta:focus:focus .arrow:before, .jxta-cta--primary:focus:focus .arrow:before, .jxta-cta--secondary:focus:focus .arrow:before, .jxta-cta--disabled:focus:focus .arrow:before {
  width: 31px; }

.jxta-cta--primary {
  color: #D20A1E;
  font-family: 'Archivo Black', sans-serif; }
.jxta-cta--primary:after {
  background-color: #D20A1E; }

.jxta-cta--secondary {
  font-family: 'Archivo Black', sans-serif; }
.jxta-cta--secondary:after {
  background-color: #212529; }

.jxta-cta--disabled {
  pointer-events: none;
  cursor: auto; }
.jxta-cta--disabled:after {
  background-color: #6A6A6A; }

.jxta-divider {
  height: 0.3rem;
  margin: 2.5rem auto; }
.jxta-divider.red-line {
  background-color: #D20A1E; }
.jxta-divider.black-line {
  background-color: #212529; }
.jxta-divider.grey-line {
  background-color: #6A6A6A; }
.jxta-divider.white-line {
  background-color: #FFFFFF; }
.jxta-divider.long-line {
  width: 15rem; }
.jxta-divider.med-line {
  width: 10rem; }
.jxta-divider.short-line {
  width: 5rem; }

.jxta-component.jxta-component--hero.full-screen .jxta-component__inner {
  background: #000000; }
.jxta-component.jxta-component--hero.full-screen .jxta-component__inner .hero-wrap {
  background: #000000;
  position: relative;
  overflow: hidden;
  height: 82vh;
  max-height: 600px; }
.jxta-component.jxta-component--hero.full-screen .jxta-component__inner .hero-wrap.bottom-gap {
  padding-bottom: 20px; }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--hero.full-screen .jxta-component__inner .hero-wrap {
    height: 59vh;
    max-height: 600px; } }
.jxta-component.jxta-component--hero.full-screen .jxta-component__inner .hero-wrap.video {
  height: 82vh;
  max-height: 56.5vw; }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--hero.full-screen .jxta-component__inner .hero-wrap.video {
    height: 56.5vh;
    max-height: 600px; } }
@media screen and (min-width: 1051px) {
  .jxta-component.jxta-component--hero.full-screen .jxta-component__inner .hero-wrap.video {
    height: 50vw;
    max-height: 680px; } }
.jxta-component.jxta-component--hero.full-screen .jxta-component__inner .video--embed {
  display: none; }
@media screen and (min-width: 901px) {
  .jxta-component.jxta-component--hero.full-screen .jxta-component__inner .video--embed {
    display: block;
    position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    opacity: 0;
    transition: all 0.3s ease; }
  .jxta-component.jxta-component--hero.full-screen .jxta-component__inner .video--embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .jxta-component.jxta-component--hero.full-screen .jxta-component__inner .video--embed.active {
    opacity: 1; } }
.jxta-component.jxta-component--hero.full-screen .jxta-component__inner .video-overlay-content {
  font-weight: bold;
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%; }
.jxta-component.jxta-component--hero.full-screen .jxta-component__inner .video--overlay {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  opacity: 1;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  max-height: 600px;
  padding-bottom: 56.25%; }
.jxta-component.jxta-component--hero.full-screen .jxta-component__inner .video--overlay img {
  visibility: hidden;
  opacity: 0; }
.jxta-component.jxta-component--hero.full-screen .jxta-component__inner .video--overlay.hide {
  opacity: 1 !important; }
@media screen and (min-width: 901px) {
  .jxta-component.jxta-component--hero.full-screen .jxta-component__inner .video--overlay.hide {
    opacity: 0 !important; } }
.jxta-component.jxta-component--hero.full-screen .jxta-component__inner .video--overlay.animated-out {
  z-index: 2 !important; }
@media screen and (min-width: 901px) {
  .jxta-component.jxta-component--hero.full-screen .jxta-component__inner .video--overlay.animated-out {
    z-index: -1 !important; } }
@media screen and (min-width: 901px) {
  .jxta-component.jxta-component--hero.full-screen .jxta-component__inner .video--overlay {
    position: absolute;
    opacity: 1; } }
.jxta-component.jxta-component--hero.full-screen .jxta-component__inner .hero__title {
  position: absolute;
  z-index: 24;
  top: 47%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 4px;
  font-family: 'Archivo Black', sans-serif; }
@media screen and (max-width: 670px) {
  .jxta-component.jxta-component--hero.full-screen .jxta-component__inner .hero__title {
    font-size: 8.5vw;
    top: calc(50% + 4rem);
    letter-spacing: 1px; } }
.jxta-component.jxta-component--hero.full-screen .jxta-component__inner .mobile--image {
  height: 100%; }
.jxta-component.jxta-component--hero.full-screen .jxta-component__inner .hero-image {
  position: relative;
  z-index: 1;
  display: block;
  height: 100%; }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--hero.full-screen .jxta-component__inner .hero-image {
    display: none; } }
.jxta-component.jxta-component--hero.full-screen .jxta-component__inner .hero-desc {
  position: relative;
  z-index: 2;
  font-family: 'AvenirLT-Book';
  color: #6A6A6A;
  background: #FFFFFF;
  max-width: 62rem;
  padding: 5rem 7.5rem;
  margin: -10rem auto 0;
  text-align: center;
  z-index: 99; }
.jxta-component.jxta-component--hero.full-screen .jxta-component__inner .hero-desc .hero__cta {
  display: inline-block;
  margin-top: 3.5rem;
  font-family: 'Archivo Black', sans-serif; }
@media screen and (max-width: 670px) {
  .jxta-component.jxta-component--hero.full-screen .jxta-component__inner .hero-desc {
    margin: -6rem 20px 0;
    padding: 5rem 2rem; } }
.jxta-component.jxta-component--hero.full-screen .jxta-component__inner .mobile--image {
  display: none;
  position: relative; }
.jxta-component.jxta-component--hero.full-screen .jxta-component__inner .mobile--image .hero__title {
  position: absolute;
  z-index: 4;
  top: 50%;
  max-width: 62rem;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  text-align: center; }
@media screen and (max-width: 670px) {
  .jxta-component.jxta-component--hero.full-screen .jxta-component__inner .mobile--image .hero__title {
    font-size: 8.5vw;
    top: calc(50% - 4rem);
    padding: 5rem 2rem; } }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--hero.full-screen .jxta-component__inner .mobile--image {
    display: block; } }

.jxta-component.jxta-component--hero.title-only .jxta-component__inner .hero-wrap {
  background: #FFFFFF;
  padding: 9rem 0; }
.jxta-component.jxta-component--hero.title-only .jxta-component__inner .hero-wrap .hero__title {
  max-width: 62rem;
  margin: 0 auto;
  text-align: center; }
@media screen and (max-width: 580px) {
  .jxta-component.jxta-component--hero.title-only .jxta-component__inner .hero-wrap .hero__title {
    font-size: 4.5rem; } }
.jxta-component.jxta-component--hero.title-only .jxta-component__inner .hero-wrap .hero__desc {
  padding-top: 20px;
  font-family: 'AvenirLT-Book';
  color: #656565;
  line-height: 2.9rem;
  font-size: 1.9rem;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px; }

.jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap {
  display: grid;
  display: -ms-grid;
  grid-template-columns: [left] 45% [right] 55%;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  width: 100%;
  min-height: 536px; }
.jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .col-left {
  width: 43%; }
.jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .col-right {
  width: 57%; }
.jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap.wider .col-left {
  width: 33%; }
.jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap.wider .col-right {
  width: 67%; }
.jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap.fifty-fifty .col-left {
  width: 50%; }
.jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap.fifty-fifty .col-right {
  width: 50%; }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap {
    grid-template-columns: 100%;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .col-left {
    width: 100%; }
  .jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .col-right {
    width: 100%; }
  .jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap.wider .col-left {
    width: 100%; }
  .jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap.wider .col-right {
    width: 100%; }
  .jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap.fifty-fifty .col-left {
    width: 100%; }
  .jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap.fifty-fifty .col-right {
    width: 100%; } }
.jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .hero__legal {
  padding-top: 20px;
  font-size: 12px;
  color: black;
  font-family: 'AvenirLT-Book';
  line-height: 1.2; }
.jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .subtitle {
  display: block;
  font-family: 'Archivo Black', sans-serif;
  padding-bottom: 20px;
  text-transform: uppercase; }
.jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .hero__title {
  font-family: 'Archivo Black', sans-serif;
  font-weight: normal;
  font-size: 4rem;
  max-width: 62rem;
  margin: 0 auto 36px;
  text-align: left;
  display: inline-block;
  padding-bottom: 26px;
  padding-right: 30px; }
.jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .hero__title:after {
  background-color: #D20A1E; }
@media screen and (max-width: 1160px) {
  .jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .hero__title {
    font-size: 3.5vw; } }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .hero__title {
    font-size: 2.8rem;
    border-bottom: 0px solid #D20A1E;
    padding-right: 0px; } }
@media screen and (max-width: 360px) {
  .jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .hero__title {
    font-size: 7.8vw; } }
.jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .hero__desc {
  font-family: 'AvenirLT-Book';
  color: #656565;
  line-height: 2.9rem;
  font-size: 1.9rem;
  max-width: 420px; }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .hero__desc {
    max-width: 100%; } }
.jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .jxta-divider {
  display: none; }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .jxta-divider {
    display: block;
    margin: 2.6rem 0; } }
.jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .col-left {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 536px; }
.jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .col-left .col-left__inner {
  padding: 90px 30px;
  width: 100%;
  max-width: 500px; }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .col-left {
    justify-content: left;
    min-height: auto; }
  .jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .col-left .col-left__inner {
    padding: 40px 30px;
    width: 100%;
    max-width: 678%; } }
.jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .col-right {
  width: 55%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  min-height: 536px; }
.jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .col-right .mobile-image {
  display: none; }
.jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .col-right .mobile-image img {
  width: 100%;
  display: block;
  height: auto; }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .col-right {
    min-height: auto;
    background-image: none !important; }
  .jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .col-right .mobile-image {
    display: block; } }
@media screen and (max-width: 1100px) {
  .jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .col-left {
    width: 50%; }
  .jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .col-right {
    width: 50%; } }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap {
    min-height: auto; }
  .jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .col-left {
    width: 100%; }
  .jxta-component.jxta-component--hero.two-column .jxta-component__inner .hero-wrap .col-right {
    width: 100%; } }

.jxta-images-hero {
  height: 100%;
  overflow: hidden; }
.jxta-images-hero .flickity-viewport {
  height: 100%;
  overflow: visible;
  min-height: 536px; }
.jxta-images-hero .image-cover {
  background-size: cover;
  height: 100%;
  width: 100%; }
@media screen and (max-width: 900px) {
  .jxta-images-hero {
    height: 71vw; }
  .jxta-images-hero .flickity-viewport {
    position: initial;
    min-height: auto; } }

.background-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.3+0,0.6+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#99000000',GradientType=0 );
  /* IE6-9 */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 22; }

.jxta-component.jxta-component--body-copy .jxta-component__inner {
  padding: 17.5rem 0; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap {
  display: grid;
  display: -ms-grid;
  grid-template-columns: [left] 43% [right] 57%;
  margin-left: auto;
  margin-right: auto;
  max-width: 144rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  width: 100%;
  padding: 0 14rem; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.wider {
  display: grid;
  display: -ms-grid;
  grid-template-columns: [left] 33% [right] 67%;
  margin-left: auto;
  margin-right: auto;
  max-width: 144rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  width: 100%; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.wider .col-left {
  width: 43%; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.wider .col-right {
  width: 57%; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.wider.wider .col-left {
  width: 33%; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.wider.wider .col-right {
  width: 67%; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.wider.fifty-fifty .col-left {
  width: 50%; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.wider.fifty-fifty .col-right {
  width: 50%; }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.wider {
    grid-template-columns: 100%;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.wider .col-left {
    width: 100%; }
  .jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.wider .col-right {
    width: 100%; }
  .jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.wider.wider .col-left {
    width: 100%; }
  .jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.wider.wider .col-right {
    width: 100%; }
  .jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.wider.fifty-fifty .col-left {
    width: 100%; }
  .jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.wider.fifty-fifty .col-right {
    width: 100%; } }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.wider .copy__title {
  max-width: 24rem; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap .col-left {
  width: 43%; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap .col-right {
  width: 57%; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.wider .col-left {
  width: 33%; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.wider .col-right {
  width: 67%; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.fifty-fifty .col-left {
  width: 50%; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.fifty-fifty .col-right {
  width: 50%; }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap {
    grid-template-columns: 100%;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap .col-left {
    width: 100%; }
  .jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap .col-right {
    width: 100%; }
  .jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.wider .col-left {
    width: 100%; }
  .jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.wider .col-right {
    width: 100%; }
  .jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.fifty-fifty .col-left {
    width: 100%; }
  .jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap.fifty-fifty .col-right {
    width: 100%; } }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap .copy__title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.8rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
  max-width: 32rem;
  margin-bottom: 30px;
  display: inline-flex; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap .copy__title:after {
  background-color: #000000; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap .secondary__title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.8rem;
  padding-bottom: 1.5rem;
  font-weight: 500; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap .copy__body {
  font-family: 'AvenirLT-Book';
  color: #656565;
  margin-bottom: 30px;
  font-size: 1.9rem;
  line-height: 2.9rem; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap .copy__body ul, .jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap .copy__body li {
  list-style-type: disc; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap .copy__body ul {
  margin-left: 18px;
  margin-bottom: 30px; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap .copy__body li {
  margin-bottom: 15px; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap .copy__body strong {
  letter-spacing: 1px;
  font-family: AvenirLT-Black; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap .copy__cta {
  margin-top: 4rem;
  font-family: 'Archivo Black', sans-serif; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap .col-left .copy__body {
  max-width: 345px; }
.jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap .col-right .copy__body {
  max-width: none; }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--body-copy .jxta-component__inner {
    padding: 8rem 0; }
  .jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap {
    padding: 0 7rem; }
  .jxta-component.jxta-component--body-copy .jxta-component__inner .copy__title {
    margin-bottom: 25px; } }
@media screen and (max-width: 480px) {
  .jxta-component.jxta-component--body-copy .jxta-component__inner {
    padding: 8rem 0; }
  .jxta-component.jxta-component--body-copy .jxta-component__inner .copy-wrap {
    padding: 0 25px; } }

.jxta-component.jxta-component--body-copy.grey .jxta-component__inner {
  background: #ECECEC; }

.jxta-component.jxta-component--body-copy.black .jxta-component__inner, .jxta-component.jxta-component--body-copy.jxta-link-style .jxta-component__inner, .jxta-component.jxta-component--body-copy.jxta-cta .jxta-component__inner, .jxta-component.jxta-component--body-copy.jxta-cta--primary .jxta-component__inner, .jxta-component.jxta-component--body-copy.jxta-cta--secondary .jxta-component__inner, .jxta-component.jxta-component--body-copy.jxta-cta--disabled .jxta-component__inner {
  background: black; }
.jxta-component.jxta-component--body-copy.black .jxta-component__inner .copy__title, .jxta-component.jxta-component--body-copy.jxta-link-style .jxta-component__inner .copy__title, .jxta-component.jxta-component--body-copy.jxta-cta .jxta-component__inner .copy__title, .jxta-component.jxta-component--body-copy.jxta-cta--primary .jxta-component__inner .copy__title, .jxta-component.jxta-component--body-copy.jxta-cta--secondary .jxta-component__inner .copy__title, .jxta-component.jxta-component--body-copy.jxta-cta--disabled .jxta-component__inner .copy__title {
  color: #FFFFFF; }
.jxta-component.jxta-component--body-copy.black .jxta-component__inner .copy__title:after, .jxta-component.jxta-component--body-copy.jxta-link-style .jxta-component__inner .copy__title:after, .jxta-component.jxta-component--body-copy.jxta-cta .jxta-component__inner .copy__title:after, .jxta-component.jxta-component--body-copy.jxta-cta--primary .jxta-component__inner .copy__title:after, .jxta-component.jxta-component--body-copy.jxta-cta--secondary .jxta-component__inner .copy__title:after, .jxta-component.jxta-component--body-copy.jxta-cta--disabled .jxta-component__inner .copy__title:after {
  background-color: #FFFFFF; }
.jxta-component.jxta-component--body-copy.black .jxta-component__inner .secondary__title, .jxta-component.jxta-component--body-copy.jxta-link-style .jxta-component__inner .secondary__title, .jxta-component.jxta-component--body-copy.jxta-cta .jxta-component__inner .secondary__title, .jxta-component.jxta-component--body-copy.jxta-cta--primary .jxta-component__inner .secondary__title, .jxta-component.jxta-component--body-copy.jxta-cta--secondary .jxta-component__inner .secondary__title, .jxta-component.jxta-component--body-copy.jxta-cta--disabled .jxta-component__inner .secondary__title {
  color: #FFFFFF; }
.jxta-component.jxta-component--body-copy.black .jxta-component__inner .copy__body, .jxta-component.jxta-component--body-copy.jxta-link-style .jxta-component__inner .copy__body, .jxta-component.jxta-component--body-copy.jxta-cta .jxta-component__inner .copy__body, .jxta-component.jxta-component--body-copy.jxta-cta--primary .jxta-component__inner .copy__body, .jxta-component.jxta-component--body-copy.jxta-cta--secondary .jxta-component__inner .copy__body, .jxta-component.jxta-component--body-copy.jxta-cta--disabled .jxta-component__inner .copy__body {
  color: #FFFFFF; }

.jxta-component.jxta-component--body-copy.white .jxta-component__inner {
  background: #FFFFFF; }

.jxta-component.jxta-component--body-copy.red .jxta-component__inner {
  background: #D20A1E; }
.jxta-component.jxta-component--body-copy.red .jxta-component__inner .copy__title {
  color: #FFFFFF; }
.jxta-component.jxta-component--body-copy.red .jxta-component__inner .copy__title:after {
  background-color: #FFFFFF; }
.jxta-component.jxta-component--body-copy.red .jxta-component__inner .secondary__title {
  color: #FFFFFF; }
.jxta-component.jxta-component--body-copy.red .jxta-component__inner .copy__body {
  color: #FFFFFF; }

.jxta-component.jxta-component--text_and_image .jxta-component__inner {
  padding: 9rem 0; }
.jxta-component.jxta-component--text_and_image .jxta-component__inner.black, .jxta-component.jxta-component--text_and_image .jxta-component__inner.jxta-link-style, .jxta-component.jxta-component--text_and_image .jxta-component__inner.jxta-cta, .jxta-component.jxta-component--text_and_image .jxta-component__inner.jxta-cta--primary, .jxta-component.jxta-component--text_and_image .jxta-component__inner.jxta-cta--secondary, .jxta-component.jxta-component--text_and_image .jxta-component__inner.jxta-cta--disabled, .jxta-component.jxta-component--text_and_image .jxta-component__inner.red {
  background: #000;
  color: white; }
.jxta-component.jxta-component--text_and_image .jxta-component__inner.black .copy-wrap .copy__title:after, .jxta-component.jxta-component--text_and_image .jxta-component__inner.jxta-link-style .copy-wrap .copy__title:after, .jxta-component.jxta-component--text_and_image .jxta-component__inner.jxta-cta .copy-wrap .copy__title:after, .jxta-component.jxta-component--text_and_image .jxta-component__inner.jxta-cta--primary .copy-wrap .copy__title:after, .jxta-component.jxta-component--text_and_image .jxta-component__inner.jxta-cta--secondary .copy-wrap .copy__title:after, .jxta-component.jxta-component--text_and_image .jxta-component__inner.jxta-cta--disabled .copy-wrap .copy__title:after, .jxta-component.jxta-component--text_and_image .jxta-component__inner.red .copy-wrap .copy__title:after {
  background-color: #FFFFFF; }
.jxta-component.jxta-component--text_and_image .jxta-component__inner.black .copy-wrap .copy__body, .jxta-component.jxta-component--text_and_image .jxta-component__inner.jxta-link-style .copy-wrap .copy__body, .jxta-component.jxta-component--text_and_image .jxta-component__inner.jxta-cta .copy-wrap .copy__body, .jxta-component.jxta-component--text_and_image .jxta-component__inner.jxta-cta--primary .copy-wrap .copy__body, .jxta-component.jxta-component--text_and_image .jxta-component__inner.jxta-cta--secondary .copy-wrap .copy__body, .jxta-component.jxta-component--text_and_image .jxta-component__inner.jxta-cta--disabled .copy-wrap .copy__body, .jxta-component.jxta-component--text_and_image .jxta-component__inner.red .copy-wrap .copy__body {
  color: #fff; }
.jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap {
  display: grid;
  display: -ms-grid;
  grid-template-columns: [left] 50% [right] 50%;
  margin-left: auto;
  margin-right: auto;
  max-width: 144rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  width: 100%;
  padding: 0 14rem; }
.jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap.reverse {
  direction: rtl; }
.jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap.reverse .col-left {
  direction: ltr;
  padding: 0 0 0 10rem; }
.jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap.reverse .col-left .copy__body {
  max-width: 100%; }
.jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap.reverse .flickity-page-dots {
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: row-reverse; }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap.reverse .flickity-page-dots {
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row; } }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap.reverse {
    direction: ltr; }
  .jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap.reverse .col-left {
    direction: ltr;
    padding: 0 0 0 0; }
  .jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap.reverse .col-left .copy__body {
    max-width: 100%; } }
.jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap .col-left {
  width: 43%; }
.jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap .col-right {
  width: 57%; }
.jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap.wider .col-left {
  width: 33%; }
.jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap.wider .col-right {
  width: 67%; }
.jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap.fifty-fifty .col-left {
  width: 50%; }
.jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap.fifty-fifty .col-right {
  width: 50%; }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap {
    grid-template-columns: 100%;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap .col-left {
    width: 100%; }
  .jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap .col-right {
    width: 100%; }
  .jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap.wider .col-left {
    width: 100%; }
  .jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap.wider .col-right {
    width: 100%; }
  .jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap.fifty-fifty .col-left {
    width: 100%; }
  .jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap.fifty-fifty .col-right {
    width: 100%; } }
.jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap .copy__title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.8rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
  max-width: 32rem;
  margin-bottom: 30px;
  display: inline-flex; }
.jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap .copy__title:after {
  background-color: #000000; }
.jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap .sub_title {
  font-size: 16px;
  letter-spacing: 1px;
  font-family: 'Archivo Black', sans-serif;
  line-height: 23px;
  margin-bottom: 15px; }
.jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap .copy__body {
  font-family: 'AvenirLT-Book';
  color: #656565;
  margin-bottom: 30px;
  font-size: 1.9rem;
  line-height: 2.9rem;
  max-width: 510px;
  padding-right: 30px; }
.jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap .copy__cta {
  font-family: 'Archivo Black', sans-serif;
  margin-top: 4rem; }
.jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap .col-right img {
  width: 100%;
  height: auto; }
.jxta-component.jxta-component--text_and_image .jxta-component__inner .jxta-btn, .jxta-component.jxta-component--text_and_image .jxta-component__inner .jxta-btn--primary, .jxta-component.jxta-component--text_and_image .jxta-component__inner .jxta-btn--secondary, .jxta-component.jxta-component--text_and_image .jxta-component__inner .jxta-btn--white, .jxta-component.jxta-component--text_and_image .jxta-component__inner .jxta-btn--disabled {
  font-family: 'Archivo Black', sans-serif; }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--text_and_image .jxta-component__inner {
    padding: 8rem 0; }
  .jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap {
    padding: 0 7rem; }
  .jxta-component.jxta-component--text_and_image .jxta-component__inner .copy__title {
    margin-bottom: 25px; }
  .jxta-component.jxta-component--text_and_image .jxta-component__inner .jxta-btn, .jxta-component.jxta-component--text_and_image .jxta-component__inner .jxta-btn--primary, .jxta-component.jxta-component--text_and_image .jxta-component__inner .jxta-btn--secondary, .jxta-component.jxta-component--text_and_image .jxta-component__inner .jxta-btn--white, .jxta-component.jxta-component--text_and_image .jxta-component__inner .jxta-btn--disabled {
    margin-bottom: 40px; } }
@media screen and (max-width: 480px) {
  .jxta-component.jxta-component--text_and_image .jxta-component__inner {
    padding: 8rem 0; }
  .jxta-component.jxta-component--text_and_image .jxta-component__inner .copy-wrap {
    padding: 0 25px; } }
.jxta-component.jxta-component--text_and_image .jxta-component__inner.grey {
  background: #ECECEC; }
.jxta-component.jxta-component--text_and_image .jxta-component__inner.black, .jxta-component.jxta-component--text_and_image .jxta-component__inner.jxta-link-style, .jxta-component.jxta-component--text_and_image .jxta-component__inner.jxta-cta, .jxta-component.jxta-component--text_and_image .jxta-component__inner.jxta-cta--primary, .jxta-component.jxta-component--text_and_image .jxta-component__inner.jxta-cta--secondary, .jxta-component.jxta-component--text_and_image .jxta-component__inner.jxta-cta--disabled {
  background: black; }
.jxta-component.jxta-component--text_and_image .jxta-component__inner.white {
  background: #FFFFFF; }
.jxta-component.jxta-component--text_and_image .jxta-component__inner.red {
  background: #D20A1E; }

.jxta-component.jxta-component--form-module .jxta-component__inner {
  padding: 17.5rem 0; }
.jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap {
  display: grid;
  display: -ms-grid;
  grid-template-columns: [left] 43% [right] 57%;
  margin-left: auto;
  margin-right: auto;
  max-width: 144rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  width: 100%;
  padding: 0 14rem; }
.jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap .col-left {
  width: 43%; }
.jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap .col-right {
  width: 57%; }
.jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.wider .col-left {
  width: 33%; }
.jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.wider .col-right {
  width: 67%; }
.jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.fifty-fifty .col-left {
  width: 50%; }
.jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.fifty-fifty .col-right {
  width: 50%; }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap {
    grid-template-columns: 100%;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap .col-left {
    width: 100%; }
  .jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap .col-right {
    width: 100%; }
  .jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.wider .col-left {
    width: 100%; }
  .jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.wider .col-right {
    width: 100%; }
  .jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.fifty-fifty .col-left {
    width: 100%; }
  .jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.fifty-fifty .col-right {
    width: 100%; } }
.jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap .copy__title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.8rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
  max-width: 32rem;
  margin-bottom: 30px;
  margin-right: 30px;
  display: inline-flex; }
.jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap .copy__title:after {
  background-color: #000000; }
.jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap .copy__body {
  font-family: 'AvenirLT-Book';
  color: #656565;
  margin-bottom: 30px;
  font-size: 1.9rem;
  line-height: 2.9rem; }
.jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap .copy__cta {
  font-family: 'Archivo Black', sans-serif;
  margin-top: 4rem; }
.jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap .col-left .copy__body {
  max-width: 345px; }
.jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap .col-right .copy__body {
  max-width: none; }
.jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.wider {
  display: grid;
  display: -ms-grid;
  grid-template-columns: [left] 33% [right] 67%;
  margin-left: auto;
  margin-right: auto;
  max-width: 144rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  width: 100%; }
.jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.wider .col-left {
  width: 43%; }
.jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.wider .col-right {
  width: 57%; }
.jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.wider.wider .col-left {
  width: 33%; }
.jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.wider.wider .col-right {
  width: 67%; }
.jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.wider.fifty-fifty .col-left {
  width: 50%; }
.jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.wider.fifty-fifty .col-right {
  width: 50%; }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.wider {
    grid-template-columns: 100%;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.wider .col-left {
    width: 100%; }
  .jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.wider .col-right {
    width: 100%; }
  .jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.wider.wider .col-left {
    width: 100%; }
  .jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.wider.wider .col-right {
    width: 100%; }
  .jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.wider.fifty-fifty .col-left {
    width: 100%; }
  .jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.wider.fifty-fifty .col-right {
    width: 100%; } }
.jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap.wider .copy__title {
  max-width: 24rem; }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--form-module .jxta-component__inner {
    padding: 8rem 0; }
  .jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap {
    padding: 0 7rem; }
  .jxta-component.jxta-component--form-module .jxta-component__inner .copy__title {
    margin-bottom: 25px; } }
@media screen and (max-width: 480px) {
  .jxta-component.jxta-component--form-module .jxta-component__inner {
    padding: 8rem 0; }
  .jxta-component.jxta-component--form-module .jxta-component__inner .copy-wrap {
    padding: 0 25px; } }
.jxta-component.jxta-component--form-module .jxta-component__inner .donate__phone {
  max-width: 180px;
  width: 25%;
  float: left;
  padding-right: 25px;
  color: #fff;
  font-family: 'AvenirLT-Book';
  font-size: 15px; }
.jxta-component.jxta-component--form-module .jxta-component__inner .donate__phone .title {
  font-family: 'AvenirLT-Heavy'; }
@media screen and (max-width: 1100px) {
  .jxta-component.jxta-component--form-module .jxta-component__inner .donate__phone {
    max-width: none;
    width: 50%; } }
@media screen and (max-width: 500px) {
  .jxta-component.jxta-component--form-module .jxta-component__inner .donate__phone {
    max-width: none;
    width: 100%;
    padding-bottom: 25px; } }
.jxta-component.jxta-component--form-module .jxta-component__inner .donate__mail {
  max-width: 336px;
  width: 38%;
  float: left;
  padding-right: 25px;
  color: #fff;
  font-family: 'AvenirLT-Book';
  font-size: 15px; }
.jxta-component.jxta-component--form-module .jxta-component__inner .donate__mail .title {
  font-family: 'AvenirLT-Heavy'; }
@media screen and (max-width: 1100px) {
  .jxta-component.jxta-component--form-module .jxta-component__inner .donate__mail {
    max-width: none;
    width: 50%; } }
@media screen and (max-width: 500px) {
  .jxta-component.jxta-component--form-module .jxta-component__inner .donate__mail {
    max-width: none;
    width: 100%;
    padding-bottom: 25px; } }
.jxta-component.jxta-component--form-module .jxta-component__inner .donate__donationForm {
  max-width: 280px;
  width: 36%;
  float: left;
  color: #fff;
  font-size: 15px; }
.jxta-component.jxta-component--form-module .jxta-component__inner .donate__donationForm .title {
  font-family: 'AvenirLT-Heavy'; }
@media screen and (max-width: 1100px) {
  .jxta-component.jxta-component--form-module .jxta-component__inner .donate__donationForm {
    width: 100%;
    max-width: none; }
  .jxta-component.jxta-component--form-module .jxta-component__inner .donate__donationForm .copy__cta {
    margin-top: 2rem; } }

.jxta-component.jxta-component--form-module.grey .jxta-component__inner {
  background: #ECECEC; }

.jxta-component.jxta-component--form-module.black .jxta-component__inner, .jxta-component.jxta-component--form-module.jxta-link-style .jxta-component__inner, .jxta-component.jxta-component--form-module.jxta-cta .jxta-component__inner, .jxta-component.jxta-component--form-module.jxta-cta--primary .jxta-component__inner, .jxta-component.jxta-component--form-module.jxta-cta--secondary .jxta-component__inner, .jxta-component.jxta-component--form-module.jxta-cta--disabled .jxta-component__inner {
  background: black; }
.jxta-component.jxta-component--form-module.black .jxta-component__inner .copy__title, .jxta-component.jxta-component--form-module.jxta-link-style .jxta-component__inner .copy__title, .jxta-component.jxta-component--form-module.jxta-cta .jxta-component__inner .copy__title, .jxta-component.jxta-component--form-module.jxta-cta--primary .jxta-component__inner .copy__title, .jxta-component.jxta-component--form-module.jxta-cta--secondary .jxta-component__inner .copy__title, .jxta-component.jxta-component--form-module.jxta-cta--disabled .jxta-component__inner .copy__title {
  color: #FFFFFF; }
.jxta-component.jxta-component--form-module.black .jxta-component__inner .copy__title:after, .jxta-component.jxta-component--form-module.jxta-link-style .jxta-component__inner .copy__title:after, .jxta-component.jxta-component--form-module.jxta-cta .jxta-component__inner .copy__title:after, .jxta-component.jxta-component--form-module.jxta-cta--primary .jxta-component__inner .copy__title:after, .jxta-component.jxta-component--form-module.jxta-cta--secondary .jxta-component__inner .copy__title:after, .jxta-component.jxta-component--form-module.jxta-cta--disabled .jxta-component__inner .copy__title:after {
  background-color: #FFFFFF; }
.jxta-component.jxta-component--form-module.black .jxta-component__inner .copy__body, .jxta-component.jxta-component--form-module.jxta-link-style .jxta-component__inner .copy__body, .jxta-component.jxta-component--form-module.jxta-cta .jxta-component__inner .copy__body, .jxta-component.jxta-component--form-module.jxta-cta--primary .jxta-component__inner .copy__body, .jxta-component.jxta-component--form-module.jxta-cta--secondary .jxta-component__inner .copy__body, .jxta-component.jxta-component--form-module.jxta-cta--disabled .jxta-component__inner .copy__body {
  color: #FFFFFF; }

.jxta-component.jxta-component--form-module.white .jxta-component__inner {
  background: #FFFFFF; }

.jxta-component.jxta-component--form-module.red .jxta-component__inner {
  background: #D20A1E; }
.jxta-component.jxta-component--form-module.red .jxta-component__inner .copy__title {
  color: #FFFFFF; }
.jxta-component.jxta-component--form-module.red .jxta-component__inner .copy__title:after {
  background-color: #FFFFFF; }
.jxta-component.jxta-component--form-module.red .jxta-component__inner .copy__body {
  color: #FFFFFF; }

.jxta-component.jxta-component--pull-quote .jxta-component__inner {
  background: #000;
  padding: 16rem;
  color: white;
  font-family: 'AvenirLT-Book'; }
.jxta-component.jxta-component--pull-quote .jxta-component__inner .quote__content {
  font-size: 3.3rem;
  line-height: 1.3; }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--pull-quote .jxta-component__inner .quote__content {
    font-size: 2.3rem; } }
.jxta-component.jxta-component--pull-quote .jxta-component__inner .quote-mark {
  width: 31px;
  height: 29px;
  display: inline-block; }
.jxta-component.jxta-component--pull-quote .jxta-component__inner .quote-mark.before {
  margin-right: 20px; }
.jxta-component.jxta-component--pull-quote .jxta-component__inner .quote-mark.after {
  margin-left: 20px; }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--pull-quote .jxta-component__inner .quote-mark {
    width: 20px;
    height: 18px; }
  .jxta-component.jxta-component--pull-quote .jxta-component__inner .quote-mark.before {
    margin-right: 10px; }
  .jxta-component.jxta-component--pull-quote .jxta-component__inner .quote-mark.after {
    margin-left: 10px; } }
.jxta-component.jxta-component--pull-quote .jxta-component__inner .jxta-divider {
  margin: 3.5rem auto; }
.jxta-component.jxta-component--pull-quote .jxta-component__inner .author__name {
  font-family: 'Archivo Black', sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 2px;
  font-size: 2.8rem; }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--pull-quote .jxta-component__inner .author__name {
    font-size: 2rem; } }
.jxta-component.jxta-component--pull-quote .jxta-component__inner .author__title {
  font-family: 'Archivo Black', sans-serif;
  padding-top: 15px;
  color: #FFFFFF;
  font-size: 1.3rem;
  letter-spacing: 1px; }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--pull-quote .jxta-component__inner .author__title {
    font-size: 1rem; } }
.jxta-component.jxta-component--pull-quote .jxta-component__inner .quote-wrap {
  max-width: 65rem;
  margin: 0 auto;
  text-align: center; }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--pull-quote .jxta-component__inner {
    padding: 8rem 7rem; } }
@media screen and (max-width: 480px) {
  .jxta-component.jxta-component--pull-quote .jxta-component__inner {
    padding: 40px 30px; } }

.jxta-component.jxta-component--gallery .jxta-component__inner img {
  display: block;
  width: 100%;
  height: auto; }
.jxta-component.jxta-component--gallery .jxta-component__inner.two-up {
  display: flex;
  flex-direction: row; }
.jxta-component.jxta-component--gallery .jxta-component__inner.two-up .half {
  widows: 50%;
  width: 100%;
  height: auto; }
.jxta-component.jxta-component--gallery .jxta-component__inner.two-up .half img {
  display: block;
  width: 100%;
  height: auto; }
@media screen and (max-width: 768px) {
  .jxta-component.jxta-component--gallery .jxta-component__inner.two-up {
    flex-direction: column; }
  .jxta-component.jxta-component--gallery .jxta-component__inner.two-up .half {
    width: 100%; } }

.jxta-component--grid-donor-logos .jxta-component__inner {
  padding: 8rem 14rem 2rem 14rem; }
@media screen and (max-width: 960px) {
  .jxta-component--grid-donor-logos .jxta-component__inner {
    padding: 8rem 7rem 2rem 7rem; } }
@media screen and (max-width: 480px) {
  .jxta-component--grid-donor-logos .jxta-component__inner {
    padding: 40px 30px 40px 30px; } }
.jxta-component--grid-donor-logos .jxta-component__inner .copy__title {
  text-transform: uppercase;
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.8rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
  max-width: 32rem;
  margin-bottom: 60px;
  display: inline-flex; }
.jxta-component--grid-donor-logos .jxta-component__inner .copy__title:after {
  background-color: #000000; }
.jxta-component--grid-donor-logos .grey {
  background-color: #ECECEC; }
.jxta-component--grid-donor-logos .grid-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -60px; }
@media screen and (max-width: 480px) {
  .jxta-component--grid-donor-logos .grid-items {
    margin-left: -20px; } }
.jxta-component--grid-donor-logos .grid-item {
  width: 185px;
  margin-left: 59px;
  margin-bottom: 60px; }
.jxta-component--grid-donor-logos .grid-item img {
  width: 100%;
  height: auto; }
@media screen and (max-width: 480px) {
  .jxta-component--grid-donor-logos .grid-item {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 20px; } }

.jxta-component--grid-donor-text .jxta-component__inner {
  padding: 8rem 14rem 6rem 14rem; }
@media screen and (max-width: 960px) {
  .jxta-component--grid-donor-text .jxta-component__inner {
    padding: 8rem 7rem 6rem 7rem; } }
@media screen and (max-width: 480px) {
  .jxta-component--grid-donor-text .jxta-component__inner {
    padding: 40px 30px 40px 30px; } }
.jxta-component--grid-donor-text .jxta-component__inner .copy__title {
  text-transform: uppercase;
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.8rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
  max-width: 32rem;
  margin-bottom: 60px;
  display: inline-flex; }
.jxta-component--grid-donor-text .jxta-component__inner .copy__title:after {
  background-color: #000000; }
.jxta-component--grid-donor-text .grey {
  background-color: #ECECEC; }
.jxta-component--grid-donor-text .grid-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -39px; }
@media screen and (max-width: 480px) {
  .jxta-component--grid-donor-text .grid-items {
    margin-left: -20px; } }
.jxta-component--grid-donor-text .grid-item {
  width: 255px;
  margin-left: 39px;
  margin-bottom: 20px; }
@media screen and (max-width: 480px) {
  .jxta-component--grid-donor-text .grid-item {
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 20px; } }
.jxta-component--grid-donor-text .name {
  font-size: 16px;
  color: #6A6A6A;
  font-family: 'AvenirLT-Book'; }

.jxta-component.jxta-component--text-block .jxta-component__inner {
  padding: 8rem 14rem;
  font-family: 'AvenirLT-Book', sans-serif; }
.jxta-component.jxta-component--text-block .jxta-component__inner .copy-wrap {
  max-width: 960px; }
.jxta-component.jxta-component--text-block .jxta-component__inner .body_copy {
  padding-bottom: 30px;
  font-size: 1.9rem;
  line-height: 3.4rem;
  color: #6A6A6A; }
.jxta-component.jxta-component--text-block .jxta-component__inner .body_copy p {
  padding-bottom: 20px; }
.jxta-component.jxta-component--text-block .jxta-component__inner .body_copy p:last-child {
  padding-bottom: 0px; }
.jxta-component.jxta-component--text-block .jxta-component__inner h5 {
  padding-bottom: 15px; }
.jxta-component.jxta-component--text-block .jxta-component__inner h3 {
  padding-bottom: 20px; }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--text-block .jxta-component__inner {
    padding: 8rem 7rem; } }
@media screen and (max-width: 480px) {
  .jxta-component.jxta-component--text-block .jxta-component__inner {
    padding: 40px 30px; } }

.jxta-component.jxta-component--class-details .jxta-component__inner {
  font-family: 'AvenirLT-Book', sans-serif; }
.jxta-component.jxta-component--class-details .jxta-component__inner .copy__title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.8rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
  max-width: 32rem;
  margin-bottom: 30px;
  display: inline-flex; }
.jxta-component.jxta-component--class-details .jxta-component__inner .copy__title:after {
  background-color: #000000; }
.jxta-component.jxta-component--class-details .jxta-component__inner .col-left {
  padding-right: 10vw; }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--class-details .jxta-component__inner .col-left {
    padding-bottom: 7.5vw; } }
.jxta-component.jxta-component--class-details .jxta-component__inner .copy-wrap {
  display: grid;
  display: -ms-grid;
  grid-template-columns: [left] 50% [right] 50%;
  margin-left: auto;
  margin-right: auto;
  max-width: 144rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  width: 100%;
  padding: 9.5rem 14rem; }
.jxta-component.jxta-component--class-details .jxta-component__inner .copy-wrap .col-left {
  width: 43%; }
.jxta-component.jxta-component--class-details .jxta-component__inner .copy-wrap .col-right {
  width: 57%; }
.jxta-component.jxta-component--class-details .jxta-component__inner .copy-wrap.wider .col-left {
  width: 33%; }
.jxta-component.jxta-component--class-details .jxta-component__inner .copy-wrap.wider .col-right {
  width: 67%; }
.jxta-component.jxta-component--class-details .jxta-component__inner .copy-wrap.fifty-fifty .col-left {
  width: 50%; }
.jxta-component.jxta-component--class-details .jxta-component__inner .copy-wrap.fifty-fifty .col-right {
  width: 50%; }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--class-details .jxta-component__inner .copy-wrap {
    grid-template-columns: 100%;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .jxta-component.jxta-component--class-details .jxta-component__inner .copy-wrap .col-left {
    width: 100%; }
  .jxta-component.jxta-component--class-details .jxta-component__inner .copy-wrap .col-right {
    width: 100%; }
  .jxta-component.jxta-component--class-details .jxta-component__inner .copy-wrap.wider .col-left {
    width: 100%; }
  .jxta-component.jxta-component--class-details .jxta-component__inner .copy-wrap.wider .col-right {
    width: 100%; }
  .jxta-component.jxta-component--class-details .jxta-component__inner .copy-wrap.fifty-fifty .col-left {
    width: 100%; }
  .jxta-component.jxta-component--class-details .jxta-component__inner .copy-wrap.fifty-fifty .col-right {
    width: 100%; } }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--class-details .jxta-component__inner {
    padding: 8rem 0; }
  .jxta-component.jxta-component--class-details .jxta-component__inner .col-left {
    padding-right: 8rem; }
  .jxta-component.jxta-component--class-details .jxta-component__inner .copy__title {
    margin-bottom: 25px; }
  .jxta-component.jxta-component--class-details .jxta-component__inner .copy-wrap {
    padding: 0 7rem; } }
@media screen and (max-width: 480px) {
  .jxta-component.jxta-component--class-details .jxta-component__inner {
    padding: 8rem 0; }
  .jxta-component.jxta-component--class-details .jxta-component__inner .col-left {
    padding-right: 0; }
  .jxta-component.jxta-component--class-details .jxta-component__inner .copy-wrap {
    padding: 0 25px; } }
.jxta-component.jxta-component--class-details .jxta-component__inner .body_copy {
  padding-bottom: 30px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #6A6A6A; }
.jxta-component.jxta-component--class-details .jxta-component__inner .body_copy p {
  padding-bottom: 20px; }
.jxta-component.jxta-component--class-details .jxta-component__inner .body_copy p:last-child {
  padding-bottom: 0px; }
.jxta-component.jxta-component--class-details .jxta-component__inner h5 {
  font-size: 1.2rem;
  padding-bottom: 15px;
  letter-spacing: 1px;
  line-height: 1.4; }
.jxta-component.jxta-component--class-details .jxta-component__inner h3 {
  font-size: 1.6rem;
  padding-bottom: 20px;
  letter-spacing: 2px;
  line-height: 1.4; }
.jxta-component.jxta-component--class-details .jxta-component__inner .staff-tiles {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }
@media screen and (max-width: 1100px) {
  .jxta-component.jxta-component--class-details .jxta-component__inner .staff-tiles {
    flex-direction: column; } }
.jxta-component.jxta-component--class-details .jxta-component__inner .staff-tile {
  font-family: 'AvenirLT-Book';
  color: #656565;
  font-size: 1.5rem;
  line-height: 1.6; }
.jxta-component.jxta-component--class-details .jxta-component__inner .staff-tile.two-up {
  width: calc(50% - 10px); }
@media screen and (max-width: 1100px) {
  .jxta-component.jxta-component--class-details .jxta-component__inner .staff-tile.two-up {
    width: calc(100%); } }
.jxta-component.jxta-component--class-details .jxta-component__inner .staff-tile.two-up .staff__image img {
  height: auto;
  width: 100%; }
.jxta-component.jxta-component--class-details .jxta-component__inner .staff-tile.two-up .staff__cred-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 1.3rem;
  color: #000; }
.jxta-component.jxta-component--class-details .jxta-component__inner .staff-tile.two-up .staff__title {
  padding-bottom: 5px; }
.jxta-component.jxta-component--class-details .jxta-component__inner .staff-tile.two-up .staff__cred {
  padding-bottom: 5px; }
.jxta-component.jxta-component--class-details .jxta-component__inner .staff-tile.two-up .spacer {
  padding-bottom: 10px; }
.jxta-component.jxta-component--class-details .jxta-component__inner .staff-tile.two-up .staff__contact-title {
  font-size: 1.3rem;
  font-family: 'Archivo Black', sans-serif;
  color: #000; }
.jxta-component.jxta-component--class-details .jxta-component__inner .staff-tile.two-up .staff__name {
  font-size: 1.9rem;
  font-family: 'Archivo Black', sans-serif;
  color: #000; }
.jxta-component.jxta-component--class-details .jxta-component__inner .staff-tile.two-up .facebook-icon {
  padding-right: 10px;
  width: 25px;
  display: inline-block; }
.jxta-component.jxta-component--class-details .jxta-component__inner .staff-tile.two-up .twitter-icon {
  padding-right: 10px;
  width: 25px;
  display: inline-block; }
.jxta-component.jxta-component--class-details .jxta-component__inner .staff-tile.two-up .instagram-icon {
  padding-right: 10px;
  width: 25px;
  display: inline-block; }

.jxta-component.jxta-component--grid-preview .jxta-component__inner {
  padding: 9.5rem 0; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.offerings {
  padding: 5rem 0 7rem; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.offerings .grid-content .grid__cta {
  position: absolute;
  bottom: 8px; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-item {
  position: relative;
  background: black !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid__image {
  width: 100%;
  height: auto;
  display: block; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-content {
  background: black; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-content .grid__title {
  color: white !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-content .grid__description {
  color: white !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-content .grid__cta {
  color: white !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-content .arrow::before {
  background-color: #ffffff !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.red {
  background: #D20A1E;
  color: white; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.red .copy-wrap .copy__title:after {
  background-color: #fff; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.red .copy__body {
  color: white !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.red .grid-item {
  background: white !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.red .grid-content {
  background: white; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.red .grid-content .grid__title {
  color: black !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.red .grid-content .grid__description {
  color: black !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.red .grid-content .grid__cta {
  color: #D20A1E !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.red .grid-content .arrow::before {
  background-color: #D20A1E !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.red.offerings .grid-content .grid__description {
  color: #656565 !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.red.programs .grid-item {
  background: black !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.black, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-link-style, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--primary, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--secondary, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--disabled {
  background: #000;
  color: white; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.black .copy-wrap .copy__title:after, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-link-style .copy-wrap .copy__title:after, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta .copy-wrap .copy__title:after, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--primary .copy-wrap .copy__title:after, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--secondary .copy-wrap .copy__title:after, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--disabled .copy-wrap .copy__title:after {
  background-color: #fff; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.black .copy__body, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-link-style .copy__body, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta .copy__body, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--primary .copy__body, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--secondary .copy__body, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--disabled .copy__body {
  color: white !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.black .grid-item, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-link-style .grid-item, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta .grid-item, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--primary .grid-item, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--secondary .grid-item, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--disabled .grid-item {
  background: white !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.black .grid-content, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-link-style .grid-content, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta .grid-content, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--primary .grid-content, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--secondary .grid-content, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--disabled .grid-content {
  background: white; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.black .grid-content .grid__title, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-link-style .grid-content .grid__title, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta .grid-content .grid__title, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--primary .grid-content .grid__title, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--secondary .grid-content .grid__title, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--disabled .grid-content .grid__title {
  color: black !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.black .grid-content .grid__description, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-link-style .grid-content .grid__description, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta .grid-content .grid__description, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--primary .grid-content .grid__description, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--secondary .grid-content .grid__description, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--disabled .grid-content .grid__description {
  color: black !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.black .grid-content .grid__cta, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-link-style .grid-content .grid__cta, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta .grid-content .grid__cta, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--primary .grid-content .grid__cta, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--secondary .grid-content .grid__cta, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--disabled .grid-content .grid__cta {
  color: #D20A1E !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.black .grid-content .arrow::before, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-link-style .grid-content .arrow::before, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta .grid-content .arrow::before, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--primary .grid-content .arrow::before, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--secondary .grid-content .arrow::before, .jxta-component.jxta-component--grid-preview .jxta-component__inner.jxta-cta--disabled .grid-content .arrow::before {
  background-color: #D20A1E !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.black.offerings .grid-content .grid__description, .jxta-component.jxta-component--grid-preview .jxta-component__inner.offerings.jxta-link-style .grid-content .grid__description, .jxta-component.jxta-component--grid-preview .jxta-component__inner.offerings.jxta-cta .grid-content .grid__description, .jxta-component.jxta-component--grid-preview .jxta-component__inner.offerings.jxta-cta--primary .grid-content .grid__description, .jxta-component.jxta-component--grid-preview .jxta-component__inner.offerings.jxta-cta--secondary .grid-content .grid__description, .jxta-component.jxta-component--grid-preview .jxta-component__inner.offerings.jxta-cta--disabled .grid-content .grid__description {
  color: #656565 !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.black.programs .grid-item, .jxta-component.jxta-component--grid-preview .jxta-component__inner.programs.jxta-link-style .grid-item, .jxta-component.jxta-component--grid-preview .jxta-component__inner.programs.jxta-cta .grid-item, .jxta-component.jxta-component--grid-preview .jxta-component__inner.programs.jxta-cta--primary .grid-item, .jxta-component.jxta-component--grid-preview .jxta-component__inner.programs.jxta-cta--secondary .grid-item, .jxta-component.jxta-component--grid-preview .jxta-component__inner.programs.jxta-cta--disabled .grid-item {
  background: black !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.black.events .article-preview .article__date, .jxta-component.jxta-component--grid-preview .jxta-component__inner.events.jxta-link-style .article-preview .article__date, .jxta-component.jxta-component--grid-preview .jxta-component__inner.events.jxta-cta .article-preview .article__date, .jxta-component.jxta-component--grid-preview .jxta-component__inner.events.jxta-cta--primary .article-preview .article__date, .jxta-component.jxta-component--grid-preview .jxta-component__inner.events.jxta-cta--secondary .article-preview .article__date, .jxta-component.jxta-component--grid-preview .jxta-component__inner.events.jxta-cta--disabled .article-preview .article__date {
  background: white !important;
  color: #000 !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner.black.events .article-preview .article-content, .jxta-component.jxta-component--grid-preview .jxta-component__inner.events.jxta-link-style .article-preview .article-content, .jxta-component.jxta-component--grid-preview .jxta-component__inner.events.jxta-cta .article-preview .article-content, .jxta-component.jxta-component--grid-preview .jxta-component__inner.events.jxta-cta--primary .article-preview .article-content, .jxta-component.jxta-component--grid-preview .jxta-component__inner.events.jxta-cta--secondary .article-preview .article-content, .jxta-component.jxta-component--grid-preview .jxta-component__inner.events.jxta-cta--disabled .article-preview .article-content {
  background: white !important;
  color: black !important; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper .grid-wrapper--inner {
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 144rem;
  padding: 0 14rem; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper .grid-wrapper--inner .grid-item {
  font-family: 'AvenirLT-Book';
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper .grid-wrapper--inner .grid-item .grid__title {
  font-size: 1.6rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 6px;
  font-family: 'Archivo Black', sans-serif; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper .grid-wrapper--inner .grid-item .grid__description {
  padding-bottom: 14px;
  font-size: 1.5rem;
  color: #656565;
  width: 100%; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper .grid-wrapper--inner .grid-item .grid__cta {
  font-size: 1.3rem;
  font-family: 'Archivo Black', sans-serif; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper .grid-wrapper--inner .grid-item .grid__cta .arrow {
  top: 2px; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper .grid-wrapper--inner .grid-item .grid-content {
  padding: 8% 8% 40px;
  box-shadow: 0 0 black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper .grid-wrapper--inner .grid-item.five-up {
  margin-right: 20px;
  width: 20%; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper .grid-wrapper--inner .grid-item.four-up {
  margin-right: 20px;
  width: 25%; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper .grid-wrapper--inner .grid-item.three-up {
  margin-right: 20px;
  width: calc(33.33% - 20px);
  margin-bottom: 20px; }
@media screen and (max-width: 767px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper .grid-wrapper--inner .grid-item.three-up {
    width: calc(50% - 20px); } }
@media screen and (max-width: 480px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper .grid-wrapper--inner .grid-item.three-up {
    margin-right: 0px;
    width: calc(100%); } }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper .grid-wrapper--inner .grid-item.two-up {
  width: calc(50% - 10px); }
@media screen and (max-width: 690px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper .grid-wrapper--inner .grid-item.two-up {
    width: 100%; } }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper .grid-wrapper--inner {
    padding: 0 7rem; } }
@media screen and (max-width: 480px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper .grid-wrapper--inner {
    padding: 0 25px; } }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item {
  font-family: 'AvenirLT-Book';
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-bottom: 7vw;
  overflow: hidden; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item .grid__title {
  font-size: 1.6rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 6px;
  font-family: 'Archivo Black', sans-serif; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item .grid__description {
  padding-bottom: 14px;
  font-size: 1.5rem;
  color: #656565;
  flex: 1; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item .grid__cta {
  font-family: 'Archivo Black', sans-serif;
  font-size: 1.1vw; }
@media screen and (min-width: 1301px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item .grid__cta {
    padding-bottom: 2rem;
    font-size: 14px; } }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item .grid-content {
  padding: 2vw;
  box-shadow: 0 0 black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: absolute;
  top: calc(100% - 7vw);
  transition: all 0.3s ease; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item .grid-content .grid__title {
  font-size: 1.15vw;
  transition: all 0.3s ease; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item .grid-content .grid__description {
  font-size: 1.2vw;
  transition: all 0.3s ease;
  opacity: 0; }
@media screen and (max-width: 768px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item .grid-content {
    top: calc(100% - 9vw);
    height: 22vw; }
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item .grid-content .grid__description {
    font-size: 2vw; }
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item .grid-content .grid__title {
    font-size: 1.8vw; }
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item .grid-content .grid__cta {
    font-size: 1.6vw;
    line-height: 2.5vw;
    bottom: 6px; } }
@media screen and (max-width: 480px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item .grid-content {
    position: relative;
    top: 0;
    height: auto;
    padding: 20px 20px 8px; }
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item .grid-content .grid__title {
    font-size: 15px; }
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item .grid-content .grid__description {
    font-size: 15.5px;
    opacity: 1; }
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item .grid-content .grid__cta {
    font-size: 14px;
    line-height: 1.4;
    bottom: 0px; } }
@media screen and (min-width: 1301px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item .grid-content .grid__title {
    font-size: 15px; }
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item .grid-content .grid__description {
    font-size: 15.5px; } }
@media screen and (max-width: 480px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item {
    padding-bottom: 0; } }
@media screen and (min-width: 481px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item:hover .grid-content {
    top: 30%;
    height: 16.3vw; }
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item:hover .grid-content .grid__description {
    opacity: 1; }
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item:hover .grid-content .grid__cta {
    position: absolute;
    bottom: 10px; } }
@media screen and (min-width: 481px) and (max-width: 768px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item:hover .grid-content {
    top: 31%;
    height: 23vw; } }
@media screen and (min-width: 481px) and (min-width: 1301px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .grid-wrapper.collapsed-view .grid-item:hover .grid-content {
    top: 44%;
    height: 202px; } }

.jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap {
  display: grid;
  display: -ms-grid;
  grid-template-columns: [left] 43% [right] 57%;
  margin-left: auto;
  margin-right: auto;
  max-width: 144rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  width: 100%;
  padding: 0 14rem; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap .col-left {
  width: 43%; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap .col-right {
  width: 57%; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap.wider .col-left {
  width: 33%; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap.wider .col-right {
  width: 67%; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap.fifty-fifty .col-left {
  width: 50%; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap.fifty-fifty .col-right {
  width: 50%; }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap {
    grid-template-columns: 100%;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap .col-left {
    width: 100%; }
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap .col-right {
    width: 100%; }
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap.wider .col-left {
    width: 100%; }
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap.wider .col-right {
    width: 100%; }
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap.fifty-fifty .col-left {
    width: 100%; }
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap.fifty-fifty .col-right {
    width: 100%; } }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap .copy__title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.8rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
  max-width: 32rem;
  margin-bottom: 30px;
  display: inline-flex;
  margin-right: 30px; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap .copy__title:after {
  background-color: #000000; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap .copy__body {
  font-family: 'AvenirLT-Book';
  color: #656565;
  margin-bottom: 30px;
  font-size: 1.9rem;
  line-height: 2.9rem;
  max-width: 375px;
  padding-right: 30px; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap .copy__body p:last-child {
  margin: 0; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap .jxta-btn--primary {
  margin-top: 4rem;
  font-family: 'Archivo Black', sans-serif; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .col-right {
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-left: -20px; }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .col-right {
    margin-top: 30px;
    margin-left: -20px; } }
@media screen and (max-width: 767px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .col-right {
    margin-top: 0px;
    margin-left: 0; } }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .col-right .image--wrapper {
  height: 13vw;
  background-size: cover;
  background-position: center;
  width: 100%; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .col-right .image--wrapper img {
  display: none; }
@media screen and (max-width: 600px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .col-right .image--wrapper {
    height: 57vw !important; } }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .col-right .image--wrapper {
    height: 24vw; } }
@media screen and (min-width: 900px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .col-right .image--wrapper {
    height: 13vw; } }
@media screen and (min-width: 1401px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .col-right .image--wrapper {
    height: 185px; } }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .col-right .grid-item.two-up {
  width: calc(100%);
  position: relative;
  margin-left: 0;
  margin-bottom: 20px; }
@media screen and (min-width: 600px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .col-right .grid-item.two-up {
    width: calc(50% - 20px);
    position: relative;
    margin-left: 20px;
    margin-bottom: 0px; } }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .col-right .grid-content {
  font-family: 'AvenirLT-Book';
  padding: 5px 12px;
  position: relative;
  width: 100%;
  color: #fff;
  min-height: 100px; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .col-right .grid-content .grid__title {
  padding: 4px 0px 4px;
  font-family: 'Archivo Black', sans-serif; }
.jxta-component.jxta-component--grid-preview .jxta-component__inner .col-right .grid-content .jxta-cta--primary {
  margin-top: 10px; }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner {
    padding: 8rem 0; }
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap {
    padding: 0 7rem; }
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .copy__title {
    margin-bottom: 25px; } }
@media screen and (max-width: 480px) {
  .jxta-component.jxta-component--grid-preview .jxta-component__inner {
    padding: 8rem 0; }
  .jxta-component.jxta-component--grid-preview .jxta-component__inner .copy-wrap {
    padding: 0 25px; } }

.event-grid-wrapper .list-style {
  flex-direction: column-reverse !important; }
.event-grid-wrapper .grid-padding {
  padding: 0 14rem; }
@media screen and (max-width: 960px) {
  .event-grid-wrapper .grid-padding {
    padding: 0 7rem; } }
@media screen and (max-width: 480px) {
  .event-grid-wrapper .grid-padding {
    padding: 0rem 25px; } }
.event-grid-wrapper .article-preview {
  margin-bottom: 40px; }
.event-grid-wrapper .grid {
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 144rem;
  padding: 0 14rem; }
@media screen and (max-width: 960px) {
  .event-grid-wrapper .grid {
    padding: 0 7rem; } }
@media screen and (max-width: 480px) {
  .event-grid-wrapper .grid {
    padding: 0rem 25px; } }
.event-grid-wrapper.no-col .grid {
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal; }
.event-grid-wrapper.no-col .grid .list-style {
  font-family: 'AvenirLT-Book';
  color: #656565;
  margin-top: 22px;
  font-size: 1.9rem;
  line-height: 2.9rem; }
.event-grid-wrapper.no-col .grid .list-style .title {
  float: left; }
.event-grid-wrapper.no-col .grid .list-style .date {
  float: right; }
@media screen and (max-width: 960px) {
  .event-grid-wrapper.no-col .grid .list-style .date {
    float: left;
    width: 100%; } }
.event-grid-wrapper .copy__title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.8rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
  max-width: 32rem;
  margin-bottom: 30px;
  display: inline-flex;
  text-transform: uppercase; }
.event-grid-wrapper .copy__title:after {
  background-color: #000000; }
.event-grid-wrapper .article-preview .background-image {
  height: 20vw; }
.event-grid-wrapper .article-preview .background-image img {
  opacity: 0;
  width: 100%;
  height: 0; }
@media screen and (min-width: 1401px) {
  .event-grid-wrapper .article-preview .background-image {
    height: 244px; } }
@media screen and (max-width: 767px) {
  .event-grid-wrapper .article-preview .background-image {
    height: 42vw; } }

.portfolio-grid-wrapper .grid-padding {
  padding: 0 14rem; }
@media screen and (max-width: 960px) {
  .portfolio-grid-wrapper .grid-padding {
    padding: 0 7rem; } }
@media screen and (max-width: 480px) {
  .portfolio-grid-wrapper .grid-padding {
    padding: 0rem 25px; } }
.portfolio-grid-wrapper .grid {
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  padding: 0 14rem; }
@media screen and (max-width: 960px) {
  .portfolio-grid-wrapper .grid {
    padding: 0 7rem; } }
@media screen and (max-width: 480px) {
  .portfolio-grid-wrapper .grid {
    padding: 0rem 25px; } }
.portfolio-grid-wrapper .categories--wrapper {
  text-transform: uppercase;
  font-family: 'Archivo Black', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1px;
  padding: 20px 0 28px; }
.portfolio-grid-wrapper .categories--wrapper a {
  margin-right: 15px;
  display: inline-block;
  color: #9E9D9D;
  margin-bottom: 15px; }
.portfolio-grid-wrapper .categories--wrapper a.active {
  color: #fff; }
.portfolio-grid-wrapper .copy__title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.8rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
  max-width: 32rem;
  margin-bottom: 30px;
  display: inline-flex;
  text-transform: uppercase; }
.portfolio-grid-wrapper .copy__title:after {
  background: #fff; }
.portfolio-grid-wrapper .article__title {
  text-transform: uppercase; }
.portfolio-grid-wrapper .article-preview {
  margin-left: initial;
  margin-right: 20px; }
.portfolio-grid-wrapper .article-preview .background-image {
  height: 20vw;
  position: relative; }
.portfolio-grid-wrapper .article-preview .background-image img {
  opacity: 0;
  width: 100%;
  height: 0; }
@media screen and (min-width: 1401px) {
  .portfolio-grid-wrapper .article-preview .background-image {
    height: 244px; } }
@media screen and (max-width: 767px) {
  .portfolio-grid-wrapper .article-preview .background-image {
    height: 42vw; } }
.portfolio-grid-wrapper .article-preview .background-image .overlay-hover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease; }
.portfolio-grid-wrapper .article-preview .background-image .overlay-hover span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }
.portfolio-grid-wrapper .article-preview .article-content {
  padding: 20px;
  background: #fff;
  color: #000; }
.portfolio-grid-wrapper .article-preview:hover .background-image .overlay-hover {
  opacity: 1;
  visibility: visible; }

.article-preview {
  font-family: 'AvenirLT-Book';
  font-size: 1.5rem;
  display: block;
  width: calc(50% - 20px);
  position: relative;
  margin-left: 20px; }
.article-preview .article__title {
  font-family: 'Archivo Black', sans-serif; }
.article-preview .article__date {
  position: absolute;
  background: black;
  color: #fff;
  padding: 5px 12px;
  font-family: 'Archivo Black', sans-serif;
  text-transform: uppercase; }
.article-preview .article__cta .arrow:before {
  background: white; }
.article-preview .article-content {
  font-family: 'AvenirLT-Book';
  padding: 5px 12px;
  position: relative;
  background: black;
  width: 100%;
  color: #fff;
  min-height: 100px; }
.article-preview .background-image {
  height: 13vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
@media screen and (min-width: 1401px) {
  .article-preview .background-image {
    height: 185px; } }
.article-preview .background-image img {
  opacity: 0;
  width: 100%;
  height: 0; }
@media screen and (max-width: 767px) {
  .article-preview {
    width: 100%;
    margin-top: 30px;
    margin-left: 0; }
  .article-preview .background-image {
    height: 42vw; } }
.article-preview.two-up {
  margin-left: 0; }
.article-preview.three-up {
  width: calc(33.33% - 20px);
  margin: 0;
  margin-right: 20px;
  margin-bottom: 20px; }
.article-preview.three-up .background-image {
  height: 18vw; }
@media screen and (min-width: 1401px) {
  .article-preview.three-up .background-image {
    height: 250px; } }
@media screen and (max-width: 900px) {
  .article-preview.three-up {
    width: calc(50% - 20px); }
  .article-preview.three-up .background-image {
    height: 20vw; } }
@media screen and (max-width: 767px) {
  .article-preview.three-up {
    width: calc(100%); }
  .article-preview.three-up .background-image {
    height: 42vw; } }
@media screen and (max-width: 480px) {
  .article-preview.three-up .background-image {
    height: 52vw; } }

.offering-preview {
  font-family: 'AvenirLT-Book';
  font-size: 1.5rem;
  display: block;
  width: calc(50% - 20px);
  position: relative;
  margin-left: 20px; }
.offering-preview .offering-content {
  padding: 5px 12px;
  position: relative;
  background: black;
  width: 100%;
  color: #fff;
  min-height: 100px; }
.offering-preview .offering-image {
  height: 30vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
@media screen and (min-width: 1401px) {
  .offering-preview .offering-image {
    height: 185px; } }
.offering-preview .offering-image img {
  opacity: 0;
  width: 100%;
  height: 0; }
.offering-preview.three-up .offering-image {
  height: 13vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
@media screen and (min-width: 1401px) {
  .offering-preview.three-up .offering-image {
    height: 185px; } }
.offering-preview.three-up .offering-image img {
  opacity: 0;
  width: 100%;
  height: 0; }
@media screen and (max-width: 767px) {
  .offering-preview {
    width: 100%;
    margin-top: 30px;
    margin-left: 0; }
  .offering-preview .background-image {
    height: 42vw; } }

.offerings .grid__image, .labs .grid__image, .portfolio .grid__image {
  width: 100%;
  height: auto;
  display: block; }
.offerings .grid-content, .labs .grid-content, .portfolio .grid-content {
  background: white;
  color: #000; }

.portfolio .grid__image {
  height: 15vw !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
@media screen and (min-width: 1401px) {
  .portfolio .grid__image {
    height: 208px !important; } }
.portfolio .grid__image img {
  visibility: hidden;
  height: 0;
  opacity: 0;
  widows: 0; }
@media screen and (max-width: 900px) {
  .portfolio .grid__image {
    height: 26vw !important; } }
@media screen and (max-width: 480px) {
  .portfolio .grid__image {
    height: 52vw !important; } }
.portfolio .grid-content {
  background: white;
  color: #000;
  height: auto !important; }

.programs .grid-wrapper .grid-wrapper--inner {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.programs .grid-wrapper .grid-wrapper--inner .grid-item .grid-content {
  background: black;
  position: relative;
  padding: 15px 0px !important; }
.programs .grid-wrapper .grid-wrapper--inner .grid-item .grid-content .grid__title {
  color: white !important; }
.programs .grid-wrapper .grid-wrapper--inner .grid-item .grid-content .grid__description {
  color: white !important; }
.programs .grid-wrapper .grid-wrapper--inner .grid-item .grid-content .grid__cta {
  color: white !important; }
.programs .grid-wrapper .grid-wrapper--inner .grid-item .grid-content .arrow::before {
  background-color: #ffffff !important; }

.grid-wrapper-reports {
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.grid-wrapper-reports .grid {
  width: 48%;
  margin-bottom: 20px; }
@media screen and (max-width: 600px) {
  .grid-wrapper-reports .grid {
    width: 100%;
    margin-bottom: 35px; } }
.grid-wrapper-reports .grid-item.featured {
  background: #fff;
  min-height: 160px;
  padding: 20px; }
.grid-wrapper-reports .grid-item.featured .featured__title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 1.9rem;
  max-width: 200px;
  display: block;
  text-transform: uppercase; }
.grid-wrapper-reports .grid-item.featured a {
  padding-top: 35px;
  display: block;
  color: #D20A1E;
  text-decoration: underline;
  font-size: 19px;
  font-family: 'AvenirLT-Book';
  text-transform: initial; }
.grid-wrapper-reports .additional-title {
  text-transform: uppercase;
  padding-top: 40px;
  font-family: 'Archivo Black', sans-serif;
  font-size: 1.6rem;
  display: block;
  padding-bottom: 15px;
  color: #fff; }
.grid-wrapper-reports .grid-item a {
  color: #fff;
  text-decoration: underline;
  padding-top: 10px;
  display: block;
  font-size: 19px;
  font-family: 'AvenirLT-Book';
  text-transform: initial; }
@media screen and (max-width: 600px) {
  .grid-wrapper-reports {
    flex-direction: column; } }

.reports {
  border-bottom: 1px solid #d83748; }

.blog-grid-wrapper {
  padding: 0rem 0rem 8rem; }
@media screen and (max-width: 960px) {
  .blog-grid-wrapper {
    padding: 0 0 8rem; } }
@media screen and (max-width: 480px) {
  .blog-grid-wrapper {
    padding: 0rem 0rem 4rem; } }
.blog-grid-wrapper .grid-padding {
  padding: 0 14rem; }
@media screen and (max-width: 960px) {
  .blog-grid-wrapper .grid-padding {
    padding: 0 7rem; } }
@media screen and (max-width: 480px) {
  .blog-grid-wrapper .grid-padding {
    padding: 0rem 25px; } }
.blog-grid-wrapper .copy__title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.8rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
  max-width: 32rem;
  margin-bottom: 30px;
  display: inline-flex; }
.blog-grid-wrapper .copy__title:after {
  background: #000; }
.blog-grid-wrapper .grid {
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.blog-grid-wrapper .categories--wrapper {
  text-transform: uppercase;
  font-family: 'Archivo Black', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1px;
  padding: 20px 0 28px; }
.blog-grid-wrapper .categories--wrapper a {
  margin-right: 15px;
  display: inline-block;
  color: #9E9D9D;
  margin-bottom: 15px; }
.blog-grid-wrapper .categories--wrapper a.active {
  color: #D20A1E; }
.blog-grid-wrapper .blog-preview {
  width: calc(50% - 20px);
  margin-bottom: 42px; }
@media screen and (max-width: 900px) {
  .blog-grid-wrapper .blog-preview {
    width: calc(50% - 20px); } }
@media screen and (max-width: 767px) {
  .blog-grid-wrapper .blog-preview {
    width: calc(100%); } }
.blog-grid-wrapper .background-image {
  height: 24vw;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }
.blog-grid-wrapper .background-image img {
  opacity: 0;
  width: 100%;
  height: 0;
  visibility: hidden; }
@media screen and (min-width: 1401px) {
  .blog-grid-wrapper .background-image {
    height: 380px; } }
@media screen and (max-width: 767px) {
  .blog-grid-wrapper .background-image {
    height: 42vw; } }
.blog-grid-wrapper .blog-content .blog__time {
  font-family: 'Archivo Black', sans-serif;
  text-transform: uppercase;
  padding: 14px 0px 8px;
  font-size: 1.6rem; }
.blog-grid-wrapper .blog-content .blog__title {
  font-family: 'AvenirLT-Book';
  font-size: 1.9rem;
  padding-bottom: 16px;
  color: #656565; }
.blog-grid-wrapper .disabled {
  pointer-events: none;
  opacity: 0.3; }
.blog-grid-wrapper .arrow:before {
  background-color: #000; }
.blog-grid-wrapper .prev-project {
  padding-right: 25px; }
.blog-grid-wrapper .next-project {
  padding-left: 25px; }
.blog-grid-wrapper .prev-project, .blog-grid-wrapper .next-project {
  color: #000; }
.blog-grid-wrapper .prev-project.faded, .blog-grid-wrapper .next-project.faded {
  pointer-events: none;
  opacity: 0.3; }
@media screen and (max-width: 767px) {
  .blog-grid-wrapper .prev-project, .blog-grid-wrapper .next-project {
    display: none; } }
.blog-grid-wrapper .page-numbers {
  color: #212529;
  font-family: 'Archivo Black', sans-serif;
  font-size: 16px;
  padding: 0px 5px 1px;
  margin: 0px 3px;
  display: inline-block; }
.blog-grid-wrapper .page-numbers.current {
  color: #D20A1E;
  border-bottom: 2px solid #D20A1E; }
.blog-grid-wrapper .reversed {
  margin-left: 45px;
  margin-right: initial;
  color: #000; }
.blog-grid-wrapper .reversed .arrow {
  left: -44px;
  transform: rotate(180deg);
  right: initial; }
.blog-grid-wrapper .reversed .arrow:before {
  width: 21px;
  right: 4px;
  height: 3px;
  top: 5px; }
.blog-grid-wrapper .reversed:hover .arrow {
  left: -54px; }
.blog-grid-wrapper .reversed:hover .arrow:before {
  width: 31px; }
.blog-grid-wrapper .pagination-nav {
  padding-top: 30px;
  text-align: center; }

.contact-form-grid {
  margin: 0 auto;
  max-width: 144rem;
  padding: 9rem 14rem; }
@media screen and (max-width: 960px) {
  .contact-form-grid {
    padding: 5rem 7rem; } }
@media screen and (max-width: 480px) {
  .contact-form-grid {
    padding: 3rem 25px; } }
.contact-form-grid .copy__body {
  font-size: 25px;
  font-family: 'AvenirLT-Book';
  color: #6A6A6A; }
.contact-form-grid .copy__title {
  padding-bottom: 1.5rem;
  font-weight: 500;
  margin-bottom: 30px;
  display: inline-block; }
.contact-form-grid .copy__title:after {
  background-color: #000000; }
.contact-form-grid .grid-wrapper {
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0px 30px; }
.contact-form-grid .grid-wrapper .grid-item {
  width: calc(33% - 10px);
  margin-bottom: 20px; }
.contact-form-grid .grid-wrapper .grid__title {
  font-family: 'Archivo Black', sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  padding-bottom: 30px; }
@media screen and (max-width: 960px) {
  .contact-form-grid .grid-wrapper {
    flex-direction: column; }
  .contact-form-grid .grid-wrapper .grid-item {
    width: calc(100%); } }

.non-events .grid-wrapper--inner {
  padding: 0px !important; }
.non-events .grid-wrapper--inner .grid__image--wrapper {
  -webkit-background-size: cover;
  background-size: cover;
  height: 63vw; }
@media screen and (min-width: 691px) {
  .non-events .grid-wrapper--inner .grid__image--wrapper {
    height: 30vw; } }
@media screen and (min-width: 901px) {
  .non-events .grid-wrapper--inner .grid__image--wrapper {
    height: 16.5vw; } }
@media screen and (min-width: 1441px) {
  .non-events .grid-wrapper--inner .grid__image--wrapper {
    height: 234spx; } }
.non-events .grid-wrapper--inner .grid__image--wrapper img {
  visibility: hidden;
  height: 0px;
  width: 0px; }
@media screen and (min-width: 901px) {
  .non-events .grid-wrapper--inner {
    padding-left: 20px !important; } }
@media screen and (max-width: 690px) {
  .non-events .grid-item {
    margin-bottom: 28px; } }

.jxta-component.jxta-component--tracker .jxta-component__inner {
  padding: 8rem 0; }
.jxta-component.jxta-component--tracker .jxta-component__inner .tracker-wrap {
  padding: 0 14rem;
  max-width: 144rem;
  margin: 0 auto; }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--tracker .jxta-component__inner .tracker-wrap {
    padding: 0 7rem; } }
@media screen and (max-width: 480px) {
  .jxta-component.jxta-component--tracker .jxta-component__inner .tracker-wrap {
    padding: 0 25px; } }
.jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap {
  display: grid;
  display: -ms-grid;
  grid-template-columns: [left] 43% [right] 57%;
  margin-left: auto;
  margin-right: auto;
  max-width: 144rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  width: 100%;
  padding: 0 14rem; }
.jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap .col-left {
  width: 43%; }
.jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap .col-right {
  width: 57%; }
.jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.wider .col-left {
  width: 33%; }
.jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.wider .col-right {
  width: 67%; }
.jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.fifty-fifty .col-left {
  width: 50%; }
.jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.fifty-fifty .col-right {
  width: 50%; }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap {
    grid-template-columns: 100%;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap .col-left {
    width: 100%; }
  .jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap .col-right {
    width: 100%; }
  .jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.wider .col-left {
    width: 100%; }
  .jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.wider .col-right {
    width: 100%; }
  .jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.fifty-fifty .col-left {
    width: 100%; }
  .jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.fifty-fifty .col-right {
    width: 100%; } }
.jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap .copy__title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.8rem;
  padding-bottom: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  max-width: 36rem;
  margin-bottom: 30px;
  display: inline-flex; }
.jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap .copy__title:after {
  background-color: #000000; }
.jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap .copy__body {
  font-family: 'AvenirLT-Book';
  color: #656565;
  margin-bottom: 30px;
  font-size: 1.9rem;
  line-height: 2.9rem; }
.jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap .copy__cta {
  font-family: 'Archivo Black', sans-serif;
  margin-top: 4rem; }
.jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap .col-left .copy__body {
  max-width: 345px; }
.jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap .col-right .copy__body {
  max-width: none; }
.jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.wider {
  display: grid;
  display: -ms-grid;
  grid-template-columns: [left] 33% [right] 67%;
  margin-left: auto;
  margin-right: auto;
  max-width: 144rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  width: 100%; }
.jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.wider .col-left {
  width: 43%; }
.jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.wider .col-right {
  width: 57%; }
.jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.wider.wider .col-left {
  width: 33%; }
.jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.wider.wider .col-right {
  width: 67%; }
.jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.wider.fifty-fifty .col-left {
  width: 50%; }
.jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.wider.fifty-fifty .col-right {
  width: 50%; }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.wider {
    grid-template-columns: 100%;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.wider .col-left {
    width: 100%; }
  .jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.wider .col-right {
    width: 100%; }
  .jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.wider.wider .col-left {
    width: 100%; }
  .jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.wider.wider .col-right {
    width: 100%; }
  .jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.wider.fifty-fifty .col-left {
    width: 100%; }
  .jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.wider.fifty-fifty .col-right {
    width: 100%; } }
.jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap.wider .copy__title {
  max-width: 24rem; }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--tracker .jxta-component__inner {
    padding: 8rem 0; }
  .jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap {
    padding: 0 7rem; }
  .jxta-component.jxta-component--tracker .jxta-component__inner .copy__title {
    margin-bottom: 25px; } }
@media screen and (max-width: 480px) {
  .jxta-component.jxta-component--tracker .jxta-component__inner {
    padding: 8rem 0; }
  .jxta-component.jxta-component--tracker .jxta-component__inner .copy-wrap {
    padding: 0 25px; } }
.jxta-component.jxta-component--tracker .jxta-component__inner .track-bar {
  width: calc(100% - 300px);
  display: inline-block; }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--tracker .jxta-component__inner .track-bar {
    width: 100%; } }
.jxta-component.jxta-component--tracker .jxta-component__inner .full-width-tracker {
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ECECEC; }
.jxta-component.jxta-component--tracker .jxta-component__inner .full-width-tracker .progress {
  height: 30px;
  background: #D20A1E;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  transition-duration: 2s; }
.jxta-component.jxta-component--tracker .jxta-component__inner .left--note {
  padding-bottom: 20px;
  color: #D20A1E;
  width: 48%;
  text-align: left;
  display: inline-block;
  font-size: 1.9rem;
  font-family: 'Archivo Black', sans-serif; }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--tracker .jxta-component__inner .left--note {
    font-size: 1.5rem; } }
@media screen and (max-width: 400px) {
  .jxta-component.jxta-component--tracker .jxta-component__inner .left--note {
    font-size: 1.3rem; } }
.jxta-component.jxta-component--tracker .jxta-component__inner .right--note {
  padding-bottom: 20px;
  width: 48%;
  text-align: right;
  display: inline-block;
  font-size: 1.9rem;
  font-family: 'Archivo Black', sans-serif; }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--tracker .jxta-component__inner .right--note {
    font-size: 1.5rem; } }
@media screen and (max-width: 400px) {
  .jxta-component.jxta-component--tracker .jxta-component__inner .right--note {
    font-size: 1.3rem; } }
.jxta-component.jxta-component--tracker .jxta-component__inner .tracker__donationForm {
  display: inline-block;
  text-align: right;
  width: 288px;
  position: relative;
  top: 53px; }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--tracker .jxta-component__inner .tracker__donationForm {
    padding-top: 25px;
    top: 0;
    text-align: left;
    width: 100%; } }

.jxta-component.jxta-component--tracker.grey .jxta-component__inner {
  background: #ECECEC; }

.jxta-component.jxta-component--tracker.black .jxta-component__inner, .jxta-component.jxta-component--tracker.jxta-link-style .jxta-component__inner, .jxta-component.jxta-component--tracker.jxta-cta .jxta-component__inner, .jxta-component.jxta-component--tracker.jxta-cta--primary .jxta-component__inner, .jxta-component.jxta-component--tracker.jxta-cta--secondary .jxta-component__inner, .jxta-component.jxta-component--tracker.jxta-cta--disabled .jxta-component__inner {
  background: black; }
.jxta-component.jxta-component--tracker.black .jxta-component__inner .copy__title, .jxta-component.jxta-component--tracker.jxta-link-style .jxta-component__inner .copy__title, .jxta-component.jxta-component--tracker.jxta-cta .jxta-component__inner .copy__title, .jxta-component.jxta-component--tracker.jxta-cta--primary .jxta-component__inner .copy__title, .jxta-component.jxta-component--tracker.jxta-cta--secondary .jxta-component__inner .copy__title, .jxta-component.jxta-component--tracker.jxta-cta--disabled .jxta-component__inner .copy__title {
  color: #FFFFFF; }
.jxta-component.jxta-component--tracker.black .jxta-component__inner .copy__title:after, .jxta-component.jxta-component--tracker.jxta-link-style .jxta-component__inner .copy__title:after, .jxta-component.jxta-component--tracker.jxta-cta .jxta-component__inner .copy__title:after, .jxta-component.jxta-component--tracker.jxta-cta--primary .jxta-component__inner .copy__title:after, .jxta-component.jxta-component--tracker.jxta-cta--secondary .jxta-component__inner .copy__title:after, .jxta-component.jxta-component--tracker.jxta-cta--disabled .jxta-component__inner .copy__title:after {
  background-color: #FFFFFF; }
.jxta-component.jxta-component--tracker.black .jxta-component__inner .copy__body, .jxta-component.jxta-component--tracker.jxta-link-style .jxta-component__inner .copy__body, .jxta-component.jxta-component--tracker.jxta-cta .jxta-component__inner .copy__body, .jxta-component.jxta-component--tracker.jxta-cta--primary .jxta-component__inner .copy__body, .jxta-component.jxta-component--tracker.jxta-cta--secondary .jxta-component__inner .copy__body, .jxta-component.jxta-component--tracker.jxta-cta--disabled .jxta-component__inner .copy__body {
  color: #FFFFFF; }

.jxta-component.jxta-component--tracker.white .jxta-component__inner {
  background: #FFFFFF; }

.jxta-component.jxta-component--tracker.red .jxta-component__inner {
  background: #D20A1E; }
.jxta-component.jxta-component--tracker.red .jxta-component__inner .copy__title {
  color: #FFFFFF; }
.jxta-component.jxta-component--tracker.red .jxta-component__inner .copy__title:after {
  background-color: #FFFFFF; }
.jxta-component.jxta-component--tracker.red .jxta-component__inner .copy__body {
  color: #FFFFFF; }

.jxta-component.jxta-component--contact_us .jxta-component__inner {
  padding: 8rem 0; }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap {
  display: grid;
  display: -ms-grid;
  grid-template-columns: [left] 43% [right] 57%;
  margin-left: auto;
  margin-right: auto;
  max-width: 144rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  width: 100%;
  padding: 0 14rem; }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .col-left {
  width: 43%; }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .col-right {
  width: 57%; }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.wider .col-left {
  width: 33%; }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.wider .col-right {
  width: 67%; }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.fifty-fifty .col-left {
  width: 50%; }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.fifty-fifty .col-right {
  width: 50%; }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap {
    grid-template-columns: 100%;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .col-left {
    width: 100%; }
  .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .col-right {
    width: 100%; }
  .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.wider .col-left {
    width: 100%; }
  .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.wider .col-right {
    width: 100%; }
  .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.fifty-fifty .col-left {
    width: 100%; }
  .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.fifty-fifty .col-right {
    width: 100%; } }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .copy__title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.8rem;
  padding-bottom: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  max-width: 36rem;
  margin-bottom: 30px;
  display: inline-flex; }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .copy__title:after {
  background-color: #000000; }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .copy__phone, .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .copy__email, .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .copy__address {
  font-family: 'AvenirLT-Medium';
  font-size: 25px;
  color: #FFFFFF;
  text-decoration: underline;
  display: block;
  widows: 100%;
  padding-top: 35px;
  padding-bottom: 25px;
  hyphens: auto; }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .form-input-group .left-col {
  float: left;
  font-family: 'AvenirLT-Medium';
  font-size: 1.9rem;
  color: #fff;
  width: 142px; }
@media screen and (max-width: 580px) {
  .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .form-input-group .left-col {
    font-size: 16px;
    margin-bottom: 5px;
    width: calc(100%); } }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .form-input-group .right-col {
  float: left;
  margin-bottom: 20px;
  width: calc(100% - 142px); }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .form-input-group .right-col input, .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .form-input-group .right-col textarea {
  width: 100%;
  background: transparent;
  border: 3px solid white;
  font-size: 16px;
  padding: 10px;
  font-family: 'AvenirLT-Book';
  color: #fff; }
@media screen and (max-width: 580px) {
  .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .form-input-group .right-col {
    margin-bottom: 20px;
    width: calc(100%); } }
@media screen and (max-width: 580px) {
  .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .form-input-group.mobile-hook .left-col {
    display: none; } }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .js-submit-cf7 {
  margin-top: 5px; }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap h3 {
  font-size: 1.9rem;
  color: #FFFFFF;
  letter-spacing: 2px;
  padding-top: 120px;
  margin-bottom: 35px; }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap h3 {
    padding-top: 60px; } }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .copy__body {
  font-family: 'AvenirLT-Book';
  color: #656565;
  margin-bottom: 30px;
  font-size: 1.9rem;
  line-height: 2.9rem; }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .copy__cta {
  font-family: 'Archivo Black', sans-serif;
  margin-top: 4rem; }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .col-left .copy__body {
  max-width: 345px; }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap .col-right .copy__body {
  max-width: none; }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.wider {
  display: grid;
  display: -ms-grid;
  grid-template-columns: [left] 33% [right] 67%;
  margin-left: auto;
  margin-right: auto;
  max-width: 144rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  width: 100%; }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.wider .col-left {
  width: 43%; }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.wider .col-right {
  width: 57%; }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.wider.wider .col-left {
  width: 33%; }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.wider.wider .col-right {
  width: 67%; }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.wider.fifty-fifty .col-left {
  width: 50%; }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.wider.fifty-fifty .col-right {
  width: 50%; }
@media screen and (max-width: 900px) {
  .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.wider {
    grid-template-columns: 100%;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.wider .col-left {
    width: 100%; }
  .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.wider .col-right {
    width: 100%; }
  .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.wider.wider .col-left {
    width: 100%; }
  .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.wider.wider .col-right {
    width: 100%; }
  .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.wider.fifty-fifty .col-left {
    width: 100%; }
  .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.wider.fifty-fifty .col-right {
    width: 100%; } }
.jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap.wider .copy__title {
  max-width: 24rem; }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--contact_us .jxta-component__inner {
    padding: 8rem 0; }
  .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap {
    padding: 0 7rem; }
  .jxta-component.jxta-component--contact_us .jxta-component__inner .copy__title {
    margin-bottom: 25px; } }
@media screen and (max-width: 480px) {
  .jxta-component.jxta-component--contact_us .jxta-component__inner {
    padding: 8rem 0; }
  .jxta-component.jxta-component--contact_us .jxta-component__inner .copy-wrap {
    padding: 0 25px; } }

.jxta-component.jxta-component--contact_us.red .jxta-component__inner {
  background: #D20A1E; }
.jxta-component.jxta-component--contact_us.red .jxta-component__inner .copy__title {
  color: #FFFFFF; }
.jxta-component.jxta-component--contact_us.red .jxta-component__inner .copy__title:after {
  background-color: #FFFFFF; }
.jxta-component.jxta-component--contact_us.red .jxta-component__inner .copy__body {
  color: #FFFFFF; }

.jxta-component.jxta-component--social_carousel .jxta-component__inner {
  padding: 8rem 14rem; }
.jxta-component.jxta-component--social_carousel .jxta-component__inner .copy__title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.8rem;
  padding-bottom: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 30px;
  display: inline-flex; }
.jxta-component.jxta-component--social_carousel .jxta-component__inner .copy__title:after {
  background-color: #000000; }
.jxta-component.jxta-component--social_carousel .jxta-component__inner .copy__body {
  font-family: 'AvenirLT-Book';
  color: #656565;
  margin-bottom: 30px;
  font-size: 1.9rem;
  line-height: 2.9rem; }
.jxta-component.jxta-component--social_carousel .jxta-component__inner .social-carousel {
  padding: 25px 0px; }
.jxta-component.jxta-component--social_carousel .jxta-component__inner .social-carousel .flickity-button:active {
  opacity: 1; }
.jxta-component.jxta-component--social_carousel .jxta-component__inner .social-carousel .carousel_cell {
  margin: 0px 10px; }
.jxta-component.jxta-component--social_carousel .jxta-component__inner .social-carousel .carousel_cell__inner {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 370px;
  height: 370px; }
@media screen and (max-width: 480px) {
  .jxta-component.jxta-component--social_carousel .jxta-component__inner .social-carousel .carousel_cell__inner {
    width: 100vw;
    height: calc(100vw - 40px); } }
.jxta-component.jxta-component--social_carousel .jxta-component__inner .social-carousel .flickity-prev-next-button {
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-image: url("/wp-content/themes/jxta/images/icons/arrow-carousel-social.png");
  border-radius: 0; }
.jxta-component.jxta-component--social_carousel .jxta-component__inner .social-carousel .flickity-prev-next-button svg {
  display: none; }
.jxta-component.jxta-component--social_carousel .jxta-component__inner .social-carousel .flickity-prev-next-button.active {
  opacity: 1 !important; }
.jxta-component.jxta-component--social_carousel .jxta-component__inner .social-carousel .flickity-prev-next-button.next {
  transform: rotate(180deg);
  top: calc(50% - 30px); }
.jxta-component.jxta-component--social_carousel .jxta-component__inner .social-link {
  font-family: 'Archivo Black', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  color: #fff;
  padding-right: 34px;
  padding-top: 15px;
  display: inline-block; }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--social_carousel .jxta-component__inner {
    padding: 8rem 7rem; }
  .jxta-component.jxta-component--social_carousel .jxta-component__inner .copy__title {
    margin-bottom: 25px; } }
@media screen and (max-width: 480px) {
  .jxta-component.jxta-component--social_carousel .jxta-component__inner {
    padding: 8rem 25px; } }

.jxta-component.jxta-component--social_carousel.black .jxta-component__inner, .jxta-component.jxta-component--social_carousel.jxta-link-style .jxta-component__inner, .jxta-component.jxta-component--social_carousel.jxta-cta .jxta-component__inner, .jxta-component.jxta-component--social_carousel.jxta-cta--primary .jxta-component__inner, .jxta-component.jxta-component--social_carousel.jxta-cta--secondary .jxta-component__inner, .jxta-component.jxta-component--social_carousel.jxta-cta--disabled .jxta-component__inner {
  background: #000000; }
.jxta-component.jxta-component--social_carousel.black .jxta-component__inner .copy__title, .jxta-component.jxta-component--social_carousel.jxta-link-style .jxta-component__inner .copy__title, .jxta-component.jxta-component--social_carousel.jxta-cta .jxta-component__inner .copy__title, .jxta-component.jxta-component--social_carousel.jxta-cta--primary .jxta-component__inner .copy__title, .jxta-component.jxta-component--social_carousel.jxta-cta--secondary .jxta-component__inner .copy__title, .jxta-component.jxta-component--social_carousel.jxta-cta--disabled .jxta-component__inner .copy__title {
  color: #FFFFFF; }
.jxta-component.jxta-component--social_carousel.black .jxta-component__inner .copy__title:after, .jxta-component.jxta-component--social_carousel.jxta-link-style .jxta-component__inner .copy__title:after, .jxta-component.jxta-component--social_carousel.jxta-cta .jxta-component__inner .copy__title:after, .jxta-component.jxta-component--social_carousel.jxta-cta--primary .jxta-component__inner .copy__title:after, .jxta-component.jxta-component--social_carousel.jxta-cta--secondary .jxta-component__inner .copy__title:after, .jxta-component.jxta-component--social_carousel.jxta-cta--disabled .jxta-component__inner .copy__title:after {
  background-color: #FFFFFF; }
.jxta-component.jxta-component--social_carousel.black .jxta-component__inner .copy__body, .jxta-component.jxta-component--social_carousel.jxta-link-style .jxta-component__inner .copy__body, .jxta-component.jxta-component--social_carousel.jxta-cta .jxta-component__inner .copy__body, .jxta-component.jxta-component--social_carousel.jxta-cta--primary .jxta-component__inner .copy__body, .jxta-component.jxta-component--social_carousel.jxta-cta--secondary .jxta-component__inner .copy__body, .jxta-component.jxta-component--social_carousel.jxta-cta--disabled .jxta-component__inner .copy__body {
  color: #FFFFFF; }

.accordion {
  background-color: #d41e27;
  color: #fff;
  cursor: pointer;
  font-family: 'Archivo Black', sans-serif;
  padding: 11px 0px;
  border-bottom: 2px solid white;
  width: 100%;
  text-align: left;
  outline: none;
  letter-spacing: 1px;
  font-size: 12px;
  transition: 0.4s;
  display: block; }

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out; }
.panel .alumni {
  display: block;
  font-size: 16px;
  color: #fff;
  font-family: AvenirLT-Book; }
.panel .alumni:first-child {
  padding-top: 15px; }
.panel .alumni:last-child {
  padding-bottom: 15px; }

.accordion--wrapper {
  background: #D42027;
  padding: 6rem 14rem 8rem; }
.accordion--wrapper .caret {
  width: 15px;
  display: block;
  position: relative;
  top: 6px;
  right: 1px;
  float: right;
  transform: rotate(0deg);
  transition: all 0.3s ease; }
.accordion--wrapper .caret polygon {
  fill: white;
  stroke: none; }
@media screen and (max-width: 960px) {
  .accordion--wrapper {
    padding: 7rem 7rem; } }
@media screen and (max-width: 480px) {
  .accordion--wrapper {
    padding: 7rem 25px; } }
.accordion--wrapper .copy__title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.8rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
  max-width: 32rem;
  margin-bottom: 30px;
  display: inline-flex;
  color: #fff; }
.accordion--wrapper .copy__title:after {
  background-color: white; }
.accordion--wrapper .accordion--inner {
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between; }
@media screen and (max-width: 960px) {
  .accordion--wrapper .accordion--inner {
    flex-direction: column; } }
.accordion--wrapper .grid-item {
  width: calc(50% - 10px); }
@media screen and (max-width: 960px) {
  .accordion--wrapper .grid-item {
    width: 100%; } }
.accordion--wrapper .accordion.active .caret {
  transform: rotate(180deg); }

.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner {
  padding: 10rem 0; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner.dark {
  background: #000;
  color: white; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner.dark .copy-wrap .copy__title:after {
  background-color: #fff; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner.dark .copy-wrap .copy__body {
  color: #D8D8D8; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap {
  display: grid;
  display: -ms-grid;
  grid-template-columns: [left] 50% [right] 50%;
  margin-left: auto;
  margin-right: auto;
  max-width: 144rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  width: 100%;
  padding: 0 14rem; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap.reverse {
  direction: rtl; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap.reverse .col-left {
  direction: ltr;
  padding: 0 0 0 10rem; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap.reverse .col-left .copy__body {
  max-width: 100%; }
@media screen and (max-width: 960px) {
  .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap.reverse {
    direction: ltr; }
  .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap.reverse .col-left {
    direction: ltr;
    padding: 0 0 0 0; }
  .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap.reverse .col-left .copy__body {
    max-width: 100%; } }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .col-left {
  width: 43%; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .col-right {
  width: 57%; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap.wider .col-left {
  width: 33%; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap.wider .col-right {
  width: 67%; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap.fifty-fifty .col-left {
  width: 50%; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap.fifty-fifty .col-right {
  width: 50%; }
@media screen and (max-width: 900px) {
  .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap {
    grid-template-columns: 100%;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .col-left {
    width: 100%; }
  .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .col-right {
    width: 100%; }
  .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap.wider .col-left {
    width: 100%; }
  .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap.wider .col-right {
    width: 100%; }
  .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap.fifty-fifty .col-left {
    width: 100%; }
  .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap.fifty-fifty .col-right {
    width: 100%; } }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap h4 {
  padding-bottom: 8px; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .copy__title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.8rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
  max-width: 32rem;
  margin-bottom: 30px;
  display: inline-flex; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .copy__title:after {
  background-color: #000; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .copy__body {
  font-family: 'AvenirLT-Book';
  color: #656565;
  margin-bottom: 30px;
  font-size: 1.9rem;
  line-height: 2.9rem;
  max-width: 562px;
  padding-right: 50px; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .copy__body.bio {
  padding-top: 20px; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .copy__body.smaller {
  font-size: 1.5rem;
  line-height: 2.5rem; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .link {
  color: #D8D8D8; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .facebook-icon {
  padding-top: 10px;
  padding-right: 10px;
  width: 35px;
  display: inline-block; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .facebook-icon path, .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .facebook-icon polygon {
  fill: white; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .twitter-icon {
  padding-top: 10px;
  padding-right: 10px;
  width: 35px;
  display: inline-block; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .twitter-icon path, .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .twitter-icon polygon {
  fill: white; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .instagram-icon {
  padding-top: 10px;
  padding-right: 10px;
  width: 35px;
  display: inline-block; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .instagram-icon path, .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .instagram-icon polygon {
  fill: white; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .position {
  padding: 12px 0px 40px; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .copy__cta {
  font-family: 'Archivo Black', sans-serif;
  margin-top: 4rem; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap .col-right img {
  width: 100%;
  height: auto; }
.portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .jxta-btn, .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .jxta-btn--primary, .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .jxta-btn--secondary, .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .jxta-btn--white, .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .jxta-btn--disabled {
  font-family: 'Archivo Black', sans-serif; }
@media screen and (max-width: 960px) {
  .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner {
    padding: 8rem 0; }
  .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap {
    padding: 0 7rem; }
  .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy__title {
    margin-bottom: 25px; }
  .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .jxta-btn, .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .jxta-btn--primary, .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .jxta-btn--secondary, .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .jxta-btn--white, .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .jxta-btn--disabled {
    margin-bottom: 40px; } }
@media screen and (max-width: 480px) {
  .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner {
    padding: 8rem 0; }
  .portfolio--wrapper .jxta-component--portfilio .jxta-component__inner .copy-wrap {
    padding: 0 25px; } }

.navigator {
  padding: 0 0 8rem;
  background: black;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  /* style */ }
.navigator.padding-top {
  padding-top: 8rem; }
.navigator.black, .navigator.jxta-link-style, .navigator.jxta-cta, .navigator.jxta-cta--primary, .navigator.jxta-cta--secondary, .navigator.jxta-cta--disabled {
  background: white; }
.navigator.black .grid-icon--line > .layer > span, .navigator.jxta-link-style .grid-icon--line > .layer > span, .navigator.jxta-cta .grid-icon--line > .layer > span, .navigator.jxta-cta--primary .grid-icon--line > .layer > span, .navigator.jxta-cta--secondary .grid-icon--line > .layer > span, .navigator.jxta-cta--disabled .grid-icon--line > .layer > span {
  border: solid 2px #000; }
.navigator.black .grid-icon--fill > .layer > span, .navigator.jxta-link-style .grid-icon--fill > .layer > span, .navigator.jxta-cta .grid-icon--fill > .layer > span, .navigator.jxta-cta--primary .grid-icon--fill > .layer > span, .navigator.jxta-cta--secondary .grid-icon--fill > .layer > span, .navigator.jxta-cta--disabled .grid-icon--fill > .layer > span {
  background-color: #000; }
.navigator.black .grid-icon--fill > .layer > span:before, .navigator.jxta-link-style .grid-icon--fill > .layer > span:before, .navigator.jxta-cta .grid-icon--fill > .layer > span:before, .navigator.jxta-cta--primary .grid-icon--fill > .layer > span:before, .navigator.jxta-cta--secondary .grid-icon--fill > .layer > span:before, .navigator.jxta-cta--disabled .grid-icon--fill > .layer > span:before {
  background-color: #000; }
.navigator.black .grid-icon--fill > .layer > span:after, .navigator.jxta-link-style .grid-icon--fill > .layer > span:after, .navigator.jxta-cta .grid-icon--fill > .layer > span:after, .navigator.jxta-cta--primary .grid-icon--fill > .layer > span:after, .navigator.jxta-cta--secondary .grid-icon--fill > .layer > span:after, .navigator.jxta-cta--disabled .grid-icon--fill > .layer > span:after {
  background-color: #000; }
.navigator.black .grid-icon--dashedline > .layer > span, .navigator.jxta-link-style .grid-icon--dashedline > .layer > span, .navigator.jxta-cta .grid-icon--dashedline > .layer > span, .navigator.jxta-cta--primary .grid-icon--dashedline > .layer > span, .navigator.jxta-cta--secondary .grid-icon--dashedline > .layer > span, .navigator.jxta-cta--disabled .grid-icon--dashedline > .layer > span {
  background-color: #000; }
.navigator.black .prev-project, .navigator.jxta-link-style .prev-project, .navigator.jxta-cta .prev-project, .navigator.jxta-cta--primary .prev-project, .navigator.jxta-cta--secondary .prev-project, .navigator.jxta-cta--disabled .prev-project, .navigator.black .next-project, .navigator.jxta-link-style .next-project, .navigator.jxta-cta .next-project, .navigator.jxta-cta--primary .next-project, .navigator.jxta-cta--secondary .next-project, .navigator.jxta-cta--disabled .next-project {
  color: #000; }
.navigator.black .prev-project .arrow:before, .navigator.jxta-link-style .prev-project .arrow:before, .navigator.jxta-cta .prev-project .arrow:before, .navigator.jxta-cta--primary .prev-project .arrow:before, .navigator.jxta-cta--secondary .prev-project .arrow:before, .navigator.jxta-cta--disabled .prev-project .arrow:before, .navigator.black .next-project .arrow:before, .navigator.jxta-link-style .next-project .arrow:before, .navigator.jxta-cta .next-project .arrow:before, .navigator.jxta-cta--primary .next-project .arrow:before, .navigator.jxta-cta--secondary .next-project .arrow:before, .navigator.jxta-cta--disabled .next-project .arrow:before {
  background-color: black; }
.navigator.with-padding {
  padding: 8rem 0; }
.navigator .disabled {
  pointer-events: none;
  opacity: 0.3; }
.navigator .project-home {
  padding: 0 12vw; }
.navigator .grid-icon {
  display: block; }
.navigator .grid-icon:hover > span > span {
  opacity: .8; }
.navigator .grid-icon > .layer {
  width: 100%;
  position: absolute;
  left: 0; }
.navigator .grid-icon--line {
  position: relative;
  width: 36px;
  height: 41px;
  margin-right: 6px; }
.navigator .grid-icon--line > .layer {
  height: 11px; }
.navigator .grid-icon--line > .layer--primary {
  top: 0; }
.navigator .grid-icon--line > .layer--secondary {
  top: 50%;
  margin-top: -4px; }
.navigator .grid-icon--line > .layer--tertiary {
  bottom: 0; }
.navigator .grid-icon--line > .layer > span {
  position: absolute;
  display: block;
  width: 11px;
  height: 100%;
  box-sizing: border-box;
  border: solid 2px #fff; }
.navigator .grid-icon--line > .layer > span:first-child {
  left: 0; }
.navigator .grid-icon--line > .layer > span:nth-child(2) {
  left: 45%;
  margin-left: -4px; }
.navigator .grid-icon--line > .layer > span:last-child {
  right: 0; }
.navigator .grid-icon--fill {
  position: relative;
  width: 36px;
  height: 41px;
  margin-right: 6px; }
.navigator .grid-icon--fill > .layer {
  width: 100%;
  height: 11px; }
.navigator .grid-icon--fill > .layer--primary {
  top: 0; }
.navigator .grid-icon--fill > .layer--secondary {
  top: 45%;
  margin-top: -3px; }
.navigator .grid-icon--fill > .layer--tertiary {
  bottom: 0; }
.navigator .grid-icon--fill > .layer > span {
  position: absolute;
  display: block;
  width: 11px;
  height: 100%;
  background-color: #fff; }
.navigator .grid-icon--fill > .layer > span {
  left: 50%;
  margin-left: -3px; }
.navigator .grid-icon--fill > .layer > span:before {
  display: block;
  content: "";
  width: 11px;
  height: 100%;
  background-color: #fff;
  left: -15px;
  position: absolute; }
.navigator .grid-icon--fill > .layer > span:after {
  display: block;
  content: "";
  width: 11px;
  height: 100%;
  background-color: #fff;
  right: -15px;
  position: absolute; }
.navigator .grid-icon--line2 {
  position: relative;
  width: 26px;
  height: 26px; }
.navigator .grid-icon--line2 > .layer {
  height: 12px; }
.navigator .grid-icon--line2 > .layer--primary {
  top: 0; }
.navigator .grid-icon--line2 > .layer--secondary {
  bottom: 0; }
.navigator .grid-icon--line2 > .layer > span {
  position: absolute;
  display: block;
  width: 12px;
  height: 100%;
  box-sizing: border-box;
  border: solid 2px #fff; }
.navigator .grid-icon--line2 > .layer > span:first-child {
  left: 0; }
.navigator .grid-icon--line2 > .layer > span:nth-child(2) {
  right: 0; }
.navigator .grid-icon--dashedline {
  position: relative;
  width: 24px;
  height: 21px; }
.navigator .grid-icon--dashedline > .layer {
  height: 3px; }
.navigator .grid-icon--dashedline > .layer--primary {
  top: 0; }
.navigator .grid-icon--dashedline > .layer--secondary {
  top: 50%;
  margin-top: -1.5px; }
.navigator .grid-icon--dashedline > .layer--tertiary {
  bottom: 0; }
.navigator .grid-icon--dashedline > .layer > span {
  position: absolute;
  display: block;
  width: 6px;
  height: 100%;
  background-color: #fff; }
.navigator .grid-icon--dashedline > .layer > span:first-child {
  left: 0; }
.navigator .grid-icon--dashedline > .layer > span:nth-child(2) {
  left: 50%;
  margin-left: -3px; }
.navigator .grid-icon--dashedline > .layer > span:last-child {
  right: 0; }
.navigator .prev-project, .navigator .next-project {
  height: 22px;
  color: #fff; }
.navigator .prev-project .arrow:before, .navigator .next-project .arrow:before {
  background-color: white; }
@media screen and (max-width: 600px) {
  .navigator .prev-project, .navigator .next-project {
    height: 4vw;
    font-size: 2.8vw;
    line-height: 21px; } }
.navigator .project-home {
  display: inline-block; }
@media screen and (max-width: 600px) {
  .navigator .project-home {
    transform: scale(0.8);
    padding-bottom: 1vw;
    padding: 0 3vw; } }
.navigator .reversed {
  margin-left: 45px;
  margin-right: initial;
  color: #fff; }
.navigator .reversed .arrow {
  left: -44px;
  transform: rotate(180deg);
  right: initial; }
.navigator .reversed .arrow:before {
  width: 21px;
  right: 4px;
  height: 3px;
  top: 5px; }
.navigator .reversed:hover .arrow {
  left: -54px; }
.navigator .reversed:hover .arrow:before {
  width: 31px; }

.results--load-more {
  padding-top: 4rem;
  text-align: center; }

.event--date-time {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #D20A1E;
  text-transform: uppercase;
  color: #fff; }
@media screen and (max-width: 767px) {
  .event--date-time {
    padding: 20px 0px;
    flex-direction: column; } }

@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none; } }

.event__day, .event__date, .event__time {
  padding: 67px;
  letter-spacing: 1px;
  font-family: 'Archivo Black', sans-serif; }
@media screen and (max-width: 767px) {
  .event__day, .event__date, .event__time {
    padding: 5px 30px; } }

.event--wrapper .jxta-component--event .jxta-component__inner {
  padding: 10rem 0; }
.event--wrapper .jxta-component--event .jxta-component__inner .copy__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #D8D8D8; }
.event--wrapper .jxta-component--event .jxta-component__inner .copy__footer h5 {
  color: #FFFFFF; }
.event--wrapper .jxta-component--event .jxta-component__inner .copy__footer .left, .event--wrapper .jxta-component--event .jxta-component__inner .copy__footer .right {
  display: inline-block;
  padding-bottom: 15px; }
.event--wrapper .jxta-component--event .jxta-component__inner .ticket__price {
  display: block;
  padding-top: 8px;
  padding-right: 15px; }
.event--wrapper .jxta-component--event .jxta-component__inner .facebook-share {
  width: 44px;
  display: inline-block;
  height: 45px; }
.event--wrapper .jxta-component--event .jxta-component__inner .copy__rsvp {
  display: inline-block;
  color: white; }
.event--wrapper .jxta-component--event .jxta-component__inner .copy__rsvp .h5, .event--wrapper .jxta-component--event .jxta-component__inner .copy__rsvp h5 {
  line-height: 45px;
  float: left;
  padding-left: 12px; }
.event--wrapper .jxta-component--event .jxta-component__inner.dark {
  background: #000;
  color: white; }
.event--wrapper .jxta-component--event .jxta-component__inner.dark .copy-wrap .copy__title:after {
  background-color: #fff; }
.event--wrapper .jxta-component--event .jxta-component__inner.dark .copy-wrap .copy__body {
  color: #D8D8D8; }
.event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap {
  display: grid;
  display: -ms-grid;
  grid-template-columns: [left] 50% [right] 50%;
  margin-left: auto;
  margin-right: auto;
  max-width: 144rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  width: 100%;
  padding: 0 14rem; }
.event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap.reverse {
  direction: rtl; }
.event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap.reverse .col-left {
  direction: ltr;
  padding: 0 0 0 10rem; }
.event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap.reverse .col-left .copy__body {
  max-width: 100%; }
@media screen and (max-width: 960px) {
  .event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap.reverse {
    flex-direction: column-reverse;
    display: flex; }
  .event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap.reverse .col-left {
    direction: ltr;
    padding: 0 0 0 0; }
  .event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap.reverse .col-left .copy__body {
    max-width: 100%; }
  .event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap.reverse .col-right {
    padding-bottom: 35px; } }
.event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap .col-left {
  width: 43%; }
.event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap .col-right {
  width: 57%; }
.event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap.wider .col-left {
  width: 33%; }
.event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap.wider .col-right {
  width: 67%; }
.event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap.fifty-fifty .col-left {
  width: 50%; }
.event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap.fifty-fifty .col-right {
  width: 50%; }
@media screen and (max-width: 900px) {
  .event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap {
    grid-template-columns: 100%;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
  .event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap .col-left {
    width: 100%; }
  .event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap .col-right {
    width: 100%; }
  .event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap.wider .col-left {
    width: 100%; }
  .event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap.wider .col-right {
    width: 100%; }
  .event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap.fifty-fifty .col-left {
    width: 100%; }
  .event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap.fifty-fifty .col-right {
    width: 100%; } }
.event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap h4 {
  padding-bottom: 8px; }
.event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap .copy__title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.8rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
  max-width: 32rem;
  margin-bottom: 30px;
  display: inline-flex; }
.event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap .copy__title:after {
  background-color: #000; }
.event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap .copy__body {
  font-family: 'AvenirLT-Book';
  color: #656565;
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 2.6rem;
  max-width: 562px; }
.event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap .copy__cta {
  font-family: 'Archivo Black', sans-serif;
  margin-top: 4rem; }
.event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap .col-right img {
  width: 100%;
  height: auto; }
.event--wrapper .jxta-component--event .jxta-component__inner .jxta-btn, .event--wrapper .jxta-component--event .jxta-component__inner .jxta-btn--primary, .event--wrapper .jxta-component--event .jxta-component__inner .jxta-btn--secondary, .event--wrapper .jxta-component--event .jxta-component__inner .jxta-btn--white, .event--wrapper .jxta-component--event .jxta-component__inner .jxta-btn--disabled {
  font-family: 'Archivo Black', sans-serif; }
@media screen and (max-width: 960px) {
  .event--wrapper .jxta-component--event .jxta-component__inner {
    padding: 8rem 0; }
  .event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap {
    padding: 0 7rem; }
  .event--wrapper .jxta-component--event .jxta-component__inner .copy__title {
    margin-bottom: 25px; }
  .event--wrapper .jxta-component--event .jxta-component__inner .jxta-btn, .event--wrapper .jxta-component--event .jxta-component__inner .jxta-btn--primary, .event--wrapper .jxta-component--event .jxta-component__inner .jxta-btn--secondary, .event--wrapper .jxta-component--event .jxta-component__inner .jxta-btn--white, .event--wrapper .jxta-component--event .jxta-component__inner .jxta-btn--disabled {
    margin-bottom: 40px; } }
@media screen and (max-width: 480px) {
  .event--wrapper .jxta-component--event .jxta-component__inner {
    padding: 8rem 0; }
  .event--wrapper .jxta-component--event .jxta-component__inner .copy-wrap {
    padding: 0 25px; } }

.jxta-component.jxta-component--blog-post .jxta-component__inner {
  padding: 9rem 14rem 3rem;
  max-width: 1234px;
  margin: 0 auto;
  color: #6A6A6A;
  font-family: 'AvenirLT-Book';
  font-size: 16px;
  font-family: AvenirLT-Book; }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--blog-post .jxta-component__inner {
    padding: 5rem 7rem 3rem; } }
@media screen and (max-width: 480px) {
  .jxta-component.jxta-component--blog-post .jxta-component__inner {
    padding: 3rem 25px 2rem; } }
.jxta-component.jxta-component--blog-post .jxta-component__inner h1 {
  color: #D20A1E;
  margin-bottom: 10px;
  max-width: 762px;
  margin-top: 0px; }
@media screen and (max-width: 960px) {
  .jxta-component.jxta-component--blog-post .jxta-component__inner h1 {
    font-size: 4rem; } }
@media screen and (max-width: 480px) {
  .jxta-component.jxta-component--blog-post .jxta-component__inner h1 {
    font-size: 3rem; } }
.jxta-component.jxta-component--blog-post .jxta-component__inner .post-content {
  max-width: 986px; }
.jxta-component.jxta-component--blog-post .jxta-component__inner .h3, .jxta-component.jxta-component--blog-post .jxta-component__inner h3 {
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 16px;
  line-height: 1.4; }
.jxta-component.jxta-component--blog-post .jxta-component__inner time {
  text-transform: uppercase;
  font-family: 'Archivo Black', sans-serif;
  letter-spacing: 2px;
  border-bottom: 3px solid #212529;
  padding-bottom: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: block;
  color: black; }
.jxta-component.jxta-component--blog-post .jxta-component__inner table {
  color: #6A6A6A;
  font-family: 'AvenirLT-Book';
  font-size: 16px;
  letter-spacing: 0.7px;
  width: 100% !important;
  line-height: 27px; }
.jxta-component.jxta-component--blog-post .jxta-component__inner strong {
  font-family: AvenirLT-Heavy; }
.jxta-component.jxta-component--blog-post .jxta-component__inner blockquote {
  font-family: 'Archivo Black', sans-serif; }
.jxta-component.jxta-component--blog-post .jxta-component__inner blockquote p {
  display: inline-block; }
.jxta-component.jxta-component--blog-post .jxta-component__inner blockquote:before {
  content: '"';
  display: inline-block; }
.jxta-component.jxta-component--blog-post .jxta-component__inner blockquote:after {
  content: '"';
  display: inline-block; }
.jxta-component.jxta-component--blog-post .jxta-component__inner p {
  line-height: 27px;
  margin-bottom: 20px;
  color: #6A6A6A;
  font-family: 'AvenirLT-Book';
  font-size: 16px;
  letter-spacing: 0.7px; }
.jxta-component.jxta-component--blog-post .jxta-component__inner p a {
  color: #D20A1E; }
.jxta-component.jxta-component--blog-post .jxta-component__inner img {
  height: auto;
  display: block;
  margin-top: 10px;
  margin-bottom: 60px;
  max-height: 800px;
  max-width: 100%; }
.jxta-component.jxta-component--blog-post .jxta-component__inner ul {
  margin-bottom: 20px;
  margin-left: 20px; }
.jxta-component.jxta-component--blog-post .jxta-component__inner ul li {
  margin-left: 20px;
  list-style: disc; }
.jxta-component.jxta-component--blog-post .jxta-component__inner ol {
  margin-left: 20px;
  margin-bottom: 20px; }
.jxta-component.jxta-component--blog-post .jxta-component__inner ol li {
  margin-left: 20px;
  list-style: lower-alpha; }

.team-grid-wrapper {
  margin: 0 auto;
  max-width: 144rem; }
.team-grid-wrapper .staff-tiles {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }
@media screen and (max-width: 1100px) {
  .team-grid-wrapper .staff-tiles {
    flex-direction: column; } }
.team-grid-wrapper .staff-tile {
  font-family: 'AvenirLT-Book';
  color: #656565;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 20px; }
.team-grid-wrapper .staff-tile.three-up {
  width: calc(33% - 10px);
  margin-right: calc(0.33% + 10px); }
@media screen and (max-width: 1100px) {
  .team-grid-wrapper .staff-tile.three-up {
    width: calc(50% - 10px);
    margin-right: 10px; } }
@media screen and (max-width: 767px) {
  .team-grid-wrapper .staff-tile.three-up {
    width: calc(100%); } }
.team-grid-wrapper .staff-tile.three-up .staff__image img {
  height: auto;
  width: 100%; }
.team-grid-wrapper .staff-tile.three-up .staff__cred-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 1.3rem;
  color: #000; }
.team-grid-wrapper .staff-tile.three-up .staff__title {
  padding-bottom: 5px; }
.team-grid-wrapper .staff-tile.three-up .staff__cred {
  padding-bottom: 5px; }
.team-grid-wrapper .staff-tile.three-up .spacer {
  padding-bottom: 10px; }
.team-grid-wrapper .staff-tile.three-up .staff__contact-title {
  font-size: 1.3rem;
  font-family: 'Archivo Black', sans-serif;
  color: #000; }
.team-grid-wrapper .staff-tile.three-up .staff__name {
  font-size: 1.9rem;
  font-family: 'Archivo Black', sans-serif;
  color: #000;
  text-transform: uppercase; }
.team-grid-wrapper .staff-tile.three-up .facebook-icon {
  padding-right: 10px;
  width: 25px;
  display: inline-block; }
.team-grid-wrapper .staff-tile.three-up .twitter-icon {
  padding-right: 10px;
  width: 25px;
  display: inline-block; }
.team-grid-wrapper .staff-tile.three-up .instagram-icon {
  padding-right: 10px;
  width: 25px;
  display: inline-block; }

.team-grid-wrapper .grid-padding {
  padding: 0 14rem;
  margin: 0 auto;
  max-width: 144rem; }
@media screen and (max-width: 960px) {
  .team-grid-wrapper .grid-padding {
    padding: 0 7rem; } }
@media screen and (max-width: 480px) {
  .team-grid-wrapper .grid-padding {
    padding: 0rem 25px; } }
.team-grid-wrapper .grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 144rem;
  padding: 0 14rem; }
@media screen and (max-width: 960px) {
  .team-grid-wrapper .grid {
    padding: 0 7rem; } }
@media screen and (max-width: 480px) {
  .team-grid-wrapper .grid {
    padding: 0rem 25px; } }
.team-grid-wrapper .copy__title {
  font-family: 'Archivo Black', sans-serif;
  font-size: 2.8rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
  max-width: 32rem;
  margin-bottom: 30px;
  display: inline-flex; }
.team-grid-wrapper .copy__title:after {
  background-color: #000000; }
.team-grid-wrapper.board .copy__title:after {
  background-color: #fff; }

.team-grid-wrapper.board .staff-tile .staff__name {
  color: white;
  padding-bottom: 6px;
  display: block; }
.team-grid-wrapper.board .staff-tile .staff__cred-title {
  color: white;
  padding-bottom: 2px;
  display: block;
  text-transform: uppercase; }
.team-grid-wrapper.board .staff-tile .staff__cred {
  color: #D8D8D8; }

/*# sourceMappingURL=jxta.css.map */
