@charset "UTF-8";
/*! 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.
 */
/* 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 {
  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;
}

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

html {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

table {
  border-collapse: collapse;
}

th,
td {
  padding: 0.75rem;
}

p {
  padding: 0;
  margin: 0;
}

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

contentful-rich-text ul {
  list-style: revert;
  margin: revert;
  padding: revert;
}

a {
  text-decoration: none;
}

.content {
  margin-top: 5rem;
}

.yellow {
  color: #FF6B0F;
}

.material-icons,
.material-icons-outlined {
  vertical-align: top;
  font-size: 1.5rem;
  display: inline-block;
  line-height: 1;
}

.hidden {
  display: none;
}

body {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
}

h1,
.heading--h1 {
  font-size: 1.8125rem;
  font-weight: 500;
  line-height: 1.25;
  margin: 0.625rem 0;
}
@media screen and (max-width: 1440px) {
  h1,
.heading--h1 {
    font-size: 1.8125rem;
  }
}
@media screen and (max-width: 768px) {
  h1,
.heading--h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  h1,
.heading--h1 {
    font-size: 1.25rem;
  }
}

h2,
.heading--h2 {
  font-size: 1.8125rem;
  font-weight: 500;
  line-height: 1.34;
  margin: 0 0 1.25rem;
}
@media screen and (max-width: 1440px) {
  h2,
.heading--h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  h2,
.heading--h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  h2,
.heading--h2 {
    font-size: 1.25rem;
  }
}

h3,
.heading--h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 0.625rem;
}

h4,
.heading--h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.34;
  margin: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  h4,
.heading--h4 {
    font-size: 1.25rem;
  }
}

h5,
.heading--h5 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 0.9375rem;
}

.heading--yellow {
  color: #FF6B0F;
}
.heading--white {
  color: #fff;
}
.heading--red {
  color: #AA1A2D;
}
.heading--blue {
  color: #002855;
}

.description {
  font-size: 1.25rem;
  margin: 0.625rem 0 2.5rem;
}

.center {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.underlined {
  text-decoration: underline;
}

a {
  color: inherit;
}

.header {
  padding-left: 11.25rem;
  padding-right: 11.25rem;
  width: 100%;
  align-items: flex-start;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 25.9375rem;
  justify-content: center;
  margin-bottom: 0.9375rem;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .header {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    height: 18.75rem;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 26.875rem;
  }
}
@media screen and (max-width: 480px) {
  .header {
    height: 15.625rem;
  }
}
@media print {
  .header {
    height: 25rem;
  }
}
.header--small {
  height: 12.5rem;
}
.header__content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 75rem;
  max-width: 90rem;
  padding-bottom: 3.125rem;
  z-index: 1;
}
.header__content-inner {
  margin-right: auto;
  max-width: 53.125rem;
}
@media screen and (max-width: 1440px) {
  .header__content-inner {
    max-width: 46.875rem;
  }
}
.header__image {
  margin-right: 1.875rem;
  max-width: 12%;
  width: 11.25rem;
}
@media screen and (max-width: 1024px) {
  .header__image {
    margin-bottom: auto;
    margin-top: 1.875rem;
    max-width: 6.875rem;
  }
}
@media screen and (max-width: 768px) {
  .header__image {
    margin: 1.25rem auto;
    max-width: 10rem;
  }
}
@media screen and (max-width: 480px) {
  .header__image {
    display: none;
  }
}
@media print {
  .header__image {
    margin-bottom: 1.25rem;
    max-width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .header__subheading {
    margin-right: 2.5rem;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .header__subheading {
    margin-right: 0;
    text-align: center;
  }
}
.header__button {
  margin-top: 1.25rem;
}
.header__text {
  max-width: 46.875rem;
}

.section {
  padding-left: 11.25rem;
  padding-right: 11.25rem;
  width: 100%;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .section {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .section {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .section {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.section--centered {
  align-items: center;
  text-align: center;
}
.section--centered .section__content {
  align-items: center;
}
.section--blue {
  background: #002855;
  color: #fff;
}
.section--blue + .section--blue {
  padding-top: 0;
}
.section--blue .link {
  color: #ff8e47;
}
.section--blue .link:hover {
  color: #FF6B0F;
}
.section--red {
  background: #AA1A2D;
  color: #fff;
}
.section--red + .section--red {
  padding-top: 0;
}
.section--wide {
  padding-left: 0;
  padding-right: 0;
}
.section__content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 75rem;
  height: 100%;
}
.section__content--narrow {
  max-width: 48rem;
}
@media print {
  .section__content--narrow {
    max-width: unset;
  }
}
.section__content--align-left {
  text-align: left;
}
.section__content--align-left .button {
  margin-right: auto;
  margin-left: 0;
}
.section__content--align-right {
  text-align: right;
}
.section__content--align-right .button {
  margin-left: auto;
  margin-right: 0;
}

.video {
  width: 100%;
  max-width: 56.25rem;
  background: #000000;
  margin: 1.875rem auto 3.125rem;
}
.video--bottom {
  margin-bottom: 0;
}

.list {
  list-style: unset;
}
.list li {
  margin-bottom: 1.25rem;
}

.item-list {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-bottom: -1.25rem;
  margin-top: 1.25rem;
  padding: 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .item-list {
    white-space: normal;
  }
}
.item-list__item {
  align-items: center;
  display: flex;
  flex-basis: 23%;
  justify-content: center;
  margin: 0 1.25rem 1.25rem;
  position: relative;
}
.item-list__item--column {
  flex-direction: column;
  gap: 0.625rem;
}
.item-list__item-effect {
  clip-path: circle(50% at 50% 50%);
  height: 11.75rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 1.5rem;
  width: 11.75rem;
}
.item-list__item-effect:after {
  background-color: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: none;
  width: 0;
}
.item-list__item-effect:hover:after {
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.4s ease-in-out;
  width: 120%;
}
@media screen and (max-width: 768px) {
  .item-list__item {
    flex-basis: 40%;
    flex-direction: column;
  }
}
.item-list__image {
  height: 3.75rem;
  margin-right: 0.9375rem;
  max-width: 3.75rem;
}
@media screen and (max-width: 768px) {
  .item-list__image {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}
.item-list__text {
  margin: 0;
}
.item-list .list {
  padding-top: 0.625rem;
}

.table {
  margin: 3.125rem 0;
}
@media screen and (max-width: 1024px) {
  .table {
    margin-top: 1.875rem;
  }
}
.table-overflow-wrapper {
  overflow-x: auto;
}
.table th {
  background: #002855;
  border: 1px solid #002855;
  color: #FF6B0F;
}
.table td {
  border: 1px solid #002855;
  font-size: 1.125rem;
}

.divider {
  height: 6.25rem;
  position: relative;
  width: 100%;
}
.divider:after {
  border-top: 2px solid #fff;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.divider--bottom {
  height: 3.125rem;
}
.divider--bottom:after {
  top: 100%;
}
.divider--yellow {
  height: 3.125rem;
}
.divider--yellow:after {
  border-top: 3px solid #FF6B0F;
}

.button,
#ot-sdk-btn.button.button {
  align-items: center;
  background: transparent;
  border: 2px solid #000000;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-size: 1.3125rem;
  font-weight: 400;
  justify-content: center;
  line-height: normal;
  margin: 0.75rem 0;
  padding: 0.5625rem 0.9375rem;
  text-decoration: none;
  width: fit-content;
  word-break: break-word;
}
.button span + i,
.button i + span,
.button i,
#ot-sdk-btn.button.button span + i,
#ot-sdk-btn.button.button i + span,
#ot-sdk-btn.button.button i {
  font-size: 1rem;
  margin: auto 0 auto 0.625rem;
}
.button:focus:not(:focus-visible),
#ot-sdk-btn.button.button:focus:not(:focus-visible) {
  outline: none;
}
.button:hover,
#ot-sdk-btn.button.button:hover {
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .button,
#ot-sdk-btn.button.button {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .button,
#ot-sdk-btn.button.button {
    font-size: 1.125rem;
  }
}
.button--yellow,
#ot-sdk-btn.button.button--yellow {
  border-color: #FF6B0F;
  color: #fff;
}
.button--yellow:hover, .button--yellow:checked, .button--yellow:focus,
#ot-sdk-btn.button.button--yellow:hover,
#ot-sdk-btn.button.button--yellow:checked,
#ot-sdk-btn.button.button--yellow:focus {
  color: #FF6B0F;
}
.button--red,
#ot-sdk-btn.button.button--red {
  border-color: #AA1A2D;
  color: #AA1A2D;
}
.button--red:hover, .button--red:checked, .button--red:focus,
#ot-sdk-btn.button.button--red:hover,
#ot-sdk-btn.button.button--red:checked,
#ot-sdk-btn.button.button--red:focus {
  border-color: #002855;
  color: #002855;
}
.button--blue,
#ot-sdk-btn.button.button--blue {
  border-color: #002855;
  color: #002855;
}
.button--blue:hover, .button--blue:checked, .button--blue:focus, .button--blue.button--active,
#ot-sdk-btn.button.button--blue:hover,
#ot-sdk-btn.button.button--blue:checked,
#ot-sdk-btn.button.button--blue:focus,
#ot-sdk-btn.button.button--blue.button--active {
  border-color: #AA1A2D;
  color: #AA1A2D;
}
.button--white,
#ot-sdk-btn.button.button--white {
  border-color: #fff;
  color: #fff;
}
.button--white:hover, .button--white:checked, .button--white:focus,
#ot-sdk-btn.button.button--white:hover,
#ot-sdk-btn.button.button--white:checked,
#ot-sdk-btn.button.button--white:focus {
  border-color: #FF6B0F;
  color: #FF6B0F;
}
.button--black:hover, .button--black:checked, .button--black:focus, .button--black.button--active,
#ot-sdk-btn.button.button--black:hover,
#ot-sdk-btn.button.button--black:checked,
#ot-sdk-btn.button.button--black:focus,
#ot-sdk-btn.button.button--black.button--active {
  color: #AA1A2D;
  border-color: #AA1A2D;
}
.button--small,
#ot-sdk-btn.button.button--small {
  font-size: 1rem;
  margin: 0.75rem 0;
  padding: 0.4375rem 0.5rem;
}
.button--small span + i,
.button--small i + span,
.button--small .sr-only + span,
#ot-sdk-btn.button.button--small span + i,
#ot-sdk-btn.button.button--small i + span,
#ot-sdk-btn.button.button--small .sr-only + span {
  margin-left: 0.3125rem;
}
.button--small i,
#ot-sdk-btn.button.button--small i {
  margin-left: 0rem;
}
.button--link,
#ot-sdk-btn.button.button--link {
  border: none;
  font-size: 1rem;
  align-items: center;
  background: transparent;
  color: #AA1A2D;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: normal;
  word-break: break-word;
  margin-top: auto;
  margin-bottom: 0;
  padding: 0;
}
.button--link:hover, .button--link:checked, .button--link:focus,
#ot-sdk-btn.button.button--link:hover,
#ot-sdk-btn.button.button--link:checked,
#ot-sdk-btn.button.button--link:focus {
  color: #002855;
}
.button--link span + i,
.button--link i + span,
#ot-sdk-btn.button.button--link span + i,
#ot-sdk-btn.button.button--link i + span {
  margin-left: 0.625rem;
}
.button--link i,
#ot-sdk-btn.button.button--link i {
  margin-left: 0.625rem;
}
.button--award,
#ot-sdk-btn.button.button--award {
  background-color: #FF6B0F;
  border: 4px solid #FF6B0F;
  font-weight: 700;
}
.button--award:hover, .button--award:checked, .button--award:focus,
#ot-sdk-btn.button.button--award:hover,
#ot-sdk-btn.button.button--award:checked,
#ot-sdk-btn.button.button--award:focus {
  background-color: #FF6B0F;
  color: #000000;
  text-underline-offset: 0.45rem;
}
.button--award:hover image-orientation, .button--award:checked image-orientation, .button--award:focus image-orientation,
#ot-sdk-btn.button.button--award:hover image-orientation,
#ot-sdk-btn.button.button--award:checked image-orientation,
#ot-sdk-btn.button.button--award:focus image-orientation {
  text-underline-offset: 0.55rem;
}
.button--award span + i,
.button--award i + span,
#ot-sdk-btn.button.button--award span + i,
#ot-sdk-btn.button.button--award i + span {
  text-decoration: none;
  margin-left: 0.3125rem;
}
.button--award i,
#ot-sdk-btn.button.button--award i {
  margin-left: 0.9375rem !important;
  text-decoration: none;
}
.button--plain,
#ot-sdk-btn.button.button--plain {
  border: none;
  font-size: inherit;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.button--link,
#ot-sdk-btn.button.button--link {
  font-weight: 700;
}
.button--right,
#ot-sdk-btn.button.button--right {
  margin-left: auto;
}
@media print {
  .button,
#ot-sdk-btn.button.button {
    display: none;
  }
}

a.button:hover:not(.button--award),
.button:hover a:not(.button--award) {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  #navbarResponsive {
    max-width: 100%;
    overflow: scroll;
  }
}

#navbarResponsive:not(.show) {
  display: block;
}
@media screen and (max-width: 1024px) {
  #navbarResponsive:not(.show) {
    display: none;
  }
  #navbarResponsive:not(.show) .navigation__items {
    max-height: 0;
  }
}

#navbarResponsive.collapsing {
  display: block;
}
@media screen and (max-width: 1024px) {
  #navbarResponsive.collapsing .navigation__items {
    max-height: 37.5rem;
    transition: 1s max-height ease-in-out;
  }
}

.navigation {
  padding-left: 11.25rem;
  padding-right: 11.25rem;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.21);
  color: #000000;
  display: flex;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1030;
}
@media screen and (max-width: 1024px) {
  .navigation {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media screen and (max-width: 768px) {
  .navigation {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .navigation {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.navigation__content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 75rem;
  max-width: 90rem;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 5rem;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .navigation__content {
    flex-direction: column;
    height: min-content;
    max-height: 100vh;
  }
}
.navigation__content-inner {
  align-items: center;
  display: flex;
  height: 5rem;
  justify-content: space-between;
  width: 100%;
}
.navigation__toggler {
  display: none;
}
.navigation__toggler:not(.collapsed) .navigation__burger-line--top {
  transform: rotate(45deg);
}
.navigation__toggler:not(.collapsed) .navigation__burger-line--center {
  transform: scaleY(0);
}
.navigation__toggler:not(.collapsed) .navigation__burger-line--bottom {
  transform: rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  .navigation__toggler {
    display: flex;
  }
}
.navigation__burger {
  display: flex;
  flex-direction: column;
  height: 1.625rem;
  justify-content: space-between;
  width: 2rem;
  z-index: 2;
}
.navigation__burger-line {
  display: block;
  height: 0.25rem;
  width: 100%;
  background: #002855;
}
.navigation__burger-line--top {
  transform-origin: 0 0;
  transition: transform 0.2s ease-in-out;
}
.navigation__burger-line--center {
  transition: transform 0.1s ease-in-out;
}
.navigation__burger-line--bottom {
  transform-origin: 0 100%;
  transition: transform 0.2s ease-in-out;
}
.navigation__logo {
  background-image: url("../../images/mdrtgs-logo.svg?t=1");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 5rem;
  width: 14.375rem;
}
@media screen and (max-width: 1440px) {
  .navigation__logo {
    height: 4.375rem;
    width: 12.5rem;
  }
}
@media screen and (max-width: 480px) {
  .navigation__logo {
    height: 3.75rem;
    width: 10.625rem;
  }
}
.navigation__items {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .navigation__items {
    flex-direction: column;
    margin-bottom: 1.875rem;
  }
}
.navigation__item {
  align-items: center;
  background-color: #fff;
  display: flex;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  white-space: nowrap;
  width: min-content;
}
.navigation__item-button:hover {
  color: #FF6B0F;
}
.navigation__item-content {
  display: flex;
}
@media screen and (max-width: 1440px) {
  .navigation__item {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
@media screen and (max-width: 1024px) {
  .navigation__item {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 0.625rem;
    width: auto;
  }
}
.navigation__item--box {
  border: 2px solid #002855;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .navigation__item--box {
    margin-bottom: 1.25rem;
    width: min-content;
  }
}
.navigation__item--box .navigation__link:before,
.navigation__item--box .navigation__link:after {
  display: none;
}
.navigation__item--box:hover {
  border-color: #AA1A2D;
}
.navigation__item--box:hover .navigation__link {
  color: #AA1A2D;
}
.navigation__link {
  background-color: #fff;
  color: #002855;
  display: block;
  font-weight: 700;
  padding: 0.3125rem 0;
}
.navigation__link:hover {
  color: #FF6B0F;
  text-decoration: none;
}
.navigation__link:before {
  background: #FF6B0F;
}
.navigation__search-button {
  color: #002855;
}
.navigation__search-button:hover .material-icons-outlined {
  color: #FF6B0F;
}
@media (hover: none) {
  .navigation__search-button .material-icons-outlined {
    font-size: 2rem;
  }
}
.navigation__secondary-nav-icon {
  color: #002855;
  font-size: 0.875rem;
  margin-left: 0.5rem;
  margin-right: 0;
  transition: transform 0.1s ease;
}
.navigation__secondary-nav-icon--opened {
  transform: rotate(180deg);
}
@media (hover: none) {
  .navigation__secondary-nav-icon {
    font-size: 1.75rem;
  }
}

.secondary-nav {
  display: flex;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .secondary-nav {
    flex-direction: column;
    padding: 0 0 0.625rem;
  }
}
.secondary-nav__wrapper {
  background: #002855;
  display: flex;
  justify-content: center;
  left: 0;
  max-height: 0;
  position: absolute;
  top: 5rem;
  visibility: hidden;
  width: 100vw;
}
@media screen and (min-width: 1024px) {
  .secondary-nav__wrapper:not(.no-shadow) {
    box-shadow: inset 0px 12px 12px -12px rgba(0, 0, 0, 0.21), 0px 0px 12px 0px rgba(0, 0, 0, 0.21);
  }
}
@media screen and (max-width: 1024px) {
  .secondary-nav__wrapper {
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    position: relative;
    top: 0;
    width: 100%;
    transition: all 0.1s linear;
  }
  .secondary-nav__wrapper * {
    opacity: 0;
    transition-delay: 0.2s;
    transition: opacity 0.1s linear;
    visibility: hidden;
  }
}
.secondary-nav__wrapper--opened {
  visibility: visible;
  max-height: 3.375rem;
  min-height: 2.25rem;
}
.secondary-nav__wrapper--opened * {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .secondary-nav__wrapper--opened {
    max-height: 22.5rem;
    opacity: 1;
    overflow: hidden;
    transition-duration: 0.2s;
  }
  .secondary-nav__wrapper--opened * {
    opacity: 1;
    transition-delay: 0s;
    transition: none;
  }
}
.secondary-nav__item {
  letter-spacing: 0.01875rem;
  margin: auto 1.25rem;
}
@media screen and (max-width: 1024px) {
  .secondary-nav__item {
    letter-spacing: 0;
    margin-top: 0.625rem;
    white-space: normal;
  }
}
.secondary-nav__link {
  z-index: 1;
  color: white;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline solid transparent 0rem;
  text-underline-offset: 0.25rem;
  transition: text-decoration 0.15s linear;
}
.secondary-nav__link--award {
  border: 1px solid white;
  padding: 0.375rem 0.25rem;
}
@media screen and (max-width: 1024px) {
  .secondary-nav__link--award {
    padding: 0;
  }
  .secondary-nav__link--award span {
    margin-left: -4px;
  }
}
.secondary-nav__link:hover {
  text-decoration-color: white;
  text-decoration-thickness: 0.15625rem;
  color: white;
}
@media screen and (max-width: 1024px) {
  .secondary-nav__link {
    color: #002855;
  }
  .secondary-nav__link:hover {
    color: #FF6B0F;
    text-decoration-color: #FF6B0F;
    text-decoration-thickness: 0.15625rem;
  }
}

.user__links {
  padding: 5px 0;
  margin-bottom: 0.75rem;
  border-top: 1px solid #bcbec0;
  border-bottom: 1px solid #bcbec0;
  font-size: 1rem;
}
.user__links a {
  color: inherit;
  display: inline-block;
  border-radius: 4px;
  font-weight: 500;
  padding: 8px;
}
.user__links a:hover {
  background-color: #bcbec0;
  text-decoration: none;
}

.navigation__link {
  position: relative;
  text-decoration: none;
}
.navigation__link:before {
  border-radius: 5px;
  bottom: 0.5625rem;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transition: 0.15s linear;
  visibility: hidden;
  width: 100%;
}
.navigation__link:hover:before, .navigation__link:focus:before {
  bottom: 0.25rem;
  height: 0.1875rem;
  visibility: visible;
}

.user {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .user .user__dropdown {
    display: flex;
  }
}
.user--settings-opened .user__dropdown {
  display: flex;
}
.user--settings-opened .user__icon {
  color: #AA1A2D;
}
.user--settings-opened .user__icon--with-initials {
  background-color: #AA1A2D;
  color: #fff;
}
.user__letter {
  font-size: 0;
}
.user__letter::first-letter {
  font-size: 1rem;
  text-transform: uppercase;
}
.user__icon {
  height: 2.125rem;
  width: 2.125rem;
}
.user__icon:hover {
  color: #AA1A2D;
}
@media screen and (max-width: 1024px) {
  .user__icon {
    display: none;
  }
}
.user__icon .material-icons-outlined {
  font-size: 2.125rem;
}
.user__icon--with-initials {
  align-items: center;
  border-radius: 50%;
  border: 2px solid #AA1A2D;
  color: #AA1A2D;
  display: flex;
  font-weight: 500;
  justify-content: center;
}
.user__icon--with-initials:hover {
  background-color: #AA1A2D;
  color: #fff;
}
.user__icon--with-initials:hover .user__initials {
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .user__icon--with-initials {
    display: none;
  }
}
.user__dropdown {
  background: #fff;
  box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  margin-top: 1.25rem;
  padding: 1.25rem;
  position: absolute;
  right: -0.25rem;
  text-align: right;
  white-space: nowrap;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .user__dropdown {
    box-shadow: none;
    margin-bottom: 1.25rem;
    margin-top: 0.625rem;
    padding: 0.625rem 0;
    position: relative;
    text-align: left;
  }
}
.user__dropdown:before {
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 0.625rem;
  top: -0.625rem;
  width: 0;
}
@media screen and (max-width: 1024px) {
  .user__dropdown:before {
    display: none;
  }
}
.user__dropdown:after {
  border-bottom: 0.625rem solid #fff;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 0.625rem;
  top: -0.5625rem;
  width: 0;
}
@media screen and (max-width: 1024px) {
  .user__dropdown:after {
    display: none;
  }
}
.user__dropdown p {
  display: inline-block;
  max-width: 18.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
@media screen and (max-width: 480px) {
  .user__dropdown p {
    display: inline-block;
    max-width: 15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
  }
}
.user__dropdown form {
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .user__dropdown form {
    margin-left: 0;
  }
}
.user__dropdown button:hover {
  color: #AA1A2D;
}
@media screen and (max-width: 1024px) {
  .user__dropdown button {
    border: 2px solid #000000;
    margin: 0;
    padding: 0.3125rem 1.25rem;
  }
  .user__dropdown button a:before,
.user__dropdown button a:after {
    display: none;
  }
  .user__dropdown button:hover {
    border-color: #AA1A2D;
  }
  .user__dropdown button:hover a {
    color: #AA1A2D;
  }
}
.user__dropdown .material-icons-outlined {
  margin-left: 0.3125rem;
}
.user__email {
  color: #6d6e71;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}
.user__membership {
  color: #6d6e71;
  font-size: 0.75rem;
}

.search {
  height: 0;
  width: 0;
}
.search__form-wrapper {
  align-items: center;
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
  visibility: hidden;
}
.search__form {
  display: flex;
  z-index: 1;
}
.search__form, .search__button {
  opacity: 0;
  transition: opacity 0.2s linear;
  visibility: hidden;
}
.search__submit-text {
  display: initial;
}
.search.submitting .search__submit-text {
  display: none;
}
.search__submit-loader {
  display: none;
}
.search.submitting .search__submit-loader {
  display: initial;
}
.search.opened {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #bcbec0;
  border-top: 1px solid #bcbec0;
  display: flex;
  height: auto;
  justify-content: center;
  left: 0;
  padding-bottom: 1.25rem;
  position: absolute;
  top: 5rem;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .search.opened {
    top: 0;
    z-index: 2;
  }
  .search.opened .material-icons-outlined {
    font-size: 2.5rem;
  }
}
.search.opened .search__form,
.search.opened .search__button {
  opacity: 1;
  transition-delay: 0.5s;
  transition: opacity 0.2s linear;
  visibility: visible;
}
.search.opened .search__form-wrapper {
  display: flex;
  height: 13.125rem;
  justify-content: center;
  max-height: 13.125rem;
  transition: max-height 0.5s ease-in-out;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .search.opened .search__form-wrapper {
    height: 100vh;
    max-height: 100vh;
  }
}
.search__button--close {
  opacity: 0;
  position: absolute;
  right: 3.125rem;
  top: 1.875rem;
  transition: opacity 0.2s linear;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  .search__button--close {
    font-weight: 600;
    height: 2.5rem;
    right: 4.5rem;
    top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .search__button--close {
    right: 2.625rem;
  }
}
@media screen and (max-width: 480px) {
  .search__button--close {
    right: 1.375rem;
  }
}
.search__button--submit {
  background: #002855;
  color: #fff;
  font-weight: 500;
  height: 2.5rem;
  letter-spacing: 0.5px;
  margin-left: 0.625rem;
  padding: 0.625rem 0.9375rem;
  width: 6.25rem;
}
.search__button--submit:hover {
  background: #001e41;
}
.search.submitting .search__button--submit {
  pointer-events: none;
}
.search__input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #bcbec0;
  font-weight: 300;
  height: 2.5rem;
  max-width: 60vw;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  width: 18.75rem;
}
.search__input:focus {
  outline: none;
}
.search__input::placeholder {
  color: #6d6e71;
}
.search__input:-webkit-autofill, .search__input:-webkit-autofill:hover, .search__input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.search-results {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 60vh;
  text-align: left;
}
.search-results__content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 75rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.search-results__count {
  padding: 0.625rem 0;
}
.search-results__results-type {
  margin-top: 1.25rem;
}
.search-results__results-type-heading {
  border-bottom: 1px solid #000000;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: -0.625rem;
  margin-top: 1.5625rem;
  padding-bottom: 0.3125rem;
}
.search-results__type-list a {
  text-decoration: none;
}
.search-results__no-results {
  align-items: center;
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .search-results__no-results {
    flex-direction: column;
  }
}
.search-results__no-results-text {
  font-size: 1.5rem;
  margin-left: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .search-results__no-results-text {
    font-size: 1.25rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .search-results__no-results-text {
    font-size: 1.125rem;
  }
}
.search-results__no-results-query {
  color: #002855;
  word-break: break-all;
}
.search-results__no-results-image {
  height: 7.5rem;
}
@media screen and (max-width: 768px) {
  .search-results__no-results-image {
    height: 6.25rem;
    margin-bottom: 1.875rem;
  }
}
.search-results__view-more {
  margin-left: auto;
  margin-top: 0;
}
.search-results__view-more:hover {
  color: #993b00;
}

.footer {
  padding-left: 11.25rem;
  padding-right: 11.25rem;
  width: 100%;
  background: #002855;
  color: white;
  display: flex;
  flex-direction: column;
  padding-bottom: 6.25rem;
  padding-top: 1.875rem;
  margin-top: auto;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.footer__content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 75rem;
  max-width: 90rem;
}
.footer .heading {
  color: #FF6B0F;
}
.footer__success-header {
  border-right: 4px solid #FF6B0F;
  width: fit-content;
  padding-right: 25%;
  margin-right: calc(30% - 1.875rem);
}
@media screen and (max-width: 1024px) {
  .footer__success-header {
    border-right: none;
    padding-right: 0;
    margin-right: 40%;
  }
}
.footer__links {
  color: white;
  display: grid;
  grid-gap: 1.875rem;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 2.5rem;
}
.footer__links a {
  white-space: nowrap;
}
.footer__links a:hover {
  color: #FF6B0F;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .footer__links {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .footer__links {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer__logo {
  height: 4.6875rem;
}
.footer__logo--brand-family {
  float: left;
  height: 4.0625rem;
  margin-right: 0.9375rem;
}
.footer__link-icon {
  margin-right: 0.3125rem;
}
.footer__info-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .footer__info-header {
    align-items: flex-start;
    flex-direction: column;
  }
}
.footer__social {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer__social {
    margin-top: 0.9375rem;
  }
}
.footer__social-icon {
  border-radius: 50%;
  background: #fff;
  color: #002855;
  font-size: 1rem;
  height: 2.125rem;
  margin: 0 0.3125rem;
  padding: 0.625rem 0.625rem 0.5rem;
  text-align: center;
  text-shadow: none;
  transition: color 0.3s ease-out, background 0.3s ease-out;
  width: 2.125rem;
}
.footer__social-icon:hover {
  background: #FF6B0F;
}

.print-only {
  display: none;
}

@media print {
  * {
    background-color: transparent !important;
    background-image: none !important;
    border-color: #000000 !important;
    color: #000000 !important;
  }
  * :not(p):not(table):not(th):not(td):not(ul):not(img) {
    margin: 0 !important;
    padding: 0 !important;
  }

  body {
    margin-top: 1cm;
  }

  .no-print {
    display: none !important;
  }

  .print-only {
    display: flex;
  }

  #launcher,
#onetrust-consent-sdk {
    display: none !important;
  }
}
.scroll-top {
  background-color: #D6D1C3;
  border-radius: 4px;
  border: none;
  bottom: 1.25rem;
  color: #000000;
  cursor: pointer;
  display: none;
  font-size: 0.875rem;
  left: 1.25rem;
  outline: none;
  padding: 0.625rem;
  position: fixed;
  z-index: 99;
}

.link {
  font-weight: 500;
  white-space: nowrap;
}
.link:hover {
  color: #FF6B0F;
  text-decoration: underline;
}

.spacer-single {
  width: 100%;
  height: 1.875rem;
  display: block;
  clear: both;
}

.spacer-double {
  width: 100%;
  height: 3.75rem;
  display: block;
  clear: both;
}

.spacer-half {
  width: 100%;
  height: 0.9375rem;
  display: block;
  clear: both;
}

.carousel {
  border-bottom: 8px solid white;
  position: relative;
  width: 100%;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.carousel-item__img--full-width {
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .carousel-indicators {
    margin-left: 0;
    margin-right: 0;
  }
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #carouselExampleIndicators {
    display: none;
  }
}
.pagination {
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  list-style: none;
}
.pagination-wrapper {
  justify-content: center;
  width: 100%;
}
.pagination__item:first-child .pagination__link {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  margin-left: 0;
}
.pagination__item:last-child .pagination__link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.pagination__previous-link {
  margin-left: 0.1875rem;
}
.pagination__next-link {
  margin-right: 0.1875rem;
}
.pagination__link {
  background-color: #fff;
  border: 1px solid #d6d8d9;
  color: #AA1A2D;
  display: block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.pagination__link:hover {
  background-color: #f1f1f1;
  color: #941727;
  text-decoration: none;
}
.pagination__link:focus {
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .pagination .pagination__link {
    padding: 0.375rem 0.5rem;
  }
  .pagination .pagination__previous-link,
.pagination .pagination__next-link {
    display: none;
  }
}

ul.pagination {
  list-style: none;
}

.content-list-item--expanded a {
  display: grid;
  grid-gap: 1.25rem;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .content-list-item--expanded a {
    grid-template-columns: 1fr;
    grid-gap: 0.625rem;
  }
}
.content-list-item a {
  color: #000000;
  text-decoration: none;
}
.content-list-item a:hover {
  color: #000000;
}
.section--blue .content-list-item a, .section--red .content-list-item a {
  color: #fff;
}
.section--blue .content-list-item a:hover, .section--red .content-list-item a:hover {
  color: #fff;
}
.content-list-item__image-wrapper {
  background: #002855;
  border: solid 1px #d6d8d9;
  height: 12.5rem;
  margin-bottom: 0.9375rem;
  overflow: hidden;
  position: relative;
}
.section--blue .content-list-item__image-wrapper {
  border-color: #001c3c;
}
.section--red .content-list-item__image-wrapper {
  border-color: #941727;
}
@media screen and (max-width: 768px) {
  .content-list-item__image-wrapper {
    height: 9.375rem;
  }
}
.not-a-member .content-list-item__image-wrapper::after {
  background-image: url("/images/MDRTGS-icons-members-only_black.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: 0 auto;
  max-width: 28.125rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.content-list-item__image {
  -o-object-fit: cover;
  height: 12.5rem;
  object-fit: cover;
  width: 100%;
}
.content-list-item__image--placeholder {
  background-color: #002855;
}
@media screen and (max-width: 768px) {
  .content-list-item__image {
    height: 9.375rem;
  }
}
.not-a-member .content-list-item__image {
  filter: blur(5px);
  margin: -0.3125rem;
  transform: scale(1.1);
}
.content-list-item__info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.content-list-item__info {
  align-items: center;
  color: #AA1A2D;
  display: flex;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-top: 0;
  text-transform: uppercase;
}
.content-list-item__info i {
  font-size: 1rem;
  margin-right: 0.375rem;
}
.section--blue .content-list-item__info, .section--red .content-list-item__info {
  color: #FF6B0F;
}
.content-list-item__title {
  color: #002855;
  margin: 0.5rem 0;
}
.section--blue .content-list-item__title, .section--red .content-list-item__title {
  color: #fff;
}
.content-list-item__date {
  color: #6d6e71;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 0.625rem;
}
.section--blue .content-list-item__date, .section--red .content-list-item__date {
  color: #fff;
}
.content-list-item__highlight {
  background-color: #FF6B0F;
  box-shadow: 0 0 0 3px #FF6B0F;
}
.content-list-item__page-icon, .content-list-item__activity-icon {
  font-size: 0.875rem;
  margin-top: -0.125rem;
}

.loader {
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 0.1875rem), #000 0);
  animation: spin 1s infinite linear;
  background: conic-gradient(#0000 10%, #fff);
  border-radius: 50%;
  height: 1.5625rem;
  width: 1.5625rem;
}
.loader-login {
  background: conic-gradient(#0000 10%, #000);
}
.loader-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

.badge--featured {
  background: #FF6B0F;
  border-radius: 3px;
  color: #002855;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.25rem 0.625rem 0.1875rem;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .badge--featured {
    font-size: 0.6875rem;
    padding: 0.1875rem 0.375rem 0.125rem;
  }
}
.badge--activity img {
  width: 9.375rem;
}
@media screen and (max-width: 480px) {
  .badge--activity {
    margin-top: 0.9375rem;
  }
}

.grid--3 {
  display: grid;
  grid-gap: 1.875rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 1.875rem 0 0.625rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .grid--3:not(.subgrid) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 480px) {
  .grid--3:not(.subgrid) {
    grid-gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}
.grid--2 {
  display: grid;
  grid-gap: 1.875rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 1.875rem 0 0.625rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .grid--2:not(.subgrid) {
    grid-gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}
.grid--1 {
  display: grid;
  grid-gap: 1.875rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 1.875rem 0 0.625rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .grid--1:not(.subgrid) {
    grid-gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}

.filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .filters ul + ul {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .filters ul {
    margin: 0 1.875rem;
  }
}
@media screen and (max-width: 480px) {
  .filters ul {
    margin-left: 0;
  }
  .filters ul:first-of-type {
    margin-right: 100%;
  }
  .filters ul + ul {
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 480px) {
  .filters {
    justify-content: start;
  }
}
.filters__list {
  display: flex;
  justify-content: center;
  margin-bottom: 0.9375rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 480px) {
  .filters__list li + li {
    margin-left: 0.625rem;
  }
}
@media screen and (max-width: 480px) {
  .filters__list {
    flex-direction: column;
  }
  .filters__list li + li {
    margin-top: -0.625rem;
  }
}
.filters__list .button {
  white-space: nowrap;
}

.suggestions {
  display: grid;
  grid-gap: 1.875rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
  position: relative;
  width: 100%;
  row-gap: 2.5rem;
}
@media screen and (max-width: 480px) {
  .suggestions:not(.subgrid) {
    grid-gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1024px) {
  .suggestions {
    display: grid;
    grid-gap: 1.875rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding: 0.625rem 0;
    position: relative;
    width: 100%;
    grid-gap: 2.5rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 480px) {
  .suggestions:not(.subgrid) {
    grid-gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}

.suggestion {
  overflow: hidden;
}
.suggestion__heading {
  color: #002855;
  margin-bottom: 1.25rem;
  margin-top: 0;
}
.suggestion__heading i {
  margin-right: 0.3125rem;
}
.suggestion__text {
  word-break: break-word;
}
.suggestion__text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.34;
  margin: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .suggestion__text h3 {
    font-size: 1.25rem;
  }
}
.suggestion__text h2, .suggestion__text h3, .suggestion__text h4 {
  color: #002855;
  margin-top: 0;
}
.suggestion__link {
  display: grid;
  grid-gap: 1.25rem;
  grid-template-columns: 3fr 4fr;
}
@media screen and (max-width: 480px) {
  .suggestion__link {
    grid-template-columns: 1fr;
  }
}
.suggestion__link:hover {
  color: #000000;
  text-decoration: none;
}
.suggestion__image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.suggestion__image-wrapper {
  margin-top: 0.3125rem;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .suggestion + .suggestion {
    border-top: 1px solid #fff;
    padding-top: 1.875rem;
  }
}

.grid--3 {
  display: grid;
  grid-gap: 1.875rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 1.875rem 0 0.625rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .grid--3:not(.subgrid) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 480px) {
  .grid--3:not(.subgrid) {
    grid-gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}
.grid--2 {
  display: grid;
  grid-gap: 1.875rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 1.875rem 0 0.625rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .grid--2:not(.subgrid) {
    grid-gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}
.grid--1 {
  display: grid;
  grid-gap: 1.875rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 1.875rem 0 0.625rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .grid--1:not(.subgrid) {
    grid-gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}

.error {
  align-items: center;
  display: flex;
  flex-grow: 1;
  height: 100%;
  justify-content: center;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .error {
    flex-direction: column;
  }
}
.error-wrapper {
  align-items: center;
  display: flex;
  min-height: 50vh;
}
.error__text {
  font-size: 1.5rem;
  margin-left: 2.1875rem;
  max-width: 25rem;
}
@media screen and (max-width: 768px) {
  .error__text {
    font-size: 1.25rem;
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .error__text {
    font-size: 1.125rem;
  }
}
.error__quote {
  color: #002855;
  word-break: break-all;
}
.error__image {
  height: 7.5rem;
}
@media screen and (max-width: 768px) {
  .error__image {
    height: 6.25rem;
    margin-bottom: 1.875rem;
  }
}
.error__image-wrapper--top {
  margin-bottom: auto;
  margin-top: 0.3125rem;
}
.error .button {
  margin-bottom: -1.25rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .error .button {
    margin-left: auto;
    margin-right: auto;
  }
}
.error a:hover {
  color: #AA1A2D;
}

.image--stretch {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.testimonials {
  max-width: 45rem;
  padding: 2.5rem;
  margin-left: 2rem;
  margin-right: 2rem;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .testimonials {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.testimonials__content {
  position: relative;
}
.testimonials__hr {
  margin: 0;
  margin-bottom: 2rem;
}
.testimonials__author {
  color: #AA1A2D;
  margin-bottom: 0.5rem;
  margin: 0;
}
.testimonials__position {
  font-weight: 700;
  margin: 0;
  color: #6d6e71;
}
.testimonials__text {
  font-style: italic;
  font-weight: 300;
}
.testimonials__author-position-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.2rem;
}
.testimonials__card-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 1.5rem;
  margin-bottom: 1rem;
}
.testimonials__quotes {
  position: absolute;
  width: 88px;
  height: 55px;
  z-index: -1;
  background-repeat: repeat-x;
}
.testimonials__quotes--open {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='44' height='55' version='1.1' id='svg816' viewBox='0 0 296 494.00002' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1760' /%3E%3Crect style='fill:%23e9e9e9' id='rect1329' width='296' height='296' x='0' y='198' /%3E%3Cpath style='fill:%23e9e9e9' d='M 148,199 247,0 H 99 L 0,199 Z' id='path1755' /%3E%3C/svg%3E%0A");
  top: 8.75rem;
  left: -2rem;
}
.testimonials__quotes--closed {
  transform: scaleY(-1) scaleX(-1);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg width='44' height='55' version='1.1' id='svg816' viewBox='0 0 296 494.00002' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Cdefs id='defs1760' /%3E%3Crect style='fill:%23e9e9e9' id='rect1329' width='296' height='296' x='0' y='198' /%3E%3Cpath style='fill:%23e9e9e9' d='M 148,199 247,0 H 99 L 0,199 Z' id='path1755' /%3E%3C/svg%3E%0A");
  bottom: -1rem;
  right: -2rem;
}
.testimonials__img {
  border: 4px solid #fff;
  object-fit: cover;
  height: 80px;
  width: 80px;
  min-height: 80px;
  min-width: 80px;
  object-position: 50% 50%;
}
.testimonials__carousel-button {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #FF6B0F;
  margin: 0 0.125rem;
  cursor: pointer;
}
.testimonials__carousel-button-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1rem;
  align-items: center;
  position: static;
}
.testimonials__carousel-button-wrapper > .active {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #FF6B0F;
  margin: 0;
  cursor: default;
}

#carouselTestimonials {
  border-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: space-between;
}

.full-width-video__play-wrapper {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 2rem;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.full-width-video__play-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='65' height='65' viewBox='0 0 80 80' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3E%3Ccircle style='fill:%23ffffff' id='path115' cx='40' cy='40' r='40' /%3E%3Cpath style='fill:%23000000' d='M 32,27.5 32,52.5 54,40 Z' id='path467' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  height: 4.0625rem;
  margin-bottom: 0.5rem;
  width: 4.0625rem;
}
.full-width-video__paragraph {
  margin-bottom: 2.5rem;
  max-width: 40rem;
  text-align: center;
}
.full-width-video__play-text {
  font-weight: 400;
}
.full-width-video__header {
  margin: 0;
  text-align: center;
}
.full-width-video__wrapper {
  position: relative;
  width: 100%;
}
.full-width-video__wrapper > .jwplayer {
  max-height: 400px;
  width: 100%;
  z-index: 2;
}
.full-width-video__wrapper > .jwplayer .jw-controlbar, .full-width-video__wrapper > .jwplayer .jw-controls-backdrop {
  display: none;
}
.full-width-video__wrapper--no-overlay > .jw-state-idle .jw-controls, .full-width-video__wrapper--no-overlay > .jw-state-complete .jw-controls {
  background: none;
}
.full-width-video__wrapper > .jw-state-idle, .full-width-video__wrapper > .jw-state-complete {
  z-index: 0;
}
.full-width-video__wrapper > .jw-state-idle .jw-preview, .full-width-video__wrapper > .jw-state-complete .jw-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 400px;
}
.full-width-video__wrapper > .jw-state-idle .jw-display-icon-container, .full-width-video__wrapper > .jw-state-complete .jw-display-icon-container {
  display: none;
}
@media screen and (max-width: 650px) {
  .full-width-video__paragraph {
    display: none;
  }
  .full-width-video__hr {
    display: none;
  }
  .full-width-video__header {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 450px) {
  .full-width-video__play-text {
    display: none;
  }
  .full-width-video__header {
    margin-bottom: 1rem;
  }
  .full-width-video__play-wrapper {
    padding: 0.5rem;
  }
}

.colliding-box {
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.colliding-box__wrapper {
  margin: -5rem 1rem;
  margin-bottom: -10rem;
  padding: 2rem 5rem;
  padding-bottom: 6rem;
  border: 1px solid rgba(109, 110, 113, 0.2);
  text-align: center;
  background-color: #fff;
  height: fit-content;
  max-width: 75rem;
}
@media screen and (max-width: 768px) {
  .colliding-box__wrapper {
    margin-bottom: -5rem;
  }
}
@media screen and (max-width: 480px) {
  .colliding-box__wrapper {
    padding: 2rem 2rem;
    padding-bottom: 4rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.hr {
  width: 2rem;
  height: 4px;
  background-color: #FF6B0F;
  margin: 1rem auto;
  border: none;
}
.hr--align-left {
  margin-right: auto;
  margin-left: 0;
}
.hr--align-right {
  margin-left: auto;
  margin-right: 0;
}

.side-box {
  height: fit-content;
  max-width: 25rem;
}
.side-box .hr {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 1232px) {
  .side-box {
    max-width: 45rem;
    text-align: center;
  }
  .side-box.contentful-entry {
    margin: 1rem 1rem;
  }
  .side-box.contentful-entry .button {
    margin-left: auto;
    margin-right: auto;
  }
  .side-box .hr {
    margin-left: auto;
    margin-right: auto;
  }
}

.dropdown-year {
  margin: 0 0 50px auto;
  width: 50%;
  min-width: 190px;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .dropdown-year {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .dropdown-year {
    width: 80%;
    float: none;
    margin: auto;
    padding: 0;
  }
}
.dropdown-year .dropdown-toggle {
  cursor: pointer;
  appearance: none;
  background: #002855;
  color: #fff;
  border: 0;
  padding: 12px 35px 12px 12px;
  border-radius: 3px;
  text-align: left;
  position: relative;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  width: 160px;
  line-height: 25px;
  font-size: 18px;
  transition: color 0.7s, background-color 0.7s;
}
@media only screen and (max-width: 1200px) {
  .dropdown-year .dropdown-toggle {
    margin: auto;
  }
}
.dropdown-year .dropdown-toggle:hover, .dropdown-year .dropdown-toggle:focus {
  color: #002855 !important;
  background-color: #eef6ff !important;
}
.dropdown-year .dropdown-toggle::after {
  content: "";
  border-width: 6px;
  border-radius: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: inherit;
  position: absolute;
  right: 12px;
  top: calc(50% + 3px);
  transform: translateY(-50%);
}
.dropdown-year .dropdown-toggle.active::after {
  border-color: transparent;
  border-bottom-color: inherit;
  top: calc(50% - 3px);
}
.dropdown-year .dropdown-menu-year {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 90%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: 0 1px 4px rgba(150, 150, 150, 0.65);
  list-style: none;
  padding: 5px 0;
  margin: 0;
  max-width: 320px;
  width: 100%;
  border-radius: 3px;
  z-index: 10;
  visibility: hidden;
  overflow: auto;
  max-height: 200px;
  line-height: 25px;
  font-size: 18px;
}
.dropdown-year .dropdown-menu-year[aria-expanded=true] {
  visibility: visible;
  padding: 0px;
}
.dropdown-year .dropdown-menu-year > li {
  height: 45px;
  display: block;
  align-items: center;
  padding: 10px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.7s, background-color 0.7s;
}
.dropdown-year .dropdown-menu-year > li.selected {
  background-color: #002855;
  color: #fff;
}
.dropdown-year .dropdown-menu-year > li:hover, .dropdown-year .dropdown-menu-year > li:focus {
  outline: none;
  color: #002855 !important;
  background-color: #eef6ff !important;
}

.month-button-wrapper {
  margin-left: auto;
  margin-right: 0;
  width: 50%;
  line-height: 25px;
  font-size: 18px;
  padding-right: 50px;
  min-width: 170px;
}
@media only screen and (max-width: 1200px) {
  .month-button-wrapper {
    width: 80%;
    float: none;
    margin: auto;
    padding: 0;
  }
}

.month-button {
  background-color: #fff;
  color: #002855;
  border: none;
  font-weight: 700;
  padding: 10px 40px;
  transition: color 0.5s, background-color 0.5s ease-in-out;
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .month-button {
    width: 20%;
    padding: 10px;
  }
}
@media only screen and (max-width: 600px) {
  .month-button {
    width: 30%;
    min-width: 0px;
    padding: 10px;
  }
}
.month-button:hover {
  background-color: #eef6ff;
  color: #002855;
  cursor: pointer;
}
.month-button:focus {
  background-color: #eef6ff;
  color: #002855;
  cursor: pointer;
}
.month-button--active {
  background-color: #002855;
  color: white;
}

.awards-page {
  font-size: 1.25rem;
}
.awards-page p {
  padding: 0.625rem 0;
}
.awards-page .button {
  margin: 0 1.25rem;
}
.awards-page .button i {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .awards-page {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  .awards-page {
    font-size: 1rem;
  }
  .awards-page .button {
    width: 70%;
  }
}
@media print {
  .awards-page {
    margin-top: 0;
  }
}
@media print {
  .awards-page .header {
    height: auto;
  }
}
.awards-page .header h1 {
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .awards-page .header h1 {
    font-size: 3.1875rem;
  }
}
.awards-page .header__content {
  align-items: center;
  column-gap: 1.875rem;
  display: flex;
  height: 100%;
  justify-content: space-evenly;
  padding: 1.25rem 1.875rem;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .awards-page .header__content {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .awards-page .header__content {
    flex-direction: column;
    padding: 0.625rem 1.25rem;
  }
}
@media print {
  .awards-page .header__content {
    flex-direction: column;
  }
}
.awards-page .header__subheading {
  flex: 1 0 auto;
}
@media screen and (max-width: 480px) {
  .awards-page .header__subheading {
    flex: 0 1 auto;
  }
}
.awards-page .header__image {
  margin: 0;
  max-width: none;
  width: 21rem;
}
.awards-page .controls {
  align-items: center;
  display: flex;
  justify-content: center;
}
.awards-page .controls--award_wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .awards-page .controls--award_wrapper {
    flex-direction: column;
    flex-grow: 1;
  }
  .awards-page .controls--award_wrapper .controls {
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 1.25rem;
  }
  .awards-page .controls--award_wrapper .controls .button {
    margin-top: 1.25rem;
    min-width: 80%;
  }
}
.awards-page .controls i {
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .awards-page .controls i {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  .awards-page .controls {
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 1.5rem;
  }
  .awards-page .controls .button + .button {
    margin-top: 1.25rem;
  }
}
.awards-page .item-list {
  margin-bottom: 1.25rem;
}
.awards-page .item-list__item {
  flex-basis: auto;
  margin: auto;
}
.awards-page .item-list__item--criteria {
  color: #FF6B0F;
}
.awards-page table ul {
  list-style: revert;
  margin-bottom: 1rem;
  margin-top: 0;
  padding-left: 1.875rem;
}
.awards-page .tabs {
  border-bottom: 2px solid #fff;
  display: flex;
  font-size: 2rem;
  justify-content: center;
  margin-bottom: 5.125rem;
}
.awards-page .tabs > :last-child .tabs__tab {
  border-right: 2px solid #fff;
}
.awards-page .tabs__tab {
  background-color: #002855;
  border: 2px solid #fff;
  border-right: 0;
  color: rgba(255, 255, 255, 0.85);
  min-width: 12.5rem;
  padding: 1.25rem;
  position: relative;
  transform: translateY(50%);
  z-index: 100;
}
.awards-page .tabs__tab::after {
  background-color: #FF6B0F;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transition: 0.15s ease-out;
  width: 100%;
}
.awards-page .tabs__tab--active {
  background-color: #FF6B0F;
  color: #002855;
  cursor: initial;
  font-weight: 700;
}
.awards-page .tabs__tab:hover, .awards-page .tabs__tab:focus {
  outline: none;
}
.awards-page .tabs__tab:hover::after, .awards-page .tabs__tab:focus::after {
  height: 6px;
}
@media screen and (max-width: 1024px) {
  .awards-page .tabs__tab {
    font-size: 1.25rem;
    min-width: 6.25rem;
    padding: 0.875rem;
  }
}
.awards-page .award-badge {
  width: 236px;
}

.articles-container .articles-banner-image {
  max-width: 100%;
  height: auto;
}
.articles-container .articles-subheading {
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .articles-container .articles-list .main-article {
    grid-column: 1/-1;
  }
  .articles-container .articles-list .main-article__link {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 4vmin;
  }
  .articles-container .articles-list .main-article__image-wrapper {
    grid-column: 1/span 2;
    height: 25rem;
    margin-bottom: 0;
  }
  .articles-container .articles-list .main-article__image.content-list-item__image {
    height: 102%;
  }
  .articles-container .articles-list .main-article__info-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .articles-container .articles-list .main-article__extract {
    display: block;
  }
}

.webcasts .webcasts-subheading {
  align-items: center;
  text-align: center;
}
.webcasts__item a {
  color: #000000;
}
.webcasts__item a:hover {
  text-decoration: none;
  color: #000000;
}
.webcasts__item-image-wrapper {
  background: #002855;
  border: solid 1px #d6d8d9;
  height: 12.5rem;
  margin-bottom: 0.9375rem;
  overflow: hidden;
  position: relative;
}
.section--blue .webcasts__item-image-wrapper {
  border-color: #001c3c;
}
.section--red .webcasts__item-image-wrapper {
  border-color: #941727;
}
@media screen and (max-width: 768px) {
  .webcasts__item-image-wrapper {
    height: 9.375rem;
  }
}
.not-a-member .webcasts__item-image-wrapper::after {
  background-image: url("/images/MDRTGS-icons-members-only_black.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60%;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  margin: 0 auto;
  max-width: 28.125rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.webcasts__item-image {
  -o-object-fit: cover;
  height: 12.5rem;
  object-fit: cover;
  width: 100%;
}
.webcasts__item-image--placeholder {
  background-color: #002855;
}
@media screen and (max-width: 768px) {
  .webcasts__item-image {
    height: 9.375rem;
  }
}
.not-a-member .webcasts__item-image {
  filter: blur(5px);
  margin: -0.3125rem;
  transform: scale(1.1);
}
.webcasts__item-info {
  display: flex;
  justify-content: space-between;
  margin-top: 0.625rem;
  align-items: center;
}
.webcasts__item-date {
  color: #6d6e71;
  font-size: 0.75rem;
  margin-top: 0.1875rem;
}

.study-groups-container .study-groups-banner-image {
  max-width: 100%;
  height: auto;
}
.study-groups-container .study-groups-subheading {
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .study-groups-container .study-groups-list .main-study-groups {
    grid-column: 1/-1;
  }
  .study-groups-container .study-groups-list .main-study-groups__link {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 4vmin;
  }
  .study-groups-container .study-groups-list .main-study-groups__image-wrapper {
    grid-column: 1/span 2;
    height: 25rem;
    margin-bottom: 0;
  }
  .study-groups-container .study-groups-list .main-study-groups__image.content-list-item__image {
    height: 102%;
  }
  .study-groups-container .study-groups-list .main-study-groups__info-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .study-groups-container .study-groups-list .main-study-groups__extract {
    display: block;
  }
}

.article__heading {
  font-weight: 700;
}
.article__subheading {
  font-weight: normal;
}
.article__details {
  align-items: end;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .article__details {
    align-items: start;
    flex-direction: column;
  }
}
.article__info {
  display: flex;
  margin-top: 0.9375rem;
}
.article__info-icon {
  align-items: center;
  background-color: #002855;
  background-size: 0.5px 0.5px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  margin-right: 0.625rem;
  position: relative;
  width: 2.5rem;
}
.article__info-icon--darkened::after {
  background-color: #6d6e71;
  border-radius: 50%;
  content: "";
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.article__info-icon p {
  font-size: 0;
  z-index: 1;
}
.article__info-icon p::first-letter {
  font-size: 1rem;
  text-transform: uppercase;
}
.article__info-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.article__author {
  color: #002855;
  font-size: 0.875rem;
  font-weight: 500;
}
.article__date {
  color: #6d6e71;
  font-size: 0.75rem;
}
.article__activity-indicator img {
  width: 9.375rem;
}
@media screen and (max-width: 480px) {
  .article__activity-indicator {
    margin-top: 0.9375rem;
  }
}
.article__controls {
  display: flex;
  justify-content: end;
  margin-bottom: 0.625rem;
  margin-left: 1.25rem;
}
.article__controls .button {
  margin-top: 0;
  margin-left: auto;
}
.article__controls .button + .button {
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .article__controls {
    float: right;
    margin-bottom: 0;
  }
}
.article__font-button {
  width: 2.6875rem;
}
.article__font-button::after {
  content: "+";
}
.article--bigger .article__font-button::after {
  content: "-";
}
.article__image {
  height: auto;
  width: 100%;
}
@media print {
  .article__image {
    display: none;
  }
}
.article__image-wrapper {
  align-items: center;
  display: flex;
  margin: 1.875rem 0;
  max-height: 46.875rem;
  object-fit: contain;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media print {
  .article__image-wrapper {
    min-height: 2.5rem;
  }
}
.article__content {
  word-break: break-word;
}
.article__content blockquote {
  margin: 0;
}
.article__content blockquote p {
  background: #e3e4e5;
  padding: 1.875rem;
}
.article__content blockquote p::before {
  content: "“";
}
.article__content blockquote p::after {
  content: "”";
}
.article__content a {
  color: #000000;
  text-decoration: underline;
}
.article--bigger .article__content p {
  font-size: 1.25rem;
}
.article__content p {
  margin-bottom: 1.25rem;
}
.article__content contentful-rich-text > p:first-of-type {
  font-size: 1.375rem;
  font-style: italic;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .article__content contentful-rich-text > p:first-of-type {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .article__content contentful-rich-text > p:first-of-type {
    font-size: 1.125rem;
  }
  .article--bigger .article__content contentful-rich-text > p:first-of-type {
    font-size: 1.25rem;
  }
}
.article__content img {
  display: flex;
  margin: 0 auto;
  max-width: 100%;
}
.article__content code {
  color: #002855;
}
.article__content h2 {
  font-size: 1.8125rem;
  font-weight: 500;
  line-height: 1.34;
  margin: 0 0 1.25rem;
}
@media screen and (max-width: 1440px) {
  .article__content h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .article__content h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .article__content h2 {
    font-size: 1.25rem;
  }
}
.article__content h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 0.625rem;
}
.article__content h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.34;
  margin: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .article__content h4 {
    font-size: 1.25rem;
  }
}
.article__content h5 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 0.9375rem;
}

.webcast {
  display: grid;
  grid-gap: 2.5rem;
  grid-template-columns: 2.5fr 1fr;
  margin-top: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .webcast {
    grid-gap: 1.25rem;
    grid-template-columns: 1fr;
  }
}
.webcast__heading {
  font-weight: 700;
}
.webcast__video {
  border: 1px solid #d6d8d9;
}
.webcast__date {
  color: #6d6e71;
  font-size: 0.75rem;
}
.webcast__activity {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .webcast__activity {
    margin-bottom: 1.25rem;
  }
}

.study-group__subheading {
  font-weight: normal;
}
.study-group__details {
  align-items: end;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  .study-group__details {
    align-items: start;
    flex-direction: column;
  }
}
.study-group__info {
  display: flex;
  margin-top: 0.9375rem;
}
.study-group__info-icon {
  align-items: center;
  background-color: #002855;
  background-size: 0.5px 0.5px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  margin-right: 0.625rem;
  position: relative;
  width: 2.5rem;
}
.study-group__info-icon--darkened::after {
  background-color: #6d6e71;
  border-radius: 50%;
  content: "";
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.study-group__info-icon p {
  font-size: 0;
  z-index: 1;
}
.study-group__info-icon p::first-letter {
  font-size: 1rem;
  text-transform: uppercase;
}
.study-group__info-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.study-group__author {
  font-size: 0.875rem;
}
.study-group__date {
  color: #6d6e71;
  font-size: 0.75rem;
}
.study-group__activity-indicator img {
  width: 9.375rem;
}
@media screen and (max-width: 480px) {
  .study-group__activity-indicator {
    margin-top: 0.9375rem;
  }
}
.study-group__controls {
  display: flex;
  justify-content: end;
  margin-bottom: 0.625rem;
  margin-left: 1.25rem;
}
.study-group__controls .button {
  margin-top: 0;
  margin-left: auto;
}
.study-group__controls .button + .button {
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .study-group__controls {
    float: right;
    margin-bottom: 0;
  }
}
.study-group__font-button {
  width: 2.6875rem;
}
.study-group__font-button::after {
  content: "+";
}
.study-group--bigger .study-group__font-button::after {
  content: "-";
}
.study-group__image {
  height: auto;
  width: 100%;
}
@media print {
  .study-group__image {
    display: none;
  }
}
.study-group__image-wrapper {
  align-items: center;
  display: flex;
  margin: 1.875rem 0;
  max-height: 46.875rem;
  object-fit: contain;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media print {
  .study-group__image-wrapper {
    min-height: 2.5rem;
  }
}
.study-group__content {
  word-break: break-word;
}
.study-group__content blockquote {
  margin: 0;
}
.study-group__content blockquote p {
  background: #e3e4e5;
  padding: 1.875rem;
}
.study-group__content blockquote p::before {
  content: "“";
}
.study-group__content blockquote p::after {
  content: "”";
}
.study-group__content a {
  color: #000000;
  text-decoration: underline;
}
.study-group--bigger .study-group__content p {
  font-size: 1.25rem;
}
.study-group__content p {
  margin-bottom: 1.25rem;
}
.study-group__content contentful-rich-text > p:first-of-type {
  font-size: 1.375rem;
  font-style: italic;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .study-group__content contentful-rich-text > p:first-of-type {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .study-group__content contentful-rich-text > p:first-of-type {
    font-size: 1.125rem;
  }
  .study-group--bigger .study-group__content contentful-rich-text > p:first-of-type {
    font-size: 1.25rem;
  }
}
.study-group__content img {
  display: flex;
  margin: 0 auto;
  max-width: 100%;
}
.study-group__content code {
  color: #002855;
}
.study-group__content h2 {
  font-size: 1.8125rem;
  font-weight: 500;
  line-height: 1.34;
  margin: 0 0 1.25rem;
}
@media screen and (max-width: 1440px) {
  .study-group__content h2 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .study-group__content h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .study-group__content h2 {
    font-size: 1.25rem;
  }
}
.study-group__content h3 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 0.625rem;
}
.study-group__content h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.34;
  margin: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .study-group__content h4 {
    font-size: 1.25rem;
  }
}
.study-group__content h5 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 0.9375rem;
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/**
 * Spacing Defaults
 */
/*------------------------------------*\
    #BORDERS
\*------------------------------------*/
/*------------------------------------*\
    #BREAKPOINTS
\*------------------------------------*/
/*------------------------------------*\
    #Z-INDEX
\*------------------------------------*/
/*------------------------------------*\
    #B2C
\*------------------------------------*/
:root {
  --pseudo-before-text: "Trouble logging in?";
  --pseudo-before-email-text: "Or continue with email";
}

.mdrt-b2c-container {
  font-weight: 400;
  padding: 0 30px;
  margin-bottom: 40px;
  min-height: 80vh;
}
.mdrt-b2c-container hr {
  border-top-color: #000000;
  border-top-width: 2px;
}
.mdrt-b2c-container .mdrt-assistance-container {
  margin: 15px 0;
}
.mdrt-b2c-container .mdrt-b2c-link-list .mdrt-b2c-link-item {
  margin: 5px 0;
}
.mdrt-b2c-container #api .accountButton {
  background-position: calc(50% - 125px) 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #252525;
  display: block;
  height: 46px;
  width: 100%;
  margin-top: 25px;
  font-size: 17px;
  background-size: 21px;
}
@media only screen and (min-width: 768px) {
  .mdrt-b2c-container #api .accountButton {
    background-position: calc(50% - 136px) 50%;
    font-size: 19px;
  }
}
.mdrt-b2c-container #api .verificationInfoText {
  font-size: 20px;
}
.mdrt-b2c-container #api .buttons > button, .mdrt-b2c-container #api #continue, .mdrt-b2c-container #api #next, .mdrt-b2c-container #api #SignUpWithLogonEmailExchange {
  font-weight: 600;
  font-size: 19px;
  padding: 10px 16px;
  color: white;
  background-color: #002855;
  border: none;
}
.mdrt-b2c-container #api .buttons > button:hover, .mdrt-b2c-container #api #continue:hover, .mdrt-b2c-container #api #next:hover, .mdrt-b2c-container #api #SignUpWithLogonEmailExchange:hover {
  background-color: #004088;
}
@media only screen and (max-width: 768px) {
  .mdrt-b2c-container #api .buttons > button, .mdrt-b2c-container #api #continue, .mdrt-b2c-container #api #next, .mdrt-b2c-container #api #SignUpWithLogonEmailExchange {
    font-size: 17px;
  }
}
.mdrt-b2c-container #api .attr > ul .attrEntry .textInput,
.mdrt-b2c-container #api .attr > ul .attrEntry .verifyInput,
.mdrt-b2c-container #api .attr > ul .attrEntry select {
  background-color: #fff;
  height: 60px;
  border: 1px solid #252525;
  margin: 15px 0;
}
.mdrt-b2c-container #api .accountButton#SignUpWithLogonEmailExchange::before {
  display: inline-block;
  position: absolute;
  content: var(--pseudo-before-email-text);
  color: #252525;
  left: 0;
  bottom: 58px;
}
.mdrt-b2c-container #api .intro p,
.mdrt-b2c-container #api .intro h2 {
  color: #1c1c1c;
  font-size: 20px;
  margin-bottom: 15px;
}
.mdrt-b2c-container #api .divider {
  display: none;
}
.mdrt-b2c-container #api .options > div {
  margin: 30px 0;
}
.mdrt-b2c-container #api .accountButton#FacebookExchange {
  background-size: auto 21px;
  background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/colored/facebook.svg);
}
.mdrt-b2c-container #api .accountButton#GoogleExchange {
  background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/colored/google.svg);
}
.mdrt-b2c-container #api .accountButton#LinkedInExchange {
  background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/colored/linkedin.svg);
}
.mdrt-b2c-container #api .accountButton#SignUpWithLogonEmailExchange {
  position: relative;
  margin: 70px 0 0 0;
  border: none;
  text-underline-position: under;
}
.mdrt-b2c-container #api .accountButton#SignUpWithLogonEmailExchange::before {
  display: inline-block;
  font-weight: 400;
  position: absolute;
  content: var(--pseudo-before-email-text);
  left: 0;
  bottom: 58px;
}
.mdrt-b2c-container #api .accountButton#AppleExchange {
  background-image: url(https://login.microsoftonline.com/static/tenant/templates/idp_logos/colored/apple.svg);
}
.mdrt-b2c-container #api .accountButton#FidoExchange {
  display: none;
}
.mdrt-b2c-container #api .error {
  color: #AA1A2D;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.mdrt-b2c-container #api .error.pageLevel {
  color: #AA1A2D;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
.mdrt-b2c-container #api .error.pageLevel::before {
  float: left;
  content: "";
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ff3b30' class='bi bi-exclamation-triangle' viewBox='0 0 16 16'><path d='M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.146.146 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.163.163 0 0 1-.054.06.116.116 0 0 1-.066.017H1.146a.115.115 0 0 1-.066-.017.163.163 0 0 1-.054-.06.176.176 0 0 1 .002-.183L7.884 2.073a.147.147 0 0 1 .054-.057zm1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566z'/><path d='M7.002 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995z'/></svg>");
  background-repeat: no-repeat;
  background-size: 22px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.mdrt-b2c-container #api .helpLink {
  display: none;
}
.mdrt-b2c-container #api .buttons.verify button {
  margin-right: 5px;
}
.mdrt-b2c-container #api .buttons > button {
  background-color: #002855;
}
.mdrt-b2c-container #api .buttons > button[aria-disabled=true] {
  display: none;
}
.mdrt-b2c-container #api .buttons > button #cancel {
  display: none;
}
.mdrt-b2c-container #api .bi {
  margin-left: -30px !important;
  cursor: pointer !important;
  z-index: 5 !important;
}
.mdrt-b2c-container #api .entry .entry-item input[type=text],
.mdrt-b2c-container #api .entry .entry-item input[type=password] {
  height: 60px;
  border: 1px solid #252525;
  margin: 15px 0;
}
.mdrt-b2c-container #api .entry .entry-item label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mdrt-b2c-container #api .attr > ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
.mdrt-b2c-container #api .attr > ul .attrEntry label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mdrt-b2c-container #api #forgotPassword {
  font-size: 17px;
  font-weight: 700;
  color: #AA1A2D;
  text-underline-position: under;
  -webkit-text-decoration: underline solid 2px #AA1A2D;
  text-decoration: underline solid 2px #AA1A2D;
}
.mdrt-b2c-container #api #forgotPassword:hover {
  color: #FF6B0F;
  text-decoration-color: #FF6B0F;
}
.mdrt-b2c-container #api #forgotPassword:hover::before {
  background-color: white;
  color: black;
}
.mdrt-b2c-container #api #forgotPassword::before {
  color: #252525;
  margin: 5px 0;
  display: inline-block;
  font-weight: 400;
  content: var(--pseudo-before-text);
  padding-right: 10px;
  text-underline-position: under;
  -webkit-text-decoration: underline solid 2px white;
  text-decoration: underline solid 2px white;
}
@media screen and (min-width: 768px) {
  .mdrt-b2c-container #api #forgotPassword {
    font-size: 19px;
  }
}
.mdrt-b2c-container #api .rememberMe {
  margin: 20px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.mdrt-b2c-container #api .rememberMe label {
  margin-left: 20px;
  font-weight: 400;
  font-size: 16px;
}
.mdrt-b2c-container #api .rememberMe input[type=checkbox] {
  height: 26px;
  width: 26px;
}
.mdrt-b2c-container #api #cancel {
  display: none;
}
.mdrt-b2c-container #api #continue,
.mdrt-b2c-container #api #next {
  margin-bottom: 30px;
  width: 100%;
}
.mdrt-b2c-container #api #email_success {
  display: none !important;
}
.mdrt-b2c-container #api .verifying-modal #verifying_blurb {
  bottom: 0;
  display: none;
  height: 2em;
  left: 0;
  margin: auto;
  overflow: show;
  position: fixed;
  right: 0;
  top: 0;
  width: 2em;
  z-index: 999;
}
.mdrt-b2c-container #api .verifying-modal #verifying_blurb:not(:empty) {
  display: block;
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.mdrt-b2c-container #api .verifying-modal #verifying_blurb:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
.mdrt-b2c-container #api .verifying-modal #verifying_blurb:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 80px;
  height: 80px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid #002855;
  border-right: 2px solid transparent;
  animation: spinner 0.8s linear infinite;
}
.mdrt-b2c-container a:hover {
  color: #FF6B0F;
}
.mdrt-b2c-container .mdrt-b2c-loader {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  color: #002855;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 2147483646;
}
.mdrt-b2c-container .mdrt-b2c-loader:focus {
  outline: none;
}
.mdrt-b2c-container .mdrt-b2c-loader.hidden {
  display: none !important;
}
.mdrt-b2c-container .mdrt-b2c-loader__spinner-container {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
.mdrt-b2c-container .mdrt-b2c-loader__spinner {
  animation: progressContainer 1.4s linear infinite;
  color: #002855;
  display: inline-block;
  height: 100px;
  width: 100px;
}
.mdrt-b2c-container .mdrt-b2c-loader__spinner circle {
  animation: progressCircle 1.4s ease-in-out infinite;
  stroke: currentcolor;
  stroke-dasharray: 80px, 200px;
  stroke-dashoffset: 0;
}
@keyframes progressContainer {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes progressCircle {
  0% {
    stroke-dasharray: 1px, 200px;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -15px;
  }
  100% {
    stroke-dasharray: 100px, 200px;
    stroke-dashoffset: -120px;
  }
}
@media only screen and (min-width: 992px) {
  .mdrt-b2c-container--login {
    background-image: url("../../images/b2c-login.svg?t=1");
    background-repeat: no-repeat;
    background-position: right top 3rem;
    background-size: 333px auto;
  }
}
@media only screen and (min-width: 992px) {
  .mdrt-b2c-container--identity {
    background-image: url("../../images/b2c-login.svg?t=1");
    background-repeat: no-repeat;
    background-position: right top 3rem;
    background-size: 432px auto;
  }
}

/* working styles */
.working {
  bottom: 0;
  display: none;
  height: 80px;
  width: 80px;
  left: 0;
  margin: auto;
  overflow: show;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.working:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.working:not(:required) {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.working:not(:required):after {
  content: "";
  box-sizing: border-box;
  display: block;
  width: 80px;
  height: 80px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid #002855;
  border-right: 2px solid transparent;
  animation: spinner 0.8s linear infinite;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wrapper-1180 {
  max-width: 1180px;
}

.wrapper-1180--themed {
  max-width: 1180px;
}

.wrapper-1200 {
  max-width: 1200px;
}

.wrapper-1280 {
  max-width: 1280px;
}

.wrapper-1320 {
  max-width: 1320px;
}

.wrapper-1400 {
  max-width: 1400px;
}

.wrapper-1440 {
  max-width: 1440px;
}

.wrapper-1170, .wrapper-1180, .wrapper-1200, .wrapper-1280, .wrapper-1320, .wrapper-1400, .wrapper-1440 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.svg__span--mdrt::after {
  background-image: url("../../images/mdrtgs-logo.svg?t=1");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  height: 80px;
  width: 230px;
}

.description-theme-light-blue .description-bg {
  background-color: #002855;
}
.description-theme-light-blue .description-bg h2 {
  color: #FF6B0F;
}
.description-theme-light-blue .description-bg a {
  border-bottom-color: #fff;
}
.description-theme-light-blue .description-bg a:hover {
  border-bottom-color: #FF6B0F;
  color: #FF6B0F;
}

.mdrt-b2c-link-item .text-button, .mdrt-b2c-link-item .text-button, .mdrt-b2c-link-item .text-button {
  text-decoration-color: #AA1A2D;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-position: under;
  background-color: transparent;
  color: #AA1A2D;
}

.mdrt-b2c-link-item .text-button:active, .mdrt-b2c-link-item .text-button:focus, .mdrt-b2c-link-item .text-button:hover {
  color: #FF6B0F;
  text-decoration-color: #FF6B0F;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-position: under;
  background-color: transparent;
}

.heading--1 {
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 30px;
}

.heading--1, .heading--2, .heading--3, .learn-card-hero--heading {
  font-weight: 700;
  color: #252525;
}

@media only screen and (max-width: 768px) {
  .heading--1 {
    font-size: 34px;
    line-height: 51px;
  }
}
/**
 * Heading 2
 */
.heading--2 {
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 20px;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .heading--2 {
    font-size: 26px;
    line-height: 38px;
  }
}
/**
 * Heading 3
 */
.heading--3 {
  font-size: 23px;
  line-height: 35px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .heading--3 {
    font-size: 20px;
    line-height: 29px;
  }
}
#api input, #api textarea, #api select {
  width: 100%;
  border: 1px solid #a5a5a5;
  padding: 1rem;
}

#api select {
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 24px;
  cursor: pointer;
  flex: 1;
}

.color-block-text--theme__blue b, .color-block-text--theme__light-blue b, .description-theme-blue b, .description-theme-light-blue b, .flagship-event__hero--theme-dark b, .event-detail-hero--theme-dark b, .four-cols-theme-blue b, .four-cols-theme-light-blue b, .home__hero--theme-blue b, .banner-theme-blue b, .banner-theme-light-blue b, .mem-req-level-bg b, .resource-links__footer-bg b, .restricted-notice-bg b, .search-restricted--theme__blue b, .three-cols-theme-blue b, .three-cols-theme-light-blue b,
.color-block-text--theme__blue body,
.color-block-text--theme__light-blue body,
.description-theme-blue body,
.description-theme-light-blue body,
.flagship-event__hero--theme-dark body,
.event-detail-hero--theme-dark body,
.four-cols-theme-blue body,
.four-cols-theme-light-blue body,
.home__hero--theme-blue body,
.banner-theme-blue body,
.banner-theme-light-blue body,
.mem-req-level-bg body,
.resource-links__footer-bg body,
.restricted-notice-bg body,
.search-restricted--theme__blue body,
.three-cols-theme-blue body,
.three-cols-theme-light-blue body,
.color-block-text--theme__blue h1,
.color-block-text--theme__light-blue h1,
.description-theme-blue h1,
.description-theme-light-blue h1,
.flagship-event__hero--theme-dark h1,
.event-detail-hero--theme-dark h1,
.four-cols-theme-blue h1,
.four-cols-theme-light-blue h1,
.home__hero--theme-blue h1,
.banner-theme-blue h1,
.banner-theme-light-blue h1,
.mem-req-level-bg h1,
.resource-links__footer-bg h1,
.restricted-notice-bg h1,
.search-restricted--theme__blue h1,
.three-cols-theme-blue h1,
.three-cols-theme-light-blue h1,
.color-block-text--theme__blue h2,
.color-block-text--theme__light-blue h2,
.description-theme-blue h2,
.description-theme-light-blue h2,
.flagship-event__hero--theme-dark h2,
.event-detail-hero--theme-dark h2,
.four-cols-theme-blue h2,
.four-cols-theme-light-blue h2,
.home__hero--theme-blue h2,
.banner-theme-blue h2,
.banner-theme-light-blue h2,
.mem-req-level-bg h2,
.resource-links__footer-bg h2,
.restricted-notice-bg h2,
.search-restricted--theme__blue h2,
.three-cols-theme-blue h2,
.three-cols-theme-light-blue h2,
.color-block-text--theme__blue h3,
.color-block-text--theme__light-blue h3,
.description-theme-blue h3,
.description-theme-light-blue h3,
.flagship-event__hero--theme-dark h3,
.event-detail-hero--theme-dark h3,
.four-cols-theme-blue h3,
.four-cols-theme-light-blue h3,
.home__hero--theme-blue h3,
.banner-theme-blue h3,
.banner-theme-light-blue h3,
.mem-req-level-bg h3,
.resource-links__footer-bg h3,
.restricted-notice-bg h3,
.search-restricted--theme__blue h3,
.three-cols-theme-blue h3,
.three-cols-theme-light-blue h3,
.color-block-text--theme__blue i,
.color-block-text--theme__light-blue i,
.description-theme-blue i,
.description-theme-light-blue i,
.flagship-event__hero--theme-dark i,
.event-detail-hero--theme-dark i,
.four-cols-theme-blue i,
.four-cols-theme-light-blue i,
.home__hero--theme-blue i,
.banner-theme-blue i,
.banner-theme-light-blue i,
.mem-req-level-bg i,
.resource-links__footer-bg i,
.restricted-notice-bg i,
.search-restricted--theme__blue i,
.three-cols-theme-blue i,
.three-cols-theme-light-blue i,
.color-block-text--theme__blue p,
.color-block-text--theme__light-blue p,
.description-theme-blue p,
.description-theme-light-blue p,
.flagship-event__hero--theme-dark p,
.event-detail-hero--theme-dark p,
.four-cols-theme-blue p,
.four-cols-theme-light-blue p,
.home__hero--theme-blue p,
.banner-theme-blue p,
.banner-theme-light-blue p,
.mem-req-level-bg p,
.resource-links__footer-bg p,
.restricted-notice-bg p,
.search-restricted--theme__blue p,
.three-cols-theme-blue p,
.three-cols-theme-light-blue p,
.color-block-text--theme__blue li,
.color-block-text--theme__light-blue li,
.description-theme-blue li,
.description-theme-light-blue li,
.flagship-event__hero--theme-dark li,
.event-detail-hero--theme-dark li,
.four-cols-theme-blue li,
.four-cols-theme-light-blue li,
.home__hero--theme-blue li,
.banner-theme-blue li,
.banner-theme-light-blue li,
.mem-req-level-bg li,
.resource-links__footer-bg li,
.restricted-notice-bg li,
.search-restricted--theme__blue li,
.three-cols-theme-blue li,
.three-cols-theme-light-blue li,
.color-block-text--theme__blue strong,
.color-block-text--theme__light-blue strong,
.description-theme-blue strong,
.description-theme-light-blue strong,
.flagship-event__hero--theme-dark strong,
.event-detail-hero--theme-dark strong,
.four-cols-theme-blue strong,
.four-cols-theme-light-blue strong,
.home__hero--theme-blue strong,
.banner-theme-blue strong,
.banner-theme-light-blue strong,
.mem-req-level-bg strong,
.resource-links__footer-bg strong,
.restricted-notice-bg strong,
.search-restricted--theme__blue strong,
.three-cols-theme-blue strong,
.three-cols-theme-light-blue strong,
.color-block-text--theme__blue ul,
.color-block-text--theme__light-blue ul,
.description-theme-blue ul,
.description-theme-light-blue ul,
.flagship-event__hero--theme-dark ul,
.event-detail-hero--theme-dark ul,
.four-cols-theme-blue ul,
.four-cols-theme-light-blue ul,
.home__hero--theme-blue ul,
.banner-theme-blue ul,
.banner-theme-light-blue ul,
.mem-req-level-bg ul,
.resource-links__footer-bg ul,
.restricted-notice-bg ul,
.search-restricted--theme__blue ul,
.three-cols-theme-blue ul,
.three-cols-theme-light-blue ul,
.color-block-text--theme__blue .inline-button,
.color-block-text--theme__light-blue .inline-button,
.description-theme-blue .inline-button,
.description-theme-light-blue .inline-button,
.flagship-event__hero--theme-dark .inline-button,
.event-detail-hero--theme-dark .inline-button,
.four-cols-theme-blue .inline-button,
.four-cols-theme-light-blue .inline-button,
.home__hero--theme-blue .inline-button,
.banner-theme-blue .inline-button,
.banner-theme-light-blue .inline-button,
.mem-req-level-bg .inline-button,
.resource-links__footer-bg .inline-button,
.restricted-notice-bg .inline-button,
.search-restricted--theme__blue .inline-button,
.three-cols-theme-blue .inline-button,
.three-cols-theme-light-blue .inline-button,
.color-block-text--theme__blue .inline-button--large,
.color-block-text--theme__light-blue .inline-button--large,
.description-theme-blue .inline-button--large,
.description-theme-light-blue .inline-button--large,
.flagship-event__hero--theme-dark .inline-button--large,
.event-detail-hero--theme-dark .inline-button--large,
.four-cols-theme-blue .inline-button--large,
.four-cols-theme-light-blue .inline-button--large,
.home__hero--theme-blue .inline-button--large,
.banner-theme-blue .inline-button--large,
.banner-theme-light-blue .inline-button--large,
.mem-req-level-bg .inline-button--large,
.resource-links__footer-bg .inline-button--large,
.restricted-notice-bg .inline-button--large,
.search-restricted--theme__blue .inline-button--large,
.three-cols-theme-blue .inline-button--large,
.three-cols-theme-light-blue .inline-button--large,
.color-block-text--theme__blue .heading--1,
.color-block-text--theme__light-blue .heading--1,
.description-theme-blue .heading--1,
.description-theme-light-blue .heading--1,
.flagship-event__hero--theme-dark .heading--1,
.event-detail-hero--theme-dark .heading--1,
.four-cols-theme-blue .heading--1,
.four-cols-theme-light-blue .heading--1,
.home__hero--theme-blue .heading--1,
.banner-theme-blue .heading--1,
.banner-theme-light-blue .heading--1,
.mem-req-level-bg .heading--1,
.resource-links__footer-bg .heading--1,
.restricted-notice-bg .heading--1,
.search-restricted--theme__blue .heading--1,
.three-cols-theme-blue .heading--1,
.three-cols-theme-light-blue .heading--1,
.color-block-text--theme__blue .heading--2,
.color-block-text--theme__light-blue .heading--2,
.description-theme-blue .heading--2,
.description-theme-light-blue .heading--2,
.flagship-event__hero--theme-dark .heading--2,
.event-detail-hero--theme-dark .heading--2,
.four-cols-theme-blue .heading--2,
.four-cols-theme-light-blue .heading--2,
.home__hero--theme-blue .heading--2,
.banner-theme-blue .heading--2,
.banner-theme-light-blue .heading--2,
.mem-req-level-bg .heading--2,
.resource-links__footer-bg .heading--2,
.restricted-notice-bg .heading--2,
.search-restricted--theme__blue .heading--2,
.three-cols-theme-blue .heading--2,
.three-cols-theme-light-blue .heading--2,
.color-block-text--theme__blue .heading--3,
.color-block-text--theme__light-blue .heading--3,
.description-theme-blue .heading--3,
.description-theme-light-blue .heading--3,
.flagship-event__hero--theme-dark .heading--3,
.event-detail-hero--theme-dark .heading--3,
.four-cols-theme-blue .heading--3,
.four-cols-theme-light-blue .heading--3,
.home__hero--theme-blue .heading--3,
.banner-theme-blue .heading--3,
.banner-theme-light-blue .heading--3,
.mem-req-level-bg .heading--3,
.resource-links__footer-bg .heading--3,
.restricted-notice-bg .heading--3,
.search-restricted--theme__blue .heading--3,
.three-cols-theme-blue .heading--3,
.three-cols-theme-light-blue .heading--3,
.color-block-text--theme__blue .p__body,
.color-block-text--theme__light-blue .p__body,
.description-theme-blue .p__body,
.description-theme-light-blue .p__body,
.flagship-event__hero--theme-dark .p__body,
.event-detail-hero--theme-dark .p__body,
.four-cols-theme-blue .p__body,
.four-cols-theme-light-blue .p__body,
.home__hero--theme-blue .p__body,
.banner-theme-blue .p__body,
.banner-theme-light-blue .p__body,
.mem-req-level-bg .p__body,
.resource-links__footer-bg .p__body,
.restricted-notice-bg .p__body,
.search-restricted--theme__blue .p__body,
.three-cols-theme-blue .p__body,
.three-cols-theme-light-blue .p__body,
.color-block-text--theme__blue .p__body--small,
.color-block-text--theme__light-blue .p__body--small,
.description-theme-blue .p__body--small,
.description-theme-light-blue .p__body--small,
.flagship-event__hero--theme-dark .p__body--small,
.event-detail-hero--theme-dark .p__body--small,
.four-cols-theme-blue .p__body--small,
.four-cols-theme-light-blue .p__body--small,
.home__hero--theme-blue .p__body--small,
.banner-theme-blue .p__body--small,
.banner-theme-light-blue .p__body--small,
.mem-req-level-bg .p__body--small,
.resource-links__footer-bg .p__body--small,
.restricted-notice-bg .p__body--small,
.search-restricted--theme__blue .p__body--small,
.three-cols-theme-blue .p__body--small,
.three-cols-theme-light-blue .p__body--small,
.color-block-text--theme__blue .p__body--bold,
.color-block-text--theme__light-blue .p__body--bold,
.description-theme-blue .p__body--bold,
.description-theme-light-blue .p__body--bold,
.flagship-event__hero--theme-dark .p__body--bold,
.event-detail-hero--theme-dark .p__body--bold,
.four-cols-theme-blue .p__body--bold,
.four-cols-theme-light-blue .p__body--bold,
.home__hero--theme-blue .p__body--bold,
.banner-theme-blue .p__body--bold,
.banner-theme-light-blue .p__body--bold,
.mem-req-level-bg .p__body--bold,
.resource-links__footer-bg .p__body--bold,
.restricted-notice-bg .p__body--bold,
.search-restricted--theme__blue .p__body--bold,
.three-cols-theme-blue .p__body--bold,
.three-cols-theme-light-blue .p__body--bold,
.color-block-text--theme__blue .p__body--heavy,
.color-block-text--theme__light-blue .p__body--heavy,
.description-theme-blue .p__body--heavy,
.description-theme-light-blue .p__body--heavy,
.flagship-event__hero--theme-dark .p__body--heavy,
.event-detail-hero--theme-dark .p__body--heavy,
.four-cols-theme-blue .p__body--heavy,
.four-cols-theme-light-blue .p__body--heavy,
.home__hero--theme-blue .p__body--heavy,
.banner-theme-blue .p__body--heavy,
.banner-theme-light-blue .p__body--heavy,
.mem-req-level-bg .p__body--heavy,
.resource-links__footer-bg .p__body--heavy,
.restricted-notice-bg .p__body--heavy,
.search-restricted--theme__blue .p__body--heavy,
.three-cols-theme-blue .p__body--heavy,
.three-cols-theme-light-blue .p__body--heavy,
.color-block-text--theme__blue .text-button,
.color-block-text--theme__light-blue .text-button,
.description-theme-blue .text-button,
.description-theme-light-blue .text-button,
.flagship-event__hero--theme-dark .text-button,
.event-detail-hero--theme-dark .text-button,
.four-cols-theme-blue .text-button,
.four-cols-theme-light-blue .text-button,
.home__hero--theme-blue .text-button,
.banner-theme-blue .text-button,
.banner-theme-light-blue .text-button,
.mem-req-level-bg .text-button,
.resource-links__footer-bg .text-button,
.restricted-notice-bg .text-button,
.search-restricted--theme__blue .text-button,
.three-cols-theme-blue .text-button,
.three-cols-theme-light-blue .text-button,
.color-block-text--theme__blue .text-button-with-arrow,
.color-block-text--theme__light-blue .text-button-with-arrow,
.description-theme-blue .text-button-with-arrow,
.description-theme-light-blue .text-button-with-arrow,
.flagship-event__hero--theme-dark .text-button-with-arrow,
.event-detail-hero--theme-dark .text-button-with-arrow,
.four-cols-theme-blue .text-button-with-arrow,
.four-cols-theme-light-blue .text-button-with-arrow,
.home__hero--theme-blue .text-button-with-arrow,
.banner-theme-blue .text-button-with-arrow,
.banner-theme-light-blue .text-button-with-arrow,
.mem-req-level-bg .text-button-with-arrow,
.resource-links__footer-bg .text-button-with-arrow,
.restricted-notice-bg .text-button-with-arrow,
.search-restricted--theme__blue .text-button-with-arrow,
.three-cols-theme-blue .text-button-with-arrow,
.three-cols-theme-light-blue .text-button-with-arrow,
.color-block-text--theme__blue .text-button--sans,
.color-block-text--theme__light-blue .text-button--sans,
.description-theme-blue .text-button--sans,
.description-theme-light-blue .text-button--sans,
.flagship-event__hero--theme-dark .text-button--sans,
.event-detail-hero--theme-dark .text-button--sans,
.four-cols-theme-blue .text-button--sans,
.four-cols-theme-light-blue .text-button--sans,
.home__hero--theme-blue .text-button--sans,
.banner-theme-blue .text-button--sans,
.banner-theme-light-blue .text-button--sans,
.mem-req-level-bg .text-button--sans,
.resource-links__footer-bg .text-button--sans,
.restricted-notice-bg .text-button--sans,
.search-restricted--theme__blue .text-button--sans,
.three-cols-theme-blue .text-button--sans,
.three-cols-theme-light-blue .text-button--sans,
.color-block-text--theme__blue .text-button--sans-bold,
.color-block-text--theme__light-blue .text-button--sans-bold,
.description-theme-blue .text-button--sans-bold,
.description-theme-light-blue .text-button--sans-bold,
.flagship-event__hero--theme-dark .text-button--sans-bold,
.event-detail-hero--theme-dark .text-button--sans-bold,
.four-cols-theme-blue .text-button--sans-bold,
.four-cols-theme-light-blue .text-button--sans-bold,
.home__hero--theme-blue .text-button--sans-bold,
.banner-theme-blue .text-button--sans-bold,
.banner-theme-light-blue .text-button--sans-bold,
.mem-req-level-bg .text-button--sans-bold,
.resource-links__footer-bg .text-button--sans-bold,
.restricted-notice-bg .text-button--sans-bold,
.search-restricted--theme__blue .text-button--sans-bold,
.three-cols-theme-blue .text-button--sans-bold,
.three-cols-theme-light-blue .text-button--sans-bold,
.color-block-text--theme__blue .text-button--sans-sm,
.color-block-text--theme__light-blue .text-button--sans-sm,
.description-theme-blue .text-button--sans-sm,
.description-theme-light-blue .text-button--sans-sm,
.flagship-event__hero--theme-dark .text-button--sans-sm,
.event-detail-hero--theme-dark .text-button--sans-sm,
.four-cols-theme-blue .text-button--sans-sm,
.four-cols-theme-light-blue .text-button--sans-sm,
.home__hero--theme-blue .text-button--sans-sm,
.banner-theme-blue .text-button--sans-sm,
.banner-theme-light-blue .text-button--sans-sm,
.mem-req-level-bg .text-button--sans-sm,
.resource-links__footer-bg .text-button--sans-sm,
.restricted-notice-bg .text-button--sans-sm,
.search-restricted--theme__blue .text-button--sans-sm,
.three-cols-theme-blue .text-button--sans-sm,
.three-cols-theme-light-blue .text-button--sans-sm,
.color-block-text--theme__blue .text__eyebrow,
.color-block-text--theme__light-blue .text__eyebrow,
.description-theme-blue .text__eyebrow,
.description-theme-light-blue .text__eyebrow,
.flagship-event__hero--theme-dark .text__eyebrow,
.event-detail-hero--theme-dark .text__eyebrow,
.four-cols-theme-blue .text__eyebrow,
.four-cols-theme-light-blue .text__eyebrow,
.home__hero--theme-blue .text__eyebrow,
.banner-theme-blue .text__eyebrow,
.banner-theme-light-blue .text__eyebrow,
.mem-req-level-bg .text__eyebrow,
.resource-links__footer-bg .text__eyebrow,
.restricted-notice-bg .text__eyebrow,
.search-restricted--theme__blue .text__eyebrow,
.three-cols-theme-blue .text__eyebrow,
.three-cols-theme-light-blue .text__eyebrow,
.color-block-text--theme__blue .text__eyebrow--no-spacing,
.color-block-text--theme__light-blue .text__eyebrow--no-spacing,
.description-theme-blue .text__eyebrow--no-spacing,
.description-theme-light-blue .text__eyebrow--no-spacing,
.flagship-event__hero--theme-dark .text__eyebrow--no-spacing,
.event-detail-hero--theme-dark .text__eyebrow--no-spacing,
.four-cols-theme-blue .text__eyebrow--no-spacing,
.four-cols-theme-light-blue .text__eyebrow--no-spacing,
.home__hero--theme-blue .text__eyebrow--no-spacing,
.banner-theme-blue .text__eyebrow--no-spacing,
.banner-theme-light-blue .text__eyebrow--no-spacing,
.mem-req-level-bg .text__eyebrow--no-spacing,
.resource-links__footer-bg .text__eyebrow--no-spacing,
.restricted-notice-bg .text__eyebrow--no-spacing,
.search-restricted--theme__blue .text__eyebrow--no-spacing,
.three-cols-theme-blue .text__eyebrow--no-spacing,
.three-cols-theme-light-blue .text__eyebrow--no-spacing,
.color-block-text--theme__blue .text__eyebrow--underlined,
.color-block-text--theme__light-blue .text__eyebrow--underlined,
.description-theme-blue .text__eyebrow--underlined,
.description-theme-light-blue .text__eyebrow--underlined,
.flagship-event__hero--theme-dark .text__eyebrow--underlined,
.event-detail-hero--theme-dark .text__eyebrow--underlined,
.four-cols-theme-blue .text__eyebrow--underlined,
.four-cols-theme-light-blue .text__eyebrow--underlined,
.home__hero--theme-blue .text__eyebrow--underlined,
.banner-theme-blue .text__eyebrow--underlined,
.banner-theme-light-blue .text__eyebrow--underlined,
.mem-req-level-bg .text__eyebrow--underlined,
.resource-links__footer-bg .text__eyebrow--underlined,
.restricted-notice-bg .text__eyebrow--underlined,
.search-restricted--theme__blue .text__eyebrow--underlined,
.three-cols-theme-blue .text__eyebrow--underlined,
.three-cols-theme-light-blue .text__eyebrow--underlined,
.color-block-text--theme__blue .text-underline,
.color-block-text--theme__light-blue .text-underline,
.description-theme-blue .text-underline,
.description-theme-light-blue .text-underline,
.flagship-event__hero--theme-dark .text-underline,
.event-detail-hero--theme-dark .text-underline,
.four-cols-theme-blue .text-underline,
.four-cols-theme-light-blue .text-underline,
.home__hero--theme-blue .text-underline,
.banner-theme-blue .text-underline,
.banner-theme-light-blue .text-underline,
.mem-req-level-bg .text-underline,
.resource-links__footer-bg .text-underline,
.restricted-notice-bg .text-underline,
.search-restricted--theme__blue .text-underline,
.three-cols-theme-blue .text-underline,
.three-cols-theme-light-blue .text-underline {
  color: #fff;
}

.p__body {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.inline-button:active, .inline-button:focus, .inline-button:hover {
  color: #ff8e47;
  text-decoration-color: #ff8e47;
  background-color: transparent;
}

.inline-button, .inline-button--white {
  font-size: 20px;
}

h2 .heading--1, h2 .heading--2, h2 .heading--3, h2 .learn-card-hero--heading {
  font-weight: 700;
}

#api .intro h2 {
  color: #1c1c1c;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 400;
}
#api .divider {
  border: none;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#api .divider h2:before, #api .divider h2:after {
  background: #000000;
  min-width: 100%;
}
#api .divider:after {
  border: none;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.inline-button--large, .inline-button--large-white, .inline-button, .inline-button--white {
  font-weight: 600;
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  border-bottom: 2px solid #FF6B0F;
  display: inline-block;
  line-height: 0.85;
}

.text-underline, a.text-underline {
  -webkit-text-decoration-color: #FF6B0F;
  -webkit-text-decoration-line: underline;
  -webkit-text-decoration-thickness: 2px;
  text-decoration-color: #FF6B0F;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-position: under;
}

.text-button, .text-button--white {
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  padding-top: 5px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-bottom-link {
  color: #252525;
  font-size: 16px;
  font-weight: 600;
  margin: 0 30px;
}

.p--large-text {
  font-size: 26px;
  line-height: 39px;
}

@media only screen and (min-width: 992px) {
  .mdrt-b2c-container--identity {
    background-image: url("../../images/b2c-login.svg?t=1");
    background-repeat: no-repeat;
    background-position: right top 3rem;
    background-size: 333px auto;
  }
}
::-ms-reveal {
  display: none;
}

.member-resources .top-gap {
  margin: 17.1875rem 0;
}
.member-resources .top-image {
  max-height: 30.625rem;
  object-fit: cover;
  object-position: center 20%;
  width: 100%;
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .member-resources .top-image {
    max-height: 25rem;
  }
}
.member-resources .header-container {
  margin: auto;
  width: 50%;
}
@media only screen and (max-width: 2200px) {
  .member-resources .header-container {
    width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  .member-resources .header-container {
    width: 100%;
  }
}
.member-resources .header-bg {
  background-color: #D6D1C3;
  background-image: url("../images/beige-pattern.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  width: 100%;
}
.member-resources .header--centering {
  align-content: center;
  justify-content: center;
}
.member-resources .header-wrapper {
  display: flex;
  padding: 5rem 2.5rem 0 2.5rem;
}
.member-resources .header-title h1 {
  color: #002855;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1rem;
  margin-top: 0;
}
.member-resources .header-title p {
  color: #000000;
  font-weight: 300;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .member-resources .header-title p {
    margin: 0;
  }
}
.member-resources .header-subtitle {
  padding-bottom: 5rem;
  padding-top: 2.5rem;
}
.member-resources .header-subtitle p {
  font-weight: 500;
  margin: 0;
}
.member-resources .border--first {
  background-color: #fff;
  border: 1px solid #fff;
}
@media only screen and (max-width: 600px) {
  .member-resources .border--first {
    display: none !important;
  }
}
.member-resources .borders {
  padding: 1.5625rem 1.25rem;
}
.member-resources .border-bg {
  background-color: rgba(0, 40, 85, 0.5);
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.875rem;
}
.member-resources .divider-resources {
  border: solid 1px #002855;
  height: 2.5rem;
  margin: auto;
  width: 0;
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .member-resources .divider-resources {
    height: 0;
    margin: auto 0;
    width: 20%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
  .member-resources .divider-resources {
    height: 0;
    margin: auto 0;
    width: 20%;
  }
}
@media only screen and (max-width: 600px) {
  .member-resources .divider-resources {
    height: 0;
    margin: auto 0;
    width: 40%;
  }
}
.member-resources .card {
  border: none;
  border-radius: 0;
}
.member-resources .card,
.member-resources .card-bg {
  background-color: #f7f7f7;
}
.member-resources .card-image-wrapper {
  align-items: center;
  background-color: #001c3c;
  display: flex;
  justify-content: center;
  min-height: 9.375rem;
}
.member-resources .card-height {
  max-height: 40.625rem;
  min-height: 40.625rem;
}
.member-resources .card-wrapper {
  flex: 0 0 25%;
  max-width: 23%;
}
@media only screen and (max-width: 2200px) {
  .member-resources .card-wrapper {
    flex: 0 0 25%;
    max-width: 23%;
  }
}
@media only screen and (max-width: 1900px) {
  .member-resources .card-wrapper {
    flex: 0 0 33%;
    max-width: 28%;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .member-resources .card-wrapper {
    flex: 0 0 50%;
    max-width: 44%;
  }
}
@media only screen and (max-width: 900px) {
  .member-resources .card-wrapper {
    flex: 0 0 100%;
    max-width: 92%;
  }
}
.member-resources .card-body {
  font-weight: 500;
}
.member-resources .card-body .card-text {
  font-weight: 400;
  height: 70%;
  padding-right: 0.9375rem;
}
.member-resources .card-body .card-text h4 {
  color: #002855;
}
.member-resources .card-checkbox {
  height: 4.0625rem;
  max-height: 4.0625rem;
}
.member-resources .custom-checkbox input {
  transition: border 0.5s ease-in-out;
}
.member-resources .custom-checkbox:hover input {
  border: 1px solid #002855;
}
@media only screen and (min-width: 600px) and (max-width: 1200px) {
  .member-resources .list-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .member-resources .list-group div:nth-of-type(3n) {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .member-resources .list-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .member-resources .list-group div:nth-of-type(2n) {
    display: none;
  }
}
.member-resources .list-group div:last-child {
  display: none;
}
.member-resources .pclass {
  height: 6.25rem;
  overflow: auto;
}
.member-resources .headerBackgroundColor {
  color: #FF6B0F;
}
.member-resources .lightBulb {
  text-align: right;
  vertical-align: top;
}
.member-resources .pcardImage {
  display: block;
  height: auto;
  margin: auto;
  max-height: 12.1875rem;
  max-width: 100%;
  width: auto;
}
.member-resources .moduleHeight {
  height: 200px;
}
.member-resources .titleHeight {
  height: auto;
}
.member-resources .navbarScroll {
  background-color: #AA1A2D;
  font-size: 0.7em;
  font-weight: bolder;
  margin-bottom: 0;
}
.member-resources .imageContentFormat {
  cursor: pointer;
}
.member-resources input.larger {
  background-color: #002855;
  height: 1.875rem;
  width: 1.875rem;
}
.member-resources .slider {
  -webkit-appearance: slider-vertical;
  border-radius: 5px;
  height: 40.625rem;
  opacity: 0.7;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  width: 100%;
}
.member-resources .slider::-webkit-slider-runnable-track {
  background: #fff;
  border-radius: 0;
  cursor: pointer;
  width: 0.5625rem;
}
.member-resources .vl {
  border-left: 1px solid green;
  height: 40.375rem;
  position: absolute;
  right: 52%;
  top: 50px;
}
.member-resources u {
  color: #002855;
}
.member-resources u b {
  text-decoration: none;
}
.member-resources u:hover {
  color: #FF6B0F;
}
.member-resources a {
  color: #AA1A2D;
  text-decoration: underline solid #AA1A2D;
  text-decoration-thickness: 2px;
}
.member-resources a:hover, .member-resources a:focus {
  color: #993b00;
  text-decoration-color: #993b00;
}
.member-resources .footer a {
  color: unset;
}

.worksheets-container .worksheets-banner-image {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 26rem;
  justify-content: center;
  max-width: 100%;
}
.worksheets-container .worksheets-subheading {
  align-items: center;
  text-align: center;
}
.worksheets-container .worksheets-list .main-worksheet {
  display: flex;
  position: relative;
  flex-direction: column;
}
.worksheets-container .worksheets-list .main-worksheet__content-wrapper {
  margin-bottom: 150px;
}
.worksheets-container .worksheets-list .main-worksheet__button-container {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.worksheets-container .worksheets-list .main-worksheet__button-container .button {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .worksheets-container .worksheets-list .main-worksheet {
    grid-column: 1/-1;
  }
  .worksheets-container .worksheets-list .main-worksheet__grid-layout {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 4vmin;
  }
  .worksheets-container .worksheets-list .main-worksheet__image-wrapper {
    grid-column: 1/span 2;
    height: 25rem;
    margin-bottom: 0;
  }
  .worksheets-container .worksheets-list .main-worksheet__image.content-list-item__image {
    height: 102%;
  }
  .worksheets-container .worksheets-list .main-worksheet__info-container {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
  }
  .worksheets-container .worksheets-list .main-worksheet__extract {
    display: block;
  }
}
.worksheets-container .worksheets-list .worksheet {
  display: flex;
  position: relative;
  flex-direction: column;
}
.worksheets-container .worksheets-list .worksheet__content-wrapper {
  margin-bottom: 150px;
}
.worksheets-container .worksheets-list .worksheet__button-container {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.worksheets-container .worksheets-list .worksheet__button-container .button {
  width: 100%;
}

.brandassets-container .brandassets-banner-image {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 26rem;
  justify-content: center;
  max-width: 100%;
}
.brandassets-container .brandassets-subheading {
  align-items: center;
  text-align: center;
}
.brandassets-container .brandassets-list .brandasset {
  display: flex;
  position: relative;
  flex-direction: column;
}
.brandassets-container .brandassets-list .brandasset__button-container {
  width: 100%;
}
.brandassets-container .brandassets-list .brandasset__button-container .button {
  width: 100%;
}

.layout-image-background, .layout-image-above {
  overflow: hidden;
}
.layout-image-background.width-100, .layout-image-background.width-50, .layout-image-background.width-33, .layout-image-background.width-29, .layout-image-above.width-100, .layout-image-above.width-50, .layout-image-above.width-33, .layout-image-above.width-29 {
  text-align: center;
}
.layout-image-background.width-100 .button, .layout-image-background.width-50 .button, .layout-image-background.width-33 .button, .layout-image-background.width-29 .button, .layout-image-above.width-100 .button, .layout-image-above.width-50 .button, .layout-image-above.width-33 .button, .layout-image-above.width-29 .button {
  margin-left: auto;
  margin-right: auto;
}
.layout-image-right.width-100, .layout-image-right.width-50, .layout-image-left.width-100, .layout-image-left.width-50 {
  text-align: left;
}
.layout-image-right .section__content, .layout-image-left .section__content {
  align-items: center;
  display: flex;
  width: 100%;
}
.layout-image-right .section__content .contentful-entry__content, .layout-image-left .section__content .contentful-entry__content {
  width: 45%;
}
.layout-image-right .section__content .contentful-entry__image, .layout-image-left .section__content .contentful-entry__image {
  width: 65%;
}
@media screen and (max-width: 1024px) {
  .layout-image-right .section__content .contentful-entry__content, .layout-image-left .section__content .contentful-entry__content {
    width: 50%;
  }
  .layout-image-right .section__content .contentful-entry__image, .layout-image-left .section__content .contentful-entry__image {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .layout-image-right .section__content .contentful-entry__content, .layout-image-left .section__content .contentful-entry__content {
    width: 100%;
  }
}
.layout-image-right .section__content .contentful-entry__image {
  margin-left: 4.375rem;
}
@media screen and (max-width: 1024px) {
  .layout-image-right.width-33 .contentful-entry__content, .layout-image-right.width-29 .contentful-entry__content {
    width: 100%;
  }
}
.layout-image-left .section__content .contentful-entry__image {
  margin-right: 4.375rem;
}
@media screen and (max-width: 1024px) {
  .layout-image-left.width-33 .contentful-entry__content, .layout-image-left.width-29 .contentful-entry__content {
    width: 100%;
  }
}
.layout-image-above.width-100 .contentful-entry__image, .layout-image-above.width-50 .contentful-entry__image {
  max-height: 100%;
  width: 100%;
}
.layout-image-above .section__content .contentful-entry__image {
  display: flex;
  margin-bottom: 0.875rem;
}
.layout-image-above-columns .section__content {
  display: flex;
  flex-direction: column;
}
.layout-image-above-columns .section__content .contentful-entry__icon,
.layout-image-above-columns .section__content [class*=heading] {
  align-self: center;
}
.layout-image-above-columns .section__content .contentful-entry__icon {
  max-width: 100%;
  width: 21.875rem;
}
.layout-image-above-columns ul {
  column-gap: 1.875rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.contentful-page__hero {
  position: relative;
}
.contentful-page__hero-image {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 25.9375rem;
  justify-content: center;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .contentful-page__hero-image {
    max-height: 21.875rem;
  }
}
@media screen and (max-width: 768px) {
  .contentful-page__hero-image {
    max-height: 15.625rem;
    min-height: 15.625rem;
  }
}
.contentful-page__hero--new-landing-narrow .contentful-page__hero-image {
  height: 15.625rem;
}
@media screen and (max-width: 1024px) {
  .contentful-page__hero--new-landing-narrow .contentful-page__hero-image {
    max-height: 17.5rem;
  }
}
@media screen and (max-width: 768px) {
  .contentful-page__hero--new-landing-narrow .contentful-page__hero-image {
    max-height: 15.625rem;
    min-height: 15.625rem;
  }
}
.contentful-page__hero--new-landing .contentful-page__hero-image {
  height: 46.875rem;
}
@media screen and (max-width: 1024px) {
  .contentful-page__hero--new-landing .contentful-page__hero-image {
    max-height: 28.125rem;
  }
}
@media screen and (max-width: 768px) {
  .contentful-page__hero--new-landing .contentful-page__hero-image {
    max-height: 28.125rem;
  }
}
.contentful-page__hero-image:not(.contentful-page__hero--landing .contentful-page__hero-image, .contentful-page__hero--landing-with-title .contentful-page__hero-image, .contentful-page__hero--new-landing .contentful-page__hero-image, .contentful-page__hero--join .contentful-page__hero-image):after {
  background: linear-gradient(90deg, #001c3c, rgba(0, 40, 85, 0) 100%);
  bottom: 0;
  content: "";
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .contentful-page__hero-image:not(.contentful-page__hero--landing .contentful-page__hero-image, .contentful-page__hero--landing-with-title .contentful-page__hero-image, .contentful-page__hero--new-landing .contentful-page__hero-image, .contentful-page__hero--join .contentful-page__hero-image):after {
    background: linear-gradient(90deg, #001c3c, rgba(0, 40, 85, 0.8) 100%);
  }
}
.contentful-page__hero .section {
  background-color: transparent;
  height: 100%;
  left: 0;
  padding-bottom: 0;
  padding-top: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.contentful-page__hero .section__content {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contentful-page__hero--landing .section__content h2 {
  color: #AA1A2D;
  font-weight: 300;
}
@media screen and (min-width: 480px) {
  .contentful-page__hero--landing .section__content h2 {
    font-size: 3.1875rem;
  }
}
.contentful-page__hero--landing a {
  border: 4px solid #000000;
  border-color: #FF6B0F;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.625rem;
  font-weight: 700;
  justify-content: center;
  margin-top: 1.875rem;
  padding: 0.625rem 1.25rem;
  white-space: nowrap;
  width: min-content;
}
.contentful-page__hero--landing a:after {
  content: "\f178";
  font-family: "MDRT-CFL-Icons";
  font-weight: 500;
  font-size: 1rem;
  margin: auto 0 auto 0.625rem;
}
.contentful-page__hero--landing a:hover, .contentful-page__hero--landing a:checked, .contentful-page__hero--landing a:focus {
  color: #FF6B0F;
}
.contentful-page__hero--landing a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .contentful-page__hero--landing a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .contentful-page__hero--landing a {
    font-size: 1.125rem;
  }
}
.contentful-page__hero--landing p {
  max-width: 60%;
}
.contentful-page__hero--landing-with-title .contentful-page__hero-image {
  height: auto;
  min-height: 25.9375rem;
  max-height: none;
}
.contentful-page__hero--landing-with-title .section {
  position: static;
}
.contentful-page__hero--landing-with-title .section__content {
  align-items: center;
  column-gap: 1.875rem;
  flex-direction: row;
  justify-content: space-between;
  max-width: 90rem;
  padding: 1.25rem 1.875rem;
}
@media screen and (max-width: 1440px) {
  .contentful-page__hero--landing-with-title .section__content {
    padding: 1.25rem 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .contentful-page__hero--landing-with-title .section__content {
    flex-direction: column;
    padding: 0.625rem 1.25rem;
  }
}
.contentful-page__hero--landing-with-title .section__content .contentful-page__hero-icon {
  width: 21rem;
}
.contentful-page__hero--landing-with-title .section__content .contentful-page__hero-text {
  color: #002855;
  max-width: 55%;
}
@media screen and (max-width: 768px) {
  .contentful-page__hero--landing-with-title .section__content .contentful-page__hero-text {
    max-width: 100%;
  }
}
.contentful-page__hero--landing-with-title .section__content .contentful-page__hero-text h1 {
  font-weight: 300;
}
@media screen and (min-width: 1024px) {
  .contentful-page__hero--landing-with-title .section__content .contentful-page__hero-text h1 {
    font-size: 2.375rem;
  }
}
.contentful-page__hero--landing-with-title .section__content .contentful-page__hero-text p {
  font-size: 0.875rem;
  font-weight: 300;
}
.contentful-page__hero--new-landing .section, .contentful-page__hero--new-landing-narrow .section {
  align-items: flex-start;
  box-sizing: content-box;
  left: 48%;
  margin-left: 3rem;
  max-width: 75rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 6.25rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .contentful-page__hero--new-landing .section:not(--new-landing), .contentful-page__hero--new-landing-narrow .section:not(--new-landing) {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .contentful-page__hero--new-landing .section, .contentful-page__hero--new-landing-narrow .section {
    align-items: center;
    left: 50%;
    margin-left: 0;
    max-width: calc(100vw - 2rem);
    padding-top: 5rem;
    text-align: center;
  }
  .contentful-page__hero--new-landing .section:not(--new-landing), .contentful-page__hero--new-landing-narrow .section:not(--new-landing) {
    padding-top: 3.125rem;
  }
}
@media screen and (max-width: 480px) {
  .contentful-page__hero--new-landing .section, .contentful-page__hero--new-landing-narrow .section {
    padding-top: 1.25rem;
  }
}
.contentful-page__hero--new-landing .section__content, .contentful-page__hero--new-landing-narrow .section__content {
  background: linear-gradient(90deg, rgba(0, 40, 85, 0.9), rgba(255, 255, 255, 0) 100%);
  border-left: 7px solid #FF6B0F;
  color: #fff;
  height: auto;
  margin: 0;
  max-width: 50%;
  min-width: fit-content;
  padding: 2rem;
}
.contentful-page__hero--new-landing h2, .contentful-page__hero--new-landing h3, .contentful-page__hero--new-landing h4, .contentful-page__hero--new-landing h5, .contentful-page__hero--new-landing-narrow h2, .contentful-page__hero--new-landing-narrow h3, .contentful-page__hero--new-landing-narrow h4, .contentful-page__hero--new-landing-narrow h5 {
  color: #fff;
  letter-spacing: 1px;
}
.contentful-page__hero--new-landing p, .contentful-page__hero--new-landing-narrow p {
  font-size: 2.1875rem;
}
.contentful-page__hero--new-landing a, .contentful-page__hero--new-landing-narrow a {
  border: 2px solid #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.3125rem;
  font-weight: 400;
  justify-content: center;
  margin: 0;
  margin-top: 3rem;
  padding: 0.5625rem 0.9375rem;
  white-space: nowrap;
  width: min-content;
}
.contentful-page__hero--new-landing a span + i,
.contentful-page__hero--new-landing a i + span, .contentful-page__hero--new-landing-narrow a span + i,
.contentful-page__hero--new-landing-narrow a i + span {
  margin-left: 0.625rem;
}
.contentful-page__hero--new-landing a i, .contentful-page__hero--new-landing-narrow a i {
  margin-left: 0.625rem;
}
.contentful-page__hero--new-landing a:after, .contentful-page__hero--new-landing-narrow a:after {
  content: "\f178";
  font-family: "MDRT-CFL-Icons";
  font-weight: 500;
  font-size: 1rem;
  margin: auto 0 auto 0.625rem;
}
.contentful-page__hero--new-landing a:hover, .contentful-page__hero--new-landing a:checked, .contentful-page__hero--new-landing a:focus, .contentful-page__hero--new-landing-narrow a:hover, .contentful-page__hero--new-landing-narrow a:checked, .contentful-page__hero--new-landing-narrow a:focus {
  border-color: #FF6B0F;
  color: #FF6B0F;
}
.contentful-page__hero--new-landing a:hover, .contentful-page__hero--new-landing-narrow a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .contentful-page__hero--new-landing a, .contentful-page__hero--new-landing-narrow a {
    font-size: 1.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  .contentful-page__hero--new-landing a, .contentful-page__hero--new-landing-narrow a {
    font-size: 1.125rem;
  }
}
.contentful-page__hero--join .section {
  height: 100%;
  justify-content: center;
}
.contentful-page__hero--join .section__content {
  height: auto;
}
.contentful-page__hero--join .section__content h1 {
  color: #002855;
}
@media screen and (max-width: 768px) {
  .contentful-page__hero--join .section__content {
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.contentful-page__hero--join a {
  border: 2px solid #002855;
  color: #002855;
  cursor: pointer;
  display: flex;
  font-size: 1.3125rem;
  justify-content: center;
  margin: 0;
  margin-top: 3rem;
  padding: 0.5625rem 0.9375rem;
  white-space: nowrap;
  width: min-content;
}
.contentful-page__hero--join a span + i,
.contentful-page__hero--join a i + span {
  margin-left: 0.625rem;
}
.contentful-page__hero--join a i {
  margin-left: 0.625rem;
}
.contentful-page__hero--join a:after {
  content: "\f178";
  font-family: "MDRT-CFL-Icons";
  font-weight: 500;
  font-size: 1rem;
  margin: auto 0 auto 0.625rem;
}
.contentful-page__hero--join a:hover, .contentful-page__hero--join a:checked, .contentful-page__hero--join a:focus {
  border-color: #AA1A2D;
  color: #AA1A2D;
}
.contentful-page__hero--join a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .contentful-page__hero--join a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .contentful-page__hero--join a {
    font-size: 1.125rem;
  }
}
.contentful-page__hero:not(.contentful-page__hero--landing, .contentful-page__hero--landing-with-title, .contentful-page__hero--new-landing) h1 {
  margin-top: 1.875rem;
  max-width: 50%;
}
@media screen and (max-width: 1024px) {
  .contentful-page__hero:not(.contentful-page__hero--landing, .contentful-page__hero--landing-with-title, .contentful-page__hero--new-landing) h1 {
    max-width: 70%;
  }
}
@media print {
  .contentful-page__hero {
    display: none;
  }
}

.contentful-entry {
  z-index: 2;
}
.contentful-entry blockquote {
  border-radius: 5px;
  border-left: 5px solid;
  font-style: italic;
  padding-left: 1.5625rem;
}
.contentful-entry blockquote p {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.contentful-entry .section__content--align-left hr {
  margin-right: auto;
  margin-left: 0;
}
.contentful-entry .section__content--align-right hr {
  margin-left: auto;
  margin-right: 0;
}
.contentful-entry hr {
  width: 2rem;
  height: 4px;
  background-color: #FF6B0F;
  margin: 1rem auto;
  border: none;
}
.contentful-entry__paragraph {
  margin-bottom: 1.25rem;
}
.contentful-entry p:not(.contentful-entry__paragraph) {
  min-height: 1rem;
}
.contentful-entry ul {
  text-align: left;
}
.contentful-entry ul,
.contentful-entry ol {
  padding-left: 1.5625rem;
}
.contentful-entry code {
  color: #002855;
}
.contentful-entry a:not(.button) {
  text-decoration: underline;
}
.contentful-entry a:not(.button):hover {
  color: #000000;
}
.contentful-entry__image {
  width: calc(100% + 5rem);
}
@media screen and (max-width: 768px) {
  .contentful-entry__image {
    display: none;
  }
}
.contentful-entry__icon {
  padding-bottom: 0.9375rem;
  max-width: 9.375rem;
}
@media screen and (max-width: 480px) {
  .contentful-entry__icon {
    padding-bottom: 0.625rem;
  }
}
.contentful-entry .button + .button {
  margin-top: 1.25rem;
}
.contentful-entry.blue-bg {
  background-color: #002855;
  color: #fff;
}
.contentful-entry.blue-bg.width-100 .heading--h2 {
  font-weight: 700;
}
.contentful-entry.blue-bg hr {
  background-color: #fff;
}
.contentful-entry.blue-bg blockquote {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.contentful-entry.blue-bg a:not(.button):hover {
  color: #ff8e47;
}
.contentful-entry.blue-bg code {
  color: #FF6B0F;
}
.contentful-entry.blue-bg .button:not(.button--link) {
  border-color: #fff;
  color: #fff;
}
.contentful-entry.blue-bg .button:not(.button--link):hover, .contentful-entry.blue-bg .button:not(.button--link):checked, .contentful-entry.blue-bg .button:not(.button--link):focus {
  border-color: #FF6B0F;
  color: #FF6B0F;
}
.contentful-entry.blue-bg .button--link {
  color: #FF6B0F;
}
.contentful-entry.blue-bg .button--link:hover, .contentful-entry.blue-bg .button--link:focus {
  color: #993b00;
}
.contentful-entry.red-bg {
  background-color: #AA1A2D;
  color: #fff;
}
.contentful-entry.red-bg.width-100 .heading--h2 {
  font-weight: 700;
}
.contentful-entry.red-bg hr {
  background-color: #fff;
}
.contentful-entry.red-bg blockquote {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.contentful-entry.red-bg a:not(.button):hover {
  color: #FF6B0F;
}
.contentful-entry.red-bg code {
  color: #FF6B0F;
}
.contentful-entry.red-bg .button:not(.button--link) {
  border-color: #fff;
  color: #fff;
}
.contentful-entry.red-bg .button:not(.button--link):hover, .contentful-entry.red-bg .button:not(.button--link):checked, .contentful-entry.red-bg .button:not(.button--link):focus {
  border-color: #bcbec0;
  color: #bcbec0;
}
.contentful-entry.red-bg .button--link {
  color: #FF6B0F;
}
.contentful-entry.red-bg .button--link:hover, .contentful-entry.red-bg .button--link:focus {
  color: #993b00;
}
.contentful-entry.white-bg {
  background-color: #fff;
}
.contentful-entry.white-bg.layout-image-left .heading--h2, .contentful-entry.white-bg.layout-image-left .heading--h2 {
  color: #002855;
  font-weight: 700;
}
.contentful-entry.white-bg a:not(.button--link, .button--award, .button--blue) {
  color: #000000;
}
.contentful-entry.white-bg a:not(.button--link, .button--award, .button--blue):hover, .contentful-entry.white-bg a:not(.button--link, .button--award, .button--blue):focus {
  color: #993b00;
}
.contentful-entry.white-bg a:not(.button) {
  color: #AA1A2D;
}
.contentful-entry.white-bg .button:not(.button--link) {
  border-color: #002855;
  color: #002855;
}
.contentful-entry.white-bg .button:not(.button--link):hover, .contentful-entry.white-bg .button:not(.button--link):checked, .contentful-entry.white-bg .button:not(.button--link):focus {
  border-color: #AA1A2D;
  color: #AA1A2D;
}
.contentful-entry.white-bg blockquote {
  border-left-color: rgba(0, 0, 0, 0.5);
}
.contentful-entry.beige-bg {
  background-color: #D6D1C3;
  color: #002855;
}
.contentful-entry.beige-bg.layout-image-left .heading--h2, .contentful-entry.beige-bg.layout-image-left .heading--h2 {
  color: #002855;
  font-weight: 700;
}
.contentful-entry.beige-bg a:not(.button--link, .button--award, .button--blue) {
  color: #000000;
}
.contentful-entry.beige-bg a:not(.button--link, .button--award, .button--blue):hover, .contentful-entry.beige-bg a:not(.button--link, .button--award, .button--blue):focus {
  color: #993b00;
}
.contentful-entry.beige-bg a:not(.button) {
  color: #AA1A2D;
}
.contentful-entry.beige-bg .button:not(.button--link) {
  border-color: #002855;
  color: #002855;
}
.contentful-entry.beige-bg .button:not(.button--link):hover, .contentful-entry.beige-bg .button:not(.button--link):checked, .contentful-entry.beige-bg .button:not(.button--link):focus {
  border-color: #AA1A2D;
  color: #AA1A2D;
}
.contentful-entry.beige-bg blockquote {
  border-left-color: rgba(0, 0, 0, 0.5);
}
.contentful-entry--shadow-border {
  box-shadow: 0 16px 16px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  .contentful-entry--shadow-border {
    margin: 5rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .contentful-entry--shadow-border {
    margin: 1.25rem;
  }
}
.contentful-entry--shadow-border .section__content {
  padding: 2rem;
  padding-top: 3rem;
}
.contentful-entry--shadow-border.layout-image-above {
  padding: 0;
}
.contentful-entry--shadow-border.layout-image-above .section__content {
  padding-top: 0;
}

.width-100 {
  padding-left: 11.25rem;
  padding-right: 11.25rem;
  width: 100%;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .width-100 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media screen and (max-width: 768px) {
  .width-100 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .width-100 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  .width-100 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .width-100 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.width-100 .section__content {
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
}

@media screen and (max-width: 768px) {
  .width-50 {
    padding-left: 11.25rem;
    padding-right: 11.25rem;
    width: 100%;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    align-items: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .width-50 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .width-50 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .width-50 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .width-50 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .width-50 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .width-50 {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
  }
  .width-50 .section__content {
    max-width: 37.5rem;
    padding: 5rem 4.375rem;
  }
}
@media screen and (max-width: 1440px) {
  .width-50 {
    padding-left: 11.25rem;
    padding-right: 11.25rem;
    width: 100%;
  }
}
@media screen and (max-width: 1440px) and (max-width: 1024px) {
  .width-50 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 768px) {
  .width-50 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 1440px) and (max-width: 480px) {
  .width-50 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.width-33 {
  text-align: center;
}
@media screen and (max-width: 480px) {
  .width-33 {
    padding-left: 11.25rem;
    padding-right: 11.25rem;
    width: 100%;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 1024px) {
  .width-33 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .width-33 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .width-33 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 1024px) {
  .width-33 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .width-33 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (min-width: 480px) {
  .width-33 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .width-33 .section__content {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .width-33 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0;
  }
  .width-33 .section__content {
    max-width: 25rem;
  }
}
@media screen and (min-width: 1200px) {
  .width-33 {
    flex: 0 0 calc((100% - 25rem) / 2);
    max-width: calc((100% - 25rem) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .width-33 .contentful-entry__image {
    display: none;
  }
}

.width-29 .section__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 480px) {
  .width-29 {
    padding-left: 11.25rem;
    padding-right: 11.25rem;
    width: 100%;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 1024px) {
  .width-29 {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .width-29 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 480px) {
  .width-29 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 1024px) {
  .width-29 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media screen and (max-width: 480px) and (max-width: 768px) {
  .width-29 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media screen and (min-width: 480px) {
  .width-29 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .width-29 .section__content {
    padding: 2.5rem;
  }
  .width-29.layout-image-above .section__content {
    padding: 0 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .width-29 {
    flex: 0 0 28.5%;
    max-width: 28.5%;
    padding: 0;
  }
  .width-29 .section__content {
    max-width: 21.4285714286rem;
  }
}
@media screen and (min-width: 1200px) {
  .width-29 {
    flex: 0 0 calc((100% - 21.4285714286rem) / 2);
    max-width: calc((100% - 21.4285714286rem) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .width-29 .contentful-entry__image {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .placement-right.width-50 {
    padding-left: 0;
  }
  .placement-right.width-50 .section__content {
    margin-left: 0;
    margin-right: auto;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .placement-right.width-33, .placement-right.width-29 {
    margin-left: 0;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .placement-right.width-33 + .placement-left .section__content, .placement-right.width-29 + .placement-left .section__content {
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .placement-right.width-33 .section__content, .placement-right.width-29 .section__content {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .placement-right.width-33 .section__content, .placement-right.width-29 .section__content {
    padding-left: 1.25rem;
    padding-right: 4.375rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .placement-right.width-33 .section__content, .placement-right.width-29 .section__content {
    padding-right: 6.25rem;
  }
}
@media screen and (min-width: 768px) {
  .placement-left.width-50 {
    padding-right: 0;
  }
  .placement-left.width-50 .section__content {
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .placement-left.width-33, .placement-left.width-29 {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .placement-left.width-33 + .placement-right .section__content, .placement-left.width-29 + .placement-right .section__content {
    padding-left: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .placement-left.width-33 .section__content, .placement-left.width-29 .section__content {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .placement-left.width-33 .section__content, .placement-left.width-29 .section__content {
    padding-left: 4.375rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .placement-left.width-33 .section__content, .placement-left.width-29 .section__content {
    padding-left: 6.25rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .placement-center.width-33 .section__content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .placement-center.width-33 {
    margin: 0;
    max-width: 25rem;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .placement-center.width-29 .section__content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .placement-center.width-29 {
    max-width: 21.4285714286rem;
    overflow: hidden;
  }
}

.contentful-page__content contentful-rich-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contentful-page__content--plain p {
  margin: 1rem 0;
}
.contentful-page__content--plain p + h1,
.contentful-page__content--plain p + h2,
.contentful-page__content--plain p + h3,
.contentful-page__content--plain p + h4,
.contentful-page__content--plain p + h5,
.contentful-page__content--plain p + h6,
.contentful-page__content--plain ul + h1,
.contentful-page__content--plain ul + h2,
.contentful-page__content--plain ul + h3,
.contentful-page__content--plain ul + h4,
.contentful-page__content--plain ul + h5,
.contentful-page__content--plain ul + h6,
.contentful-page__content--plain ol + h1,
.contentful-page__content--plain ol + h2,
.contentful-page__content--plain ol + h3,
.contentful-page__content--plain ol + h4,
.contentful-page__content--plain ol + h5,
.contentful-page__content--plain ol + h6 {
  margin-top: 3rem;
}
.contentful-page__content--plain h1,
.contentful-page__content--plain h2 {
  margin: 1rem 0;
}
.contentful-page__content--plain h3,
.contentful-page__content--plain h4,
.contentful-page__content--plain h5,
.contentful-page__content--plain h6 {
  margin: 1rem 0;
}
.contentful-page__content--plain h1,
.contentful-page__content--plain h2,
.contentful-page__content--plain h4,
.contentful-page__content--plain h5 {
  font-weight: 700;
}
.contentful-page__content--plain h4 {
  font-size: 1rem;
}
.contentful-page__content--plain h1,
.contentful-page__content--plain h4,
.contentful-page__content--plain h5 {
  color: #002855;
}
.contentful-page__content--plain h2 {
  color: #AA1A2D;
}
.contentful-page__content--plain a:not(.button) {
  color: #AA1A2D;
  font-weight: 500;
  text-decoration: underline solid #AA1A2D;
  text-decoration-thickness: 2px;
}
.contentful-page__content--plain a:not(.button):hover, .contentful-page__content--plain a:not(.button):focus {
  color: #993b00;
  text-decoration-color: #993b00;
}
.contentful-page__content--plain .button {
  margin: 0.9375rem 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .contentful-page__content--plain .button {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .contentful-page__content--plain .button {
    margin-bottom: 0.9375rem;
  }
}
.contentful-page--join .section__content {
  min-height: 34.375rem;
}
@media screen and (max-width: 768px) {
  .contentful-page--join .section__content {
    min-height: auto;
  }
}
.contentful-page--join .section__content > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contentful-page--join .section__content > div .button {
  margin-top: auto;
}