/*!********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/normalize.css/normalize.css ***!
  \********************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!******************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-3.use[1]!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./assets/main.scss ***!
  \******************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
}

/**
* Grid Mixin
*
* Applies a flexbox grid to a container element. All direct children will be modified to create a column based grid.
*/
/**
* 0.0 Root
*
* Top level styles every element should inherit.
*/
html {
  background-color: #fff;
  box-sizing: border-box;
  color: #303030;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  line-height: 1.625;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
html *,
html *::before,
html *::after {
  box-sizing: inherit;
}

body {
  height: 100%;
  overflow-x: hidden;
  margin: 0;
}

.clear {
  clear: both;
}

.flex-break {
  flex-basis: 100%;
  height: 0;
}

/**
* 1.0 Typography
*
* Styling all likely used content flow elements.
*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.9rem;
  margin-top: 0;
}
h1 a,
h1 a:hover,
h1 a:focus, h2 a,
h2 a:hover,
h2 a:focus, h3 a,
h3 a:hover,
h3 a:focus, h4 a,
h4 a:hover,
h4 a:focus, h5 a,
h5 a:hover,
h5 a:focus, h6 a,
h6 a:hover,
h6 a:focus, .h1 a,
.h1 a:hover,
.h1 a:focus, .h2 a,
.h2 a:hover,
.h2 a:focus, .h3 a,
.h3 a:hover,
.h3 a:focus, .h4 a,
.h4 a:hover,
.h4 a:focus, .h5 a,
.h5 a:hover,
.h5 a:focus, .h6 a,
.h6 a:hover,
.h6 a:focus {
  text-decoration: none;
}

h1,
.h1 {
  font-size: 2.25rem;
  line-height: 1.175rem;
  padding: 0.65rem 0;
}
@media (min-width: 480px) {
  h1,
  .h1 {
    font-size: 2.75rem;
  }
}

h2, .h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  padding: 0.25rem 0;
}

h3, .h3 {
  font-size: 1.625rem;
  line-height: 1.875rem;
}

h4, .h4 {
  font-size: 1.375rem;
  line-height: 1.625rem;
  padding: 0.25rem 0;
}

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.438rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.25rem 0;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 0.25rem 0;
  text-transform: uppercase;
}

a {
  color: #0b1016;
  transition: color 0.2s ease-out;
  text-decoration: none;
}
a:hover, a:focus {
  color: black;
}
a.link-large {
  font-size: 1.125rem;
  font-weight: 500;
  color: #b01c33;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  line-height: 1.125rem;
  justify-content: center;
  padding-top: 1rem;
  border-bottom: none;
}
a.link-large:hover, a.link-large:focus {
  border-bottom: 2px solid #b01c33;
}

p,
.paragraph,
table,
figure {
  margin: 0 0 1.2rem;
}

hr {
  background-color: #d8d8d8;
  border: 0;
  display: block;
  height: 1px;
  margin: 2.4rem 0;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

figcaption {
  font-size: 0.875rem;
  margin-top: 0.625rem;
}

code {
  background-color: rgba(0, 0, 0, 0.05);
  display: inline-block;
  padding: 0 0.3rem;
}

blockquote,
.blockquote {
  border-left: 4px solid #0b1016;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.16px;
  line-height: 1.55;
  margin: 2.4rem auto;
  max-width: 28rem;
  padding: 0.8rem 1.5rem;
}
blockquote p:last-child,
.blockquote p:last-child {
  margin-bottom: 0;
}

/**
* 1.1 Lists & Tables
*
* Default and custom styled list and table elements.
*/
ul,
ol {
  margin: 0;
  padding: 0;
}

article ul,
article ol {
  margin: 0 0 1.2rem;
  padding-left: 1.5rem;
}
article ul ul,
article ul ol,
article ol ul,
article ol ol {
  margin-bottom: 0;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}

td,
th {
  padding: 1.25rem;
  text-align: inherit;
  vertical-align: top;
}

thead th {
  border-bottom: 2px solid #0b1016;
  color: #0b1016;
  padding-bottom: 10px;
  vertical-align: bottom;
  white-space: nowrap;
}

tr:nth-child(even) {
  background-color: #f2f6fe;
}

/**
* 1.3 Forms
*
* Global form elements, including structering wrapper elements.
*/
form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0 0 1.5rem;
  padding: 0;
}
fieldset *:last-child {
  margin-bottom: 0;
}
fieldset input,
fieldset select,
fieldset textarea {
  margin: 0 0 1.875rem;
}

legend {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.9375rem;
}

label {
  display: inline-block;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

[type=tel], [type=url], [type=text], [type=date], [type=email], [type=search], [type=number], [type=password], textarea, select {
  appearance: none;
  background-color: #fff;
  border: 1px solid rgb(11, 16, 12);
  border-radius: 0;
  color: #0b1016;
  font-family: inherit;
  font-size: inherit;
  min-height: 50px;
}

input,
select,
textarea {
  margin: 0 0 1rem;
  padding: 10px 20px;
}

textarea {
  min-height: 150px;
  padding: 20px;
  resize: vertical;
  width: 100%;
}

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='rgb(65, 71, 81)' stroke-width='5'  points='2,9 16,25 30,9 '/%3E%3C/svg%3E");
  background-position: calc(100% - 18px) center;
  background-repeat: no-repeat;
  background-size: 9px;
  line-height: 1.75;
  padding-right: 45px;
}
select::-ms-expand {
  display: none;
}

[type=checkbox],
[type=radio] {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}
[type=checkbox], [type=checkbox]:hover, [type=checkbox]:focus,
[type=radio],
[type=radio]:hover,
[type=radio]:focus {
  border-color: #d8d8d8;
  outline: 0;
}
[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  padding-left: 1.875rem;
  position: relative;
  width: 100%;
}
[type=checkbox] + label::before,
[type=radio] + label::before {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 4px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  width: 15px;
}
[type=checkbox]:checked + label::before,
[type=radio]:checked + label::before {
  background-color: #0b1016;
  border-color: #0b1016;
  box-shadow: inset 0 0 0 2px #fff;
}

[type=radio] + label::before {
  border-radius: 50%;
}

/**
* 2.0 Helpers
*
* Global layout classes for a consistent appearance.
*/
.clear {
  clear: both;
}

.pageWrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.admin-bar .pageWrapper {
  padding-top: 46px;
}
@media (min-width: 782px) {
  .admin-bar .pageWrapper {
    padding-top: 32px;
  }
}

.mainContent {
  position: relative;
  flex: 1 0 auto;
  overflow: hidden;
}

.flyntComponent {
  position: relative;
}

.componentSpacing {
  margin: 40px 0;
}
@media (min-width: 768px) {
  .componentSpacing {
    margin: 80px 0;
  }
}
@media (min-width: 1280px) {
  .componentSpacing {
    margin: 120px 0;
  }
}
.componentSpacing[class*=theme] {
  margin: 0;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .componentSpacing[class*=theme] {
    padding: 80px 0;
  }
}
@media (min-width: 1280px) {
  .componentSpacing[class*=theme] {
    padding: 120px 0;
  }
}

.centerMaxWidthContainer {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .centerMaxWidthContainer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .centerMaxWidthContainer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

.centerContentMaxWidth {
  margin: 0 auto;
  max-width: 51.875rem;
}

.preContent > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.preContent > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.preContent {
  margin: 0 auto 32px;
  max-width: 51.875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .preContent {
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .preContent {
    margin-bottom: 60px;
  }
}

.postContent > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.postContent > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.postContent {
  margin: 32px auto 0;
  max-width: 51.875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .postContent {
    margin-top: 40px;
  }
}
@media (min-width: 1280px) {
  .postContent {
    margin-top: 60px;
  }
}

.scrollableTableWrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

/* Box Helpers */
.boxPadding > :first-child {
  margin-top: 0;
  padding-top: 0;
}
.boxPadding > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.boxPadding {
  padding: 20px;
}
@media (min-width: 1024px) {
  .boxPadding {
    padding: 30px;
  }
}

.boxShadow {
  box-shadow: 0 1px 26px 0 rgba(0, 0, 0, 0.06);
}

/* Custom styling for single post layouts */
.post-main .componentSpacing {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .post-main .componentSpacing {
    margin: 40px 0;
  }
}
@media (min-width: 1280px) {
  .post-main .componentSpacing {
    margin: 60px 0;
  }
}
.post-main .componentSpacing[class*=theme] {
  margin: 0;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .post-main .componentSpacing[class*=theme] {
    padding: 40px 0;
  }
}
@media (min-width: 1280px) {
  .post-main .componentSpacing[class*=theme] {
    padding: 60px 0;
  }
}
.post-main > .componentSpacing:first-child {
  margin-top: 0;
}
.post-main > .componentSpacing:last-child {
  margin-bottom: 0;
}

.arrow_box {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  position: relative;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.arrow_box--light {
  border-bottom-color: #E7DED0;
}
@media (min-width: 980px) {
  .arrow_box {
    margin-bottom: 1.875rem;
  }
  .testimonial .arrow_box {
    margin-top: 3.125rem;
  }
}
.arrow_box::after, .arrow_box::before {
  top: 100%;
  left: 3%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
@media (min-width: 980px) {
  .arrow_box::after, .arrow_box::before {
    left: 6%;
  }
}
.arrow_box::after {
  border-color: rgba(231, 222, 208, 0);
  border-width: 0.5625rem;
  margin-left: -0.5625rem;
  border-top-color: #fff;
}
@media (min-width: 980px) {
  .testimonial .arrow_box::after {
    border-top-color: inherit;
    border-width: 0.875rem;
    margin-left: -0.875rem;
  }
}
.arrow_box::before {
  border-color: rgba(209, 191, 158, 0);
  border-bottom-color: inherit;
  transform: rotate(180deg);
  border-width: 0.75rem;
  margin-left: -0.75rem;
}
@media (min-width: 980px) {
  .testimonial .arrow_box::before {
    border-width: 1.0625rem;
    margin-left: -1.0625rem;
  }
}

.top-ribbon {
  position: absolute;
  margin: auto;
  width: 100%;
  height: 3.75rem;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("../assets/icons/flag.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.top-ribbon::before, .top-ribbon::after {
  position: absolute;
  content: " ";
  display: block;
  height: 3px;
  width: calc(50% - 55px);
  top: 50%;
  background-color: #E7DED0;
}
.top-ribbon::after {
  right: 0;
}

.sidebar-layout {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  display: block;
  margin-bottom: 1.875rem;
  margin-top: 3rem;
  padding: 0.75rem;
}
@media (min-width: 570px) {
  .sidebar-layout {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1180px) {
  .sidebar-layout {
    margin: 0 auto;
    margin-bottom: 1.875rem;
    max-width: 75rem;
  }
}
@media (min-width: 570px) {
  .sidebar-layout__main {
    width: 62%;
  }
}
.sidebar-layout__main > .flyntComponent:first-child {
  margin-top: 0;
}

[data-anim]:not([data-anim=elastic]) {
  opacity: 0;
}

[data-anim=elastic] > div {
  opacity: 0;
}

.facetwp-overlay {
  opacity: 0 !important;
}

.skip-link {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.skip-link:focus {
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f1f1f1;
  color: #0073aa;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
}

.container > .core-list-block, .container > .core-paragraph-block, .container > .core-heading-block,
.mainContent > .core-list-block,
.mainContent > .core-paragraph-block,
.mainContent > .core-heading-block {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
}
.container > .core-list-block,
.mainContent > .core-list-block {
  padding-left: 2rem;
}

.media-coverage-item {
  display: block;
  /*&:first-child {
    margin-top: 5px;
  }*/
}
.media-coverage-item:not(:last-child) {
  margin-bottom: 1.875rem;
}
.media-coverage-item:hover .media-coverage-item__title, .media-coverage-item:focus .media-coverage-item__title {
  color: #b01c33;
}
.media-coverage-item__source-wrapper {
  align-items: center;
  display: flex;
}
.media-coverage-item__source-logo {
  flex: 0 0 auto;
  margin-right: 0.5rem;
}
.media-coverage-item__source-line {
  background-color: #d2cabe;
  display: inline-block;
  flex: 1 0 auto;
  height: 1px;
  margin: 0;
}
.media-coverage-item__title {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.2;
  color: #303030;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}

.media-coverage-source-image {
  max-width: 200px;
  width: auto;
}

[data-ace-content-inner] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  overflow: auto !important;
}

[data-ace-item-state=closed] > [data-ace-content] > [data-ace-content-inner] {
  display: none !important;
}

[data-ace-item-state=closing] > [data-ace-content] {
  overflow: hidden !important;
}

[data-ace-item-state=opening] > [data-ace-content] {
  overflow: hidden !important;
}

[data-ace-content] {
  transition-property: height;
  transition-duration: 350ms;
}

.accordion {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  display: block;
  padding: 0;
}
.accordion__boundary {
  max-width: 49.5rem;
  margin: 0 auto;
}
.single-faculty .accordion__boundary {
  margin: 0;
}
.accordion__header + .accordion__panel .accordion__item:first-child {
  border-top: 0;
}
.accordion__title {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 400;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 1.875rem;
  line-height: 1;
  color: #b01c33;
}
.accordion__title::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 7px;
  top: -0.65rem;
  left: 0;
  background-color: #b01c33;
}
@media (min-width: 570px) {
  .accordion__title {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .accordion__title {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    font-size: 2.5rem;
  }
}
.accordion__title {
  padding: 0.25rem 0 !important;
  font-size: 2.5rem !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 570px) {
  .accordion__title {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .accordion__title {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.accordion__item {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d8d8d8;
}
.accordion__item:first-child {
  border-top: 2px solid #b01c33;
}
.accordion__item:last-child {
  padding-bottom: 0;
}
.accordion__item-trigger {
  text-align: inherit;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */
}
.accordion__item-trigger::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.accordion__item-trigger {
  cursor: pointer;
  margin: 0;
  padding: 1.5625rem 2.5rem 1.5625rem 0;
  position: relative;
  width: 100%;
}
.accordion__item[data-ace-item-state=opened] {
  border: none !important;
}
.accordion__item[data-ace-item-state=opening] .accordion__item__heading, .accordion__item[data-ace-item-state=opened] .accordion__item__heading {
  color: #b01c33;
}
.accordion__item[data-ace-item-state=opening] .accordion-toggle__icon-horizontal, .accordion__item[data-ace-item-state=opened] .accordion-toggle__icon-horizontal {
  fill: #b01c33;
}
.accordion__item[data-ace-item-state=opening] .accordion-toggle__icon-vertical, .accordion__item[data-ace-item-state=opened] .accordion-toggle__icon-vertical {
  opacity: 0;
  transform: rotate(90deg);
}
.accordion__item__heading {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 1.375rem;
  line-height: 1.23;
  transition: color 0.25s;
}
@media (min-width: 570px) {
  .accordion__item__heading {
    font-size: 1.625rem;
  }
}
.accordion__item__heading:hover {
  color: #b01c33;
}
.accordion__item__heading-arrow {
  position: absolute;
  top: 1.5rem;
  right: 0.375rem;
  width: 1.3125rem;
  height: 1.3125rem;
}
.accordion__item__heading-arrow .accordion-toggle__icon-horizontal, .accordion__item__heading-arrow .accordion-toggle__icon-vertical {
  fill: #8ac6d3;
  transform-origin: center;
  transition: all 0.25s;
}
.accordion__item__content {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #303030;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .accordion__item__content {
    font-size: 1.25rem;
  }
}
.accordion__item__content strong, .accordion__item__content b {
  font-weight: 600;
}
.accordion__item__content div.alignleft,
.accordion__item__content div.alignright,
.accordion__item__content div.aligncenter,
.accordion__item__content div.alignnone,
.accordion__item__content img.alignleft,
.accordion__item__content img.alignright,
.accordion__item__content img.aligncenter,
.accordion__item__content img.alignnone {
  max-width: 100%;
  height: auto;
}
.accordion__item__content div.alignleft .wp-caption-text,
.accordion__item__content div.alignright .wp-caption-text,
.accordion__item__content div.aligncenter .wp-caption-text,
.accordion__item__content div.alignnone .wp-caption-text,
.accordion__item__content img.alignleft .wp-caption-text,
.accordion__item__content img.alignright .wp-caption-text,
.accordion__item__content img.aligncenter .wp-caption-text,
.accordion__item__content img.alignnone .wp-caption-text {
  margin-bottom: 0;
  margin-left: 1.5625rem;
  padding-left: 1.25rem;
  padding-top: 3.125rem;
  margin-top: -1.875rem;
  border-left: 0.0625rem solid #000;
  position: relative;
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media (min-width: 570px) {
  .accordion__item__content div.alignleft .wp-caption-text,
  .accordion__item__content div.alignright .wp-caption-text,
  .accordion__item__content div.aligncenter .wp-caption-text,
  .accordion__item__content div.alignnone .wp-caption-text,
  .accordion__item__content img.alignleft .wp-caption-text,
  .accordion__item__content img.alignright .wp-caption-text,
  .accordion__item__content img.aligncenter .wp-caption-text,
  .accordion__item__content img.alignnone .wp-caption-text {
    margin-left: 1.875rem;
    font-size: 0.9375rem;
  }
}
@media (min-width: 570px) {
  .accordion__item__content div.alignleft,
  .accordion__item__content div.alignright,
  .accordion__item__content img.alignleft,
  .accordion__item__content img.alignright {
    max-width: 50%;
  }
}
.accordion__item__content div.alignleft,
.accordion__item__content div.alignright,
.accordion__item__content div.aligncenter,
.accordion__item__content div.alignnone {
  padding-bottom: 2.1875rem;
}
@media (min-width: 570px) {
  .accordion__item__content div.alignleft,
  .accordion__item__content div.alignright,
  .accordion__item__content div.aligncenter,
  .accordion__item__content div.alignnone {
    padding-bottom: 3.125rem;
  }
}
.accordion__item__content div.alignleft img,
.accordion__item__content div.alignright img,
.accordion__item__content div.aligncenter img,
.accordion__item__content div.alignnone img {
  height: auto;
}
.accordion__item__content img.alignleft,
.accordion__item__content img.alignright,
.accordion__item__content img.aligncenter,
.accordion__item__content img.alignnone {
  padding-bottom: 1.25rem;
}
@media (min-width: 570px) {
  .accordion__item__content div.alignleft,
  .accordion__item__content div.aligncenter,
  .accordion__item__content div.alignnone,
  .accordion__item__content img.alignleft,
  .accordion__item__content img.aligncenter,
  .accordion__item__content img.alignnone {
    float: left;
    padding-right: 1.25rem;
    height: auto;
  }
}
@media (min-width: 570px) {
  .accordion__item__content div.alignright,
  .accordion__item__content img.alignright {
    float: right;
    padding-left: 1.25rem;
    height: auto;
  }
}
.accordion__item__content h1,
.accordion__item__content h2,
.accordion__item__content h3,
.accordion__item__content h4,
.accordion__item__content h5,
.accordion__item__content h6 {
  margin: 0.025rem 0;
}
.accordion__item__content h1 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (min-width: 570px) {
  .accordion__item__content h1 {
    font-size: 2.8125rem;
  }
}
.accordion__item__content h1 {
  color: #000;
}
.accordion__item__content h2 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 2.75rem;
}
.accordion__item__content h3 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 2.1875rem;
}
.accordion__item__content h4 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 1.875rem;
}
.accordion__item__content h5 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.accordion__item__content h6 {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.6875rem;
}
.accordion__item__content a {
  color: #303030;
  text-decoration: none;
  transition: all 0.2s ease, background-image 0.5s linear;
  background-image: linear-gradient(#c8b18b, #c8b18b);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.accordion__item__content a:hover, .accordion__item__content a:focus {
  background-image: linear-gradient(#b01c33, #b01c33);
  color: #b01c33;
}
.accordion__item__content dt {
  font-weight: bold;
}
.accordion__item__content p.intro-text, .accordion__item__content.intro-text > p {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 1.5rem;
  line-height: 1.416;
  color: #747474;
}
@media (min-width: 768px) {
  .accordion__item__content p.intro-text, .accordion__item__content.intro-text > p {
    font-size: 1.875rem;
  }
}
.accordion__item__content p,
.accordion__item__content ul,
.accordion__item__content ol,
.accordion__item__content dl,
.accordion__item__content dd,
.accordion__item__content table,
.accordion__item__content figure {
  margin: 0 0 1rem;
  line-height: 1.875rem;
}
.accordion__item__content ul,
.accordion__item__content ol {
  padding-left: 2.375rem;
}
@media (min-width: 768px) {
  .accordion__item__content ul,
  .accordion__item__content ol {
    padding-left: 3.4375rem;
  }
}
.accordion__item__content ul li,
.accordion__item__content ol li {
  list-style: none;
  position: relative;
  margin-bottom: 0.75rem;
}
.accordion__item__content ul li::before,
.accordion__item__content ol li::before {
  display: block;
  position: absolute;
  left: -1.625rem;
}
@media (min-width: 768px) {
  .accordion__item__content ul li::before,
  .accordion__item__content ol li::before {
    left: -2.5rem;
  }
}
.accordion__item__content ul ul,
.accordion__item__content ul ol,
.accordion__item__content ol ul,
.accordion__item__content ol ol {
  margin-bottom: 0;
}
.accordion__item__content ol {
  counter-reset: numeric-counter;
}
.accordion__item__content ol > li {
  counter-increment: numeric-counter;
}
.accordion__item__content ol > li::before {
  content: counter(numeric-counter) ". ";
  font-weight: 700;
  color: currentColor;
}
.accordion__item__content ul {
  counter-reset: counter;
}
.accordion__item__content ul li::before {
  content: "";
  height: 6px;
  width: 6px;
  top: 0.8rem !important;
  left: -0.75rem !important;
  border-radius: 100%;
  background-color: currentColor;
}
.accordion__item__content hr {
  background-color: #000;
  border: 0;
  display: block;
  height: 2px;
  margin: 2rem 0;
}
.accordion__item__content td {
  font-size: 1.25rem;
}

.flip {
  transform: rotate(180deg);
}

.callout {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  max-width: 24rem;
  color: #fff;
}
@media (min-width: 768px) {
  .callout {
    max-width: 62.25rem;
  }
}
.callout__boundary {
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
}
@media (min-width: 768px) {
  .callout__boundary {
    padding: 0 1.625rem;
    flex-direction: row;
  }
}
.callout--dark {
  color: #fff;
}
.callout--dark .callout__content {
  background-color: #303030;
}
.callout--dark .callout__text {
  color: #fff !important;
}
.callout--light {
  color: #303030;
}
.callout--light .callout__content {
  background-color: #efebe1;
}
.callout--light .callout__text {
  color: #303030 !important;
}
.callout--light .callout__link a {
  color: #303030;
}
.callout--light .callout__cta {
  color: #303030;
}
.callout--light .callout__color-reverse {
  background: #c8b18b;
}
.callout--light .callout__color-reverse .color-reverse-fill {
  height: 100%;
  width: 100%;
  margin: 1rem 0 0 0;
  background: #FFFFFF;
  transition-property: width;
  transition-duration: 1s;
}
.callout__content {
  background-color: #303030;
  padding: 1.625rem 2.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.callout__image {
  flex-basis: 23.75rem;
  flex-shrink: 1;
}
@media (min-width: 768px) {
  .callout__image {
    flex-shrink: 0;
  }
}
.callout__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.callout__title {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 2.125rem;
  line-height: 1;
  margin-bottom: 0.75rem;
  font-weight: 400;
}
@media (min-width: 1180px) {
  .callout__title {
    font-size: 3.125rem;
  }
}
.callout__text {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #303030;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .callout__text {
    font-size: 1.25rem;
  }
}
.callout__text strong, .callout__text b {
  font-weight: 600;
}
.callout__text div.alignleft,
.callout__text div.alignright,
.callout__text div.aligncenter,
.callout__text div.alignnone,
.callout__text img.alignleft,
.callout__text img.alignright,
.callout__text img.aligncenter,
.callout__text img.alignnone {
  max-width: 100%;
  height: auto;
}
.callout__text div.alignleft .wp-caption-text,
.callout__text div.alignright .wp-caption-text,
.callout__text div.aligncenter .wp-caption-text,
.callout__text div.alignnone .wp-caption-text,
.callout__text img.alignleft .wp-caption-text,
.callout__text img.alignright .wp-caption-text,
.callout__text img.aligncenter .wp-caption-text,
.callout__text img.alignnone .wp-caption-text {
  margin-bottom: 0;
  margin-left: 1.5625rem;
  padding-left: 1.25rem;
  padding-top: 3.125rem;
  margin-top: -1.875rem;
  border-left: 0.0625rem solid #000;
  position: relative;
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media (min-width: 570px) {
  .callout__text div.alignleft .wp-caption-text,
  .callout__text div.alignright .wp-caption-text,
  .callout__text div.aligncenter .wp-caption-text,
  .callout__text div.alignnone .wp-caption-text,
  .callout__text img.alignleft .wp-caption-text,
  .callout__text img.alignright .wp-caption-text,
  .callout__text img.aligncenter .wp-caption-text,
  .callout__text img.alignnone .wp-caption-text {
    margin-left: 1.875rem;
    font-size: 0.9375rem;
  }
}
@media (min-width: 570px) {
  .callout__text div.alignleft,
  .callout__text div.alignright,
  .callout__text img.alignleft,
  .callout__text img.alignright {
    max-width: 50%;
  }
}
.callout__text div.alignleft,
.callout__text div.alignright,
.callout__text div.aligncenter,
.callout__text div.alignnone {
  padding-bottom: 2.1875rem;
}
@media (min-width: 570px) {
  .callout__text div.alignleft,
  .callout__text div.alignright,
  .callout__text div.aligncenter,
  .callout__text div.alignnone {
    padding-bottom: 3.125rem;
  }
}
.callout__text div.alignleft img,
.callout__text div.alignright img,
.callout__text div.aligncenter img,
.callout__text div.alignnone img {
  height: auto;
}
.callout__text img.alignleft,
.callout__text img.alignright,
.callout__text img.aligncenter,
.callout__text img.alignnone {
  padding-bottom: 1.25rem;
}
@media (min-width: 570px) {
  .callout__text div.alignleft,
  .callout__text div.aligncenter,
  .callout__text div.alignnone,
  .callout__text img.alignleft,
  .callout__text img.aligncenter,
  .callout__text img.alignnone {
    float: left;
    padding-right: 1.25rem;
    height: auto;
  }
}
@media (min-width: 570px) {
  .callout__text div.alignright,
  .callout__text img.alignright {
    float: right;
    padding-left: 1.25rem;
    height: auto;
  }
}
.callout__text h1,
.callout__text h2,
.callout__text h3,
.callout__text h4,
.callout__text h5,
.callout__text h6 {
  margin: 0.025rem 0;
}
.callout__text h1 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (min-width: 570px) {
  .callout__text h1 {
    font-size: 2.8125rem;
  }
}
.callout__text h1 {
  color: #000;
}
.callout__text h2 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 2.75rem;
}
.callout__text h3 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 2.1875rem;
}
.callout__text h4 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 1.875rem;
}
.callout__text h5 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.callout__text h6 {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.6875rem;
}
.callout__text a {
  color: #303030;
  text-decoration: none;
  transition: all 0.2s ease, background-image 0.5s linear;
  background-image: linear-gradient(#c8b18b, #c8b18b);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.callout__text a:hover, .callout__text a:focus {
  background-image: linear-gradient(#b01c33, #b01c33);
  color: #b01c33;
}
.callout__text dt {
  font-weight: bold;
}
.callout__text p.intro-text, .callout__text.intro-text > p {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 1.5rem;
  line-height: 1.416;
  color: #747474;
}
@media (min-width: 768px) {
  .callout__text p.intro-text, .callout__text.intro-text > p {
    font-size: 1.875rem;
  }
}
.callout__text p,
.callout__text ul,
.callout__text ol,
.callout__text dl,
.callout__text dd,
.callout__text table,
.callout__text figure {
  margin: 0 0 1rem;
  line-height: 1.875rem;
}
.callout__text ul,
.callout__text ol {
  padding-left: 2.375rem;
}
@media (min-width: 768px) {
  .callout__text ul,
  .callout__text ol {
    padding-left: 3.4375rem;
  }
}
.callout__text ul li,
.callout__text ol li {
  list-style: none;
  position: relative;
  margin-bottom: 0.75rem;
}
.callout__text ul li::before,
.callout__text ol li::before {
  display: block;
  position: absolute;
  left: -1.625rem;
}
@media (min-width: 768px) {
  .callout__text ul li::before,
  .callout__text ol li::before {
    left: -2.5rem;
  }
}
.callout__text ul ul,
.callout__text ul ol,
.callout__text ol ul,
.callout__text ol ol {
  margin-bottom: 0;
}
.callout__text ol {
  counter-reset: numeric-counter;
}
.callout__text ol > li {
  counter-increment: numeric-counter;
}
.callout__text ol > li::before {
  content: counter(numeric-counter) ". ";
  font-weight: 700;
  color: currentColor;
}
.callout__text ul {
  counter-reset: counter;
}
.callout__text ul li::before {
  content: "";
  height: 6px;
  width: 6px;
  top: 0.8rem !important;
  left: -0.75rem !important;
  border-radius: 100%;
  background-color: currentColor;
}
.callout__text hr {
  background-color: #000;
  border: 0;
  display: block;
  height: 2px;
  margin: 2rem 0;
}
.callout__text td {
  font-size: 1.25rem;
}
.callout__text {
  color: #fff;
}
.callout__text a {
  color: #efebe1;
}
@media (min-width: 1180px) {
  .callout__links {
    display: flex;
  }
}
.callout__links ul {
  padding-right: 1.5625rem;
  list-style: none;
}
@media (min-width: 1180px) {
  .callout__links ul {
    width: 50%;
  }
}
.callout__links ul + ul .callout__link:first-child {
  border-top: 1px solid #c8b18b;
}
@media (min-width: 1180px) {
  .callout__links ul + ul .callout__link:first-child {
    border-top: none;
  }
}
.callout__color-reverse {
  height: 1px;
  width: 100%;
  padding: 0;
  background: #fff;
}
.callout__color-reverse .color-reverse-fill {
  height: 100%;
  width: 100%;
  margin: 1rem 0 0 0;
  background: #c8b18b;
  transition-property: width;
  transition-duration: 1s;
}
.callout__link {
  list-style: none;
  font-size: 1.25rem;
  line-height: 1.4;
  padding: 0.75rem 0;
}
.callout__link:last-child {
  border-bottom: none;
}
.callout__link a {
  color: #efebe1;
}
.callout__link a:hover, .callout__link a:focus {
  color: #c8b18b;
}
.callout__link:hover .color-reverse-fill, .callout__link:focus .color-reverse-fill {
  width: 0;
}
.callout__link a:hover .color-reverse-fill, .callout__link a:focus .color-reverse-fill {
  color: #fff;
  width: 0;
}
.callout__cta {
  display: inline-flex;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 1;
  margin-top: 1.875rem;
}
.callout__cta:hover, .callout__cta:focus {
  color: #c8b18b;
}

.caption-image {
  max-width: 49.5rem;
  margin: 0 auto;
}
.single-faculty .caption-image {
  margin: 0;
}
.caption-image {
  margin-top: 3.25rem;
  position: relative;
}
.caption-image__picture {
  display: block;
  position: relative;
  width: 100%;
}
.caption-image__image {
  width: 100%;
  height: auto;
}
.caption-image__caption {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5625rem 1.4375rem;
  margin-left: 4.875rem;
  margin-top: 4px;
  border-left: 1px solid #b01c33;
}

[is=flynt-block-cookie-notice] {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 999;
}
[is=flynt-block-cookie-notice] .container {
  background: #fff;
  border: 1px solid #ccc;
  padding-bottom: 16px;
  padding-top: 16px;
}
[is=flynt-block-cookie-notice] .content > :first-child {
  margin-top: 0;
  padding-top: 0;
}
[is=flynt-block-cookie-notice] .content > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
[is=flynt-block-cookie-notice] .content {
  font-size: 0.8rem;
  padding-bottom: 16px;
}
[is=flynt-block-cookie-notice].cookieNotice--isVisible {
  display: block;
}
@media (min-width: 768px) {
  [is=flynt-block-cookie-notice].layoutBottom .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  [is=flynt-block-cookie-notice].layoutBottom .content {
    padding-bottom: 0;
    padding-right: 30px;
  }
}
@media (min-width: 480px) {
  [is=flynt-block-cookie-notice].layoutFloating {
    bottom: 16px;
    left: 16px;
    max-width: 380px;
    width: calc(100% - 16px * 2);
  }
  [is=flynt-block-cookie-notice].layoutFloating .container {
    padding: 30px;
  }
}

.cta-buttons {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.cta-buttons__boundary {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
  padding: 0;
}
.cta-buttons__buttons {
  font-size: 0;
  text-align: center;
}
.cta-buttons__button {
  list-style: none;
  display: inline-block;
  margin: 0.9375rem;
}
.cta-buttons__button a {
  color: #303030;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 0.625rem;
  transition: 0.2s all;
  position: relative;
  min-height: 4.375rem;
  min-width: 17.375rem;
}
.cta-buttons__button a:hover, .cta-buttons__button a:focus {
  color: #fff;
  background-color: #b01c33;
  box-shadow: 1px 2px 12px 6px rgba(0, 0, 0, 0.2);
}
.cta-buttons__button a:hover:before, .cta-buttons__button a:focus:before {
  background-color: rgb(123.2, 19.6, 35.7);
}
.cta-buttons__button a {
  min-height: 6.875rem;
  background-color: #b01c33;
  color: #fff;
}
.cta-buttons__button a:hover, .cta-buttons__button a:focus {
  background-color: #fff;
  color: #b01c33;
}
.cta-buttons--sand .cta-buttons__button a {
  background-color: #efebe1;
  color: #303030;
  border-top: 5px solid #b01c33;
}
.cta-buttons--sand .cta-buttons__button a:hover, .cta-buttons--sand .cta-buttons__button a:focus {
  border-top: 5px solid rgb(123.2, 19.6, 35.7);
  background-color: #b01c33;
  color: #fff;
}

.faculty-directory {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
}
.faculty-directory__filters {
  margin: 0 -0.9375rem;
  margin-top: 1.5625rem;
}
@media (min-width: 768px) {
  .faculty-directory__filters {
    margin: 0;
  }
}
.faculty-directory__filters-top {
  background-color: #efebe1;
}
.faculty-directory__filters-bottom {
  background-color: #E7DED0;
  position: relative;
}
.faculty-directory__filters-bottom__boundary {
  display: flex;
  max-width: 66.375rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  flex-direction: column;
}
@media (min-width: 570px) {
  .faculty-directory__filters-bottom__boundary {
    flex-direction: row;
  }
}
.faculty-directory .facetwp-facet {
  margin: 0;
}
.faculty-directory__filter-label {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 1.1875rem;
}
.faculty-directory__filter-scroll-wrapper {
  height: 2.9375rem;
  width: 100%;
  overflow: hidden;
}
.faculty-directory__filter--alpha {
  max-width: 66.375rem;
  margin: 0 auto;
  padding: 1.25rem;
}
.faculty-directory__filter--tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 570px) {
  .faculty-directory__filter--tabs {
    flex-basis: 45%;
  }
}
.faculty-directory__filter-tab {
  margin-left: 1.25rem;
  height: 100%;
  width: auto;
}
@media (min-width: 570px) {
  .faculty-directory__filter-tab {
    align-items: left;
  }
}
.faculty-directory__filter-tab button {
  text-align: inherit;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */
}
.faculty-directory__filter-tab button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.faculty-directory__filter-tab button {
  height: 100%;
  min-height: 3.75rem;
  font-size: 1.25rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  outline: 0;
}
.faculty-directory__filter-tab button:hover, .faculty-directory__filter-tab button:focus {
  color: #b01c33;
}
.faculty-directory__filter-tab button:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
.faculty-directory__filter-tab button.btn-open {
  color: #b01c33;
}
.faculty-directory__filter-tab button.btn-open:after {
  display: block;
  content: "";
  width: 100%;
  max-width: 100%;
  flex-shrink: 1;
  height: 3px;
  background-color: #b01c33;
  position: absolute;
  bottom: 0;
  right: 0;
}
.faculty-directory__filter-tab button.btn-open svg {
  transform: rotateX(180deg);
}
.faculty-directory__filter-facet {
  display: none;
  width: 100%;
  background-color: #E7DED0;
  border-top: 1px solid #efebe1;
  padding: 1.5rem 1.5rem 1.5rem 2.375rem;
  z-index: 1;
}
.faculty-directory__filter .facetwp-counter {
  display: none;
}
.faculty-directory__filter .facetwp-alpha {
  color: #747474;
  font-size: 1.25rem;
}
.faculty-directory__filter .facetwp-alpha[data-id="#"] {
  display: none;
}
.faculty-directory__filter .facetwp-alpha.active, .faculty-directory__filter .facetwp-alpha.selected {
  font-weight: normal;
  color: #b01c33;
  border-bottom: 1px solid #b01c33;
}
.faculty-directory__filter .facetwp-type-checkboxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
}
.faculty-directory__filter .facetwp-checkbox {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  background: none;
  display: flex;
  align-items: center;
  flex-basis: 33.333333%;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 1rem;
}
.faculty-directory__filter .facetwp-checkbox.checked {
  background: none;
}
.faculty-directory__filter .facetwp-checkbox.checked::before {
  background-color: #b01c33;
}
.faculty-directory__filter .facetwp-checkbox::before {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #fff;
  margin-right: 0.75rem;
}
.faculty-directory__filter .facetwp-type-alpha {
  margin: 0;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  padding: 0.625rem 0;
  overflow-x: scroll;
}
.faculty-directory__filter .facetwp-type-fselect {
  margin: 0;
}
.faculty-directory__filter--search {
  flex-basis: 50%;
  padding: 1.25rem 0;
  max-width: 50rem;
}
@media (min-width: 570px) {
  .faculty-directory__filter--search {
    margin: 0 auto;
  }
}
.faculty-directory__filter--search .facetwp-facet {
  display: flex;
  margin: 0;
}
.faculty-directory__filter--search .facetwp-autocomplete {
  border: none;
  height: 3.375rem;
  margin: 0;
  flex-basis: 100%;
}
.faculty-directory__filter--search .facetwp-autocomplete-update {
  width: 3.375rem;
  height: 3.375rem;
  background-color: #303030;
  background-image: url("../assets/icons/search-icon-white.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: center;
  border: none;
  border-radius: 0;
  margin: 0;
  text-indent: -999999px;
  overflow: hidden;
  cursor: pointer;
}
.faculty-directory__filter--search .facetwp-autocomplete-update:hover {
  background-image: url("../assets/icons/search-icon-white.svg");
  background-size: 1.5rem;
  background-position: center;
  background-color: #b01c33;
}
.faculty-directory__selections {
  display: flex;
  max-width: 66.375rem;
  margin: 0 auto;
  padding: 1rem 1.25rem;
  justify-content: space-between;
}
.faculty-directory__selections + .faculty-directory__selections {
  padding-top: 0;
}
.faculty-directory__selections .facetwp-selections {
  font-size: 1.125rem;
  font-weight: 500;
}
.faculty-directory__selections .facetwp-selections .facetwp-selection-label {
  display: none;
}
.faculty-directory__selections .facetwp-selections .facetwp-selection-value {
  background-image: none;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s;
}
.faculty-directory__selections .facetwp-selections .facetwp-selection-value:focus, .faculty-directory__selections .facetwp-selections .facetwp-selection-value:hover {
  color: #b01c33;
}
.faculty-directory__selections .facetwp-selections .facetwp-selection-value:focus::after, .faculty-directory__selections .facetwp-selections .facetwp-selection-value:hover::after {
  background-color: #b01c33;
}
.faculty-directory__selections .facetwp-selections .facetwp-selection-value::after {
  display: block;
  content: "";
  border-radius: 100%;
  margin-left: 0.4375rem;
  width: 1rem;
  height: 1rem;
  background-color: #303030;
  background-image: url("../assets/icons/x-icon-white.svg");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  background-position: center;
  transition: background-color 0.2s;
}
.faculty-directory__count {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  font-weight: 600;
}
.faculty-directory__reset {
  text-align: inherit;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */
}
.faculty-directory__reset::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.faculty-directory__reset {
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.2s;
}
.faculty-directory__reset.hidden {
  display: none;
}
.faculty-directory__reset:focus, .faculty-directory__reset:hover {
  color: #b01c33;
}
.faculty-directory__reset::after {
  display: block;
  content: "";
  margin-left: 0.4375rem;
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url("../assets/icons/reload.svg");
  background-repeat: no-repeat;
  background-size: 0.9375rem;
  background-position: center;
}
.faculty-directory__results {
  margin-top: 1.875rem;
}

@media (min-width: 570px) {
  .clinics-tab {
    flex-basis: 100% !important;
  }
}

.faculty_directory_pagination {
  width: 100%;
  margin: 2rem auto;
  font-size: 1.5rem;
  text-align: center;
}
.faculty_directory_pagination a.facetwp-page {
  font-size: 2rem;
  color: #747474;
}
.faculty_directory_pagination a.facetwp-page.active {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #b01c33;
  font-weight: 500;
  color: #b01c33 !important;
}
.faculty_directory_pagination a.facetwp-page.prev::before {
  background-image: url("../assets/icons/chevron-right-slate.svg");
  transform: deg(180);
  padding-right: 3rem;
}
.faculty_directory_pagination a.facetwp-page.next::after {
  padding-left: 3rem;
  background-image: url("../assets/icons/chevron-right-slate.svg");
}

.featured-items-slider {
  max-height: 600px;
  overflow: hidden;
}
.featured-items-slider__heading-area {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.featured-items-slider__heading-boundary {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
  text-align: center;
}
.featured-items-slider__heading {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
}
.featured-items-slider__slider-boundary {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
}
.featured-items-slider__slider-container {
  position: relative;
  padding-top: 3.75rem;
  padding-bottom: 4.6875rem;
}
.featured-items-slider__slider-counter {
  position: absolute;
  top: 0;
  right: 85px;
  margin-top: 0.3125rem;
  margin-right: 1.5625rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
}
.featured-items-slider__item {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  visibility: hidden;
}
@media (min-width: 690px) {
  .featured-items-slider__item {
    width: 50%;
  }
}
@media (min-width: 980px) {
  .featured-items-slider__item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1280px) {
  .featured-items-slider__item {
    width: 25%;
  }
}
.featured-items-slider__item::before {
  content: "";
  position: absolute;
  width: calc(100% - 26px);
  height: calc(100% - 53px);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.featured-items-slider__item-inner {
  display: block;
  position: relative;
  width: calc(100% - 26px);
  padding-top: 10px;
  padding-bottom: 30px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.featured-items-slider__item-image {
  position: relative;
  width: 105px;
  height: 105px;
  margin-left: 16px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #c8b18b;
}
.featured-items-slider__item-title {
  margin-bottom: 8px;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.3;
  color: #303030;
}
.featured-items-slider__item-text {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #303030;
}
.featured-items-slider--initialized {
  max-height: none;
}
.featured-items-slider--initialized .featured-items-slider__item {
  visibility: visible;
}
.featured-items-slider--initialized .featured-items-slider__slider-container:not(.flickity-enabled) {
  display: flex;
}
.featured-items-slider--initialized .featured-items-slider__slider-container:not(.flickity-enabled) .featured-items-slider__item-inner {
  margin-bottom: 0;
}
.featured-items-slider--red .featured-items-slider__heading-area {
  background-color: #8b0e05;
}
.featured-items-slider--red .featured-items-slider__heading {
  position: relative;
  display: inline-block;
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
}
.featured-items-slider--red .featured-items-slider__heading::before, .featured-items-slider--red .featured-items-slider__heading::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/icons/tilde-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.featured-items-slider--red .featured-items-slider__heading::before {
  left: 0;
}
.featured-items-slider--red .featured-items-slider__heading::after {
  right: 0;
}
.featured-items-slider--red .featured-items-slider__slider-area {
  background-color: #b01c33;
}
.featured-items-slider--red .featured-items-slider__slider-counter {
  color: #fff;
}
.featured-items-slider--red .flickity-prev-next-button.previous {
  color: #fff;
  background-color: #8b0e05;
}
.featured-items-slider--red .flickity-prev-next-button.next {
  color: #b01c33;
  background-color: #fff;
}
.featured-items-slider--sand .featured-items-slider__heading-area {
  background-color: #E7DED0;
}
.featured-items-slider--sand .featured-items-slider__heading {
  position: relative;
  display: inline-block;
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #303030;
}
.featured-items-slider--sand .featured-items-slider__heading::before, .featured-items-slider--sand .featured-items-slider__heading::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/icons/tilde-gray-dark.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.featured-items-slider--sand .featured-items-slider__heading::before {
  left: 0;
}
.featured-items-slider--sand .featured-items-slider__heading::after {
  right: 0;
}
.featured-items-slider--sand .featured-items-slider__slider-area {
  background-color: #efebe1;
}
.featured-items-slider--sand .featured-items-slider__slider-counter {
  color: #303030;
}
.featured-items-slider--sand .flickity-prev-next-button.previous {
  color: #303030;
  background-color: #E7DED0;
}
.featured-items-slider--sand .flickity-prev-next-button.next {
  color: #303030;
  background-color: #fff;
}
.featured-items-slider--light-blue .featured-items-slider__heading-area {
  background-color: #d5ecf2;
}
.featured-items-slider--light-blue .featured-items-slider__heading {
  position: relative;
  display: inline-block;
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #303030;
}
.featured-items-slider--light-blue .featured-items-slider__heading::before, .featured-items-slider--light-blue .featured-items-slider__heading::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/icons/tilde-gray-dark.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.featured-items-slider--light-blue .featured-items-slider__heading::before {
  left: 0;
}
.featured-items-slider--light-blue .featured-items-slider__heading::after {
  right: 0;
}
.featured-items-slider--light-blue .featured-items-slider__slider-area {
  background-color: #b9dfec;
}
.featured-items-slider--light-blue .featured-items-slider__slider-counter {
  color: #303030;
}
.featured-items-slider--light-blue .flickity-prev-next-button.previous {
  color: #303030;
  background-color: #d5ecf2;
}
.featured-items-slider--light-blue .flickity-prev-next-button.next {
  color: #303030;
  background-color: #fff;
}
.featured-items-slider .flickity-prev-next-button {
  width: 42px;
  height: 42px;
  top: 0;
  border-radius: 0;
  transform: none;
}
.featured-items-slider .flickity-prev-next-button.previous:disabled, .featured-items-slider .flickity-prev-next-button.next:disabled {
  opacity: 1;
}
.featured-items-slider .flickity-prev-next-button.previous {
  right: 43px;
  left: auto;
}
.featured-items-slider .flickity-prev-next-button.next {
  right: 0;
  left: auto;
}
.featured-items-slider .flickity-viewport {
  overflow: hidden;
}

.featured-people {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  padding: 0;
}
.featured-people__boundary {
  max-width: 75rem;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0.625rem;
}
@media (min-width: 768px) {
  .featured-people__boundary {
    padding: 0;
  }
}
.featured-people__card {
  max-width: 28.125rem;
  margin: 0.625rem;
  display: flex;
  flex-direction: column;
  border-top: 5px solid #b01c33;
  border-left: 1px solid #E7DED0;
  border-right: 1px solid #E7DED0;
  border-bottom: 1px solid #E7DED0;
  transition-property: box-shadow;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
@media (min-width: 570px) {
  .featured-people__card {
    width: calc(50% - 1.25rem);
  }
}
@media (min-width: 768px) {
  .featured-people__card {
    width: calc(33.3% - 1.25rem);
  }
}
.featured-media-coverage .featured-people__card {
  width: 100%;
  margin: 0;
}
.featured-people__card:hover, .featured-people__card:focus {
  box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.12);
}
.featured-people__card:hover .featured-people__arrow, .featured-people__card:focus .featured-people__arrow {
  border: 1px solid #b01c33;
}
.featured-people__card:hover .featured-people__arrow path, .featured-people__card:focus .featured-people__arrow path {
  fill: #b01c33;
}
.featured-people__image {
  background-color: #efebe1;
}
.featured-people__content {
  padding: 0.9375rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.featured-people__text {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-style: italic;
  font-size: 1.375rem;
  line-height: 2.0625rem;
  font-weight: 500;
  margin-bottom: 1.125rem;
}
.featured-people__meta {
  min-height: 5.875rem;
  position: relative;
  padding-right: 2.5rem;
  padding-top: 2.5rem;
}
.featured-people__name {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.03125rem;
  font-weight: 600;
}
.featured-people__title {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 500;
}
.featured-people .arrow_box {
  position: absolute;
  top: 0;
  width: 100%;
}
.featured-people__arrow {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 100%;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s border-color;
}
.featured-people__arrow svg {
  width: 10px;
  height: 10px;
}
.featured-people__arrow svg path {
  transition: 0.2s fill;
}
.featured-people__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
}

.featured-text {
  margin: 0;
  min-height: 21.875rem;
  padding: 4.1875rem 2rem;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1180px) {
  .featured-text {
    min-height: 29.8125rem;
    padding: 4.1875rem;
  }
}
.featured-text__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  background-position: center;
  background-blend-mode: multiply, luminosity;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  opacity: 45%;
}
.featured-text__text-wrapper {
  max-width: 62.25rem;
  text-align: center;
  z-index: 1;
}
.featured-text__text {
  position: relative;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 2rem;
  line-height: 2.625rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 1180px) {
  .featured-text__text {
    font-size: 2.8125rem;
    line-height: 3.75rem;
  }
}
.featured-text__link {
  display: inline-flex;
  align-items: center;
  margin: auto;
  margin-top: 1.875rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  transition-property: color;
  transition-duration: 0.25s;
}
.featured-text__link span {
  margin-right: 0.3125rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  transition-property: border-bottom-color;
  transition-duration: 0.25s;
}
.featured-text__link:hover, .featured-text__link:focus {
  outline: 0;
  color: #fff;
}
.featured-text__link:hover span, .featured-text__link:focus span {
  border-bottom-color: #fff;
}
.featured-text__link:hover .featured-text__link-chevron path, .featured-text__link:focus .featured-text__link-chevron path {
  fill: #fff;
}
.featured-text__link-chevron {
  width: 0.5rem;
}
.featured-text__link-chevron path {
  fill: #fff;
  transition-property: fill;
  transition-duration: 0.25s;
}

.mainFooter {
  position: relative;
}
.mainFooter__top-wrapper {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
  display: block;
}
.mainFooter__top {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  background-color: #303030;
}
.mainFooter__info {
  margin-bottom: 1rem;
  text-align: center;
}
.mainFooter__logo {
  display: inline-block;
  width: 100%;
  max-width: 14.0625rem;
  margin-bottom: 1rem;
}
.mainFooter__info-text {
  color: #fff;
}
.mainFooter__info-text p {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}
.mainFooter__info-text p:last-child {
  margin-bottom: 0;
}
.mainFooter .footer-menu__utility-links-toggle, .mainFooter .footer-menu__footer-column-2-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding-top: 0.9375rem;
  padding-right: 0;
  padding-bottom: 0.9375rem;
  padding-left: 0;
  border: 0;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #202020;
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: left;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
.mainFooter .footer-menu__utility-links-toggle img, .mainFooter .footer-menu__footer-column-2-toggle img {
  display: inline-block;
  width: 18px;
  height: 9px;
}
.mainFooter .footer-menu__utility-links-toggle.opened img, .mainFooter .footer-menu__footer-column-2-toggle.opened img {
  transform: rotate(-180deg);
}
.mainFooter .footer-menu__utility-links-wrapper, .mainFooter .footer-menu__footer-column-2-wrapper {
  padding-left: 1.5625rem;
  height: 0;
  overflow: hidden;
  transition-property: height;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.mainFooter .footer-menu__utility-links, .mainFooter .footer-menu__footer-column-2-links {
  padding-bottom: 0.625rem;
}
.mainFooter .footer-menu__utility-links > li > a, .mainFooter .footer-menu__footer-column-2-links > li > a {
  display: block;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}
.mainFooter .footer-menu__footer-column-3-links > li > a {
  display: block;
  width: 100%;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #202020;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-align: left;
  color: #fff;
}
.mainFooter__social {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1.5625rem;
}
.mainFooter__social-link {
  display: flex;
  margin-right: 2.5rem;
  margin-bottom: 0;
}
.mainFooter__social-link:last-child {
  margin-right: 0;
}
@media (min-width: 980px) {
  .mainFooter__social-link {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.mainFooter__social-link:last-child {
  margin-bottom: 0;
}
.mainFooter__social-link:hover .mainFooter__social-text, .mainFooter__social-link:focus .mainFooter__social-text {
  border-bottom-color: #fff;
}
.mainFooter__social-icon {
  width: 1.5625rem;
  height: 1.5625rem;
}
@media (min-width: 768px) {
  .mainFooter__social-icon {
    margin-right: 0.5rem;
  }
}
@media (min-width: 980px) {
  .mainFooter__social-icon {
    margin-right: 1.25rem;
  }
}
.mainFooter__social-icon .fa-brands,
.mainFooter__social-icon .fab {
  width: 100%;
  font-size: 25px;
  text-align: center;
  color: #fff;
}
.mainFooter__social-text {
  display: none;
}
@media (min-width: 768px) {
  .mainFooter__social-text {
    display: inline-block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #fff;
    transition-property: border-bottom-color;
    transition-duration: 0.25s;
    transition-timing-function: linear;
  }
}
.mainFooter__bottom {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background-color: #0f0f0f;
}
.mainFooter__bottom-wrapper {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.mainFooter__copyright {
  margin-right: 1.875rem;
  color: #9E9E9E;
}
.mainFooter__bottom-links {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mainFooter__bottom-link:not(:last-child) {
  margin-right: 1.875rem;
}
.mainFooter__bottom-link a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  color: #9E9E9E;
  transition-property: border-bottom-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.mainFooter__bottom-link a:hover, .mainFooter__bottom-link a:focus {
  border-bottom-color: #9E9E9E;
}
.mainFooter {
  /*
  	X-Small2 (570px)

  */
}
@media (min-width: 570px) {
  .mainFooter .footer-menu {
    display: flex;
  }
  .mainFooter .footer-menu__utility-links-container, .mainFooter .footer-menu__footer-column-2-container, .mainFooter .footer-menu__footer-column-3-container {
    flex: 0 0 auto;
    width: 33.33%;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #202020;
  }
  .mainFooter .footer-menu__utility-links-toggle, .mainFooter .footer-menu__footer-column-2-toggle {
    display: none;
  }
  .mainFooter .footer-menu__utility-links-wrapper, .mainFooter .footer-menu__footer-column-2-wrapper, .mainFooter .footer-menu__footer-column-3-wrapper {
    padding-left: 0;
    height: auto !important;
  }
  .mainFooter .footer-menu__utility-links, .mainFooter .footer-menu__footer-column-2-links, .mainFooter .footer-menu__footer-column-3-links {
    padding-top: 0;
    padding-right: 1.5625rem;
    padding-bottom: 0;
    padding-left: 1.5625rem;
    list-style: none;
  }
  .mainFooter .footer-menu__utility-links > li, .mainFooter .footer-menu__footer-column-2-links > li, .mainFooter .footer-menu__footer-column-3-links > li {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mainFooter .footer-menu__utility-links > li > a, .mainFooter .footer-menu__footer-column-2-links > li > a, .mainFooter .footer-menu__footer-column-3-links > li > a {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    transition-property: border-bottom-color;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    font-size: 1rem;
  }
  .mainFooter .footer-menu__utility-links > li > a:hover, .mainFooter .footer-menu__utility-links > li > a:focus, .mainFooter .footer-menu__footer-column-2-links > li > a:hover, .mainFooter .footer-menu__footer-column-2-links > li > a:focus, .mainFooter .footer-menu__footer-column-3-links > li > a:hover, .mainFooter .footer-menu__footer-column-3-links > li > a:focus {
    border-bottom-color: #fff;
  }
  .mainFooter .footer-menu__footer-column-3-links > li > a {
    width: auto;
    border-top-width: 0;
    font-weight: 400;
    line-height: 1;
  }
}
.mainFooter {
  /*
  	Small (768px)

  */
}
@media (min-width: 768px) {
  .mainFooter__top-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .mainFooter__info {
    width: 26%;
    margin-bottom: 0;
    padding-right: 1.5625rem;
    text-align: left;
  }
  .mainFooter .footer-menu {
    flex: 0 0 auto;
    width: 74%;
  }
  .mainFooter__social-icon {
    margin-right: 0.5rem;
  }
  .mainFooter__social-text {
    display: inline-block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    color: #fff;
    transition-property: border-bottom-color;
    transition-duration: 0.25s;
    transition-timing-function: linear;
  }
}
.mainFooter {
  /*
  	Small2 (980px)

  */
}
@media (min-width: 980px) {
  .mainFooter__top-wrapper {
    flex-wrap: nowrap;
  }
  .mainFooter__top {
    width: 100%;
  }
  .mainFooter__info {
    flex: 0 0 auto;
  }
  .mainFooter .footer-menu {
    flex: 0 0 auto;
    width: 55.5%;
  }
  .mainFooter__social {
    flex: 0 0 auto;
    display: block;
    width: 18.5%;
    margin-top: 0.5rem;
    padding-left: 1.5625rem;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #202020;
  }
  .mainFooter__social-link {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .mainFooter__social-icon {
    margin-right: 1.25rem;
  }
}

.mainHeader {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.24);
  position: relative;
  z-index: 10;
}

.top-banner {
  background-color: #b01c33;
}
.top-banner aside {
  display: flex;
  align-items: center;
}
.top-banner img {
  object-fit: contain;
  object-position: left;
}
.top-banner__inner {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.mobile-menu {
  height: 4.75rem;
}

.main-menu {
  min-height: 5.6875rem;
}
@media not screen and (min-width: 1280px) {
  .main-menu {
    display: inline-flex;
    margin-left: auto;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
  }
}
.main-menu__wrapper {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media not screen and (min-width: 1280px) {
  .main-menu__wrapper {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .main-menu__wrapper {
    justify-content: normal;
  }
}
.main-menu .site-identification {
  color: #b01c33;
  font-size: 2.1875rem;
  line-height: 1;
  padding: 28px 0;
  display: flex;
  align-items: center;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  /*max-width: rem(300);*/
  flex: 1;
}
.main-menu .has-tagline {
  padding: 20px 0 0 0;
}
.main-menu .site-tagline {
  font-style: italic;
  padding-bottom: 20px;
}
.main-menu__seal {
  flex-shrink: 1;
}
.main-menu__logo {
  width: 12.8125rem;
  flex-shrink: 0;
  padding: 0.625rem 0;
  justify-content: flex-start;
  margin-right: auto;
}
@media (min-width: 1280px) {
  .main-menu__logo {
    padding: 0.625rem 0 1.25rem 0;
    width: 15.5rem;
  }
}
.main-menu__search-toggle {
  cursor: pointer;
  align-self: center;
  flex-shrink: 0;
  margin-left: 1.4375rem;
  margin-right: 2.875rem;
  width: 1.375rem;
  height: 1.375rem;
  line-height: 1;
  text-indent: -99999px;
  overflow: hidden;
  border: none;
  padding: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../assets/icons/search-icon.svg");
}
.main-menu__search-toggle.active {
  background-image: url("../assets/icons/x-icon.svg");
}
@media (min-width: 1280px) {
  .main-menu__search-toggle {
    margin-right: 0;
    width: 1.75rem;
    height: 1.75rem;
  }
}
.main-menu__search-toggle:hover, .main-menu__search-toggle:focus {
  background-image: url("../assets/icons/search-icon-red.svg");
}
.main-menu__search-toggle:hover.active, .main-menu__search-toggle:focus.active {
  background-image: url("../assets/icons/x-icon-red.svg");
}
.main-menu__search-toggle:active {
  transform: scale(0.99);
}

.menu.menu--level-0 {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
.menu.menu--level-0 > li {
  margin-left: 1.375rem;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.menu.menu--level-0 > li > .menu-link {
  text-transform: uppercase;
  letter-spacing: 0.3;
  font-size: 1.125rem;
  line-height: 1.278;
  font-weight: 500;
}
.menu.menu--level-0 > li > .menu-link:hover, .menu.menu--level-0 > li > .menu-link:focus {
  color: #b01c33;
}
.menu.menu--level-0 .current-page-ancestor > a {
  color: #b01c33;
}

.menu-main {
  width: auto;
  flex: 1;
  visibility: hidden;
  display: none;
}
@media (min-width: 1280px) {
  .menu-main {
    display: block;
    visibility: visible;
    min-height: 5.6875rem;
  }
}
.menu-main__submenu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: white;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  position: absolute;
  left: -9999px;
  opacity: 0;
  width: 18.75rem;
  z-index: 9999;
  border-top: 5px solid #b01c33;
  transition: 0.2s opacity;
}
.menu-main__submenu.menu--level-1 {
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.4);
}
.menu-main__submenu.open {
  top: 100%;
  opacity: 1;
}
.menu-main__submenu.open.menu--level-2 {
  opacity: 1;
  top: -5px;
  left: 100%;
  background-color: #efebe1;
}
.menu-main__submenu.open.menu--level-2 li {
  position: relative;
  padding-bottom: 1px;
}
.menu-main__submenu.open.menu--level-2 li::after {
  display: block;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #fff;
}
.menu-main__submenu.open.menu--level-2 li:last-child::after {
  display: none;
}
.menu-main__submenu.open.menu--level-1 {
  left: calc(50% - 150px);
}
.menu-main__submenu.open.menu--level-1::before {
  display: block;
  content: " ";
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 8px 9px;
  border-color: transparent transparent #b01c33 transparent;
}
.menu-main__submenu.open.menu--level-1 > li {
  border-bottom: 1px solid #d8d8d8;
}
.menu-main__submenu.open.menu--level-1 > li:last-child {
  border-bottom: none;
}
.menu-main__submenu li.current-menu-item > .menu-link {
  color: #b01c33;
}
.menu-main__submenu li.menu-item-has-children {
  position: relative;
}
.menu-main__submenu li.menu-item-has-children::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: 1.25rem;
  height: 0.75rem;
  width: 0.4375rem;
  background-repeat: no-repeat;
  background-image: url("../assets/icons/chevron-right-red.svg");
}
.menu-main__submenu .menu-link {
  display: block;
  letter-spacing: 0.5px;
  padding: 0.6875rem 1.3125rem;
  text-decoration: none;
  transition: 0.2s background-color;
}
.menu-main__submenu .menu-link:hover, .menu-main__submenu .menu-link:focus {
  background: #efebe1;
  color: #b01c33;
}
.menu-main__resources {
  padding: 0.875rem 1.3125rem 1.3125rem 1.3125rem;
  border-top: 1px dashed white;
  margin-top: -1px;
}
.menu-main__resources-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8125rem;
  letter-spacing: 1.86px;
}
.menu-main__resources-list {
  margin-top: 0.625rem;
}
.menu-main__resources-item {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-main__resources-item + li {
  margin-top: 0.5625rem;
}
.menu-main__resources-link {
  font-size: 1.0625rem;
}
.menu-main__resources-link:hover, .menu-main__resources-link:focus {
  color: #b01c33;
}

.hero-banner {
  text-align: center;
  padding: 0;
  margin-bottom: 3.125rem;
}
.hero-banner__wrapper {
  display: flex;
  flex-basis: 100%;
  position: relative;
  z-index: 1;
  flex-direction: column-reverse;
  max-width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .hero-banner__wrapper {
    max-width: 77rem;
    padding: 0 1rem;
    margin: 0 auto;
    align-items: flex-end;
    flex-direction: row;
    padding: 0 1.25rem;
  }
}
.hero-banner .home-style {
  text-align: left;
  max-width: 38.25rem;
  position: relative;
}
@media (min-width: 768px) {
  .hero-banner .home-style {
    flex-shrink: 0;
    position: absolute;
  }
}
@media (min-width: 570px) {
  .hero-banner .home-style .hero-banner__button-content-inner {
    max-width: none;
  }
}
.hero-banner .home-style .hero-banner__button-content-inner-headline {
  margin: 0;
  padding: 1.5625rem 1.6875rem;
}
.hero-banner .home-style .hero-banner__button-content-inner-headline .hero-banner__button-text {
  text-align: left;
}
.hero-banner .home-style .hero-banner__button-content-inner-headline .hero-banner__button-text .hero-banner__link-title {
  border-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  font-size: 2.8125rem;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 768px) {
  .hero-banner .home-style .hero-banner__button-content-inner-headline .hero-banner__button-text .hero-banner__link-title {
    font-size: 3.75rem;
  }
}
.hero-banner .home-style .hero-banner__button-content-inner-headline .hero-banner__button-text .hero-banner__link-content {
  border-top: none;
  padding-left: 0;
  padding-right: 0;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.hero-banner .home-style .hero-banner__button-content-inner-headline .hero-banner__button-text .chevron-right {
  width: 0.75rem;
  height: 0.75rem;
  fill: #fff;
}
.hero-banner__picture {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (min-width: 570px) {
  .hero-banner__picture {
    margin: 0 auto;
  }
}
.hero-banner__image {
  width: 100%;
  height: auto;
}
.hero-banner__title {
  color: #b01c33;
  font-size: 3.375rem;
  line-height: 3.125rem;
  padding-top: 0.9375rem;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
}
@media (max-width: 570px) {
  .hero-banner__title {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}
.hero-banner__icon {
  margin: 0 auto 0.8125rem auto;
  width: 1.875rem;
  height: 1.875rem;
}
@media (min-width: 570px) {
  .hero-banner__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.hero-banner__button-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-banner__button-content-inner {
  position: relative;
  max-width: 100%;
  min-width: 90%;
  padding: 1.25rem 3.125rem;
  bottom: 0;
  /*background-color: rgba(0, 0, 0, 0.6);*/
  margin: 0;
}
@media (min-width: 570px) {
  .hero-banner__button-content-inner {
    min-width: 0;
    max-width: 75%;
    margin: 0 auto 1.25rem auto;
  }
}
.hero-banner__button-content-inner-headline {
  padding: 0rem 1.25rem 0.3125rem 1.25rem;
  margin: 0;
}
@media (min-width: 570px) {
  .hero-banner__button-content-inner-headline {
    padding: 0.625rem 1.875rem 0.9375rem 1.875rem;
    margin: 0 auto 1.5625rem auto;
  }
}
.hero-banner__button-text {
  min-height: 2.25rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0.625rem;
}
.hero-banner__button-chevron {
  width: 22px;
  height: 22px;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
}
.hero-banner__link-title {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  -webkit-transition-property: border-bottom-color;
  transition-property: border-bottom-color;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  display: block;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 1.875rem;
  padding-bottom: 0.3125rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  font-weight: 500;
}
@media (min-width: 570px) {
  .hero-banner__link-title {
    font-size: 3rem;
    padding-bottom: 0.625rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.hero-banner__link-title:hover, .hero-banner__link-title:focus {
  border-bottom-color: #fff;
}
.hero-banner__link-content {
  position: relative;
  display: inline-block;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 0.3125rem;
  border-top: 1px solid #fff;
  width: 100%;
}
@media (min-width: 570px) {
  .hero-banner__link-content {
    font-size: 1.3125rem;
    line-height: 1.2;
    padding-top: 0.625rem;
  }
}
.hero-banner__link-content-no-headline {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  -webkit-transition-property: border-bottom-color;
  transition-property: border-bottom-color;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font-size: 1.75rem;
  /*&:hover,
  &:focus {
    border-bottom-color: $white;
  }*/
}
.hero-banner__text {
  max-width: 49.375rem;
  margin: 0 auto 1.875rem auto;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  color: #747474;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
}
@media (min-width: 570px) {
  .hero-banner__text {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
.hero-banner__imageTextBox {
  width: 40%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 4rem;
  padding: 1rem;
}
.hero-banner__imageTextTitle {
  width: 90%;
  margin: 0 auto;
  font-size: 3.2rem;
  line-height: 3.3rem;
  text-align: left;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
}
.hero-banner__imageText {
  width: 90%;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: left;
  font-weight: 600;
}
.hero-banner__imageTextLearnMoreLink {
  float: left;
  width: 90%;
  text-align: left;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 400;
  margin: 0 5% !important;
  clear: both;
}

.home .hero-banner {
  margin-bottom: 0;
}

.hero-banner {
  text-align: center;
  padding: 0;
  margin-bottom: 3.125rem;
}
.hero-banner__picture {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (min-width: 570px) {
  .hero-banner__picture {
    margin: 0 auto;
  }
}
.hero-banner__image {
  width: 100%;
  height: auto;
}
.hero-banner__title {
  color: #b01c33;
  font-size: 3.375rem;
  line-height: 3.125rem;
  padding-top: 0.9375rem;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
}
@media (max-width: 570px) {
  .hero-banner__title {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}
.hero-banner__icon {
  margin: 0 auto 0.8125rem auto;
  width: 1.875rem;
  height: 1.875rem;
}
@media (min-width: 570px) {
  .hero-banner__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.hero-banner__button-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero-banner__button-content-inner {
  position: relative;
  max-width: 100%;
  min-width: 90%;
  padding: 1.25rem 3.125rem;
  bottom: 0;
  /*background-color: rgba(0, 0, 0, 0.6);*/
  margin: 0;
}
@media (min-width: 570px) {
  .hero-banner__button-content-inner {
    min-width: 0;
    max-width: 75%;
    margin: 0 auto 1.25rem auto;
  }
}
.hero-banner__button-content-inner-headline {
  padding: 0rem 1.25rem 0.3125rem 1.25rem;
  margin: 0;
}
@media (min-width: 570px) {
  .hero-banner__button-content-inner-headline {
    padding: 0.625rem 1.875rem 0.9375rem 1.875rem;
    margin: 0 auto 1.5625rem auto;
  }
}
.hero-banner__button-text {
  min-height: 2.25rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0.625rem;
}
.hero-banner__button-chevron {
  width: 22px;
  height: 22px;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
}
.hero-banner__link-title {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  -webkit-transition-property: border-bottom-color;
  transition-property: border-bottom-color;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  display: block;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 1.875rem;
  padding-bottom: 0.3125rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media (min-width: 570px) {
  .hero-banner__link-title {
    font-size: 3rem;
    padding-bottom: 0.625rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.hero-banner__link-title:hover, .hero-banner__link-title:focus {
  border-bottom-color: #fff;
}
.hero-banner__link-content {
  position: relative;
  display: inline-block;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 0.3125rem;
  border-top: 1px solid #fff;
  width: 100%;
}
@media (min-width: 570px) {
  .hero-banner__link-content {
    font-size: 1.3125rem;
    line-height: 1.2;
    padding-top: 0.625rem;
  }
}
.hero-banner__link-content-no-headline {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  -webkit-transition-property: border-bottom-color;
  transition-property: border-bottom-color;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font-size: 1.75rem;
}
.hero-banner__link-content-no-headline:hover, .hero-banner__link-content-no-headline:focus {
  border-bottom-color: #fff;
}
.hero-banner__text {
  max-width: 49.375rem;
  margin: 0 auto 1.875rem auto;
  font-size: 1.1875rem;
  line-height: 1.5625rem;
  color: #747474;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
}
@media (min-width: 570px) {
  .hero-banner__text {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}
.hero-banner__imageTextBox {
  width: 40%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 4rem;
  padding: 1rem;
}
.hero-banner__imageTextTitle {
  width: 90%;
  margin: 0 auto;
  font-size: 3.2rem;
  line-height: 3.3rem;
  text-align: left;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
}
.hero-banner__imageText {
  width: 90%;
  margin: 0 auto;
  font-size: 1.4rem;
  text-align: left;
  font-weight: 600;
}
.hero-banner__imageTextLearnMoreLink {
  float: left;
  width: 90%;
  text-align: left;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 400;
  margin: 0 5% !important;
  clear: both;
}

.home .hero-banner {
  margin-bottom: 0;
}

.hero-video {
  color: #fff;
  display: flex;
  align-items: flex-end;
  min-height: 37.5rem;
}
@media (min-width: 768px) {
  .hero-video {
    min-height: 50rem;
  }
}
.hero-video::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 56.25%;
}
.hero-video::after { /* to clear float */
  content: "";
  display: table;
  clear: both;
}
.hero-video__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-video #defaultBar {
  position: relative;
  width: 100%;
  height: 0.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}
.hero-video #progressBar {
  position: absolute;
  width: 0px;
  height: 0.625rem;
  background: #E2D166;
  transition: width 1s;
}
.hero-video__nav {
  display: flex;
  flex-direction: column;
  height: 4.25rem;
  justify-content: space-between;
  width: 100%;
  max-width: 38.25rem;
}
@media (min-width: 768px) {
  .hero-video__nav {
    align-items: flex-end;
  }
}
.hero-video__button {
  text-align: inherit;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */
}
.hero-video__button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.hero-video__button {
  width: 4.6875rem;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 500;
}
.hero-video__button::before {
  content: "";
  display: block;
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 100%;
  background-color: #fff;
  margin-right: 0.5625rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../assets/icons/media-play.svg");
}
.hero-video__button.playing::before {
  background-image: url("../assets/icons/media-pause.svg");
}
.hero-video__wrapper {
  display: flex;
  flex-basis: 100%;
  position: relative;
  z-index: 1;
  flex-direction: column-reverse;
  max-width: 100%;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .hero-video__wrapper {
    max-width: 77rem;
    padding: 0 1rem;
    margin: 0 auto;
    align-items: flex-end;
    flex-direction: row;
  }
}
.hero-video__content {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1.5625rem 1.6875rem;
  max-width: 38.25rem;
}
@media (min-width: 768px) {
  .hero-video__content {
    flex-shrink: 0;
  }
}
.hero-video__title {
  margin: 0;
  padding: 0;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 2.8125rem;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 768px) {
  .hero-video__title {
    font-size: 3.75rem;
  }
}
.hero-video__text {
  font-size: 1.375rem;
  line-height: 0.785;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .hero-video__text {
    font-size: 1.75rem;
  }
}
.hero-video__link {
  display: block;
  color: #fff;
  margin-top: 1.25rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.hero-video__link:hover {
  color: #fff;
}
.hero-video__link .chevron-right {
  width: 0.75rem;
  height: 0.75rem;
  fill: #fff;
}

.short {
  min-height: auto;
}
@media (min-width: 768px) {
  .short {
    /*min-height: rem(550);*/
  }
}
.short video {
  height: auto;
}
.short .hero-video__nav {
  position: absolute;
  right: 0;
  margin-right: 2rem;
}
.short .hero-video__nav button {
  color: #FFFFFF;
}
.short .hero-video__background {
  position: relative;
}
.short::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 3.3rem;
}
.short {
  /*.hero-video__content {
      background-color:transparent;
  }*/
}

.mobile-alt {
  display: block;
}
@media (min-width: 768px) {
  .mobile-alt {
    display: none;
  }
}

.non-mobile {
  visibility: hidden;
  display: none;
}
@media (min-width: 768px) {
  .non-mobile {
    visibility: visible;
    display: flex;
  }
}

[is=flynt-block-image].flyntComponent--sizeSmall .figure {
  max-width: 375px;
}
[is=flynt-block-image].flyntComponent--sizeMedium .figure {
  max-width: 51.875rem;
}
[is=flynt-block-image].flyntComponent--sizeLarge .figure {
  max-width: 800px;
}
[is=flynt-block-image].flyntComponent--sizeFull .figure-caption {
  margin-left: 0.625rem;
}
[is=flynt-block-image] .figure {
  margin: 0 auto;
}

.image-buttons {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  text-align: center;
}
.image-buttons__heading {
  position: relative;
  display: inline-block;
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #303030;
}
.image-buttons__heading::before, .image-buttons__heading::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/icons/tilde-gray-dark.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.image-buttons__heading::before {
  left: 0;
}
.image-buttons__heading::after {
  right: 0;
}
.image-buttons__heading {
  margin-top: 1.5rem;
}
.image-buttons__text {
  display: block;
  width: 100%;
  max-width: 50rem;
  margin-top: 2.1875rem;
  margin-right: auto;
  margin-bottom: 2.1875rem;
  margin-left: auto;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #c8b18b;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c8b18b;
}
.image-buttons__text p {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
}
.image-buttons__text *:last-child {
  margin-bottom: 0;
}
.image-buttons__buttons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem !important;
}
.image-buttons__button {
  position: relative;
  top: 3rem;
  flex: 0 0 auto;
}
.image-buttons__button-link {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
}
.image-buttons__button-link:hover .image-buttons__button-content {
  bottom: calc(50% - 3.125rem);
}
.image-buttons__button-link:hover .image-buttons__button-image {
  transform: scale(1.2);
}
.image-buttons__button-link:hover .image-buttons__button-image::before {
  height: 100%;
}
.image-buttons__button-image {
  display: block;
  height: 480px;
  transition-property: transform;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.image-buttons__button-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-buttons__button-image::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition-property: height;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.image-buttons__button-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  bottom: 1.25rem;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  transition-property: bottom;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.image-buttons__button-text {
  min-height: 4.125rem;
  margin-bottom: 1.25rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
}
.image-buttons__button-chevron {
  width: 22px;
  height: 22px;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
}
.image-buttons--button-count-1 .image-buttons__button {
  width: 100%;
}
.image-buttons--button-count-2 .image-buttons__button {
  width: 100%;
  margin-bottom: 1.25rem;
}
.image-buttons--button-count-2 .image-buttons__button:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .image-buttons--button-count-2 .image-buttons__button {
    width: calc(33.3333333333% - 10px);
    margin-bottom: 0;
  }
  .image-buttons--button-count-2 .image-buttons__button:first-child {
    width: calc(66.6666666667% - 10px);
  }
}
.image-buttons--button-count-3 .image-buttons__button {
  width: 100%;
  margin-bottom: 1.25rem;
}
.image-buttons--button-count-3 .image-buttons__button:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .image-buttons--button-count-3 .image-buttons__button {
    width: calc(33.3333333333% - 10px);
    margin-bottom: 0;
  }
}

.image-carousel {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
  max-width: 62.5rem;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.image-carousel__wrapper {
  position: relative;
  overflow: hidden;
}
.image-carousel__items {
  list-style: none;
}
.image-carousel__item {
  width: 100%;
}
.image-carousel__item-picture {
  width: 100%;
}
.image-carousel__item-image {
  width: 100%;
}
.image-carousel__item-caption {
  width: 74%;
  padding-top: 1.57rem;
  margin-left: 6rem;
}
@media (max-width: 420px) {
  .image-carousel__item-caption {
    max-width: 76%;
    padding: 0.5rem;
    margin: 0 0 0 8%;
    overflow-wrap: normal;
  }
}
.image-carousel__item-caption {
  /*
  margin-left: rem(40);
  padding-top: rem(25);
  padding-right: rem(25);
  padding-left: rem(20);
  */
}
@media (max-width: 420px) {
  .image-carousel__item-caption p {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.image-carousel__item-caption p a {
  color: #303030;
  text-decoration: none;
  transition: all 0.2s ease, background-image 0.5s linear;
  background-image: linear-gradient(#c8b18b, #c8b18b);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.image-carousel__item-caption p a:hover, .image-carousel__item-caption p a:focus {
  background-image: linear-gradient(#b01c33, #b01c33);
  color: #b01c33;
}
.image-carousel__custom-elements {
  display: flex;
  flex-flow: column;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.image-carousel__spacer {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 100%;
  height: 0;
  padding-bottom: 67%;
  pointer-events: none;
}
.image-carousel__button-previous, .image-carousel__button-next {
  position: absolute;
  top: calc(50% - 1.3125rem);
  width: 2.625rem;
  height: 2.625rem;
  border: 0;
  outline: 0;
  background-image: url("../assets/icons/chevron-right-white.svg");
  background-size: 0.625rem 1.25rem;
  background-position: 55% 50%;
  background-repeat: no-repeat;
  background-color: #8b0e05;
  cursor: pointer;
  pointer-events: auto;
}
.image-carousel__button-previous:hover, .image-carousel__button-previous:focus, .image-carousel__button-next:hover, .image-carousel__button-next:focus {
  background-color: #b01c33;
}
.image-carousel__button-previous {
  left: 0;
  transform: scale(-1);
}
.image-carousel__button-next {
  right: 0;
}
@media (max-width: 420px) {
  .image-carousel__counter_container {
    height: 20px;
  }
}
.image-carousel__counter {
  display: flex;
  flex: 0 0 auto;
  width: 6.25rem;
  height: 3.75rem;
  margin-left: auto;
  background-color: #fff;
  border-left: 1px solid #b01c33;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .image-carousel__counter {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 420px) {
  .image-carousel__counter {
    text-align: center;
    margin: 1px 0 0 80%;
    width: 20%;
    padding-left: 6%;
    justify-self: right;
    height: 1.875rem;
  }
}
.image-carousel__counter-cover {
  flex: 1 1 0;
  width: 6.25rem;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #fff;
  background-color: #fff;
}

.link-grid-actual .link-grid-actual__wrapper {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
}
.link-grid-actual .link-grid-actual__wrapper-inner {
  margin: auto;
  max-width: 63.875rem;
}
.link-grid-actual .link-grid-actual__heading {
  position: relative;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 400;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 1.875rem;
  line-height: 1;
  color: #b01c33;
}
.link-grid-actual .link-grid-actual__heading::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 7px;
  top: -0.65rem;
  left: 0;
  background-color: #b01c33;
}
@media (min-width: 570px) {
  .link-grid-actual .link-grid-actual__heading {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .link-grid-actual .link-grid-actual__heading {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    font-size: 2.5rem;
  }
}
.link-grid-actual .link-grid-actual__links {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.9375rem;
  justify-items: stretch;
  align-items: end;
}
@media (min-width: 570px) {
  .link-grid-actual .link-grid-actual__links {
    grid-template-columns: 1fr 1fr;
    column-gap: 2.5rem;
    row-gap: 1.25rem;
  }
}
@media (min-width: 768px) {
  .link-grid-actual .link-grid-actual__links {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3.125rem;
    row-gap: 1.875rem;
  }
}
.link-grid-actual .link-grid-actual__link {
  position: relative;
  display: block;
  padding-top: 0.5rem;
  padding-right: 0.1875rem;
  padding-bottom: 0.5rem;
  padding-left: 0.1875rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: #303030;
  text-decoration: none;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.link-grid-actual .link-grid-actual__link::before, .link-grid-actual .link-grid-actual__link::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
}
.link-grid-actual .link-grid-actual__link::before {
  width: 100%;
  background-color: #c8b18b;
}
.link-grid-actual .link-grid-actual__link::after {
  width: 0;
  background-color: #b01c33;
  transition-property: width;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.link-grid-actual .link-grid-actual__link:hover, .link-grid-actual .link-grid-actual__link:focus {
  color: #b01c33;
}
.link-grid-actual .link-grid-actual__link:hover::after, .link-grid-actual .link-grid-actual__link:focus::after {
  width: 100%;
}
@media (min-width: 570px) {
  .link-grid-actual .link-grid-actual__link {
    font-size: 1.25rem;
  }
}
.link-grid-actual--color-white {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  background-color: #fff;
}
.link-grid-actual--color-sand {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  background-color: #efebe1;
}

.link-list {
  text-align: center;
  background-color: #efebe1;
}
.link-list__boundary {
  max-width: 75rem;
  padding: 0;
  margin: 0 auto;
  padding-top: 5.9375rem;
  padding-bottom: 4.375rem;
}
.link-list .top-ribbon {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
}
.link-list__title {
  position: relative;
  display: inline-block;
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #303030;
}
.link-list__title::before, .link-list__title::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/icons/tilde-gray-dark.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.link-list__title::before {
  left: 0;
}
.link-list__title::after {
  right: 0;
}
.link-list__links {
  margin-top: 3.125rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 2;
  flex-direction: row;
  justify-content: center;
  align-content: space-around;
  list-style: none;
}
.link-list__link {
  display: block;
  list-style: none;
  margin: 0 0.6875rem 0.625rem 0.6875rem;
  width: 45vw;
}
@media (min-width: 1180px) {
  .link-list__link {
    width: 20vw;
  }
}
@media (max-width: 570px) {
  .link-list__link {
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    margin: 0.6875rem;
  }
}
.link-list__link a {
  color: #303030;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 0.625rem;
  transition: 0.2s all;
  position: relative;
  min-height: 4.375rem;
  min-width: 17.375rem;
}
.link-list__link a:hover, .link-list__link a:focus {
  color: #fff;
  background-color: #b01c33;
  box-shadow: 1px 2px 12px 6px rgba(0, 0, 0, 0.2);
}
.link-list__link a:hover:before, .link-list__link a:focus:before {
  background-color: rgb(123.2, 19.6, 35.7);
}
.link-list__link a {
  display: flex;
  border-bottom: 1px solid rgb(230.1304347826, 223.9130434783, 208.3695652174);
  border-left: 1px solid rgb(230.1304347826, 223.9130434783, 208.3695652174);
  border-right: 1px solid rgb(230.1304347826, 223.9130434783, 208.3695652174);
  min-height: 6.875rem;
  min-width: 17.375rem;
}
.link-list__link a:before {
  background-color: #b01c33;
  content: " ";
  width: calc(100% + 2px);
  height: 0.3125rem;
  position: absolute;
  top: 0;
  left: -1px;
  transition: 0.2s all;
}
.link-list__link a:hover, .link-list__link a:focus {
  border-bottom: 1px solid rgb(123.2, 19.6, 35.7);
  border-left: 1px solid rgb(123.2, 19.6, 35.7);
  border-right: 1px solid rgb(123.2, 19.6, 35.7);
}
.link-list__link a:hover:before, .link-list__link a:focus:before {
  background-color: rgb(123.2, 19.6, 35.7);
}
.link-list__link a {
  min-width: 16.125rem;
}
.link-list__cta {
  color: #303030;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  padding: 0.625rem;
  transition: 0.2s all;
  position: relative;
  min-height: 4.375rem;
  min-width: 17.375rem;
}
.link-list__cta:hover, .link-list__cta:focus {
  color: #fff;
  background-color: #b01c33;
  box-shadow: 1px 2px 12px 6px rgba(0, 0, 0, 0.2);
}
.link-list__cta:hover:before, .link-list__cta:focus:before {
  background-color: rgb(123.2, 19.6, 35.7);
}
.link-list__cta {
  margin-top: 4.0625rem;
  background-color: #b01c33;
  color: #fff;
}
.link-list__cta:hover, .link-list__cta:focus {
  background-color: #fff;
  color: #b01c33;
}

.mobile-menu {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}
.mobile-menu * {
  pointer-events: all;
}
@media (min-width: 1280px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu__button {
  text-align: inherit;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */
}
.mobile-menu__button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.mobile-menu__button {
  cursor: pointer;
  display: block;
  height: 2.5rem;
  position: relative;
  width: 2.75rem;
  padding: 0.75rem;
  top: 2.4rem;
}
.mobile-menu__button:hover::before, .mobile-menu__button:hover::after,
.mobile-menu__button:hover .mobile-menu__button-bar, .mobile-menu__button:focus::before, .mobile-menu__button:focus::after,
.mobile-menu__button:focus .mobile-menu__button-bar {
  background-color: #b01c33;
}
.mobile-menu__button::before, .mobile-menu__button::after {
  content: "";
  width: 1.25rem;
}
.mobile-menu__button::before, .mobile-menu__button::after, .mobile-menu__button-bar {
  background-color: #303030;
  display: block;
  height: 1px;
  right: 0;
  position: absolute;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mobile-menu__button::before {
  top: 0.375rem;
}
.mobile-menu__button-bar {
  top: 0.75rem;
  width: 0.875rem;
}
.mobile-menu__button::after {
  top: 1.125rem;
}
.mobile-menu.flyntComponent-menuIsOpen .mobile-menu__button::before, .mobile-menu.flyntComponent-menuIsOpen .mobile-menu__button::after {
  opacity: 0;
}
.mobile-menu.flyntComponent-menuIsOpen .mobile-menu__button::before {
  transform: scale(0) translateY(5px);
}
.mobile-menu.flyntComponent-menuIsOpen .mobile-menu__button::after {
  transform: scale(0) translateY(-5px);
}
.mobile-menu.flyntComponent-menuIsOpen .mobile-menu__button-bar {
  width: 1.25rem;
}
.mobile-menu.flyntComponent-menuIsOpen .mobile-menu__button-bar--primary {
  transform: rotate(45deg);
}
.mobile-menu.flyntComponent-menuIsOpen .mobile-menu__button-bar--secondary {
  transform: rotate(-45deg);
}
.mobile-menu .menu.mobile {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  backface-visibility: hidden;
  background-color: #fff;
  height: calc(100% - 75px);
  left: 0;
  top: calc(5.6875rem + (var(--top-banner-height, 0px)));
  margin: 0;
  overflow-y: auto;
  position: fixed;
  transform: translateX(100%);
  transition: transform 0.45s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  z-index: 98;
  box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.24);
}
.mobile-menu .menu-item {
  position: relative;
  border-bottom: 1px solid #E8EAEC;
}
.mobile-menu .menu-trigger {
  text-align: inherit;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */
}
.mobile-menu .menu-trigger::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.mobile-menu .menu-trigger {
  cursor: pointer;
  margin: 0;
  outline: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 1.375rem;
  top: 1.25rem;
}
.mobile-menu .menu-trigger:focus {
  outline: 1px solid;
}
.mobile-menu .menu-trigger span {
  height: 1px;
  width: 59%;
  background-color: #303030;
  border-radius: 15%;
  position: absolute;
  transition: 0.3s;
}
.mobile-menu .menu-trigger span:first-of-type {
  left: 0;
  transform: rotate(-45deg);
}
.mobile-menu .menu-trigger span:last-of-type {
  right: 0;
  transform: rotate(45deg);
}
.mobile-menu .menu-trigger[aria-expanded=true] span:first-of-type {
  transform: rotate(45deg);
}
.mobile-menu .menu-trigger[aria-expanded=true] span:last-of-type {
  transform: rotate(-45deg);
}
.admin-bar .mobile-menu .menu {
  top: calc(121px + var(--top-banner-height, 0px));
}
@media (min-width: 783px) {
  .admin-bar .mobile-menu .menu {
    top: calc(107px + var(--top-banner-height, 0px));
  }
}
.mobile-menu .menu > li.menu-item--open, .mobile-menu .menu > li.current-menu-ancestor, .mobile-menu .menu > li.current-menu-item {
  background-color: #b01c33;
}
.mobile-menu .menu > li.menu-item--open > .menu-link, .mobile-menu .menu > li.current-menu-ancestor > .menu-link, .mobile-menu .menu > li.current-menu-item > .menu-link {
  color: #fff;
}
.mobile-menu .menu > li.menu-item--open > .menu-trigger span, .mobile-menu .menu > li.current-menu-ancestor > .menu-trigger span, .mobile-menu .menu > li.current-menu-item > .menu-trigger span {
  background-color: #fff;
}
.mobile-menu .menu > li.menu-item--open {
  border-bottom: 1px solid #b01c33;
}
.mobile-menu .menu > li > .menu-link {
  font-size: 1.125rem;
  letter-spacing: 0.01875rem;
  text-transform: uppercase;
}
.mobile-menu .menu-link {
  color: #303030;
  display: block;
  font-size: 1rem;
  font-weight: 600;
  padding: 1.25rem 2.8125rem 1.25rem 1.125rem;
  text-decoration: none;
  transition: color 0.2s ease-out;
}
.mobile-menu .menu-link:focus {
  color: #0b1016;
}
.mobile-menu .menu .submenu {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.mobile-menu .menu .submenu-content {
  display: none;
}
.mobile-menu .menu .submenu.menu--level-1 > li.current-menu-ancestor > a, .mobile-menu .menu .submenu.menu--level-1 > li.current-menu-item > a {
  color: #b01c33;
}
.mobile-menu .menu .submenu .menu-link {
  font-size: 1.25rem;
  font-weight: 500;
  padding: 1.25rem 2.8125rem 1.25rem 2.375rem;
}
.mobile-menu .menu .submenu .menu-item--open .menu-link {
  border: 0;
}
.mobile-menu .menu .submenu.menu--level-2 {
  background-color: #efebe1;
}
.mobile-menu .menu .submenu.menu--level-2 .menu-link {
  border: 0;
  font-size: 1rem;
  padding-bottom: 0.75rem;
  padding-top: 0.5rem;
  padding-left: 0;
  padding-right: 0;
  margin: 0 2.8125rem;
  position: relative;
}
.mobile-menu .menu .submenu.menu--level-2 .menu-link:after {
  content: " ";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mobile-menu .menu .submenu.menu--level-2 .menu-item {
  border: none;
}
.mobile-menu .menu .submenu.menu--level-2 .menu-item:last-child .menu-link::after {
  display: none;
}
.mobile-menu .menu .submenu.menu--level-2 .current-menu-item > .menu-link {
  color: #b01c33;
}
.mobile-menu .menu .submenu.menu--level-2 .menu-item:last-child .menu-link {
  padding-bottom: 1rem;
}
.mobile-menu .menu .submenu.menu--level-2 .menu-item:first-child .menu-link {
  padding-top: 1rem;
}
.mobile-menu .menu .submenu.menu--level-3 .menu-link {
  padding-left: 1rem;
}
.mobile-menu .menu-main__resources {
  padding: 1.125rem 2.375rem 1.5625rem 2.375rem;
  border-top: 2px dashed white;
}
.mobile-menu .menu-main__resources-list {
  margin-top: 1.25rem;
}
.mobile-menu .menu-main__resources-item {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.mobile-menu .menu-main__resources-item + li {
  margin-top: 1.5625rem;
}
.mobile-menu.flyntComponent-menuIsOpen .menu {
  transform: translateX(0);
}

.utility-menu {
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
  display: none;
  visibility: hidden;
}
.mobile-menu .utility-menu {
  display: block;
  background-color: #efebe1;
}
.mobile-menu .utility-menu .utility-menu__links-label,
.mobile-menu .utility-menu .utility-menu__link {
  padding: 0.625rem 1.125rem;
  font-size: 1.125rem;
  font-weight: 500;
}
.mobile-menu .utility-menu .utility-menu__links-label::after,
.mobile-menu .utility-menu .utility-menu__link::after {
  display: none;
}
.mobile-menu .utility-menu .utility-menu__buttons {
  margin-left: 0;
}
.mobile-menu .utility-menu .utility-menu__button a {
  padding: 1.25rem;
  background-color: #D2CABE;
  justify-content: center;
  width: 100%;
  font-size: 1.125rem;
  font-weight: 500;
}
.mobile-menu .utility-menu .utility-menu__links,
.mobile-menu .utility-menu .utility-menu__links-list,
.mobile-menu .utility-menu .utility-menu__buttons,
.mobile-menu .utility-menu .utility-menu__nav {
  flex-direction: column;
}
@media (min-width: 1280px) {
  .utility-menu {
    display: block;
    visibility: visible;
  }
}
.utility-menu__nav {
  max-width: 75rem;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.utility-menu__links, .utility-menu__links-list, .utility-menu__buttons {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.714;
}
.utility-menu__buttons {
  margin-left: 0.625rem;
}
.utility-menu__links {
  padding: 0.625rem 0 0.3125rem 0;
}
.utility-menu__links-label {
  font-style: italic;
  margin-right: 0.375rem;
}
.utility-menu__link, .utility-menu__button {
  list-style: none;
}
.utility-menu__link {
  font-weight: 1rem;
  display: flex;
  align-items: center;
}
.utility-menu__link::after {
  content: " ";
  display: inline-block;
  width: 1px;
  height: 0.75rem;
  margin: 1px 0.625rem 0 0.625rem;
  background-color: #303030;
}
.utility-menu__link:last-child::after {
  display: none;
}
.utility-menu__link a:hover, .utility-menu__link a:focus {
  text-decoration: underline;
}
.utility-menu__button a {
  font-weight: 600;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.625rem;
  background-color: #efebe1;
  text-transform: uppercase;
  transition: 0.2s background-color;
}
.utility-menu__button a:hover, .utility-menu__button a:focus {
  background-color: rgb(228.3565217391, 221.6956521739, 205.0434782609);
}

.news-header {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
  text-align: center;
}
.news-header__title {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 2.9375rem;
  line-height: 3.125rem;
}
@media (min-width: 1180px) {
  .news-header__title {
    line-height: 1.2;
    font-size: 3.5625rem;
  }
}
.news-header__title {
  color: #b01c33;
}
.news-header__icon {
  display: inline-block;
  width: 40px;
}
.news-header__byline {
  display: flex;
  margin-top: 1rem;
}
.news-header__author {
  flex: 0 0 auto;
  width: calc(50% - 1px);
  padding-right: 16px;
  font-size: 1.125rem;
  text-align: right;
  color: #747474;
}
.news-header__byline-separator {
  flex: 0 0 auto;
  width: 2px;
  background-color: #c8b18b;
}
.news-header__date {
  flex: 0 0 auto;
  width: calc(50% - 1px);
  padding-left: 16px;
  font-size: 1.125rem;
  text-align: left;
  color: #747474;
}
.news-header .at-resp-share-element,
.news-header .at-resp-share-element.at-mobile {
  margin-left: 0;
}
@media (min-width: 1180px) {
  .news-header .at-resp-share-element,
  .news-header .at-resp-share-element.at-mobile {
    margin-left: 3.75rem;
  }
}
.news-header .at-resp-share-element .at-share-btn-elements,
.news-header .at-resp-share-element.at-mobile .at-share-btn-elements {
  margin-top: 1.25rem;
}
@media (min-width: 1180px) {
  .news-header .at-resp-share-element .at-share-btn-elements,
  .news-header .at-resp-share-element.at-mobile .at-share-btn-elements {
    position: absolute;
    display: flex;
    flex-direction: column;
    margin-top: 3.75rem;
    z-index: 1;
  }
}
.news-header .at-resp-share-element .at-share-btn-elements .at-share-btn,
.news-header .at-resp-share-element.at-mobile .at-share-btn-elements .at-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  margin-top: 0;
  margin-right: 1.25rem;
  margin-bottom: 0;
  margin-left: 0;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #b01c33;
}
@media (min-width: 1180px) {
  .news-header .at-resp-share-element .at-share-btn-elements .at-share-btn,
  .news-header .at-resp-share-element.at-mobile .at-share-btn-elements .at-share-btn {
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}
.news-list {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.news-list__boundary {
  max-width: 49.5rem;
  margin: 0 auto;
}
.single-faculty .news-list__boundary {
  margin: 0;
}
.news-list__boundary:after {
  content: "";
  display: table;
  clear: both;
}
.news-list .facetwp-facet-news_title {
  display: none;
}
.news-list .facetwp-facet-news_pager {
  width: 100%;
  margin: 2rem auto;
  font-size: 1.5rem;
  text-align: center;
}
.news-list .facetwp-facet-news_pager a.facetwp-page {
  font-size: 2rem;
  color: #747474;
}
.news-list .facetwp-facet-news_pager a.facetwp-page.active {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #b01c33;
  font-weight: 500;
  color: #b01c33 !important;
}
.news-list .facetwp-facet-news_pager a.facetwp-page.prev::before {
  background-image: url("../assets/icons/chevron-right-slate.svg");
  transform: deg(180);
  padding-right: 3rem;
}
.news-list .facetwp-facet-news_pager a.facetwp-page.next::after {
  padding-left: 3rem;
  background-image: url("../assets/icons/chevron-right-slate.svg");
}

.news-list-intro {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #303030;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .news-list-intro {
    font-size: 1.25rem;
  }
}
.news-list-intro strong, .news-list-intro b {
  font-weight: 600;
}
.news-list-intro div.alignleft,
.news-list-intro div.alignright,
.news-list-intro div.aligncenter,
.news-list-intro div.alignnone,
.news-list-intro img.alignleft,
.news-list-intro img.alignright,
.news-list-intro img.aligncenter,
.news-list-intro img.alignnone {
  max-width: 100%;
  height: auto;
}
.news-list-intro div.alignleft .wp-caption-text,
.news-list-intro div.alignright .wp-caption-text,
.news-list-intro div.aligncenter .wp-caption-text,
.news-list-intro div.alignnone .wp-caption-text,
.news-list-intro img.alignleft .wp-caption-text,
.news-list-intro img.alignright .wp-caption-text,
.news-list-intro img.aligncenter .wp-caption-text,
.news-list-intro img.alignnone .wp-caption-text {
  margin-bottom: 0;
  margin-left: 1.5625rem;
  padding-left: 1.25rem;
  padding-top: 3.125rem;
  margin-top: -1.875rem;
  border-left: 0.0625rem solid #000;
  position: relative;
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media (min-width: 570px) {
  .news-list-intro div.alignleft .wp-caption-text,
  .news-list-intro div.alignright .wp-caption-text,
  .news-list-intro div.aligncenter .wp-caption-text,
  .news-list-intro div.alignnone .wp-caption-text,
  .news-list-intro img.alignleft .wp-caption-text,
  .news-list-intro img.alignright .wp-caption-text,
  .news-list-intro img.aligncenter .wp-caption-text,
  .news-list-intro img.alignnone .wp-caption-text {
    margin-left: 1.875rem;
    font-size: 0.9375rem;
  }
}
@media (min-width: 570px) {
  .news-list-intro div.alignleft,
  .news-list-intro div.alignright,
  .news-list-intro img.alignleft,
  .news-list-intro img.alignright {
    max-width: 50%;
  }
}
.news-list-intro div.alignleft,
.news-list-intro div.alignright,
.news-list-intro div.aligncenter,
.news-list-intro div.alignnone {
  padding-bottom: 2.1875rem;
}
@media (min-width: 570px) {
  .news-list-intro div.alignleft,
  .news-list-intro div.alignright,
  .news-list-intro div.aligncenter,
  .news-list-intro div.alignnone {
    padding-bottom: 3.125rem;
  }
}
.news-list-intro div.alignleft img,
.news-list-intro div.alignright img,
.news-list-intro div.aligncenter img,
.news-list-intro div.alignnone img {
  height: auto;
}
.news-list-intro img.alignleft,
.news-list-intro img.alignright,
.news-list-intro img.aligncenter,
.news-list-intro img.alignnone {
  padding-bottom: 1.25rem;
}
@media (min-width: 570px) {
  .news-list-intro div.alignleft,
  .news-list-intro div.aligncenter,
  .news-list-intro div.alignnone,
  .news-list-intro img.alignleft,
  .news-list-intro img.aligncenter,
  .news-list-intro img.alignnone {
    float: left;
    padding-right: 1.25rem;
    height: auto;
  }
}
@media (min-width: 570px) {
  .news-list-intro div.alignright,
  .news-list-intro img.alignright {
    float: right;
    padding-left: 1.25rem;
    height: auto;
  }
}
.news-list-intro h1,
.news-list-intro h2,
.news-list-intro h3,
.news-list-intro h4,
.news-list-intro h5,
.news-list-intro h6 {
  margin: 0.025rem 0;
}
.news-list-intro h1 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (min-width: 570px) {
  .news-list-intro h1 {
    font-size: 2.8125rem;
  }
}
.news-list-intro h1 {
  color: #000;
}
.news-list-intro h2 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 2.75rem;
}
.news-list-intro h3 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 2.1875rem;
}
.news-list-intro h4 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 1.875rem;
}
.news-list-intro h5 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.news-list-intro h6 {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.6875rem;
}
.news-list-intro a {
  color: #303030;
  text-decoration: none;
  transition: all 0.2s ease, background-image 0.5s linear;
  background-image: linear-gradient(#c8b18b, #c8b18b);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.news-list-intro a:hover, .news-list-intro a:focus {
  background-image: linear-gradient(#b01c33, #b01c33);
  color: #b01c33;
}
.news-list-intro dt {
  font-weight: bold;
}
.news-list-intro p.intro-text, .news-list-intro.intro-text > p {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 1.5rem;
  line-height: 1.416;
  color: #747474;
}
@media (min-width: 768px) {
  .news-list-intro p.intro-text, .news-list-intro.intro-text > p {
    font-size: 1.875rem;
  }
}
.news-list-intro p,
.news-list-intro ul,
.news-list-intro ol,
.news-list-intro dl,
.news-list-intro dd,
.news-list-intro table,
.news-list-intro figure {
  margin: 0 0 1rem;
  line-height: 1.875rem;
}
.news-list-intro ul,
.news-list-intro ol {
  padding-left: 2.375rem;
}
@media (min-width: 768px) {
  .news-list-intro ul,
  .news-list-intro ol {
    padding-left: 3.4375rem;
  }
}
.news-list-intro ul li,
.news-list-intro ol li {
  list-style: none;
  position: relative;
  margin-bottom: 0.75rem;
}
.news-list-intro ul li::before,
.news-list-intro ol li::before {
  display: block;
  position: absolute;
  left: -1.625rem;
}
@media (min-width: 768px) {
  .news-list-intro ul li::before,
  .news-list-intro ol li::before {
    left: -2.5rem;
  }
}
.news-list-intro ul ul,
.news-list-intro ul ol,
.news-list-intro ol ul,
.news-list-intro ol ol {
  margin-bottom: 0;
}
.news-list-intro ol {
  counter-reset: numeric-counter;
}
.news-list-intro ol > li {
  counter-increment: numeric-counter;
}
.news-list-intro ol > li::before {
  content: counter(numeric-counter) ". ";
  font-weight: 700;
  color: currentColor;
}
.news-list-intro ul {
  counter-reset: counter;
}
.news-list-intro ul li::before {
  content: "";
  height: 6px;
  width: 6px;
  top: 0.8rem !important;
  left: -0.75rem !important;
  border-radius: 100%;
  background-color: currentColor;
}
.news-list-intro hr {
  background-color: #000;
  border: 0;
  display: block;
  height: 2px;
  margin: 2rem 0;
}
.news-list-intro td {
  font-size: 1.25rem;
}
.news-list-intro {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  padding-bottom: 2.25rem;
}
.news-list-intro::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  display: inline-block;
  width: 100px;
  height: 2px;
  background-color: #b01c33;
}
.news-list-intro__boundary {
  max-width: 49.5rem;
  margin: 0 auto;
}
.single-faculty .news-list-intro__boundary {
  margin: 0;
}
.news-list-intro__boundary:after {
  content: "";
  display: table;
  clear: both;
}
.news-list-intro__boundary {
  text-align: inherit;
}
.news-list-intro__boundary--textLeft {
  text-align: left;
}
.news-list-intro__boundary--textCenter {
  text-align: center;
}
.news-list-intro__boundary > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

[is=flynt-block-not-found] .content > :first-child {
  margin-top: 0;
  padding-top: 0;
}
[is=flynt-block-not-found] .content > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
[is=flynt-block-not-found] .content {
  text-align: center;
}

[is=flynt-block-post-footer] .tags {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
[is=flynt-block-post-footer] .tags-item {
  display: inline-block;
  margin-top: 5px;
}
[is=flynt-block-post-footer] .author {
  display: flex;
  margin: 3rem 0;
}
[is=flynt-block-post-footer] .author-avatarLink {
  flex-shrink: 0;
}
[is=flynt-block-post-footer] .author-avatarImage {
  border-radius: 50%;
  width: 80px;
}
[is=flynt-block-post-footer] .author-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding-left: 1rem;
}
@media (min-width: 480px) {
  [is=flynt-block-post-footer] .author-info {
    padding-left: 2rem;
  }
}
[is=flynt-block-post-footer] .author-description {
  font-size: 14px;
  margin: 0.5rem 0 0;
}

[is=flynt-block-post-header] .meta {
  font-size: 14px;
}
[is=flynt-block-post-header] .excerpt {
  color: #303030;
  font-weight: normal;
}
[is=flynt-block-post-header] .featuredImage {
  margin: 2.5rem 0;
}

.promoted-links {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.promoted-links .promoted-links__wrapper {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .promoted-links .promoted-links__links {
    display: flex;
  }
}
.promoted-links .promoted-links__link {
  display: block;
  margin-bottom: 1.25rem;
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5625rem;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #b01c33;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.12);
  text-decoration: none;
  cursor: pointer;
  transition-property: box-shadow;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
@media (min-width: 768px) {
  .promoted-links .promoted-links__link {
    flex: 1 1 0;
    margin-bottom: 0;
  }
}
.promoted-links .promoted-links__link:last-child {
  margin-bottom: 0;
}
.promoted-links .promoted-links__link:hover, .promoted-links .promoted-links__link:focus {
  box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.12);
}
.promoted-links .promoted-links__link-image {
  width: 105px;
  height: 105px;
  margin-bottom: 0.75rem;
  border-width: 1px;
  border-style: solid;
  border-color: #c8b18b;
  border-radius: 50%;
}
.promoted-links .promoted-links__link-heading {
  margin-bottom: 0.3125rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  color: #303030;
}
.promoted-links .promoted-links__link-text {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 1.25rem;
  font-weight: 200;
  line-height: 1.35;
  color: #303030;
}
.promoted-links .promoted-links__link-text-chevron {
  display: inline;
  width: 0.75rem;
  height: 0.75rem;
}

.raw-html {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #303030;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .raw-html {
    font-size: 1.25rem;
  }
}
.raw-html strong, .raw-html b {
  font-weight: 600;
}
.raw-html div.alignleft,
.raw-html div.alignright,
.raw-html div.aligncenter,
.raw-html div.alignnone,
.raw-html img.alignleft,
.raw-html img.alignright,
.raw-html img.aligncenter,
.raw-html img.alignnone {
  max-width: 100%;
  height: auto;
}
.raw-html div.alignleft .wp-caption-text,
.raw-html div.alignright .wp-caption-text,
.raw-html div.aligncenter .wp-caption-text,
.raw-html div.alignnone .wp-caption-text,
.raw-html img.alignleft .wp-caption-text,
.raw-html img.alignright .wp-caption-text,
.raw-html img.aligncenter .wp-caption-text,
.raw-html img.alignnone .wp-caption-text {
  margin-bottom: 0;
  margin-left: 1.5625rem;
  padding-left: 1.25rem;
  padding-top: 3.125rem;
  margin-top: -1.875rem;
  border-left: 0.0625rem solid #000;
  position: relative;
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media (min-width: 570px) {
  .raw-html div.alignleft .wp-caption-text,
  .raw-html div.alignright .wp-caption-text,
  .raw-html div.aligncenter .wp-caption-text,
  .raw-html div.alignnone .wp-caption-text,
  .raw-html img.alignleft .wp-caption-text,
  .raw-html img.alignright .wp-caption-text,
  .raw-html img.aligncenter .wp-caption-text,
  .raw-html img.alignnone .wp-caption-text {
    margin-left: 1.875rem;
    font-size: 0.9375rem;
  }
}
@media (min-width: 570px) {
  .raw-html div.alignleft,
  .raw-html div.alignright,
  .raw-html img.alignleft,
  .raw-html img.alignright {
    max-width: 50%;
  }
}
.raw-html div.alignleft,
.raw-html div.alignright,
.raw-html div.aligncenter,
.raw-html div.alignnone {
  padding-bottom: 2.1875rem;
}
@media (min-width: 570px) {
  .raw-html div.alignleft,
  .raw-html div.alignright,
  .raw-html div.aligncenter,
  .raw-html div.alignnone {
    padding-bottom: 3.125rem;
  }
}
.raw-html div.alignleft img,
.raw-html div.alignright img,
.raw-html div.aligncenter img,
.raw-html div.alignnone img {
  height: auto;
}
.raw-html img.alignleft,
.raw-html img.alignright,
.raw-html img.aligncenter,
.raw-html img.alignnone {
  padding-bottom: 1.25rem;
}
@media (min-width: 570px) {
  .raw-html div.alignleft,
  .raw-html div.aligncenter,
  .raw-html div.alignnone,
  .raw-html img.alignleft,
  .raw-html img.aligncenter,
  .raw-html img.alignnone {
    float: left;
    padding-right: 1.25rem;
    height: auto;
  }
}
@media (min-width: 570px) {
  .raw-html div.alignright,
  .raw-html img.alignright {
    float: right;
    padding-left: 1.25rem;
    height: auto;
  }
}
.raw-html h1,
.raw-html h2,
.raw-html h3,
.raw-html h4,
.raw-html h5,
.raw-html h6 {
  margin: 0.025rem 0;
}
.raw-html h1 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (min-width: 570px) {
  .raw-html h1 {
    font-size: 2.8125rem;
  }
}
.raw-html h1 {
  color: #000;
}
.raw-html h2 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 2.75rem;
}
.raw-html h3 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 2.1875rem;
}
.raw-html h4 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 1.875rem;
}
.raw-html h5 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.raw-html h6 {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.6875rem;
}
.raw-html a {
  color: #303030;
  text-decoration: none;
  transition: all 0.2s ease, background-image 0.5s linear;
  background-image: linear-gradient(#c8b18b, #c8b18b);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.raw-html a:hover, .raw-html a:focus {
  background-image: linear-gradient(#b01c33, #b01c33);
  color: #b01c33;
}
.raw-html dt {
  font-weight: bold;
}
.raw-html p.intro-text, .raw-html.intro-text > p {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 1.5rem;
  line-height: 1.416;
  color: #747474;
}
@media (min-width: 768px) {
  .raw-html p.intro-text, .raw-html.intro-text > p {
    font-size: 1.875rem;
  }
}
.raw-html p,
.raw-html ul,
.raw-html ol,
.raw-html dl,
.raw-html dd,
.raw-html table,
.raw-html figure {
  margin: 0 0 1rem;
  line-height: 1.875rem;
}
.raw-html ul,
.raw-html ol {
  padding-left: 2.375rem;
}
@media (min-width: 768px) {
  .raw-html ul,
  .raw-html ol {
    padding-left: 3.4375rem;
  }
}
.raw-html ul li,
.raw-html ol li {
  list-style: none;
  position: relative;
  margin-bottom: 0.75rem;
}
.raw-html ul li::before,
.raw-html ol li::before {
  display: block;
  position: absolute;
  left: -1.625rem;
}
@media (min-width: 768px) {
  .raw-html ul li::before,
  .raw-html ol li::before {
    left: -2.5rem;
  }
}
.raw-html ul ul,
.raw-html ul ol,
.raw-html ol ul,
.raw-html ol ol {
  margin-bottom: 0;
}
.raw-html ol {
  counter-reset: numeric-counter;
}
.raw-html ol > li {
  counter-increment: numeric-counter;
}
.raw-html ol > li::before {
  content: counter(numeric-counter) ". ";
  font-weight: 700;
  color: currentColor;
}
.raw-html ul {
  counter-reset: counter;
}
.raw-html ul li::before {
  content: "";
  height: 6px;
  width: 6px;
  top: 0.8rem !important;
  left: -0.75rem !important;
  border-radius: 100%;
  background-color: currentColor;
}
.raw-html hr {
  background-color: #000;
  border: 0;
  display: block;
  height: 2px;
  margin: 2rem 0;
}
.raw-html td {
  font-size: 1.25rem;
}
.raw-html__boundary {
  max-width: 49.5rem;
  margin: 0 auto;
}
.single-faculty .raw-html__boundary {
  margin: 0;
}
.raw-html__boundary:after {
  content: "";
  display: table;
  clear: both;
}
.raw-html__boundary {
  text-align: inherit;
  /*max-width: 55rem;*/
}
.raw-html .iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.raw-html .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.related-content {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
}
@media (max-width: 420px) {
  .related-content {
    max-width: 80%;
    padding: 0;
    margin: 0 auto;
  }
}
@media (min-width: 1180px) {
  .related-content {
    clear: both;
  }
}
.related-content__wrapper {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  justify-content: left;
  margin: 0 auto 2.8125rem auto;
  padding: 0 0;
  width: 100%;
  padding: 0.75rem;
}
@media (min-width: 768px) {
  .related-content__wrapper {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
  }
}
.related-content__wrapper.col-2 {
  justify-content: space-evenly;
}
.related-content__wrapper ul {
  list-style: none;
}
.related-content__news-wrapper {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .related-content__news-wrapper {
    flex: 0 0 auto;
    width: calc(50% - 1rem);
  }
}
.related-content__news .news-teaser__title {
  font-size: 1.375rem;
}
.related-content__news .news-teaser__date {
  font-weight: 400;
}
@media (min-width: 320px) {
  .related-content__list-heading {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
.related-content__list-heading {
  margin-bottom: 2.1875rem;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #b01c33;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 2.1875rem;
  color: #b01c33;
  font-weight: 400;
}
.related-content__see-all-link {
  display: inline-flex;
  align-items: center;
  margin-top: 2.5rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #b01c33;
  transition-property: color;
  transition-duration: 0.25s;
}
.related-content__see-all-link span {
  margin-right: 0.3125rem;
}
.related-content__see-all-link:hover, .related-content__see-all-link:focus {
  outline: 0;
  color: #b01c33;
}
.related-content__see-all-link:hover .related-content__see-all-link-chevron path, .related-content__see-all-link:focus .related-content__see-all-link-chevron path {
  fill: #b01c33;
}
.related-content__see-all-link-chevron {
  width: 0.5rem;
}
.related-content__see-all-link-chevron path {
  fill: #b01c33;
  transition-property: fill;
  transition-duration: 0.25s;
}
.related-content__media-coverage-wrapper {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .related-content__media-coverage-wrapper {
    flex: 0 0 auto;
    width: calc(50% - 1rem);
    margin: 0 0 0 1rem;
  }
}
@media (min-width: 768px) {
  .related-content__single {
    width: 62% !important;
    margin: 0 auto !important;
  }
}
@media (min-width: 768px) {
  .related-content__item:nth-child(1) {
    margin: 0 1rem 0 0;
  }
}
@media (min-width: 320px) {
  .related-content__item:nth-child(1) {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .related-content__item:nth-child(2) {
    margin: 0 0 0 2rem !important;
  }
}
@media (min-width: 320px) {
  .related-content__item:nth-child(2) {
    margin: 3rem 0 0 0;
  }
}
.related-content ul {
  list-style: none;
}
.related-content ul li {
  margin-bottom: 1.875rem;
}

.media-label {
  color: #999999;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
  padding-right: 10px;
}

.search-overlay,
.list-search-results-header {
  width: 100%;
}
.search-overlay__headline,
.list-search-results-header__headline {
  width: 100%;
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 2.5rem;
  font-weight: 200;
  text-align: center;
  color: #b01c33;
}
@media (min-width: 768px) {
  .search-overlay__headline,
  .list-search-results-header__headline {
    font-size: 3.5625rem;
  }
}
.search-overlay__input-wrapper,
.list-search-results-header__input-wrapper {
  display: flex;
}
.search-overlay__input-text,
.list-search-results-header__input-text {
  flex: 1 1 auto;
  padding: 1.25rem;
  width: 100%;
  border: 0;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 200;
  color: #303030;
  background-color: #fff;
}
@media (min-width: 768px) {
  .search-overlay__input-text,
  .list-search-results-header__input-text {
    padding: 1.875rem;
    font-size: 1.375rem;
  }
}
.search-overlay__input-submit,
.list-search-results-header__input-submit {
  flex: 0 0 auto;
  width: 60px;
  line-height: 1;
  text-indent: -99999px;
  overflow: hidden;
  background-image: url("../assets/icons/search-icon-white.svg");
  background-size: 25px;
  background-color: #303030;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  cursor: pointer;
}
@media (min-width: 768px) {
  .search-overlay__input-submit,
  .list-search-results-header__input-submit {
    width: 85px;
  }
}
.search-overlay__input-submit:hover, .search-overlay__input-submit:focus,
.list-search-results-header__input-submit:hover,
.list-search-results-header__input-submit:focus {
  background-color: #b01c33;
}
.search-overlay__bottom-text,
.list-search-results-header__bottom-text {
  color: #747474;
  text-transform: uppercase;
}
.search-overlay__bottom-text a,
.list-search-results-header__bottom-text a {
  color: #303030;
  text-decoration: none;
  transition: all 0.2s ease, background-image 0.5s linear;
  background-image: linear-gradient(#c8b18b, #c8b18b);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.search-overlay__bottom-text a:hover, .search-overlay__bottom-text a:focus,
.list-search-results-header__bottom-text a:hover,
.list-search-results-header__bottom-text a:focus {
  background-image: linear-gradient(#b01c33, #b01c33);
  color: #b01c33;
}
.search-overlay__bottom-text a,
.list-search-results-header__bottom-text a {
  color: #747474;
  position: relative;
}

.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  background-color: #efebe1;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  z-index: 2;
}
.search-overlay__boundary {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
  max-width: 62.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.search-overlay__close {
  float: right;
  width: 1.375rem;
  height: 1.375rem;
  padding: 0;
  border: none;
  line-height: 1;
  text-indent: -99999px;
  overflow: hidden;
  background-image: url("../assets/icons/x-icon.svg");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.search-overlay__close:hover, .search-overlay__close:focus {
  background-image: url("../assets/icons/x-icon-red.svg");
}
.search-overlay--show {
  opacity: 1;
  visibility: visible;
}
.search-overlay--stuck-to-top {
  position: absolute;
  top: 100%;
  bottom: auto;
}
.search-overlay--stuck-to-top .search-overlay__close {
  opacity: 0;
  visibility: hidden;
}
.search-overlay--stuck-to-bottom {
  position: absolute;
  top: 100%;
  bottom: 0;
}

.list-search-results-header {
  margin-bottom: 3.125rem;
}

@media (min-width: 570px) {
  .sidebar-callout-outer {
    width: 30.65%;
  }
}

.sidebar-two {
  margin-top: 2rem;
}

.sidebar-callout {
  border-top: 2px solid #b01c33;
  max-width: 49.5rem;
}
.sidebar-callout__wrapper {
  border-bottom: 1px solid #E7DED0;
  border-left: 1px solid #E7DED0;
  border-right: 1px solid #E7DED0;
  display: block;
  padding: 1.875rem;
}
.sidebar-callout__wrapper:hover, .sidebar-callout__wrapper:focus {
  box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.12);
}
.sidebar-callout__wrapper:hover .sidebar-callout__arrow, .sidebar-callout__wrapper:focus .sidebar-callout__arrow {
  border: 1px solid #b01c33;
}
.sidebar-callout__wrapper:hover .sidebar-callout__arrow path, .sidebar-callout__wrapper:focus .sidebar-callout__arrow path {
  fill: #b01c33;
}
.sidebar-callout__title {
  font-size: 1.75rem;
  line-height: 2rem;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
}
.sidebar-callout__text {
  margin-top: 1rem;
  font-size: 1.125rem;
}
.sidebar-callout__arrow {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 100%;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s border-color;
}
.sidebar-callout__arrow svg {
  width: 10px;
  height: 10px;
}
.sidebar-callout__arrow svg path {
  transition: 0.2s fill;
}
.sidebar-callout__arrow {
  margin-top: 2rem;
  margin-left: auto;
}

.stats-component__wrapper {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
  text-align: center;
}
.stats-component__stat {
  text-align: left;
  height: 100%;
}
.stats-component__stat-large-text-container {
  display: flex;
  min-width: 6.25rem;
}
@media (min-width: 420px) {
  .stats-component__stat-large-text-container {
    min-width: 7.8125rem;
  }
}
@media (min-width: 570px) {
  .stats-component__stat-large-text-container {
    min-width: 12.5rem;
  }
}
@media (min-width: 980px) {
  .stats-component__stat-large-text-container {
    min-width: none;
  }
}
.stats-component__stat-large-text-prefix {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 420px) {
  .stats-component__stat-large-text-prefix {
    font-size: 2.8125rem;
  }
}
@media (min-width: 570px) {
  .stats-component__stat-large-text-prefix {
    font-size: 4.0625rem;
  }
}
@media (min-width: 1180px) {
  .stats-component__stat-large-text-prefix {
    font-size: 5.9375rem;
  }
}
.stats-component__stat-large-text {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 420px) {
  .stats-component__stat-large-text {
    font-size: 4.0625rem;
  }
}
@media (min-width: 570px) {
  .stats-component__stat-large-text {
    font-size: 6.25rem;
  }
}
@media (min-width: 1180px) {
  .stats-component__stat-large-text {
    font-size: 8.75rem;
  }
}
.stats-component__stat-large-text-suffix {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 420px) {
  .stats-component__stat-large-text-suffix {
    font-size: 2.8125rem;
  }
}
@media (min-width: 570px) {
  .stats-component__stat-large-text-suffix {
    font-size: 4.0625rem;
  }
}
@media (min-width: 1180px) {
  .stats-component__stat-large-text-suffix {
    font-size: 5.9375rem;
  }
}
.stats-component__stat-small-text {
  margin-top: 0.625rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 420px) {
  .stats-component__stat-small-text {
    font-size: 1.25rem;
  }
}
@media (min-width: 570px) {
  .stats-component__stat-small-text {
    font-size: 1.5rem;
  }
}
@media (min-width: 1180px) {
  .stats-component__stat-small-text {
    font-size: 1.75rem;
  }
}
.stats-component--style-blocks {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media (min-width: 980px) {
  .stats-component--style-blocks .stats-component__stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 24px;
    justify-items: stretch;
    align-items: stretch;
  }
}
.stats-component--style-blocks .stats-component__stat {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 1.25rem;
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: calc(1.25rem + 33px);
  padding-left: 1.25rem;
}
@media (min-width: 570px) {
  .stats-component--style-blocks .stats-component__stat {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 980px) {
  .stats-component--style-blocks .stats-component__stat {
    display: block;
    margin-bottom: 0;
    padding-right: 1.25rem;
    padding-bottom: calc(2.5rem + 66px);
    padding-left: 1.25rem;
  }
}
.stats-component--style-blocks .stats-component__stat::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33px;
  background-position: center;
  background-repeat: repeat-x;
}
@media (min-width: 980px) {
  .stats-component--style-blocks .stats-component__stat::after {
    height: 66px;
  }
}
.stats-component--style-blocks .stats-component__stat-small-text {
  padding-left: 1.25rem;
  margin-top: 0;
}
@media (min-width: 980px) {
  .stats-component--style-blocks .stats-component__stat-small-text {
    padding-left: 0;
    margin-top: 0.625rem;
  }
}
.stats-component--style-area {
  position: relative;
  width: 100%;
  padding-top: 1.875rem;
  padding-right: 1.5rem;
  padding-bottom: calc(1.875rem + 33px);
  padding-left: 1.5rem;
}
@media (min-width: 980px) {
  .stats-component--style-area {
    padding-top: 4.0625rem;
    padding-bottom: calc(1.875rem + 66px);
  }
}
.stats-component--style-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33px;
  background-position: center;
  background-repeat: repeat-x;
}
@media (min-width: 980px) {
  .stats-component--style-area::after {
    height: 66px;
  }
}
.stats-component--style-area .stats-component__heading {
  margin-bottom: 1.875rem;
}
@media (min-width: 980px) {
  .stats-component--style-area .stats-component__heading {
    margin-bottom: 3.75rem;
  }
}
.stats-component--style-area .stats-component__stats {
  margin-bottom: 1.875rem;
}
@media (min-width: 980px) {
  .stats-component--style-area .stats-component__stats {
    display: flex;
    margin-bottom: 3.75rem;
  }
}
.stats-component--style-area .stats-component__stat {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-bottom: 1.25rem;
  padding-right: 2.8125rem;
  padding-left: 2.8125rem;
}
.stats-component--style-area .stats-component__stat:last-child {
  margin-bottom: 0;
}
@media (min-width: 570px) {
  .stats-component--style-area .stats-component__stat {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 980px) {
  .stats-component--style-area .stats-component__stat {
    display: block;
    margin-bottom: 0;
  }
}
.stats-component--style-area .stats-component__stat:first-child {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 980px) {
  .stats-component--style-area .stats-component__stat:first-child {
    width: calc(33.3333333333% - 2.8125rem / 3);
    border-right-width: 1px;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 2.8125rem;
  }
}
.stats-component--style-area .stats-component__stat:nth-child(2) {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 980px) {
  .stats-component--style-area .stats-component__stat:nth-child(2) {
    width: calc(33.3333333333% + 2.8125rem / 3 * 2);
    border-right-width: 1px;
    border-right-style: solid;
    padding-right: 2.8125rem;
    padding-left: 2.8125rem;
  }
}
.stats-component--style-area .stats-component__stat:last-child {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 980px) {
  .stats-component--style-area .stats-component__stat:last-child {
    width: calc(33.3333333333% - 2.8125rem / 3);
    padding-right: 0;
    padding-left: 2.8125rem;
  }
}
.stats-component--style-area .stats-component__stat-large-text-container {
  border-right-width: 1px;
  border-right-style: solid;
}
@media (min-width: 980px) {
  .stats-component--style-area .stats-component__stat-large-text-container {
    border-right-width: 0;
  }
}
.stats-component--style-area .stats-component__stat-small-text {
  margin-top: 0;
  margin-left: -1px;
  padding-left: 1.25rem;
  border-left-width: 1px;
  border-left-style: solid;
}
@media (min-width: 980px) {
  .stats-component--style-area .stats-component__stat-small-text {
    margin-top: 0.625rem;
    margin-left: 0;
    padding-left: 0;
    border-left-width: 0;
  }
}
.stats-component--style-area .stats-component__text {
  width: 100%;
  max-width: 50rem;
  margin: auto;
  margin-bottom: 1.875rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}
@media (min-width: 570px) {
  .stats-component--style-area .stats-component__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 980px) {
  .stats-component--style-area .stats-component__text {
    font-size: 1.25rem;
  }
}
.stats-component--style-area .stats-component__text > *:last-child {
  margin-bottom: 0;
}
.stats-component--style-area .stats-component__text a {
  display: inline-block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  line-height: 1.2;
  transition-property: color, border-bottom-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.stats-component--style-area .stats-component__button {
  display: inline-block;
  padding-top: 1.5rem;
  padding-right: 2.8125rem;
  padding-bottom: 1.5rem;
  padding-left: 2.8125rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition-property: color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
@media (min-width: 570px) {
  .stats-component--style-area .stats-component__button {
    font-size: 1.125rem;
  }
}
@media (min-width: 980px) {
  .stats-component--style-area .stats-component__button {
    font-size: 1.25rem;
  }
}
.stats-component--color-sand .stats-component__stat-large-text-prefix, .stats-component--color-sand .stats-component__stat-large-text, .stats-component--color-sand .stats-component__stat-large-text-suffix {
  color: #b01c33;
}
.stats-component--color-sand .stats-component__stat-small-text {
  color: #303030;
}
.stats-component--color-sand .stats-component__stat {
  background-color: #efebe1;
}
.stats-component--color-sand .stats-component__stat::after {
  background-image: url("/wp-content/themes/cornell-law/dist/Components/BlockStats/Assets/shield-pattern-sand.svg");
}
.stats-component--color-sand.stats-component--style-area {
  background-color: #efebe1;
}
.stats-component--color-sand.stats-component--style-area::after {
  background-image: url("/wp-content/themes/cornell-law/dist/Components/BlockStats/Assets/shield-pattern-sand.svg");
}
.stats-component--color-sand.stats-component--style-area .stats-component__heading {
  position: relative;
  display: inline-block;
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #303030;
}
.stats-component--color-sand.stats-component--style-area .stats-component__heading::before, .stats-component--color-sand.stats-component--style-area .stats-component__heading::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/icons/tilde-gray-dark.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.stats-component--color-sand.stats-component--style-area .stats-component__heading::before {
  left: 0;
}
.stats-component--color-sand.stats-component--style-area .stats-component__heading::after {
  right: 0;
}
.stats-component--color-sand.stats-component--style-area .stats-component__stat {
  border-right-color: #b01c33;
}
.stats-component--color-sand.stats-component--style-area .stats-component__stat-large-text-container {
  border-right-color: #b01c33;
}
.stats-component--color-sand.stats-component--style-area .stats-component__stat-small-text {
  border-left-color: #b01c33;
}
.stats-component--color-sand.stats-component--style-area .stats-component__text {
  color: #303030;
}
.stats-component--color-sand.stats-component--style-area .stats-component__text a {
  border-bottom-color: #c8b18b;
  color: #303030;
}
.stats-component--color-sand.stats-component--style-area .stats-component__text a:hover {
  color: #b01c33;
  border-bottom-color: #b01c33;
}
.stats-component--color-sand.stats-component--style-area .stats-component__button {
  color: #fff;
  background-color: #b01c33;
}
.stats-component--color-sand.stats-component--style-area .stats-component__button:hover, .stats-component--color-sand.stats-component--style-area .stats-component__button:focus {
  color: #b01c33;
  background-color: #fff;
}
.stats-component--color-orange .stats-component__stat-large-text-prefix, .stats-component--color-orange .stats-component__stat-large-text, .stats-component--color-orange .stats-component__stat-large-text-suffix {
  color: #fff;
}
.stats-component--color-orange .stats-component__stat-small-text {
  color: #fff;
}
.stats-component--color-orange .stats-component__stat {
  background-color: #B85A23;
}
.stats-component--color-orange .stats-component__stat::after {
  background-image: url("/wp-content/themes/cornell-law/dist/Components/BlockStats/Assets/shield-pattern-orange.svg");
}
.stats-component--color-orange.stats-component--style-area {
  background-color: #B85A23;
}
.stats-component--color-orange.stats-component--style-area::after {
  background-image: url("/wp-content/themes/cornell-law/dist/Components/BlockStats/Assets/shield-pattern-orange.svg");
}
.stats-component--color-orange.stats-component--style-area .stats-component__heading {
  position: relative;
  display: inline-block;
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
}
.stats-component--color-orange.stats-component--style-area .stats-component__heading::before, .stats-component--color-orange.stats-component--style-area .stats-component__heading::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/icons/tilde-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.stats-component--color-orange.stats-component--style-area .stats-component__heading::before {
  left: 0;
}
.stats-component--color-orange.stats-component--style-area .stats-component__heading::after {
  right: 0;
}
.stats-component--color-orange.stats-component--style-area .stats-component__stat {
  border-right-color: #fff;
}
.stats-component--color-orange.stats-component--style-area .stats-component__stat-large-text-container {
  border-right-color: #fff;
}
.stats-component--color-orange.stats-component--style-area .stats-component__stat-small-text {
  border-left-color: #fff;
}
.stats-component--color-orange.stats-component--style-area .stats-component__text {
  color: #fff;
}
.stats-component--color-orange.stats-component--style-area .stats-component__text a {
  border-bottom-color: #c8b18b;
  color: #fff;
}
.stats-component--color-orange.stats-component--style-area .stats-component__text a:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.stats-component--color-orange.stats-component--style-area .stats-component__button {
  color: #303030;
  background-color: #fff;
}
.stats-component--color-orange.stats-component--style-area .stats-component__button:hover, .stats-component--color-orange.stats-component--style-area .stats-component__button:focus {
  color: #fff;
  background-color: #a3501e;
}
.stats-component--color-turquoise .stats-component__stat-large-text-prefix, .stats-component--color-turquoise .stats-component__stat-large-text, .stats-component--color-turquoise .stats-component__stat-large-text-suffix {
  color: #fff;
}
.stats-component--color-turquoise .stats-component__stat-small-text {
  color: #fff;
}
.stats-component--color-turquoise .stats-component__stat {
  background-color: #3f8a8d;
}
.stats-component--color-turquoise .stats-component__stat::after {
  background-image: url("/wp-content/themes/cornell-law/dist/Components/BlockStats/Assets/shield-pattern-turquoise.svg");
}
.stats-component--color-turquoise.stats-component--style-area {
  background-color: #3f8a8d;
}
.stats-component--color-turquoise.stats-component--style-area::after {
  background-image: url("/wp-content/themes/cornell-law/dist/Components/BlockStats/Assets/shield-pattern-turquoise.svg");
}
.stats-component--color-turquoise.stats-component--style-area .stats-component__heading {
  position: relative;
  display: inline-block;
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
}
.stats-component--color-turquoise.stats-component--style-area .stats-component__heading::before, .stats-component--color-turquoise.stats-component--style-area .stats-component__heading::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/icons/tilde-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.stats-component--color-turquoise.stats-component--style-area .stats-component__heading::before {
  left: 0;
}
.stats-component--color-turquoise.stats-component--style-area .stats-component__heading::after {
  right: 0;
}
.stats-component--color-turquoise.stats-component--style-area .stats-component__stat {
  border-right-color: #fff;
}
.stats-component--color-turquoise.stats-component--style-area .stats-component__stat-large-text-container {
  border-right-color: #fff;
}
.stats-component--color-turquoise.stats-component--style-area .stats-component__stat-small-text {
  border-left-color: #fff;
}
.stats-component--color-turquoise.stats-component--style-area .stats-component__text {
  color: #fff;
}
.stats-component--color-turquoise.stats-component--style-area .stats-component__text a {
  border-bottom-color: #c8b18b;
  color: #fff;
}
.stats-component--color-turquoise.stats-component--style-area .stats-component__text a:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.stats-component--color-turquoise.stats-component--style-area .stats-component__button {
  color: #303030;
  background-color: #fff;
}
.stats-component--color-turquoise.stats-component--style-area .stats-component__button:hover, .stats-component--color-turquoise.stats-component--style-area .stats-component__button:focus {
  color: #fff;
  background-color: #306a6c;
}
.stats-component--color-blue .stats-component__stat-large-text-prefix, .stats-component--color-blue .stats-component__stat-large-text, .stats-component--color-blue .stats-component__stat-large-text-suffix {
  color: #fff;
}
.stats-component--color-blue .stats-component__stat-small-text {
  color: #fff;
}
.stats-component--color-blue .stats-component__stat {
  background-color: #3e69a4;
}
.stats-component--color-blue .stats-component__stat::after {
  background-image: url("/wp-content/themes/cornell-law/dist/Components/BlockStats/Assets/shield-pattern-blue.svg");
}
.stats-component--color-blue.stats-component--style-area {
  background-color: #3e69a4;
}
.stats-component--color-blue.stats-component--style-area::after {
  background-image: url("/wp-content/themes/cornell-law/dist/Components/BlockStats/Assets/shield-pattern-blue.svg");
}
.stats-component--color-blue.stats-component--style-area .stats-component__heading {
  position: relative;
  display: inline-block;
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
}
.stats-component--color-blue.stats-component--style-area .stats-component__heading::before, .stats-component--color-blue.stats-component--style-area .stats-component__heading::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/icons/tilde-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.stats-component--color-blue.stats-component--style-area .stats-component__heading::before {
  left: 0;
}
.stats-component--color-blue.stats-component--style-area .stats-component__heading::after {
  right: 0;
}
.stats-component--color-blue.stats-component--style-area .stats-component__stat {
  border-right-color: #fff;
}
.stats-component--color-blue.stats-component--style-area .stats-component__stat-large-text-container {
  border-right-color: #fff;
}
.stats-component--color-blue.stats-component--style-area .stats-component__stat-small-text {
  border-left-color: #fff;
}
.stats-component--color-blue.stats-component--style-area .stats-component__text {
  color: #fff;
}
.stats-component--color-blue.stats-component--style-area .stats-component__text a {
  border-bottom-color: #c8b18b;
  color: #fff;
}
.stats-component--color-blue.stats-component--style-area .stats-component__text a:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.stats-component--color-blue.stats-component--style-area .stats-component__button {
  color: #303030;
  background-color: #fff;
}
.stats-component--color-blue.stats-component--style-area .stats-component__button:hover, .stats-component--color-blue.stats-component--style-area .stats-component__button:focus {
  color: #fff;
  background-color: #2e4f7c;
}
.stats-component--color-olive .stats-component__stat-large-text-prefix, .stats-component--color-olive .stats-component__stat-large-text, .stats-component--color-olive .stats-component__stat-large-text-suffix {
  color: #303030;
}
.stats-component--color-olive .stats-component__stat-small-text {
  color: #303030;
}
.stats-component--color-olive .stats-component__stat {
  background-color: #939d24;
}
.stats-component--color-olive .stats-component__stat::after {
  background-image: url("/wp-content/themes/cornell-law/dist/Components/BlockStats/Assets/shield-pattern-olive.svg");
}
.stats-component--color-olive.stats-component--style-area {
  background-color: #939d24;
}
.stats-component--color-olive.stats-component--style-area::after {
  background-image: url("/wp-content/themes/cornell-law/dist/Components/BlockStats/Assets/shield-pattern-olive.svg");
}
.stats-component--color-olive.stats-component--style-area .stats-component__heading {
  position: relative;
  display: inline-block;
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #303030;
}
.stats-component--color-olive.stats-component--style-area .stats-component__heading::before, .stats-component--color-olive.stats-component--style-area .stats-component__heading::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/icons/tilde-gray-dark.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.stats-component--color-olive.stats-component--style-area .stats-component__heading::before {
  left: 0;
}
.stats-component--color-olive.stats-component--style-area .stats-component__heading::after {
  right: 0;
}
.stats-component--color-olive.stats-component--style-area .stats-component__stat {
  border-right-color: #303030;
}
.stats-component--color-olive.stats-component--style-area .stats-component__stat-large-text-container {
  border-right-color: #303030;
}
.stats-component--color-olive.stats-component--style-area .stats-component__stat-small-text {
  border-left-color: #303030;
}
.stats-component--color-olive.stats-component--style-area .stats-component__text {
  color: #303030;
}
.stats-component--color-olive.stats-component--style-area .stats-component__text a {
  border-bottom-color: #c8b18b;
  color: #303030;
}
.stats-component--color-olive.stats-component--style-area .stats-component__text a:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.stats-component--color-olive.stats-component--style-area .stats-component__button {
  color: #fff;
  background-color: #303030;
}
.stats-component--color-olive.stats-component--style-area .stats-component__button:hover, .stats-component--color-olive.stats-component--style-area .stats-component__button:focus {
  color: #fff;
  background-color: #79821d;
}
.stats-component--color-red .stats-component__stat-large-text-prefix, .stats-component--color-red .stats-component__stat-large-text, .stats-component--color-red .stats-component__stat-large-text-suffix {
  color: #fff;
}
.stats-component--color-red .stats-component__stat-small-text {
  color: #fff;
}
.stats-component--color-red .stats-component__stat {
  background-color: #b01c33;
}
.stats-component--color-red .stats-component__stat::after {
  background-image: url("/wp-content/themes/cornell-law/dist/Components/BlockStats/Assets/shield-pattern-red.svg");
}
.stats-component--color-red.stats-component--style-area {
  background-color: #b01c33;
}
.stats-component--color-red.stats-component--style-area::after {
  background-image: url("/wp-content/themes/cornell-law/dist/Components/BlockStats/Assets/shield-pattern-red.svg");
}
.stats-component--color-red.stats-component--style-area .stats-component__heading {
  position: relative;
  display: inline-block;
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
}
.stats-component--color-red.stats-component--style-area .stats-component__heading::before, .stats-component--color-red.stats-component--style-area .stats-component__heading::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/icons/tilde-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.stats-component--color-red.stats-component--style-area .stats-component__heading::before {
  left: 0;
}
.stats-component--color-red.stats-component--style-area .stats-component__heading::after {
  right: 0;
}
.stats-component--color-red.stats-component--style-area .stats-component__stat {
  border-right-color: #fff;
}
.stats-component--color-red.stats-component--style-area .stats-component__stat-large-text-container {
  border-right-color: #fff;
}
.stats-component--color-red.stats-component--style-area .stats-component__stat-small-text {
  border-left-color: #fff;
}
.stats-component--color-red.stats-component--style-area .stats-component__text {
  color: #fff;
}
.stats-component--color-red.stats-component--style-area .stats-component__text a {
  border-bottom-color: #c8b18b;
  color: #fff;
}
.stats-component--color-red.stats-component--style-area .stats-component__text a:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.stats-component--color-red.stats-component--style-area .stats-component__button {
  color: #303030;
  background-color: #fff;
}
.stats-component--color-red.stats-component--style-area .stats-component__button:hover, .stats-component--color-red.stats-component--style-area .stats-component__button:focus {
  color: #fff;
  background-color: #8b0e05;
}

.takeover-image {
  position: relative;
}
.takeover-image__picture {
  display: none;
  position: relative;
  width: 100%;
  height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .takeover-image__picture {
    height: 0;
    padding-bottom: 56.25%;
  }
}
@media (max-width: 600px) {
  .takeover-image__picture--900 {
    display: block;
    background-attachment: scroll;
  }
}
@media (min-width: 601px) and (max-width: 900px) {
  .takeover-image__picture--900 {
    display: block;
  }
}
@media (min-width: 901px) {
  .takeover-image__picture--original {
    display: block;
  }
}
.takeover-image__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.takeover-image__content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.takeover-image__content {
  max-width: 90%;
  padding: 0.9375rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .takeover-image__content {
    min-width: 35%;
    max-width: 75%;
    padding: 1.25rem;
  }
}
@media (min-width: 1180px) {
  .takeover-image__content {
    padding: 1.5625rem;
  }
}
.takeover-image__heading {
  position: relative;
  display: inline-block;
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
}
.takeover-image__heading::before, .takeover-image__heading::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/icons/tilde-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.takeover-image__heading::before {
  left: 0;
}
.takeover-image__heading::after {
  right: 0;
}
.takeover-image__large-text {
  margin-top: 0.625rem;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 2.1875rem;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 768px) {
  .takeover-image__large-text {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1180px) {
  .takeover-image__large-text {
    font-size: 3.75rem;
  }
}
.takeover-image__links {
  margin-top: 0.9375rem;
}
@media (min-width: 768px) {
  .takeover-image__links {
    display: flex;
    justify-content: center;
    margin-top: 1.875rem;
  }
}
.takeover-image__link {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 0.5rem;
  padding-right: 1.5625rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5625rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  color: #fff;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 768px) {
  .takeover-image__link {
    display: inline;
    width: auto;
  }
}
@media (min-width: 1180px) {
  .takeover-image__link {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .takeover-image__link:nth-child(n+2)::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
  }
}
.takeover-image__link:hover, .takeover-image__link:focus {
  color: #fff;
}
.takeover-image__link:hover .takeover-image__link-content, .takeover-image__link:focus .takeover-image__link-content {
  border-bottom-color: #fff;
}
.takeover-image__link .chevron-right {
  width: 12px;
  height: 12px;
}
.takeover-image__link .chevron-right path {
  fill: currentColor;
}
.takeover-image__link-content {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  transition-property: border-bottom-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}

.testimonial {
  margin: 6.25rem 0 0 0;
  padding: 0;
  position: relative;
  border-top-width: 0.875rem;
  border-top-style: solid;
}
@media (min-width: 980px) {
  .testimonial {
    padding: 0 4.1875rem;
  }
}
.testimonial__wrapper {
  position: relative;
  width: 66.25rem;
  max-width: 100%;
  margin: 0 auto;
  min-height: 31.25rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
@media (min-width: 980px) {
  .testimonial__wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.testimonial__background {
  display: none;
  background-position: center;
  background-blend-mode: multiply, luminosity;
  background-repeat: no-repeat;
  background-position: 76% center;
  background-size: contain;
  opacity: 25% !important;
  width: 56.25rem;
  max-width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
@media (min-width: 980px) {
  .testimonial__background {
    display: block;
  }
}
.testimonial__image {
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  margin: -6.25rem auto 0 auto;
}
@media (min-width: 980px) {
  .testimonial__image {
    margin: auto;
    left: initial;
    position: absolute;
  }
}
.testimonial__content {
  background: #fff;
  padding: 1.25rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 980px) {
  .testimonial__content {
    margin-right: 24.4375rem;
    padding: 4.1875rem 0;
    max-width: 36.75rem;
    background: transparent;
  }
}
.testimonial__content--text-light {
  color: #303030;
}
@media (min-width: 980px) {
  .testimonial__content--text-light {
    color: #fff;
  }
}
.testimonial__text {
  text-indent: -0.5rem;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-style: italic;
  font-size: 1.375rem;
  line-height: 1.875rem;
}
@media (min-width: 980px) {
  .testimonial__text {
    text-indent: -0.9375rem;
    font-size: 2.25rem;
    line-height: 3.4375rem;
  }
}
.testimonial__name {
  text-transform: uppercase;
  font-weight: 600;
}
.testimonial__title {
  margin-top: -0.3125rem;
}

.two-column-text .profile {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 2rem;
}
.two-column-text .profile {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 2rem;
}
.two-column-text {
  /* Fixed-width column for image */
}
.two-column-text .profile-img-wrapper {
  flex: 0 0 180px;
  /* don’t grow or shrink, exactly 180px */
  width: 180px;
}
.two-column-text {
  /* Flexible column for text */
}
.two-column-text .profile-text {
  flex: 1 1 0;
  /* takes up all remaining space */
  min-width: 0;
  /* prevents overflow issues */
}
.two-column-text {
  /* Keep the image round and consistent */
}
.two-column-text .profile-img {
  display: block;
  /* removes inline spacing */
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #c8b18b;
}
.two-column-text .profile:last-of-type {
  border-bottom: none;
}
.two-column-text .profile-text p:nth-of-type(2) {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.two-column-text .profile-text p:nth-of-type(3) {
  font-size: 1.1875rem;
  line-height: 1.625rem;
}
.two-column-text .profile-text .tag {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.two-column-text .profile-hide {
  display: none;
}

.two-column-text__boundary {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
}
.two-column-text__heading-container {
  text-align: center;
}
.two-column-text__top-text {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #303030;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .two-column-text__top-text {
    font-size: 1.25rem;
  }
}
.two-column-text__top-text strong, .two-column-text__top-text b {
  font-weight: 600;
}
.two-column-text__top-text div.alignleft,
.two-column-text__top-text div.alignright,
.two-column-text__top-text div.aligncenter,
.two-column-text__top-text div.alignnone,
.two-column-text__top-text img.alignleft,
.two-column-text__top-text img.alignright,
.two-column-text__top-text img.aligncenter,
.two-column-text__top-text img.alignnone {
  max-width: 100%;
  height: auto;
}
.two-column-text__top-text div.alignleft .wp-caption-text,
.two-column-text__top-text div.alignright .wp-caption-text,
.two-column-text__top-text div.aligncenter .wp-caption-text,
.two-column-text__top-text div.alignnone .wp-caption-text,
.two-column-text__top-text img.alignleft .wp-caption-text,
.two-column-text__top-text img.alignright .wp-caption-text,
.two-column-text__top-text img.aligncenter .wp-caption-text,
.two-column-text__top-text img.alignnone .wp-caption-text {
  margin-bottom: 0;
  margin-left: 1.5625rem;
  padding-left: 1.25rem;
  padding-top: 3.125rem;
  margin-top: -1.875rem;
  border-left: 0.0625rem solid #000;
  position: relative;
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media (min-width: 570px) {
  .two-column-text__top-text div.alignleft .wp-caption-text,
  .two-column-text__top-text div.alignright .wp-caption-text,
  .two-column-text__top-text div.aligncenter .wp-caption-text,
  .two-column-text__top-text div.alignnone .wp-caption-text,
  .two-column-text__top-text img.alignleft .wp-caption-text,
  .two-column-text__top-text img.alignright .wp-caption-text,
  .two-column-text__top-text img.aligncenter .wp-caption-text,
  .two-column-text__top-text img.alignnone .wp-caption-text {
    margin-left: 1.875rem;
    font-size: 0.9375rem;
  }
}
@media (min-width: 570px) {
  .two-column-text__top-text div.alignleft,
  .two-column-text__top-text div.alignright,
  .two-column-text__top-text img.alignleft,
  .two-column-text__top-text img.alignright {
    max-width: 50%;
  }
}
.two-column-text__top-text div.alignleft,
.two-column-text__top-text div.alignright,
.two-column-text__top-text div.aligncenter,
.two-column-text__top-text div.alignnone {
  padding-bottom: 2.1875rem;
}
@media (min-width: 570px) {
  .two-column-text__top-text div.alignleft,
  .two-column-text__top-text div.alignright,
  .two-column-text__top-text div.aligncenter,
  .two-column-text__top-text div.alignnone {
    padding-bottom: 3.125rem;
  }
}
.two-column-text__top-text div.alignleft img,
.two-column-text__top-text div.alignright img,
.two-column-text__top-text div.aligncenter img,
.two-column-text__top-text div.alignnone img {
  height: auto;
}
.two-column-text__top-text img.alignleft,
.two-column-text__top-text img.alignright,
.two-column-text__top-text img.aligncenter,
.two-column-text__top-text img.alignnone {
  padding-bottom: 1.25rem;
}
@media (min-width: 570px) {
  .two-column-text__top-text div.alignleft,
  .two-column-text__top-text div.aligncenter,
  .two-column-text__top-text div.alignnone,
  .two-column-text__top-text img.alignleft,
  .two-column-text__top-text img.aligncenter,
  .two-column-text__top-text img.alignnone {
    float: left;
    padding-right: 1.25rem;
    height: auto;
  }
}
@media (min-width: 570px) {
  .two-column-text__top-text div.alignright,
  .two-column-text__top-text img.alignright {
    float: right;
    padding-left: 1.25rem;
    height: auto;
  }
}
.two-column-text__top-text h1,
.two-column-text__top-text h2,
.two-column-text__top-text h3,
.two-column-text__top-text h4,
.two-column-text__top-text h5,
.two-column-text__top-text h6 {
  margin: 0.025rem 0;
}
.two-column-text__top-text h1 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (min-width: 570px) {
  .two-column-text__top-text h1 {
    font-size: 2.8125rem;
  }
}
.two-column-text__top-text h1 {
  color: #000;
}
.two-column-text__top-text h2 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 2.75rem;
}
.two-column-text__top-text h3 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 2.1875rem;
}
.two-column-text__top-text h4 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 1.875rem;
}
.two-column-text__top-text h5 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.two-column-text__top-text h6 {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.6875rem;
}
.two-column-text__top-text a {
  color: #303030;
  text-decoration: none;
  transition: all 0.2s ease, background-image 0.5s linear;
  background-image: linear-gradient(#c8b18b, #c8b18b);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.two-column-text__top-text a:hover, .two-column-text__top-text a:focus {
  background-image: linear-gradient(#b01c33, #b01c33);
  color: #b01c33;
}
.two-column-text__top-text dt {
  font-weight: bold;
}
.two-column-text__top-text p.intro-text, .two-column-text__top-text.intro-text > p {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 1.5rem;
  line-height: 1.416;
  color: #747474;
}
@media (min-width: 768px) {
  .two-column-text__top-text p.intro-text, .two-column-text__top-text.intro-text > p {
    font-size: 1.875rem;
  }
}
.two-column-text__top-text p,
.two-column-text__top-text ul,
.two-column-text__top-text ol,
.two-column-text__top-text dl,
.two-column-text__top-text dd,
.two-column-text__top-text table,
.two-column-text__top-text figure {
  margin: 0 0 1rem;
  line-height: 1.875rem;
}
.two-column-text__top-text ul,
.two-column-text__top-text ol {
  padding-left: 2.375rem;
}
@media (min-width: 768px) {
  .two-column-text__top-text ul,
  .two-column-text__top-text ol {
    padding-left: 3.4375rem;
  }
}
.two-column-text__top-text ul li,
.two-column-text__top-text ol li {
  list-style: none;
  position: relative;
  margin-bottom: 0.75rem;
}
.two-column-text__top-text ul li::before,
.two-column-text__top-text ol li::before {
  display: block;
  position: absolute;
  left: -1.625rem;
}
@media (min-width: 768px) {
  .two-column-text__top-text ul li::before,
  .two-column-text__top-text ol li::before {
    left: -2.5rem;
  }
}
.two-column-text__top-text ul ul,
.two-column-text__top-text ul ol,
.two-column-text__top-text ol ul,
.two-column-text__top-text ol ol {
  margin-bottom: 0;
}
.two-column-text__top-text ol {
  counter-reset: numeric-counter;
}
.two-column-text__top-text ol > li {
  counter-increment: numeric-counter;
}
.two-column-text__top-text ol > li::before {
  content: counter(numeric-counter) ". ";
  font-weight: 700;
  color: currentColor;
}
.two-column-text__top-text ul {
  counter-reset: counter;
}
.two-column-text__top-text ul li::before {
  content: "";
  height: 6px;
  width: 6px;
  top: 0.8rem !important;
  left: -0.75rem !important;
  border-radius: 100%;
  background-color: currentColor;
}
.two-column-text__top-text hr {
  background-color: #000;
  border: 0;
  display: block;
  height: 2px;
  margin: 2rem 0;
}
.two-column-text__top-text td {
  font-size: 1.25rem;
}
.two-column-text__top-text {
  width: 100%;
  max-width: 56.25rem;
  margin: auto;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.375rem;
  padding-left: 1.25rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #c8b18b;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #c8b18b;
  text-align: center;
}
.two-column-text__top-text > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.two-column-text__top-text > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .two-column-text__columns {
    display: flex;
  }
}
.two-column-text__column-separator {
  flex: 0 0 auto;
  width: 1px;
  margin-right: 3.4375rem;
  margin-left: 3.4375rem;
  background-color: #c8b18b;
  display: none;
}
@media (min-width: 768px) {
  .two-column-text__column-separator {
    display: block;
  }
}
@media (min-width: 768px) {
  .two-column-text__column-left, .two-column-text__column-right {
    flex: 1 1 auto;
    width: 50%;
  }
}
.two-column-text__column-right {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #c8b18b;
}
@media (min-width: 768px) {
  .two-column-text__column-right {
    margin-top: 0;
    padding-top: 0;
    border-top-width: 0;
  }
}
.two-column-text__left-column-text, .two-column-text__right-column-text {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #303030;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .two-column-text__left-column-text, .two-column-text__right-column-text {
    font-size: 1.25rem;
  }
}
.two-column-text__left-column-text strong, .two-column-text__left-column-text b, .two-column-text__right-column-text strong, .two-column-text__right-column-text b {
  font-weight: 600;
}
.two-column-text__left-column-text div.alignleft,
.two-column-text__left-column-text div.alignright,
.two-column-text__left-column-text div.aligncenter,
.two-column-text__left-column-text div.alignnone,
.two-column-text__left-column-text img.alignleft,
.two-column-text__left-column-text img.alignright,
.two-column-text__left-column-text img.aligncenter,
.two-column-text__left-column-text img.alignnone, .two-column-text__right-column-text div.alignleft,
.two-column-text__right-column-text div.alignright,
.two-column-text__right-column-text div.aligncenter,
.two-column-text__right-column-text div.alignnone,
.two-column-text__right-column-text img.alignleft,
.two-column-text__right-column-text img.alignright,
.two-column-text__right-column-text img.aligncenter,
.two-column-text__right-column-text img.alignnone {
  max-width: 100%;
  height: auto;
}
.two-column-text__left-column-text div.alignleft .wp-caption-text,
.two-column-text__left-column-text div.alignright .wp-caption-text,
.two-column-text__left-column-text div.aligncenter .wp-caption-text,
.two-column-text__left-column-text div.alignnone .wp-caption-text,
.two-column-text__left-column-text img.alignleft .wp-caption-text,
.two-column-text__left-column-text img.alignright .wp-caption-text,
.two-column-text__left-column-text img.aligncenter .wp-caption-text,
.two-column-text__left-column-text img.alignnone .wp-caption-text, .two-column-text__right-column-text div.alignleft .wp-caption-text,
.two-column-text__right-column-text div.alignright .wp-caption-text,
.two-column-text__right-column-text div.aligncenter .wp-caption-text,
.two-column-text__right-column-text div.alignnone .wp-caption-text,
.two-column-text__right-column-text img.alignleft .wp-caption-text,
.two-column-text__right-column-text img.alignright .wp-caption-text,
.two-column-text__right-column-text img.aligncenter .wp-caption-text,
.two-column-text__right-column-text img.alignnone .wp-caption-text {
  margin-bottom: 0;
  margin-left: 1.5625rem;
  padding-left: 1.25rem;
  padding-top: 3.125rem;
  margin-top: -1.875rem;
  border-left: 0.0625rem solid #000;
  position: relative;
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media (min-width: 570px) {
  .two-column-text__left-column-text div.alignleft .wp-caption-text,
  .two-column-text__left-column-text div.alignright .wp-caption-text,
  .two-column-text__left-column-text div.aligncenter .wp-caption-text,
  .two-column-text__left-column-text div.alignnone .wp-caption-text,
  .two-column-text__left-column-text img.alignleft .wp-caption-text,
  .two-column-text__left-column-text img.alignright .wp-caption-text,
  .two-column-text__left-column-text img.aligncenter .wp-caption-text,
  .two-column-text__left-column-text img.alignnone .wp-caption-text, .two-column-text__right-column-text div.alignleft .wp-caption-text,
  .two-column-text__right-column-text div.alignright .wp-caption-text,
  .two-column-text__right-column-text div.aligncenter .wp-caption-text,
  .two-column-text__right-column-text div.alignnone .wp-caption-text,
  .two-column-text__right-column-text img.alignleft .wp-caption-text,
  .two-column-text__right-column-text img.alignright .wp-caption-text,
  .two-column-text__right-column-text img.aligncenter .wp-caption-text,
  .two-column-text__right-column-text img.alignnone .wp-caption-text {
    margin-left: 1.875rem;
    font-size: 0.9375rem;
  }
}
@media (min-width: 570px) {
  .two-column-text__left-column-text div.alignleft,
  .two-column-text__left-column-text div.alignright,
  .two-column-text__left-column-text img.alignleft,
  .two-column-text__left-column-text img.alignright, .two-column-text__right-column-text div.alignleft,
  .two-column-text__right-column-text div.alignright,
  .two-column-text__right-column-text img.alignleft,
  .two-column-text__right-column-text img.alignright {
    max-width: 50%;
  }
}
.two-column-text__left-column-text div.alignleft,
.two-column-text__left-column-text div.alignright,
.two-column-text__left-column-text div.aligncenter,
.two-column-text__left-column-text div.alignnone, .two-column-text__right-column-text div.alignleft,
.two-column-text__right-column-text div.alignright,
.two-column-text__right-column-text div.aligncenter,
.two-column-text__right-column-text div.alignnone {
  padding-bottom: 2.1875rem;
}
@media (min-width: 570px) {
  .two-column-text__left-column-text div.alignleft,
  .two-column-text__left-column-text div.alignright,
  .two-column-text__left-column-text div.aligncenter,
  .two-column-text__left-column-text div.alignnone, .two-column-text__right-column-text div.alignleft,
  .two-column-text__right-column-text div.alignright,
  .two-column-text__right-column-text div.aligncenter,
  .two-column-text__right-column-text div.alignnone {
    padding-bottom: 3.125rem;
  }
}
.two-column-text__left-column-text div.alignleft img,
.two-column-text__left-column-text div.alignright img,
.two-column-text__left-column-text div.aligncenter img,
.two-column-text__left-column-text div.alignnone img, .two-column-text__right-column-text div.alignleft img,
.two-column-text__right-column-text div.alignright img,
.two-column-text__right-column-text div.aligncenter img,
.two-column-text__right-column-text div.alignnone img {
  height: auto;
}
.two-column-text__left-column-text img.alignleft,
.two-column-text__left-column-text img.alignright,
.two-column-text__left-column-text img.aligncenter,
.two-column-text__left-column-text img.alignnone, .two-column-text__right-column-text img.alignleft,
.two-column-text__right-column-text img.alignright,
.two-column-text__right-column-text img.aligncenter,
.two-column-text__right-column-text img.alignnone {
  padding-bottom: 1.25rem;
}
@media (min-width: 570px) {
  .two-column-text__left-column-text div.alignleft,
  .two-column-text__left-column-text div.aligncenter,
  .two-column-text__left-column-text div.alignnone,
  .two-column-text__left-column-text img.alignleft,
  .two-column-text__left-column-text img.aligncenter,
  .two-column-text__left-column-text img.alignnone, .two-column-text__right-column-text div.alignleft,
  .two-column-text__right-column-text div.aligncenter,
  .two-column-text__right-column-text div.alignnone,
  .two-column-text__right-column-text img.alignleft,
  .two-column-text__right-column-text img.aligncenter,
  .two-column-text__right-column-text img.alignnone {
    float: left;
    padding-right: 1.25rem;
    height: auto;
  }
}
@media (min-width: 570px) {
  .two-column-text__left-column-text div.alignright,
  .two-column-text__left-column-text img.alignright, .two-column-text__right-column-text div.alignright,
  .two-column-text__right-column-text img.alignright {
    float: right;
    padding-left: 1.25rem;
    height: auto;
  }
}
.two-column-text__left-column-text h1,
.two-column-text__left-column-text h2,
.two-column-text__left-column-text h3,
.two-column-text__left-column-text h4,
.two-column-text__left-column-text h5,
.two-column-text__left-column-text h6, .two-column-text__right-column-text h1,
.two-column-text__right-column-text h2,
.two-column-text__right-column-text h3,
.two-column-text__right-column-text h4,
.two-column-text__right-column-text h5,
.two-column-text__right-column-text h6 {
  margin: 0.025rem 0;
}
.two-column-text__left-column-text h1, .two-column-text__right-column-text h1 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (min-width: 570px) {
  .two-column-text__left-column-text h1, .two-column-text__right-column-text h1 {
    font-size: 2.8125rem;
  }
}
.two-column-text__left-column-text h1, .two-column-text__right-column-text h1 {
  color: #000;
}
.two-column-text__left-column-text h2, .two-column-text__right-column-text h2 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 2.75rem;
}
.two-column-text__left-column-text h3, .two-column-text__right-column-text h3 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 2.1875rem;
}
.two-column-text__left-column-text h4, .two-column-text__right-column-text h4 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 1.875rem;
}
.two-column-text__left-column-text h5, .two-column-text__right-column-text h5 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.two-column-text__left-column-text h6, .two-column-text__right-column-text h6 {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.6875rem;
}
.two-column-text__left-column-text a, .two-column-text__right-column-text a {
  color: #303030;
  text-decoration: none;
  transition: all 0.2s ease, background-image 0.5s linear;
  background-image: linear-gradient(#c8b18b, #c8b18b);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.two-column-text__left-column-text a:hover, .two-column-text__left-column-text a:focus, .two-column-text__right-column-text a:hover, .two-column-text__right-column-text a:focus {
  background-image: linear-gradient(#b01c33, #b01c33);
  color: #b01c33;
}
.two-column-text__left-column-text dt, .two-column-text__right-column-text dt {
  font-weight: bold;
}
.two-column-text__left-column-text p.intro-text, .two-column-text__left-column-text.intro-text > p, .two-column-text__right-column-text p.intro-text, .two-column-text__right-column-text.intro-text > p {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 1.5rem;
  line-height: 1.416;
  color: #747474;
}
@media (min-width: 768px) {
  .two-column-text__left-column-text p.intro-text, .two-column-text__left-column-text.intro-text > p, .two-column-text__right-column-text p.intro-text, .two-column-text__right-column-text.intro-text > p {
    font-size: 1.875rem;
  }
}
.two-column-text__left-column-text p,
.two-column-text__left-column-text ul,
.two-column-text__left-column-text ol,
.two-column-text__left-column-text dl,
.two-column-text__left-column-text dd,
.two-column-text__left-column-text table,
.two-column-text__left-column-text figure, .two-column-text__right-column-text p,
.two-column-text__right-column-text ul,
.two-column-text__right-column-text ol,
.two-column-text__right-column-text dl,
.two-column-text__right-column-text dd,
.two-column-text__right-column-text table,
.two-column-text__right-column-text figure {
  margin: 0 0 1rem;
  line-height: 1.875rem;
}
.two-column-text__left-column-text ul,
.two-column-text__left-column-text ol, .two-column-text__right-column-text ul,
.two-column-text__right-column-text ol {
  padding-left: 2.375rem;
}
@media (min-width: 768px) {
  .two-column-text__left-column-text ul,
  .two-column-text__left-column-text ol, .two-column-text__right-column-text ul,
  .two-column-text__right-column-text ol {
    padding-left: 3.4375rem;
  }
}
.two-column-text__left-column-text ul li,
.two-column-text__left-column-text ol li, .two-column-text__right-column-text ul li,
.two-column-text__right-column-text ol li {
  list-style: none;
  position: relative;
  margin-bottom: 0.75rem;
}
.two-column-text__left-column-text ul li::before,
.two-column-text__left-column-text ol li::before, .two-column-text__right-column-text ul li::before,
.two-column-text__right-column-text ol li::before {
  display: block;
  position: absolute;
  left: -1.625rem;
}
@media (min-width: 768px) {
  .two-column-text__left-column-text ul li::before,
  .two-column-text__left-column-text ol li::before, .two-column-text__right-column-text ul li::before,
  .two-column-text__right-column-text ol li::before {
    left: -2.5rem;
  }
}
.two-column-text__left-column-text ul ul,
.two-column-text__left-column-text ul ol,
.two-column-text__left-column-text ol ul,
.two-column-text__left-column-text ol ol, .two-column-text__right-column-text ul ul,
.two-column-text__right-column-text ul ol,
.two-column-text__right-column-text ol ul,
.two-column-text__right-column-text ol ol {
  margin-bottom: 0;
}
.two-column-text__left-column-text ol, .two-column-text__right-column-text ol {
  counter-reset: numeric-counter;
}
.two-column-text__left-column-text ol > li, .two-column-text__right-column-text ol > li {
  counter-increment: numeric-counter;
}
.two-column-text__left-column-text ol > li::before, .two-column-text__right-column-text ol > li::before {
  content: counter(numeric-counter) ". ";
  font-weight: 700;
  color: currentColor;
}
.two-column-text__left-column-text ul, .two-column-text__right-column-text ul {
  counter-reset: counter;
}
.two-column-text__left-column-text ul li::before, .two-column-text__right-column-text ul li::before {
  content: "";
  height: 6px;
  width: 6px;
  top: 0.8rem !important;
  left: -0.75rem !important;
  border-radius: 100%;
  background-color: currentColor;
}
.two-column-text__left-column-text hr, .two-column-text__right-column-text hr {
  background-color: #000;
  border: 0;
  display: block;
  height: 2px;
  margin: 2rem 0;
}
.two-column-text__left-column-text td, .two-column-text__right-column-text td {
  font-size: 1.25rem;
}
.two-column-text__left-column-text > *:first-child, .two-column-text__right-column-text > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.two-column-text__left-column-text > *:last-child, .two-column-text__right-column-text > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.two-column-text__left-column-link, .two-column-text__right-column-link {
  position: relative;
  display: inline-block;
  margin-top: 0.75rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}
.two-column-text__left-column-link::after, .two-column-text__right-column-link::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 0.5rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.two-column-text--has-heading .two-column-text__heading-container {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .two-column-text--has-heading .two-column-text__heading-container {
    margin-bottom: 3.125rem;
  }
}
.two-column-text--has-top-text .two-column-text__top-text {
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .two-column-text--has-top-text .two-column-text__top-text {
    margin-bottom: 3.125rem;
  }
}
.two-column-text--has-heading.two-column-text--has-top-text .two-column-text__heading-container {
  margin-bottom: 1.875rem;
}
.two-column-text--bg-none {
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
}
.two-column-text--bg-none .two-column-text__heading {
  position: relative;
  display: inline-block;
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #303030;
}
.two-column-text--bg-none .two-column-text__heading::before, .two-column-text--bg-none .two-column-text__heading::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/icons/tilde-gray-dark.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.two-column-text--bg-none .two-column-text__heading::before {
  left: 0;
}
.two-column-text--bg-none .two-column-text__heading::after {
  right: 0;
}
.two-column-text--bg-none .two-column-text__left-column-link, .two-column-text--bg-none .two-column-text__right-column-link {
  color: #b01c33;
}
.two-column-text--bg-none .two-column-text__left-column-link::after, .two-column-text--bg-none .two-column-text__right-column-link::after {
  background-image: url("../assets/icons/chevron-right-red.svg");
}
.two-column-text--bg-slate {
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
  background-color: #303030;
}
.two-column-text--bg-slate a,
.two-column-text--bg-slate a:visited {
  color: rgb(209.9995850543, 201.9502880344, 189.9954149457);
}
.two-column-text--bg-slate a:hover,
.two-column-text--bg-slate a:active {
  color: #efebe1;
  background-image: linear-gradient(#efebe1, #efebe1);
}
.two-column-text--bg-slate .two-column-text__heading {
  position: relative;
  display: inline-block;
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
}
.two-column-text--bg-slate .two-column-text__heading::before, .two-column-text--bg-slate .two-column-text__heading::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1rem;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/icons/tilde-white.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.two-column-text--bg-slate .two-column-text__heading::before {
  left: 0;
}
.two-column-text--bg-slate .two-column-text__heading::after {
  right: 0;
}
.two-column-text--bg-slate .two-column-text__top-text {
  color: #fff;
}
.two-column-text--bg-slate .two-column-text__left-column-text, .two-column-text--bg-slate .two-column-text__right-column-text {
  color: #fff;
}
.two-column-text--bg-slate .two-column-text__left-column-link, .two-column-text--bg-slate .two-column-text__right-column-link {
  color: #fff;
}
.two-column-text--bg-slate .two-column-text__left-column-link::after, .two-column-text--bg-slate .two-column-text__right-column-link::after {
  background-image: url("../assets/icons/chevron-right-white.svg");
}

.upcoming-events {
  position: relative;
  margin-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .upcoming-events {
    min-height: 35rem;
    margin-bottom: 0;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.upcoming-events__background-image {
  width: 100%;
  height: 0;
  padding-bottom: 48.5%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (min-width: 768px) {
  .upcoming-events__background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-bottom: 0;
    z-index: 1;
  }
}
.upcoming-events__background-image--mobile {
  display: block;
}
@media (min-width: 768px) {
  .upcoming-events__background-image--mobile {
    display: none;
  }
}
.upcoming-events__background-image--desktop {
  display: none;
}
@media (min-width: 768px) {
  .upcoming-events__background-image--desktop {
    display: block;
  }
}
.upcoming-events__background-image--desktop::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, rgb(0, 0, 0) 5%, transparent 40%);
}
.upcoming-events__content-wrapper {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .upcoming-events__content-wrapper {
    display: flex;
    justify-content: space-between;
    z-index: 2;
  }
}
.upcoming-events__copy-wrapper {
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .upcoming-events__copy-wrapper {
    flex: 0 0 auto;
    width: calc(40% - 1.875rem);
    margin-bottom: 0;
  }
}
@media (min-width: 980px) {
  .upcoming-events__copy-wrapper {
    width: calc(50% - 2.5rem);
  }
}
.upcoming-events__heading {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: #303030;
}
@media (min-width: 570px) {
  .upcoming-events__heading {
    font-size: 3.125rem;
    font-weight: 500;
  }
}
@media (min-width: 768px) {
  .upcoming-events__heading {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
  }
}
@media (min-width: 980px) {
  .upcoming-events__heading {
    font-size: 3.75rem;
  }
}
.upcoming-events__text {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  color: #303030;
}
@media (min-width: 768px) {
  .upcoming-events__text {
    color: #fff;
  }
}
.upcoming-events__text a {
  color: #fff;
}
.upcoming-events__link {
  display: inline-flex;
  align-items: center;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #303030;
  transition-property: color;
  transition-duration: 0.25s;
}
@media (min-width: 768px) {
  .upcoming-events__link {
    color: #fff;
  }
}
.upcoming-events__link span {
  margin-right: 0.3125rem;
}
.upcoming-events__link:hover, .upcoming-events__link:focus {
  outline: 0;
  color: #b01c33;
}
.upcoming-events__link:hover .upcoming-events__link-chevron path, .upcoming-events__link:focus .upcoming-events__link-chevron path {
  fill: #b01c33;
}
.upcoming-events__link-chevron {
  width: 0.5rem;
}
.upcoming-events__link-chevron path {
  fill: #303030;
  transition-property: fill;
  transition-duration: 0.25s;
}
@media (min-width: 768px) {
  .upcoming-events__link-chevron path {
    fill: #fff;
  }
}
@media (min-width: 570px) {
  .upcoming-events__events-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .upcoming-events__events-wrapper {
    flex: 0 0 auto;
    width: calc(60% - 1.875rem);
  }
}
@media (min-width: 980px) {
  .upcoming-events__events-wrapper {
    width: calc(50% - 2.5rem);
  }
}
.upcoming-events__event-link {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  padding: 1rem;
  padding-bottom: 40px;
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: #c8b18b;
  background-color: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  transition-property: box-shadow;
  transition-duration: 0.25s;
}
@media (min-width: 570px) {
  .upcoming-events__event-link {
    flex: 0 0 auto;
    width: calc(50% - 0.75rem);
    min-height: 10rem;
    margin-bottom: 1.5rem;
  }
}
.upcoming-events__event-link:hover, .upcoming-events__event-link:focus {
  box-shadow: 0 5px 10px 5px rgba(0, 0, 0, 0.25);
  outline: 0;
}
.upcoming-events__event-link:hover .upcoming-events__event-chevron-wrapper, .upcoming-events__event-link:focus .upcoming-events__event-chevron-wrapper {
  border-color: #b01c33;
}
.upcoming-events__event-link:hover .upcoming-events__event-chevron path, .upcoming-events__event-link:focus .upcoming-events__event-chevron path {
  fill: #b01c33;
}
.upcoming-events__event-date {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #303030;
}
.upcoming-events__event-name {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  color: #303030;
}
.upcoming-events__event-chevron-wrapper {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #303030;
  transition-property: border-color;
  transition-duration: 0.25s;
}
.upcoming-events__event-chevron {
  width: 0.5rem;
}
.upcoming-events__event-chevron path {
  fill: #303030;
  transition-property: fill;
  transition-duration: 0.25s;
}
[is=flynt-block-video] {
  margin: 2.75rem 0;
}
[is=flynt-block-video] .figure {
  margin-bottom: 0;
}
[is=flynt-block-video] .figure-image {
  background: rgba(0, 0, 0, 0.03);
}
[is=flynt-block-video] .figure-image--isHidden {
  visibility: hidden;
}
[is=flynt-block-video] .video-playButton::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease;
  background-color: #b01c33;
  border: 0 solid transparent;
  border-radius: 50%;
  height: 60px;
  margin-left: 30px;
  margin-top: 30px;
  width: 60px;
}
@media (min-width: 768px) {
  [is=flynt-block-video] .video-playButton::before {
    height: 100px;
    margin-left: 50px;
    margin-top: 50px;
    width: 100px;
  }
}
[is=flynt-block-video] .video-playButton::after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease;
  border-bottom: calc(20px / 2) solid transparent;
  border-left: 20px solid #fff;
  border-top: calc(20px / 2) solid transparent;
  height: 0;
  margin-left: calc(20px / 2 * 0.9 + 1px);
  margin-left: calc(60px / 2);
  width: 0;
}
@media (min-width: 768px) {
  [is=flynt-block-video] .video-playButton::after {
    border-bottom: 20px solid transparent;
    border-left: 40px solid #fff;
    border-top: 20px solid transparent;
    margin-left: calc(40px / 2 * 0.9 + 2px);
    margin-top: -20px;
  }
}
[is=flynt-block-video] .video-playButton:focus::before, [is=flynt-block-video] .video-playButton:focus::after, [is=flynt-block-video] .video-playButton:hover::before, [is=flynt-block-video] .video-playButton:hover::after {
  transform: scale(1.1);
}
[is=flynt-block-video] .video-playButton:focus::before {
  outline: auto;
}
[is=flynt-block-video] .video-playButton {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  border: 0;
  outline: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
[is=flynt-block-video] .video-loader {
  animation: loading 1.1s infinite linear;
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  display: none;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  text-indent: -9999em;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (min-width: 768px) {
  [is=flynt-block-video] .video-loader {
    margin-left: -50px;
    margin-top: -50px;
  }
}
[is=flynt-block-video] .video-loader,
[is=flynt-block-video] .video-loader::after {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
@media (min-width: 768px) {
  [is=flynt-block-video] .video-loader,
  [is=flynt-block-video] .video-loader::after {
    height: 100px;
    width: 100px;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[is=flynt-block-video] .video {
  position: relative;
}
[is=flynt-block-video] .video-player {
  height: 0;
  padding-bottom: 56.25%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
[is=flynt-block-video] .video iframe {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
[is=flynt-block-video] .video-player--isLoading {
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.2s ease-out;
}
[is=flynt-block-video] .video-player--isLoading .video-loader {
  display: block;
}
[is=flynt-block-video] .video-player--isLoading .video-playButton {
  display: none;
}
[is=flynt-block-video] .video-player--isLoaded iframe {
  display: block;
}
[is=flynt-block-video] .video-player--isLoaded .video-loader,
[is=flynt-block-video] .video-player--isLoaded .video-playButton {
  display: none;
}

@media (max-width: 768px) {
  .sidebarWrapper .blockVideo {
    margin-right: -15px;
    margin-left: -15px;
  }
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.video-gallery_item .video-gallery-playButton::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease;
  background-color: #333333;
  border: 0 solid transparent;
  border-radius: 50%;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
}
@media (min-width: 768px) {
  .video-gallery_item .video-gallery-playButton::before {
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
  }
}
.video-gallery_item .video-gallery-playButton::after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  border-top: 10px solid transparent;
  height: 0;
  margin-left: -8px;
  margin-top: -10px;
  width: 0;
}
@media (min-width: 768px) {
  .video-gallery_item .video-gallery-playButton::after {
    border-bottom: 15px solid transparent;
    border-left: 30px solid #fff;
    border-top: 15px solid transparent;
    margin-left: -11.5px;
    margin-top: -15px;
  }
}
.video-gallery_item .video-gallery-playButton:focus::before, .video-gallery_item .video-gallery-playButton:focus::after, .video-gallery_item .video-gallery-playButton:hover::before, .video-gallery_item .video-gallery-playButton:hover::after {
  transform: scale(1.1);
}
.video-gallery_item .video-gallery-playButton:focus::before {
  outline: auto;
}
.video-gallery_item .video-gallery-playButton {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  border: 0;
  outline: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 0;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .sidebarWrapper .blockVideo {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.video-gallery__wrapper {
  max-width: 75rem;
  padding: 1rem 1rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video-gallery__wrapper .video-gallery_item {
  flex: 0 49%;
  margin-bottom: 2%;
}
@media (min-width: 980px) {
  .video-gallery__wrapper .video-gallery_item {
    flex: 0 32%;
  }
}
.video-gallery__wrapper .video-caption__wrapper {
  height: 34px;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}
.video-gallery__wrapper .video-caption {
  font-size: 1rem;
  margin-bottom: 0;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.video-playButton::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease;
  background-color: #b01c33;
  border: 0 solid transparent;
  border-radius: 50%;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
}
@media (min-width: 768px) {
  .video-playButton::before {
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
  }
}
.video-playButton::after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  border-top: 10px solid transparent;
  height: 0;
  margin-left: -8px;
  margin-top: -10px;
  width: 0;
}
@media (min-width: 768px) {
  .video-playButton::after {
    border-bottom: 20px solid transparent;
    border-left: 40px solid #fff;
    border-top: 20px solid transparent;
    margin-left: -16px;
    margin-top: -20px;
  }
}
.video-playButton:focus::before, .video-playButton:focus::after, .video-playButton:hover::before, .video-playButton:hover::after {
  transform: scale(1.1);
}
.video-playButton:focus::before {
  outline: auto;
}
.video-playButton {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  border: 0;
  outline: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 0;
}
@media (min-width: 980px) {
  .video-playButton {
    left: 7%;
    top: 14%;
  }
}

.video-testimonial {
  margin: 6.25rem 0 0 0;
  padding: 0;
  position: relative;
  border-top-width: 0.875rem;
  border-top-style: solid;
}
@media (min-width: 980px) {
  .video-testimonial {
    padding: 0 4.1875rem;
  }
}
.video-testimonial__wrapper {
  position: relative;
  width: 66.25rem;
  max-width: 100%;
  margin: 0 auto;
  min-height: 31.25rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
@media (min-width: 980px) {
  .video-testimonial__wrapper {
    flex-direction: row;
    align-items: center;
  }
}
.video-testimonial__background {
  display: none;
  background-position: center;
  background-blend-mode: multiply, luminosity;
  background-repeat: no-repeat;
  background-position: 76% center;
  background-size: contain;
  opacity: 25% !important;
  width: 56.25rem;
  max-width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
@media (min-width: 980px) {
  .video-testimonial__background {
    display: block;
  }
}
.video-testimonial__image {
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  margin: -6.25rem auto 0 auto;
}
@media (min-width: 980px) {
  .video-testimonial__image {
    margin: auto;
    left: initial;
    position: absolute;
  }
}
.video-testimonial__content {
  background: #fff;
  padding: 1.25rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 980px) {
  .video-testimonial__content {
    margin-right: 24.4375rem;
    padding: 4.1875rem 0;
    max-width: 36.75rem;
    background: transparent;
  }
}
.video-testimonial__content--text-light {
  color: #303030;
}
@media (min-width: 980px) {
  .video-testimonial__content--text-light {
    color: #fff;
  }
}
.video-testimonial__text {
  text-indent: -0.5rem;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-style: italic;
  font-size: 1.375rem;
  line-height: 1.875rem;
}
@media (min-width: 980px) {
  .video-testimonial__text {
    text-indent: -0.9375rem;
    font-size: 2.25rem;
    line-height: 3.4375rem;
  }
}
.video-testimonial__name {
  text-transform: uppercase;
  font-weight: 600;
}
.video-testimonial__title {
  margin-top: -0.3125rem;
}

[is=flynt-block-video] {
  margin: 2.75rem 0;
}
[is=flynt-block-video] .figure {
  margin-bottom: 0;
}
[is=flynt-block-video] .figure-image {
  background: rgba(0, 0, 0, 0.03);
}
[is=flynt-block-video] .figure-image--isHidden {
  visibility: hidden;
}
[is=flynt-block-video] .video-playButton::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease;
  background-color: #b01c33;
  border: 0 solid transparent;
  border-radius: 50%;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
}
@media (min-width: 768px) {
  [is=flynt-block-video] .video-playButton::before {
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
    width: 100px;
  }
}
[is=flynt-block-video] .video-playButton::after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease;
  border-bottom: 10px solid transparent;
  border-left: 20px solid #fff;
  border-top: 10px solid transparent;
  height: 0;
  margin-left: -8px;
  margin-top: -10px;
  width: 0;
}
@media (min-width: 768px) {
  [is=flynt-block-video] .video-playButton::after {
    border-bottom: 20px solid transparent;
    border-left: 40px solid #fff;
    border-top: 20px solid transparent;
    margin-left: -16px;
    margin-top: -20px;
  }
}
[is=flynt-block-video] .video-playButton:focus::before, [is=flynt-block-video] .video-playButton:focus::after, [is=flynt-block-video] .video-playButton:hover::before, [is=flynt-block-video] .video-playButton:hover::after {
  transform: scale(1.1);
}
[is=flynt-block-video] .video-playButton:focus::before {
  outline: auto;
}
[is=flynt-block-video] .video-playButton {
  background-color: transparent;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  border: 0;
  outline: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
[is=flynt-block-video] .video-loader {
  animation: loading 1.1s infinite linear;
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  display: none;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  text-indent: -9999em;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (min-width: 768px) {
  [is=flynt-block-video] .video-loader {
    margin-left: -50px;
    margin-top: -50px;
  }
}
[is=flynt-block-video] .video-loader,
[is=flynt-block-video] .video-loader::after {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
@media (min-width: 768px) {
  [is=flynt-block-video] .video-loader,
  [is=flynt-block-video] .video-loader::after {
    height: 100px;
    width: 100px;
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
[is=flynt-block-video] .video {
  position: relative;
}
[is=flynt-block-video] .video-player {
  height: 0;
  padding-bottom: 56.25%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
[is=flynt-block-video] .video iframe {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
[is=flynt-block-video] .video-player--isLoading {
  background: rgba(0, 0, 0, 0.5);
  transition: background 0.2s ease-out;
}
[is=flynt-block-video] .video-player--isLoading .video-loader {
  display: block;
}
[is=flynt-block-video] .video-player--isLoading .video-playButton {
  display: none;
}
[is=flynt-block-video] .video-player--isLoaded iframe {
  display: block;
}
[is=flynt-block-video] .video-player--isLoaded .video-loader,
[is=flynt-block-video] .video-player--isLoaded .video-playButton {
  display: none;
}

@media (max-width: 768px) {
  .sidebarWrapper .blockVideo {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.wysiwyg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #303030;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .wysiwyg {
    font-size: 1.25rem;
  }
}
.wysiwyg strong, .wysiwyg b {
  font-weight: 600;
}
.wysiwyg div.alignleft,
.wysiwyg div.alignright,
.wysiwyg div.aligncenter,
.wysiwyg div.alignnone,
.wysiwyg img.alignleft,
.wysiwyg img.alignright,
.wysiwyg img.aligncenter,
.wysiwyg img.alignnone {
  max-width: 100%;
  height: auto;
}
.wysiwyg div.alignleft .wp-caption-text,
.wysiwyg div.alignright .wp-caption-text,
.wysiwyg div.aligncenter .wp-caption-text,
.wysiwyg div.alignnone .wp-caption-text,
.wysiwyg img.alignleft .wp-caption-text,
.wysiwyg img.alignright .wp-caption-text,
.wysiwyg img.aligncenter .wp-caption-text,
.wysiwyg img.alignnone .wp-caption-text {
  margin-bottom: 0;
  margin-left: 1.5625rem;
  padding-left: 1.25rem;
  padding-top: 3.125rem;
  margin-top: -1.875rem;
  border-left: 0.0625rem solid #000;
  position: relative;
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media (min-width: 570px) {
  .wysiwyg div.alignleft .wp-caption-text,
  .wysiwyg div.alignright .wp-caption-text,
  .wysiwyg div.aligncenter .wp-caption-text,
  .wysiwyg div.alignnone .wp-caption-text,
  .wysiwyg img.alignleft .wp-caption-text,
  .wysiwyg img.alignright .wp-caption-text,
  .wysiwyg img.aligncenter .wp-caption-text,
  .wysiwyg img.alignnone .wp-caption-text {
    margin-left: 1.875rem;
    font-size: 0.9375rem;
  }
}
@media (min-width: 570px) {
  .wysiwyg div.alignleft,
  .wysiwyg div.alignright,
  .wysiwyg img.alignleft,
  .wysiwyg img.alignright {
    max-width: 50%;
  }
}
.wysiwyg div.alignleft,
.wysiwyg div.alignright,
.wysiwyg div.aligncenter,
.wysiwyg div.alignnone {
  padding-bottom: 2.1875rem;
}
@media (min-width: 570px) {
  .wysiwyg div.alignleft,
  .wysiwyg div.alignright,
  .wysiwyg div.aligncenter,
  .wysiwyg div.alignnone {
    padding-bottom: 3.125rem;
  }
}
.wysiwyg div.alignleft img,
.wysiwyg div.alignright img,
.wysiwyg div.aligncenter img,
.wysiwyg div.alignnone img {
  height: auto;
}
.wysiwyg img.alignleft,
.wysiwyg img.alignright,
.wysiwyg img.aligncenter,
.wysiwyg img.alignnone {
  padding-bottom: 1.25rem;
}
@media (min-width: 570px) {
  .wysiwyg div.alignleft,
  .wysiwyg div.aligncenter,
  .wysiwyg div.alignnone,
  .wysiwyg img.alignleft,
  .wysiwyg img.aligncenter,
  .wysiwyg img.alignnone {
    float: left;
    padding-right: 1.25rem;
    height: auto;
  }
}
@media (min-width: 570px) {
  .wysiwyg div.alignright,
  .wysiwyg img.alignright {
    float: right;
    padding-left: 1.25rem;
    height: auto;
  }
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  margin: 0.025rem 0;
}
.wysiwyg h1 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (min-width: 570px) {
  .wysiwyg h1 {
    font-size: 2.8125rem;
  }
}
.wysiwyg h1 {
  color: #000;
}
.wysiwyg h2 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 2.75rem;
}
.wysiwyg h3 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 2.1875rem;
}
.wysiwyg h4 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  font-size: 1.4375rem;
  line-height: 1.875rem;
}
.wysiwyg h5 {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.wysiwyg h6 {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.6875rem;
}
.wysiwyg a {
  color: #303030;
  text-decoration: none;
  transition: all 0.2s ease, background-image 0.5s linear;
  background-image: linear-gradient(#c8b18b, #c8b18b);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.wysiwyg a:hover, .wysiwyg a:focus {
  background-image: linear-gradient(#b01c33, #b01c33);
  color: #b01c33;
}
.wysiwyg dt {
  font-weight: bold;
}
.wysiwyg p.intro-text, .wysiwyg.intro-text > p {
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 1.5rem;
  line-height: 1.416;
  color: #747474;
}
@media (min-width: 768px) {
  .wysiwyg p.intro-text, .wysiwyg.intro-text > p {
    font-size: 1.875rem;
  }
}
.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol,
.wysiwyg dl,
.wysiwyg dd,
.wysiwyg table,
.wysiwyg figure {
  margin: 0 0 1rem;
  line-height: 1.875rem;
}
.wysiwyg ul,
.wysiwyg ol {
  padding-left: 2.375rem;
}
@media (min-width: 768px) {
  .wysiwyg ul,
  .wysiwyg ol {
    padding-left: 3.4375rem;
  }
}
.wysiwyg ul li,
.wysiwyg ol li {
  list-style: none;
  position: relative;
  margin-bottom: 0.75rem;
}
.wysiwyg ul li::before,
.wysiwyg ol li::before {
  display: block;
  position: absolute;
  left: -1.625rem;
}
@media (min-width: 768px) {
  .wysiwyg ul li::before,
  .wysiwyg ol li::before {
    left: -2.5rem;
  }
}
.wysiwyg ul ul,
.wysiwyg ul ol,
.wysiwyg ol ul,
.wysiwyg ol ol {
  margin-bottom: 0;
}
.wysiwyg ol {
  counter-reset: numeric-counter;
}
.wysiwyg ol > li {
  counter-increment: numeric-counter;
}
.wysiwyg ol > li::before {
  content: counter(numeric-counter) ". ";
  font-weight: 700;
  color: currentColor;
}
.wysiwyg ul {
  counter-reset: counter;
}
.wysiwyg ul li::before {
  content: "";
  height: 6px;
  width: 6px;
  top: 0.8rem !important;
  left: -0.75rem !important;
  border-radius: 100%;
  background-color: currentColor;
}
.wysiwyg hr {
  background-color: #000;
  border: 0;
  display: block;
  height: 2px;
  margin: 2rem 0;
}
.wysiwyg td {
  font-size: 1.25rem;
}
.wysiwyg__boundary {
  max-width: 49.5rem;
  margin: 0 auto;
}
.single-faculty .wysiwyg__boundary {
  margin: 0;
}
.wysiwyg__boundary:after {
  content: "";
  display: table;
  clear: both;
}
.wysiwyg__boundary {
  text-align: inherit;
  /*max-width: 55rem;*/
}
.wysiwyg__boundary--textLeft {
  text-align: left;
}
.wysiwyg__boundary--textCenter {
  text-align: center;
}
@media (max-width: 570px) {
  .wysiwyg__boundary figure {
    float: none !important;
    clear: both !important;
  }
}
.wysiwyg__boundary img {
  display: block;
  height: auto;
  width: auto;
}
.wysiwyg__boundary .wp-caption-text {
  margin: 0 !important;
  padding: 0.5rem !important;
  border: none !important;
}
.wysiwyg__boundary .alignleft,
.wysiwyg__boundary .alignright,
.wysiwyg__boundary .wp-caption,
.wysiwyg__boundary img {
  padding-bottom: 0 !important;
  border: none !important;
}
@media (max-width: 570px) {
  .wysiwyg__boundary .alignleft,
  .wysiwyg__boundary .alignright,
  .wysiwyg__boundary .wp-caption,
  .wysiwyg__boundary img {
    float: none !important;
    clear: both;
    display: block;
    width: 100vw !important;
    min-width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
  }
}
.wysiwyg__boundary div.alignleft,
.wysiwyg__boundary div.alignright {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
.wysiwyg__boundary > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.wysiwyg__boundary h3.h3 a {
  font-size: 1.625rem !important;
  font-weight: 100;
}
.wysiwyg__boundary ul li::before {
  left: -0.75rem !important;
  top: 0.8rem !important;
  height: 6px;
  width: 6px;
}
.wysiwyg h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  padding: 0.75rem 0 !important;
}
.wysiwyg h3 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  padding: 0.75rem 0 !important;
}
.wysiwyg h4 {
  font-size: 1.375rem;
  line-height: 1.625rem;
  padding: 0.75rem 0 !important;
}
.wysiwyg h5 {
  font-size: 1.25rem;
  line-height: 1.438rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.75rem 0 !important;
}
.wysiwyg h6 {
  font-size: 1rem;
  line-height: 1.25rem;
  padding: 0.75rem 0 !important;
  text-transform: uppercase;
}

h6.fixcase {
  text-transform: none;
}

table {
  width: inherit;
  table-layout: fixed;
  margin: 0 auto;
  color: #000;
  -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.4);
  font: "freight-text-pro", Georgia, Times New Roman, serif, "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-style: book, semibold, medium;
  font-size: 1.4rem;
}

thead tr {
  border-bottom: #bfbfbf 3px solid;
  height: 53px;
}

tr {
  height: 57px;
  border-top: #efebe1;
  list-style: none;
  line-height: 1.75rem;
  color: #303030;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

tr td {
  padding: 21pt 1.25rem;
  font-weight: 100;
  font-size: 1.45rem;
}

thead tr td {
  padding: 14pt 1.25rem;
  font-size: 1.35rem;
  font-weight: 600;
}

tr:nth-child(even) {
  background: #fbfaf8 !important;
  border-top: 2px solid #bfbfbf;
  border-bottom: 2px solid #bfbfbf;
}

.home .wysiwyg {
  margin-top: 0;
}

.single-news .wysiwyg .intro-text {
  position: relative;
  padding-bottom: 3.125rem;
}
.single-news .wysiwyg .intro-text::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  left: calc(50% - 50px);
  bottom: 0;
  background-color: #b01c33;
}

table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  align-items: center;
  /* IE 9 */
  float: left\9 ;
  width: 100% \9 ;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th) ": ";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  width: 6.5em;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none;
}

.breadcrumbs {
  padding: 0.75rem;
  text-align: center;
  padding-top: 2.1875rem;
}
.single-faculty .breadcrumbs {
  margin-top: 1.875rem;
  margin-bottom: 0.9375rem;
}
.breadcrumbs-item-wrapper:not(:first-child)::before {
  content: "/";
  color: #747474;
  padding: 0 0.45em;
  text-decoration: none;
}
.breadcrumbs-link {
  font-size: 0.9375rem;
  color: #747474;
  font-size: 500;
}
.breadcrumbs-link:focus, .breadcrumbs-link:hover {
  color: #b01c33;
}

.faculty-directory-teaser .faculty-teaser__boundary {
  max-width: 63.875rem;
  margin: 0 auto;
  display: flex;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #C9C9C9;
  flex-direction: column;
}
@media (min-width: 768px) {
  .faculty-directory-teaser .faculty-teaser__boundary {
    flex-direction: row;
  }
}
.faculty-directory-teaser .faculty-teaser__image {
  flex-shrink: 0;
  margin: 0 auto;
  margin-bottom: 1rem;
  position: relative;
  align-self: flex-start;
}
@media (min-width: 768px) {
  .faculty-directory-teaser .faculty-teaser__image {
    margin-right: 1.25rem;
  }
}
.faculty-directory-teaser .faculty-teaser__image:hover .faculty-teaser__image-icon, .faculty-directory-teaser .faculty-teaser__image:focus .faculty-teaser__image-icon {
  background-color: #303030;
}
.faculty-directory-teaser .faculty-teaser__image-photo {
  border-radius: 100%;
  overflow: hidden;
  width: 4.9375rem;
  height: 4.9375rem;
  border: 1px solid #c8b18b;
}
.faculty-directory-teaser .faculty-teaser__image-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background-color: #b01c33;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
.faculty-directory-teaser .faculty-teaser__image-icon svg {
  fill: #fff;
  width: 9px;
  height: 9px;
}
.faculty-directory-teaser .faculty-teaser__details {
  flex-basis: 100%;
  align-items: left;
}
.faculty-directory-teaser .faculty-teaser__name {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.625rem;
}
.faculty-directory-teaser .faculty-teaser__name:hover {
  color: #b01c33;
}
.faculty-directory-teaser .faculty-teaser__title {
  font-size: 1.1875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .faculty-directory-teaser .faculty-teaser__title {
    margin-bottom: 0.625rem;
  }
}
.faculty-directory-teaser .faculty-teaser__label {
  font-size: 1rem;
  line-height: 1rem;
  color: #747474;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 0.375rem;
}
@media (min-width: 768px) {
  .faculty-directory-teaser .faculty-teaser__label {
    line-height: 1.625rem;
  }
}
.faculty-directory-teaser .faculty-teaser__contact {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .faculty-directory-teaser .faculty-teaser__contact {
    margin: 0.75rem 0 2px 0;
    flex-direction: row;
  }
}
.faculty-directory-teaser .faculty-teaser__directory-item {
  display: flex;
  flex-direction: column;
  margin-top: 0.5rem;
  margin-bottom: 0.375rem;
  margin-right: 3rem;
}
.faculty-directory-teaser .faculty-teaser__directory-item:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .faculty-directory-teaser .faculty-teaser__directory-item {
    flex-direction: row;
  }
}
.faculty-directory-teaser .faculty-teaser__item {
  display: flex;
  margin-right: 2.25rem;
  flex-direction: column;
  margin-bottom: 0.75rem;
}
.faculty-directory-teaser .faculty-teaser__email {
  /*
    a {
      border-bottom: 2px solid $color-sand;
      transition: border-color 0.2s;

      &:hover,
      &:focus {
        border-bottom: 2px solid $color-cornell-red;
      }
    }
  */
}
.faculty-directory-teaser .faculty-teaser__emaila {
  position: relative;
  display: block;
  padding-top: 0.5rem;
  padding-right: 0.1875rem;
  padding-bottom: 0.5rem;
  padding-left: 0.1875rem;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  color: #303030;
  text-decoration: none;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.faculty-directory-teaser .faculty-teaser__emaila::before, .faculty-directory-teaser .faculty-teaser__emaila::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
}
.faculty-directory-teaser .faculty-teaser__emaila::before {
  width: 100%;
  background-color: #c8b18b;
}
.faculty-directory-teaser .faculty-teaser__emaila::after {
  width: 0;
  background-color: #b01c33;
  transition-property: width;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.faculty-directory-teaser .faculty-teaser__emaila:hover, .faculty-directory-teaser .faculty-teaser__emaila:focus {
  color: #b01c33;
}
.faculty-directory-teaser .faculty-teaser__emaila:hover::after, .faculty-directory-teaser .faculty-teaser__emaila:focus::after {
  width: 100%;
}
@media (min-width: 570px) {
  .faculty-directory-teaser .faculty-teaser__emaila {
    font-size: 1.25rem;
  }
}
.faculty-directory-teaser .faculty-teaser__types {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .faculty-directory-teaser .faculty-teaser__types {
    flex-basis: 12.5rem;
    margin-left: 1.25rem;
    padding-left: 1.25rem;
    border-left: 1px solid #C9C9C9;
  }
}
@media (min-width: 1180px) {
  .faculty-directory-teaser .faculty-teaser__types {
    max-width: 40% !important;
  }
}
.faculty-directory-teaser .faculty-teaser__hover {
  position: relative;
}
.faculty-directory-teaser .faculty-teaser__hover:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #b01c33;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.faculty-directory-teaser .faculty-teaser__hover:hover:before {
  visibility: visible;
  width: 100%;
}

.faculty-teaser__boundary {
  /*max-width: rem(1022);*/
  margin: 0 auto;
  display: flex;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #C9C9C9;
  flex-direction: column;
}
@media (min-width: 768px) {
  .faculty-teaser__boundary {
    flex-direction: row;
  }
}
.faculty-teaser__image {
  flex-shrink: 0;
  margin: 0 auto;
  margin-bottom: 1rem;
  position: relative;
  align-self: flex-start;
}
@media (min-width: 768px) {
  .faculty-teaser__image {
    margin-right: 1.25rem;
  }
}
.faculty-teaser__image:hover .faculty-teaser__image-icon, .faculty-teaser__image:focus .faculty-teaser__image-icon {
  background-color: #303030;
}
.faculty-teaser__image-photo {
  border-radius: 100%;
  overflow: hidden;
  width: 4.8125rem;
  height: 4.8125rem;
  border: 1px solid #c8b18b;
}
.faculty-teaser__image-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 100%;
  background-color: #b01c33;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
.faculty-teaser__image-icon svg {
  fill: #fff;
  width: 0.625rem !important;
  height: 0.625rem !important;
  margin: 0 auto 0 5px;
}
.faculty-teaser__details {
  flex-basis: 100%;
  align-items: left;
}
.faculty-teaser__name {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.625rem;
}
.faculty-teaser__title {
  font-size: 1.1875rem;
  line-height: 1.625rem;
  margin-bottom: 1rem;
  display: block !important;
}
@media (min-width: 768px) {
  .faculty-teaser__title {
    margin-bottom: 0.625rem;
  }
}
.faculty-teaser__label {
  font-size: 1rem;
  line-height: 1rem;
  color: #747474;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 0.375rem;
}
@media (min-width: 768px) {
  .faculty-teaser__label {
    line-height: 1.625rem;
  }
}
.faculty-teaser__contact {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .faculty-teaser__contact {
    margin: 0.75rem 0 0.5rem 0;
    flex-direction: row;
  }
}
.faculty-teaser__directory-item {
  display: flex;
  margin-right: 2.25rem;
  flex-direction: column;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .faculty-teaser__directory-item {
    flex-direction: row;
  }
}
.faculty-teaser__item {
  display: flex;
  margin-right: 2.25rem;
  flex-direction: column;
  margin-bottom: 0.75rem;
}
.faculty-teaser__email a {
  border-bottom: 2px solid #efebe1;
  transition: border-color 0.2s;
}
.faculty-teaser__email a:hover, .faculty-teaser__email a:focus {
  border-bottom: 2px solid #b01c33;
}
.faculty-teaser__types {
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .faculty-teaser__types {
    flex-basis: 12.5rem;
    margin-left: 1.25rem;
    padding-left: 1.25rem;
    border-left: 1px solid #C9C9C9;
  }
}
@media (min-width: 1180px) {
  .faculty-teaser__types {
    max-width: 40% !important;
    justify-self: right;
  }
}

.jump-links {
  display: none;
  justify-content: center;
  border-top: 1px solid #c8b18b;
  border-bottom: 1px solid #c8b18b;
  padding: 1.25rem;
  margin: 1.875rem auto;
  max-width: 1320px;
}
@media (min-width: 1180px) {
  .jump-links {
    display: flex;
  }
}
.jump-links__label {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.875rem;
}
.jump-links__label .chevron-right {
  width: 0.625rem;
  height: 0.625rem;
  margin-left: 0.375rem;
  margin-top: 2px;
}
.jump-links__menu {
  display: flex;
  flex-wrap: wrap;
  padding-left: 3.125rem;
  font-size: 1rem;
  font-weight: 600;
}
.jump-links__menu li {
  list-style: none;
  margin-right: 3.125rem;
}
.jump-links__menu a {
  transition: color 0.2s;
}
.jump-links__menu a:hover, .jump-links__menu a:focus {
  color: #b01c33;
}
.jump-links--mobile {
  position: relative;
  display: flex;
  margin: 0 -1.25rem;
  background-color: #E8EAEC;
}
@media (min-width: 1180px) {
  .jump-links--mobile {
    display: none;
  }
}
.jump-links--mobile .menu_button {
  position: relative;
}
.jump-links--mobile button {
  text-align: inherit;
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  /* Remove excess padding and border in Firefox 4+ */
}
.jump-links--mobile button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.jump-links--mobile button {
  padding: 1.25rem;
  width: 100%;
  justify-content: center;
}
.jump-links--mobile ul[role=menu] {
  position: absolute;
  display: none;
  padding: 0;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  padding: 0.375rem 0;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.24);
}
.jump-links--mobile li {
  margin: 0;
}
.jump-links--mobile a {
  display: block;
  padding: 0.375rem 0;
}

[is=flynt-grid-image-text] .grid {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -24px 0 0 -24px;
}
@media (min-width: 768px) {
  [is=flynt-grid-image-text] .grid--columns2 .grid-item, [is=flynt-grid-image-text] .grid--columns3 .grid-item, [is=flynt-grid-image-text] .grid--columns4 .grid-item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  [is=flynt-grid-image-text] .grid--columns3 .grid-item {
    width: 33.33%;
  }
}
[is=flynt-grid-image-text] .grid--columns4 .grid-item {
  /* ensure 2 columns stacking up until $breakpoint-desktop */
  max-width: 409px;
}
@media (min-width: 1280px) {
  [is=flynt-grid-image-text] .grid--columns4 .grid-item {
    width: 25%;
  }
}
[is=flynt-grid-image-text] .grid-item {
  max-width: 675px;
  padding: 24px 0 0 24px;
  width: 100%;
}
[is=flynt-grid-image-text] .content {
  height: 100%;
}
[is=flynt-grid-image-text] .content img {
  background: #414751;
}
[is=flynt-grid-image-text] .content-inner > :first-child {
  margin-top: 0;
  padding-top: 0;
}
[is=flynt-grid-image-text] .content-inner > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
[is=flynt-grid-image-text] .content-inner:not(.boxPadding) {
  padding: 24px 0;
}

[is=flynt-grid-posts-archive] ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  [is=flynt-grid-posts-archive] .posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
  [is=flynt-grid-posts-archive] .posts > * {
    width: calc((50%) - 1 / 2 * 24px);
  }
  [is=flynt-grid-posts-archive] .posts > *:nth-child(n) {
    margin-right: 24px;
    margin-top: 0;
  }
  [is=flynt-grid-posts-archive] .posts > *:nth-child(1n+3) {
    margin-top: 24px;
  }
  [is=flynt-grid-posts-archive] .posts > *:nth-child(2n) {
    margin-right: 0;
  }
  [is=flynt-grid-posts-archive] .posts > *:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  [is=flynt-grid-posts-archive] .posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
  [is=flynt-grid-posts-archive] .posts > * {
    width: calc((33.3333333333%) - 2 / 3 * 24px);
  }
  [is=flynt-grid-posts-archive] .posts > *:nth-child(n) {
    margin-right: 24px;
    margin-top: 0;
  }
  [is=flynt-grid-posts-archive] .posts > *:nth-child(1n+4) {
    margin-top: 24px;
  }
  [is=flynt-grid-posts-archive] .posts > *:nth-child(3n) {
    margin-right: 0;
  }
  [is=flynt-grid-posts-archive] .posts > *:last-child {
    margin-right: 0;
  }
}
[is=flynt-grid-posts-archive] .posts-empty {
  padding: 40px 0 0;
}
[is=flynt-grid-posts-archive] .post {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  [is=flynt-grid-posts-archive] .post {
    margin-bottom: 0;
  }
}
[is=flynt-grid-posts-archive] .post-link {
  display: block;
  text-decoration: none;
}
[is=flynt-grid-posts-archive] .post .figure {
  background-color: #303030;
  margin-bottom: 0;
}
[is=flynt-grid-posts-archive] .post-inner > :first-child {
  margin-top: 0;
  padding-top: 0;
}
[is=flynt-grid-posts-archive] .post-inner > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
[is=flynt-grid-posts-archive] .post-inner {
  padding: 24px 0;
}
[is=flynt-grid-posts-archive] .post-excerpt {
  margin-bottom: 0.75rem;
}
[is=flynt-grid-posts-archive] .filter {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px 32px;
}
[is=flynt-grid-posts-archive] .filter-item {
  padding: 0 8px 15px;
}
[is=flynt-grid-posts-archive] .pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
[is=flynt-grid-posts-archive] .pagination--center {
  justify-content: center;
}
[is=flynt-grid-posts-archive] .pagination--prevDisabled {
  justify-content: flex-end;
}
[is=flynt-grid-posts-archive] .pagination .button {
  white-space: nowrap;
}
[is=flynt-grid-posts-archive] .pagination .arrow {
  color: #fff;
  height: 18px;
  width: 16px;
}
[is=flynt-grid-posts-archive] .pagination-nextLink .arrow {
  margin-right: -5px;
}
[is=flynt-grid-posts-archive] .pagination-prevLink .arrow {
  margin-left: -5px;
}

[is=flynt-grid-posts-latest] .grid {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -24px 0 0 -24px;
}
@media (min-width: 768px) {
  [is=flynt-grid-posts-latest] .grid--columns2 .grid-item, [is=flynt-grid-posts-latest] .grid--columns3 .grid-item, [is=flynt-grid-posts-latest] .grid--columns4 .grid-item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  [is=flynt-grid-posts-latest] .grid--columns3 .grid-item {
    width: 33.33%;
  }
}
[is=flynt-grid-posts-latest] .grid--columns4 .grid-item {
  /* ensure 2 columns stacking up until $breakpoint-desktop */
  max-width: 409px;
}
@media (min-width: 1280px) {
  [is=flynt-grid-posts-latest] .grid--columns4 .grid-item {
    width: 25%;
  }
}
[is=flynt-grid-posts-latest] .grid-item {
  max-width: 675px;
  padding: 24px 0 0 24px;
  width: 100%;
}
[is=flynt-grid-posts-latest] .content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
}
[is=flynt-grid-posts-latest] .content img {
  background: #414751;
  flex-shrink: 0;
}
[is=flynt-grid-posts-latest] .content-inner {
  color: #303030;
}
[is=flynt-grid-posts-latest] .content-inner h1, [is=flynt-grid-posts-latest] .content-inner h2, [is=flynt-grid-posts-latest] .content-inner h3, [is=flynt-grid-posts-latest] .content-inner h4, [is=flynt-grid-posts-latest] .content-inner h5, [is=flynt-grid-posts-latest] .content-inner h6, [is=flynt-grid-posts-latest] .content-inner .h1, [is=flynt-grid-posts-latest] .content-inner .h2, [is=flynt-grid-posts-latest] .content-inner .h3, [is=flynt-grid-posts-latest] .content-inner .h4, [is=flynt-grid-posts-latest] .content-inner .h5, [is=flynt-grid-posts-latest] .content-inner .h6 {
  color: #0b1016;
}
[is=flynt-grid-posts-latest] .content-inner > :first-child {
  margin-top: 0;
  padding-top: 0;
}
[is=flynt-grid-posts-latest] .content-inner > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
[is=flynt-grid-posts-latest] .content-inner {
  flex-grow: 1;
}
[is=flynt-grid-posts-latest] .content-link {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-decoration: none;
}
[is=flynt-grid-posts-latest] .content-readingTime {
  color: #7b838d;
  font-size: 0.9rem;
}
[is=flynt-grid-posts-latest] .content-readingTime .feather {
  color: #7b838d;
  height: 1rem;
  margin-right: 2px;
  width: 1rem;
}
[is=flynt-grid-posts-latest] .content-footer {
  align-items: center;
  align-self: flex-end;
  border-top: 1px solid #d8d8d8;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
}
[is=flynt-grid-posts-latest] .content-footer .content-readMore {
  padding: 0.9rem 0 1.1rem;
}
[is=flynt-grid-posts-latest] .content-footer .content-readMore::before {
  bottom: 1.1rem;
}
@media (min-width: 1024px) {
  [is=flynt-grid-posts-latest] .content-footer {
    padding: 0 30px;
  }
}
[is=flynt-grid-posts-latest] .allPostsLink {
  padding-top: 1.5rem;
  text-align: center;
}
@media (min-width: 1280px) {
  [is=flynt-grid-posts-latest] .allPostsLink {
    padding-top: 3rem;
  }
}

[is=flynt-list-components] .components {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
[is=flynt-list-components] .components > * {
  width: calc((100%) - 0 / 1 * 24px);
}
[is=flynt-list-components] .components > *:nth-child(n) {
  margin-right: 24px;
  margin-top: 0;
}
[is=flynt-list-components] .components > *:nth-child(1n+2) {
  margin-top: 48px;
}
[is=flynt-list-components] .components > *:nth-child(1n) {
  margin-right: 0;
}
[is=flynt-list-components] .components > *:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  [is=flynt-list-components] .components {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
  [is=flynt-list-components] .components > * {
    width: calc((50%) - 1 / 2 * 24px);
  }
  [is=flynt-list-components] .components > *:nth-child(n) {
    margin-right: 24px;
    margin-top: 0;
  }
  [is=flynt-list-components] .components > *:nth-child(1n+3) {
    margin-top: 48px;
  }
  [is=flynt-list-components] .components > *:nth-child(2n) {
    margin-right: 0;
  }
  [is=flynt-list-components] .components > *:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  [is=flynt-list-components] .components {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }
  [is=flynt-list-components] .components > * {
    width: calc((33.3333333333%) - 2 / 3 * 24px);
  }
  [is=flynt-list-components] .components > *:nth-child(n) {
    margin-right: 24px;
    margin-top: 0;
  }
  [is=flynt-list-components] .components > *:nth-child(1n+4) {
    margin-top: 48px;
  }
  [is=flynt-list-components] .components > *:nth-child(3n) {
    margin-right: 0;
  }
  [is=flynt-list-components] .components > *:last-child {
    margin-right: 0;
  }
}
[is=flynt-list-components] .component {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  max-width: 51.875rem;
}
[is=flynt-list-components] .component-imageWrapper {
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
  height: 0;
  overflow: hidden;
  padding-bottom: 62.5%;
  position: relative;
  width: 100%;
}
[is=flynt-list-components] .component-imageWrapper .image {
  position: absolute;
}
[is=flynt-list-components] .component-imageWrapper .image--isSmallerThanWrapper {
  font-family: "object-fit: contain";
  height: 100%;
  object-fit: contain;
}
[is=flynt-list-components] .component-link {
  display: block;
  text-decoration: none;
  width: 100%;
}
[is=flynt-list-components] .component-description > :first-child {
  margin-top: 0;
  padding-top: 0;
}
[is=flynt-list-components] .component-description > :last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
[is=flynt-list-components] .component-description {
  color: #303030;
  position: relative;
}
[is=flynt-list-components] .component-description h1, [is=flynt-list-components] .component-description h2, [is=flynt-list-components] .component-description h3, [is=flynt-list-components] .component-description h4, [is=flynt-list-components] .component-description h5, [is=flynt-list-components] .component-description h6, [is=flynt-list-components] .component-description .h1, [is=flynt-list-components] .component-description .h2, [is=flynt-list-components] .component-description .h3, [is=flynt-list-components] .component-description .h4, [is=flynt-list-components] .component-description .h5, [is=flynt-list-components] .component-description .h6 {
  color: #0b1016;
}
[is=flynt-list-components] .component-footer {
  align-items: center;
  align-self: flex-end;
  border-top: 1px solid #d8d8d8;
  display: flex;
  height: 56px;
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
}
[is=flynt-list-components] .component-footer .component-ctaSecondary {
  color: #7b838d;
  text-decoration: none;
}
[is=flynt-list-components] .component-footer .component-ctaSecondary .feather {
  color: inherit;
  margin-right: 2px;
}
[is=flynt-list-components] .component-footer .component-ctaSecondary:hover {
  color: #0b1016;
}
[is=flynt-list-components] .component-footer .component-ctaPrimary {
  float: right;
  margin-left: auto;
  padding: 0.9rem 0 1.1rem;
}
[is=flynt-list-components] .component-footer .component-ctaPrimary::before {
  bottom: 1.1rem;
}
@media (min-width: 1024px) {
  [is=flynt-list-components] .component-footer {
    padding: 0 30px;
  }
}

/*
	Styles in BlockSearchOverlay component.
*/
.preContent {
  text-align: center;
}

.searchForm-field {
  border: 1px solid #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  padding: 6px;
}
@media (min-width: 480px) {
  .searchForm-field {
    flex-direction: row;
  }
}
.searchForm-box {
  flex-grow: 1;
}
@media (min-width: 480px) {
  .searchForm-box {
    margin-right: 6px;
  }
}
.searchForm-input {
  border: 0;
  height: 100%;
  line-height: 1.85;
  margin: 0;
  min-height: 44px;
  outline: none;
  padding: 0 20px 0 14px;
  width: 100%;
}
@media (min-width: 1024px) {
  .searchForm-input {
    padding: 0 20px 0 24px;
  }
}

.list-search-results-pagination {
  width: 100%;
  margin: 2rem auto;
  font-size: 1.5rem;
  text-align: center;
}
.list-search-results-pagination a.facetwp-page {
  display: inline-block;
  padding: 0px 4px;
  margin-right: 6px;
  cursor: pointer;
  font-size: 2rem;
  color: #747474;
}
.list-search-results-pagination a.facetwp-page.active {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #b01c33;
  font-weight: 500;
  color: #b01c33 !important;
}
.list-search-results-pagination a.facetwp-page.prev::before {
  background-image: url("../assets/icons/chevron-right-slate.svg");
  transform: deg(180);
  padding-right: 3rem;
}
.list-search-results-pagination a.facetwp-page.next::after {
  padding-left: 3rem;
  background-image: url("../assets/icons/chevron-right-slate.svg");
}

.list-search-results-list__total-text {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #303030;
}
.list-search-results-list__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-search-results-list__item {
  margin-top: 1.5rem;
}
.list-search-results-list__post-title {
  margin: 0;
  padding: 0;
  font-family: "freight-text-pro", Georgia, Times New Roman, serif;
  font-size: 2.25rem;
  font-weight: 200;
  color: #303030;
}
.list-search-results-list__post-preview {
  margin: 0;
  padding: 0;
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  color: #303030;
}
.list-search-results-list__no-results {
  font-family: "freight-sans-pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #303030;
}

.list-search-results {
  background-color: #efebe1;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.list-search-results__boundary {
  max-width: 77rem;
  padding: 0 1rem;
  margin: 0 auto;
  max-width: 62.5rem;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
[is=flynt-navigation-burger] {
  height: 75px;
}
@media (min-width: 1024px) {
  [is=flynt-navigation-burger] {
    display: none;
  }
}
[is=flynt-navigation-burger] .container {
  align-items: center;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  display: flex;
  height: 75px;
  justify-content: space-between;
  left: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.admin-bar [is=flynt-navigation-burger] .container {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar [is=flynt-navigation-burger] .container {
    top: 32px;
  }
}
[is=flynt-navigation-burger] .logo {
  display: block;
  flex-shrink: 0;
  height: 100%;
}
[is=flynt-navigation-burger] .logo-image {
  height: 100%;
  width: auto;
}
[is=flynt-navigation-burger] .hamburger {
  cursor: pointer;
  display: block;
  height: 18px;
  outline: 0;
  position: relative;
  width: 30px;
}
[is=flynt-navigation-burger] .hamburger::before, [is=flynt-navigation-burger] .hamburger::after {
  content: "";
}
[is=flynt-navigation-burger] .hamburger::before, [is=flynt-navigation-burger] .hamburger::after, [is=flynt-navigation-burger] .hamburger-barPrimary, [is=flynt-navigation-burger] .hamburger-barSecondary {
  background-color: #0b1016;
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
  width: 30px;
}
[is=flynt-navigation-burger] .hamburger::before {
  top: 0;
}
[is=flynt-navigation-burger] .hamburger-barPrimary, [is=flynt-navigation-burger] .hamburger-barSecondary {
  top: 8px;
}
[is=flynt-navigation-burger] .hamburger::after {
  top: 16px;
}
[is=flynt-navigation-burger].flyntComponent-menuIsOpen .hamburger::before, [is=flynt-navigation-burger].flyntComponent-menuIsOpen .hamburger::after {
  opacity: 0;
}
[is=flynt-navigation-burger].flyntComponent-menuIsOpen .hamburger::before {
  transform: scale(0) translateY(8px);
}
[is=flynt-navigation-burger].flyntComponent-menuIsOpen .hamburger::after {
  transform: scale(0) translateY(-8px);
}
[is=flynt-navigation-burger].flyntComponent-menuIsOpen .hamburger-barPrimary {
  transform: rotate(45deg);
}
[is=flynt-navigation-burger].flyntComponent-menuIsOpen .hamburger-barSecondary {
  transform: rotate(-45deg);
}

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    /* Black prints faster */
    text-shadow: none !important;
  }
  .mainHeader,
  .mainFooter,
  .wpFooter {
    display: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  [href]::after {
    content: "(" attr(href) ")";
    display: inline;
  }
  /* prevent link overflowing parent elements */
  .button[href] {
    max-width: 100%;
  }
  abbr[title]::after { /* stylelint-disable-line selector-no-qualifying-type */
    content: "(" attr(title) ")";
  }
  /**
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol
  */
  [href^="#"]::after,
  [href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /**
  * Printing Tables:
  * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
  */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*!******************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/traversable_menu/traversable_menu.css ***!
  \******************************************************************************************************/
.traversable-menu {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.menu__panel {

  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0;
  width: 100%;
  transition: transform 350ms ease-in-out; /* If you change this, mke sure to also change the panel_slide_animation_duration setting when calling TraversableMenu */
  transform: translateX(100%);
  overflow-x: hidden;
  overflow-y: auto;

}

.menu__panel--depth-0,
.menu__panel--active-trail {
  transform: translateX(0);
}

.menu__panel.-show-immediate {
  transition-duration: 0ms;
}

.-show-immediate {
  transition-duration: 0ms !important;
}

.-panel-height-auto, 
.-panels-container-height-auto {
  overflow-y: hidden;
}


