/**
 * Theme Name: <Your Theme Name>
 * Version: <Version #>
 * Description: <Your theme description could go here.>
 * Author: <Your name>
 * Author URI: <URL>
 */
.has-small-font-size {
  font-size: 1.4rem;
}
@media screen and (min-width: 780px) {
  .has-small-font-size {
    font-size: 1.2rem;
  }
}

.has-regular-font-size {
  font-size: 1.4rem;
}
@media screen and (min-width: 780px) {
  .has-regular-font-size {
    font-size: 1.4rem;
  }
}

.has-large-font-size {
  font-size: 1.4rem;
}
@media screen and (min-width: 780px) {
  .has-large-font-size {
    font-size: 1.8rem;
  }
}

#page .has-white-color {
  color: #ffffff;
}
#page .has-white-background-color {
  background-color: #ffffff;
}

body.white .angled .wp-block-media-text__content, body.single-profile .angled .wp-block-media-text__content {
  border-top: 0.2rem solid #ffffff;
}
body.white .angled .wp-block-media-text__content:before, body.single-profile .angled .wp-block-media-text__content:before {
  border-top: 0.2rem solid #ffffff;
  top: -0.2rem;
}
body.white .top-border, body.single-profile .top-border {
  border-top: 0.2rem solid #ffffff;
  padding-top: 4rem;
}
body.white .site-content > .wp-block-group:not(.hero) h1, body.white h2, body.single-profile .site-content > .wp-block-group:not(.hero) h1, body.single-profile h2 {
  color: #ffffff;
}
body.white .angled-bg-inner.down:before, body.single-profile .angled-bg-inner.down:before {
  background-color: #ffffff;
}
body.white .gfield_required, body.single-profile .gfield_required {
  color: #ffffff;
}

#page .has-black-color {
  color: #000000;
}
#page .has-black-background-color {
  background-color: #000000;
}

body.black .angled .wp-block-media-text__content, body.single-profile .angled .wp-block-media-text__content {
  border-top: 0.2rem solid #000000;
}
body.black .angled .wp-block-media-text__content:before, body.single-profile .angled .wp-block-media-text__content:before {
  border-top: 0.2rem solid #000000;
  top: -0.2rem;
}
body.black .top-border, body.single-profile .top-border {
  border-top: 0.2rem solid #000000;
  padding-top: 4rem;
}
body.black .site-content > .wp-block-group:not(.hero) h1, body.black h2, body.single-profile .site-content > .wp-block-group:not(.hero) h1, body.single-profile h2 {
  color: #000000;
}
body.black .angled-bg-inner.down:before, body.single-profile .angled-bg-inner.down:before {
  background-color: #000000;
}
body.black .gfield_required, body.single-profile .gfield_required {
  color: #000000;
}

#page .has-dark-grey-color {
  color: #231F20;
}
#page .has-dark-grey-background-color {
  background-color: #231F20;
}

body.dark-grey .angled .wp-block-media-text__content, body.single-profile .angled .wp-block-media-text__content {
  border-top: 0.2rem solid #231F20;
}
body.dark-grey .angled .wp-block-media-text__content:before, body.single-profile .angled .wp-block-media-text__content:before {
  border-top: 0.2rem solid #231F20;
  top: -0.2rem;
}
body.dark-grey .top-border, body.single-profile .top-border {
  border-top: 0.2rem solid #231F20;
  padding-top: 4rem;
}
body.dark-grey .site-content > .wp-block-group:not(.hero) h1, body.dark-grey h2, body.single-profile .site-content > .wp-block-group:not(.hero) h1, body.single-profile h2 {
  color: #231F20;
}
body.dark-grey .angled-bg-inner.down:before, body.single-profile .angled-bg-inner.down:before {
  background-color: #231F20;
}
body.dark-grey .gfield_required, body.single-profile .gfield_required {
  color: #231F20;
}

#page .has-grey-color {
  color: #636569;
}
#page .has-grey-background-color {
  background-color: #636569;
}

body.grey .angled .wp-block-media-text__content, body.single-profile .angled .wp-block-media-text__content {
  border-top: 0.2rem solid #636569;
}
body.grey .angled .wp-block-media-text__content:before, body.single-profile .angled .wp-block-media-text__content:before {
  border-top: 0.2rem solid #636569;
  top: -0.2rem;
}
body.grey .top-border, body.single-profile .top-border {
  border-top: 0.2rem solid #636569;
  padding-top: 4rem;
}
body.grey .site-content > .wp-block-group:not(.hero) h1, body.grey h2, body.single-profile .site-content > .wp-block-group:not(.hero) h1, body.single-profile h2 {
  color: #636569;
}
body.grey .angled-bg-inner.down:before, body.single-profile .angled-bg-inner.down:before {
  background-color: #636569;
}
body.grey .gfield_required, body.single-profile .gfield_required {
  color: #636569;
}

#page .has-light-grey-color {
  color: #E2E6EF;
}
#page .has-light-grey-background-color {
  background-color: #E2E6EF;
}

body.light-grey .angled .wp-block-media-text__content, body.single-profile .angled .wp-block-media-text__content {
  border-top: 0.2rem solid #E2E6EF;
}
body.light-grey .angled .wp-block-media-text__content:before, body.single-profile .angled .wp-block-media-text__content:before {
  border-top: 0.2rem solid #E2E6EF;
  top: -0.2rem;
}
body.light-grey .top-border, body.single-profile .top-border {
  border-top: 0.2rem solid #E2E6EF;
  padding-top: 4rem;
}
body.light-grey .site-content > .wp-block-group:not(.hero) h1, body.light-grey h2, body.single-profile .site-content > .wp-block-group:not(.hero) h1, body.single-profile h2 {
  color: #E2E6EF;
}
body.light-grey .angled-bg-inner.down:before, body.single-profile .angled-bg-inner.down:before {
  background-color: #E2E6EF;
}
body.light-grey .gfield_required, body.single-profile .gfield_required {
  color: #E2E6EF;
}

#page .has-blue-color {
  color: #00529B;
}
#page .has-blue-background-color {
  background-color: #00529B;
}

body.blue .angled .wp-block-media-text__content, body.single-profile .angled .wp-block-media-text__content {
  border-top: 0.2rem solid #00529B;
}
body.blue .angled .wp-block-media-text__content:before, body.single-profile .angled .wp-block-media-text__content:before {
  border-top: 0.2rem solid #00529B;
  top: -0.2rem;
}
body.blue .top-border, body.single-profile .top-border {
  border-top: 0.2rem solid #00529B;
  padding-top: 4rem;
}
body.blue .site-content > .wp-block-group:not(.hero) h1, body.blue h2, body.single-profile .site-content > .wp-block-group:not(.hero) h1, body.single-profile h2 {
  color: #00529B;
}
body.blue .angled-bg-inner.down:before, body.single-profile .angled-bg-inner.down:before {
  background-color: #00529B;
}
body.blue .gfield_required, body.single-profile .gfield_required {
  color: #00529B;
}

#page .has-dark-blue-color {
  color: #0E2C53;
}
#page .has-dark-blue-background-color {
  background-color: #0E2C53;
}

body.dark-blue .angled .wp-block-media-text__content, body.single-profile .angled .wp-block-media-text__content {
  border-top: 0.2rem solid #0E2C53;
}
body.dark-blue .angled .wp-block-media-text__content:before, body.single-profile .angled .wp-block-media-text__content:before {
  border-top: 0.2rem solid #0E2C53;
  top: -0.2rem;
}
body.dark-blue .top-border, body.single-profile .top-border {
  border-top: 0.2rem solid #0E2C53;
  padding-top: 4rem;
}
body.dark-blue .site-content > .wp-block-group:not(.hero) h1, body.dark-blue h2, body.single-profile .site-content > .wp-block-group:not(.hero) h1, body.single-profile h2 {
  color: #0E2C53;
}
body.dark-blue .angled-bg-inner.down:before, body.single-profile .angled-bg-inner.down:before {
  background-color: #0E2C53;
}
body.dark-blue .gfield_required, body.single-profile .gfield_required {
  color: #0E2C53;
}

#page .has-yellow-color {
  color: #EEB311;
}
#page .has-yellow-background-color {
  background-color: #EEB311;
}

body.yellow .angled .wp-block-media-text__content, body.single-profile .angled .wp-block-media-text__content {
  border-top: 0.2rem solid #EEB311;
}
body.yellow .angled .wp-block-media-text__content:before, body.single-profile .angled .wp-block-media-text__content:before {
  border-top: 0.2rem solid #EEB311;
  top: -0.2rem;
}
body.yellow .top-border, body.single-profile .top-border {
  border-top: 0.2rem solid #EEB311;
  padding-top: 4rem;
}
body.yellow .site-content > .wp-block-group:not(.hero) h1, body.yellow h2, body.single-profile .site-content > .wp-block-group:not(.hero) h1, body.single-profile h2 {
  color: #EEB311;
}
body.yellow .angled-bg-inner.down:before, body.single-profile .angled-bg-inner.down:before {
  background-color: #EEB311;
}
body.yellow .gfield_required, body.single-profile .gfield_required {
  color: #EEB311;
}

#page .has-purple-color {
  color: #60269E;
}
#page .has-purple-background-color {
  background-color: #60269E;
}

body.purple .angled .wp-block-media-text__content, body.single-profile .angled .wp-block-media-text__content {
  border-top: 0.2rem solid #60269E;
}
body.purple .angled .wp-block-media-text__content:before, body.single-profile .angled .wp-block-media-text__content:before {
  border-top: 0.2rem solid #60269E;
  top: -0.2rem;
}
body.purple .top-border, body.single-profile .top-border {
  border-top: 0.2rem solid #60269E;
  padding-top: 4rem;
}
body.purple .site-content > .wp-block-group:not(.hero) h1, body.purple h2, body.single-profile .site-content > .wp-block-group:not(.hero) h1, body.single-profile h2 {
  color: #60269E;
}
body.purple .angled-bg-inner.down:before, body.single-profile .angled-bg-inner.down:before {
  background-color: #60269E;
}
body.purple .gfield_required, body.single-profile .gfield_required {
  color: #60269E;
}

#page .has-green-color {
  color: #6BA43A;
}
#page .has-green-background-color {
  background-color: #6BA43A;
}

body.green .angled .wp-block-media-text__content, body.single-profile .angled .wp-block-media-text__content {
  border-top: 0.2rem solid #6BA43A;
}
body.green .angled .wp-block-media-text__content:before, body.single-profile .angled .wp-block-media-text__content:before {
  border-top: 0.2rem solid #6BA43A;
  top: -0.2rem;
}
body.green .top-border, body.single-profile .top-border {
  border-top: 0.2rem solid #6BA43A;
  padding-top: 4rem;
}
body.green .site-content > .wp-block-group:not(.hero) h1, body.green h2, body.single-profile .site-content > .wp-block-group:not(.hero) h1, body.single-profile h2 {
  color: #6BA43A;
}
body.green .angled-bg-inner.down:before, body.single-profile .angled-bg-inner.down:before {
  background-color: #6BA43A;
}
body.green .gfield_required, body.single-profile .gfield_required {
  color: #6BA43A;
}

#page .has-red-color {
  color: #AB192D;
}
#page .has-red-background-color {
  background-color: #AB192D;
}

body.red .angled .wp-block-media-text__content, body.single-profile .angled .wp-block-media-text__content {
  border-top: 0.2rem solid #AB192D;
}
body.red .angled .wp-block-media-text__content:before, body.single-profile .angled .wp-block-media-text__content:before {
  border-top: 0.2rem solid #AB192D;
  top: -0.2rem;
}
body.red .top-border, body.single-profile .top-border {
  border-top: 0.2rem solid #AB192D;
  padding-top: 4rem;
}
body.red .site-content > .wp-block-group:not(.hero) h1, body.red h2, body.single-profile .site-content > .wp-block-group:not(.hero) h1, body.single-profile h2 {
  color: #AB192D;
}
body.red .angled-bg-inner.down:before, body.single-profile .angled-bg-inner.down:before {
  background-color: #AB192D;
}
body.red .gfield_required, body.single-profile .gfield_required {
  color: #AB192D;
}

#page .has-theme-mihr-dark-blue-color {
  color: #0E2C53;
}
#page .has-theme-mihr-dark-blue-background-color {
  background-color: #0E2C53;
}

body.theme-mihr-dark-blue .angled .wp-block-media-text__content, body.single-profile .angled .wp-block-media-text__content {
  border-top: 0.2rem solid #0E2C53;
}
body.theme-mihr-dark-blue .angled .wp-block-media-text__content:before, body.single-profile .angled .wp-block-media-text__content:before {
  border-top: 0.2rem solid #0E2C53;
  top: -0.2rem;
}
body.theme-mihr-dark-blue .top-border, body.single-profile .top-border {
  border-top: 0.2rem solid #0E2C53;
  padding-top: 4rem;
}
body.theme-mihr-dark-blue .site-content > .wp-block-group:not(.hero) h1, body.theme-mihr-dark-blue h2, body.single-profile .site-content > .wp-block-group:not(.hero) h1, body.single-profile h2 {
  color: #0E2C53;
}
body.theme-mihr-dark-blue .angled-bg-inner.down:before, body.single-profile .angled-bg-inner.down:before {
  background-color: #0E2C53;
}
body.theme-mihr-dark-blue .gfield_required, body.single-profile .gfield_required {
  color: #0E2C53;
}

#page .has-theme-mihr-purple-color {
  color: #60269E;
}
#page .has-theme-mihr-purple-background-color {
  background-color: #60269E;
}

body.theme-mihr-purple .angled .wp-block-media-text__content, body.single-profile .angled .wp-block-media-text__content {
  border-top: 0.2rem solid #60269E;
}
body.theme-mihr-purple .angled .wp-block-media-text__content:before, body.single-profile .angled .wp-block-media-text__content:before {
  border-top: 0.2rem solid #60269E;
  top: -0.2rem;
}
body.theme-mihr-purple .top-border, body.single-profile .top-border {
  border-top: 0.2rem solid #60269E;
  padding-top: 4rem;
}
body.theme-mihr-purple .site-content > .wp-block-group:not(.hero) h1, body.theme-mihr-purple h2, body.single-profile .site-content > .wp-block-group:not(.hero) h1, body.single-profile h2 {
  color: #60269E;
}
body.theme-mihr-purple .angled-bg-inner.down:before, body.single-profile .angled-bg-inner.down:before {
  background-color: #60269E;
}
body.theme-mihr-purple .gfield_required, body.single-profile .gfield_required {
  color: #60269E;
}

#page .has-theme-mihr-red-color {
  color: #AB192D;
}
#page .has-theme-mihr-red-background-color {
  background-color: #AB192D;
}

body.theme-mihr-red .angled .wp-block-media-text__content, body.single-profile .angled .wp-block-media-text__content {
  border-top: 0.2rem solid #AB192D;
}
body.theme-mihr-red .angled .wp-block-media-text__content:before, body.single-profile .angled .wp-block-media-text__content:before {
  border-top: 0.2rem solid #AB192D;
  top: -0.2rem;
}
body.theme-mihr-red .top-border, body.single-profile .top-border {
  border-top: 0.2rem solid #AB192D;
  padding-top: 4rem;
}
body.theme-mihr-red .site-content > .wp-block-group:not(.hero) h1, body.theme-mihr-red h2, body.single-profile .site-content > .wp-block-group:not(.hero) h1, body.single-profile h2 {
  color: #AB192D;
}
body.theme-mihr-red .angled-bg-inner.down:before, body.single-profile .angled-bg-inner.down:before {
  background-color: #AB192D;
}
body.theme-mihr-red .gfield_required, body.single-profile .gfield_required {
  color: #AB192D;
}

#page .has-theme-mihr-green-color {
  color: #6BA43A;
}
#page .has-theme-mihr-green-background-color {
  background-color: #6BA43A;
}

body.theme-mihr-green .angled .wp-block-media-text__content, body.single-profile .angled .wp-block-media-text__content {
  border-top: 0.2rem solid #6BA43A;
}
body.theme-mihr-green .angled .wp-block-media-text__content:before, body.single-profile .angled .wp-block-media-text__content:before {
  border-top: 0.2rem solid #6BA43A;
  top: -0.2rem;
}
body.theme-mihr-green .top-border, body.single-profile .top-border {
  border-top: 0.2rem solid #6BA43A;
  padding-top: 4rem;
}
body.theme-mihr-green .site-content > .wp-block-group:not(.hero) h1, body.theme-mihr-green h2, body.single-profile .site-content > .wp-block-group:not(.hero) h1, body.single-profile h2 {
  color: #6BA43A;
}
body.theme-mihr-green .angled-bg-inner.down:before, body.single-profile .angled-bg-inner.down:before {
  background-color: #6BA43A;
}
body.theme-mihr-green .gfield_required, body.single-profile .gfield_required {
  color: #6BA43A;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html, body {
  height: auto;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  font-size: 62.5%;
  box-sizing: border-box;
  word-wrap: normal;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
body {
  font-family: "Libre Franklin", sans-serif;
  font-weight: 100;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #231F20;
}
@media (min-width: 780px) {
  body {
    font-size: 1.8rem;
  }
}

body, #content {
  overflow-x: hidden !important;
}

.content-area h1, .content-area .h1, .content-area h2, .content-area .h2, .content-area h3, .content-area .h3, .content-area h4, .content-area .h4, .content-area h5, .content-area .h5, .content-area h6, .content-area .h6, .content-area p, .content-area .p, .content-area .eyebrow, .content-area .button, .content-area small, .content-area .small, .content-area blockquote, .content-area ul, .content-area ol {
  margin-bottom: 3rem;
}
@media (max-width: 779px) {
  .content-area h1, .content-area .h1, .content-area h2, .content-area .h2, .content-area h3, .content-area .h3, .content-area h4, .content-area .h4, .content-area h5, .content-area .h5, .content-area h6, .content-area .h6, .content-area p, .content-area .p, .content-area .eyebrow, .content-area .button, .content-area small, .content-area .small, .content-area blockquote, .content-area ul, .content-area ol {
    margin-bottom: calc(3rem - 1rem);
  }
}
.content-area h1:last-child, .content-area .h1:last-child, .content-area h2:last-child, .content-area .h2:last-child, .content-area h3:last-child, .content-area .h3:last-child, .content-area h4:last-child, .content-area .h4:last-child, .content-area h5:last-child, .content-area .h5:last-child, .content-area h6:last-child, .content-area .h6:last-child, .content-area p:last-child, .content-area .p:last-child, .content-area .eyebrow:last-child, .content-area .button:last-child, .content-area small:last-child, .content-area .small:last-child, .content-area blockquote:last-child, .content-area ul:last-child, .content-area ol:last-child {
  margin-bottom: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .p, .eyebrow, .button, small, .small, blockquote, ul, ol {
  margin-bottom: 1.6rem;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child, p:last-child, .p:last-child, .eyebrow:last-child, .button:last-child, small:last-child, .small:last-child, blockquote:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}

.lead, .has-lead-font-size {
  display: block;
  font-size: 2rem;
}
@media (min-width: 780px) {
  .lead, .has-lead-font-size {
    font-size: 2.2rem;
  }
}
@media (min-width: 1100px) {
  .lead, .has-lead-font-size {
    font-size: 2.4rem;
  }
}

/**
 * Inline elements
 */
small, .small, .has-small-font-size {
  display: block;
  font-size: 1.2rem;
}

strong, .strong, b {
  font-weight: 600;
}

em, .em {
  font-style: italic;
}

sup, .sup {
  vertical-align: super;
  font-size: smaller;
}

sub, .sub {
  vertical-align: sub;
  font-size: smaller;
}

kbd, code, samp, pre {
  margin: 0px 1em 1em 1em;
  font-family: "Monaco", "Monaco", monospace;
  white-space: pre;
  font-size: smaller;
}

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

figure {
  margin: 0 auto 1.5rem;
  max-width: 100%;
}
figure.aligncenter figcaption {
  text-align: center;
}
figure.alignleft figcaption {
  text-align: left;
}
figure.alignright figcaption {
  text-align: right;
}

.wp-block-image.no-margin {
  margin-bottom: 0;
}
.wp-block-image.no-margin figure {
  margin-bottom: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Libre Franklin", sans-serif;
  color: #231F20;
  letter-spacing: 0.025rem;
  line-height: 1.25;
}

h1, .h1, #main .h1 {
  font-size: 3rem;
  font-weight: 500;
  color: #00529B;
}
@media (min-width: 480px) {
  h1, .h1, #main .h1 {
    font-size: 4.8rem;
  }
}
@media (min-width: 780px) {
  h1, .h1, #main .h1 {
    font-size: 5.8rem;
  }
}

h2, .h2, .single article h1 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #00529B;
}
@media (min-width: 480px) {
  h2, .h2, .single article h1 {
    font-size: 3.8rem;
  }
}
@media (min-width: 780px) {
  h2, .h2, .single article h1 {
    font-size: 4.8rem;
  }
}
h2.has-text-align-center:after, .h2.has-text-align-center:after, .single article h1.has-text-align-center:after {
  margin-left: auto;
  margin-right: auto;
}
h2.has-text-align-right:after, .h2.has-text-align-right:after, .single article h1.has-text-align-right:after {
  margin-left: auto;
}
h2.has-no-line:after, .h2.has-no-line:after, .single article h1.has-no-line:after {
  display: none;
}

h3, .h3, .single article h2 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #231F20;
}
@media (min-width: 480px) {
  h3, .h3, .single article h2 {
    font-size: 3rem;
  }
}
@media (min-width: 780px) {
  h3, .h3, .single article h2 {
    font-size: 3.6rem;
  }
}

h4, .h4, .single article h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
@media (min-width: 480px) {
  h4, .h4, .single article h3 {
    font-size: 2.6rem;
  }
}

h5, .h5, .single article h4 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: calc(1.6rem - 1rem);
}
@media (min-width: 480px) {
  h5, .h5, .single article h4 {
    font-size: 2.2rem;
  }
}

h6, .h6, .single article h5 {
  font-size: 2rem;
}

a {
  color: initial;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
  position: relative;
}

p a {
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
p a:before {
  border-bottom: 0.1rem solid #EEB311;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
p a:hover {
  color: #EEB311;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  color: inherit;
}

.social-link .icon:before {
  display: inline-block;
  font-family: "start-icons";
  font-size: inherit;
  color: inherit;
  content: "";
}
.social-link .icon.twitter:before {
  content: "\f099";
}

ul, ol {
  margin-left: 2.2rem;
}
ul li, ol li {
  margin-bottom: 1rem;
}

ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
.site-main ul, .site-main ol {
  margin-left: 3rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
  list-style-type: none;
}
.site-main ul li, .site-main ol li {
  position: relative;
  margin-left: 1rem;
}
.site-main ul li:before, .site-main ul li:after, .site-main ol li:before, .site-main ol li:after {
  position: absolute;
  content: "";
  min-height: 0.8rem;
  min-width: 1.24rem;
  background-color: #EEB311;
  left: -2.5rem;
  top: 1rem;
  transform: skew(-25deg);
}
.site-main ul li:after {
  display: none;
}
.site-main ol {
  margin-left: 0;
  counter-reset: mihr-counter;
}
.site-main ol li {
  counter-increment: mihr-counter;
  margin-left: 6rem;
  margin-bottom: 1.8rem;
}
.site-main ol li:before, .site-main ol li:after {
  left: -5.5rem;
  top: 0;
  padding: 0.2rem 1.5rem;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  content: counter(mihr-counter);
  text-align: center;
  line-height: 1.45;
}
.site-main ol li:after {
  transform: skew(0deg);
  background-color: transparent;
}
.site-main ol li:before {
  color: #EEB311;
}
.site-main ol li:nth-child(n+10) {
  margin-left: 7rem;
}
.site-main ol li:nth-child(n+10):before, .site-main ol li:nth-child(n+10):after {
  left: -6.5rem;
}

blockquote,
.wp-block-quote,
.wp-block-quote.is-style-default,
.wp-block-quote.is-style-large {
  font-size: 2.2rem;
  font-style: normal;
}
@media (min-width: 780px) {
  blockquote,
  .wp-block-quote,
  .wp-block-quote.is-style-default,
  .wp-block-quote.is-style-large {
    font-size: 3.6rem;
  }
}
blockquote p,
.wp-block-quote p,
.wp-block-quote.is-style-default p,
.wp-block-quote.is-style-large p {
  font-size: 2rem;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: #00529B;
  position: relative;
}
@media (min-width: 780px) {
  blockquote p,
  .wp-block-quote p,
  .wp-block-quote.is-style-default p,
  .wp-block-quote.is-style-large p {
    font-size: 3rem;
  }
}
blockquote p:before, blockquote p:after,
.wp-block-quote p:before,
.wp-block-quote p:after,
.wp-block-quote.is-style-default p:before,
.wp-block-quote.is-style-default p:after,
.wp-block-quote.is-style-large p:before,
.wp-block-quote.is-style-large p:after {
  content: "";
  background-image: url("/wp-content/themes/mihr/assets/images/quote-open.svg");
  background-size: initial;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  top: 0.2rem;
  width: 2.5rem;
  height: 2rem;
  position: absolute;
  left: -1rem;
}
@media (min-width: 780px) {
  blockquote p:before, blockquote p:after,
  .wp-block-quote p:before,
  .wp-block-quote p:after,
  .wp-block-quote.is-style-default p:before,
  .wp-block-quote.is-style-default p:after,
  .wp-block-quote.is-style-large p:before,
  .wp-block-quote.is-style-large p:after {
    top: 1.2rem;
    left: 1rem;
  }
}
blockquote p:after,
.wp-block-quote p:after,
.wp-block-quote.is-style-default p:after,
.wp-block-quote.is-style-large p:after {
  background-image: url("/wp-content/themes/mihr/assets/images/quote-close.svg");
  top: auto;
  bottom: 1.2rem;
  left: auto;
  width: 3.5rem;
}
blockquote > *,
.wp-block-quote > *,
.wp-block-quote.is-style-default > *,
.wp-block-quote.is-style-large > * {
  margin: 0 0 1.6rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media (min-width: 780px) {
  blockquote > *,
  .wp-block-quote > *,
  .wp-block-quote.is-style-default > *,
  .wp-block-quote.is-style-large > * {
    padding-left: 4.8rem;
  }
}
blockquote footer, blockquote cite,
.wp-block-quote footer,
.wp-block-quote cite,
.wp-block-quote.is-style-default footer,
.wp-block-quote.is-style-default cite,
.wp-block-quote.is-style-large footer,
.wp-block-quote.is-style-large cite {
  display: block;
  text-align: left;
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
@media (min-width: 780px) {
  blockquote footer, blockquote cite,
  .wp-block-quote footer,
  .wp-block-quote cite,
  .wp-block-quote.is-style-default footer,
  .wp-block-quote.is-style-default cite,
  .wp-block-quote.is-style-large footer,
  .wp-block-quote.is-style-large cite {
    font-size: 1.5rem;
  }
}

table {
  font-size: 1.4rem;
  line-height: 2rem;
  width: 100%;
  text-align: left;
}
table tr {
  background-color: white;
}
table tr th p, table tr td p {
  color: inherit;
}
table tbody tr {
  font-weight: 400;
}
table tbody td {
  font-weight: 300;
}
.simple-table table tbody tr {
  border-top: 0.1rem solid #E2E6EF;
  border-bottom: 0.1rem solid #E2E6EF;
}
.simple-table table tbody tr td {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.simple-table a {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.07rem;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.simple-table a:after {
  content: "";
  background-image: url("/wp-content/themes/mihr/assets/images/learn-arrow.svg");
  background-size: initial;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  top: 0.6rem;
  width: 4rem;
  height: 0.7rem;
  position: absolute;
  cursor: pointer;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.simple-table a:hover {
  color: #EEB311;
}
.simple-table a:hover:after {
  width: 5rem;
}

.gform_fields {
  list-style: none;
  margin-left: 0;
}
.gform_fields li {
  margin-left: 0 !important;
}

.ginput_container + .gfield_description {
  margin-top: 1.2rem;
}

.gform_footer {
  padding-top: 2rem;
}

.gfield,
ul li.gfield,
.form-field {
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 780px) {
  .gfield.one-half,
  ul li.gfield.one-half,
  .form-field.one-half {
    width: calc(50% - 2rem);
  }
}
.gfield .description,
.gfield .gfield_description, .gfield .instruction,
ul li.gfield .description,
ul li.gfield .gfield_description,
ul li.gfield .instruction,
.form-field .description,
.form-field .gfield_description,
.form-field .instruction {
  margin-bottom: 1.2rem;
  font-size: small;
  opacity: 1;
}
.gfield.hidden_label label, .gfield.gform_validation_container,
ul li.gfield.hidden_label label,
ul li.gfield.gform_validation_container,
.form-field.hidden_label label,
.form-field.gform_validation_container {
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
  position: absolute;
  height: 0.1rem;
  width: 0.1rem;
  overflow: hidden;
}
.gfield.has-error input[type=text],
.gfield.has-error input[type=password],
.gfield.has-error input[type=url],
.gfield.has-error input[type=email],
.gfield.has-error input[type=tel],
.gfield.has-error input[type=search],
.gfield.has-error input[type=number],
.gfield.has-error select,
.gfield.has-error textarea, .gfield.gfield_error input[type=text],
.gfield.gfield_error input[type=password],
.gfield.gfield_error input[type=url],
.gfield.gfield_error input[type=email],
.gfield.gfield_error input[type=tel],
.gfield.gfield_error input[type=search],
.gfield.gfield_error input[type=number],
.gfield.gfield_error select,
.gfield.gfield_error textarea,
ul li.gfield.has-error input[type=text],
ul li.gfield.has-error input[type=password],
ul li.gfield.has-error input[type=url],
ul li.gfield.has-error input[type=email],
ul li.gfield.has-error input[type=tel],
ul li.gfield.has-error input[type=search],
ul li.gfield.has-error input[type=number],
ul li.gfield.has-error select,
ul li.gfield.has-error textarea,
ul li.gfield.gfield_error input[type=text],
ul li.gfield.gfield_error input[type=password],
ul li.gfield.gfield_error input[type=url],
ul li.gfield.gfield_error input[type=email],
ul li.gfield.gfield_error input[type=tel],
ul li.gfield.gfield_error input[type=search],
ul li.gfield.gfield_error input[type=number],
ul li.gfield.gfield_error select,
ul li.gfield.gfield_error textarea,
.form-field.has-error input[type=text],
.form-field.has-error input[type=password],
.form-field.has-error input[type=url],
.form-field.has-error input[type=email],
.form-field.has-error input[type=tel],
.form-field.has-error input[type=search],
.form-field.has-error input[type=number],
.form-field.has-error select,
.form-field.has-error textarea,
.form-field.gfield_error input[type=text],
.form-field.gfield_error input[type=password],
.form-field.gfield_error input[type=url],
.form-field.gfield_error input[type=email],
.form-field.gfield_error input[type=tel],
.form-field.gfield_error input[type=search],
.form-field.gfield_error input[type=number],
.form-field.gfield_error select,
.form-field.gfield_error textarea {
  border-color: rgba(171, 25, 45, 0.7);
  color: #AB192D;
}
.gfield.has-error .description,
.gfield.has-error .gfield_description, .gfield.gfield_error .description,
.gfield.gfield_error .gfield_description,
ul li.gfield.has-error .description,
ul li.gfield.has-error .gfield_description,
ul li.gfield.gfield_error .description,
ul li.gfield.gfield_error .gfield_description,
.form-field.has-error .description,
.form-field.has-error .gfield_description,
.form-field.gfield_error .description,
.form-field.gfield_error .gfield_description {
  font-weight: bolder;
  color: inherit;
  opacity: 0.8;
}
.gfield.has-error ::-moz-placeholder, .gfield.gfield_error ::-moz-placeholder,
ul li.gfield.has-error ::-moz-placeholder,
ul li.gfield.gfield_error ::-moz-placeholder,
.form-field.has-error ::-moz-placeholder,
.form-field.gfield_error ::-moz-placeholder {
  color: inherit;
  opacity: 0.8;
}
.gfield.has-error ::-moz-placeholder, .gfield.gfield_error ::-moz-placeholder, ul li.gfield.has-error ::-moz-placeholder, ul li.gfield.gfield_error ::-moz-placeholder, .form-field.has-error ::-moz-placeholder, .form-field.gfield_error ::-moz-placeholder {
  color: inherit;
  opacity: 0.8;
}
.gfield.has-error ::placeholder, .gfield.gfield_error ::placeholder,
ul li.gfield.has-error ::placeholder,
ul li.gfield.gfield_error ::placeholder,
.form-field.has-error ::placeholder,
.form-field.gfield_error ::placeholder {
  color: inherit;
  opacity: 0.8;
}
.gfield label,
ul li.gfield label,
.form-field label {
  padding: 2rem 0 1rem 0;
}
.gfield .ginput_product_price_label,
ul li.gfield .ginput_product_price_label,
.form-field .ginput_product_price_label {
  display: none;
}
.gfield.gsection,
ul li.gfield.gsection,
.form-field.gsection {
  margin-top: 2rem;
}
.gfield.gsection h2,
ul li.gfield.gsection h2,
.form-field.gsection h2 {
  font-size: 2.2rem;
  font-weight: 500;
}
@media (min-width: 480px) {
  .gfield.gsection h2,
  ul li.gfield.gsection h2,
  .form-field.gsection h2 {
    font-size: 2.6rem;
  }
}

label, input, select, textarea {
  font-family: inherit;
  font-weight: 100;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

label {
  display: block;
  margin-bottom: 0;
  font-weight: bolder;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  font-size: 1.4rem !important;
  font-weight: 600;
}
label span {
  display: none;
}
label span.gfield_required {
  display: inline;
  color: #00529B;
  padding-left: 0.3rem;
}
label.inline {
  display: inline-block;
}

body.single-gated-resource form select {
  padding: 1rem !important;
}

input[type=text],
input[type=password],
input[type=url],
input[type=email],
input[type=tel],
input[type=search],
input[type=number] {
  width: 100%;
  padding: 1rem !important;
  background-color: #ffffff;
  border: 0.2rem solid #E2E6EF;
  border-radius: 0rem;
  font-size: 1.4rem !important;
  color: #231f20;
}
input[type=text] + .description,
input[type=text] + .gfield_description,
input[type=password] + .description,
input[type=password] + .gfield_description,
input[type=url] + .description,
input[type=url] + .gfield_description,
input[type=email] + .description,
input[type=email] + .gfield_description,
input[type=tel] + .description,
input[type=tel] + .gfield_description,
input[type=search] + .description,
input[type=search] + .gfield_description,
input[type=number] + .description,
input[type=number] + .gfield_description {
  margin-top: 1.2rem;
}

.ginput_container_select {
  position: relative;
}
.ginput_container_select:after {
  content: "\f107";
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Font Awesome 6 Pro";
  top: 1.2rem;
  right: 2.5rem;
  width: 0.1rem;
  transition: none;
  position: absolute;
  color: #00529B;
}

select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1rem;
  padding-right: 3.85rem;
  border: 0.2rem solid #E2E6EF;
  border-radius: 0rem;
  background-color: #ffffff;
  font-size: 1.4rem !important;
  color: #231f20;
  margin-left: 0;
  line-height: inherit !important;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  padding: 1rem;
  background-color: #ffffff;
  border: 0.2rem solid #E2E6EF;
  border-radius: 0rem;
  font-size: 1.4rem !important;
  color: rgba(35, 31, 32, 0.5);
}

::-moz-placeholder {
  color: rgba(35, 31, 32, 0.5);
}

::placeholder {
  color: rgba(35, 31, 32, 0.5);
}

#page .gform_fields,
#page ul.gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin-left: 0;
}
#page .gform_fields .gfield:before,
#page .gform_fields .gfmc-column:before,
#page .gform_fields .gfield_radio li:before,
#page .gform_fields .gfield_checkbox li:before,
#page ul.gform_fields .gfield:before,
#page ul.gform_fields .gfmc-column:before,
#page ul.gform_fields .gfield_radio li:before,
#page ul.gform_fields .gfield_checkbox li:before {
  display: none;
}
#page .gform_fields ul.gfield_checkbox,
#page ul.gform_fields ul.gfield_checkbox {
  margin-top: 0.5rem;
}
#page .gform_fields .gfield_radio li, #page .gform_fields .gfield_checkbox li,
#page ul.gform_fields .gfield_radio li,
#page ul.gform_fields .gfield_checkbox li {
  display: flex;
  margin-bottom: 2.4rem;
}
#page .gform_fields .gfield_radio li label, #page .gform_fields .gfield_checkbox li label,
#page ul.gform_fields .gfield_radio li label,
#page ul.gform_fields .gfield_checkbox li label {
  padding: 0;
  padding-left: 1rem;
  text-transform: none;
  font-weight: 400;
}
#page .gform_fields .ginput_complex label,
#page ul.gform_fields .ginput_complex label {
  text-transform: none;
  font-weight: 400;
  padding-top: 0.5rem;
}
#page .gform_fields .gfield_price:not([style="display: none;"]),
#page ul.gform_fields .gfield_price:not([style="display: none;"]) {
  display: flex !important;
  justify-content: space-between;
  align-items: baseline;
}
#page .gform_fields .gfield_price:not([style="display: none;"]) .ginput_container,
#page ul.gform_fields .gfield_price:not([style="display: none;"]) .ginput_container {
  min-width: 12rem;
  text-align: right;
  font-size: 1.4rem;
}
#page .gform_fields .ginput_product_price,
#page ul.gform_fields .ginput_product_price {
  text-align: right;
}
#page .gform_fields .gfield_price:not(.gfield_calculation):not(.gfield_total) label,
#page ul.gform_fields .gfield_price:not(.gfield_calculation):not(.gfield_total) label {
  text-transform: none;
  font-weight: 400;
}

#filter-sidebar .selectize-control .selectize-input {
  cursor: pointer;
}
#filter-sidebar .selectize-control .selectize-input.has-items {
  padding: 0.5rem;
}
#filter-sidebar .selectize-control .selectize-input .item {
  border: 0.2rem solid #E2E6EF;
  border-radius: 0.5rem;
  background: #ffffff;
  text-shadow: none;
  color: #231F20;
  margin-right: 1rem;
  margin-bottom: 0;
}
#filter-sidebar .selectize-control .selectize-input .item a {
  color: #00529B;
  border: none;
  text-shadow: none;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 3rem !important;
  width: 100%;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1.7rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 12px;
  border-radius: 0 0.2rem 0.2rem 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.selectize-control.multi .selectize-input.has-items {
  border: 0.1rem solid #00529B;
}
.selectize-control.multi.plugin-remove_button {
  margin-bottom: 1.5rem;
}

.selectize-input {
  position: relative;
  width: 100%;
  padding: 0;
  padding-right: 3.85rem;
  border: 0.2rem solid #E2E6EF;
  border-radius: 0rem;
  background-color: #ffffff;
  background-image: url("/wp-content/themes/mihr/assets/images/chevron-down.svg");
  background-position-x: calc(100% - (1rem * 2.25));
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: 1rem;
}
.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default;
}
.selectize-input.focus {
  border-color: #00529B;
}
.selectize-input.has-items {
  padding: 0.5rem;
  padding-right: 2.85rem;
}
.selectize-input.has-items .item {
  width: auto;
  margin: 0 0.3rem 0.4rem 0;
  padding: 0.2rem 0.6rem;
  border: 0.2rem solid #E2E6EF;
  border-radius: 0rem;
  font-size: 1.3rem;
  cursor: pointer;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-input > input {
  display: inline-block;
  padding: 0;
  min-height: 0;
  max-height: none;
  max-width: 100%;
  margin: 0 1px;
  text-indent: 0;
  border: 0 none;
  background: none;
  line-height: inherit;
  box-shadow: none;
  font-size: 1.5rem;
}
.selectize-input > input:focus {
  outline: none;
}
.selectize-input > input::-ms-clear {
  display: none;
}

.gfield:not(.multi-file) .ginput_container_fileupload {
  position: relative;
  cursor: pointer;
  background-color: transparent;
}
@media (min-width: 480px) {
  .gfield:not(.multi-file) .ginput_container_fileupload {
    display: flex;
    align-items: center;
  }
}
.gfield:not(.multi-file) .ginput_container_fileupload.hasFile:after {
  content: attr(data-file);
}
.gfield:not(.multi-file) .ginput_container_fileupload:before {
  content: "Choose file";
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: #ffffff;
  font-weight: 700;
  background-color: #00529B;
  height: 3rem;
  display: block;
  padding: 1rem 2rem;
  overflow: hidden;
  word-break: break-all;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width: 480px) {
  .gfield:not(.multi-file) .ginput_container_fileupload:before {
    margin-right: 2.5rem;
    margin-bottom: 0;
  }
}
.gfield:not(.multi-file) .ginput_container_fileupload:after {
  content: "No file chosen";
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.5rem;
}
.gfield:not(.multi-file) .ginput_container_fileupload input {
  display: none;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  background-color: #ffffff;
  margin: -1px 0 0 0;
  border-top: none;
  border: 0.1rem solid rgba(35, 31, 32, 0.5);
  font-size: smaller;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  padding-left: 2rem;
  overflow: hidden;
}
.selectize-dropdown .selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-dropdown .selectize-dropdown-content .option {
  color: #231f20;
  padding: 0.5rem 1rem;
}
.selectize-dropdown .selectize-dropdown-content .option:hover {
  color: rgba(35, 31, 32, 0.5);
}

.selectize-dropdown-header {
  position: relative;
  padding: 0.5rem 0.8rem;
  border-radius: 0.3rem 0.3rem 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -1.2rem;
  line-height: 2rem;
  font-size: 2rem !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown .active {
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

@media (min-width: 780px) {
  body div > .grecaptcha-badge {
    position: absolute !important;
  }
}
.gf-recaptcha-div {
  display: none;
}

body.theme-mihr-purple div > .grecaptcha-badge {
  bottom: -100rem !important;
}

.pw-protect {
  padding-top: 16rem;
}
.pw-protect .hero {
  padding-top: 0;
}
.pw-protect .post-password-form {
  max-width: 848px;
  margin: auto;
  border: 0 solid rgba(226, 230, 239, 0.8);
  padding-top: 2rem !important;
}
@media (min-width: 480px) {
  .pw-protect .post-password-form {
    padding: 4rem !important;
  }
}
@media (min-width: 780px) {
  .pw-protect .post-password-form {
    box-shadow: 0 0 2rem 0 rgba(5, 28, 44, 0.1215686275);
    border: 1px solid rgba(226, 230, 239, 0.8);
  }
}

.eyebrow, #main .eyebrow {
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #636569;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1.6rem;
  font-family: "Libre Franklin", sans-serif;
  letter-spacing: 0.1rem;
  padding: 0;
}
#main .wp-block-cover .eyebrow {
  color: inherit;
}

h2.eyebrow:after,
.h2.eyebrow:after {
  display: none;
}

button, .button,
input[type=submit],
input[type=button],
input[type=reset],
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit],
.wp-block-button .wp-block-button__link {
  display: inline-block;
  padding: 2rem 3rem;
  text-align: center;
  text-transform: uppercase;
  background: #E2E6EF;
  color: #231F20;
  font-size: 1.4rem !important;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.07rem;
  border-radius: 0;
  border-width: 0;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
button:before, .button:before,
input[type=submit]:before,
input[type=button]:before,
input[type=reset]:before,
.gform_wrapper .gform_footer input.button:before,
.gform_wrapper .gform_footer input[type=submit]:before,
.gform_wrapper .gform_page_footer input.button:before,
.gform_wrapper .gform_page_footer input[type=submit]:before,
.wp-block-button .wp-block-button__link:before {
  display: none;
}
button:hover, button:active, .button:hover, .button:active,
input[type=submit]:hover,
input[type=submit]:active,
input[type=button]:hover,
input[type=button]:active,
input[type=reset]:hover,
input[type=reset]:active,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input.button:active,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_footer input[type=submit]:active,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input.button:active,
.gform_wrapper .gform_page_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input[type=submit]:active,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:active {
  background-color: #00529B;
  border-color: #00529B;
}
button:hover, .button:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover,
.gform_wrapper .gform_page_footer input.button:hover,
.gform_wrapper .gform_page_footer input[type=submit]:hover,
.wp-block-button .wp-block-button__link:hover {
  color: #ffffff;
}
button:active, .button:active,
input[type=submit]:active,
input[type=button]:active,
input[type=reset]:active,
.gform_wrapper .gform_footer input.button:active,
.gform_wrapper .gform_footer input[type=submit]:active,
.gform_wrapper .gform_page_footer input.button:active,
.gform_wrapper .gform_page_footer input[type=submit]:active,
.wp-block-button .wp-block-button__link:active {
  color: #EEB311;
}

.tableau-buttons {
  display: flex;
  justify-content: space-around;
}
.tableau-buttons .wp-block-button {
  width: 100%;
}
.tableau-buttons .wp-block-button .wp-block-button__link {
  width: 100%;
}
.tableau-buttons .wp-block-button.current-page a.wp-block-button__link {
  background-color: #00529B;
  border-color: #00529B;
  color: #ffffff;
}

.view-more {
  text-transform: uppercase;
  position: relative;
  font-size: 1.4rem;
  text-decoration: none;
  letter-spacing: 0.07rem;
  opacity: 1;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.view-more.invert a {
  color: #ffffff;
}
.view-more:before, .view-more a:before {
  display: none;
}
.view-more a:after {
  content: "";
  background-image: url("/wp-content/themes/mihr/assets/images/learn-arrow.svg");
  background-size: initial;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 0.7rem;
  cursor: pointer;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.view-more:hover a:after {
  width: 5rem;
}
@media (max-width: 779px) {
  .view-more.has-text-align-center {
    text-align: left;
    margin-top: 1rem;
  }
}
.view-more.view-all {
  font-size: calc(1.2rem - 0.1rem);
}
.view-more.view-all a:after {
  content: "\f054";
  font-weight: 400;
  font-size: calc(1.2rem - 0.4rem);
  font-family: "Font Awesome 6 Pro";
  background-image: none;
  top: 36%;
  left: 7rem;
  width: 0.1rem;
  transition: none;
}
.view-more.view-all.down-arrow {
  margin-left: 2rem;
  font-size: 1.4rem;
}
.view-more.view-all.down-arrow a:after {
  content: "\f078";
  left: -1.8rem;
  top: 0.2rem;
  font-size: 1.2rem;
  background-image: none !important;
}
.view-more.view-all.down-arrow.video {
  margin-left: 3rem;
}
.view-more.view-all.down-arrow.video a:after {
  content: "\f144";
  font-size: 3rem;
  font-weight: 300;
  left: -3.5rem;
  top: -1.1rem;
  color: #EEB311;
}
.view-more.view-all.down-arrow.video a {
  padding-left: 1rem;
  z-index: 10;
}
.view-more.blue {
  display: inline;
}
.view-more.blue a, .view-more.blue a:after {
  color: #00529B;
}
.view-more.blue:hover a, .view-more.blue:hover a:after {
  color: #0E2C53;
}
.view-more.left {
  transform: rotate(180deg);
}

.home .hero .view-more.blue {
  display: block;
}
.home .hero .view-more.blue a:after {
  background-image: url(/wp-content/themes/mihr/assets/images/learn-arrow-white.svg);
}

.angled-bg {
  text-decoration: none;
  position: relative;
  color: #00529B;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.055rem;
  display: flex;
  opacity: 1;
  z-index: 1;
  text-transform: uppercase;
}
.angled-bg .angled-bg-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  margin-left: 2rem;
}
.angled-bg .angled-bg-inner:before {
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  content: "";
  background-color: #EEB311;
  top: 0;
  transform: skew(-25deg);
  z-index: -1;
  height: 3rem;
  width: 100%;
  padding: 0 1rem;
  border-bottom: 0;
}
.angled-bg .angled-bg-inner.down {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  width: 10rem;
}
.angled-bg .angled-bg-inner.down:hover {
  padding-top: 0.8rem;
}
.angled-bg .angled-bg-inner.down:hover:before {
  top: 0.4rem;
}
.angled-bg .angled-bg-inner.down:before {
  padding: 0;
  background-color: #00529B;
}
.angled-bg .angled-bg-inner.centered {
  bottom: 1.5rem;
  margin-left: auto;
}
.angled-bg .angled-bg-inner.dark-blue:before {
  background-color: #0E2C53;
}

.permalink {
  color: #EEB311;
  opacity: 1;
}
.permalink:before {
  display: none;
}
.permalink:hover {
  opacity: 0.5;
}

.career-profiles .wp-block-column ul li a:before {
  border-bottom: 0.1rem solid #EEB311;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}

.main-navigation {
  display: none;
}

@media (min-width: 780px) {
  .main-navigation {
    display: block;
  }
  .main-navigation ul {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
  .main-navigation ul.inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media (min-width: 780px) and (max-width: 779px) {
  .main-navigation.open {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .main-navigation.open .menu {
    position: relative;
    opacity: 1;
  }
  .main-navigation.open .menu .menu-item a {
    color: #231F20;
  }
}
.header-top-menu {
  display: none;
}

@media (min-width: 780px) {
  .header-top-menu {
    background-color: #E2E6EF;
    width: 100%;
    display: block;
    z-index: 20;
    position: fixed;
    transition: all 0.4s ease;
  }
  .header-top-menu > nav {
    display: flex;
    justify-content: flex-end;
  }
  .header-top-menu > nav ul {
    margin-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: flex-end;
    display: flex;
    height: 4rem;
  }
  .header-top-menu > nav ul .menu-item {
    margin: 0 2rem;
  }
  .header-top-menu > nav ul .menu-item a {
    position: relative;
    color: #231F20;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.1rem;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0.055rem;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .header-top-menu > nav ul .menu-item a:hover {
    opacity: 0.5;
  }
  .header-top-menu > nav ul .menu-item:last-child {
    margin-right: 0;
  }
  .header-top-menu > nav ul .menu-item.search-trigger a {
    background-color: #00529B;
    width: 7.4rem;
    color: #ffffff;
    font-size: 1.4rem;
    text-align: center;
  }
  .header-top-menu > nav ul .menu-item.search-trigger a i {
    font-weight: 600;
  }
  .header-top-menu > nav ul .menu-item.wpml-ls-item a {
    font-weight: 700;
  }
  .header-top-menu > nav ul .menu-item.menu-item-has-children {
    max-width: 4rem;
    position: relative;
  }
  .header-top-menu > nav ul .menu-item.menu-item-has-children .sub-menu {
    display: none;
    margin-left: calc(50% - 11rem);
    background-color: #E2E6EF;
    width: 22rem;
    height: auto;
    transition: all 0s ease-in-out;
    border: 0.1rem solid #D0D6E2;
  }
  .header-top-menu > nav ul .menu-item.menu-item-has-children .sub-menu li {
    z-index: 1;
    padding: 2rem 2rem 0 2rem;
    white-space: nowrap;
    margin: 0;
    transition: all 0s ease-in-out;
  }
  .header-top-menu > nav ul .menu-item.menu-item-has-children .sub-menu li:last-child {
    padding-bottom: 2rem;
  }
  .header-top-menu > nav ul .menu-item.menu-item-has-children .sub-menu li a {
    transition: all 0s ease-in-out;
  }
  .header-top-menu > nav ul .menu-item.menu-item-has-children:hover:before {
    content: "";
    background-image: url(/wp-content/themes/mihr/assets/images/top-menu-chevron.svg);
    background-size: initial;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    bottom: -0.1rem;
    left: calc(50% - 1.2rem);
    width: 2rem;
    height: 1.4rem;
    position: absolute;
    cursor: pointer;
    z-index: 100;
  }
  .header-top-menu > nav ul .menu-item.menu-item-has-children:hover .sub-menu {
    display: inline-block;
  }
  .header-top-menu > nav ul > .menu-item:lang(fr) {
    max-width: 12rem;
  }
  .header-top-menu > nav ul > .menu-item:lang(fr).menu-item-has-children {
    max-width: 6.25rem;
  }
  .header-top-menu > nav ul > .menu-item:lang(fr).menu-item-has-children .sub-menu li {
    max-width: none;
  }
}
#toggle-right {
  display: none;
}

@media (min-width: 780px) {
  .nav-up .header-top-menu > nav ul .menu-item.menu-item-has-children:hover .sub-menu {
    display: none;
  }
}

.main-menu-toggle {
  position: relative;
}
.main-menu-toggle a {
  height: 2.2rem;
  width: 1.8rem;
  position: absolute;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.main-menu-toggle a::after {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "\f0c9";
  position: absolute;
  top: calc(100% - 2.4rem);
  right: 0;
  z-index: 5;
  font-size: 1.8rem;
  font-weight: 300;
  color: #000000;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}
@media (min-width: 780px) {
  .main-menu-toggle a {
    display: none;
  }
}
.main-menu-toggle a span {
  height: 1.8rem;
  width: 1.8rem;
}
.main-menu-toggle a:after {
  transition: none;
}
.mm-ocd-opened .main-menu-toggle a::after {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";
  position: absolute;
  top: calc(100% - 2.4rem);
  right: 0;
  z-index: 5;
  font-size: 1.8rem;
  font-weight: 300;
  color: #000000;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}
.mm-ocd-opened .main-menu-toggle a:after {
  transform: rotate(180deg);
  transition: 0.5s ease-in-out;
}

/* Main Menu Mobile Icon */
.mobile-wrapper {
  display: flex;
  padding-right: 2rem;
}
.mobile-wrapper .language-toggle-mobile {
  padding-right: 2rem;
}
@media (min-width: 780px) {
  .mobile-wrapper {
    display: none;
  }
}
.mobile-wrapper ul {
  list-style-type: none;
  margin-left: 0;
}
.mobile-wrapper ul li {
  margin-bottom: 0;
}
.mobile-wrapper ul li a {
  font-size: 1.1rem;
}
nav#mobile-navigation {
  display: none;
}
nav#mobile-navigation .mobile-navigation-wrapper {
  position: absolute;
  z-index: 10;
}
nav#mobile-navigation .mobile-navigation-wrapper .search-mobile {
  padding: 0 3rem;
}
nav#mobile-navigation .mobile-navigation-wrapper .search-mobile form {
  position: relative;
}
nav#mobile-navigation .mobile-navigation-wrapper .search-mobile form input[type=text] {
  padding-left: 1rem;
  margin-top: 2rem;
}
nav#mobile-navigation .mobile-navigation-wrapper .search-mobile form:after {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "\f002";
  position: absolute;
  top: 3.2rem;
  right: 2rem;
  z-index: 5;
  font-size: 1.6rem;
  font-weight: 300;
  color: #00529B;
  pointer-events: none;
}
nav#mobile-navigation li.menu-item-has-children {
  position: relative;
}
nav#mobile-navigation .socials a {
  display: inline;
}
nav#mobile-navigation .socials a:after {
  display: none;
}

.mm-ocd {
  top: 0;
}

.mm-ocd__content {
  width: 28rem;
  min-width: calc(100% - (100% - 28rem));
  max-width: calc(100% - (100% - 28rem));
  border-top: 0.1rem solid #E2E6EF;
  top: 8rem;
}

.mm-ocd--open {
  background: transparent;
}
.mm-ocd--open .mm-ocd__backdrop {
  background: transparent;
  width: 100% !important;
  max-width: 100% !important;
  z-index: 0;
}
.mm-ocd--open .mm-ocd__backdrop:before {
  content: "";
  position: absolute;
  top: 0;
  margin-top: 12.5rem;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 82, 155, 0.95);
}
.mm-ocd--open nav#mobile-navigation {
  background: #ffffff;
  display: block;
}
.mm-ocd--open nav#mobile-navigation:after {
  background: #ffffff;
  opacity: 1;
  position: relative;
}
.mm-ocd--open nav#mobile-navigation .mobile-primary {
  position: relative;
  min-height: 53rem;
}
.mm-ocd--open nav#mobile-navigation .mobile-primary .mm-spn--open {
  background: #ffffff;
  top: 0;
  padding-left: 0;
}
.mm-ocd--open nav#mobile-navigation .mobile-primary .mm-spn--open li a {
  font-size: 1.3rem;
  font-weight: 300;
  align-items: center;
  display: flex;
}
.mm-ocd--open nav#mobile-navigation .mobile-primary .mm-spn--open li:before {
  font-family: "Font Awesome 6 pro";
  font-weight: 900;
  content: "\f0dd";
  transition: all 0.2s ease-in-out;
  top: 1.7rem;
  right: 2rem;
  color: #EEB311;
  border-top: none;
  border-right: none;
  transform: rotate(0deg) translate(0, -50%);
  z-index: 10;
}
.mm-ocd--open nav#mobile-navigation .mobile-primary .mm-spn--open li:after {
  margin-left: 0;
}
.mm-ocd--open nav#mobile-navigation .mobile-primary .mm-spn--open.sub-menu {
  background: #E2E6EF;
}
.mm-ocd--open nav#mobile-navigation .mobile-primary .mm-spn--open.sub-menu a {
  padding-right: 5rem;
}
.mm-ocd--open nav#mobile-navigation .mobile-primary .mm-spn--open.sub-menu li:before {
  transform: rotate(-90deg) translate(0, -50%);
}
.mm-ocd--open nav#mobile-navigation .mobile-primary .mm-spn--open.sub-menu:after {
  height: 0;
}
.mm-ocd--open nav#mobile-navigation .mobile-primary .mm-spn--parent {
  top: 51px !important;
}
.mm-ocd--open nav#mobile-navigation .mobile-primary .mm-spn--parent.mm-spn--open {
  background: #ffffff;
  top: 0;
}

.admin-bar .mm-ocd__content {
  top: 12.5rem;
}

nav.posts-nav {
  border-top: 0.1rem solid #E2E6EF;
  padding-top: 4.8rem;
  margin-top: 4.8rem;
  margin-bottom: 12rem;
  font-size: 1.4rem;
  font-family: "Libre Franklin", sans-serif;
  padding-right: 4rem;
  max-width: 112rem;
  margin-right: auto;
  margin-left: auto;
}
nav.posts-nav .next-link {
  float: right;
}
nav.posts-nav .prev-link {
  float: left;
}
nav.posts-nav a {
  text-transform: uppercase;
  position: relative;
  font-size: 1.4rem;
  text-decoration: none;
  letter-spacing: 0.07rem;
}
nav.posts-nav a:before, nav.posts-nav a a:before {
  display: none;
}
nav.posts-nav a:after {
  content: "";
  background-image: url("/wp-content/themes/mihr/assets/images/learn-arrow.svg");
  background-size: initial;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  top: 0.6rem;
  width: 4rem;
  height: 0.7rem;
  position: absolute;
  cursor: pointer;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
nav.posts-nav a:hover:after {
  width: 5rem;
}
nav.posts-nav a[rel=prev] {
  margin-left: auto;
  padding-left: 4rem;
}
nav.posts-nav a[rel=prev]:after {
  display: none;
}
nav.posts-nav a[rel=prev]:before {
  display: block;
  content: "";
  background-image: url("/wp-content/themes/mihr/assets/images/learn-arrow.svg");
  background-size: initial;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
  top: 0.5rem;
  width: 4rem;
  height: 0.7rem;
  position: absolute;
  cursor: pointer;
  left: 0;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
nav.posts-nav a[rel=prev]:hover:before {
  left: -1rem;
}

.pagination {
  width: 100%;
}
.pagination .links {
  border-top: 0.1rem solid #E2E6EF;
  padding-top: 4.8rem;
  margin-top: 4.8rem;
  margin-bottom: 12rem;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  font-family: "Libre Franklin", sans-serif;
  padding-right: 4rem;
  padding-left: 4rem;
}
.pagination .links .next-link {
  text-transform: uppercase;
  position: relative;
  font-size: 1.4rem;
  text-decoration: none;
  letter-spacing: 0.07rem;
}
.pagination .links .next-link:before, .pagination .links .next-link a:before {
  display: none;
}
.pagination .links .next-link:after {
  content: "";
  background-image: url("/wp-content/themes/mihr/assets/images/learn-arrow.svg");
  background-size: initial;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  top: 0.6rem;
  width: 4rem;
  height: 0.7rem;
  position: absolute;
  cursor: pointer;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.pagination .links .next-link:hover:after {
  width: 5rem;
}
.pagination .links .prev-link {
  padding-left: 5rem;
}
.pagination .links .prev-link:after {
  display: none;
}
.pagination .links .prev-link:before {
  display: block;
  content: "";
  background-image: url("/wp-content/themes/mihr/assets/images/learn-arrow.svg");
  background-size: initial;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
  top: 0.5rem;
  width: 4rem;
  height: 0.7rem;
  position: absolute;
  cursor: pointer;
  left: 0;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.pagination .links .prev-link:hover:before {
  left: -1rem;
}
.pagination .links .numbers .bubble.active {
  text-decoration: underline;
  color: #EEB311;
}

body {
  overflow: auto;
}
body .mfp-container {
  overflow: auto;
}
body.modal-open {
  overflow: hidden;
}
body .mfp-bg {
  background: #00529B;
}
body .mfp-close {
  opacity: 1;
  top: 0;
  color: #ffffff !important;
  font-size: 2rem !important;
}
body .mfp-close:before {
  position: absolute;
  right: 0.8rem;
  top: calc(100% - 3.7rem);
  width: 3rem;
  height: 3rem;
  background-image: none;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  content: "";
  font-weight: 400;
  background-color: #EEB311;
  border-radius: 5rem;
  display: flex;
  z-index: -1;
}
body .mfp-close:hover {
  background: none;
}
body .mfp-close:hover:before {
  background-color: #d09d11;
}
@media (min-width: 1100px) {
  body .mfp-close {
    top: -2rem;
    right: calc(50% - 56rem);
  }
  body .mfp-close:active {
    top: -2rem;
    background-color: transparent;
    border-color: transparent;
  }
}
body .mfp-close:active {
  background-color: transparent;
  border-color: transparent;
}
body .standard-modal {
  position: relative;
  background: #ffffff;
  padding: 6rem;
  width: auto;
  max-width: 108rem;
  margin: auto;
  box-shadow: 0 0 4rem 0 rgba(5, 28, 44, 0.1215686275);
}
body .standard-modal .wp-block-group__inner-container > * {
  margin-top: 0;
}
body .standard-modal .wp-block-group .wp-block-columns {
  margin-bottom: 0;
  border: 0.1rem solid #8D8D8D;
}
@media (max-width: 779px) {
  body .standard-modal .wp-block-group .wp-block-columns {
    flex-wrap: wrap;
  }
}
body .standard-modal .wp-block-group .wp-block-columns .wp-block-column {
  margin-bottom: 0;
  margin-left: 0;
  padding: 3rem 6rem;
}
body .standard-modal .wp-block-group .wp-block-columns .wp-block-column:first-child {
  margin: 1rem;
}
@media (min-width: 780px) {
  body .standard-modal .wp-block-group .wp-block-columns .wp-block-column:first-child {
    padding: 0;
  }
}
@media (max-width: 779px) {
  body .standard-modal .wp-block-group .wp-block-columns .wp-block-column:first-child {
    flex-basis: 100% !important;
  }
}
body .standard-modal ul {
  list-style: none;
  margin-left: 4rem;
}
body .standard-modal ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 0.8rem;
}
@media (min-width: 480px) {
  body .standard-modal ul li {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
body .standard-modal ul li:before {
  position: absolute;
  content: "";
  border-bottom: 0.1rem solid #E9941E;
  width: 3rem;
  top: 1.2rem;
  margin-left: -4rem;
}

.slick-list {
  padding-left: 2rem;
  margin-left: -2rem;
}
.slick-list .slick-track {
  height: 50rem;
}
.slick-list .slick-track:lang(fr) {
  height: 56rem;
}

.slick-slider {
  margin-top: 6rem;
}
@media (min-width: 780px) {
  .slick-slider .slick-slide:nth-child(3n) {
    margin-right: 0;
  }
}
.slick-slider .slick-slide .card {
  box-shadow: 0 0 0 0 rgba(5, 28, 44, 0.1215686275);
}
.slick-slider .slick-slide .card:hover {
  box-shadow: 0 0 2rem 0 rgba(0, 82, 155, 0.4039215686);
}
.slick-slider .slick-slide .content {
  min-height: 25rem;
  padding: 3rem;
}
.slick-slider .slick-slide .content:lang(fr) {
  min-height: 30rem;
}
.slick-slider .slick-slide .content .baytek_carousel-text {
  font-weight: 300;
}
.slick-slider .slick-active .card {
  box-shadow: 0 0 2rem 0 rgba(5, 28, 44, 0.1215686275);
}
.slick-slider .slick-active .card:after {
  bottom: 3rem;
  left: 3rem;
}
.slick-slider .slick-arrow {
  position: absolute;
  bottom: -9rem;
  height: 8rem;
  width: 8rem;
  left: calc(50% + 1rem);
  background-color: #ffffff;
  padding: 2rem;
  box-shadow: 0 0 2rem 0 rgba(5, 28, 44, 0.1215686275);
}
@media (min-width: 780px) {
  .slick-slider .slick-arrow {
    padding: 2rem 3rem;
    bottom: -12rem;
    left: 50%;
  }
}
.slick-slider .slick-arrow::after {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  position: absolute;
  top: calc(100% - 5.2rem);
  right: 3rem;
  z-index: 5;
  font-size: 2.5rem;
  font-weight: 600;
  color: #00529B;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}
.slick-slider .slick-arrow.slick-prev {
  transform: rotate(-180deg);
  left: calc(50% - 10rem);
}
@media (min-width: 780px) {
  .slick-slider .slick-arrow.slick-prev {
    left: calc(50% - 14rem);
  }
}
.slick-slider .slick-arrow:hover {
  background-color: #ffffff;
  box-shadow: 0 0 2rem 0 rgba(0, 82, 155, 0.4039215686);
}
.slick-slider .slick-arrow:hover:after {
  opacity: 0.7;
}

.logo-slider .slick-list .slick-track {
  padding-top: 0.1rem;
  height: 53rem;
}
@media (min-width: 980px) {
  .logo-slider .card {
    max-width: 28rem;
  }
}
.logo-slider .slide__image__wrapper {
  margin: 2rem 2rem 0;
}
.logo-slider .slide__image__inner {
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 16rem;
}
.logo-slider .card:not(:has(a[href])):after {
  display: none;
}
.logo-slider .baytek_carousel-link:not([href]) {
  cursor: default !important;
}
.logo-slider .slick-arrow {
  bottom: -3rem;
}

.wp-block-media-text {
  margin-bottom: 1.6rem;
}
.wp-block-media-text.auto-grid {
  grid-template-columns: auto auto;
}
.wp-block-media-text.media-round img {
  border-radius: 50%;
}
.wp-block-media-text.media-64 {
  grid-template-columns: 6.4rem auto;
}
.wp-block-media-text.guttered {
  grid-gap: 3.2rem;
}
.wp-block-media-text.guttered .wp-block-media-text__content {
  padding: 0;
}

/**
 * IE10/11 Flex Fallback for Grids
 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-media-text {
    display: flex;
  }
  .wp-block-media-text > * {
    width: 50%;
  }
  .wp-block-media-text.is-vertically-aligned-top {
    align-items: flex-start;
  }
  .wp-block-media-text.auto-grid .wp-block-media-text__media {
    width: auto;
  }
  .wp-block-media-text.auto-grid .wp-block-media-text__content {
    width: 100%;
  }
  .wp-block-media-text.media-64 .wp-block-media-text__media {
    width: 6.4rem;
  }
  .wp-block-media-text.media-64 .wp-block-media-text__content {
    width: 100%;
  }
}

.alert,
.message,
.validation_error,
.gform_confirmation_message {
  margin-bottom: 2.4rem;
  padding: 1.5em;
  border: 0.2rem solid;
  border-radius: 0.5rem;
}
@media (min-width: 780px) {
  .alert,
  .message,
  .validation_error,
  .gform_confirmation_message {
    margin-bottom: 6rem;
  }
}
.alert *,
.message *,
.validation_error *,
.gform_confirmation_message * {
  color: inherit;
}

.alert.info,
.message.info {
  background-color: #d9edf7;
  border-color: rgba(49, 112, 143, 0.7);
  color: #31708f;
}

.alert.success,
.message.success,
.gform_confirmation_message {
  background-color: #dff0d8;
  border-color: rgba(60, 118, 61, 0.7);
  color: #3c763d;
}

.alert.warning,
.message.warning {
  background-color: #fcf8e3;
  border-color: rgba(138, 109, 59, 0.7);
  color: #8a6d3b;
  font-weight: bolder;
}

.alert.error,
.message.error,
.validation_error {
  background-color: #f2dede;
  border-color: rgba(171, 25, 45, 0.7);
  color: #AB192D;
  font-weight: bolder;
}

.wp-block-columns {
  gap: 0 !important;
}
.wp-block-columns.no-gutters .wp-block-column {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (min-width: 600px) {
  .wp-block-columns.no-gutters .wp-block-column {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 600px) {
  .wp-block-columns.breaks-early .wp-block-column {
    flex-basis: 100%;
  }
}
.wp-block-columns.top-bordered {
  border-top: 1px solid #E2E6EF;
  padding-top: 4rem;
}
.wp-block-columns.bottom-bordered {
  border-bottom: 1px solid #E2E6EF;
  padding-bottom: 4rem;
}
.wp-block-columns .wp-block-column.auto-width {
  flex-basis: auto !important;
}
@media (max-width: 479px) {
  .wp-block-columns .wp-block-column.right-bordered {
    margin-bottom: 2.4rem;
    border-bottom: 1px solid #E2E6EF;
  }
}
@media (min-width: 780px) {
  .wp-block-columns .wp-block-column.right-bordered {
    padding-right: 3.2rem;
    border-right: 1px solid #E2E6EF;
  }
}
@media (min-width: 780px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: 2em;
  }
}

.alignfull {
  width: 100%;
  max-width: 100%;
}
.alignfull.wp-block-group .wp-block-group__inner-container {
  width: 100%;
  max-width: 100%;
}

#main > .container,
#main > .post > .container,
#main > .wp-block-group,
#main > .wp-block-cover,
#main > .wp-block-columns,
body.single #main > article > .container,
body.single #main > article > .post > .container,
body.single #main > article > .wp-block-group,
body.single #main > article > .wp-block-cover,
body.single #main > article > .wp-block-columns {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  margin-bottom: 4.8rem;
}
@media (min-width: 780px) {
  #main > .container,
  #main > .post > .container,
  #main > .wp-block-group,
  #main > .wp-block-cover,
  #main > .wp-block-columns,
  body.single #main > article > .container,
  body.single #main > article > .post > .container,
  body.single #main > article > .wp-block-group,
  body.single #main > article > .wp-block-cover,
  body.single #main > article > .wp-block-columns {
    margin-bottom: calc(4.8rem + 2.2rem);
  }
}
@media (min-width: 1416px) {
  #main > .container,
  #main > .post > .container,
  #main > .wp-block-group,
  #main > .wp-block-cover,
  #main > .wp-block-columns,
  body.single #main > article > .container,
  body.single #main > article > .post > .container,
  body.single #main > article > .wp-block-group,
  body.single #main > article > .wp-block-cover,
  body.single #main > article > .wp-block-columns {
    padding-left: 0;
    padding-right: 0;
  }
}
#main > .container.no-margin,
#main > .post > .container.no-margin,
#main > .wp-block-group.no-margin,
#main > .wp-block-cover.no-margin,
#main > .wp-block-columns.no-margin,
body.single #main > article > .container.no-margin,
body.single #main > article > .post > .container.no-margin,
body.single #main > article > .wp-block-group.no-margin,
body.single #main > article > .wp-block-cover.no-margin,
body.single #main > article > .wp-block-columns.no-margin {
  margin-bottom: 0;
}
#main > .container.alignfull,
#main > .post > .container.alignfull,
#main > .wp-block-group.alignfull,
#main > .wp-block-cover.alignfull,
#main > .wp-block-columns.alignfull,
body.single #main > article > .container.alignfull,
body.single #main > article > .post > .container.alignfull,
body.single #main > article > .wp-block-group.alignfull,
body.single #main > article > .wp-block-cover.alignfull,
body.single #main > article > .wp-block-columns.alignfull {
  padding-left: 0;
  padding-right: 0;
}
#main > .container.is-padded,
#main > .post > .container.is-padded,
#main > .wp-block-group.is-padded,
#main > .wp-block-cover.is-padded,
#main > .wp-block-columns.is-padded,
body.single #main > article > .container.is-padded,
body.single #main > article > .post > .container.is-padded,
body.single #main > article > .wp-block-group.is-padded,
body.single #main > article > .wp-block-cover.is-padded,
body.single #main > article > .wp-block-columns.is-padded {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
@media (min-width: 780px) {
  #main > .container.is-padded,
  #main > .post > .container.is-padded,
  #main > .wp-block-group.is-padded,
  #main > .wp-block-cover.is-padded,
  #main > .wp-block-columns.is-padded,
  body.single #main > article > .container.is-padded,
  body.single #main > article > .post > .container.is-padded,
  body.single #main > article > .wp-block-group.is-padded,
  body.single #main > article > .wp-block-cover.is-padded,
  body.single #main > article > .wp-block-columns.is-padded {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
#main > .container.purple-section,
#main > .post > .container.purple-section,
#main > .wp-block-group.purple-section,
#main > .wp-block-cover.purple-section,
#main > .wp-block-columns.purple-section,
body.single #main > article > .container.purple-section,
body.single #main > article > .post > .container.purple-section,
body.single #main > article > .wp-block-group.purple-section,
body.single #main > article > .wp-block-cover.purple-section,
body.single #main > article > .wp-block-columns.purple-section {
  padding: 0;
  overflow: hidden;
}

@media (max-width: 779px) {
  #main > .wp-block-group.mobile-wide {
    padding-left: 0;
    padding-right: 0;
  }
}
.wp-block-group.no-margin,
.wp-block-cover.no-margin,
.wp-block-columns.no-margin,
.wp-block-column.no-margin {
  margin-bottom: 0;
}

.alignwide,
.container,
.wp-block-group .wp-block-group__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  max-width: 1368px;
  margin: 0 auto;
}
.alignwide > .wp-block-group,
.alignwide > .wp-block-cover,
.alignwide > .wp-block-columns,
.container > .wp-block-group,
.container > .wp-block-cover,
.container > .wp-block-columns,
.wp-block-group .wp-block-group__inner-container > .wp-block-group,
.wp-block-group .wp-block-group__inner-container > .wp-block-cover,
.wp-block-group .wp-block-group__inner-container > .wp-block-columns,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-group,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-cover,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-columns {
  margin-bottom: 2.4rem;
}
@media (min-width: 780px) {
  .alignwide > .wp-block-group,
  .alignwide > .wp-block-cover,
  .alignwide > .wp-block-columns,
  .container > .wp-block-group,
  .container > .wp-block-cover,
  .container > .wp-block-columns,
  .wp-block-group .wp-block-group__inner-container > .wp-block-group,
  .wp-block-group .wp-block-group__inner-container > .wp-block-cover,
  .wp-block-group .wp-block-group__inner-container > .wp-block-columns,
  .wp-block-cover .wp-block-cover__inner-container > .wp-block-group,
  .wp-block-cover .wp-block-cover__inner-container > .wp-block-cover,
  .wp-block-cover .wp-block-cover__inner-container > .wp-block-columns {
    margin-bottom: 6rem;
  }
}
.alignwide > .wp-block-group.no-margin,
.alignwide > .wp-block-cover.no-margin,
.alignwide > .wp-block-columns.no-margin,
.container > .wp-block-group.no-margin,
.container > .wp-block-cover.no-margin,
.container > .wp-block-columns.no-margin,
.wp-block-group .wp-block-group__inner-container > .wp-block-group.no-margin,
.wp-block-group .wp-block-group__inner-container > .wp-block-cover.no-margin,
.wp-block-group .wp-block-group__inner-container > .wp-block-columns.no-margin,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-group.no-margin,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-cover.no-margin,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-columns.no-margin {
  margin-bottom: 0;
}
.alignwide > .wp-block-group.top-margin,
.alignwide > .wp-block-cover.top-margin,
.alignwide > .wp-block-columns.top-margin,
.container > .wp-block-group.top-margin,
.container > .wp-block-cover.top-margin,
.container > .wp-block-columns.top-margin,
.wp-block-group .wp-block-group__inner-container > .wp-block-group.top-margin,
.wp-block-group .wp-block-group__inner-container > .wp-block-cover.top-margin,
.wp-block-group .wp-block-group__inner-container > .wp-block-columns.top-margin,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-group.top-margin,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-cover.top-margin,
.wp-block-cover .wp-block-cover__inner-container > .wp-block-columns.top-margin {
  margin-top: 2.4rem;
}
@media (min-width: 780px) {
  .alignwide > .wp-block-group.top-margin,
  .alignwide > .wp-block-cover.top-margin,
  .alignwide > .wp-block-columns.top-margin,
  .container > .wp-block-group.top-margin,
  .container > .wp-block-cover.top-margin,
  .container > .wp-block-columns.top-margin,
  .wp-block-group .wp-block-group__inner-container > .wp-block-group.top-margin,
  .wp-block-group .wp-block-group__inner-container > .wp-block-cover.top-margin,
  .wp-block-group .wp-block-group__inner-container > .wp-block-columns.top-margin,
  .wp-block-cover .wp-block-cover__inner-container > .wp-block-group.top-margin,
  .wp-block-cover .wp-block-cover__inner-container > .wp-block-cover.top-margin,
  .wp-block-cover .wp-block-cover__inner-container > .wp-block-columns.top-margin {
    margin-top: 6rem;
  }
}

.alignwide.narrow,
.container.narrow,
.wp-block-group.narrow .wp-block-group__inner-container,
.wp-block-cover.narrow .wp-block-cover__inner-container {
  max-width: 960px;
}

.alignwide.extra-narrow,
.container.extra-narrow,
.wp-block-group.extra-narrow .wp-block-group__inner-container,
.wp-block-cover.extra-narrow .wp-block-cover__inner-container {
  max-width: 462px;
}

.wp-block-cover {
  min-height: 42rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-cover {
    height: 42rem;
  }
}
.wp-block-cover.tall {
  min-height: 60rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-cover.tall {
    height: 60rem;
  }
}
.wp-block-cover.tall.very {
  min-height: 80rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-cover.tall.very {
    height: 80rem;
  }
}
.wp-block-cover.bottom-aligned {
  align-items: flex-end;
}
.wp-block-cover.bottom-aligned .wp-block-cover__inner-container {
  margin-bottom: 4.8rem;
}
@media (min-width: 780px) {
  .wp-block-cover.bottom-aligned .wp-block-cover__inner-container {
    margin-bottom: 12rem;
  }
}
.wp-block-cover .wp-block-cover__inner-container {
  max-width: 960px;
}
.wp-block-cover .wp-block-cover__inner-container h1, .wp-block-cover .wp-block-cover__inner-container h2 {
  max-width: inherit;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wp-block-cover,
  .wp-block-cover {
    width: inherit;
  }
  .wp-block-cover.main-cta, .wp-block-cover.alignfull,
  .wp-block-cover.main-cta,
  .wp-block-cover.alignfull {
    width: 100vw !important;
  }
}

body.single article > header.wp-block-cover {
  margin-bottom: 4.8rem;
}

/*
 * Team Member Template Styling
 * - Default Picture Shows at first
 * - Hover reveals name, title, bio, and more links
*/
.team-members .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}

.featured-team-member {
  flex: 1 1 100%;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 4%;
}
@media (min-width: 480px) {
  .featured-team-member {
    flex: 1 1 calc(50% - 2.4rem);
    min-width: calc(50% - 2.4rem);
    max-width: calc(50% - 2.4rem);
    margin-right: 4.8rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 780px) {
  .featured-team-member {
    flex: 1 1 calc(33% - 2.8rem);
    min-width: calc(33% - 2.8rem);
    max-width: calc(33% - 2.8rem);
    margin-right: 4.6rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 779px) {
  .featured-team-member:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 780px) {
  .featured-team-member:nth-child(3n) {
    margin-right: 0;
  }
}
.featured-team-member .featured-image {
  height: 28.8rem;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
}

body .featured-content.standard-modal.team-modal {
  background: none;
  box-shadow: none;
  max-width: 107.4rem;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 480px) {
  body .featured-content.standard-modal.team-modal {
    margin: 6rem auto;
  }
}
body .featured-content.standard-modal.team-modal .featured-content-wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  display: flex;
  position: relative;
  box-shadow: 0 0 4rem 0 rgba(5, 28, 44, 0.7490196078);
}
body .featured-content.standard-modal.team-modal .h4 {
  color: #00529B;
  font-weight: 600;
}
@media (min-width: 480px) {
  body .featured-content.standard-modal.team-modal .left {
    padding: 4rem;
    position: relative;
  }
  body .featured-content.standard-modal.team-modal .left:after {
    content: "";
    position: absolute;
    border-right: 0.1rem solid #E2E6EF;
    top: 0;
    bottom: 0;
    right: 0;
  }
}
body .featured-content.standard-modal.team-modal .featured-image {
  height: calc(28.8rem + 1.2rem);
  width: calc(28.8rem + 1.2rem);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex: 1;
  flex-basis: 50%;
}
body .featured-content.standard-modal.team-modal .featured-excerpt {
  padding: 3rem;
  flex: 1;
  flex-basis: 108%;
}
@media (min-width: 480px) {
  body .featured-content.standard-modal.team-modal .featured-excerpt {
    padding: 4rem;
  }
}
body .featured-content.standard-modal.team-modal .member-meta span {
  display: block;
  padding-top: 4rem;
}
@media (min-width: 480px) {
  body .featured-content.standard-modal.team-modal .member-meta span {
    display: inline-block;
    margin-right: 1rem;
  }
}
body .featured-content.standard-modal.team-modal .member-meta span i {
  margin-right: 1rem;
}
body .featured-content.standard-modal.team-modal .member-meta span a {
  text-transform: none;
}
@media only screen and (max-width: 820px) {
  body .featured-content.standard-modal.team-modal .featured-content-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  body .featured-content.standard-modal.team-modal .featured-excerpt {
    min-width: 100%;
  }
  body .featured-content.standard-modal.team-modal .featured-content-wrapper .featured-image {
    margin-right: 0;
    margin-top: 2rem;
  }
}

@media (min-width: 780px) {
  .primary > ul {
    display: flex;
    justify-content: right;
  }
  .primary .mega-menu {
    position: absolute;
    transition: opacity 0.4s ease-in-out;
    width: 100%;
    z-index: 99;
    background: #ffffff;
    left: 0;
    box-shadow: 0 2rem 4rem -2rem rgba(5, 28, 44, 0.1215686275);
  }
}
@media (min-width: 780px) and (min-width: 780px) {
  .primary .mega-menu {
    display: none;
    height: auto;
    top: 9.6rem !important;
  }
}
@media (min-width: 780px) {
  .primary .mega-menu p a {
    font-weight: normal;
  }
}
@media (min-width: 780px) {
  .primary .mega-menu strong a, .primary .mega-menu a strong {
    font-weight: 700;
  }
}
@media (min-width: 780px) {
  .primary .menu-item {
    margin-bottom: 0;
    border-right: 0.1rem solid #E2E6EF;
    height: 9.5rem;
    display: flex;
    align-items: center;
  }
  .primary .menu-item:first-child {
    border-left: 0.1rem solid #E2E6EF;
  }
  .primary .menu-item > a {
    position: relative;
    color: #231F20;
    display: block;
    font-size: 1.3rem;
    font-weight: 500;
    transition: all 0.2s ease-out;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    max-width: 16rem;
    padding-right: 3rem;
    padding-left: 3rem;
    padding-top: 2.6rem;
    height: 100%;
  }
  .primary .menu-item > a:lang(fr) {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .primary .menu-item > a:after {
    transition: all 0.2s ease-out;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    content: "";
    background-image: url("/wp-content/themes/mihr/assets/images/yellow-chevron.svg");
    background-size: initial;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    left: auto;
    width: 1.2rem;
    height: 1.3rem;
    position: absolute;
    cursor: pointer;
    z-index: 100;
  }
  .primary .menu-item > a:before {
    display: none;
  }
  .primary .menu-item > a:hover {
    color: #00529B;
    transition: all 0.2s ease-out;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .primary .menu-item > a:hover:before {
    display: block;
    content: "";
    background-image: url("/wp-content/themes/mihr/assets/images/mega-chevron.svg");
    background-size: initial;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    bottom: -0.15rem;
    left: calc(50% - 1.2rem);
    width: 2rem;
    height: 1.4rem;
    position: absolute;
    cursor: pointer;
    z-index: 100;
  }
  .primary .menu-item.mega-chevron > a {
    color: #00529B;
    transition: all 0.2s ease-out;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .primary .menu-item.mega-chevron > a:before {
    display: block;
    content: "";
    background-image: url("/wp-content/themes/mihr/assets/images/mega-chevron.svg");
    background-size: initial;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    bottom: -0.15rem;
    left: calc(50% - 1.2rem);
    width: 2rem;
    height: 1.4rem;
    position: absolute;
    cursor: pointer;
    z-index: 100;
  }
  .primary .menu-item.current-menu-item > a {
    color: #00529B;
  }
  .primary .menu-item.menu-item-3392 a {
    padding-top: 2rem;
    line-height: 1.4;
  }
  .primary .menu-item.menu-item-3390 a {
    padding-top: 2rem;
    line-height: 1.4;
  }
  .primary .menu-item.menu-item-2694 a {
    padding-top: 2rem;
    line-height: 1.4;
  }
  .primary .menu-item.menu-item-1787 a {
    padding-top: 2rem;
    line-height: 1.4;
  }
}
@media (min-width: 780px) {
  .primary .current_page_item > a, .primary .current-page-ancestor > a {
    color: #00529B;
  }
}
@media (min-width: 780px) {
  .primary .resource-menu-item a {
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 3.1rem;
  }
  .primary .resource-menu-item a:after {
    display: none;
  }
  .primary .resource-menu-item a i {
    color: #231F20;
    padding-right: 0.1rem;
    padding-top: 1rem;
  }
  .primary .resource-menu-item a:hover:before, .primary .resource-menu-item a:hover:after, .primary .resource-menu-item a:active:before, .primary .resource-menu-item a:active:after {
    display: none;
  }
}
@media (min-width: 780px) {
  .primary .mega-top-title-link {
    border-bottom: 0.2rem solid #0E2C53;
    position: relative;
  }
  .primary .mega-top-title-link a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .primary .mega-top-title-link a:after {
    right: 0;
    top: calc(50% - 0.5rem);
  }
  .primary .mega-top-title-link a:hover:after {
    right: -1rem;
  }
  .primary .mega-top-title-link h2 {
    font-size: 1.3rem;
    text-transform: uppercase;
  }
  .primary .mega-top-title-link .wp-block-columns {
    max-width: 100%;
    margin: 0 auto;
    padding: 3rem;
  }
  .primary .mega-top-title-link .wp-block-columns .view-more {
    margin-right: 4.5rem;
  }
  .primary .mega-top-title-link.purple {
    border-bottom-color: #60269E;
  }
  .primary .mega-top-title-link.purple h2 {
    color: #60269E;
  }
  .primary .mega-top-title-link.purple .view-more:after {
    background-image: url("/wp-content/themes/mihr/assets/images/learn-arrow-purple.svg");
  }
  .primary .mega-top-title-link.green {
    border-bottom-color: #6BA43A;
  }
  .primary .mega-top-title-link.green h2 {
    color: #6BA43A;
  }
  .primary .mega-top-title-link.green .view-more:after {
    background-image: url("/wp-content/themes/mihr/assets/images/learn-arrow-green.svg");
  }
  .primary .mega-top-title-link.red {
    border-bottom-color: #AB192D;
  }
  .primary .mega-top-title-link.red h2 {
    color: #AB192D;
  }
  .primary .mega-top-title-link.red .view-more:after {
    background-image: url("/wp-content/themes/mihr/assets/images/learn-arrow-red.svg");
  }
  .primary .mega-top-title-link.dark-blue {
    border-bottom-color: #0E2C53;
  }
  .primary .mega-top-title-link.dark-blue h2 {
    color: #0E2C53;
  }
  .primary .mega-top-title-link.dark-blue .view-more:after {
    background-image: url("/wp-content/themes/mihr/assets/images/learn-arrow-dark-blue.svg");
  }
}
@media (min-width: 780px) {
  .primary .mega-content {
    max-width: 1368px;
    margin: 0 auto;
  }
  .primary .mega-content .wp-block-columns {
    margin-bottom: 0;
  }
  .primary .mega-content a:before {
    display: none;
  }
  .primary .mega-content .wp-block-cover {
    min-height: 29.8rem;
  }
}
.cartograph {
  height: 40rem;
}
@media (min-width: 780px) {
  .cartograph {
    height: 80rem;
    margin-bottom: -12rem;
  }
}

@media (min-width: 780px) {
  .single-event .cartograph {
    height: 50rem;
    margin-bottom: 4rem;
    margin-top: 4rem;
  }
}

.sidebar-toggle .wp-block-baytek-toggle.expanded {
  display: flex;
}

.career-toggle .wp-block-baytek-toggle {
  border-bottom: 0.1rem solid #E2E6EF;
  margin-bottom: 0;
  position: relative;
}
.career-toggle .wp-block-baytek-toggle.expanded {
  padding-bottom: 4rem;
}
.career-toggle .wp-block-baytek-toggle .toggle-header {
  display: flex;
  align-items: center;
  height: 13rem;
}
.career-toggle .wp-block-baytek-toggle .toggle-header h3 {
  margin-left: 11rem;
}
.career-toggle .wp-block-baytek-toggle .toggle-header:after {
  position: absolute;
  right: 0;
  top: calc(100% - 8rem);
  width: 3rem;
  height: 3rem;
  background-image: none;
  transition: transform 0.2s ease;
  content: "\f107";
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Font Awesome 6 Pro";
  color: #00529B;
  box-shadow: 0 0 2rem 0 rgba(5, 28, 44, 0.1215686275);
  background-color: #ffffff;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-toggle .wp-block-baytek-toggle {
  border-bottom: 0.1rem solid #E2E6EF;
  margin-bottom: 0;
  position: relative;
}
.icon-toggle .wp-block-baytek-toggle:after {
  position: absolute;
  left: 0;
  top: 2rem;
  width: 9rem;
  height: 9rem;
  background-image: none;
  transition: transform 0.2s ease;
  background-color: #ffffff;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 2rem 0 rgba(5, 28, 44, 0.1215686275);
  content: "";
  z-index: -1;
}
.icon-toggle .wp-block-baytek-toggle.expanded {
  padding-bottom: 4rem;
}
.icon-toggle .wp-block-baytek-toggle .toggle-header {
  display: flex;
  align-items: center;
  height: 13rem;
}
.icon-toggle .wp-block-baytek-toggle .toggle-header h3 {
  margin-left: 10rem;
}
@media (max-width: 779px) {
  .icon-toggle .wp-block-baytek-toggle .toggle-header h3 {
    margin-left: 11rem;
    font-size: 1.8rem;
  }
}
.icon-toggle .wp-block-baytek-toggle .toggle-header:before {
  content: "";
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
  width: 9rem;
  height: 13rem;
  position: absolute;
}
.icon-toggle .wp-block-baytek-toggle .toggle-header:after {
  position: absolute;
  right: 0;
  top: calc(100% - 8rem);
  width: 3rem;
  height: 3rem;
  background-image: none;
  transition: transform 0.2s ease;
  content: "\f078";
  font-weight: 400;
  font-size: 1.4rem;
  font-family: "Font Awesome 6 Pro";
  color: #ffffff;
  background-color: #EEB311;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-toggle .wp-block-baytek-toggle.purple {
  border-top: 0.1rem solid #E2E6EF;
}
.icon-toggle .wp-block-baytek-toggle.purple .toggle-header:before {
  background-image: url("/wp-content/themes/mihr/assets/images/strategic/LMI.svg");
}
.icon-toggle .wp-block-baytek-toggle.purple .toggle-header h3 {
  color: #60269E;
}
.icon-toggle .wp-block-baytek-toggle.blue .toggle-header:before {
  background-image: url("/wp-content/themes/mihr/assets/images/strategic/IDCD.svg");
}
.icon-toggle .wp-block-baytek-toggle.blue .toggle-header h3 {
  color: #0E2C53;
}
.icon-toggle .wp-block-baytek-toggle.red .toggle-header:before {
  background-image: url("/wp-content/themes/mihr/assets/images/strategic/NOSWD.svg");
}
.icon-toggle .wp-block-baytek-toggle.red .toggle-header h3 {
  color: #AB192D;
}
.icon-toggle .wp-block-baytek-toggle.green .toggle-header:before {
  background-image: url("/wp-content/themes/mihr/assets/images/strategic/SEP.svg");
}
.icon-toggle .wp-block-baytek-toggle.green .toggle-header h3 {
  color: #6BA43A;
}

/**
 * Fix for new is-light
 */
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #ffffff;
}

.home .hero {
  padding-bottom: 0;
}
.home .hero .wp-block-cover {
  align-items: start;
  justify-content: left;
  padding: 0;
}
@media (max-width: 779px) {
  .home .hero .wp-block-cover {
    height: auto;
    min-height: 42rem;
  }
}
@media (min-width: 780px) {
  .home .hero .wp-block-cover {
    height: 74rem;
  }
}
.home .hero .wp-block-cover:before, .home .hero .wp-block-cover > span {
  background: linear-gradient(to bottom, rgba(0, 82, 155, 0) 0%, rgba(5, 28, 44, 0) 100%);
}
.home .hero .wp-block-cover .wp-block-cover__inner-container {
  max-width: 80%;
  margin: 0;
}
@media (min-width: 780px) {
  .home .hero .wp-block-cover .wp-block-cover__inner-container {
    max-width: 70rem;
  }
}
.home .hero .wp-block-cover .wp-block-cover__inner-container .wp-block-group__inner-container {
  max-width: 93%;
  margin-left: 0;
}
@media (min-width: 780px) {
  .home .hero .wp-block-cover .wp-block-cover__inner-container .wp-block-group__inner-container {
    max-width: 75%;
  }
}
@media (max-width: 779px) {
  .home .hero .wp-block-cover .wp-block-cover__inner-container .wp-block-group__inner-container h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 779px) {
  .home .hero .wp-block-cover .color {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 780px) {
  .home .hero .wp-block-cover .color {
    height: auto;
    min-height: 45rem;
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 780px) {
  .home .hero .wp-block-cover .color:before, .home .hero .wp-block-cover .color > span {
    transform: perspective(195rem) rotateX(-25deg);
    width: 195rem;
    transform-origin: 0% 50%;
    height: 65rem;
  }
}

.hero {
  padding-bottom: 6.5rem;
  padding-top: 8rem;
}
@media (min-width: 780px) {
  .hero {
    padding-bottom: 10.5rem;
    padding-top: 10.5rem;
  }
}
.hero > .wp-block-group__inner-container .wp-block-group {
  margin-bottom: 0 !important;
}
.hero .wp-block-cover {
  height: 42rem;
  align-items: flex-end;
  padding: 2.4rem;
  padding-bottom: 4rem;
}
@media (min-width: 480px) {
  .hero .wp-block-cover {
    padding-bottom: 12rem;
    height: 66rem;
  }
}
.hero .wp-block-cover h2 {
  font-size: 5.8rem;
  font-weight: 500;
}
@media (max-width: 779px) {
  .hero .wp-block-cover h2 {
    font-size: 3rem;
  }
}
.hero .wp-block-cover:before, .hero .wp-block-cover > span {
  background-color: initial !important;
  opacity: 0.5;
  background: linear-gradient(to bottom, rgba(0, 82, 155, 0) 0%, #01253e 100%);
}
.hero .wp-block-cover .wp-block-group {
  margin-bottom: 0;
}

.error-hero .wp-block-cover {
  align-items: center;
}
.error-hero .wp-block-cover .view-more {
  max-width: 10rem;
}
.error-hero .wp-block-cover:before, .error-hero .wp-block-cover > span {
  background: linear-gradient(to bottom, rgba(0, 82, 155, 0) 0%, #01253e 100%);
  opacity: 1;
}

.wp-block-cover.half .wp-block-cover__inner-container, .wp-block-cover-image.half .wp-block-cover__inner-container {
  margin-left: 0;
}
@media (min-width: 780px) {
  .wp-block-cover.half .wp-block-cover__inner-container, .wp-block-cover-image.half .wp-block-cover__inner-container {
    max-width: 80%;
  }
}
@media (min-width: 980px) {
  .wp-block-cover.half .wp-block-cover__inner-container, .wp-block-cover-image.half .wp-block-cover__inner-container {
    max-width: 55%;
  }
}
@media (min-width: 1100px) {
  .wp-block-cover.half .wp-block-cover__inner-container, .wp-block-cover-image.half .wp-block-cover__inner-container {
    max-width: 65%;
  }
}
.wp-block-cover.half .wp-block-cover__inner-container .wp-block-group__inner-container, .wp-block-cover-image.half .wp-block-cover__inner-container .wp-block-group__inner-container {
  max-width: 70%;
}

.color {
  margin-bottom: 0 !important;
  height: 35rem;
}
@media (max-width: 779px) {
  .color {
    height: auto;
  }
}
@media (min-width: 780px) {
  .color {
    height: 45rem;
  }
}
.color.right-angle, .color.left-angle {
  position: relative;
  isolation: isolate;
  padding-left: 2rem;
}
@media (max-width: 779px) {
  .color.right-angle, .color.left-angle {
    padding-bottom: 5rem;
  }
}
@media (min-width: 780px) {
  .color.right-angle, .color.left-angle {
    padding-left: 4.8rem;
  }
}
.color.right-angle p, .color.right-angle h1, .color.right-angle .h1, .color.right-angle h2, .color.right-angle .h2, .color.right-angle h3, .color.right-angle .h3, .color.right-angle h4, .color.right-angle .h4, .color.right-angle h5, .color.right-angle .h5, .color.right-angle h6, .color.right-angle .h6, .color.left-angle p, .color.left-angle h1, .color.left-angle .h1, .color.left-angle h2, .color.left-angle .h2, .color.left-angle h3, .color.left-angle .h3, .color.left-angle h4, .color.left-angle .h4, .color.left-angle h5, .color.left-angle .h5, .color.left-angle h6, .color.left-angle .h6 {
  color: #ffffff;
}
.color.right-angle p, .color.left-angle p {
  width: 20rem;
}
@media (min-width: 780px) {
  .color.right-angle p, .color.left-angle p {
    width: 100%;
  }
}
.color.right-angle.yellow:before, .color.left-angle.yellow:before {
  background: rgba(238, 179, 17, 0.85);
}
.color.right-angle.yellow .wp-block-group__inner-container, .color.left-angle.yellow .wp-block-group__inner-container {
  transform: translateZ(10rem);
}
.color.right-angle.purple:before, .color.left-angle.purple:before {
  background: #60269e;
}
@media (max-width: 779px) {
  .color.right-angle.purple p, .color.left-angle.purple p {
    width: 100%;
  }
  .color.right-angle.purple:before, .color.right-angle.purple > span, .color.left-angle.purple:before, .color.left-angle.purple > span {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.color.right-angle.red:before, .color.left-angle.red:before {
  background: rgba(171, 25, 45, 0.85);
}
.color.right-angle.blue:before, .color.left-angle.blue:before {
  background: rgba(0, 82, 155, 0.85);
}
.color.right-angle.green:before, .color.left-angle.green:before {
  background: rgba(107, 164, 58, 0.85);
}
.color.right-angle.content-centered, .color.left-angle.content-centered {
  display: flex;
  align-items: center;
}
.color.right-angle:before, .color.right-angle > span, .color.left-angle:before, .color.left-angle > span {
  z-index: -1;
  content: "";
  position: absolute;
  top: -1rem;
  bottom: 0;
  right: 0;
  display: block;
  height: 40rem;
  width: 100%;
  transform: perspective(195rem) rotateX(-25deg);
  transform-origin: 0% 50%;
}
@media (max-width: 779px) {
  .color.right-angle:before, .color.right-angle > span, .color.left-angle:before, .color.left-angle > span {
    top: 0;
    height: auto;
    transform: none;
    -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  }
}
@media (min-width: 780px) {
  .color.right-angle:before, .color.right-angle > span, .color.left-angle:before, .color.left-angle > span {
    width: 195rem;
    height: 50rem;
  }
}
.color.right-angle.left-angle:before, .color.right-angle.left-angle > span, .color.left-angle.left-angle:before, .color.left-angle.left-angle > span {
  right: 0;
  left: -11rem;
  transform-origin: 100% 50%;
}
.color.tall {
  padding-left: 0;
}
@media (max-width: 779px) {
  .color.tall {
    align-items: inherit !important;
    height: 50rem;
  }
}
@media (min-width: 780px) {
  .color.tall {
    height: 60rem;
    max-width: 100%;
  }
}
.color.tall:before, .color.tall > span {
  height: 67rem;
}
@media (max-width: 779px) {
  .color.tall:before, .color.tall > span {
    height: 28rem;
  }
}
.color.tall .wp-block-group__inner-container {
  max-width: 55rem !important;
}

.tall.half {
  background-repeat: no-repeat;
}
@media (min-width: 780px) {
  .tall.half {
    background-position: right !important;
    background-size: contain;
  }
}
@media (max-width: 779px) {
  .tall.half {
    align-items: inherit !important;
    height: 50rem !important;
    min-height: 50rem !important;
  }
  .tall.half .wp-block-group__inner-container {
    max-width: 100% !important;
    padding: 2rem;
  }
}
@media (max-width: 779px) {
  .tall.half:before, .tall.half > span {
    height: 27rem;
  }
}

@media (max-width: 779px) {
  .angled {
    display: flex;
    flex-direction: column-reverse;
  }
  .angled .wp-block-media-text__media {
    align-self: auto;
  }
  .angled .wp-block-media-text__content {
    padding: 4rem 2.4rem;
  }
}
@media (min-width: 780px) {
  .angled {
    position: relative;
    grid-template-columns: 60% 1fr;
    padding-bottom: 6rem;
  }
  .angled p, .angled h1, .angled .h1, .angled h2, .angled .h2, .angled h3, .angled .h3, .angled h4, .angled .h4, .angled h5, .angled .h5, .angled h6, .angled .h6 {
    position: relative;
  }
  .angled .wp-block-media-text__media {
    position: relative;
    width: 62.4rem;
    justify-self: end;
    height: 31.8rem !important;
    overflow: hidden;
  }
  .angled .wp-block-media-text__media:before, .angled .wp-block-media-text__media:after {
    z-index: 0;
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -17rem;
    display: block;
    width: 25rem;
    transform: skew(-25deg);
    background-color: #ffffff;
  }
  .angled .wp-block-media-text__media:after {
    right: -17rem;
    left: auto;
  }
  .angled .wp-block-media-text__content {
    position: absolute;
    background-color: #ffffff;
    left: -15rem;
    top: 6rem;
    padding: 4.8rem 4.8rem 4.8rem 0;
    width: 50rem;
    min-height: 35rem;
  }
  .angled .wp-block-media-text__content p {
    font-size: 1.4rem;
  }
  .angled .wp-block-media-text__content:before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -21%;
    display: block;
    width: 50%;
    transform: skew(-25deg);
    background-color: #ffffff;
  }
  .angled.has-media-on-the-right {
    grid-template-columns: 40% 1fr;
  }
  .angled.has-media-on-the-right .wp-block-media-text__media {
    justify-self: start;
    left: -7rem;
    z-index: -1;
  }
  .angled.has-media-on-the-right .wp-block-media-text__content {
    left: 0;
    padding: 4.8rem 2.4rem 4.8rem 4.8rem;
  }
  .angled.has-media-on-the-right .wp-block-media-text__content:before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -8%;
    left: auto;
    display: block;
    width: 50%;
    transform: skew(-25deg);
    background-color: #ffffff;
  }
}
.hero-footer {
  overflow: hidden;
}
@media (max-width: 779px) {
  .hero-footer {
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hero-footer .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
@media (min-width: 780px) {
  .hero-footer {
    border-top: 0.2rem solid #ffffff;
    border-bottom: 0.2rem solid #ffffff;
    width: 111%;
    padding: 0 !important;
  }
}
.hero-footer .wp-block-column {
  position: relative;
}
@media (min-width: 780px) {
  .hero-footer .wp-block-column {
    transform: skew(-25deg);
    overflow: hidden;
    margin-left: -7.5rem !important;
    border-left: 0.25rem solid #ffffff;
  }
}
@media (min-width: 1100px) {
  .hero-footer .wp-block-column {
    height: 25rem;
  }
}
.hero-footer .wp-block-column .wp-block-cover {
  position: relative;
  min-height: 15rem;
  background-position: inherit;
}
@media (min-width: 780px) {
  .hero-footer .wp-block-column .wp-block-cover {
    transform: skew(25deg);
    height: 18.5rem;
    min-width: 108%;
    margin-left: -5rem;
    align-items: flex-end;
    padding-bottom: 2rem;
  }
}
.hero-footer .wp-block-column .wp-block-cover .wp-block-cover__inner-container {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media (min-width: 780px) {
  .hero-footer .wp-block-column .wp-block-cover .wp-block-cover__inner-container {
    width: 55%;
    margin: 0;
    margin-right: 7rem;
  }
}
@media (min-width: 1368px) {
  .hero-footer .wp-block-column .wp-block-cover .wp-block-cover__inner-container {
    width: 46%;
    margin: 0;
    margin-right: 25rem;
  }
}
.hero-footer .wp-block-column .wp-block-cover .wp-block-cover__inner-container p {
  font-size: 2.2rem;
  margin-bottom: 0;
}
.hero-footer .wp-block-column .wp-block-cover .wp-block-cover__inner-container p a {
  color: #ffffff;
  font-weight: 100;
  -webkit-backface-visibility: inherit;
          backface-visibility: inherit;
  display: block;
}
.hero-footer .wp-block-column .wp-block-cover .wp-block-cover__inner-container p a:hover {
  color: #ffffff;
}
.hero-footer .wp-block-column .wp-block-cover .wp-block-cover__inner-container p a:before {
  display: none;
}
.hero-footer .wp-block-column .wp-block-cover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 82, 155, 0) 0%, rgba(1, 37, 62, 0.95) 100%);
  z-index: 1;
  pointer-events: none;
  transition: background 0.2s ease-out;
}
.hero-footer .wp-block-column .wp-block-cover .wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}
.hero-footer .wp-block-column .wp-block-cover:hover p {
  color: #EEB311;
}
.hero-footer .wp-block-column .wp-block-cover:hover::after {
  background: linear-gradient(to bottom, rgba(5, 28, 44, 0) 0%, #051c2c 100%);
}
@media (min-width: 780px) {
  .hero-footer .wp-block-column:first-child .wp-block-cover .wp-block-cover__inner-container {
    padding-left: 10rem;
    margin-right: 16rem;
    width: 61%;
  }
}

.card {
  position: relative;
  cursor: pointer;
  box-shadow: 0 0 2rem 0 rgba(5, 28, 44, 0.1215686275);
  background-color: #ffffff;
  margin-bottom: 2.4rem;
}
@media (max-width: 779px) {
  .card {
    flex-basis: 100% !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 780px) {
  .card {
    margin-bottom: 0;
    max-width: 40rem;
    transition: all 0.2s ease-out;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.card:after {
  content: "";
  background-image: url("/wp-content/themes/mihr/assets/images/learn-arrow.svg");
  background-size: initial;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  bottom: 2rem;
  left: 2rem;
  width: 3rem;
  height: 0.7rem;
  position: absolute;
  cursor: pointer;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.card:hover {
  box-shadow: 0 0 2rem 0 rgba(0, 82, 155, 0.4039215686);
}
@media (min-width: 780px) {
  .card:not(:first-child) {
    margin-left: 4rem !important;
  }
}
.card .wp-block-image {
  margin-bottom: 0;
}
.card .wp-block-image img {
  display: block;
}
.card .content {
  min-height: 19rem;
  padding: 2rem;
  padding-bottom: 4rem;
}
.card .content .h5 {
  color: #0E2C53;
}
.card .content p {
  font-size: 1.4rem;
}
.card.no-arrow:after {
  display: none;
}
.card.padded-image > img {
  padding: 1rem;
}

.map-card {
  cursor: pointer;
  box-shadow: 0 0 2rem 0 rgba(5, 28, 44, 0.1215686275);
  background-color: #ffffff;
  margin-bottom: 2.4rem;
  margin: auto;
}
@media (max-width: 779px) {
  .map-card {
    flex-basis: 100% !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 780px) {
  .map-card {
    margin-bottom: 0;
    transition: all 0.2s ease-out;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

.cards-second-row > .wp-block-column {
  margin-left: 0;
}
@media (max-width: 779px) {
  .cards-second-row > .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0 !important;
  }
}
.cards-second-row > .wp-block-column .wp-block-column:last-child() {
  margin-left: 0;
}

.video-box .video-wrapper {
  position: relative;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 779px) {
  .video-box .video-wrapper {
    margin-top: 2rem;
  }
}
.video-box .video-wrapper a {
  display: block;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.video-box .video-wrapper a:before {
  content: "";
  background: linear-gradient(to bottom, rgba(0, 82, 155, 0) 0%, #051c2c 100%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.video-box .video-wrapper a:after {
  content: "";
  background-image: url("/wp-content/themes/mihr/assets/images/video-icon.png");
  background-size: initial;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  top: calc(50% - 5rem);
  left: calc(50% - 5rem);
  width: 10rem;
  height: 10rem;
  position: absolute;
  cursor: pointer;
  z-index: 2;
}
.video-box .video-wrapper a:hover:before {
  opacity: 0.5;
}

/* Vars */
.tabs_wrapper {
  border-top: 0.1rem solid #E2E6EF;
  padding-top: 2rem;
  padding-left: 4rem !important;
  margin-bottom: 0 !important;
}

ul.tabs {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 10;
  margin: 2.5rem 0 0;
  padding: 0;
  width: 23%;
  min-width: 17.5rem;
  list-style: none;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
ul.tabs li {
  cursor: pointer;
  font-weight: bold;
  color: #636569;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
}
ul.tabs li:before {
  display: none;
}
ul.tabs li:hover {
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
ul.tabs li.active {
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #000000;
  position: relative;
}
ul.tabs li.active:before {
  content: "";
  background-image: url("/wp-content/themes/mihr/assets/images/learn-arrow.svg");
  background-size: initial;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  top: 1rem;
  left: -6rem;
  width: 4rem;
  height: 0.7rem;
  position: absolute;
  cursor: pointer;
  display: block;
  transform: skew(0);
}

.tab_container {
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-width: 1rem;
  text-align: left;
  margin-bottom: 2rem !important;
}
@media (min-width: 780px) {
  .tab_container {
    width: 76%;
  }
}

.tab_content {
  padding: 1rem 0;
  height: 100%;
  display: none;
  margin-bottom: 0 !important;
}
@media (min-width: 780px) {
  .tab_content {
    padding: 2rem;
  }
}

.interactive-labour .tabs {
  width: 100%;
  max-width: 960px;
  margin: auto;
  display: flex;
}
.interactive-labour .tabs li {
  padding: 1.25rem 1.5rem;
  border: 2px solid #E2E6EF;
  margin: 0 0 -2px;
}
.interactive-labour .tabs li:nth-child(even) {
  border-left: none;
  border-right: none;
}
.interactive-labour .tabs li.active {
  border-bottom: 2px solid #ffffff;
  color: #60269E;
}
.interactive-labour .tabs li.active::before {
  content: none;
}
.interactive-labour .tab_container {
  padding-top: 2rem;
  border-top: 2px solid #E2E6EF;
  width: 100%;
}
.interactive-labour .tab_container .tableauPlaceholder {
  margin: auto;
}
.interactive-labour .tab_content {
  padding: 0;
}

.breadcrumbs {
  display: block;
  margin-bottom: 2rem;
}
.breadcrumbs .crumb {
  display: inline-block;
}
.breadcrumbs .crumb a {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.breadcrumbs .crumb:not(:first-child):before {
  content: ">";
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-weight: 400;
}

/**
 * Styles for the Social Share icons
 */
.social-share {
  margin-right: 0rem;
  margin-top: 1.6rem;
}
@media (min-width: 480px) {
  .social-share {
    margin-top: 0;
  }
}
@media (min-width: 780px) {
  .social-share.has-text-align-left .et_social_inline .et_social_networks .et_social_icons_container {
    justify-content: flex-start;
  }
}
.social-share .et_social_inline {
  margin-bottom: 0px !important;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container {
  display: flex;
  list-style: none;
}
@media (min-width: 780px) {
  .social-share .et_social_inline .et_social_networks .et_social_icons_container {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li {
  width: auto;
  margin-right: 0;
  margin-left: 0 !important;
  margin-bottom: 0;
  width: auto !important;
  line-height: calc(2rem * 1.167);
  position: relative;
  margin-top: 0 !important;
  background-color: transparent;
  border-radius: 0;
  overflow: visible !important;
}
@media (max-width: 779px) {
  .social-share .et_social_inline .et_social_networks .et_social_icons_container li:first-child {
    margin-left: 0 !important;
  }
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share {
  line-height: inherit;
  border-radius: 0;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(2rem * 1.67);
  height: calc(2rem * 1.67);
  overflow: visible !important;
  background: transparent;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share:hover {
  opacity: 0.7;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share i.et_social_icon {
  color: #EEB311;
  float: none;
  font-size: 2rem;
  line-height: 2rem;
  width: auto;
  height: auto;
  transition: all 0.2s ease-in-out;
  overflow: visible !important;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share i.et_social_icon:hover {
  color: #EEB311;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share i.et_social_icon:after {
  display: none !important;
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li a.et_social_share i.et_social_icon:before {
  font-size: 2rem;
  line-height: 2rem;
  width: calc(2rem * 1.67);
  height: calc(2rem * 1.167);
}
.social-share .et_social_inline .et_social_networks .et_social_icons_container li:before {
  display: none;
}

/**
 * Extra styling for backgrounds
 * Uncomment if needed
 */
.site-header {
  border-bottom: 0.1rem solid #E2E6EF;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.site-header .main-menu-wrapper {
  width: 100%;
  background: #ffffff;
  transition: all 0.4s ease;
  border-bottom: 0.1rem solid #E2E6EF;
  position: inherit;
}
@media (min-width: 780px) {
  .site-header .main-menu-wrapper {
    top: 4rem;
  }
}
.site-header.is-sticky .main-menu-wrapper {
  transition: all 0.4s ease;
  position: fixed;
  z-index: 15;
}
.site-header .container {
  display: flex;
  justify-content: space-between;
  height: 8rem;
  align-items: center;
  padding: 0 2rem;
  max-width: 100%;
}
@media (min-width: 780px) {
  .site-header .container {
    height: 9.5rem;
    padding: 0 0 0 2rem;
  }
}
@media (max-width: 1099px) {
  .site-header .container .logo-wrapper {
    max-width: 24rem;
  }
}

.is-sticky.nav-down .header-top-menu {
  z-index: 20;
}

.nav-up .header-top-menu {
  position: fixed !important;
  z-index: 15;
}
.nav-up .header-top-menu .open {
  display: none !important;
}

.is-sticky .header-top-menu {
  position: fixed !important;
  z-index: 15;
}

@media (min-width: 780px) {
  .site-header.nav-down .main-menu-wrapper {
    top: 4rem;
  }
}
@media (min-width: 780px) {
  .site-header.nav-up .main-menu-wrapper {
    top: 0;
  }
}

@media (min-width: 780px) {
  .admin-bar .header-top-menu {
    top: var(--wp-admin--admin-bar--height, 32px);
  }
  .admin-bar .site-header:not(.nav-up) .main-menu-wrapper {
    top: calc(var(--wp-admin--admin-bar--height, 32px) + 4rem) !important;
  }
}
.admin-bar .nav-up .main-menu-wrapper {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .admin-bar .nav-up .main-menu-wrapper {
    top: 4.7rem;
  }
}
@media only screen and (max-width: 782px) {
  .admin-bar .nav-up.is-sticky .main-menu-wrapper {
    top: 0;
  }
}

.footer {
  border-top: 0.1rem solid #636569;
  background-color: #E2E6EF;
  display: flex;
  align-items: center;
  padding: 2rem;
}
@media (min-width: 480px) {
  .footer {
    height: 9.5rem;
    padding: 0 2rem;
  }
}
.footer .legal-credits {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  text-align: center;
}
@media (min-width: 780px) {
  .footer .legal-credits {
    text-align: left;
    justify-content: space-between;
  }
}
.footer .copyright {
  display: flex;
}
@media (max-width: 779px) {
  .footer .copyright {
    flex-wrap: inherit;
    justify-content: center;
  }
}
@media (min-width: 780px) {
  .footer .copyright {
    flex-wrap: wrap;
  }
}
.footer .copyright p {
  margin-bottom: 0;
  margin-right: 0.5rem;
}
.footer .privacy-policy-link {
  margin: auto 0.5rem;
}
.footer .byline p {
  display: flex;
}
@media (max-width: 479px) {
  .footer .byline {
    margin-top: 2rem;
  }
}
.footer .byline .canada-logo {
  margin-left: 1rem;
  margin-bottom: 0.3rem;
}

.latest-everything .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}
.latest-everything .row .column {
  flex: 1 1 100%;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 4%;
}
@media (min-width: 480px) {
  .latest-everything .row .column {
    flex: 1 1 250px;
    max-width: 25rem;
    margin: 0 4% 4% 0;
  }
}
@media (min-width: 1100px) {
  .latest-everything .row .column {
    flex: 1 1 calc(33% - 2.8rem);
    min-width: calc(33% - 2.8rem);
    max-width: calc(33% - 2.8rem);
    margin-right: 4.8rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1100px) {
  .latest-everything .row .column.resource {
    margin-right: 0;
  }
}
.latest-everything .row .column .latest-item .heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.latest-everything .row .column .latest-item .heading .view-all:after {
  top: 0.2rem;
}
.latest-everything .row .column .latest-item .featured-image {
  min-height: 26.7rem;
  height: auto;
  display: flex;
  flex-basis: 41.5%;
}
.latest-everything .row .column .excerpt {
  font-size: 1.4rem;
}

@media (min-width: 780px) {
  .post-feature {
    height: 62rem;
    background-position: center;
    z-index: -1;
  }
}

body.single:not(.single-event) article {
  margin: auto;
}
body.single:not(.single-event) article .post-cms {
  padding: 2rem;
  background-color: #ffffff;
}
@media (min-width: 780px) {
  body.single:not(.single-event) article .post-cms {
    max-width: 112rem;
    padding: 8rem;
    margin-top: -18rem;
    margin-right: auto;
    margin-left: auto;
  }
}
body.single:not(.single-event) article .post-cms h1 {
  margin-bottom: 0;
}
body.single:not(.single-event) article .post-cms .post-meta {
  justify-content: space-between;
  padding: 1rem 0;
}
@media (min-width: 780px) {
  body.single:not(.single-event) article .post-cms .post-meta {
    display: flex;
    padding: 3.5rem 0 6rem 0;
  }
}
body.single:not(.single-event) article .post-cms .post-meta span {
  color: #00529B;
  font-size: 1.1rem;
  text-transform: uppercase;
}
body.single:not(.single-event) article .post-cms .post-meta .meta-left {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 780px) {
  body.single:not(.single-event) article .post-cms .post-meta .meta-left {
    align-items: center;
  }
  body.single:not(.single-event) article .post-cms .post-meta .meta-left .date {
    padding-left: 3rem;
  }
}

body.page-template-no-hero #main {
  margin-top: 14rem;
}
@media (min-width: 780px) {
  body.page-template-no-hero #main {
    margin-top: 24rem;
  }
}

#main > article.resource {
  max-width: 138rem;
  margin: auto;
  margin-top: 16rem;
}

.event {
  margin-top: 16rem;
  display: flex;
  flex-wrap: wrap;
}
.event .thumbnail img {
  border: 0.1rem solid #E2E6EF;
}
@media (max-width: 779px) {
  .event .thumbnail {
    order: -1;
    margin-bottom: 2rem;
  }
  .event .header, .event .details {
    order: 0;
    width: 100%;
  }
  .event .content, .event .posts-nav {
    order: 1;
    width: 100%;
  }
  .event .details {
    margin-bottom: 2rem;
  }
  .event .details .archive-meta {
    margin-bottom: 2rem;
  }
}
@media (min-width: 780px) {
  .event > div {
    flex: 1;
  }
  .event .header {
    flex-basis: 66.66%;
    padding-right: 4rem;
  }
  .event .thumbnail {
    flex-basis: 33.33%;
    padding-left: 4rem;
    padding-bottom: 2rem;
    border-left: 0.1rem solid #E2E6EF;
    position: relative;
  }
  .event .thumbnail:after {
    content: "";
    position: absolute;
    height: 0.1rem;
    background-color: #E2E6EF;
    bottom: 0;
    width: calc(100% - 4rem);
    left: 4rem;
  }
  .event .content {
    flex-basis: 66.66%;
    padding-right: 4rem;
    position: relative;
  }
  .event .content:after {
    content: "";
    position: absolute;
    height: 0.1rem;
    background-color: #E2E6EF;
    bottom: 0;
    width: calc(100% - 4rem);
    right: 4rem;
  }
  .event .content p {
    font-size: 1.8rem;
  }
  .event .details {
    flex-basis: 33.33%;
    padding-top: 4rem;
    padding-left: 4rem;
    border-left: 0.1rem solid #E2E6EF;
  }
  .event .posts-nav {
    flex-basis: 66.66%;
    border-top: 0;
    margin-top: 0;
    padding-right: 9rem;
  }
}
@media (min-width: 1100px) {
  .event .thumbnail {
    padding-bottom: 4rem;
  }
  .event .thumbnail img {
    max-width: 28rem;
  }
}
.event .header .h2 {
  margin-top: 2rem;
}
.event .header .social-share {
  margin-bottom: 2rem;
}
.event .header .social-share .et_social_icons_container {
  justify-content: left;
}
@media (min-width: 780px) {
  .event .archive-meta {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
  }
}
.event .archive-meta p {
  color: #00529B;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.event .archive-meta .date::after, .event .archive-meta .location::after {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "\f133";
  position: absolute;
  top: calc(100% - 3.4rem);
  right: 2rem;
  z-index: 5;
  font-size: 1.4rem;
  font-weight: 300;
  color: #00529B;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}
.event .archive-meta .date:after, .event .archive-meta .location:after {
  width: 1.5rem;
  text-align: center;
}
.event .archive-meta .location::after {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "\f3c5";
  position: absolute;
  top: calc(100% - 3.4rem);
  right: 2rem;
  z-index: 5;
  font-size: 1.4rem;
  font-weight: 600 !important;
  color: #00529B;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}
.event .archive-meta .date, .event .archive-meta .location {
  position: relative;
  padding-left: 2rem;
}
.event .archive-meta .date:after, .event .archive-meta .location:after {
  right: auto;
  left: 0;
  top: -0.4rem;
  bottom: auto;
  font-weight: 500;
}

.mobile-thumbnail, .mobile.details {
  display: none;
}

@media (max-width: 779px) {
  .h2 {
    margin-bottom: 1rem;
    margin-top: 1rem !important;
  }
  .social-share {
    margin-bottom: 1rem !important;
    margin-top: 0 !important;
  }
  .mobile-thumbnail, .mobile.details {
    display: block;
  }
  .mobile-thumbnail {
    margin-bottom: 2rem;
  }
  .mobile.details h4, .mobile.details p {
    margin-bottom: 0;
  }
  .sidebar {
    display: none;
  }
}
.thin-header {
  width: 85%;
}

#main .board {
  margin-bottom: 12rem !important;
}
#main .board .wp-block-columns {
  margin-bottom: 0 !important;
}
@media (max-width: 779px) {
  #main .board .wp-block-columns {
    display: block;
  }
}
#main .board .wp-block-columns .wp-block-column {
  margin-left: 0;
  padding: 2rem 0;
  border-bottom: 1px solid #E2E6EF;
}
@media (max-width: 779px) {
  #main .board .wp-block-columns .wp-block-column p {
    margin-bottom: 0;
  }
}
@media (min-width: 780px) {
  #main .board .wp-block-columns .wp-block-column {
    padding: 2rem;
  }
  #main .board .wp-block-columns .wp-block-column:nth-child(odd) {
    border-right: 1px solid #E2E6EF;
  }
}
@media (min-width: 780px) {
  #main .board .wp-block-columns .wp-block-column {
    border-right: 1px solid #E2E6EF;
  }
  #main .board .wp-block-columns .wp-block-column:nth-child(4) {
    border-right: 0px solid #E2E6EF;
  }
  #main .board .wp-block-columns .wp-block-column:nth-child(2) {
    border-right: 1px solid #E2E6EF;
  }
}
@media (min-width: 780px) {
  #main .board .wp-block-columns.last-row .wp-block-column {
    border-bottom: 0 solid #E2E6EF;
  }
}

.extra-margin-top {
  margin-top: 4rem;
}

.top-border {
  padding-top: 4rem;
}
.top-border-grey {
  border-top: 0.1rem solid #E2E6EF;
}

.bottom-border {
  border-bottom: 0.1rem solid #E2E6EF;
}

.top-bottom-border {
  border-top: 0.1rem solid #E2E6EF;
  border-bottom: 0.1rem solid #E2E6EF;
  padding-top: 4rem;
}

@media (min-width: 780px) {
  .shadow {
    box-shadow: 0 0 2rem 0 rgba(5, 28, 44, 0.1215686275);
    padding: 0.5rem;
  }
}
.shadow.img-border {
  border: 1rem solid white;
}
.shadow.img-border figure {
  margin: 0;
}

h3.edi-additional-toolkit {
  position: relative;
  margin-top: 3rem;
  padding-left: 10rem;
}
@media (max-width: 779px) {
  h3.edi-additional-toolkit {
    padding-left: 11rem;
    font-size: 1.8rem;
  }
}

h3.edi-additional-toolkit::before {
  content: "";
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9rem;
  height: 13rem;
  position: absolute;
  background-image: url(/wp-content/themes/mihr/assets/images/edi-toolkit-4-icon.svg);
}

h3.edi-additional-toolkit::after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9rem;
  height: 9rem;
  background-image: none;
  transition: transform 0.2s ease;
  background-color: #ffffff;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 2rem 0 rgba(5, 28, 44, 0.1215686275);
  content: "";
  z-index: -1;
}

.strong-space li:first-child {
  margin-bottom: 0;
}
.strong-space strong {
  line-height: 9rem;
}

.wp-has-aspect-ratio .wp-block-group__inner-container {
  position: relative;
}
.wp-has-aspect-ratio .wp-block-group__inner-container:before {
  padding-top: 56.25%;
  content: "";
  display: block;
}
.wp-has-aspect-ratio .wp-block-group__inner-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-profile .has-card + .view-more {
  margin-top: 2rem;
  font-size: 1.8rem;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 480px) {
  .archive-container, .archive-container .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
  }
}

.archive-item {
  width: 100%;
  margin: 0 0 4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  border-bottom: 0.1rem solid #E2E6EF;
}
@media (min-width: 480px) {
  .archive-item {
    padding-bottom: 4rem;
  }
}
.archive-item .featured-image div {
  border: 0.1rem solid #E2E6EF;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.archive-item.latest-item {
  border-bottom: 0 solid #E2E6EF;
}
.archive-item.latest-item .heading {
  margin-top: 2rem;
  max-width: 96%;
}
.archive-item.latest-item .archive-meta {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}

@media (min-width: 780px) {
  .archive-meta {
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
  }
}
.archive-meta p {
  color: #00529B;
  font-size: 1.1rem;
  text-transform: uppercase;
}

@media (min-width: 780px) {
  .archive-item.blog {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.archive-item.blog:hover {
  opacity: 1;
}
.archive-item.blog .featured-image {
  min-height: 26.7rem;
  height: auto;
}
@media (min-width: 780px) {
  .archive-item.blog .featured-image {
    display: flex;
    flex-basis: 41.5%;
  }
}
.archive-item.blog .content {
  padding: 3rem 0;
}
@media (min-width: 780px) {
  .archive-item.blog .content {
    padding: 0 3rem;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    flex-basis: 58.5%;
  }
}
.archive-item.blog .content .title h2 {
  margin-top: 0;
}
.archive-item.blog .content .title h2:before {
  display: none;
}
.archive-item.blog .content .archive-meta {
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
}
.archive-item.blog .content .archive-meta p {
  color: #00529B;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.archive-item.blog .content .archive-meta .date::after, .archive-item.blog .content .archive-meta .location::after {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "\f133";
  position: absolute;
  top: calc(100% - 3.4rem);
  right: 2rem;
  z-index: 5;
  font-size: 1.4rem;
  font-weight: 300;
  color: #00529B;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}
.archive-item.blog .content .archive-meta .date:After, .archive-item.blog .content .archive-meta .location:After {
  width: 1.5rem;
  text-align: center;
}
.archive-item.blog .content .archive-meta .location::after {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "\f3c5";
  position: absolute;
  top: calc(100% - 3.4rem);
  right: 2rem;
  z-index: 5;
  font-size: 1.4rem;
  font-weight: 600 !important;
  color: #00529B;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}
.archive-item.blog .content .archive-meta .date, .archive-item.blog .content .archive-meta .location {
  position: relative;
  padding-left: 2rem;
}
.archive-item.blog .content .archive-meta .date:after, .archive-item.blog .content .archive-meta .location:after {
  right: auto;
  left: 0;
  top: -0.4rem;
  bottom: auto;
  font-weight: 500;
}
.archive-item.blog .content .excerpt p {
  color: #231F20;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media (max-width: 779px) {
  .archive-item.blog.resource {
    display: block;
  }
}
.archive-item.blog.resource .featured-image {
  flex-basis: 14%;
  min-height: auto;
}
.archive-item.blog.resource .featured-image .image {
  width: 8rem;
  height: 10rem;
  box-shadow: 0 0 2rem 0 rgba(5, 28, 44, 0.1215686275);
  border: 0.5rem solid #ffffff;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 780px) {
  .archive-item.blog.resource .featured-image .image {
    width: 11rem;
    height: 14rem;
  }
}
.archive-item.blog.resource .featured-image .image:hover {
  box-shadow: 0 0 2rem 0 rgba(0, 82, 155, 0.4039215686);
}
.archive-item.blog.resource .featured-image .image:hover:after {
  opacity: 0.7;
}
.archive-item.blog.resource .featured-image .image.video-thumbnail {
  height: 12rem;
  position: relative;
}
@media (min-width: 780px) {
  .archive-item.blog.resource .featured-image .image.video-thumbnail {
    height: 8rem;
  }
}
.archive-item.blog.resource .featured-image .image.video-thumbnail .overlay {
  display: flex;
  position: absolute;
  transition: all 0.2s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border: 0 solid #E2E6EF;
}
.archive-item.blog.resource .featured-image .image.video-thumbnail .overlay .far {
  font-size: 4rem;
}
.archive-item.blog.resource .featured-image .image.video-thumbnail .overlay .far:before {
  color: #EEB311;
}
.archive-item.blog.resource .content {
  flex-basis: 42%;
}
@media (max-width: 779px) {
  .archive-item.blog.resource .featured-image {
    float: left;
    width: 8rem;
  }
  .archive-item.blog.resource .content {
    padding: 0;
    padding-left: 10rem;
  }
  .archive-item.blog.resource .content .archive-meta {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .archive-item.blog.resource .actions {
    padding-top: 1rem;
  }
  .archive-item.blog.resource .actions a {
    display: none;
  }
  .archive-item.blog.resource .excerpt {
    padding-left: 10rem;
  }
}
@media (max-width: 479px) {
  .archive-item.blog.resource .excerpt {
    padding-left: 0;
  }
}
.archive-item.blog.resource .excerpt {
  flex-basis: 35%;
  padding-right: 6rem;
}
.archive-item.blog.resource .excerpt p {
  color: #231F20;
  font-size: 1.4rem;
}

.archive-item.news .archive-meta .date {
  padding-left: 0 !important;
}
.archive-item.news .archive-meta .date:after {
  display: none !important;
}

.related-resources {
  border-top: 0.1rem solid #E2E6EF !important;
}
@media (max-width: 779px) {
  .related-resources {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.related-resources .heading h4 {
  text-transform: uppercase;
  font-weight: 600;
}
.related-resources .excerpt {
  padding-right: 10%;
}

#results-summary .hidden {
  display: none;
}

#results-column {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media (min-width: 780px) {
  #results-column {
    padding-left: 0;
    padding-right: calc(2.4rem * 2);
  }
}
@media (min-width: 1100px) {
  #results-column {
    margin-bottom: 6rem;
    width: 100%;
  }
}
#results-column > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.1rem solid #636569;
  margin-right: 0;
  padding: 2rem;
  text-align: right;
  margin-bottom: 4rem;
}
#results-column > div p {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
}
@media (min-width: 480px) {
  #results-column > div p {
    font-size: 2.2rem;
  }
}
@media (min-width: 480px) {
  #results-column > div {
    text-align: left;
    padding: 1rem 1.2rem 1rem 0.1rem;
  }
  #results-column > div p {
    margin-right: 2rem;
  }
}
@media (min-width: 780px) {
  #results-column > div {
    padding: 0 1.2rem 1.2rem 0.1rem;
  }
}
#results-column > div .sort {
  position: relative;
}
#results-column > div .sort select {
  width: 13rem;
  padding: 0;
  border: none;
  background: none;
  font-weight: 300;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#results-column > div .sort label {
  margin-bottom: 0;
  text-transform: none;
  font-weight: 500;
}
@media (min-width: 480px) {
  #results-column > div .sort label {
    font-size: 2.2rem !important;
  }
}
#results-column > div .sort:after {
  right: -1rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  position: absolute;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 480px) {
  #results-column > div .sort:after {
    top: 1.2rem;
  }
}
@media (min-width: 780px) {
  #results-column > div .sort:after {
    right: -1.2rem;
  }
}

.sidebar .header.desktop {
  display: none;
  border-bottom: 0.1rem solid #636569;
  padding-bottom: 1.2rem;
}
.sidebar .header.desktop p {
  font-size: 2.2rem;
  font-weight: 500;
}
@media (min-width: 780px) {
  .sidebar .header.desktop {
    display: block;
    margin-bottom: 4rem;
  }
}

.filter-sidebar-mobile {
  display: none;
  width: 100%;
  padding: 0 2rem;
  background-color: #ffffff;
  margin-top: 2rem;
  position: relative;
  text-align: left;
  border: 1px solid rgba(99, 101, 105, 0.8);
}
.filter-sidebar-mobile.header {
  padding: 1rem 2rem;
  position: relative;
}
.filter-sidebar-mobile.header::after {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  position: absolute;
  top: calc(100% - 3.4rem);
  right: 2rem;
  z-index: 5;
  font-size: 2rem;
  font-weight: 300;
  color: #00529B;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}
.filter-sidebar-mobile.header:after {
  font-size: 2rem;
  top: calc(100% - 4rem);
}
@media (max-width: 779px) {
  .filter-sidebar-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

#filter-sidebar.filter-sidebar {
  display: none;
  margin-top: -1rem !important;
}
@media (min-width: 780px) {
  #filter-sidebar.filter-sidebar {
    display: block !important;
  }
}
#filter-sidebar.filter-sidebar label, #filter-sidebar.filter-sidebar .heading {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  color: #231F20;
  font-weight: 700;
  margin-bottom: 1.1rem;
  margin-top: 2.5rem;
}

.archive-wrapper {
  max-width: 1368px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 780px) {
  .archive-wrapper {
    padding-top: calc(2.4rem * 2);
    flex-direction: row;
  }
}
.archive-wrapper .sidebar {
  padding: 0 2.4rem;
}
@media (min-width: 780px) {
  .archive-wrapper .sidebar {
    padding: 0;
    min-width: 26rem;
    margin: 0 calc(2.4rem * 2);
    text-align: left;
  }
}
.archive-wrapper .sidebar button {
  font-size: 1.1rem;
  margin: 0 auto;
}
@media (min-width: 780px) {
  .archive-wrapper .sidebar button {
    margin-left: 0;
  }
}
.archive-wrapper .sidebar ul {
  margin-left: 0;
}
.archive-wrapper .sidebar ul li {
  list-style: none;
}
.archive-wrapper .sidebar ul li a {
  font-weight: 300;
}
.archive-wrapper .sidebar ul li a:hover {
  opacity: 0.8;
}
.archive-wrapper .sidebar .datepicker {
  margin-bottom: 0;
}
@media (max-width: 779px) {
  .archive-wrapper .sidebar .terms {
    margin: auto;
  }
}
.archive-wrapper .sidebar #keyword .terms {
  position: relative;
}
.archive-wrapper .sidebar #keyword .terms::after {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "\f002";
  position: absolute;
  top: calc(100% - 3.4rem);
  right: 2rem;
  z-index: 5;
  font-size: 1.4rem;
  font-weight: 400;
  color: #00529B;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}
.archive-wrapper .sidebar #keyword .terms:after {
  width: 2rem;
  text-align: center;
}
.archive-wrapper .sidebar #date-after .terms,
.archive-wrapper .sidebar #date-before .terms {
  position: relative;
}
.archive-wrapper .sidebar #date-after .terms::after,
.archive-wrapper .sidebar #date-before .terms::after {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "\f133";
  position: absolute;
  top: calc(100% - 3.4rem);
  right: 2rem;
  z-index: 5;
  font-size: 1.4rem;
  font-weight: 400;
  color: #00529B;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}
.archive-wrapper .sidebar #filter-form.search-active #keyword .terms::after {
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  content: "\f3f4";
  position: absolute;
  top: calc(100% - 3.4rem);
  right: 2rem;
  z-index: 5;
  font-size: 1.4rem;
  font-weight: 400;
  color: #00529B;
  transition: all 0.2s ease-out;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}
.archive-wrapper .sidebar #filter-form.search-active #keyword .terms:after {
  animation: rotating 2s linear infinite;
}

/**
 * Load more styling
 */
.bis-load-more-wrapper {
  margin: 0 auto;
}

/**
 * Hide the load more button from the therapists page; will be an infinite scroll instead
 */
.page-template-archive-therapist .bis-load-more-wrapper button {
  display: none;
}

@media (min-width: 780px) {
  .single-gated-resource .resource .wp-block-columns .wp-block-column {
    flex-basis: 33.33%;
  }
}
@media (min-width: 780px) {
  .single-gated-resource .resource .wp-block-columns .wp-block-column.right-bordered {
    flex-basis: 66.66%;
  }
}

.final-cta {
  border-top: 0.2rem solid #ffffff;
  background-color: #E2E6EF;
  overflow: hidden;
}
@media (min-width: 780px) {
  .final-cta {
    margin-top: 12rem;
  }
}
.final-cta a {
  font-weight: 400;
}
.final-cta a:before {
  display: none;
}
.final-cta .footer-title a {
  text-transform: uppercase;
  font-weight: 600;
}
.final-cta .final-cta-top {
  background-color: #0E2C53;
}
.final-cta .final-cta-top .wp-block-columns {
  padding: 0 2rem;
  margin-bottom: 0;
  display: flex;
}
.final-cta .final-cta-top .wp-block-columns .wp-block-columns {
  padding: 0;
  display: flex;
  align-items: baseline;
}
@media (min-width: 780px) {
  .final-cta .final-cta-top .wp-block-columns .wp-block-columns {
    padding-top: 6.5rem;
  }
  .final-cta .final-cta-top .wp-block-columns .wp-block-columns:lang(fr) {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 780px) {
  .final-cta .final-cta-top .wp-block-columns {
    min-height: 24.7rem;
  }
}
.final-cta .final-cta-top .wp-block-columns p, .final-cta .final-cta-top .wp-block-columns h1, .final-cta .final-cta-top .wp-block-columns .h1, .final-cta .final-cta-top .wp-block-columns h2, .final-cta .final-cta-top .wp-block-columns .h2, .final-cta .final-cta-top .wp-block-columns h3, .final-cta .final-cta-top .wp-block-columns .h3, .final-cta .final-cta-top .wp-block-columns h4, .final-cta .final-cta-top .wp-block-columns .h4, .final-cta .final-cta-top .wp-block-columns h5, .final-cta .final-cta-top .wp-block-columns .h5, .final-cta .final-cta-top .wp-block-columns h6, .final-cta .final-cta-top .wp-block-columns .h6 {
  color: #ffffff;
}
@media (max-width: 779px) {
  .final-cta .final-cta-top .wp-block-columns p {
    font-size: 1.2rem;
  }
}
.final-cta .final-cta-top .wp-block-columns a {
  font-weight: 600;
}
.final-cta .final-cta-top .wp-block-columns a:hover {
  color: #EEB311;
}
@media (max-width: 779px) {
  .final-cta .final-cta-top .wp-block-columns.connect > .wp-block-column {
    flex-basis: calc(100% - 16px) !important;
    padding: 2rem 0;
  }
  .final-cta .final-cta-top .wp-block-columns.connect > .wp-block-column:first-child {
    padding-top: 4rem;
  }
  .final-cta .final-cta-top .wp-block-columns.connect > .wp-block-column:last-child {
    padding-bottom: 4rem;
  }
  .final-cta .final-cta-top .wp-block-columns.connect > .wp-block-column:last-child .wp-block-column {
    flex-basis: calc(100% - 16px) !important;
  }
  .final-cta .final-cta-top .wp-block-columns.connect > .wp-block-column:last-child .wp-block-column:first-child {
    padding-bottom: 4rem;
  }
  .final-cta .final-cta-top .wp-block-columns.connect > .wp-block-column .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
@media (max-width: 1367px) {
  .final-cta .final-cta-top .wp-block-columns.connect > .wp-block-column {
    margin-left: 0;
  }
  .final-cta .final-cta-top .wp-block-columns.connect > .wp-block-column:first-child {
    flex-basis: calc(50% - 16px);
  }
  .final-cta .final-cta-top .wp-block-columns.connect > .wp-block-column:first-child .wp-block-column {
    flex-basis: calc(100% - 16px);
  }
  .final-cta .final-cta-top .wp-block-columns.connect > .wp-block-column:last-child {
    flex-basis: calc(100% - 16px);
  }
  .final-cta .final-cta-top .wp-block-columns.connect .cta-top-title-wrapper {
    padding-right: 0;
  }
  .final-cta .final-cta-top .wp-block-columns.connect .cta-top-title-wrapper .wp-block-column {
    margin-left: 0;
  }
  .final-cta .final-cta-top .wp-block-columns.connect .cta-top-title-wrapper .wp-block-column:first-child {
    display: none;
  }
}
@media (min-width: 1368px) {
  .final-cta .final-cta-top .wp-block-columns .cta-top-title-wrapper {
    position: relative;
  }
  .final-cta .final-cta-top .wp-block-columns .cta-top-title-wrapper:before {
    background: #00529B;
    z-index: 0;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -52%;
    display: block;
    width: 90%;
    transform: skew(-25deg);
  }
}
@media (min-width: 1368px) and (min-width: 1368px) {
  .final-cta .final-cta-top .wp-block-columns .cta-top-title-wrapper:before {
    left: -221rem;
    width: 250rem;
  }
}
@media (min-width: 1368px) {
  .final-cta .final-cta-top .wp-block-columns .cta-top-title-wrapper .cta-top-title {
    position: relative;
  }
  .final-cta .final-cta-top .wp-block-columns .cta-top-title-wrapper .cta-top-title h2 {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 8rem;
  }
  .final-cta .final-cta-top .wp-block-columns .cta-top-title-wrapper .cta-top-title:before {
    content: "";
    background-image: url("/wp-content/themes/mihr/assets/images/looper.svg");
    background-size: initial;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    bottom: 2rem;
    left: -10rem;
    width: 26.4rem;
    height: 26.5rem;
    position: absolute;
    cursor: pointer;
  }
}
@media (min-width: 1368px) and (min-width: 1368px) {
  .final-cta .final-cta-top .wp-block-columns .cta-top-title-wrapper .cta-top-title.mobile {
    display: none;
  }
}
.final-cta .final-cta-top .cta-top-title-mobile {
  display: none;
}
@media (max-width: 1367px) {
  .final-cta .final-cta-top .cta-top-title-mobile {
    display: block;
    overflow: hidden;
    margin-bottom: 0;
  }
  .final-cta .final-cta-top .cta-top-title-mobile .wp-block-group__inner-container {
    height: 10rem;
    display: flex;
    align-items: center;
    position: relative;
    background: #00529B;
    padding: 0 2rem;
  }
  .final-cta .final-cta-top .cta-top-title-mobile .wp-block-group__inner-container h2 {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
  }
  .final-cta .final-cta-top .cta-top-title-mobile .wp-block-group__inner-container:before {
    content: "";
    background-image: url("/wp-content/themes/mihr/assets/images/looper.svg");
    background-size: initial;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    bottom: -10rem;
    left: 11rem;
    width: 26.4rem;
    height: 26.5rem;
    position: absolute;
    cursor: pointer;
  }
}
.final-cta .footer-nav {
  padding: 4rem 2rem;
  display: flex;
}
@media (min-width: 780px) {
  .final-cta .footer-nav .wp-block-column {
    min-height: 39rem;
  }
}
@media (min-width: 1100px) {
  .final-cta .footer-nav .wp-block-column {
    min-height: 28rem;
  }
}
.final-cta .footer-nav .wp-block-column .footer-title.margin-top {
  margin-top: 4.8rem;
}
@media (max-width: 779px) {
  .final-cta .footer-nav .wp-block-columns {
    margin-bottom: 0;
  }
  .final-cta .footer-nav .wp-block-column {
    flex-basis: calc(100% - 16px);
  }
  .final-cta .footer-nav .wp-block-column .wp-block-column {
    margin: 2rem 0;
  }
  .final-cta .footer-nav .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}

.socials a {
  padding: 0 1rem;
}
.socials a:last-child {
  padding-right: 0;
}
.socials a:first-child {
  padding-left: 0;
}
.socials a i:before {
  color: #EEB311;
}
.socials a:hover {
  opacity: 0.7;
}

.error404 .wp-block-cover {
  height: calc(100vh - 13.5rem);
}
.error404 .final-cta {
  border-top: 0 solid #ffffff;
  margin-top: 0;
}

/**
 * Search page
 */
body.search #filter-form #archive {
  display: none;
}
@media (min-width: 780px) {
  body.search .sidebar .header {
    display: none;
  }
}

/**
 * Search modal
 */
body .mfp-content .search-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  box-shadow: none;
  background-color: #ffffff;
  padding: 2rem;
  max-width: 100%;
}
body .mfp-content .search-modal .mfp-close {
  position: absolute;
  top: 0;
  right: 0;
  background: #EEB311;
}
body .mfp-content .search-modal .mfp-close:hover {
  background-color: rgba(238, 179, 17, 0.7);
}
body .mfp-content .search-modal .mfp-close:before, body .mfp-content .search-modal .mfp-close:after {
  height: 0;
  width: 3rem;
  background-color: #EEB311;
}
body .mfp-content .search-modal input[type=text] {
  margin-bottom: 0;
  background-color: transparent;
  font-size: 4.8rem !important;
  width: 100%;
  height: auto;
  color: #636569;
  border-bottom: solid 0.2rem #E2E6EF;
  outline: none;
  border: 0rem solid #f4f4f4;
  border-radius: 0rem;
}
body .mfp-content .search-modal input[type=text]:focus {
  outline: none;
}
body.admin-bar .mfp-content .search-modal {
  margin-top: 3.2rem;
}

.search-trigger a i {
  font-size: 1.6rem;
  font-weight: 400;
}

/**
 * Search modal animations
 */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* mobile search form */
.search-mobile input[type=text] {
  border: 0.1rem solid #E2E6EF;
  border-radius: 0;
  height: 5rem;
  margin-top: 2rem;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

/* SEARCH PAGE */
body.resources-requested main > *:not(.hero, .show-on-resources-requested) {
  display: none;
  visibility: hidden;
}

.screen-reader-text {
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
  position: absolute;
  height: 0.1rem;
  width: 0.1rem;
  overflow: hidden;
}

@media (min-width: 780px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 779px) {
  .desktop-only {
    display: none;
  }
}

.centered, .centered * {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.align-right {
  float: right;
}

.screen-height {
  height: 67vh;
}
@media (min-width: 780px) {
  .screen-height {
    height: 88h;
    min-height: 88rem;
  }
}

.screen-height-half {
  height: 33vh;
}
@media (min-width: 780px) {
  .screen-height-half {
    height: 50vh;
    min-height: 61.6rem;
  }
}

.extra-bottom-margin {
  margin-bottom: 12rem !important;
}

.extra-top-margin {
  margin-top: 12rem !important;
}

.no-right-margin {
  margin-right: 0;
}

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