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

.link--cta, .wysiwyg a.cta-link, .field--name-field-cta.field--type-link {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  padding-right: 32px;
  font-size: 13px;
  text-transform: uppercase;
}
.link--cta:after, .wysiwyg a.cta-link:after, .field--name-field-cta.field--type-link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("../images/optimized/cta-arrow.svg") no-repeat;
  transition: transform 500ms ease;
}
.link--cta:hover:after, .wysiwyg a.cta-link:hover:after, .field--name-field-cta.field--type-link:hover:after {
  transform: translateY(-50%) translateX(5px);
}

.wysiwyg {
  padding: 50px 0 0 0;
}
.banner + .wysiwyg {
  padding-top: 0;
}
.banner__lead-in + .wysiwyg {
  padding-top: 20px;
}
.node--type-base-page .wysiwyg {
  padding-right: 370px;
}
.node--type-base-page.has-sidebar .wysiwyg {
  padding-right: 0px;
}
@media (max-width: 480px) {
  .wysiwyg {
    padding-top: 20px;
  }
}
.wysiwyg .indent1 {
  margin-left: 40px;
}
.wysiwyg .indent2 {
  margin-left: 80px;
}
.wysiwyg .indent3 {
  margin-left: 120px;
}
.wysiwyg .indent4 {
  margin-left: 160px;
}
.wysiwyg .align-left {
  text-align: left;
}
.wysiwyg .align-center {
  text-align: center;
}
.wysiwyg .align-center.embedded-entity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.wysiwyg .align-right {
  text-align: right;
}
.wysiwyg .align-justify {
  text-align: justify;
}
.wysiwyg img.align-right, .wysiwyg img.align-left {
  max-width: 50%;
}
.wysiwyg img.align-left {
  padding-right: 15px;
}
.wysiwyg img.align-right {
  padding-left: 15px;
}
.wysiwyg img:after, .wysiwyg img:before {
  content: "";
  display: block;
  clear: both;
}
.wysiwyg span.pullquote-quote {
  padding: 20px;
  width: 50%;
}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #16190C;
  line-height: 1.2;
  text-transform: none;
}
.wysiwyg h1 a:after, .wysiwyg h2 a:after, .wysiwyg h3 a:after, .wysiwyg h4 a:after, .wysiwyg h5 a:after, .wysiwyg h6 a:after {
  display: none;
}
.wysiwyg h1 {
  padding: 0 0 15px 0;
  font-size: 34px;
}
.wysiwyg h2 {
  padding: 0 0 10px;
  font-size: 24px;
  color: #941E2F;
}
.wysiwyg h3 {
  padding: 10px 0 5px;
  font-size: 18px;
  letter-spacing: 0.16px;
}
.wysiwyg h4 {
  padding-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}
.wysiwyg h5, .wysiwyg h6 {
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .wysiwyg h1 {
    font-size: 34px;
  }
  .wysiwyg h2 {
    font-size: 22px;
  }
  .wysiwyg h4 {
    font-size: 18px;
  }
}
.wysiwyg ul {
  padding-left: 20px;
  list-style: none;
  margin-top: 0;
}
.wysiwyg ul li {
  position: relative;
  margin: 5px 0;
  padding-left: 15px;
}
.wysiwyg ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 0;
  left: 0;
  transform: translateY(9px);
  border-radius: 50%;
  background: #721523;
}
.wysiwyg a {
  position: relative;
  color: inherit;
  text-decoration: none;
  transition: box-shadow 500ms ease;
}
.wysiwyg a:not(.cta-link) {
  box-shadow: 0 3px #207588;
}
.wysiwyg a:not(.cta-link):hover {
  box-shadow: 0 3px #11375B;
}
.wysiwyg a.cta-button {
  background: #207588;
  border-radius: 25px;
  width: auto;
  text-align: center;
  transition: all 500ms ease;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 850px) {
  .wysiwyg a.cta-button {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.wysiwyg a.cta-button:hover {
  color: #fff;
  background: #11375B;
}
.wysiwyg hr {
  border-bottom: 1px solid #7A7F84;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.2em 0;
}
.wysiwyg ul,
.wysiwyg ol {
  margin: 0 0 20px 0;
}
.wysiwyg p, .wysiwyg__2-col {
  margin: 0 0 20px 0;
}
.wysiwyg p:last-child, .wysiwyg__2-col:last-child {
  margin-bottom: 0;
}
.wysiwyg__2-col {
  float: left;
  width: 50%;
}
@media (max-width: 480px) {
  .wysiwyg__2-col {
    float: none;
    width: 100%;
    padding: none !important;
  }
}
.wysiwyg__2-col:nth-of-type(even) {
  padding-left: 7.5px;
}
.wysiwyg__2-col:nth-of-type(odd) {
  padding-right: 7.5px;
}
.wysiwyg__2-col:after, .wysiwyg__2-col:before {
  content: "";
  display: block;
  clear: both;
}
.wysiwyg__img-inline img {
  max-width: 50%;
}
.wysiwyg__img-inline img.align-left {
  padding-right: 15px;
}
.wysiwyg__img-inline img.align-right {
  padding-left: 15px;
}
.wysiwyg__img-inline img:after, .wysiwyg__img-inline img:before {
  content: "";
  display: block;
  clear: both;
}
.wysiwyg th {
  vertical-align: bottom;
}
.wysiwyg td {
  vertical-align: top;
}
.wysiwyg .embedded-entity.align-left {
  margin-right: 15px;
  margin-bottom: 15px;
}
.wysiwyg .embedded-entity.align-right {
  margin-left: 15px;
  margin-bottom: 15px;
}
.wysiwyg .embedded-entity.align-center {
  margin-bottom: 15px;
  margin-top: 15px;
}
.wysiwyg .embedded-entity a {
  box-shadow: initial;
}
.wysiwyg .embedded-entity a:hover {
  box-shadow: initial;
}

.wysiwyg-cols {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 960px) {
  .wysiwyg-cols {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
.wysiwyg-cols > .cols-item {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}

@media (min-width: 960px) {
  body:not(.cke_editable) .wysiwyg-cols.wysiwyg-cols-2 > .cols-item {
    -ms-flex: 0 0 calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
  }
}
@media (min-width: 768px) {
  body:not(.cke_editable) .wysiwyg-cols.wysiwyg-cols-3 > .cols-item {
    -ms-flex: 0 0 calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
  }
}
@media (min-width: 960px) {
  body:not(.cke_editable) .wysiwyg-cols.wysiwyg-cols-3 > .cols-item {
    -ms-flex: 0 0 calc(33% - 8px);
        flex: 0 0 calc(33% - 8px);
  }
}
@media (min-width: 768px) {
  body:not(.cke_editable) .wysiwyg-cols.wysiwyg-cols-4 > .cols-item {
    -ms-flex: 0 0 calc(50% - 8px);
        flex: 0 0 calc(50% - 8px);
  }
}
@media (min-width: 960px) {
  body:not(.cke_editable) .wysiwyg-cols.wysiwyg-cols-4 > .cols-item {
    -ms-flex: 0 0 calc(33% - 8px);
        flex: 0 0 calc(33% - 8px);
  }
}
@media (min-width: 1024px) {
  body:not(.cke_editable) .wysiwyg-cols.wysiwyg-cols-4 > .cols-item {
    -ms-flex: 0 0 calc(25% - 8px);
        flex: 0 0 calc(25% - 8px);
  }
}

.ck-content .wysiwyg-cols > .cols-item {
  border: 1px dashed #7A7F84;
  padding: 1rem;
}
.ck-content .wysiwyg-cols.wysiwyg-cols-2 > .cols-item {
  -ms-flex: 0 0 calc(50% - 8px);
      flex: 0 0 calc(50% - 8px);
}
.ck-content .wysiwyg-cols.wysiwyg-cols-3 > .cols-item {
  -ms-flex: 0 0 calc(33% - 8px);
      flex: 0 0 calc(33% - 8px);
}
.ck-content .wysiwyg-cols.wysiwyg-cols-4 > .cols-item {
  -ms-flex: 0 0 calc(25% - 8px);
      flex: 0 0 calc(25% - 8px);
}