/*! normalize.css simplified version*/
hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

html {
  font-size: 62.5%;
  /* Sets base to 10px */
  line-height: 1.15;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #000000 #ffffff;
  -webkit-text-size-adjust: 100%;
}

html::-webkit-scrollbar {
  width: 0.8rem;
}

html::-webkit-scrollbar-track {
  background: #ffffff;
}

html::-webkit-scrollbar-thumb {
  border: 0;
  border-radius: 0;
  background-color: #000000;
}

html,
button,
input,
select,
textarea {
  font-family: canada-type-gibson, sans-serif;
}

body {
  margin: 0;
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  color: #000000;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.85714;
}

@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1.1875;
  }
}

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

.admin-bar #page {
  min-height: calc(100vh - 32px);
}

@media (max-width: 781px) {
  .admin-bar #page {
    min-height: calc(100vh - 46px);
  }
}

@media (max-width: 599px) {
  .admin-bar #page {
    min-height: 100vh;
  }
}

#page .page-content--index {
  padding: 5rem 0;
}

@media (min-width: 768px) {
  #page .page-content--index {
    padding: 12rem 0;
  }
}

figure {
  margin: 0;
}

img,
svg {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

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

nav li {
  display: inline-block;
}

.screen-reader-text {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  margin: -1px;
  word-wrap: normal !important;
  border: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

.h {
  margin: 0;
  font-family: ivyjournal, sans-serif;
  font-weight: 600;
  font-style: italic;
}

.embed-container {
  height: auto;
  max-width: 100%;
  padding-bottom: 56.25%;
  background: #f6f6f6;
  position: relative;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

html.user-tab-nav a:focus, html.user-tab-nav
button:focus, html.user-tab-nav
input:focus, html.user-tab-nav
select:focus, html.user-tab-nav
textarea:focus {
  outline: 2px solid blue;
  outline-offset: 0;
}

a {
  font-weight: inherit;
  color: #de4826;
  text-decoration: none;
}

.page-content a:not([class]),
.rich-text a {
  transition: background-size 0.25s ease 0s, color 0.25s ease;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 0% 1px;
}

.page-content a:not([class]):hover,
.rich-text a:hover {
  background-size: 100% 1px;
  background-position: 0 100%;
}

.page-content a:not([class]):hover,
.rich-text a:hover {
  color: #003557;
}

a img {
  border: 0;
}

a:focus, a:hover {
  color: #222222;
}

p {
  margin: 0 0 2.4rem;
}

b, strong {
  font-weight: 500;
}

hr {
  margin: 4rem 0;
  border-top: 1px solid #000000;
}

::selection {
  color: #ffffff;
  background: #005F71;
}

::-moz-selection {
  color: #ffffff;
  background: #005F71;
}

.wp-caption {
  width: auto !important;
}

.wp-caption figure {
  width: auto !important;
  margin: 0;
}

.alignleft,
.wp-block-image .alignleft {
  float: left;
  margin: 0 2.5rem 2rem 0;
}

.alignright,
.wp-block-image .alignright {
  float: right;
  margin: 0 0 2rem 2.5rem;
}

.alignnone,
.wp-block-image .alignnone {
  display: inline-block;
  max-width: 100%;
}

.aligncenter,
.wp-block-image .aligncenter {
  clear: both;
  margin: 2rem auto;
  text-align: center;
}

.has-text-uppercase {
  text-transform: uppercase;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

.has-text-align-center {
  text-align: center;
}

.has-large-font-size {
  font-size: 2rem;
  line-height: 1.3;
}

.has-normal-font-size,
.has-regular-font-size {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.1875;
}

.is-style-subheading {
  margin-bottom: 2.4rem;
  font-weight: 600;
  color: #003557;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1.4;
}

.is-content-justification-top-center {
  align-items: flex-start;
  justify-content: center;
}

.is-content-justification-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.is-content-justification-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.is-content-justification-center-center {
  align-items: center;
  justify-content: center;
}

.is-content-justification-center-left {
  align-items: center;
  justify-content: flex-start;
}

.is-content-justification-center-right {
  align-items: center;
  justify-content: flex-end;
}

.is-content-justification-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.is-content-justification-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.is-content-justification-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.wp-block-cover:first-child {
  margin-top: -5rem;
}

@media (min-width: 768px) {
  .wp-block-cover:first-child {
    margin-top: -7rem;
  }
}

.wp-block .wp-block-cover:first-child {
  margin-top: 0 !important;
}

.wp-block-group {
  max-width: 102.6rem !important;
}

.wp-block-group.custom-basic {
  margin-top: 3rem;
  margin-bottom: 5rem;
  max-width: 68.6rem !important;
}

@media (min-width: 768px) {
  .wp-block-group.custom-basic {
    margin-top: 4.3rem;
    margin-bottom: 0rem;
  }
}

.wp-block-group.custom-basic h4 {
  font-style: italic;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.13636;
  color: #003557;
  margin-bottom: 1.6rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .wp-block-group.custom-basic h4 {
    font-size: 2.4rem;
    line-height: 1.16667;
    margin-bottom: 1.8rem;
    margin-top: 3.6rem;
  }
}

.wp-block-group.custom-basic p {
  font-size: 1.6rem;
  line-height: 1.25;
}

.wp-block-group.custom-basic p.p-end {
  font-size: 1.2rem;
  line-height: 1.33333;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .wp-block-group.custom-basic p.p-end {
    margin-top: 3.6rem;
  }
}

.wp-block-group.custom-basic a {
  color: #000000;
}

.wp-block-group.custom-basic a:hover {
  color: #000000;
}

.wp-block-group.custom-basic .wp-block-pullquote {
  padding: 0;
  margin: 1.8rem 0;
  text-align: left;
  border: none;
}

.wp-block-group.custom-basic .wp-block-pullquote blockquote {
  font-weight: 500;
  color: #000000;
  margin: 0 auto;
}

.wp-block-group.custom-basic .wp-block-pullquote blockquote p {
  font-size: 1.8rem;
  line-height: 1.38889;
}

@media (min-width: 768px) {
  .wp-block-group.custom-basic .wp-block-pullquote blockquote p {
    font-size: 2rem;
    line-height: 1.4;
  }
}

.wp-block-group.custom-basic ul {
  padding-left: 2rem;
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 3rem;
  margin-top: 1.6rem;
}

@media (min-width: 768px) {
  .wp-block-group.custom-basic ul {
    margin-bottom: 3.6rem;
    margin-top: 1.8rem;
  }
}

.wp-block-group.custom-basic .wp-block-image {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .wp-block-group.custom-basic .wp-block-image {
    margin-bottom: 3.6rem;
    margin-top: 3.6rem;
  }
}

.wp-block-group.custom-history {
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

@media (min-width: 768px) {
  .wp-block-group.custom-history {
    margin-top: 7.2rem;
    margin-bottom: 9.2rem;
  }
}

.wp-block-group.custom-history h2 {
  font-size: 2.5rem;
  line-height: 1.12;
  margin-bottom: 1.8rem;
}

@media (min-width: 768px) {
  .wp-block-group.custom-history h2 {
    font-size: 4.8rem;
    line-height: 1.20833;
    margin-bottom: 2.1rem;
  }
}

.wp-block-group.custom-history .text-description {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.38889;
  font-family: ivyjournal, sans-serif;
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .wp-block-group.custom-history .text-description {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 7.2rem;
  }
}

.wp-block-group.custom-history p {
  margin-bottom: 1.4rem;
  font-size: 1.6rem;
  line-height: 1.25;
}

.wp-block-group.custom-history p strong {
  font-size: 1.8rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .wp-block-group.custom-history p strong {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 1.8rem;
  }
}

.wp-block-group.custom-history p a {
  color: #000000;
}

.wp-block-group.custom-history p a:hover {
  color: #000000;
}

@media (max-width: 480px) {
  .wp-block-group.custom-history figure {
    width: 100%;
    float: none !important;
  }
}

@media (max-width: 480px) {
  .wp-block-group.custom-history figure img {
    display: block;
    margin: 0 auto;
  }
}

.wp-block-group.custom-history .wp-block-image {
  margin-top: 3.3rem;
}

@media (min-width: 480px) {
  .wp-block-group.custom-history .wp-block-image.alignleft {
    margin-right: 2.3rem;
  }
}

@media (min-width: 480px) {
  .wp-block-group.custom-history .wp-block-image.alignright {
    margin-left: 2.3rem;
  }
}

.wp-block-group.custom-history img {
  object-fit: cover;
}

.wp-block-group.custom-history figcaption {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.33333;
  color: #000000;
  text-align: left;
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
}

@media (min-width: 768px) {
  .wp-block-group.custom-history figcaption {
    margin-top: 1.8rem;
    margin-bottom: 3rem;
  }
}

.wp-block-group.custom-history .is-resized img {
  width: 23.1rem;
  height: 23.1rem;
}

.wp-block-group.custom {
  margin-top: 3.6rem;
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .wp-block-group.custom {
    margin-bottom: 7.2rem;
  }
}

.wp-block-group.custom .is-style-alignwide {
  font-size: 2.5rem;
  line-height: 1.16;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .wp-block-group.custom .is-style-alignwide {
    font-size: 3.2rem;
    line-height: 1.46875;
    margin-bottom: 3.6rem;
  }
}

.wp-block-group.custom .wp-block-group {
  max-width: 65.6rem !important;
  margin: 0 auto;
}

.wp-block-group.custom .wp-block-group h2 {
  font-size: 2rem;
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .wp-block-group.custom .wp-block-group h2 {
    font-size: 2.4rem;
    line-height: 1.16667;
    margin-bottom: 1.8rem;
  }
}

.wp-block-group.custom .wp-block-group p {
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 2.5rem;
}

.wp-block-group.custom .wp-block-group .wp-block-buttons {
  margin-top: 1.8rem;
  margin-bottom: 0;
}

.wp-block-group.custom .wp-block-group .wp-block-buttons .wp-block-button__link:hover {
  color: #000000;
}

.container {
  width: 100%;
  max-width: 68.6rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

.container--large {
  max-width: 102.6rem;
}

.container--full {
  max-width: 100%;
}

.d-flex {
  display: flex;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.row.justify-content-end {
  justify-content: flex-end;
}

.row.justify-content-center {
  justify-content: center;
}

.row.justify-content-between {
  justify-content: space-between;
}

.row.justify-content-evenly {
  justify-content: space-evenly;
}

.row.align-items-center {
  align-items: center;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 1.5rem;
}

[class*="col-"] {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0 1.5rem;
}

.col-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}

@media (min-width: 576px) {
  .col-sm-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 576px) {
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media (min-width: 576px) {
  .col-sm-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 576px) {
  .col-sm-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}

@media (min-width: 576px) {
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (min-width: 576px) {
  .col-sm-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}

@media (min-width: 576px) {
  .col-sm-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 576px) {
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media (min-width: 576px) {
  .col-sm-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
}

@media (min-width: 576px) {
  .col-sm-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
}

@media (min-width: 576px) {
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media (min-width: 768px) {
  .col-md-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 768px) {
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media (min-width: 768px) {
  .col-md-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
}

@media (min-width: 768px) {
  .col-md-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .col-lg-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .col-lg-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}

@media (min-width: 992px) {
  .col-lg-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .col-lg-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
}

@media (min-width: 992px) {
  .col-lg-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl-1 {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media (min-width: 1200px) {
  .col-xl-4 {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-5 {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-xl-7 {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-8 {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
}

@media (min-width: 1200px) {
  .col-xl-10 {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
}

@media (min-width: 1200px) {
  .col-xl-11 {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.offset-0 {
  margin-left: 0%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0%;
  }
}

@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 8.33333%;
  }
}

@media (min-width: 768px) {
  .offset-md-2 {
    margin-left: 16.66667%;
  }
}

@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: 25%;
  }
}

@media (min-width: 768px) {
  .offset-md-4 {
    margin-left: 33.33333%;
  }
}

@media (min-width: 768px) {
  .offset-md-5 {
    margin-left: 41.66667%;
  }
}

@media (min-width: 768px) {
  .offset-md-6 {
    margin-left: 50%;
  }
}

@media (min-width: 768px) {
  .offset-md-7 {
    margin-left: 58.33333%;
  }
}

@media (min-width: 768px) {
  .offset-md-8 {
    margin-left: 66.66667%;
  }
}

@media (min-width: 768px) {
  .offset-md-9 {
    margin-left: 75%;
  }
}

@media (min-width: 768px) {
  .offset-md-10 {
    margin-left: 83.33333%;
  }
}

@media (min-width: 768px) {
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-3 {
    margin-left: 25%;
  }
}

@media (min-width: 992px) {
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-6 {
    margin-left: 50%;
  }
}

@media (min-width: 992px) {
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
}

@media (min-width: 992px) {
  .offset-lg-9 {
    margin-left: 75%;
  }
}

@media (min-width: 992px) {
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
}

@media (min-width: 992px) {
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-3 {
    margin-left: 25%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-6 {
    margin-left: 50%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-9 {
    margin-left: 75%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
}

@media (min-width: 1200px) {
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 768px) {
  .order-md-1 {
    order: 1;
  }
}

@media (min-width: 768px) {
  .order-md-2 {
    order: 2;
  }
}

@media (min-width: 768px) {
  .order-md-3 {
    order: 3;
  }
}

@media (min-width: 768px) {
  .order-md-4 {
    order: 4;
  }
}

@media (min-width: 768px) {
  .order-md-5 {
    order: 5;
  }
}

@media (min-width: 768px) {
  .order-md-6 {
    order: 6;
  }
}

@media (min-width: 768px) {
  .order-md-7 {
    order: 7;
  }
}

@media (min-width: 768px) {
  .order-md-8 {
    order: 8;
  }
}

@media (min-width: 768px) {
  .order-md-9 {
    order: 9;
  }
}

@media (min-width: 768px) {
  .order-md-10 {
    order: 10;
  }
}

@media (min-width: 768px) {
  .order-md-11 {
    order: 11;
  }
}

@media (min-width: 768px) {
  .order-md-12 {
    order: 12;
  }
}

@media (min-width: 992px) {
  .order-lg-1 {
    order: 1;
  }
}

@media (min-width: 992px) {
  .order-lg-2 {
    order: 2;
  }
}

@media (min-width: 992px) {
  .order-lg-3 {
    order: 3;
  }
}

@media (min-width: 992px) {
  .order-lg-4 {
    order: 4;
  }
}

@media (min-width: 992px) {
  .order-lg-5 {
    order: 5;
  }
}

@media (min-width: 992px) {
  .order-lg-6 {
    order: 6;
  }
}

@media (min-width: 992px) {
  .order-lg-7 {
    order: 7;
  }
}

@media (min-width: 992px) {
  .order-lg-8 {
    order: 8;
  }
}

@media (min-width: 992px) {
  .order-lg-9 {
    order: 9;
  }
}

@media (min-width: 992px) {
  .order-lg-10 {
    order: 10;
  }
}

@media (min-width: 992px) {
  .order-lg-11 {
    order: 11;
  }
}

@media (min-width: 992px) {
  .order-lg-12 {
    order: 12;
  }
}

@media (min-width: 1200px) {
  .order-xl-1 {
    order: 1;
  }
}

@media (min-width: 1200px) {
  .order-xl-2 {
    order: 2;
  }
}

@media (min-width: 1200px) {
  .order-xl-3 {
    order: 3;
  }
}

@media (min-width: 1200px) {
  .order-xl-4 {
    order: 4;
  }
}

@media (min-width: 1200px) {
  .order-xl-5 {
    order: 5;
  }
}

@media (min-width: 1200px) {
  .order-xl-6 {
    order: 6;
  }
}

@media (min-width: 1200px) {
  .order-xl-7 {
    order: 7;
  }
}

@media (min-width: 1200px) {
  .order-xl-8 {
    order: 8;
  }
}

@media (min-width: 1200px) {
  .order-xl-9 {
    order: 9;
  }
}

@media (min-width: 1200px) {
  .order-xl-10 {
    order: 10;
  }
}

@media (min-width: 1200px) {
  .order-xl-11 {
    order: 11;
  }
}

@media (min-width: 1200px) {
  .order-xl-12 {
    order: 12;
  }
}

.columns-row.small-gutter {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.columns-row.small-gutter .wp-block-custom-column {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.wp-block-custom-columns.no-spacing {
  padding-left: 0;
  padding-right: 0;
}

.page-content__wrapper {
  padding-top: 5rem;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .page-content__wrapper {
    padding-top: 7rem;
    padding-bottom: 0;
  }
}

.page-content__wrapper > * {
  max-width: 68.6rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.page-content__wrapper > .alignwide {
  max-width: 102.6rem;
}

.page-content__wrapper > .alignfull {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/**
 * Gutenberg Alignment.
 * Make list padding and margins consistent throughout site.
 */
.page-content .page-content__wrapper ul:not([class]):last-child,
.page-content .page-content__wrapper ol:not([class]):last-child {
  margin-bottom: 0;
}

.page-content .page-content__wrapper ul:not([class]),
.page-content .page-content__wrapper ol:not([class]) {
  margin-bottom: 1.6rem;
}

.page-content .page-content__wrapper > ul:not([class]),
.page-content .page-content__wrapper > ol:not([class]) {
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
}

.page-content .page-content__wrapper .wp-block-columns ul:not([class]),
.page-content .page-content__wrapper .wp-block-columns ol:not([class]) {
  padding-left: 1.5rem;
}

.block-spacing--pt {
  padding-top: 5rem;
}

@media (min-width: 768px) {
  .block-spacing--pt {
    padding-top: 7rem;
  }
}

.block-spacing--pb {
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .block-spacing--pb {
    padding-bottom: 7rem;
  }
}

.block-spacing--mt {
  margin-top: 5rem;
}

@media (min-width: 768px) {
  .block-spacing--mt {
    margin-top: 7rem;
  }
}

.block-spacing--mb {
  margin-bottom: 5rem;
}

@media (min-width: 768px) {
  .block-spacing--mb {
    margin-bottom: 7rem;
  }
}
