@charset "UTF-8";
/*!
Theme Name: MIT Physics
Author: 
Description: Custom theme: MIT Physics
*/
@font-face {
  font-family: "RobotoSlab";
  src: url("assets/fonts/roboto-slab/roboto-slab.woff2") format("woff2"), url("assets/fonts/roboto-slab/roboto-slab.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "RobotoSlab";
  src: url("assets/fonts/roboto-slab/roboto-slab-bold.woff2") format("woff2"), url("assets/fonts/roboto-slab/roboto-slab-bold.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: "Heebo";
  src: url("assets/fonts/heebo/heebo-black-webfont.woff2") format("woff2"), url("assets/fonts/heebo/heebo-black-webfont.woff") format("woff");
  font-weight: 900;
}
@font-face {
  font-family: "Heebo";
  src: url("assets/fonts/heebo/heebo-extrabold-webfont.woff2") format("woff2"), url("assets/fonts/heebo/heebo-extrabold-webfont.woff") format("woff");
  font-weight: 800;
}
@font-face {
  font-family: "Heebo";
  src: url("assets/fonts/heebo/heebo-bold-webfont.woff2") format("woff2"), url("assets/fonts/heebo/heebo-bold-webfont.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Heebo";
  src: url("assets/fonts/heebo/heebo-medium-webfont.woff2") format("woff2"), url("assets/fonts/heebo/heebo-medium-webfont.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "Heebo";
  src: url("assets/fonts/heebo/heebo-regular-webfont.woff2") format("woff2"), url("assets/fonts/heebo/heebo-regular-webfont.woff") format("woff");
  font-weight: 400;
}
/* Colors */
/* Bootstrap variables */
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #006eec;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e61e50;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #006eec;
  --secondary: #e61e50;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #e61e50;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1080px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "RobotoSlab", Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "RobotoSlab", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.6rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.6rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #006eec;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #004aa0;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.8rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.6rem;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 4rem;
}

h2, .h2 {
  font-size: 3.2rem;
}

h3, .h3 {
  font-size: 2.8rem;
}

h4, .h4 {
  font-size: 2.4rem;
}

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

h6, .h6 {
  font-size: 1.6rem;
}

.lead {
  font-size: 2rem;
  font-weight: 300;
}

.display-1 {
  font-size: 9.6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 8.8rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 7.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 5.6rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled, #lwe, .research-area-page__affiliated-labs-center ul {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.8rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 3.2rem;
  font-size: 2rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.4rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 1.6rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.32rem 0.64rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 1080px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1240px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1280px;
  }
}
.row, #lwe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -2rem;
  margin-left: -2rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, #lwe .lwe, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12, #lwe .lwe {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6, #lwe .lwe {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1080px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4, #lwe .lwe {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

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

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table, .wp-block-table table {
  width: 100%;
  margin-bottom: 3.2rem;
  color: #212529;
}
.table th, .wp-block-table table th,
.table td,
.wp-block-table table td {
  padding: 1.2rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th, .wp-block-table table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody, .wp-block-table table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.48rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd), .wp-block-table table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8d6fa;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7ab4f5;
}

.table-hover .table-primary:hover {
  background-color: #a0c8f8;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a0c8f8;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f8c0ce;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #f28aa4;
}

.table-hover .table-secondary:hover {
  background-color: #f5a9bc;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #f5a9bc;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f8c0ce;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f28aa4;
}

.table-hover .table-danger:hover {
  background-color: #f5a9bc;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f5a9bc;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark, .wp-block-table table tfoot tr,
.table-dark > th,
.wp-block-table table tfoot tr > th,
.table-dark > td,
.wp-block-table table tfoot tr > td {
  background-color: #c6c8ca;
}
.table-dark th, .wp-block-table table tfoot tr th,
.table-dark td,
.wp-block-table table tfoot tr td,
.table-dark thead th,
.table-dark tbody + tbody,
.wp-block-table table tfoot tr tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover, .table-hover .wp-block-table table tfoot tr:hover, .wp-block-table table tfoot .table-hover tr:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td, .table-hover .wp-block-table table tfoot tr:hover > td, .wp-block-table table tfoot .table-hover tr:hover > td,
.table-hover .table-dark:hover > th,
.table-hover .wp-block-table table tfoot tr:hover > th,
.wp-block-table table tfoot .table-hover tr:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th, .wp-block-table table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th, .wp-block-table table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark, .wp-block-table table tfoot tr {
  color: #fff;
  background-color: #343a40;
}
.table-dark th, .wp-block-table table tfoot tr th,
.table-dark td,
.wp-block-table table tfoot tr td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered, .wp-block-table table tfoot tr.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd), .wp-block-table table tfoot tr.table-striped tbody tr:nth-of-type(odd), .wp-block-table table.table-dark tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover, .wp-block-table table tfoot tr.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1079.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #6db1ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(0, 110, 236, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(0, 110, 236, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.6rem + 1px);
  padding-bottom: calc(0.6rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.8rem + 1px);
  padding-bottom: calc(0.8rem + 1px);
  font-size: 2rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.4rem + 1px);
  padding-bottom: calc(0.4rem + 1px);
  font-size: 1.4rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.6rem 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.8rem + 2px);
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0;
}

.form-control-lg {
  height: calc(1.5em + 1.6rem + 2px);
  padding: 0.8rem 1.6rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1.6rem;
}

.form-text {
  display: block;
  margin-top: 0.4rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 2rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.48rem;
  margin-left: -2rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 1.2rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.5rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.4rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.4rem 0.8rem;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 1.2rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3rem) center;
  background-size: calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 4.8rem !important;
  background-position: right 2.4rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.2rem);
  background-position: top calc(0.375em + 0.3rem) right calc(0.375em + 0.3rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 3.7rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.2rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 2.8rem/calc(0.75em + 0.6rem) calc(0.75em + 0.6rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.4rem;
  font-size: 0.875em;
  color: #e61e50;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.4rem 0.8rem;
  margin-top: 0.1rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(230, 30, 80, 0.9);
  border-radius: 0;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e61e50;
  padding-right: calc(1.5em + 1.2rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e61e50' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e61e50' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3rem) center;
  background-size: calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #e61e50;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(230, 30, 80, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(230, 30, 80, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 4.8rem !important;
  background-position: right 2.4rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.2rem);
  background-position: top calc(0.375em + 0.3rem) right calc(0.375em + 0.3rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e61e50;
  padding-right: calc(0.75em + 3.7rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.2rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e61e50' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e61e50' stroke='none'/%3e%3c/svg%3e") center right 2.8rem/calc(0.75em + 0.6rem) calc(0.75em + 0.6rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #e61e50;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(230, 30, 80, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(230, 30, 80, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e61e50;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e61e50;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e61e50;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #eb4c74;
  background-color: #eb4c74;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(230, 30, 80, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(230, 30, 80, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e61e50;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e61e50;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e61e50;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(230, 30, 80, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(230, 30, 80, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.4rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .search-landing-page__form input[type=submit], div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.6rem 1.2rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .search-landing-page__form input[type=submit], div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover, .search-landing-page__form input[type=submit]:hover, div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .search-landing-page__form input[type=submit]:focus, div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit:focus, .btn.focus, .search-landing-page__form input.focus[type=submit], div.frm_style_formidable-style.with_frm_style form .focus.frm_button_submit.frm_final_submit {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(0, 110, 236, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(0, 110, 236, 0.25);
}
.btn.disabled, .search-landing-page__form input.disabled[type=submit], div.frm_style_formidable-style.with_frm_style form .disabled.frm_button_submit.frm_final_submit, .btn:disabled, .search-landing-page__form input[type=submit]:disabled, div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .search-landing-page__form input[type=submit]:not(:disabled):not(.disabled), div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, div.frm_style_formidable-style.with_frm_style form a.disabled.frm_button_submit.frm_final_submit,
fieldset:disabled a.btn,
fieldset:disabled div.frm_style_formidable-style.with_frm_style form a.frm_button_submit.frm_final_submit,
div.frm_style_formidable-style.with_frm_style form fieldset:disabled a.frm_button_submit.frm_final_submit {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #006eec;
  border-color: #006eec;
}
.btn-primary:hover {
  color: #fff;
  background-color: #005cc6;
  border-color: #0056b9;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #005cc6;
  border-color: #0056b9;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(38, 132, 239, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(38, 132, 239, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #006eec;
  border-color: #006eec;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0056b9;
  border-color: #0050ac;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(38, 132, 239, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(38, 132, 239, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #e61e50;
  border-color: #e61e50;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #c81643;
  border-color: #bc153f;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #c81643;
  border-color: #bc153f;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(234, 64, 106, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(234, 64, 106, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #e61e50;
  border-color: #e61e50;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #bc153f;
  border-color: #b1143b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(234, 64, 106, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(234, 64, 106, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e61e50;
  border-color: #e61e50;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c81643;
  border-color: #bc153f;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c81643;
  border-color: #bc153f;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(234, 64, 106, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(234, 64, 106, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #e61e50;
  border-color: #e61e50;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bc153f;
  border-color: #b1143b;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(234, 64, 106, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(234, 64, 106, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #006eec;
  border-color: #006eec;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #006eec;
  border-color: #006eec;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(0, 110, 236, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(0, 110, 236, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #006eec;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #006eec;
  border-color: #006eec;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(0, 110, 236, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(0, 110, 236, 0.5);
}

.btn-outline-secondary {
  color: #e61e50;
  border-color: #e61e50;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #e61e50;
  border-color: #e61e50;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(230, 30, 80, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(230, 30, 80, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #e61e50;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #e61e50;
  border-color: #e61e50;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(230, 30, 80, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(230, 30, 80, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #e61e50;
  border-color: #e61e50;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e61e50;
  border-color: #e61e50;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(230, 30, 80, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(230, 30, 80, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e61e50;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e61e50;
  border-color: #e61e50;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(230, 30, 80, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(230, 30, 80, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #006eec;
  text-decoration: none;
}
.btn-link:hover {
  color: #004aa0;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .search-landing-page__form .btn-group-lg > input[type=submit], div.frm_style_formidable-style.with_frm_style form .btn-group-lg > .frm_button_submit.frm_final_submit {
  padding: 0.8rem 1.6rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn, .search-landing-page__form .btn-group-sm > input[type=submit], div.frm_style_formidable-style.with_frm_style form .btn-group-sm > .frm_button_submit.frm_final_submit {
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.8rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 16rem;
  padding: 0.8rem 0;
  margin: 0.2rem 0 0;
  font-size: 1.6rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1080px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.2rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.2rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.2rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 1.6rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.4rem 2.4rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #006eec;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.8rem 2.4rem;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.4rem 2.4rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .search-landing-page__form .btn-group > input[type=submit], div.frm_style_formidable-style.with_frm_style form .btn-group > .frm_button_submit.frm_final_submit,
.btn-group-vertical > .btn,
.search-landing-page__form .btn-group-vertical > input[type=submit],
div.frm_style_formidable-style.with_frm_style form .btn-group-vertical > .frm_button_submit.frm_final_submit {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn:hover, .search-landing-page__form .btn-group > input[type=submit]:hover, div.frm_style_formidable-style.with_frm_style form .btn-group > .frm_button_submit.frm_final_submit:hover,
.btn-group-vertical > .btn:hover,
.search-landing-page__form .btn-group-vertical > input[type=submit]:hover,
div.frm_style_formidable-style.with_frm_style form .btn-group-vertical > .frm_button_submit.frm_final_submit:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .search-landing-page__form .btn-group > input[type=submit]:focus, div.frm_style_formidable-style.with_frm_style form .btn-group > .frm_button_submit.frm_final_submit:focus, .btn-group > .btn:active, .search-landing-page__form .btn-group > input[type=submit]:active, div.frm_style_formidable-style.with_frm_style form .btn-group > .frm_button_submit.frm_final_submit:active, .btn-group > .btn.active, .search-landing-page__form .btn-group > input.active[type=submit], div.frm_style_formidable-style.with_frm_style form .btn-group > .active.frm_button_submit.frm_final_submit,
.btn-group-vertical > .btn:focus,
.search-landing-page__form .btn-group-vertical > input[type=submit]:focus,
div.frm_style_formidable-style.with_frm_style form .btn-group-vertical > .frm_button_submit.frm_final_submit:focus,
.btn-group-vertical > .btn:active,
.search-landing-page__form .btn-group-vertical > input[type=submit]:active,
div.frm_style_formidable-style.with_frm_style form .btn-group-vertical > .frm_button_submit.frm_final_submit:active,
.btn-group-vertical > .btn.active,
.search-landing-page__form .btn-group-vertical > input.active[type=submit],
div.frm_style_formidable-style.with_frm_style form .btn-group-vertical > .active.frm_button_submit.frm_final_submit {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .search-landing-page__form .btn-group > input[type=submit]:not(:first-child), div.frm_style_formidable-style.with_frm_style form .btn-group > .frm_button_submit.frm_final_submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .search-landing-page__form .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle), div.frm_style_formidable-style.with_frm_style form .btn-group > .frm_button_submit.frm_final_submit:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.search-landing-page__form .btn-group > .btn-group:not(:last-child) > input[type=submit],
div.frm_style_formidable-style.with_frm_style form .btn-group > .btn-group:not(:last-child) > .frm_button_submit.frm_final_submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .search-landing-page__form .btn-group > input[type=submit]:not(:first-child), div.frm_style_formidable-style.with_frm_style form .btn-group > .frm_button_submit.frm_final_submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.search-landing-page__form .btn-group > .btn-group:not(:first-child) > input[type=submit],
div.frm_style_formidable-style.with_frm_style form .btn-group > .btn-group:not(:first-child) > .frm_button_submit.frm_final_submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.9rem;
  padding-left: 0.9rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .search-landing-page__form .btn-group-sm > input[type=submit] + .dropdown-toggle-split, div.frm_style_formidable-style.with_frm_style form .btn-group-sm > .frm_button_submit.frm_final_submit + .dropdown-toggle-split {
  padding-right: 0.6rem;
  padding-left: 0.6rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .search-landing-page__form .btn-group-lg > input[type=submit] + .dropdown-toggle-split, div.frm_style_formidable-style.with_frm_style form .btn-group-lg > .frm_button_submit.frm_final_submit + .dropdown-toggle-split {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn, .search-landing-page__form .btn-group-vertical > input[type=submit], div.frm_style_formidable-style.with_frm_style form .btn-group-vertical > .frm_button_submit.frm_final_submit,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .search-landing-page__form .btn-group-vertical > input[type=submit]:not(:first-child), div.frm_style_formidable-style.with_frm_style form .btn-group-vertical > .frm_button_submit.frm_final_submit:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .search-landing-page__form .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle), div.frm_style_formidable-style.with_frm_style form .btn-group-vertical > .frm_button_submit.frm_final_submit:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.search-landing-page__form .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit],
div.frm_style_formidable-style.with_frm_style form .btn-group-vertical > .btn-group:not(:last-child) > .frm_button_submit.frm_final_submit {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .search-landing-page__form .btn-group-vertical > input[type=submit]:not(:first-child), div.frm_style_formidable-style.with_frm_style form .btn-group-vertical > .frm_button_submit.frm_final_submit:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.search-landing-page__form .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit],
div.frm_style_formidable-style.with_frm_style form .btn-group-vertical > .btn-group:not(:first-child) > .frm_button_submit.frm_final_submit {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .search-landing-page__form .btn-group-toggle > input[type=submit], div.frm_style_formidable-style.with_frm_style form .btn-group-toggle > .frm_button_submit.frm_final_submit,
.btn-group-toggle > .btn-group > .btn,
.search-landing-page__form .btn-group-toggle > .btn-group > input[type=submit],
div.frm_style_formidable-style.with_frm_style form .btn-group-toggle > .btn-group > .frm_button_submit.frm_final_submit {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .search-landing-page__form .btn-group-toggle > input[type=submit] input[type=radio], div.frm_style_formidable-style.with_frm_style form .btn-group-toggle > .frm_button_submit.frm_final_submit input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.search-landing-page__form .btn-group-toggle > input[type=submit] input[type=checkbox],
div.frm_style_formidable-style.with_frm_style form .btn-group-toggle > .frm_button_submit.frm_final_submit input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .search-landing-page__form input[type=submit], .search-landing-page__form .input-group-prepend input[type=submit], .input-group-prepend div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit, div.frm_style_formidable-style.with_frm_style form .input-group-prepend .frm_button_submit.frm_final_submit,
.input-group-append .btn,
.input-group-append .search-landing-page__form input[type=submit],
.search-landing-page__form .input-group-append input[type=submit],
.input-group-append div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit,
div.frm_style_formidable-style.with_frm_style form .input-group-append .frm_button_submit.frm_final_submit {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .search-landing-page__form input[type=submit]:focus, .search-landing-page__form .input-group-prepend input[type=submit]:focus, .input-group-prepend div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit:focus, div.frm_style_formidable-style.with_frm_style form .input-group-prepend .frm_button_submit.frm_final_submit:focus,
.input-group-append .btn:focus,
.input-group-append .search-landing-page__form input[type=submit]:focus,
.search-landing-page__form .input-group-append input[type=submit]:focus,
.input-group-append div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit:focus,
div.frm_style_formidable-style.with_frm_style form .input-group-append .frm_button_submit.frm_final_submit:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .search-landing-page__form input[type=submit] + .btn, .search-landing-page__form .input-group-prepend input[type=submit] + .btn, .input-group-prepend .search-landing-page__form .btn + input[type=submit], .search-landing-page__form .input-group-prepend .btn + input[type=submit], .input-group-prepend .search-landing-page__form input[type=submit] + input[type=submit], .search-landing-page__form .input-group-prepend input[type=submit] + input[type=submit], .input-group-prepend div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit + .btn, .input-group-prepend div.frm_style_formidable-style.with_frm_style form .search-landing-page__form .frm_button_submit.frm_final_submit + input[type=submit], .search-landing-page__form .input-group-prepend div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit + input[type=submit], div.frm_style_formidable-style.with_frm_style form .input-group-prepend .frm_button_submit.frm_final_submit + .btn, div.frm_style_formidable-style.with_frm_style form .input-group-prepend .search-landing-page__form .frm_button_submit.frm_final_submit + input[type=submit], .search-landing-page__form div.frm_style_formidable-style.with_frm_style form .input-group-prepend .frm_button_submit.frm_final_submit + input[type=submit], .input-group-prepend div.frm_style_formidable-style.with_frm_style form .btn + .frm_button_submit.frm_final_submit, .input-group-prepend div.frm_style_formidable-style.with_frm_style form .search-landing-page__form input[type=submit] + .frm_button_submit.frm_final_submit, .search-landing-page__form .input-group-prepend div.frm_style_formidable-style.with_frm_style form input[type=submit] + .frm_button_submit.frm_final_submit, div.frm_style_formidable-style.with_frm_style form .input-group-prepend .btn + .frm_button_submit.frm_final_submit, div.frm_style_formidable-style.with_frm_style form .input-group-prepend .search-landing-page__form input[type=submit] + .frm_button_submit.frm_final_submit, .search-landing-page__form div.frm_style_formidable-style.with_frm_style form .input-group-prepend input[type=submit] + .frm_button_submit.frm_final_submit, .input-group-prepend div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit + .frm_button_submit.frm_final_submit, div.frm_style_formidable-style.with_frm_style form .input-group-prepend .frm_button_submit.frm_final_submit + .frm_button_submit.frm_final_submit,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .search-landing-page__form input[type=submit] + .input-group-text,
.search-landing-page__form .input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit + .input-group-text,
div.frm_style_formidable-style.with_frm_style form .input-group-prepend .frm_button_submit.frm_final_submit + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .search-landing-page__form .input-group-text + input[type=submit],
.search-landing-page__form .input-group-prepend .input-group-text + input[type=submit],
.input-group-prepend div.frm_style_formidable-style.with_frm_style form .input-group-text + .frm_button_submit.frm_final_submit,
div.frm_style_formidable-style.with_frm_style form .input-group-prepend .input-group-text + .frm_button_submit.frm_final_submit,
.input-group-append .btn + .btn,
.input-group-append .search-landing-page__form input[type=submit] + .btn,
.search-landing-page__form .input-group-append input[type=submit] + .btn,
.input-group-append .search-landing-page__form .btn + input[type=submit],
.search-landing-page__form .input-group-append .btn + input[type=submit],
.input-group-append .search-landing-page__form input[type=submit] + input[type=submit],
.search-landing-page__form .input-group-append input[type=submit] + input[type=submit],
.input-group-append div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit + .btn,
.input-group-append div.frm_style_formidable-style.with_frm_style form .search-landing-page__form .frm_button_submit.frm_final_submit + input[type=submit],
.search-landing-page__form .input-group-append div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit + input[type=submit],
div.frm_style_formidable-style.with_frm_style form .input-group-append .frm_button_submit.frm_final_submit + .btn,
div.frm_style_formidable-style.with_frm_style form .input-group-append .search-landing-page__form .frm_button_submit.frm_final_submit + input[type=submit],
.search-landing-page__form div.frm_style_formidable-style.with_frm_style form .input-group-append .frm_button_submit.frm_final_submit + input[type=submit],
.input-group-append div.frm_style_formidable-style.with_frm_style form .btn + .frm_button_submit.frm_final_submit,
.input-group-append div.frm_style_formidable-style.with_frm_style form .search-landing-page__form input[type=submit] + .frm_button_submit.frm_final_submit,
.search-landing-page__form .input-group-append div.frm_style_formidable-style.with_frm_style form input[type=submit] + .frm_button_submit.frm_final_submit,
div.frm_style_formidable-style.with_frm_style form .input-group-append .btn + .frm_button_submit.frm_final_submit,
div.frm_style_formidable-style.with_frm_style form .input-group-append .search-landing-page__form input[type=submit] + .frm_button_submit.frm_final_submit,
.search-landing-page__form div.frm_style_formidable-style.with_frm_style form .input-group-append input[type=submit] + .frm_button_submit.frm_final_submit,
.input-group-append div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit + .frm_button_submit.frm_final_submit,
div.frm_style_formidable-style.with_frm_style form .input-group-append .frm_button_submit.frm_final_submit + .frm_button_submit.frm_final_submit,
.input-group-append .btn + .input-group-text,
.input-group-append .search-landing-page__form input[type=submit] + .input-group-text,
.search-landing-page__form .input-group-append input[type=submit] + .input-group-text,
.input-group-append div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit + .input-group-text,
div.frm_style_formidable-style.with_frm_style form .input-group-append .frm_button_submit.frm_final_submit + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .search-landing-page__form .input-group-text + input[type=submit],
.search-landing-page__form .input-group-append .input-group-text + input[type=submit],
.input-group-append div.frm_style_formidable-style.with_frm_style form .input-group-text + .frm_button_submit.frm_final_submit,
div.frm_style_formidable-style.with_frm_style form .input-group-append .input-group-text + .frm_button_submit.frm_final_submit {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.6rem 1.2rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.6rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.search-landing-page__form .input-group-lg > .input-group-prepend > input[type=submit],
div.frm_style_formidable-style.with_frm_style form .input-group-lg > .input-group-prepend > .frm_button_submit.frm_final_submit,
.input-group-lg > .input-group-append > .btn,
.search-landing-page__form .input-group-lg > .input-group-append > input[type=submit],
div.frm_style_formidable-style.with_frm_style form .input-group-lg > .input-group-append > .frm_button_submit.frm_final_submit {
  padding: 0.8rem 1.6rem;
  font-size: 2rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.8rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.search-landing-page__form .input-group-sm > .input-group-prepend > input[type=submit],
div.frm_style_formidable-style.with_frm_style form .input-group-sm > .input-group-prepend > .frm_button_submit.frm_final_submit,
.input-group-sm > .input-group-append > .btn,
.search-landing-page__form .input-group-sm > .input-group-append > input[type=submit],
div.frm_style_formidable-style.with_frm_style form .input-group-sm > .input-group-append > .frm_button_submit.frm_final_submit {
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2.8rem;
}

.input-group > .input-group-prepend > .btn, .search-landing-page__form .input-group > .input-group-prepend > input[type=submit], div.frm_style_formidable-style.with_frm_style form .input-group > .input-group-prepend > .frm_button_submit.frm_final_submit,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.search-landing-page__form .input-group:not(.has-validation) > .input-group-append:not(:last-child) > input[type=submit],
div.frm_style_formidable-style.with_frm_style form .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .frm_button_submit.frm_final_submit,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.search-landing-page__form .input-group.has-validation > .input-group-append:nth-last-child(n+3) > input[type=submit],
div.frm_style_formidable-style.with_frm_style form .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .frm_button_submit.frm_final_submit,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.search-landing-page__form .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
div.frm_style_formidable-style.with_frm_style form .input-group > .input-group-append:last-child > .frm_button_submit.frm_final_submit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .search-landing-page__form .input-group > .input-group-append > input[type=submit], div.frm_style_formidable-style.with_frm_style form .input-group > .input-group-append > .frm_button_submit.frm_final_submit,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.search-landing-page__form .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
div.frm_style_formidable-style.with_frm_style form .input-group > .input-group-prepend:not(:first-child) > .frm_button_submit.frm_final_submit,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.search-landing-page__form .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
div.frm_style_formidable-style.with_frm_style form .input-group > .input-group-prepend:first-child > .frm_button_submit.frm_final_submit:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 2.4rem;
  padding-left: 2.4rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1.6rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.6rem;
  height: 2rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #006eec;
  background-color: #006eec;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.32rem rgba(0, 110, 236, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(0, 110, 236, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #6db1ff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #a0ccff;
  border-color: #a0ccff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.4rem;
  left: -2.4rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.4rem;
  left: -2.4rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #006eec;
  background-color: #006eec;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 110, 236, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 110, 236, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 110, 236, 0.5);
}

.custom-switch {
  padding-left: 3.6rem;
}
.custom-switch .custom-control-label::before {
  left: -3.6rem;
  width: 2.8rem;
  pointer-events: all;
  border-radius: 0.8rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.4rem + 2px);
  left: calc(-3.6rem + 2px);
  width: calc(1.6rem - 4px);
  height: calc(1.6rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.8rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(1.2rem);
          transform: translateX(1.2rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 110, 236, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 2.8rem 0.6rem 1.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.2rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #6db1ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(0, 110, 236, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(0, 110, 236, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.2rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.8rem + 2px);
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  padding-left: 0.8rem;
  font-size: 1.4rem;
}

.custom-select-lg {
  height: calc(1.5em + 1.6rem + 2px);
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  padding-left: 1.6rem;
  font-size: 2rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.2rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #6db1ff;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(0, 110, 236, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(0, 110, 236, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.6rem 1.2rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.2rem);
  padding: 0.6rem 1.2rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: 2.24rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.32rem rgba(0, 110, 236, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.32rem rgba(0, 110, 236, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.32rem rgba(0, 110, 236, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.32rem rgba(0, 110, 236, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.4rem;
  background-color: #006eec;
  border: 0;
  border-radius: 1.6rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #a0ccff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.8rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1.6rem;
}
.custom-range::-moz-range-thumb {
  width: 1.6rem;
  height: 1.6rem;
  background-color: #006eec;
  border: 0;
  border-radius: 1.6rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #a0ccff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.8rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1.6rem;
}
.custom-range::-ms-thumb {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 0;
  margin-right: 0.32rem;
  margin-left: 0.32rem;
  background-color: #006eec;
  border: 0;
  border-radius: 1.6rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #a0ccff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.8rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.8rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1.6rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1.6rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.8rem 1.6rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #006eec;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.6rem 3.2rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-right: 3.2rem;
  font-size: 2rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.4rem 1.2rem;
  font-size: 2rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1079.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1080px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 2rem;
}

.card-title {
  margin-bottom: 1.2rem;
}

.card-subtitle {
  margin-top: -0.6rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 2rem;
}

.card-header {
  padding: 1.2rem 2rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-footer {
  padding: 1.2rem 2rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  margin-right: -1rem;
  margin-bottom: -1.2rem;
  margin-left: -1rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -1rem;
  margin-left: -1rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem;
  border-radius: 0;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-deck .card {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -2rem;
    margin-left: -2rem;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 2rem;
    margin-bottom: 0;
    margin-left: 2rem;
  }
}

.card-group > .card {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 1.2rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.2rem 1.6rem;
  margin-bottom: 1.6rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.8rem 1.2rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #006eec;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #004aa0;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(0, 110, 236, 0.25);
          box-shadow: 0 0 0 0.32rem rgba(0, 110, 236, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #006eec;
  border-color: #006eec;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 1.2rem 2.4rem;
  font-size: 2rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .search-landing-page__form input[type=submit] .badge, div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #006eec;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0056b9;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(0, 110, 236, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(0, 110, 236, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #e61e50;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #bc153f;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(230, 30, 80, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(230, 30, 80, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #e61e50;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bc153f;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(230, 30, 80, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(230, 30, 80, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.32rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.32rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 1.2rem 2rem;
  margin-bottom: 1.6rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 6.4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.2rem 2rem;
  color: inherit;
}

.alert-primary {
  color: #00397b;
  background-color: #cce2fb;
  border-color: #b8d6fa;
}
.alert-primary hr {
  border-top-color: #a0c8f8;
}
.alert-primary .alert-link {
  color: #002148;
}

.alert-secondary {
  color: #78102a;
  background-color: #fad2dc;
  border-color: #f8c0ce;
}
.alert-secondary hr {
  border-top-color: #f5a9bc;
}
.alert-secondary .alert-link {
  color: #4b0a1a;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #78102a;
  background-color: #fad2dc;
  border-color: #f8c0ce;
}
.alert-danger hr {
  border-top-color: #f5a9bc;
}
.alert-danger .alert-link {
  color: #4b0a1a;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1.6rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1.6rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.6rem;
  overflow: hidden;
  line-height: 0;
  font-size: 1.2rem;
  background-color: #e9ecef;
  border-radius: 0;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #006eec;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1.6rem 1.6rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 1.2rem 2rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #006eec;
  border-color: #006eec;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1080px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #00397b;
  background-color: #b8d6fa;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #00397b;
  background-color: #a0c8f8;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #00397b;
  border-color: #00397b;
}

.list-group-item-secondary {
  color: #78102a;
  background-color: #f8c0ce;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #78102a;
  background-color: #f5a9bc;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #78102a;
  border-color: #78102a;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #78102a;
  background-color: #f8c0ce;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #78102a;
  background-color: #f5a9bc;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #78102a;
  border-color: #78102a;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  -ms-flex-preferred-size: 350px;
      flex-basis: 350px;
  max-width: 350px;
  font-size: 1.4rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 1.2rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem 1.2rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 1.2rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.8rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1.6rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1.6rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1.6rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1.6rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.6rem 1.6rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .close {
  padding: 1.6rem 1.6rem;
  margin: -1.6rem -1.6rem -1.6rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.6rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.35rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 2.8rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 5.6rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 5.6rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 5.6rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 5.6rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1080px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "RobotoSlab", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 1.28rem;
  height: 0.64rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.64rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.64rem 0.64rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.64rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.64rem;
  height: 1.28rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.64rem 0.64rem 0.64rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.64rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.64rem 0.64rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.64rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.64rem;
  height: 1.28rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.64rem 0 0.64rem 0.64rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.4rem 0.8rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "RobotoSlab", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 1.4rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1.6rem;
  height: 0.8rem;
  margin: 0 0;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.8rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.8rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.8rem 0.8rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.8rem 0.8rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.8rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.8rem - 1px);
  width: 0.8rem;
  height: 1.6rem;
  margin: 0 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.8rem 0.8rem 0.8rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.8rem 0.8rem 0.8rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.8rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.8rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.8rem 0.8rem 0.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.8rem 0.8rem 0.8rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1.6rem;
  margin-left: -0.8rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.8rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.8rem - 1px);
  width: 0.8rem;
  height: 1.6rem;
  margin: 0 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.8rem 0 0.8rem 0.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.8rem 0 0.8rem 0.8rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.8rem 1.2rem;
  margin-bottom: 0;
  font-size: 1.6rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.8rem 1.2rem;
  color: #212529;
}

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1.6rem;
  height: 1.6rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1.6rem;
  height: 1.6rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #006eec !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0056b9 !important;
}

.bg-secondary {
  background-color: #e61e50 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #bc153f !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #e61e50 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bc153f !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #006eec !important;
}

.border-secondary {
  border-color: #e61e50 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #e61e50 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0 !important;
}

.rounded {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-lg {
  border-radius: 0 !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 80rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after, .research-area-page__faculty-member::after, div.frm_style_formidable-style.with_frm_style form .frm_opt_container .frm_opt_container::after, div.frm_style_formidable-style.with_frm_style form .frm_opt_container::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1080px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1080px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1080px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only, .search-landing-page__form label, .localist_minicalendar_minicalendar caption, .exposed-filter-single .query-exposed-label, .query-wrangler .text-box-filter label, .query-wrangler .query-wrangler__form input[type=checkbox], .utility-navigation nav .searchform .screen-reader-text,
.navbar-nav.mobile-menu .searchform .screen-reader-text, .utility-navigation nav .searchform.active input[type=submit],
.navbar-nav.mobile-menu .searchform.active input[type=submit], div.frm_style_formidable-style.with_frm_style form input[type=radio],
div.frm_style_formidable-style.with_frm_style form input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.8rem 1.6rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1.6rem 4.8rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1.6rem 4.8rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.8rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.8rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.8rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.8rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.8rem !important;
}

.m-2 {
  margin: 1.6rem !important;
}

.mt-2,
.my-2 {
  margin-top: 1.6rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 1.6rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1.6rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1.6rem !important;
}

.m-3 {
  margin: 3.2rem !important;
}

.mt-3,
.my-3 {
  margin-top: 3.2rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 3.2rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 3.2rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 3.2rem !important;
}

.m-4 {
  margin: 4.8rem !important;
}

.mt-4,
.my-4 {
  margin-top: 4.8rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 4.8rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 4.8rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 4.8rem !important;
}

.m-5 {
  margin: 9.6rem !important;
}

.mt-5,
.my-5 {
  margin-top: 9.6rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 9.6rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 9.6rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 9.6rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.8rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.8rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.8rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.8rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.8rem !important;
}

.p-2 {
  padding: 1.6rem !important;
}

.pt-2,
.py-2 {
  padding-top: 1.6rem !important;
}

.pr-2,
.px-2 {
  padding-right: 1.6rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1.6rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1.6rem !important;
}

.p-3 {
  padding: 3.2rem !important;
}

.pt-3,
.py-3 {
  padding-top: 3.2rem !important;
}

.pr-3,
.px-3 {
  padding-right: 3.2rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 3.2rem !important;
}

.pl-3,
.px-3 {
  padding-left: 3.2rem !important;
}

.p-4 {
  padding: 4.8rem !important;
}

.pt-4,
.py-4 {
  padding-top: 4.8rem !important;
}

.pr-4,
.px-4 {
  padding-right: 4.8rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 4.8rem !important;
}

.pl-4,
.px-4 {
  padding-left: 4.8rem !important;
}

.p-5 {
  padding: 9.6rem !important;
}

.pt-5,
.py-5 {
  padding-top: 9.6rem !important;
}

.pr-5,
.px-5 {
  padding-right: 9.6rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 9.6rem !important;
}

.pl-5,
.px-5 {
  padding-left: 9.6rem !important;
}

.m-n1 {
  margin: -0.8rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.8rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.8rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.8rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.8rem !important;
}

.m-n2 {
  margin: -1.6rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -1.6rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -1.6rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -1.6rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -1.6rem !important;
}

.m-n3 {
  margin: -3.2rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -3.2rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -3.2rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -3.2rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -3.2rem !important;
}

.m-n4 {
  margin: -4.8rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -4.8rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -4.8rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -4.8rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -4.8rem !important;
}

.m-n5 {
  margin: -9.6rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -9.6rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -9.6rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -9.6rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -9.6rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.8rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.8rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.8rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.8rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.8rem !important;
  }

  .m-sm-2 {
    margin: 1.6rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 1.6rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 1.6rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 1.6rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 1.6rem !important;
  }

  .m-sm-3 {
    margin: 3.2rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 3.2rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 3.2rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 3.2rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 3.2rem !important;
  }

  .m-sm-4 {
    margin: 4.8rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 4.8rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 4.8rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 4.8rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 4.8rem !important;
  }

  .m-sm-5 {
    margin: 9.6rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 9.6rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 9.6rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 9.6rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 9.6rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.8rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.8rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.8rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.8rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.8rem !important;
  }

  .p-sm-2 {
    padding: 1.6rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 1.6rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 1.6rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 1.6rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 1.6rem !important;
  }

  .p-sm-3 {
    padding: 3.2rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 3.2rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 3.2rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 3.2rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 3.2rem !important;
  }

  .p-sm-4 {
    padding: 4.8rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 4.8rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 4.8rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 4.8rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 4.8rem !important;
  }

  .p-sm-5 {
    padding: 9.6rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 9.6rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 9.6rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 9.6rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 9.6rem !important;
  }

  .m-sm-n1 {
    margin: -0.8rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.8rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.8rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.8rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.8rem !important;
  }

  .m-sm-n2 {
    margin: -1.6rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -1.6rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -1.6rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -1.6rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -1.6rem !important;
  }

  .m-sm-n3 {
    margin: -3.2rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -3.2rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -3.2rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -3.2rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -3.2rem !important;
  }

  .m-sm-n4 {
    margin: -4.8rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -4.8rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -4.8rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -4.8rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -4.8rem !important;
  }

  .m-sm-n5 {
    margin: -9.6rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -9.6rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -9.6rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -9.6rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -9.6rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.8rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.8rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.8rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.8rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.8rem !important;
  }

  .m-md-2 {
    margin: 1.6rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 1.6rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 1.6rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 1.6rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 1.6rem !important;
  }

  .m-md-3 {
    margin: 3.2rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 3.2rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 3.2rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 3.2rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 3.2rem !important;
  }

  .m-md-4 {
    margin: 4.8rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 4.8rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 4.8rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 4.8rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 4.8rem !important;
  }

  .m-md-5 {
    margin: 9.6rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 9.6rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 9.6rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 9.6rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 9.6rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.8rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.8rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.8rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.8rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.8rem !important;
  }

  .p-md-2 {
    padding: 1.6rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 1.6rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 1.6rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 1.6rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 1.6rem !important;
  }

  .p-md-3 {
    padding: 3.2rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 3.2rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 3.2rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 3.2rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 3.2rem !important;
  }

  .p-md-4 {
    padding: 4.8rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 4.8rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 4.8rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 4.8rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 4.8rem !important;
  }

  .p-md-5 {
    padding: 9.6rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 9.6rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 9.6rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 9.6rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 9.6rem !important;
  }

  .m-md-n1 {
    margin: -0.8rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.8rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.8rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.8rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.8rem !important;
  }

  .m-md-n2 {
    margin: -1.6rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -1.6rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -1.6rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -1.6rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -1.6rem !important;
  }

  .m-md-n3 {
    margin: -3.2rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -3.2rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -3.2rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -3.2rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -3.2rem !important;
  }

  .m-md-n4 {
    margin: -4.8rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -4.8rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -4.8rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -4.8rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -4.8rem !important;
  }

  .m-md-n5 {
    margin: -9.6rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -9.6rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -9.6rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -9.6rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -9.6rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1080px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.8rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.8rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.8rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.8rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.8rem !important;
  }

  .m-lg-2 {
    margin: 1.6rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 1.6rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 1.6rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 1.6rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 1.6rem !important;
  }

  .m-lg-3 {
    margin: 3.2rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 3.2rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 3.2rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 3.2rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 3.2rem !important;
  }

  .m-lg-4 {
    margin: 4.8rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 4.8rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 4.8rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 4.8rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 4.8rem !important;
  }

  .m-lg-5 {
    margin: 9.6rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 9.6rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 9.6rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 9.6rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 9.6rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.8rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.8rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.8rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.8rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.8rem !important;
  }

  .p-lg-2 {
    padding: 1.6rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 1.6rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 1.6rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 1.6rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 1.6rem !important;
  }

  .p-lg-3 {
    padding: 3.2rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 3.2rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 3.2rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 3.2rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 3.2rem !important;
  }

  .p-lg-4 {
    padding: 4.8rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 4.8rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 4.8rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 4.8rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 4.8rem !important;
  }

  .p-lg-5 {
    padding: 9.6rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 9.6rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 9.6rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 9.6rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 9.6rem !important;
  }

  .m-lg-n1 {
    margin: -0.8rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.8rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.8rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.8rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.8rem !important;
  }

  .m-lg-n2 {
    margin: -1.6rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -1.6rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -1.6rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -1.6rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -1.6rem !important;
  }

  .m-lg-n3 {
    margin: -3.2rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -3.2rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -3.2rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -3.2rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -3.2rem !important;
  }

  .m-lg-n4 {
    margin: -4.8rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -4.8rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -4.8rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -4.8rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -4.8rem !important;
  }

  .m-lg-n5 {
    margin: -9.6rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -9.6rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -9.6rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -9.6rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -9.6rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.8rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.8rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.8rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.8rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.8rem !important;
  }

  .m-xl-2 {
    margin: 1.6rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 1.6rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 1.6rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 1.6rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 1.6rem !important;
  }

  .m-xl-3 {
    margin: 3.2rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 3.2rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 3.2rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 3.2rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 3.2rem !important;
  }

  .m-xl-4 {
    margin: 4.8rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 4.8rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 4.8rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 4.8rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 4.8rem !important;
  }

  .m-xl-5 {
    margin: 9.6rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 9.6rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 9.6rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 9.6rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 9.6rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.8rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.8rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.8rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.8rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.8rem !important;
  }

  .p-xl-2 {
    padding: 1.6rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 1.6rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 1.6rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 1.6rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 1.6rem !important;
  }

  .p-xl-3 {
    padding: 3.2rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 3.2rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 3.2rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 3.2rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 3.2rem !important;
  }

  .p-xl-4 {
    padding: 4.8rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 4.8rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 4.8rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 4.8rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 4.8rem !important;
  }

  .p-xl-5 {
    padding: 9.6rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 9.6rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 9.6rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 9.6rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 9.6rem !important;
  }

  .m-xl-n1 {
    margin: -0.8rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.8rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.8rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.8rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.8rem !important;
  }

  .m-xl-n2 {
    margin: -1.6rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -1.6rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -1.6rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -1.6rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -1.6rem !important;
  }

  .m-xl-n3 {
    margin: -3.2rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -3.2rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -3.2rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -3.2rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -3.2rem !important;
  }

  .m-xl-n4 {
    margin: -4.8rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -4.8rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -4.8rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -4.8rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -4.8rem !important;
  }

  .m-xl-n5 {
    margin: -9.6rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -9.6rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -9.6rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -9.6rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -9.6rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1080px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #006eec !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #004aa0 !important;
}

.text-secondary {
  color: #e61e50 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #a51237 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #e61e50 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a51237 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 1080px !important;
  }

  .container {
    min-width: 1080px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table, .wp-block-table table {
    border-collapse: collapse !important;
  }
  .table td, .wp-block-table table td,
.table th,
.wp-block-table table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark, .wp-block-table table tfoot tr {
    color: inherit;
  }
  .table-dark th, .wp-block-table table tfoot tr th,
.table-dark td,
.wp-block-table table tfoot tr td,
.table-dark thead th,
.table-dark tbody + tbody,
.wp-block-table table tfoot tr tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th, .wp-block-table table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.icon-arrow--navy, a.homepage__programs-program:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='27.91'%3E%3Cpath data-name='Path 810' d='M0 0l6.092 13.91H15L8.635 0z' fill='%23303c6c'/%3E%3Cpath data-name='Path 836' d='M0 27.91l6.092-13.911H15L8.635 27.91z' fill='%23303c6c' opacity='.5'/%3E%3C/svg%3E");
}

.icon-checkbox-checked, div.frm_style_formidable-style.with_frm_style form input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cg data-name='Group 4311'%3E%3Cg data-name='Component 33 – 6'%3E%3Cg data-name='Rectangle 3806' fill='%23edeef2' stroke='%23151c41' stroke-width='3'%3E%3Cpath stroke='none' d='M0 0h30v30H0z'/%3E%3Cpath fill='none' d='M1.5 1.5h27v27h-27z'/%3E%3C/g%3E%3C/g%3E%3Cpath data-name='Rectangle 3814' fill='%23006eec' d='M8 8h14v14H8z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-checkbox-unchecked, div.frm_style_formidable-style.with_frm_style form input[type=checkbox] + label:before,
div.frm_style_formidable-style.with_frm_style form input[type=radio] + label:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg data-name='Component 33 – 5' xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cg data-name='Rectangle 3806' fill='%23edeef2' stroke='%23151c41' stroke-width='3'%3E%3Cpath stroke='none' d='M0 0h30v30H0z'/%3E%3Cpath fill='none' d='M1.5 1.5h27v27h-27z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-checkbox, .query-wrangler .query-wrangler__form input[type=checkbox]:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14'%3E%3Cpath data-name='Rectangle 3814' fill='%23006eec' d='M0 0h14v14H0z'/%3E%3C/svg%3E");
}

.icon-chevron--green-blue--small, .news-landing__feature-body {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='86.44' height='86.192'%3E%3Cg data-name='Group 1'%3E%3Cpath data-name='Path 1' d='M86.44 43.095v-43.1h-.305l-43.1 43.1h.305v43.1h43.1z' fill='%23006eec'/%3E%3Cpath data-name='Path 2' d='M86.135 0H0v43.1h43.038z' fill='%231ee6aa'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-chevron--news-feature, .news-landing__feature-body-wrapper:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220.407'%3E%3Cg data-name='Group 4264'%3E%3Cg data-name='Group 4168'%3E%3Cpath data-name='Path 5486' d='M133.316 129.517v-43.1h-.305l-43.1 43.1h.305v43.1h43.1z' fill='%23006eec'/%3E%3Cpath data-name='Path 5488' d='M219.371 0H90.141v43.1h86.135z' fill='%23ffb800'/%3E%3Cpath data-name='Path 5487' d='M133.011 86.422H46.876v43.1h43.038z' fill='%231ee6aa'/%3E%3Cpath data-name='Path 5485' d='M219.739 43.095v-43.1h-.367l-43.1 43.1h.366v86.192h43.1z' fill='%23e61e50'/%3E%3C/g%3E%3Cg data-name='Rectangle 3719' fill='none' stroke='%23006eec'%3E%3Cpath stroke='none' d='M0 .407h220v220H0z'/%3E%3Cpath d='M.5.907h219v219H.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-chevron--red-yellow {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='129.597' height='129.288'%3E%3Cg data-name='Group 1'%3E%3Cpath data-name='Path 1' d='M129.23 0H0v43.1h86.135z' fill='%23ffb800'/%3E%3Cpath data-name='Path 2' d='M129.598 43.095v-43.1h-.367l-43.1 43.1h.366v86.192h43.1z' fill='%23e61e50'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-chevron-two, .research-areas-header .row:first-child:after, .research-areas-header #lwe:first-child:after, .homepage__faculty-image:after, .homepage__research-areas-content:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='234.438' height='290.861'%3E%3Cg data-name='Group 731'%3E%3Cpath data-name='Path 830' d='M198.525 0l-1.261 2.65-44.761 94.078h39.368L234.437 0z' fill='%23e6e600'/%3E%3Cpath data-name='Path 831' d='M191.871 96.729h-39.368l44.442 97.179h37.492z' fill='%23ffb800'/%3E%3Cpath data-name='Path 832' d='M152.503 96.728L197.264 2.65l1.185-2.649h-37.168l-47.552 96.728 45.922 97.179h37.295l-44.442-97.179' fill='%23e61e50'/%3E%3C/g%3E%3Cg data-name='Group 732'%3E%3Cpath data-name='Path 833' d='M35.913 290.862l1.261-2.65 44.763-94.079H42.566L0 290.862z' fill='%231ee6aa'/%3E%3Cpath data-name='Path 834' d='M42.566 194.133h39.371L37.492 96.956H0z' fill='%23006eec'/%3E%3Cpath data-name='Path 835' d='M81.937 194.134l-44.761 94.078-1.185 2.649h37.166l47.552-96.728-45.922-97.177H37.492l44.445 97.177' fill='%23303c6c'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-ctp-utility, .utility-navigation .ctp-home:after,
.mobile-menu .ctp-home:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg data-name='Group 4383' xmlns='http://www.w3.org/2000/svg' width='25.65' height='15.368'%3E%3Cg data-name='Group 4382'%3E%3Cg data-name='Group 4385'%3E%3Cpath data-name='Path 5671' d='M16.013 10.195V5.147c0-.111 0-.111.106-.111h2.368c.078 0 .093.025.092.1v2.03c0 .068.015.089.08.088.51 0 1.021.009 1.53-.011a3.857 3.857 0 001.356-.251 1.869 1.869 0 001.1-1.22 2.9 2.9 0 00.032-1.581 1.6 1.6 0 00-1.042-1.149 4.207 4.207 0 00-1.505-.232c-.228-.005-.456 0-.684 0-.056 0-.08-.009-.08-.08V.082c0-.06.012-.08.071-.08a16.417 16.417 0 011.837.062 5.291 5.291 0 012.559.913 4.556 4.556 0 01.808.748 3.992 3.992 0 01.843 1.634 6.084 6.084 0 01.173 1.57 5.472 5.472 0 01-.255 1.662 4.85 4.85 0 01-3 3.129 6.238 6.238 0 01-1.772.331c-.651.038-1.3.012-1.953.016-.08 0-.1.024-.1.107v5.084c0 .09-.02.111-.1.111q-1.188-.005-2.377 0c-.073 0-.089-.021-.089-.1q.003-2.537.002-5.074z' fill='%23303c6c'/%3E%3C/g%3E%3Cpath data-name='Path 5672' d='M10.892 9.1V2.956c0-.138.015-.12-.114-.12h-3.59c-.089 0-.1-.029-.1-.117V.089c0-.074.018-.091.085-.091h10.248c.07 0 .091.016.091.1v2.639c0 .079-.016.1-.092.1h-3.606c-.124 0-.109-.016-.109.116v12.3c0 .133.014.118-.108.118h-2.613c-.073 0-.089-.022-.089-.1q-.003-3.091-.003-6.171z' fill='%23e61e50'/%3E%3Cpath data-name='Path 5673' d='M5.375 1.539v1.395a.122.122 0 01-.087.139 3.374 3.374 0 00-1.135.739 3.677 3.677 0 00-.8 1.3 7.348 7.348 0 00-.188 4.471 4.5 4.5 0 00.99 1.846 3.359 3.359 0 001.626.979 4.5 4.5 0 001.208.145c.551-.006 1.1 0 1.652 0 .068 0 .085.022.085.094v2.631c0 .082-.024.1-.092.1-.662 0-1.324 0-1.986-.006a7.892 7.892 0 01-1.245-.133 6.779 6.779 0 01-1.219-.332 5.814 5.814 0 01-2.443-1.745 6.557 6.557 0 01-.684-1.017 7.336 7.336 0 01-.66-1.605 9.978 9.978 0 01-.29-1.444 11.574 11.574 0 01-.1-1.671 10.412 10.412 0 01.084-1.071 9.793 9.793 0 01.291-1.471A7.614 7.614 0 011.49 2.518a5.411 5.411 0 01.6-.725A6.43 6.43 0 014.102.434 6.743 6.743 0 015.32.048c.061-.013.054.024.054.063v.98z' fill='%23303c6c'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-ctp, .ctp__header-logo {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='197' height='197'%3E%3Cg data-name='Group 4684' transform='translate(-146 -257)'%3E%3Ccircle data-name='Ellipse 375' cx='98.5' cy='98.5' r='98.5' transform='translate(146 257)' fill='%23fff'/%3E%3Cg data-name='Group 4383'%3E%3Cg data-name='Group 4382'%3E%3Cg data-name='Group 4385'%3E%3Cpath data-name='Path 5671' d='M255.922 367.359v-23.075c0-.509 0-.509.525-.509 3.914 0 7.828.006 11.742-.009.384 0 .459.116.457.473-.014 3.093 0 6.186-.015 9.278 0 .313.075.406.4.4 2.528-.022 5.059.039 7.585-.05a20.556 20.556 0 006.722-1.149 8.832 8.832 0 005.432-5.575 12.25 12.25 0 00.159-7.226 7.58 7.58 0 00-5.167-5.254 22.491 22.491 0 00-7.464-1.06 116.02 116.02 0 00-3.389-.009c-.278 0-.4-.039-.4-.366q.018-6.051 0-12.1c0-.273.059-.366.351-.366a88.285 88.285 0 019.108.283 27.684 27.684 0 0112.686 4.173 22.022 22.022 0 014 3.42 17.8 17.8 0 014.179 7.468 25.757 25.757 0 01.86 7.178 23.24 23.24 0 01-1.266 7.595 22.212 22.212 0 01-6.808 9.849 24.584 24.584 0 01-8.051 4.453 33.242 33.242 0 01-8.785 1.513c-3.226.175-6.454.055-9.681.075-.4 0-.48.108-.48.49q.018 11.618.019 23.236c0 .41-.1.509-.509.507q-5.891-.025-11.782 0c-.36 0-.444-.095-.443-.448q.023-11.597.015-23.195z' fill='%23303c6c'/%3E%3C/g%3E%3Cpath data-name='Path 5672' d='M235.845 362.352v-28.081c0-.633.076-.547-.564-.547q-8.9 0-17.8.01c-.438 0-.516-.132-.514-.534q.022-6.012 0-12.023c0-.339.089-.418.422-.418q25.4.013 50.808 0c.348 0 .451.073.449.439q-.022 6.032 0 12.063c0 .36-.077.471-.458.471q-8.939-.02-17.878-.008c-.617 0-.543-.073-.543.529v56.2c0 .61.07.538-.535.539-4.318 0-8.636 0-12.954.01-.364 0-.441-.1-.441-.449q.015-14.1.008-28.201z' fill='%23e61e50'/%3E%3Cpath data-name='Path 5673' d='M213.098 327.805c0 2.125-.008 4.249.008 6.374a.559.559 0 01-.433.635 16.93 16.93 0 00-5.628 3.375 16.66 16.66 0 00-3.986 5.939 31.091 31.091 0 00-.93 20.433 20.117 20.117 0 004.908 8.435 16.968 16.968 0 008.06 4.473 24.123 24.123 0 005.99.663c2.73-.028 5.461 0 8.191-.015.34 0 .422.1.421.428q-.016 6.011 0 12.022c0 .374-.117.436-.456.434-3.282-.015-6.564.02-9.845-.029a42.265 42.265 0 01-6.173-.606 35.9 35.9 0 01-6.044-1.518 28.9 28.9 0 01-12.112-7.974 29.966 29.966 0 01-3.39-4.646 32.116 32.116 0 01-3.273-7.336 42.359 42.359 0 01-1.439-6.6 48.8 48.8 0 01-.495-7.636 44.03 44.03 0 01.417-4.892 41.758 41.758 0 011.442-6.724 33.66 33.66 0 015.495-10.81 25.291 25.291 0 012.993-3.313 32.139 32.139 0 019.975-6.211 35.464 35.464 0 016.036-1.763c.3-.059.268.108.268.287v4.478z' fill='%23303c6c'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-facebook--blue {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14.732' height='28.211'%3E%3Cpath data-name='Path 1' d='M9.56 28.211V15.359h4.388l.627-5.015H9.56V7.209c0-1.411.47-2.508 2.508-2.508h2.664V.157C14.105.157 12.538 0 10.814 0 7.053 0 4.388 2.351 4.388 6.582v3.761H0v5.015h4.388v12.853z' fill='%23006EEC' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-facebook--glue, a.icon-facebook:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14.732' height='28.211'%3E%3Cpath data-name='Path 1' d='M9.56 28.211V15.359h4.388l.627-5.015H9.56V7.209c0-1.411.47-2.508 2.508-2.508h2.664V.157C14.105.157 12.538 0 10.814 0 7.053 0 4.388 2.351 4.388 6.582v3.761H0v5.015h4.388v12.853z' fill='%231EE6AA' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-facebook--red, .social-icons-nav a.icon-facebook--blue:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14.732' height='28.211'%3E%3Cpath data-name='Path 1' d='M9.56 28.211V15.359h4.388l.627-5.015H9.56V7.209c0-1.411.47-2.508 2.508-2.508h2.664V.157C14.105.157 12.538 0 10.814 0 7.053 0 4.388 2.351 4.388 6.582v3.761H0v5.015h4.388v12.853z' fill='%23e61e50' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-facebook {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14.732' height='28.211'%3E%3Cpath data-name='Path 1' d='M9.56 28.211V15.359h4.388l.627-5.015H9.56V7.209c0-1.411.47-2.508 2.508-2.508h2.664V.157C14.105.157 12.538 0 10.814 0 7.053 0 4.388 2.351 4.388 6.582v3.761H0v5.015h4.388v12.853z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-instagram--blue {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z' fill='%23006EEC'/%3E%3C/svg%3E");
}

.icon-instagram--glue, a.icon-instagram:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z' fill='%231EE6AA'/%3E%3C/svg%3E");
}

.icon-instagram--red, .social-icons-nav a.icon-instagram--blue:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z' fill='%23e61e50'/%3E%3C/svg%3E");
}

.icon-instagram {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z' fill='%23FFF'/%3E%3C/svg%3E");
}

.icon-journal-bg-text, .journal__past-issues-bg-text {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1341.724' height='154.859'%3E%3Cpath d='M60.763 2.07q17.8 0 31.262 6.78a49.679 49.679 0 0120.7 18.736 51.189 51.189 0 017.246 27.069 46.148 46.148 0 01-7.246 25.672q-7.246 11.18-20.651 17.391t-31.311 6.212H38.611v48.859H0V2.07zm0 70.494q10.145 0 15.113-4.813t4.965-12.888q0-9.316-5.072-15.424t-15.01-6.107H38.611v39.232zm152.07 55.277h-48.445l-7.66 24.948h-41.51L170.185 2.07h36.645l55.277 150.719h-41.613zm-9.627-31.262l-14.7-47.617-14.6 47.617zm125.26-4.555a166.165 166.165 0 01-26.396-11.235 55.97 55.97 0 01-18.167-15.476q-7.091-9.42-7.091-22.67a35.475 35.475 0 017.608-22.67q7.608-9.627 21.065-14.8a83.96 83.96 0 0130.33-5.176q16.459 0 29.295 5.59a46.126 46.126 0 0120.131 16.202q7.3 10.61 7.3 25.31h-38.506q0-7.66-4.917-12.163t-14.233-4.5a28.99 28.99 0 00-10.662 1.76 15.833 15.833 0 00-6.729 4.606 9.8 9.8 0 00-2.277 6.263q0 5.693 6.573 9.73t20.134 8.488q24.947 8.074 37.731 20.082t12.786 30.639q0 13.664-6.936 23.291t-19.564 14.594q-12.631 4.97-29.711 4.97a86.964 86.964 0 01-31.21-5.538 53.067 53.067 0 01-23.653-17.339q-9.109-11.8-9.109-29.605h38.818q0 8.385 2.743 13.25a15.086 15.086 0 008.229 6.884q5.486 2.019 14.182 2.019 9.006 0 13.3-3.571a10.971 10.971 0 004.3-8.747 14.16 14.16 0 00-1.863-7.5q-1.863-3.054-7.3-6.056a104.018 104.018 0 00-16.201-6.631zM535.4 33.331h-44.926v119.458h-38.715V33.332h-43.787V2.07H535.4zm77.027 119.458V2.07h38.4v150.719zm119.049-60.764a166.163 166.163 0 01-26.397-11.236 55.97 55.97 0 01-18.167-15.476q-7.091-9.42-7.091-22.67a35.475 35.475 0 017.608-22.67q7.608-9.627 21.065-14.8a83.96 83.96 0 0130.33-5.176q16.459 0 29.295 5.59a46.125 46.125 0 0120.135 16.202q7.3 10.61 7.3 25.31h-38.513q0-7.66-4.917-12.163t-14.233-4.5a28.99 28.99 0 00-10.662 1.76 15.833 15.833 0 00-6.729 4.606 9.8 9.8 0 00-2.277 6.263q0 5.693 6.573 9.73t20.134 8.488q24.947 8.074 37.731 20.082t12.784 30.641q0 13.664-6.936 23.291t-19.561 14.592q-12.628 4.97-29.707 4.97a86.964 86.964 0 01-31.21-5.538 53.067 53.067 0 01-23.653-17.339q-9.109-11.8-9.109-29.605h38.818q0 8.385 2.743 13.25a15.086 15.086 0 008.229 6.884q5.482 2.018 14.182 2.018 9.006 0 13.3-3.571a10.971 10.971 0 004.3-8.747 14.16 14.16 0 00-1.863-7.5q-1.863-3.054-7.3-6.056a104.019 104.019 0 00-16.202-6.63zm138.51 0a166.163 166.163 0 01-26.397-11.236 55.97 55.97 0 01-18.167-15.476q-7.091-9.42-7.091-22.67a35.475 35.475 0 017.608-22.67q7.608-9.627 21.065-14.8a83.96 83.96 0 0130.33-5.176q16.459 0 29.295 5.59a46.125 46.125 0 0120.135 16.202q7.3 10.61 7.3 25.31h-38.51q0-7.66-4.917-12.163t-14.233-4.5a28.99 28.99 0 00-10.663 1.753 15.833 15.833 0 00-6.729 4.606 9.8 9.8 0 00-2.277 6.263q0 5.693 6.573 9.73t20.133 8.493q24.947 8.074 37.731 20.082t12.784 30.641q0 13.664-6.936 23.291t-19.562 14.594q-12.629 4.97-29.709 4.97a86.964 86.964 0 01-31.208-5.538 53.067 53.067 0 01-23.653-17.339q-9.109-11.8-9.109-29.605h38.818q0 8.385 2.743 13.25a15.086 15.086 0 008.229 6.884q5.486 2.019 14.182 2.019 9.006 0 13.3-3.571a10.971 10.971 0 004.3-8.747 14.16 14.16 0 00-1.863-7.5q-1.863-3.054-7.3-6.056a104.019 104.019 0 00-16.203-6.631zm206.416 7.453q0 17.6-7.246 30.071a46.433 46.433 0 01-20.7 18.892q-13.457 6.418-31.779 6.418-18.115 0-31.728-6.47a48.142 48.142 0 01-21.117-18.943q-7.5-12.474-7.5-29.968V2.07h38.809v97.408q0 12.732 5.383 18.478t16.148 5.745q10.766 0 15.941-5.745t5.176-18.478V2.07h38.611zm64.807-66.146v27.225h56v30.02h-56v31.055h66.354v31.157h-104.966V2.07h105.379v31.262zm136.439 58.693a166.168 166.168 0 01-26.397-11.236 55.969 55.969 0 01-18.167-15.476q-7.091-9.42-7.091-22.67a35.475 35.475 0 017.608-22.67q7.608-9.627 21.065-14.8a83.96 83.96 0 0130.33-5.176q16.459 0 29.295 5.59a46.126 46.126 0 0120.134 16.2q7.3 10.61 7.3 25.31h-38.508q0-7.66-4.917-12.163t-14.233-4.5a28.99 28.99 0 00-10.662 1.76 15.833 15.833 0 00-6.729 4.606 9.8 9.8 0 00-2.277 6.263q0 5.693 6.573 9.73t20.134 8.488q24.947 8.074 37.731 20.082t12.784 30.641q0 13.664-6.936 23.291t-19.565 14.594q-12.629 4.97-29.709 4.97a86.964 86.964 0 01-31.21-5.538 53.067 53.067 0 01-23.653-17.339q-9.107-11.8-9.107-29.605h38.818q0 8.385 2.743 13.25a15.085 15.085 0 008.229 6.884q5.486 2.019 14.182 2.019 9.006 0 13.3-3.571a10.971 10.971 0 004.3-8.747 14.16 14.16 0 00-1.863-7.5q-1.863-3.054-7.3-6.056a104.016 104.016 0 00-16.203-6.631z' fill='%23edeef2'/%3E%3C/svg%3E");
}

.icon-linkedin--blue {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28.21' height='28.204'%3E%3Cpath data-name='Path 601' d='M6.314 28.2H.466V9.374h5.848zM3.387 6.806a3.4 3.4 0 113.387-3.419 3.415 3.415 0 01-3.387 3.419zM28.2 28.2h-5.832v-9.162c0-2.185-.044-4.986-3.041-4.986-3.041 0-3.507 2.373-3.507 4.829V28.2H9.978V9.374h5.609v2.569h.082A6.146 6.146 0 0121.2 8.9c5.918 0 7.007 3.9 7.007 8.959V28.2z' fill='%23006EEC'/%3E%3C/svg%3E");
}

.icon-linkedin--glue, a.icon-linkedin:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28.21' height='28.204'%3E%3Cpath data-name='Path 601' d='M6.314 28.2H.466V9.374h5.848zM3.387 6.806a3.4 3.4 0 113.387-3.419 3.415 3.415 0 01-3.387 3.419zM28.2 28.2h-5.832v-9.162c0-2.185-.044-4.986-3.041-4.986-3.041 0-3.507 2.373-3.507 4.829V28.2H9.978V9.374h5.609v2.569h.082A6.146 6.146 0 0121.2 8.9c5.918 0 7.007 3.9 7.007 8.959V28.2z' fill='%231EE6AA'/%3E%3C/svg%3E");
}

.icon-linkedin--red, .social-icons-nav a.icon-linkedin--blue:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28.21' height='28.204'%3E%3Cpath data-name='Path 601' d='M6.314 28.2H.466V9.374h5.848zM3.387 6.806a3.4 3.4 0 113.387-3.419 3.415 3.415 0 01-3.387 3.419zM28.2 28.2h-5.832v-9.162c0-2.185-.044-4.986-3.041-4.986-3.041 0-3.507 2.373-3.507 4.829V28.2H9.978V9.374h5.609v2.569h.082A6.146 6.146 0 0121.2 8.9c5.918 0 7.007 3.9 7.007 8.959V28.2z' fill='%23e61e50'/%3E%3C/svg%3E");
}

.icon-linkedin {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28.21' height='28.204'%3E%3Cpath data-name='Path 601' d='M6.314 28.2H.466V9.374h5.848zM3.387 6.806a3.4 3.4 0 113.387-3.419 3.415 3.415 0 01-3.387 3.419zM28.2 28.2h-5.832v-9.162c0-2.185-.044-4.986-3.041-4.986-3.041 0-3.507 2.373-3.507 4.829V28.2H9.978V9.374h5.609v2.569h.082A6.146 6.146 0 0121.2 8.9c5.918 0 7.007 3.9 7.007 8.959V28.2z' fill='%23FFF'/%3E%3C/svg%3E");
}

.icon-mit-logo--blue {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='58.723' height='30.993'%3E%3Cg data-name='MIT Logo'%3E%3Cg data-name='Group 116'%3E%3Cpath data-name='Rectangle 84' fill='%23303c6c' d='M42.411 0h16.312v6.525H42.411z'/%3E%3C/g%3E%3Cg data-name='Group 117'%3E%3Cpath data-name='Rectangle 85' fill='%23303c6c' d='M10.603 0h6.525v21.206h-6.525z'/%3E%3C/g%3E%3Cg data-name='Group 118'%3E%3Cpath data-name='Rectangle 86' fill='%23303c6c' d='M21.205 0h6.525v30.993h-6.525z'/%3E%3C/g%3E%3Cg data-name='Group 119'%3E%3Cpath data-name='Rectangle 87' fill='%23303c6c' d='M0 0h6.525v30.993H0z'/%3E%3C/g%3E%3Cg data-name='Group 120'%3E%3Cpath data-name='Rectangle 88' fill='%23303c6c' d='M42.411 10.603h6.525v20.39h-6.525z'/%3E%3C/g%3E%3Cg data-name='Group 121'%3E%3Cpath data-name='Rectangle 89' fill='%23303c6c' d='M31.808 0h6.525v6.525h-6.525z'/%3E%3C/g%3E%3Cg data-name='Group 122'%3E%3Cpath data-name='Rectangle 90' fill='%23e61e50' d='M31.808 10.603h6.525v20.39h-6.525z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-mit-logo--reverse {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='58.723' height='30.993'%3E%3Cg data-name='MIT Logo'%3E%3Cg data-name='Group 116'%3E%3Cpath data-name='Rectangle 84' fill='%23fff' d='M42.411 0h16.312v6.525H42.411z'/%3E%3C/g%3E%3Cg data-name='Group 117'%3E%3Cpath data-name='Rectangle 85' fill='%23fff' d='M10.603 0h6.525v21.206h-6.525z'/%3E%3C/g%3E%3Cg data-name='Group 118'%3E%3Cpath data-name='Rectangle 86' fill='%23fff' d='M21.205 0h6.525v30.993h-6.525z'/%3E%3C/g%3E%3Cg data-name='Group 119'%3E%3Cpath data-name='Rectangle 87' fill='%23fff' d='M0 0h6.525v30.993H0z'/%3E%3C/g%3E%3Cg data-name='Group 120'%3E%3Cpath data-name='Rectangle 88' fill='%23fff' d='M42.411 10.603h6.525v20.39h-6.525z'/%3E%3C/g%3E%3Cg data-name='Group 121'%3E%3Cpath data-name='Rectangle 89' fill='%23fff' d='M31.808 0h6.525v6.525h-6.525z'/%3E%3C/g%3E%3Cg data-name='Group 122'%3E%3Cpath data-name='Rectangle 90' fill='%23006eec' d='M31.808 10.603h6.525v20.39h-6.525z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-mit-logo {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='58.723' height='30.993'%3E%3Cg data-name='MIT Logo'%3E%3Cg data-name='Group 116'%3E%3Cpath data-name='Rectangle 84' fill='%233c1e3a' d='M42.411 0h16.312v6.525H42.411z'/%3E%3C/g%3E%3Cg data-name='Group 117'%3E%3Cpath data-name='Rectangle 85' fill='%233c1e3a' d='M10.603 0h6.525v21.206h-6.525z'/%3E%3C/g%3E%3Cg data-name='Group 118'%3E%3Cpath data-name='Rectangle 86' fill='%233c1e3a' d='M21.205 0h6.525v30.993h-6.525z'/%3E%3C/g%3E%3Cg data-name='Group 119'%3E%3Cpath data-name='Rectangle 87' fill='%233c1e3a' d='M0 0h6.525v30.993H0z'/%3E%3C/g%3E%3Cg data-name='Group 120'%3E%3Cpath data-name='Rectangle 88' fill='%233c1e3a' d='M42.411 10.603h6.525v20.39h-6.525z'/%3E%3C/g%3E%3Cg data-name='Group 121'%3E%3Cpath data-name='Rectangle 89' fill='%233c1e3a' d='M31.808 0h6.525v6.525h-6.525z'/%3E%3C/g%3E%3Cg data-name='Group 122'%3E%3Cpath data-name='Rectangle 90' fill='%23e61e50' d='M31.808 10.603h6.525v20.39h-6.525z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-multi-arrow-chevron, .journal__current-issue-iframe:after, .journal__header--no-current-issue h1:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='181.711' height='334.594'%3E%3Cg data-name='Group 4437'%3E%3Cg data-name='Group 4434'%3E%3Cpath data-name='Path 5586' d='M74.269 80.811l80.546 80.546 26.86-26.86-53.686-53.686z' fill='%231ee6aa'/%3E%3Cpath data-name='Path 5587' d='M100.901 53.72l-26.86 26.861.228.228h53.72l-.228-.228 53.721-53.721L154.622 0z' fill='%23e6e600'/%3E%3C/g%3E%3Cpath data-name='Path 5588' d='M107.441 165.403L26.895 84.857l-26.86 26.86 53.686 53.686z' fill='%23006eec'/%3E%3Cg data-name='Group 4435'%3E%3Cpath data-name='Path 5488' d='M74.269 254.048l80.546 80.546 26.86-26.86-53.686-53.686z' fill='%23e61e50'/%3E%3Cpath data-name='Path 5485' d='M100.901 226.96l-26.86 26.86.228.228h53.72l-.228-.228 53.721-53.721-26.86-26.86z' fill='%23ffb800'/%3E%3C/g%3E%3Cpath data-name='Path 5589' d='M80.81 192.491l26.86-26.86-.228-.228h-53.72l.228.228L.229 219.352l26.86 26.86z' fill='%23303c6c'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-np-search-1120396-000000 {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='9.515' height='9.515'%3E%3Cpath d='M4.189 8.378a4.1 4.1 0 002.445-.793l1.93 1.93.951-.951-1.93-1.93a4.127 4.127 0 00.793-2.445 4.189 4.189 0 10-4.189 4.189zm0-7.044a2.841 2.841 0 11-2.841 2.841 2.837 2.837 0 012.841-2.841z' fill='%23006eec'/%3E%3C/svg%3E");
}

.icon-pager--glue {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='62'%3E%3Cg data-name='Group 1'%3E%3Cpath data-name='Rectangle 1' fill='%231ee6aa' d='M62 62H0V0h62z'/%3E%3Cpath data-name='Path 1' d='M37 44l-6.092-13.91H22L28.365 44z' fill='%23303c6c'/%3E%3Cpath data-name='Path 2' d='M37 16.09l-6.092 13.911H22l6.365-13.911z' fill='%23303c6c' opacity='.5'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-pager--hover, .query-pager a.next:hover,
.query-pager a.prev:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='62'%3E%3Cg data-name='Group 1'%3E%3Cpath data-name='Rectangle 1' fill='%23303c6c' d='M62 62H0V0h62z'/%3E%3Cpath data-name='Path 1' d='M37 44l-6.092-13.91H22L28.365 44z' fill='%23fff'/%3E%3Cpath data-name='Path 2' d='M37 16.09l-6.092 13.911H22l6.365-13.911z' fill='%23fff' opacity='.5'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-pager--orange, .search-landing-page .query-pager a.next:hover,
.search-landing-page .query-pager a.prev:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='62'%3E%3Cg data-name='Group 1'%3E%3Cpath data-name='Rectangle 1' fill='%23ffb800' d='M62 62H0V0h62z'/%3E%3Cpath data-name='Path 1' d='M37 44l-6.092-13.91H22L28.365 44z' fill='%23303c6c'/%3E%3Cpath data-name='Path 2' d='M37 16.09l-6.092 13.911H22l6.365-13.911z' fill='%23303c6c' opacity='.5'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-pager--yellow, .search-landing-page .query-pager a.next,
.search-landing-page .query-pager a.prev {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='62'%3E%3Cg data-name='Group 1'%3E%3Cpath data-name='Rectangle 1' fill='%23e6e600' d='M62 62H0V0h62z'/%3E%3Cpath data-name='Path 1' d='M37 44l-6.092-13.91H22L28.365 44z' fill='%23303c6c'/%3E%3Cpath data-name='Path 2' d='M37 16.09l-6.092 13.911H22l6.365-13.911z' fill='%23303c6c' opacity='.5'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-pager, .query-pager a.next,
.query-pager a.prev {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='62' height='62'%3E%3Cg data-name='Group 1'%3E%3Cpath data-name='Rectangle 1' fill='%23006eec' d='M62 62H0V0h62z'/%3E%3Cpath data-name='Path 1' d='M37 44l-6.092-13.91H22L28.365 44z' fill='%23fff'/%3E%3Cpath data-name='Path 2' d='M37 16.09l-6.092 13.911H22l6.365-13.911z' fill='%23fff' opacity='.5'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-physics-logo--blue {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='113.228' height='44.042'%3E%3Cg data-name='Physics Logo' fill='%23303c6c'%3E%3Cpath data-name='Rectangle 91' d='M0 0h.816v44.042H0z'/%3E%3Cpath data-name='Path 5705' d='M22.609 12.543a10.115 10.115 0 016.177 1.653 5.74 5.74 0 012.2 4.9 6.158 6.158 0 01-2.158 5.123 9.007 9.007 0 01-5.784 1.724h-2.175v6.7h-4.756v-20.1zm.029 9.976a3.71 3.71 0 002.567-.8 3.385 3.385 0 00.884-2.625q0-3.161-3.538-3.161h-1.682v6.583zm19.807-5.771a4.063 4.063 0 013.132 1.218 4.84 4.84 0 011.131 3.422v11.255h-4.58V22.174a2.566 2.566 0 00-.377-1.609 1.322 1.322 0 00-1.073-.45q-1.392 0-2.668 1.972v10.556h-4.582V11.125l4.582-.464v8.207a6.648 6.648 0 012.03-1.595 5.43 5.43 0 012.405-.522zm15.921 15.924a8.916 8.916 0 01-3.031 4.6 10.033 10.033 0 01-5.64 1.813l-.493-3.219a7.994 7.994 0 003.263-.986 4.742 4.742 0 001.696-2.237h-1.566l-4.7-15.4h4.872l2.761 12.471 3.012-12.471h4.727zm11.948-15.921a9.576 9.576 0 013.1.493 8.14 8.14 0 012.552 1.392l-1.679 2.607a6.645 6.645 0 00-3.654-1.218 2.934 2.934 0 00-1.508.3.955.955 0 00-.493.855 1.112 1.112 0 00.217.71 2.346 2.346 0 00.884.566 18.8 18.8 0 002.059.7 8.655 8.655 0 013.582 1.817 4.057 4.057 0 011.174 3.088 4.261 4.261 0 01-.9 2.712 5.651 5.651 0 01-2.463 1.754 9.529 9.529 0 01-3.48.609 10.446 10.446 0 01-3.611-.609 8.3 8.3 0 01-2.827-1.684l2.261-2.521a6.85 6.85 0 001.915 1.131 5.8 5.8 0 002.117.406 3.11 3.11 0 001.668-.377 1.175 1.175 0 00.594-1.039 1.52 1.52 0 00-.232-.885 2.011 2.011 0 00-.9-.609 20.722 20.722 0 00-2.117-.681 7.544 7.544 0 01-3.422-1.856 4.125 4.125 0 01-1.131-2.958 3.971 3.971 0 01.768-2.392 5.2 5.2 0 012.2-1.682 8.271 8.271 0 013.326-.629zm8.584 15.892v-15.4h4.582v15.4zM81.16 9.124a2.708 2.708 0 011.958.74 2.485 2.485 0 01.769 1.87 2.485 2.485 0 01-.769 1.871 2.708 2.708 0 01-1.958.74 2.658 2.658 0 01-1.943-.74 2.51 2.51 0 01-.754-1.871 2.51 2.51 0 01.754-1.87 2.658 2.658 0 011.943-.74zm12.586 7.627a8.359 8.359 0 012.871.464 7.9 7.9 0 012.411 1.421l-2 2.755a4.548 4.548 0 00-2.9-1.131 2.638 2.638 0 00-2.32 1.131 6.574 6.574 0 00-.788 3.652 5.78 5.78 0 00.783 3.451 2.685 2.685 0 002.262 1.015 3.8 3.8 0 001.45-.261 6.254 6.254 0 001.421-.87l2.092 2.931a8.1 8.1 0 01-5.195 1.827 7.9 7.9 0 01-4.06-1 6.743 6.743 0 01-2.639-2.813 9.2 9.2 0 01-.928-4.249 9.66 9.66 0 01.928-4.321 7.027 7.027 0 012.639-2.943 7.4 7.4 0 013.973-1.059zm12.644 0a9.576 9.576 0 013.1.493 8.14 8.14 0 012.552 1.392l-1.679 2.607a6.645 6.645 0 00-3.654-1.218 2.934 2.934 0 00-1.508.3.954.954 0 00-.493.855 1.112 1.112 0 00.217.71 2.346 2.346 0 00.884.566 18.8 18.8 0 002.059.7 8.655 8.655 0 013.583 1.817 4.057 4.057 0 011.177 3.088 4.261 4.261 0 01-.9 2.712 5.651 5.651 0 01-2.467 1.754 9.529 9.529 0 01-3.48.609 10.446 10.446 0 01-3.61-.609 8.3 8.3 0 01-2.828-1.684l2.262-2.523a6.85 6.85 0 001.914 1.133 5.8 5.8 0 002.117.406 3.11 3.11 0 001.667-.377 1.175 1.175 0 00.595-1.039 1.521 1.521 0 00-.232-.885 2.011 2.011 0 00-.9-.609 20.721 20.721 0 00-2.117-.681 7.544 7.544 0 01-3.421-1.861 4.125 4.125 0 01-1.131-2.958 3.971 3.971 0 01.769-2.392 5.2 5.2 0 012.2-1.682 8.271 8.271 0 013.324-.624z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-physics-logo--reverse {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='113.228' height='44.042'%3E%3Cg data-name='Physics Logo' fill='%23fff'%3E%3Cpath data-name='Rectangle 91' d='M0 0h.816v44.042H0z'/%3E%3Cpath data-name='Path 5705' d='M22.609 12.543a10.115 10.115 0 016.177 1.653 5.74 5.74 0 012.2 4.9 6.158 6.158 0 01-2.158 5.123 9.007 9.007 0 01-5.784 1.724h-2.175v6.7h-4.756v-20.1zm.029 9.976a3.71 3.71 0 002.567-.8 3.385 3.385 0 00.884-2.625q0-3.161-3.538-3.161h-1.682v6.583zm19.807-5.771a4.063 4.063 0 013.132 1.218 4.84 4.84 0 011.131 3.422v11.255h-4.58V22.174a2.566 2.566 0 00-.377-1.609 1.322 1.322 0 00-1.073-.45q-1.392 0-2.668 1.972v10.556h-4.582V11.125l4.582-.464v8.207a6.648 6.648 0 012.03-1.595 5.43 5.43 0 012.405-.522zm15.921 15.924a8.916 8.916 0 01-3.031 4.6 10.033 10.033 0 01-5.64 1.813l-.493-3.219a7.994 7.994 0 003.263-.986 4.742 4.742 0 001.696-2.237h-1.566l-4.7-15.4h4.872l2.761 12.471 3.012-12.471h4.727zm11.948-15.921a9.576 9.576 0 013.1.493 8.14 8.14 0 012.552 1.392l-1.679 2.607a6.645 6.645 0 00-3.654-1.218 2.934 2.934 0 00-1.508.3.955.955 0 00-.493.855 1.112 1.112 0 00.217.71 2.346 2.346 0 00.884.566 18.8 18.8 0 002.059.7 8.655 8.655 0 013.582 1.817 4.057 4.057 0 011.174 3.088 4.261 4.261 0 01-.9 2.712 5.651 5.651 0 01-2.463 1.754 9.529 9.529 0 01-3.48.609 10.446 10.446 0 01-3.611-.609 8.3 8.3 0 01-2.827-1.684l2.261-2.521a6.85 6.85 0 001.915 1.131 5.8 5.8 0 002.117.406 3.11 3.11 0 001.668-.377 1.175 1.175 0 00.594-1.039 1.52 1.52 0 00-.232-.885 2.011 2.011 0 00-.9-.609 20.722 20.722 0 00-2.117-.681 7.544 7.544 0 01-3.422-1.856 4.125 4.125 0 01-1.131-2.958 3.971 3.971 0 01.768-2.392 5.2 5.2 0 012.2-1.682 8.271 8.271 0 013.326-.629zm8.584 15.892v-15.4h4.582v15.4zM81.16 9.124a2.708 2.708 0 011.958.74 2.485 2.485 0 01.769 1.87 2.485 2.485 0 01-.769 1.871 2.708 2.708 0 01-1.958.74 2.658 2.658 0 01-1.943-.74 2.51 2.51 0 01-.754-1.871 2.51 2.51 0 01.754-1.87 2.658 2.658 0 011.943-.74zm12.586 7.627a8.359 8.359 0 012.871.464 7.9 7.9 0 012.411 1.421l-2 2.755a4.548 4.548 0 00-2.9-1.131 2.638 2.638 0 00-2.32 1.131 6.574 6.574 0 00-.788 3.652 5.78 5.78 0 00.783 3.451 2.685 2.685 0 002.262 1.015 3.8 3.8 0 001.45-.261 6.254 6.254 0 001.421-.87l2.092 2.931a8.1 8.1 0 01-5.195 1.827 7.9 7.9 0 01-4.06-1 6.743 6.743 0 01-2.639-2.813 9.2 9.2 0 01-.928-4.249 9.66 9.66 0 01.928-4.321 7.027 7.027 0 012.639-2.943 7.4 7.4 0 013.973-1.059zm12.644 0a9.576 9.576 0 013.1.493 8.14 8.14 0 012.552 1.392l-1.679 2.607a6.645 6.645 0 00-3.654-1.218 2.934 2.934 0 00-1.508.3.954.954 0 00-.493.855 1.112 1.112 0 00.217.71 2.346 2.346 0 00.884.566 18.8 18.8 0 002.059.7 8.655 8.655 0 013.583 1.817 4.057 4.057 0 011.177 3.088 4.261 4.261 0 01-.9 2.712 5.651 5.651 0 01-2.467 1.754 9.529 9.529 0 01-3.48.609 10.446 10.446 0 01-3.61-.609 8.3 8.3 0 01-2.828-1.684l2.262-2.523a6.85 6.85 0 001.914 1.133 5.8 5.8 0 002.117.406 3.11 3.11 0 001.667-.377 1.175 1.175 0 00.595-1.039 1.521 1.521 0 00-.232-.885 2.011 2.011 0 00-.9-.609 20.721 20.721 0 00-2.117-.681 7.544 7.544 0 01-3.421-1.861 4.125 4.125 0 01-1.131-2.958 3.971 3.971 0 01.769-2.392 5.2 5.2 0 012.2-1.682 8.271 8.271 0 013.324-.624z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-physics-logo {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='113.228' height='44.042'%3E%3Cg data-name='Physics Logo' fill='%233c1e3a'%3E%3Cpath data-name='Rectangle 91' d='M0 0h.816v44.042H0z'/%3E%3Cpath data-name='Path 5705' d='M22.609 12.543a10.115 10.115 0 016.177 1.653 5.74 5.74 0 012.2 4.9 6.158 6.158 0 01-2.158 5.123 9.007 9.007 0 01-5.784 1.724h-2.175v6.7h-4.756v-20.1zm.029 9.976a3.71 3.71 0 002.567-.8 3.385 3.385 0 00.884-2.625q0-3.161-3.538-3.161h-1.682v6.583zm19.807-5.771a4.063 4.063 0 013.132 1.218 4.84 4.84 0 011.131 3.422v11.255h-4.58V22.174a2.566 2.566 0 00-.377-1.609 1.322 1.322 0 00-1.073-.45q-1.392 0-2.668 1.972v10.556h-4.582V11.125l4.582-.464v8.207a6.648 6.648 0 012.03-1.595 5.43 5.43 0 012.405-.522zm15.921 15.924a8.916 8.916 0 01-3.031 4.6 10.033 10.033 0 01-5.64 1.813l-.493-3.219a7.994 7.994 0 003.263-.986 4.742 4.742 0 001.696-2.237h-1.566l-4.7-15.4h4.872l2.761 12.471 3.012-12.471h4.727zm11.948-15.921a9.576 9.576 0 013.1.493 8.14 8.14 0 012.552 1.392l-1.679 2.607a6.645 6.645 0 00-3.654-1.218 2.934 2.934 0 00-1.508.3.955.955 0 00-.493.855 1.112 1.112 0 00.217.71 2.346 2.346 0 00.884.566 18.8 18.8 0 002.059.7 8.655 8.655 0 013.582 1.817 4.057 4.057 0 011.174 3.088 4.261 4.261 0 01-.9 2.712 5.651 5.651 0 01-2.463 1.754 9.529 9.529 0 01-3.48.609 10.446 10.446 0 01-3.611-.609 8.3 8.3 0 01-2.827-1.684l2.261-2.521a6.85 6.85 0 001.915 1.131 5.8 5.8 0 002.117.406 3.11 3.11 0 001.668-.377 1.175 1.175 0 00.594-1.039 1.52 1.52 0 00-.232-.885 2.011 2.011 0 00-.9-.609 20.722 20.722 0 00-2.117-.681 7.544 7.544 0 01-3.422-1.856 4.125 4.125 0 01-1.131-2.958 3.971 3.971 0 01.768-2.392 5.2 5.2 0 012.2-1.682 8.271 8.271 0 013.326-.629zm8.584 15.892v-15.4h4.582v15.4zM81.16 9.124a2.708 2.708 0 011.958.74 2.485 2.485 0 01.769 1.87 2.485 2.485 0 01-.769 1.871 2.708 2.708 0 01-1.958.74 2.658 2.658 0 01-1.943-.74 2.51 2.51 0 01-.754-1.871 2.51 2.51 0 01.754-1.87 2.658 2.658 0 011.943-.74zm12.586 7.627a8.359 8.359 0 012.871.464 7.9 7.9 0 012.411 1.421l-2 2.755a4.548 4.548 0 00-2.9-1.131 2.638 2.638 0 00-2.32 1.131 6.574 6.574 0 00-.788 3.652 5.78 5.78 0 00.783 3.451 2.685 2.685 0 002.262 1.015 3.8 3.8 0 001.45-.261 6.254 6.254 0 001.421-.87l2.092 2.931a8.1 8.1 0 01-5.195 1.827 7.9 7.9 0 01-4.06-1 6.743 6.743 0 01-2.639-2.813 9.2 9.2 0 01-.928-4.249 9.66 9.66 0 01.928-4.321 7.027 7.027 0 012.639-2.943 7.4 7.4 0 013.973-1.059zm12.644 0a9.576 9.576 0 013.1.493 8.14 8.14 0 012.552 1.392l-1.679 2.607a6.645 6.645 0 00-3.654-1.218 2.934 2.934 0 00-1.508.3.954.954 0 00-.493.855 1.112 1.112 0 00.217.71 2.346 2.346 0 00.884.566 18.8 18.8 0 002.059.7 8.655 8.655 0 013.583 1.817 4.057 4.057 0 011.177 3.088 4.261 4.261 0 01-.9 2.712 5.651 5.651 0 01-2.467 1.754 9.529 9.529 0 01-3.48.609 10.446 10.446 0 01-3.61-.609 8.3 8.3 0 01-2.828-1.684l2.262-2.523a6.85 6.85 0 001.914 1.133 5.8 5.8 0 002.117.406 3.11 3.11 0 001.667-.377 1.175 1.175 0 00.595-1.039 1.521 1.521 0 00-.232-.885 2.011 2.011 0 00-.9-.609 20.721 20.721 0 00-2.117-.681 7.544 7.544 0 01-3.421-1.861 4.125 4.125 0 01-1.131-2.958 3.971 3.971 0 01.769-2.392 5.2 5.2 0 012.2-1.682 8.271 8.271 0 013.324-.624z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-pill--white, .query-pills a:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16.746' height='16.13'%3E%3Cg data-name='Group 4675' fill='none' stroke='%23fff' stroke-width='4'%3E%3Cpath data-name='Line 449' d='M15.373 14.676l-14-13.222'/%3E%3Cpath data-name='Line 451' d='M15.373 1.454l-14 13.222'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-pill, .query-pills a {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='16.746' height='16.13'%3E%3Cg data-name='Group 4675' fill='none' stroke='%23303c6c' stroke-width='4'%3E%3Cpath data-name='Line 449' d='M15.373 14.676l-14-13.222'/%3E%3Cpath data-name='Line 451' d='M15.373 1.454l-14 13.222'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-programs, .homepage__programs-title-wrapper {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='1352.847' height='176.161'%3E%3Cpath d='M69.076 2.471q20.24 0 35.538 7.708a56.475 56.475 0 0123.535 21.3 58.192 58.192 0 018.237 30.772 52.461 52.461 0 01-8.237 29.184q-8.237 12.709-23.476 19.77t-35.6 7.061H43.897v55.541h-43.9V2.471zm0 80.137q11.532 0 17.181-5.472t5.648-14.651q0-10.591-5.766-17.534t-17.063-6.944H43.897v44.6zm233.946 89.316v1.883h-47.07l-28.831-57.9h-20.358v57.9H162.87V2.471h69.076q20 0 34.714 5.943t22.77 17.593q8.061 11.65 8.061 28.242 0 19.77-7.472 31.125t-21.947 18.533zm-96.259-91.669h25.183q10.708 0 16.18-5.354t5.472-15.71q0-10.12-5.648-15.651t-16-5.531h-25.187zm267.134 11.061q0 25.771-9.649 45.011t-26.834 29.537q-17.181 10.3-39.186 10.3-22.358 0-39.6-10.3t-26.831-29.537q-9.591-19.24-9.591-45.011v-6.237q0-25.771 9.591-45.011t26.771-29.6Q375.752.118 397.997.118q22.005 0 39.245 10.355t26.948 29.6q9.707 19.234 9.707 45.006zm-44.834-6.472q0-23.771-8.061-36.3t-23.005-12.537q-30.949 0-30.949 48.835v6.472q0 23.771 7.825 36.421t23.359 12.65q14.827 0 22.829-12.827t8-36.244zm211.819 68.252q-5.178 5.531-14.709 10.767a99.827 99.827 0 01-23.476 8.767 126.924 126.924 0 01-31.125 3.53q-23.182 0-40.245-9.708t-26.361-28.536q-9.3-18.828-9.3-45.305v-8.826q0-26.242 9.473-45.187t26.183-28.772Q548.032 0 569.331 0q34.714 0 51.719 15.886t19.593 44.128h-42.01q-1.765-12.827-8.061-18.71t-19.593-5.884q-14.121 0-22.417 12t-8.3 36.126v9.061q0 24.712 8.178 36.421t26.536 11.709a46.537 46.537 0 0013.474-1.706 24.339 24.339 0 008.414-4.06v-23.3h-27.176V80.607h71.194zm167.577 18.828v1.883h-47.07l-28.831-57.9h-20.361v57.9h-43.89V2.471h69.076q20 0 34.714 5.943t22.77 17.593q8.061 11.65 8.061 28.242 0 19.77-7.472 31.125t-21.947 18.533zm-96.262-91.669h25.183q10.708 0 16.18-5.354t5.472-15.71q0-10.12-5.648-15.651t-16-5.531h-25.187zm219.71 65.192h-55.072l-8.708 28.36h-47.188L883.425 2.471h41.657l62.839 171.336h-47.306zm-10.943-35.54l-16.71-54.131-16.593 54.131zm270.19 63.9h-44.011v-32.361l4.236-87.08-39.421 119.441h-28.713l-39.421-119.441 4.354 87.08v32.361h-44.011V2.471h57.779l35.651 113.675 35.656-113.675h57.9zm88.852-69.076a188.891 188.891 0 01-30.009-12.768 63.627 63.627 0 01-20.652-17.593q-8.061-10.708-8.061-25.771a40.328 40.328 0 018.649-25.771Q1238.582 11.884 1253.88 6t34.479-5.884q18.71 0 33.3 6.354a52.435 52.435 0 0122.888 18.416q8.3 12.062 8.3 28.772h-43.775q0-8.708-5.59-13.827t-16.18-5.119a32.956 32.956 0 00-12.121 2 18 18 0 00-7.649 5.237 11.139 11.139 0 00-2.589 7.119q0 6.472 7.472 11.062t22.888 9.649q28.36 9.179 42.893 22.829t14.533 34.832q0 15.533-7.884 26.477t-22.241 16.595q-14.356 5.648-33.773 5.648a98.861 98.861 0 01-35.479-6.3 60.326 60.326 0 01-26.889-19.711q-10.356-13.415-10.355-33.655h44.128q0 9.532 3.118 15.063a17.149 17.149 0 009.355 7.825q6.237 2.295 16.122 2.295 10.238 0 15.121-4.06a12.471 12.471 0 004.884-9.944 16.1 16.1 0 00-2.118-8.531q-2.118-3.471-8.3-6.884a118.248 118.248 0 00-18.412-7.527z' fill='%233c1e3a' opacity='.06'/%3E%3C/svg%3E");
}

.icon-quote-close, blockquote.wp-block-quote:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='127.935' height='96.729'%3E%3Cg data-name='Group 742' fill='%231ee6aa'%3E%3Cpath data-name='Path 843' d='M81.913 96.729l1.261-2.65L127.937 0H88.566L46 96.729z'/%3E%3Cpath data-name='Path 846' d='M35.913 96.729l1.261-2.65L81.937 0H42.566L0 96.729z' opacity='.5'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-quote-open, blockquote.wp-block-quote:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='126.935' height='97.18'%3E%3Cg data-name='Group 743' fill='%231ee6aa'%3E%3Cpath data-name='Path 844' d='M42.566 97.18h39.371L37.492.003H0z'/%3E%3Cpath data-name='Path 845' d='M87.566 97.18h39.371L82.492.003H45z' opacity='.5'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-radio-selected, div.frm_style_formidable-style.with_frm_style form input[type=radio]:checked + label:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cg data-name='Group 4691' transform='translate(-518.742 -3099)'%3E%3Cg data-name='Ellipse 350' transform='translate(518.742 3099)' fill='%23fff' stroke='%23151c41' stroke-width='3'%3E%3Ccircle cx='16' cy='16' r='16' stroke='none'/%3E%3Ccircle cx='16' cy='16' r='14.5' fill='none'/%3E%3C/g%3E%3Ccircle data-name='Ellipse 338' cx='8' cy='8' r='8' transform='translate(526.742 3107)' fill='%23006eec'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-radio-unselected, div.frm_style_formidable-style.with_frm_style form input[type=radio] + label:before {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cg data-name='Ellipse 428' fill='%23fff' stroke='%23151c41' stroke-width='3'%3E%3Ccircle cx='16' cy='16' r='16' stroke='none'/%3E%3Ccircle cx='16' cy='16' r='14.5' fill='none'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-scroll--blue, .homepage__main-feature-links-scroll {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg data-name='Group 664' xmlns='http://www.w3.org/2000/svg' width='25.138' height='37.519'%3E%3Cpath data-name='Path 794' d='M25.138 0l-12.6 6.121L0 0v6.2l12.54 6.42 12.598-6.184z' fill='%23006eec' opacity='.5'/%3E%3Cpath data-name='Path 795' d='M25.138 12.448l-12.6 6.121L0 12.448v6.2l12.54 6.42 12.598-6.184z' fill='%23006eec' opacity='.8'/%3E%3Cpath data-name='Path 796' d='M25.138 24.895l-12.6 6.121L0 24.895v6.2l12.54 6.42 12.598-6.184z' fill='%23006eec'/%3E%3C/svg%3E");
}

.icon-scroll, .homepage__research-areas-scroll {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg data-name='Group 664' xmlns='http://www.w3.org/2000/svg' width='25.138' height='37.519'%3E%3Cpath data-name='Path 794' d='M25.138 0l-12.6 6.121L0 0v6.2l12.54 6.42 12.598-6.184z' fill='%23fff' opacity='.5'/%3E%3Cpath data-name='Path 795' d='M25.138 12.448l-12.6 6.121L0 12.448v6.2l12.54 6.42 12.598-6.184z' fill='%23fff' opacity='.8'/%3E%3Cpath data-name='Path 796' d='M25.138 24.895l-12.6 6.121L0 24.895v6.2l12.54 6.42 12.598-6.184z' fill='%23fff'/%3E%3C/svg%3E");
}

.icon-search--large--gray, .search-landing-page__form input[type=text] {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='82.457' height='82.453'%3E%3Cpath data-name='Path 848' d='M63.862 55.314l-.95.949a35.122 35.122 0 10-6.649 6.653l-.952.949 18.594 18.59 8.552-8.548zm-28.811 2.7a22.96 22.96 0 1122.962-22.962 22.984 22.984 0 01-22.962 22.962z' fill='%23edeef2'/%3E%3C/svg%3E");
}

.icon-search-text-field, body.page .page--people-landing .query-faculty-wrapper input[type=text], .query-people-directory-wrapper input[type=text] {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24.221' height='24.22'%3E%3Cpath data-name='Path 5677' d='M18.759 16.247l-.279.279a10.317 10.317 0 10-1.953 1.954l-.28.279 5.462 5.461 2.512-2.511zm-8.463.793a6.744 6.744 0 116.745-6.745 6.751 6.751 0 01-6.745 6.746z' fill='%23c4c4c4'/%3E%3C/svg%3E");
}

.icon-search-utility-nav--blue, .search-form-toggle:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='9.515' height='9.515'%3E%3Cpath d='M4.189 8.378a4.1 4.1 0 002.445-.793l1.93 1.93.951-.951-1.93-1.93a4.127 4.127 0 00.793-2.445 4.189 4.189 0 10-4.189 4.189zm0-7.044a2.841 2.841 0 11-2.841 2.841 2.837 2.837 0 012.841-2.841z' fill='%23006eec'/%3E%3C/svg%3E");
}

.icon-search-utility-nav--white {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='9.515' height='9.515'%3E%3Cpath d='M4.189 8.378a4.1 4.1 0 002.445-.793l1.93 1.93.951-.951-1.93-1.93a4.127 4.127 0 00.793-2.445 4.189 4.189 0 10-4.189 4.189zm0-7.044a2.841 2.841 0 11-2.841 2.841 2.837 2.837 0 012.841-2.841z' fill='%23fff'/%3E%3C/svg%3E");
}

.icon-search-utility-nav, .utility-navigation nav .searchform input[type=text],
.navbar-nav.mobile-menu .searchform input[type=text], .search-form-toggle {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='9.515' height='9.515'%3E%3Cpath d='M4.189 8.378a4.1 4.1 0 002.445-.793l1.93 1.93.951-.951-1.93-1.93a4.127 4.127 0 00.793-2.445 4.189 4.189 0 10-4.189 4.189zm0-7.044a2.841 2.841 0 11-2.841 2.841 2.837 2.837 0 012.841-2.841z' fill='%23303c6c'/%3E%3C/svg%3E");
}

.icon-squares, .faculty__header-sidebar-content:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='130.614' height='200.479'%3E%3Cg data-name='Group 4336'%3E%3Cpath data-name='Path 5591' d='M130.614 0H25.42v35.08h70.114z' fill='%231ee6aa'/%3E%3Cpath data-name='Path 5598' d='M0 200.478h77.095v-25.71H25.71z' fill='%23ffb800'/%3E%3Cpath data-name='Path 5594' d='M25.42 105.24h105.194V70.16H60.5z' fill='%23006eec'/%3E%3Cpath data-name='Path 5595' d='M77.095 123.35H0v25.71h51.385z' fill='%23e61e50'/%3E%3Cpath data-name='Path 5592' d='M25.553 70.16v35.08h.3l34.78-35.08V0h-35.08z' fill='%23006eec'/%3E%3Cpath data-name='Path 5597' d='M76.998 149.06v-25.71h-.219l-25.491 25.71v51.419h25.71z' fill='%23e61e50'/%3E%3Cpath data-name='Path 5593' d='M130.482 35.08V0h-.3l-34.78 35.08v70.16h35.08z' fill='%231ee6aa'/%3E%3Cpath data-name='Path 5596' d='M.097 174.768v25.71h.219l25.491-25.71v-51.419H.097z' fill='%23ffb800'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-toggle--bright-blue, .localist_minicalendar_pager a:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='22.23' height='22.23'%3E%3Cpath data-name='Union 2' d='M16.4 15.956l-5.056 5.055.073-7.107 6.696-6.434 3.406 3.365zm-5.056 5.055l-.036.036L1.273 11.012 4.59 7.53l6.792 6.408.035-.035z' fill='%23151C41' stroke='rgba(0,0,0,0)' stroke-miterlimit='10'/%3E%3C/svg%3E");
}

.icon-toggle--white, .localist_minicalendar_pager a, #directory-list thead td span.sort:after {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='22.23' height='22.23'%3E%3Cpath data-name='Union 2' d='M16.4 15.956l-5.056 5.055.073-7.107 6.696-6.434 3.406 3.365zm-5.056 5.055l-.036.036L1.273 11.012 4.59 7.53l6.792 6.408.035-.035z' fill='%23fff' stroke='rgba(0,0,0,0)' stroke-miterlimit='10'/%3E%3C/svg%3E");
}

.icon-toggle, .localist_minicalendar_filter select, .query-wrangler .query-wrangler__form .btn.dropdown-toggle:after, .query-wrangler .query-wrangler__form .search-landing-page__form input.dropdown-toggle[type=submit]:after, .search-landing-page__form .query-wrangler .query-wrangler__form input.dropdown-toggle[type=submit]:after, .query-wrangler .query-wrangler__form div.frm_style_formidable-style.with_frm_style form .dropdown-toggle.frm_button_submit.frm_final_submit:after, div.frm_style_formidable-style.with_frm_style form .query-wrangler .query-wrangler__form .dropdown-toggle.frm_button_submit.frm_final_submit:after, #main-nav .has-submenu button > span:before, div.frm_style_formidable-style.with_frm_style form select {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='22.23' height='22.23'%3E%3Cpath data-name='Union 2' d='M16.4 15.956l-5.056 5.055.073-7.107 6.696-6.434 3.406 3.365zm-5.056 5.055l-.036.036L1.273 11.012 4.59 7.53l6.792 6.408.035-.035z' fill='%23303c6c' stroke='rgba(0,0,0,0)' stroke-miterlimit='10'/%3E%3C/svg%3E");
}

.icon-twitter--blue {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28.21' height='22.882'%3E%3Cpath data-name='Path 600' d='M8.933 22.882c10.657 0 16.456-8.777 16.456-16.456v-.784a12.739 12.739 0 002.821-2.978 13.01 13.01 0 01-3.291.94A6.1 6.1 0 0027.427.47a14.375 14.375 0 01-3.6 1.411A5.6 5.6 0 0019.591 0a5.888 5.888 0 00-5.8 5.8 3.055 3.055 0 00.157 1.254A16.2 16.2 0 012.037.94a6 6 0 00-.784 2.978 6.227 6.227 0 002.508 4.858A5.283 5.283 0 011.1 7.993a5.728 5.728 0 004.7 5.642 4.832 4.832 0 01-1.567.157 2.667 2.667 0 01-1.1-.157A5.937 5.937 0 008.62 17.71a11.833 11.833 0 01-7.209 2.508A4.339 4.339 0 010 20.061a14.793 14.793 0 008.933 2.821' fill='%23006EEC' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-twitter--glue, a.icon-twitter:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28.21' height='22.882'%3E%3Cpath data-name='Path 600' d='M8.933 22.882c10.657 0 16.456-8.777 16.456-16.456v-.784a12.739 12.739 0 002.821-2.978 13.01 13.01 0 01-3.291.94A6.1 6.1 0 0027.427.47a14.375 14.375 0 01-3.6 1.411A5.6 5.6 0 0019.591 0a5.888 5.888 0 00-5.8 5.8 3.055 3.055 0 00.157 1.254A16.2 16.2 0 012.037.94a6 6 0 00-.784 2.978 6.227 6.227 0 002.508 4.858A5.283 5.283 0 011.1 7.993a5.728 5.728 0 004.7 5.642 4.832 4.832 0 01-1.567.157 2.667 2.667 0 01-1.1-.157A5.937 5.937 0 008.62 17.71a11.833 11.833 0 01-7.209 2.508A4.339 4.339 0 010 20.061a14.793 14.793 0 008.933 2.821' fill='%231EE6AA' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-twitter--red, .social-icons-nav a.icon-twitter--blue:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28.21' height='22.882'%3E%3Cpath data-name='Path 600' d='M8.933 22.882c10.657 0 16.456-8.777 16.456-16.456v-.784a12.739 12.739 0 002.821-2.978 13.01 13.01 0 01-3.291.94A6.1 6.1 0 0027.427.47a14.375 14.375 0 01-3.6 1.411A5.6 5.6 0 0019.591 0a5.888 5.888 0 00-5.8 5.8 3.055 3.055 0 00.157 1.254A16.2 16.2 0 012.037.94a6 6 0 00-.784 2.978 6.227 6.227 0 002.508 4.858A5.283 5.283 0 011.1 7.993a5.728 5.728 0 004.7 5.642 4.832 4.832 0 01-1.567.157 2.667 2.667 0 01-1.1-.157A5.937 5.937 0 008.62 17.71a11.833 11.833 0 01-7.209 2.508A4.339 4.339 0 010 20.061a14.793 14.793 0 008.933 2.821' fill='%23e61e50' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-twitter {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='28.21' height='22.882'%3E%3Cpath data-name='Path 600' d='M8.933 22.882c10.657 0 16.456-8.777 16.456-16.456v-.784a12.739 12.739 0 002.821-2.978 13.01 13.01 0 01-3.291.94A6.1 6.1 0 0027.427.47a14.375 14.375 0 01-3.6 1.411A5.6 5.6 0 0019.591 0a5.888 5.888 0 00-5.8 5.8 3.055 3.055 0 00.157 1.254A16.2 16.2 0 012.037.94a6 6 0 00-.784 2.978 6.227 6.227 0 002.508 4.858A5.283 5.283 0 011.1 7.993a5.728 5.728 0 004.7 5.642 4.832 4.832 0 01-1.567.157 2.667 2.667 0 01-1.1-.157A5.937 5.937 0 008.62 17.71a11.833 11.833 0 01-7.209 2.508A4.339 4.339 0 010 20.061a14.793 14.793 0 008.933 2.821' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.icon-youtube--blue {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='31.737' height='22.419'%3E%3Cpath data-name='Path 602' d='M31.08 3.503A4 4 0 0028.271.671C25.794 0 15.871 0 15.871 0s-9.925 0-12.4.671a3.992 3.992 0 00-2.8 2.832 45.091 45.091 0 000 15.414 3.983 3.983 0 002.8 2.832c2.477.671 12.4.671 12.4.671s9.925 0 12.4-.671a3.99 3.99 0 002.809-2.832 45.463 45.463 0 000-15.414zM12.623 15.94V6.48l8.3 4.733z' fill='%23006EEC'/%3E%3C/svg%3E");
}

.icon-youtube--glue, a.icon-youtube:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='31.737' height='22.419'%3E%3Cpath data-name='Path 602' d='M31.08 3.503A4 4 0 0028.271.671C25.794 0 15.871 0 15.871 0s-9.925 0-12.4.671a3.992 3.992 0 00-2.8 2.832 45.091 45.091 0 000 15.414 3.983 3.983 0 002.8 2.832c2.477.671 12.4.671 12.4.671s9.925 0 12.4-.671a3.99 3.99 0 002.809-2.832 45.463 45.463 0 000-15.414zM12.623 15.94V6.48l8.3 4.733z' fill='%231EE6AA'/%3E%3C/svg%3E");
}

.icon-youtube--red, .social-icons-nav a.icon-youtube--blue:hover {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='31.737' height='22.419'%3E%3Cpath data-name='Path 602' d='M31.08 3.503A4 4 0 0028.271.671C25.794 0 15.871 0 15.871 0s-9.925 0-12.4.671a3.992 3.992 0 00-2.8 2.832 45.091 45.091 0 000 15.414 3.983 3.983 0 002.8 2.832c2.477.671 12.4.671 12.4.671s9.925 0 12.4-.671a3.99 3.99 0 002.809-2.832 45.463 45.463 0 000-15.414zM12.623 15.94V6.48l8.3 4.733z' fill='%23e61e50'/%3E%3C/svg%3E");
}

.icon-youtube {
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='31.737' height='22.419'%3E%3Cpath data-name='Path 602' d='M31.08 3.503A4 4 0 0028.271.671C25.794 0 15.871 0 15.871 0s-9.925 0-12.4.671a3.992 3.992 0 00-2.8 2.832 45.091 45.091 0 000 15.414 3.983 3.983 0 002.8 2.832c2.477.671 12.4.671 12.4.671s9.925 0 12.4-.671a3.99 3.99 0 002.809-2.832 45.463 45.463 0 000-15.414zM12.623 15.94V6.48l8.3 4.733z' fill='%23FFF'/%3E%3C/svg%3E");
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
  color: #303c6c;
}
@media (max-width: 767.98px) {
  body {
    font-size: 1.6rem;
  }
}

p {
  line-height: 2.5rem;
  margin-bottom: 2.2rem;
}
@media (max-width: 767.98px) {
  p {
    line-height: 2.4rem;
  }
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  color: #303c6c;
}

h1 {
  font-size: 7.2rem;
  line-height: 7.9rem;
  font-weight: 900;
}
@media (max-width: 1079.98px) {
  h1 {
    font-size: 5.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 4.2rem;
    line-height: 4.6rem;
  }
}

h2 {
  font-size: 4.8rem;
  line-height: 5.6rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 1079.98px) {
  h2 {
    font-size: 4.5rem;
    line-height: 5.2rem;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 3.4rem;
    line-height: 4rem;
  }
}

h3 {
  font-size: 3.8rem;
  line-height: 4.6rem;
  margin-bottom: 1.4rem;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 2.8rem;
    line-height: 3.3rem;
  }
}

h4 {
  font-size: 3.2rem;
  line-height: 4rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}

h5 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  h5 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}

h6 {
  font-size: 2.2rem;
  line-height: 2.7rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  h6 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

.gutenberg-body h2, .gutenberg-body h3, .gutenberg-body h4, .gutenberg-body h5, .gutenberg-body h6 {
  color: #e61e50;
  margin-top: 3rem;
}
.gutenberg-body a {
  text-decoration: underline;
}
.gutenberg-body a:hover {
  color: #e61e50;
}
.gutenberg-body a.btn, .gutenberg-body div.frm_style_formidable-style.with_frm_style form a.frm_button_submit.frm_final_submit, div.frm_style_formidable-style.with_frm_style form .gutenberg-body a.frm_button_submit.frm_final_submit {
  margin: 3.5rem 0 1.4rem;
}

hr {
  border-top: solid 2px #303c6c;
}

ol, ul {
  margin: 2.5rem 0;
}
ol li, ul li {
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  ol li, ul li {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

ol {
  margin: 0;
  padding: 0.5rem 0;
  counter-reset: item;
}
@media (max-width: 767.98px) {
  ol {
    padding: 0;
  }
}

ol > li {
  margin: 0;
  padding: 0 0 1.2rem 6.5rem;
  text-indent: -5rem;
  list-style-type: none;
  counter-increment: item;
}
@media (max-width: 767.98px) {
  ol > li {
    padding: 0 0 1.2rem 3.5rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

ol > li:before {
  display: inline-block;
  width: 5rem;
  padding-right: 1.2rem;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
  font-size: 900;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
}

figure.wp-block-image, figure.wp-block-embed {
  display: table;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  figure.wp-block-image.alignleft, figure.wp-block-image.alignright, figure.wp-block-embed.alignleft, figure.wp-block-embed.alignright {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  figure.wp-block-image.alignleft, figure.wp-block-embed.alignleft {
    margin: 0.5em 2.8rem 0.5em 0;
  }
}
@media (min-width: 768px) {
  figure.wp-block-image.alignright, figure.wp-block-embed.alignright {
    margin: 0.5em 0 0.5em 2.8rem;
  }
}
figure.wp-block-image.aligncenter, figure.wp-block-embed.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
figure.wp-block-image.alignwide, figure.wp-block-embed.alignwide {
  width: 100%;
}
figure.wp-block-image.wp-block-embed:not(.alignfull), figure.wp-block-embed.wp-block-embed:not(.alignfull) {
  width: 100%;
}
@media (max-width: 767.98px) {
  figure.wp-block-image.wp-block-embed.alignleft, figure.wp-block-image.wp-block-embed.alignright, figure.wp-block-embed.wp-block-embed.alignleft, figure.wp-block-embed.wp-block-embed.alignright {
    max-width: 100%;
  }
}
figure.wp-block-image img, figure.wp-block-embed img {
  display: block;
}
figure.wp-block-image figcaption, figure.wp-block-embed figcaption {
  background: #303c6c;
  color: #fff;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin: 0;
  padding: 1.6rem 2rem;
  display: table-caption;
  caption-side: bottom;
}
@media (max-width: 767.98px) {
  figure.wp-block-image figcaption, figure.wp-block-embed figcaption {
    margin-bottom: 1rem;
  }
}

/*
* Responsive tables CSS
* https://github.com/jerrylow/basictable
*/
table.bt thead,
table.bt tbody th {
  display: none;
}

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

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th);
  display: inline-block;
  -ms-flex-shrink: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
  width: 8em;
  padding: 8px;
  background-color: #fff;
  font-size: 1.6rem;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.9rem;
  letter-spacing: 0.4px;
}

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

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  padding: 8px 8px 8px 16px;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

.frm_forms {
  background: #303c6c;
  color: #fff;
  width: calc(((100% - 28rem)/4 + 8rem) + 100%);
  max-width: none !important;
  padding-top: 1.6rem;
  padding-bottom: 8rem;
  padding-left: calc((100% - 28rem)/8 + 4rem);
  padding-right: calc((100% - 28rem)/8 + 4rem);
  margin-left: calc(((100% - 28rem)/8 + 4rem) * -1);
  margin-right: calc(((100% - 28rem)/8 + 4rem) * -1);
}
.frm_forms h1, .frm_forms h2, .frm_forms h3, .frm_forms h4, .frm_forms h5, .frm_forms h6 {
  color: #fff;
}
@media (max-width: 1079.98px) {
  .frm_forms {
    width: calc(((100% - 28rem)/3) + 100% + 8rem);
    padding-left: calc((100% - 28rem)/6 + 4rem);
    padding-right: calc((100% - 28rem)/6 + 4rem);
    margin-left: calc(((100% - 28rem)/6 + 4rem) * -1);
    margin-right: calc(((100% - 28rem)/6 + 4rem) * -1);
  }
}
@media (max-width: 767.98px) {
  .frm_forms {
    padding: 3rem 2000rem;
    margin: 0 -2000rem;
    width: auto;
  }
}
.frm_forms .frm_message {
  margin: 6.4rem 0 0;
}
@media (max-width: 767.98px) {
  .frm_forms .frm_message {
    margin: 0;
  }
}

div.frm_style_formidable-style.with_frm_style {
  margin-bottom: 5rem;
}
div.frm_style_formidable-style.with_frm_style:last-child {
  margin-bottom: 0;
}
div.frm_style_formidable-style.with_frm_style form .frm_form_field.frm_half {
  margin: 0;
  width: 50%;
  padding-right: 2rem;
}
div.frm_style_formidable-style.with_frm_style form .frm_form_field.frm_half + .frm_form_field.frm_half {
  padding-left: 2rem;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  div.frm_style_formidable-style.with_frm_style form .frm_form_field.frm_half, div.frm_style_formidable-style.with_frm_style form .frm_form_field.frm_half + .frm_form_field.frm_half {
    width: 100%;
    padding: 0;
  }
}
div.frm_style_formidable-style.with_frm_style form label,
div.frm_style_formidable-style.with_frm_style form label.frm_primary_label,
div.frm_style_formidable-style.with_frm_style form .frm_primary_label {
  color: #fff;
  position: relative;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 2.2rem;
  padding: 2rem 0 1.2rem;
}
@media (max-width: 767.98px) {
  div.frm_style_formidable-style.with_frm_style form label,
div.frm_style_formidable-style.with_frm_style form label.frm_primary_label,
div.frm_style_formidable-style.with_frm_style form .frm_primary_label {
    font-size: 1.8rem;
    padding: 1.6rem 0 0.8rem;
  }
}
div.frm_style_formidable-style.with_frm_style form div.frm_description {
  color: #fff;
  margin-top: 2rem;
}
div.frm_style_formidable-style.with_frm_style form span.frm_required {
  color: #fff;
}
div.frm_style_formidable-style.with_frm_style form input[type=text],
div.frm_style_formidable-style.with_frm_style form input[type=password],
div.frm_style_formidable-style.with_frm_style form input[type=email],
div.frm_style_formidable-style.with_frm_style form input[type=number],
div.frm_style_formidable-style.with_frm_style form input[type=url],
div.frm_style_formidable-style.with_frm_style form input[type=tel],
div.frm_style_formidable-style.with_frm_style form input[type=search],
div.frm_style_formidable-style.with_frm_style form textarea {
  height: 7.2rem;
  color: #303c6c;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 1;
  border-radius: 0;
  background: #fff;
  position: relative;
  padding: 2rem 2.4rem;
}
@media (max-width: 767.98px) {
  div.frm_style_formidable-style.with_frm_style form input[type=text],
div.frm_style_formidable-style.with_frm_style form input[type=password],
div.frm_style_formidable-style.with_frm_style form input[type=email],
div.frm_style_formidable-style.with_frm_style form input[type=number],
div.frm_style_formidable-style.with_frm_style form input[type=url],
div.frm_style_formidable-style.with_frm_style form input[type=tel],
div.frm_style_formidable-style.with_frm_style form input[type=search],
div.frm_style_formidable-style.with_frm_style form textarea {
    height: 6.4rem;
    font-size: 1.8rem;
    padding: 2.2rem 2rem 1.8rem;
  }
}
div.frm_style_formidable-style.with_frm_style form textarea {
  height: 20rem;
  line-height: 3rem;
}
div.frm_style_formidable-style.with_frm_style form .input-wrapper {
  display: block;
  position: relative;
  margin-bottom: 1rem;
}
div.frm_style_formidable-style.with_frm_style form .input-wrapper:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #151c41;
  position: absolute;
  bottom: -0.8rem;
  right: -0.8rem;
}
div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit {
  border: 0;
  background-color: #e6e600;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #151c41;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 2.2rem;
  padding: 2rem 3.5rem;
  margin-top: 2.2rem;
}
div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit:hover {
  background-color: #ffb800;
}
div.frm_style_formidable-style.with_frm_style form .frm-g-recaptcha {
  margin-top: 5rem;
}
div.frm_style_formidable-style.with_frm_style form .frm_opt_container .frm_checkbox,
div.frm_style_formidable-style.with_frm_style form .frm_opt_container .frm_radio {
  float: left;
  margin-right: 3.5rem;
}
@media (max-width: 767.98px) {
  div.frm_style_formidable-style.with_frm_style form .frm_opt_container .frm_checkbox,
div.frm_style_formidable-style.with_frm_style form .frm_opt_container .frm_radio {
    float: none;
  }
}
div.frm_style_formidable-style.with_frm_style form input[type=checkbox] + label,
div.frm_style_formidable-style.with_frm_style form input[type=radio] + label {
  color: #fff;
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 800;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  margin-bottom: 0.8rem;
  padding: 0.5rem 0 1rem;
  text-indent: 0;
}
div.frm_style_formidable-style.with_frm_style form input[type=checkbox] + label:before,
div.frm_style_formidable-style.with_frm_style form input[type=radio] + label:before {
  background-size: contain;
  content: "";
  position: relative;
  display: block;
  float: left;
  margin: 0.1rem 1.6rem 0 0;
  width: 3rem;
  height: 3rem;
}
@media (max-width: 767.98px) {
  div.frm_style_formidable-style.with_frm_style form input[type=checkbox] + label:before,
div.frm_style_formidable-style.with_frm_style form input[type=radio] + label:before {
    width: 2.6rem;
    height: 2.6rem;
  }
}
@media (max-width: 767.98px) {
  div.frm_style_formidable-style.with_frm_style form input[type=checkbox] + label,
div.frm_style_formidable-style.with_frm_style form input[type=radio] + label {
    font-size: 1.8rem;
    padding: 0.5rem 0 0.4rem;
  }
  div.frm_style_formidable-style.with_frm_style form input[type=checkbox] + label:before,
div.frm_style_formidable-style.with_frm_style form input[type=radio] + label:before {
    margin-top: 0;
  }
}
div.frm_style_formidable-style.with_frm_style form input[type=radio] + label:before {
  height: 3.2rem;
  width: 3.2rem;
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  div.frm_style_formidable-style.with_frm_style form input[type=radio] + label:before {
    height: 3rem;
    width: 3rem;
    margin-right: 1rem;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
div.frm_style_formidable-style.with_frm_style form input[type=radio]:checked + label:before {
  background-position: center;
  background-repeat: no-repeat;
}
div.frm_style_formidable-style.with_frm_style form input[type=checkbox]:checked + label:before {
  background-color: #006eec;
  background-position: center;
  background-repeat: no-repeat;
}
div.frm_style_formidable-style.with_frm_style form input[type=radio],
div.frm_style_formidable-style.with_frm_style form input[type=checkbox] {
  position: absolute !important;
}
div.frm_style_formidable-style.with_frm_style form input[type=radio]:focus + label:before,
div.frm_style_formidable-style.with_frm_style form input[type=checkbox]:focus + label:before {
  outline: #3b99fc auto 5px;
}
div.frm_style_formidable-style.with_frm_style form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 3rem center;
  border: 0;
  border-radius: 0;
  color: #303c6c;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 2.2rem;
  padding: 1.7rem 3.5rem 1.7rem 2.3rem;
  width: 50%;
  height: 7.4rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  div.frm_style_formidable-style.with_frm_style form select {
    background-position: right 2rem center;
    width: 100%;
    height: 6.4rem;
    font-size: 1.8rem;
    padding: 1.7rem 3.5rem 1.7rem 2rem;
  }
}
div.frm_style_formidable-style.with_frm_style form .select-wrapper {
  position: relative;
}
div.frm_style_formidable-style.with_frm_style form .select-wrapper:before {
  content: "";
  display: block;
  width: 50%;
  height: 7.4rem;
  background: #151c41;
  position: absolute;
  bottom: -0.8rem;
  left: 0.8rem;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .with_frm_style .frm_hidden_container .frm_primary_label, .with_frm_style .frm_pos_hidden, .frm_hidden_container .frm_primary_label {
    height: 0;
  }
}

.opus-icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.alignfull {
  width: 100vw;
  margin-left: calc((100vw - 100%)/-2);
}

a.read-more, .localist_minicalendar_nav a, ul.past-issue__featured-stories a, .research-area-page__affiliated-labs-center a {
  color: #303c6c;
  text-decoration: underline;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.36px;
}
a.read-more:hover, .localist_minicalendar_nav a:hover, ul.past-issue__featured-stories a:hover, .research-area-page__affiliated-labs-center a:hover {
  color: #006eec;
}
@media (max-width: 767.98px) {
  a.read-more, .localist_minicalendar_nav a, ul.past-issue__featured-stories a, .research-area-page__affiliated-labs-center a {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

a.read-more--white {
  color: #fff;
}
a.read-more--white:hover {
  color: #1ee6aa;
}

h2.tag-heading,
.tag-heading {
  background-color: #1ee6aa;
  color: #303c6c;
  display: inline-block;
  font-weight: 800;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.54px;
  line-height: 4.1rem;
  padding: 0.3rem 2rem 0 200rem;
  margin-left: -200rem;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  h2.tag-heading,
.tag-heading {
    font-size: 1.6rem;
    letter-spacing: 0.48px;
    line-height: 3.7rem;
    padding: 0.2rem 2rem 0 200rem;
  }
}

.list-unstyled, #lwe, .research-area-page__affiliated-labs-center ul {
  margin: 0;
}
.list-unstyled li, #lwe li, .research-area-page__affiliated-labs-center ul li {
  margin: 0;
}

.caret {
  position: relative;
  width: 3rem;
  height: 3rem;
  background: transparent;
  border: 0;
}
.caret:after, .caret:before {
  content: "";
  position: absolute;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.35s ease-out;
  transition: -webkit-transform 0.35s ease-out;
  transition: transform 0.35s ease-out;
  transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.caret:after {
  width: 15px;
  height: 3px;
  left: 1px;
}
.caret:before {
  width: 3px;
  height: 15px;
  left: 1px;
}
.caret[aria-expanded=true]:after, [aria-expanded=true] .caret:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.caret[aria-expanded=true]:before, [aria-expanded=true] .caret:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion-content {
  display: none;
  padding: 2.5rem 0 5.4rem;
}
.accordion-content p {
  margin-bottom: 0;
  padding-bottom: 1.6rem;
}
@media (max-width: 767.98px) {
  .accordion-content {
    padding: 2.5rem 0 1.4rem;
  }
}

h3.accordion-title {
  background-color: #006eec;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 4.4rem;
  margin: 0;
  margin-left: calc(-1 * ((100% - 28rem)/8 + 4rem));
  width: calc(100% + (2 * ((100% - 28rem)/8 + 4rem)));
  padding-top: 3.4rem;
  padding-bottom: 3.4rem;
  padding-left: calc((100% - 28rem)/8 + 4rem);
  padding-right: calc((100% - 28rem)/8 + 4rem);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
h3.accordion-title:hover {
  cursor: pointer;
  text-decoration: underline;
}
h3.accordion-title .caret {
  position: absolute;
  padding: 0 1.7rem 0 0;
  margin-right: 1.4rem;
  top: calc(50% - 1.4rem);
  left: calc(((100% - 28rem)/8 - 1.8rem) / 2);
}
h3.accordion-title .caret:after {
  width: 28px;
  height: 8px;
}
h3.accordion-title .caret:before {
  width: 8px;
  height: 28px;
}
@media (max-width: 767.98px) {
  h3.accordion-title .caret {
    left: 1.8rem;
  }
  h3.accordion-title .caret:after {
    width: 23px;
    height: 6px;
  }
  h3.accordion-title .caret:before {
    width: 6px;
    height: 23px;
  }
}
@media (max-width: 1079.98px) {
  h3.accordion-title {
    width: calc(100% + (2 * ((100% - 44rem)/12 + 8rem)));
    padding-left: calc((100% - 44rem)/12 + 9rem);
    margin-left: calc(-1 * ((100% - 44rem)/12 + 8rem));
  }
  h3.accordion-title .caret {
    left: calc(((100% - 44rem)/12 + 6rem) / 2);
  }
}
@media (max-width: 767.98px) {
  h3.accordion-title {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    font-size: 2.8rem;
    line-height: 3.3rem;
    padding: 2rem 2rem 2rem 6rem;
  }
  h3.accordion-title .caret {
    left: 1.8rem;
  }
}
h3.accordion-title.open {
  background: #303c6c;
}
@media (min-width: 1080px) {
  h3.accordion-title.open {
    margin-left: calc(-1 * ((100% - 28rem)/8 + 8rem));
    width: calc(100% + (2 * ((100% - 28rem)/8 + 6rem)));
  }
}

.wp-block-opus-core-block-rewrite-oa {
  margin: 0.1rem 0;
}

*:not(.wp-block-opus-core-block-rewrite-oa) + .wp-block-opus-core-block-rewrite-oa {
  margin-top: 7.2rem;
}
@media (max-width: 767.98px) {
  *:not(.wp-block-opus-core-block-rewrite-oa) + .wp-block-opus-core-block-rewrite-oa {
    margin-top: 3.2rem;
  }
}

.wp-block-opus-core-block-rewrite-oa + *:not(.wp-block-opus-core-block-rewrite-oa) {
  margin-top: 6.5rem !important;
}
@media (max-width: 767.98px) {
  .wp-block-opus-core-block-rewrite-oa + *:not(.wp-block-opus-core-block-rewrite-oa) {
    margin-top: 3.8rem !important;
  }
}

h2 + .wp-block-opus-core-block-rewrite-oa {
  margin-top: 2rem !important;
}

.gutenberg-body .alignfull {
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
}
@media (max-width: 767.98px) {
  .gutenberg-body .aligncenter,
.gutenberg-body .alignleft,
.gutenberg-body .alignright {
    float: none;
  }
}
@media (min-width: 768px) {
  .gutenberg-body .alignleft {
    float: left;
  }
}
@media (min-width: 768px) {
  .gutenberg-body .alignright {
    float: right;
  }
}
.gutenberg-body .wp-block-image img {
  height: auto;
}

.breadcrumb {
  background-color: transparent;
  padding: 1.6rem 0;
  margin: 0;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.01px;
  color: #303c6c;
}
.breadcrumb a {
  color: #303c6c;
  text-decoration: underline;
}
.breadcrumb a:hover {
  color: #0057ba;
}
.breadcrumb .breadcrumb-spacer {
  color: #8d91a2;
  display: inline-block;
  margin: 0 0.3rem;
}
@media (max-width: 767.98px) {
  .directory-header .breadcrumb, .breadcrumbs--news .breadcrumb, .page__header .breadcrumb, .journal__header .breadcrumb, .breadcrumbs--events .breadcrumb {
    padding: 0;
  }
  .directory-header .breadcrumb > span > span.breadcrumb-spacer,
.directory-header .breadcrumb > span > span, .breadcrumbs--news .breadcrumb > span > span.breadcrumb-spacer,
.breadcrumbs--news .breadcrumb > span > span, .page__header .breadcrumb > span > span.breadcrumb-spacer,
.page__header .breadcrumb > span > span, .journal__header .breadcrumb > span > span.breadcrumb-spacer,
.journal__header .breadcrumb > span > span, .breadcrumbs--events .breadcrumb > span > span.breadcrumb-spacer,
.breadcrumbs--events .breadcrumb > span > span {
    display: none;
  }
  .directory-header .breadcrumb > span > span.show-on-mobile, .breadcrumbs--news .breadcrumb > span > span.show-on-mobile, .page__header .breadcrumb > span > span.show-on-mobile, .journal__header .breadcrumb > span > span.show-on-mobile, .breadcrumbs--events .breadcrumb > span > span.show-on-mobile {
    display: block;
  }
  .directory-header .breadcrumb span span:before, .breadcrumbs--news .breadcrumb span span:before, .page__header .breadcrumb span span:before, .journal__header .breadcrumb span span:before, .breadcrumbs--events .breadcrumb span span:before {
    content: "<";
    margin: 0 0.3rem;
  }
  .directory-header .breadcrumb .breadcrumb-spacer, .directory-header .breadcrumb a, .directory-header .breadcrumb .breadcrumb_last, .breadcrumbs--news .breadcrumb .breadcrumb-spacer, .breadcrumbs--news .breadcrumb a, .breadcrumbs--news .breadcrumb .breadcrumb_last, .page__header .breadcrumb .breadcrumb-spacer, .page__header .breadcrumb a, .page__header .breadcrumb .breadcrumb_last, .journal__header .breadcrumb .breadcrumb-spacer, .journal__header .breadcrumb a, .journal__header .breadcrumb .breadcrumb_last, .breadcrumbs--events .breadcrumb .breadcrumb-spacer, .breadcrumbs--events .breadcrumb a, .breadcrumbs--events .breadcrumb .breadcrumb_last {
    display: inline-block;
    padding: 1.6rem 0 0;
  }
}

.btn-outline-primary {
  background: #fff;
}

a.btn, div.frm_style_formidable-style.with_frm_style form a.frm_button_submit.frm_final_submit {
  text-decoration: none;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 2.2rem;
  line-height: 3.2rem;
  padding: 2rem 3.8rem;
}

a.btn.btn-primary:hover, div.frm_style_formidable-style.with_frm_style form a.btn-primary.frm_button_submit.frm_final_submit:hover {
  background-color: #303c6c;
  color: #fff;
}

@media (max-width: 767.98px) {
  .btn-wrapper a.btn.btn-primary, .btn-wrapper div.frm_style_formidable-style.with_frm_style form a.btn-primary.frm_button_submit.frm_final_submit, div.frm_style_formidable-style.with_frm_style form .btn-wrapper a.btn-primary.frm_button_submit.frm_final_submit {
    width: 100%;
    padding: 1.4rem 3.8rem;
  }
}

.card--tile .card__toggle-overlay {
  background-color: #ccc;
  display: block;
  height: 3rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  z-index: 2;
}
.card--tile .card__toggle-overlay:after, .card--tile .card__toggle-overlay:before {
  content: "";
  position: absolute;
  background-color: #006eec;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.card--tile .card__toggle-overlay:after {
  width: 2rem;
  height: 0.2rem;
}
.card--tile .card__toggle-overlay:before {
  width: 0.2rem;
  height: 2rem;
}
.card--tile .card__toggle-overlay[aria-expanded=true]:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.card--tile .card__toggle-overlay[aria-expanded=true]:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.card--tile .card__long-description {
  background: purple;
  color: white;
  position: absolute;
  top: 0px;
  z-index: 1;
}
.card--tile .card__long-description-content {
  padding: 4rem 2rem 2rem 2rem;
}

.block__cover {
  background-position: center;
  background-size: cover;
  display: block;
  height: 45rem;
  margin-bottom: 3rem;
  position: relative;
  width: 100%;
}
.block__cover:after {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.block__cover .container,
.block__cover .row,
.block__cover #lwe {
  height: 100%;
}
.block__cover .col {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.block__cover .col > * {
  position: relative;
  z-index: 1;
}
.block__cover h2, .block__cover p {
  color: #fff;
}

blockquote.wp-block-quote {
  background: #303c6c;
  color: #fff;
  text-align: center;
  position: relative;
  width: calc(100% + (2 * ((100% - 28rem)/8 + 4rem)));
  margin-left: calc(-1 * ((100% - 28rem)/8 + 4rem));
  margin-top: 8.4rem;
  margin-bottom: 8.4rem;
  padding-top: 9.8rem;
  padding-left: calc(2 * ((100% - 28rem)/8 + 4rem));
  padding-right: calc(2 * ((100% - 28rem)/8 + 4rem));
}
@media (max-width: 1079.98px) {
  blockquote.wp-block-quote {
    width: calc(100% + (2 * ((100% - 28rem)/8 + 1.3rem)));
    margin-left: calc(-1 * ((100% - 28rem)/8 + 1.3rem));
    padding-left: calc(2 * ((100% - 28rem)/12));
    padding-right: calc(2 * ((100% - 28rem)/12));
  }
}
@media (max-width: 767.98px) {
  blockquote.wp-block-quote {
    width: 100%;
    padding: 5rem 3rem 0 3rem;
    margin: 4rem 0;
  }
}
blockquote.wp-block-quote p {
  font-size: 3rem;
  line-height: 3.7rem;
  margin-bottom: 7rem;
}
@media (max-width: 767.98px) {
  blockquote.wp-block-quote p {
    font-size: 2rem;
    line-height: 2.6rem;
    margin-bottom: 4rem;
  }
}
blockquote.wp-block-quote cite {
  background: #edeef2;
  color: #303c6c;
  display: inline-block;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.42px;
  padding: 1.2rem 5rem;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  blockquote.wp-block-quote cite {
    width: calc(100% + 6rem);
    margin-left: -3rem;
  }
}
blockquote.wp-block-quote:before, blockquote.wp-block-quote:after {
  content: "";
  display: block;
  width: 12.7rem;
  height: 9.7rem;
  position: absolute;
  background-repeat: no-repeat;
}
blockquote.wp-block-quote:before {
  left: -2.6rem;
  top: -3rem;
}
@media (max-width: 767.98px) {
  blockquote.wp-block-quote:before {
    background-size: contain;
    height: 4.8rem;
    width: 5.8rem;
    left: 50%;
    top: -2rem;
    margin-left: -3rem;
  }
}
blockquote.wp-block-quote:after {
  right: -3.2rem;
  bottom: -3rem;
}
@media (max-width: 767.98px) {
  blockquote.wp-block-quote:after {
    display: none;
  }
}

.pullquote-block {
  background-color: #e6e600;
  width: calc(100% + (4 * ((100% - 28rem)/8 + 4rem)));
  margin-top: 2.2rem;
  margin-bottom: 4rem;
  margin-left: calc(-2 * ((100% - 28rem)/8 + 4rem));
  padding-left: calc(2 * ((100% - 28rem)/8 + 4rem));
  padding-right: calc(2 * ((100% - 28rem)/8 + 4rem));
  padding-top: 5.7rem;
  padding-bottom: 4.3rem;
}
.pullquote-block p {
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 4.1rem;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .pullquote-block {
    width: 100vw;
    margin-left: calc(-1 * ((100vw - 100%) / 2));
    padding: 3rem 2rem 1.5rem;
  }
  .pullquote-block p {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

.query-pager {
  font-weight: 800;
  font-size: 3.8rem;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  margin: 6rem 0 3rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .query-pager {
    font-size: 2.8rem;
    padding: 0.5rem 0 0;
    margin-bottom: 3rem;
  }
}
.search-landing-page .query-pager {
  color: #fff;
  margin: 3.5rem 0 6.5rem;
}
.query-pager span, .query-pager a {
  margin: 0 1rem;
}
@media (min-width: 768px) {
  .query-pager span, .query-pager a {
    line-height: 7rem;
  }
}
@media (max-width: 767.98px) {
  .query-pager span, .query-pager a {
    margin: 0 0.5rem;
  }
}
.search-landing-page .query-pager a {
  color: #e6e600;
  text-decoration: underline;
}
.search-landing-page .query-pager a:hover {
  color: #ffb800;
}
.query-pager a.next {
  position: absolute;
  right: 0;
  margin: 0;
}
.query-pager a.next,
.query-pager a.prev {
  background-repeat: no-repeat;
  background-size: contain;
  height: 6.2rem;
  width: 6.2rem;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 767.98px) {
  .query-pager a.next,
.query-pager a.prev {
    height: 4.5rem;
    width: 4.5rem;
  }
}
.query-pager a.next {
  position: absolute;
  left: unset;
  right: 0;
  margin: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 1079.98px) {
  .query-wrangler__content .query-pager {
    margin: 3.9rem 0 7rem;
  }
}
@media (max-width: 767.98px) {
  .query-wrangler__content .query-pager {
    margin: 2.7rem 0 4rem;
  }
}

.wp-block-table table {
  color: #303c6c;
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin: 2.6rem 0 1.8rem;
}
.wp-block-table table td[data-th]:before,
.wp-block-table table thead {
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.8rem;
}
.wp-block-table table tfoot tr {
  border-top: solid 1px;
}
.wp-block-table table th, .wp-block-table table td {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.wp-block-table table td {
  padding: 0.9rem 1.2rem;
}
.wp-block-table table tbody tr:nth-of-type(odd) {
  background-color: rgba(237, 238, 242, 0.3);
}

.media-and-text__image {
  height: 100%;
  width: 100%;
  min-height: 27rem;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.media-and-text__image img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: initial;
  margin: 0 auto;
}

.wp-block-opus-core-block-rewrite-omt {
  margin: 3rem 0;
}
.wp-block-opus-core-block-rewrite-omt .col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.related-posts__cards .col {
  max-width: 33.3333333%;
}
@media (max-width: 1079.98px) {
  .related-posts__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .related-posts__cards .col {
    max-width: 100%;
  }
}

.news-card {
  border: 0;
  height: 100%;
}
@media (min-width: 1080px) {
  .news-card .news-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .news-card .news-card__footer, .news-card .journal-card__footer {
    margin-top: auto;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .news-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 2.5rem;
  }
  .news-card .news-card__image {
    width: calc(50% - 2rem);
    height: auto;
  }
  .news-card .news-card__image picture {
    display: block;
    width: 100%;
  }
  .news-card .news-card__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .news-card .news-card__content {
    width: calc(50% + 2rem);
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .news-card {
    margin-bottom: 0;
  }
}

h3.news-card__title {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-top: 0;
}
h3.news-card__title a {
  text-decoration: underline;
}
h3.news-card__title a:hover {
  color: #303c6c;
}
@media (max-width: 767.98px) {
  h3.news-card__title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.news-card__body, .journal-card__body {
  padding: 3rem 3.6rem 2rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .news-card__body, .journal-card__body {
    padding: 3rem 4rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .news-card__body, .journal-card__body {
    padding: 2.6rem 2.3rem 1.6rem;
  }
}

.news-card__footer, .journal-card__footer {
  border: 0;
  background-color: #fff;
  padding: 0 3.6rem 2.8rem;
  font-size: 1.2rem;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.5rem;
}
@media (max-width: 767.98px) {
  .news-card__footer, .journal-card__footer {
    padding: 0 2.3rem 2.2rem;
  }
}
.news-card__footer a, .journal-card__footer a {
  text-decoration: none;
}
.news-card__footer a:hover, .journal-card__footer a:hover {
  color: #006eec;
  text-decoration: underline;
}

.news-card__image img {
  min-width: 100%;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .news-card__image {
    overflow: hidden;
  }
  .news-card__image img {
    height: 100%;
    width: auto;
    max-width: initial;
  }
}

.news-card__dateline {
  margin-bottom: 0.3rem;
}

.journal-card {
  border: 0;
  height: 100%;
}

h3.journal-card__title {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-top: 0;
}
h3.journal-card__title a {
  text-decoration: underline;
}
h3.journal-card__title a:hover {
  color: #303c6c;
}
@media (max-width: 767.98px) {
  h3.journal-card__title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

.journal-card__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.journal-card__image {
  border: 0;
}

@media (min-width: 768px) and (max-width: 1079.98px) {
  .journal-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .journal-card__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 4rem);
            flex: 0 0 calc(50% - 4rem);
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .journal-card__image img {
    width: auto;
    max-width: none;
    height: 100%;
  }

  .journal-card__body {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 3.5rem 4rem 2rem;
  }

  .journal-card__footer {
    padding: 1rem 4rem 2.8rem;
  }

  .journal-card__copy {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% + 4rem);
            flex: 0 0 calc(50% + 4rem);
  }
}
.faculty-card {
  border: 0;
  position: relative;
  width: calc(100% - 6.5rem);
  height: 100%;
  min-height: 28rem;
  padding: 0.6rem 3.6rem 3rem;
}
@media (max-width: 1079.98px) {
  .faculty-card {
    width: calc(100% - 5.4rem);
    padding: 0.6rem 2.7rem 3rem;
  }
}
@media (max-width: 767.98px) {
  .faculty-card {
    width: 100%;
    min-height: 0;
  }
}
.faculty-card h3 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  margin-bottom: 0.7rem;
}
@media (max-width: 1079.98px) {
  .faculty-card h3 {
    margin-top: 2.2rem;
  }
}
.faculty-card h3 a {
  color: #303c6c;
}
.faculty-card h3 a:hover {
  color: #006eec;
}

.faculty-card__image {
  position: absolute;
  bottom: 0;
  right: -6.5rem;
}
@media (max-width: 1079.98px) {
  .faculty-card__image {
    right: -5.4rem;
  }
}
@media (max-width: 767.98px) {
  .faculty-card__image {
    display: none;
  }
}

.faculty-card__job-title {
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5rem;
  margin-bottom: 1.4rem;
  width: calc(100% - 7.5rem);
}
@media (max-width: 1079.98px) {
  .faculty-card__job-title {
    width: calc(100% - 6rem);
  }
}
@media (max-width: 767.98px) {
  .faculty-card__job-title {
    width: 100%;
  }
}

.faculty-card__description {
  font-size: 1.3rem;
  line-height: 1.5rem;
  width: calc(100% - 8rem);
}
@media (max-width: 1079.98px) {
  .faculty-card__description {
    width: calc(100% - 8.5rem);
  }
}
@media (max-width: 767.98px) {
  .faculty-card__description {
    width: 100%;
  }
}

a.research-area-card {
  background-color: #e61e50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: none;
  transition: none;
}
a.research-area-card:hover {
  text-decoration: none;
  background-color: #006eec;
}
a.research-area-card:hover .research-area-card__title {
  text-decoration: none;
}

.research-area-card__title {
  color: #fff;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 2.3rem;
  letter-spacing: 0.53px;
  margin: auto 2.5rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 3.3rem 0 2.6rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .research-area-card__title {
    font-size: 1.3rem;
    line-height: 1.7rem;
    letter-spacing: 0.39px;
    padding: 2.4rem 0 2.6rem;
  }
}

.research-area-card__image img {
  width: 100%;
}

footer {
  background: #303c6c;
  color: #fff;
  padding-top: 3rem;
}
footer .footer__menu a,
footer .footer__sub-menu a {
  color: #fff;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2rem;
  text-decoration: underline;
}
footer .footer__menu a:hover,
footer .footer__sub-menu a:hover {
  color: #1ee6aa;
}
footer .footer__sub-menu a {
  font-size: 1.1rem;
  padding: 0 0.7rem 4rem;
}

.footer__menu a {
  position: relative;
  padding: 0.7rem 1.5rem 1.2rem;
}
.footer__menu a:after {
  content: "";
  height: 1.2rem;
  width: 0.2rem;
  background-color: #1ee6aa;
  position: absolute;
  right: -1px;
  top: 1.2rem;
}
.footer__menu a:last-child:after {
  display: none;
}

.footer__info {
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.footer__info a {
  color: #fff;
}

.footer__info,
.footer__menu,
.footer__social,
.footer__copyright {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer__copyright {
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding: 1.4rem 0 0.4rem;
}

.header__wrapper {
  margin-bottom: 3.7rem;
}

#wpadminbar {
  position: fixed !important;
}

#sticky-main-nav > .container:first-child {
  padding-top: 1rem;
  margin-bottom: -3rem;
}

.single-post-header {
  margin-bottom: 3rem;
}

.combined-logo {
  display: block;
  width: 18.6rem;
  position: relative;
  z-index: 100001;
}

.logo {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
}

.logo--physics {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="206" height="39.403" viewBox="0 0 206 39.403"><g id="MIT_Physics_Logo_Black" data-name="MIT Physics Logo Black" transform="translate(0 0.006)"><path id="Path_53062" data-name="Path 53062" d="M35.86,36.49h7.969V12.583H35.86ZM47.813,8.6H67.735V.63H47.813ZM35.86.63h7.969V8.6H35.86ZM23.906,36.49h7.969V.63H23.906ZM11.953,28.521h7.969V.63H11.953ZM0,36.49H7.969V.63H0Zm47.813,0h7.969V12.583H47.813Z" transform="translate(0 -0.604)"/><g id="Group_14906" data-name="Group 14906" transform="translate(75.707 20.944)"><path id="Path_53063" data-name="Path 53063" d="M1520.07,420.63h6.562a5.235,5.235,0,0,1,3.908,1.4,4.783,4.783,0,0,1,1.337,3.406c0,2.821-1.86,4.723-4.995,4.723H1523.2v5.412h-3.135V420.63Zm3.135,7.063h3.135a2.133,2.133,0,0,0,2.424-2.236,2.089,2.089,0,0,0-2.382-2.194h-3.177Z" transform="translate(-1520.07 -420.63)"/><path id="Path_53064" data-name="Path 53064" d="M1785.591,426.251h.063a3.417,3.417,0,0,1,3.114-1.693,3.689,3.689,0,0,1,3.7,4.012v7h-2.842v-6.583a1.784,1.784,0,0,0-1.86-1.964,2.241,2.241,0,0,0-2.173,2.466v6.081h-2.842V420.63h2.842v5.621Z" transform="translate(-1769.667 -420.63)"/><path id="Path_53065" data-name="Path 53065" d="M1992.377,517.385h1c1.129,0,1.588-.585,1.588-1.463a9.3,9.3,0,0,0-.815-2.9l-2.884-7.628h2.988l1.588,4.827c.334.982.69,2.34.69,2.34h.042s.292-1.358.627-2.34l1.5-4.827h2.863l-3.741,10.992c-.815,2.382-1.609,3.239-3.782,3.239h-1.672v-2.236Z" transform="translate(-1967.802 -501.168)"/><path id="Path_53066" data-name="Path 53066" d="M2201.89,507.054h2.633a2.062,2.062,0,0,0,2.34,1.777c1.253,0,1.964-.481,1.964-1.233,0-1.024-1.358-1.129-2.821-1.421-1.923-.376-3.8-.9-3.8-3.239,0-2.319,1.923-3.427,4.367-3.427,2.821,0,4.388,1.4,4.6,3.553h-2.57c-.125-1.15-.857-1.567-2.069-1.567-1.108,0-1.839.418-1.839,1.191,0,.919,1.421,1,2.947,1.316,1.8.376,3.782.878,3.782,3.385,0,2.153-1.839,3.448-4.514,3.448C2203.792,510.837,2202.057,509.331,2201.89,507.054Z" transform="translate(-2167.932 -495.581)"/><path id="Path_53067" data-name="Path 53067" d="M2418.81,420.63h2.842v2.55h-2.842Zm0,4.221h2.842v10.721h-2.842Z" transform="translate(-2374.048 -420.63)"/><path id="Path_53068" data-name="Path 53068" d="M2502.31,505.173c0-3.2,2.09-5.663,5.35-5.663a4.551,4.551,0,0,1,4.869,3.929h-2.779a1.965,1.965,0,0,0-1.964-1.651c-1.714,0-2.591,1.316-2.591,3.385,0,2.027.815,3.385,2.549,3.385a2,2,0,0,0,2.153-1.818h2.738a4.491,4.491,0,0,1-4.827,4.1A5.331,5.331,0,0,1,2502.31,505.173Z" transform="translate(-2453.39 -495.581)"/><path id="Path_53069" data-name="Path 53069" d="M2723,507.054h2.633a2.062,2.062,0,0,0,2.34,1.777c1.253,0,1.964-.481,1.964-1.233,0-1.024-1.358-1.129-2.821-1.421-1.922-.376-3.8-.9-3.8-3.239,0-2.319,1.923-3.427,4.367-3.427,2.821,0,4.388,1.4,4.6,3.553h-2.57c-.126-1.15-.857-1.567-2.069-1.567-1.107,0-1.839.418-1.839,1.191,0,.919,1.421,1,2.947,1.316,1.8.376,3.782.878,3.782,3.385,0,2.153-1.839,3.448-4.514,3.448C2724.9,510.837,2723.167,509.331,2723,507.054Z" transform="translate(-2663.088 -495.581)"/></g><g id="Group_14907" data-name="Group 14907" transform="translate(75.708 -0.006)"><path id="Path_53070" data-name="Path 53070" d="M1520.08.63h5.83c3.991,0,6.562,3.218,6.562,7.628a7.5,7.5,0,0,1-2.382,5.872,6.675,6.675,0,0,1-4.43,1.442h-5.58Zm5.37,12.329c2.842,0,3.95-1.735,3.95-4.7s-1.3-5.036-3.866-5.036h-2.424v9.738Z" transform="translate(-1520.08 -0.598)"/><path id="Path_53071" data-name="Path 53071" d="M1786.93,85.152c0-3.177,2.153-5.642,5.287-5.642,3.448,0,5.287,2.633,5.287,6.457h-7.774c.209,1.651,1.129,2.675,2.738,2.675a2,2,0,0,0,2.069-1.316h2.8c-.4,1.9-2.09,3.511-4.848,3.511C1788.936,90.837,1786.93,88.349,1786.93,85.152ZM1789.772,84h4.765a2.261,2.261,0,0,0-2.278-2.3A2.387,2.387,0,0,0,1789.772,84Z" transform="translate(-1773.64 -75.55)"/><path id="Path_53072" data-name="Path 53072" d="M2025.67,79.793h2.738V81.13h.063a3.747,3.747,0,0,1,3.156-1.63c2.842,0,4.66,2.319,4.66,5.663,0,3.469-1.881,5.663-4.639,5.663a3.452,3.452,0,0,1-3.093-1.526h-.042v4.723h-2.842V79.793Zm7.732,5.455c0-2.027-.711-3.448-2.466-3.448-1.777,0-2.487,1.526-2.487,3.448,0,1.943.9,3.218,2.591,3.218C2032.482,88.465,2033.4,87.275,2033.4,85.247Z" transform="translate(-2000.489 -75.54)"/><path id="Path_53073" data-name="Path 53073" d="M2261.688,89.721h-.042a3.287,3.287,0,0,1-3.156,1.442c-2.195,0-3.741-1.149-3.741-3.281,0-2.361,1.923-3.114,4.305-3.448,1.776-.251,2.591-.4,2.591-1.212,0-.773-.606-1.275-1.8-1.275-1.337,0-1.985.481-2.069,1.5h-2.529c.083-1.881,1.484-3.532,4.618-3.532,3.218,0,4.514,1.442,4.514,3.95v5.454c0,.815.125,1.3.376,1.484v.1h-2.738A2.907,2.907,0,0,1,2261.688,89.721Zm.021-2.591V85.521a7.915,7.915,0,0,1-1.985.627c-1.484.334-2.215.669-2.215,1.672s.669,1.358,1.672,1.358C2260.811,89.178,2261.709,88.175,2261.709,87.13Z" transform="translate(-2218.159 -75.939)"/><path id="Path_53074" data-name="Path 53074" d="M2487.007,84.709h.063a2.811,2.811,0,0,1,2.633-1.839,1.856,1.856,0,0,1,.669.084V85.44h-.063c-1.86-.188-3.2.794-3.2,3.051v5.225h-2.842V83h2.738v1.714Z" transform="translate(-2436.249 -78.742)"/><path id="Path_53075" data-name="Path 53075" d="M2621.031,21.593h1.484V18.25h2.779v3.343h1.839v1.881h-1.839v5.684a.941.941,0,0,0,1.066,1.066c.355,0,.836-.021.836-.021v2.09s-.648.042-1.776.042c-1.379,0-2.9-.543-2.9-2.57v-6.29h-1.484V21.593Z" transform="translate(-2566.197 -17.341)"/><path id="Path_53076" data-name="Path 53076" d="M2772.92,79.793h2.738v1.442h.063a3.5,3.5,0,0,1,3.114-1.735,3.2,3.2,0,0,1,2.967,1.881h.042a3.739,3.739,0,0,1,3.218-1.881c2.257,0,3.532,1.463,3.532,3.8v7.21h-2.842V83.784c0-1.212-.606-1.839-1.651-1.839-1.191,0-1.922.919-1.922,2.34v6.228h-2.842V83.784c0-1.212-.606-1.839-1.651-1.839-1.15,0-1.923.919-1.923,2.34v6.228h-2.842V79.793Z" transform="translate(-2710.522 -75.54)"/><path id="Path_53077" data-name="Path 53077" d="M3112.36,85.152c0-3.177,2.153-5.642,5.287-5.642,3.448,0,5.287,2.633,5.287,6.457h-7.774c.209,1.651,1.128,2.675,2.738,2.675a2,2,0,0,0,2.069-1.316h2.8c-.4,1.9-2.09,3.511-4.848,3.511C3114.366,90.837,3112.36,88.349,3112.36,85.152ZM3115.2,84h4.765a2.261,2.261,0,0,0-2.278-2.3A2.386,2.386,0,0,0,3115.2,84Z" transform="translate(-3033.057 -75.55)"/><path id="Path_53078" data-name="Path 53078" d="M3353.9,81.256h.063a3.483,3.483,0,0,1,3.177-1.756,3.689,3.689,0,0,1,3.7,4.012v7h-2.842V83.931a1.784,1.784,0,0,0-1.86-1.964,2.241,2.241,0,0,0-2.174,2.466v6.081h-2.842V79.793h2.779v1.463Z" transform="translate(-3259.925 -75.54)"/><path id="Path_53079" data-name="Path 53079" d="M3564.66,21.593h1.484V18.25h2.779v3.343h1.839v1.881h-1.839v5.684a.941.941,0,0,0,1.066,1.066c.355,0,.836-.021.836-.021v2.09s-.648.042-1.776.042c-1.379,0-2.9-.543-2.9-2.57v-6.29h-1.484V21.593Z" transform="translate(-3462.83 -17.341)"/><path id="Path_53080" data-name="Path 53080" d="M3776.55,85.173a5.6,5.6,0,1,1,5.6,5.663A5.451,5.451,0,0,1,3776.55,85.173Zm8.317,0c0-2.09-.982-3.511-2.717-3.511-1.756,0-2.717,1.421-2.717,3.511s.961,3.49,2.717,3.49C3783.885,88.663,3784.867,87.263,3784.867,85.173Z" transform="translate(-3664.166 -75.55)"/><path id="Path_53081" data-name="Path 53081" d="M4011.09,4.247h1.463V3.286c0-2.612,2.027-3.532,4.765-3.239V2.241c-1.337-.063-1.923.1-1.923,1.212v.794h1.923V6.211H4015.4v8.756h-2.842V6.212h-1.463V4.247Z" transform="translate(-3887.025 0.006)"/></g></g></svg>');
  height: 4rem;
  width: 20.6rem;
  margin-left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1079.98px) {
  .logo--physics {
    margin-left: 1rem;
  }
}
@media (max-width: 767.98px) {
  .logo--physics {
    margin-left: -1.2rem;
    height: 2.8rem;
    width: 14.7rem;
    background-size: contain;
  }
}
.fixed-top .logo--physics {
  margin-top: 0.7rem;
  margin-bottom: -0.7rem;
}

#content {
  background-color: #edeef2;
  padding-top: 4rem;
}
@media (max-width: 1079.98px) {
  #content {
    padding-top: 0;
    margin-top: 9.4rem;
  }
}

.content-wrapper {
  overflow: hidden;
}

.container {
  padding-right: 4rem;
  padding-left: 4rem;
}
@media (max-width: 767.98px) {
  .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.container .container {
  padding-right: 0;
  padding-left: 0;
}

.container .alignfull .container {
  padding-right: 4rem;
  padding-left: 4rem;
}
@media (max-width: 767.98px) {
  .container .alignfull .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.main-nav--wrapper {
  background: #fff;
  position: absolute;
  z-index: 10000;
  width: 100%;
}
.main-nav--wrapper.fixed-top {
  position: fixed;
}

#main-nav {
  width: 100%;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
}
#main-nav > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  color: #303c6c;
}
#main-nav > ul > li:first-child {
  margin-left: auto;
}
#main-nav > ul > li > a {
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.02px;
  margin-left: 3rem;
  padding: 0.5rem 0 1rem 0;
  border-bottom: solid 14px transparent;
}
#main-nav > ul > li > a:hover {
  border-bottom: solid 14px #e61e50;
}
#main-nav > ul > li h2 {
  font-weight: 700;
  font-size: 2.1rem;
  letter-spacing: 0.02px;
  color: #303c6c;
  margin: 0;
  padding: 0;
  display: inline;
  line-height: 1;
}
#main-nav > ul > li.open > a,
#main-nav > ul > li.open > button {
  border-bottom: solid 14px #e61e50;
}
#main-nav ul li {
  margin-bottom: 0;
  list-style: none;
}
#main-nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  display: block;
  padding: 0.5rem 0;
  color: #303c6c;
  background: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#main-nav a:hover {
  text-decoration: none;
}
#main-nav li.has-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main-nav ul > li.open > div.mega-menu {
  visibility: visible !important;
}
#main-nav .has-submenu > div.mega-menu {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #303c6c;
  position: absolute;
  top: 100%;
  width: 100vw;
  left: calc((100vw - 100%) / -2);
  padding-left: calc(2rem + ((100vw - 100%) / 2));
  padding-right: calc(2rem + ((100vw - 100%) / 2));
  padding-top: 4rem;
  padding-bottom: 5rem;
}
#main-nav .has-submenu > div.mega-menu a {
  color: #fff;
  text-decoration: underline;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
#main-nav .has-submenu > div.mega-menu a:hover {
  color: #1ee6aa;
}
#main-nav .has-submenu > div.mega-menu h4 {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 0;
}
#main-nav .has-submenu > div.mega-menu h4 a {
  font-size: 1.8rem;
}
#main-nav .has-submenu > div.mega-menu ul + h4 {
  margin-top: 1.5rem;
}
#main-nav .has-submenu .has-submenu > div.mega-menu {
  left: initial;
  right: calc(0rem - 100%);
  top: 0;
}
#main-nav .has-submenu button {
  display: inline;
  background-color: transparent;
  border: 0;
  border-bottom: solid 14px transparent;
  padding: 0;
  line-height: 1;
  padding: 0 0 0.4rem 0.3rem;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 2.2rem;
}
#main-nav .has-submenu button > span {
  display: inline-block;
  width: 1.4rem;
  height: 1.5rem;
}
#main-nav .has-submenu button > span:before {
  content: "";
  width: 1.8rem;
  height: 1.4rem;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
}
#main-nav .has-submenu .has-submenu button > span:before {
  content: "→";
}

html.noscroll {
  overflow: hidden;
}

body.noscroll {
  overflow: visible;
  height: 100%;
}

.navbar--mobile {
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
  height: 9.5rem;
  background-color: #fff;
}
body.ctp-page .navbar--mobile {
  background-color: #edeef2;
}
.navbar--mobile a.navbar-brand.custom-logo-link {
  color: #303c6c;
}
body.admin-bar .navbar--mobile {
  top: 45px;
}
@media (max-width: 1079.98px) and (min-width: 783px) {
  body.admin-bar .navbar--mobile {
    top: 32px;
  }
}
@media (max-width: 767.98px) {
  .navbar--mobile a.logo--mit,
.navbar--mobile a.logo--physics {
    -webkit-transition: none;
    transition: none;
  }
  body.noscroll:not(.ctp-page) .navbar--mobile {
    background-color: #303c6c;
  }
  body.noscroll:not(.ctp-page) .navbar--mobile .logo--mit {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='58.723' height='30.993'%3E%3Cg data-name='MIT Logo'%3E%3Cg data-name='Group 116'%3E%3Cpath data-name='Rectangle 84' fill='%23fff' d='M42.411 0h16.312v6.525H42.411z'/%3E%3C/g%3E%3Cg data-name='Group 117'%3E%3Cpath data-name='Rectangle 85' fill='%23fff' d='M10.603 0h6.525v21.206h-6.525z'/%3E%3C/g%3E%3Cg data-name='Group 118'%3E%3Cpath data-name='Rectangle 86' fill='%23fff' d='M21.205 0h6.525v30.993h-6.525z'/%3E%3C/g%3E%3Cg data-name='Group 119'%3E%3Cpath data-name='Rectangle 87' fill='%23fff' d='M0 0h6.525v30.993H0z'/%3E%3C/g%3E%3Cg data-name='Group 120'%3E%3Cpath data-name='Rectangle 88' fill='%23fff' d='M42.411 10.603h6.525v20.39h-6.525z'/%3E%3C/g%3E%3Cg data-name='Group 121'%3E%3Cpath data-name='Rectangle 89' fill='%23fff' d='M31.808 0h6.525v6.525h-6.525z'/%3E%3C/g%3E%3Cg data-name='Group 122'%3E%3Cpath data-name='Rectangle 90' fill='%23006eec' d='M31.808 10.603h6.525v20.39h-6.525z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  body.noscroll:not(.ctp-page) .navbar--mobile .logo--physics {
    height: 2.8rem;
    width: 14.7rem;
    margin-left: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="146.822" height="28.083" viewBox="0 0 146.822 28.083"><g id="MIT_Physics_Logo_White" data-name="MIT Physics Logo White" transform="translate(0 0.006)"><g id="Group_14908" data-name="Group 14908" transform="translate(0 -0.006)"><path id="Path_53062" data-name="Path 53062" d="M25.558,26.188h5.68V9.149h-5.68ZM34.078,6.31h14.2V.63h-14.2ZM25.558.63h5.68V6.31h-5.68ZM17.039,26.188h5.68V.63h-5.68Zm-8.519-5.68H14.2V.63H8.519ZM0,26.188H5.68V.63H0Zm34.078,0h5.68V9.149h-5.68Z" transform="translate(0 -0.607)" fill="%23fff"/><g id="Group_14906" data-name="Group 14906" transform="translate(53.959 14.932)"><path id="Path_53063" data-name="Path 53063" d="M1520.07,420.63h4.677a3.731,3.731,0,0,1,2.785,1,3.409,3.409,0,0,1,.953,2.428,3.23,3.23,0,0,1-3.56,3.366H1522.3v3.858h-2.234V420.63Zm2.234,5.034h2.234a1.52,1.52,0,0,0,1.728-1.594,1.489,1.489,0,0,0-1.7-1.564H1522.3Z" transform="translate(-1520.07 -420.63)" fill="%23fff"/><path id="Path_53064" data-name="Path 53064" d="M1784.775,424.637h.045a2.435,2.435,0,0,1,2.219-1.207,2.629,2.629,0,0,1,2.636,2.86v4.99h-2.025v-4.692a1.272,1.272,0,0,0-1.326-1.4,1.6,1.6,0,0,0-1.549,1.757v4.334h-2.025V420.63h2.025v4.007Z" transform="translate(-1773.426 -420.63)" fill="%23fff"/><path id="Path_53065" data-name="Path 53065" d="M1992.059,513.939h.715c.8,0,1.132-.417,1.132-1.042a6.622,6.622,0,0,0-.581-2.07l-2.055-5.436h2.13l1.132,3.44c.238.7.492,1.668.492,1.668h.03s.208-.968.447-1.668l1.072-3.44h2.04l-2.666,7.834c-.581,1.7-1.147,2.309-2.7,2.309h-1.192v-1.594Z" transform="translate(-1974.543 -502.381)" fill="%23fff"/><path id="Path_53066" data-name="Path 53066" d="M2201.89,504.887h1.877a1.469,1.469,0,0,0,1.668,1.266c.893,0,1.4-.343,1.4-.879,0-.73-.968-.8-2.01-1.013-1.37-.268-2.711-.64-2.711-2.309,0-1.653,1.37-2.443,3.113-2.443,2.01,0,3.128,1,3.277,2.532h-1.832c-.09-.819-.611-1.117-1.475-1.117-.789,0-1.311.3-1.311.849,0,.655,1.013.715,2.1.938,1.281.268,2.7.625,2.7,2.413,0,1.534-1.311,2.457-3.217,2.457C2203.246,507.583,2202.009,506.51,2201.89,504.887Z" transform="translate(-2177.687 -496.71)" fill="%23fff"/><path id="Path_53067" data-name="Path 53067" d="M2418.81,420.63h2.026v1.817h-2.026Zm0,3.008h2.026v7.641h-2.026Z" transform="translate(-2386.907 -420.63)" fill="%23fff"/><path id="Path_53068" data-name="Path 53068" d="M2502.31,503.546a3.768,3.768,0,0,1,3.813-4.036,3.244,3.244,0,0,1,3.47,2.8h-1.981a1.4,1.4,0,0,0-1.4-1.177c-1.221,0-1.847.938-1.847,2.413,0,1.445.581,2.413,1.817,2.413a1.426,1.426,0,0,0,1.534-1.3h1.951a3.2,3.2,0,0,1-3.44,2.919A3.8,3.8,0,0,1,2502.31,503.546Z" transform="translate(-2467.443 -496.71)" fill="%23fff"/><path id="Path_53069" data-name="Path 53069" d="M2723,504.887h1.877a1.469,1.469,0,0,0,1.668,1.266c.893,0,1.4-.343,1.4-.879,0-.73-.968-.8-2.01-1.013-1.37-.268-2.711-.64-2.711-2.309,0-1.653,1.37-2.443,3.113-2.443,2.01,0,3.127,1,3.277,2.532h-1.832c-.089-.819-.611-1.117-1.474-1.117-.79,0-1.311.3-1.311.849,0,.655,1.013.715,2.1.938,1.281.268,2.7.625,2.7,2.413,0,1.534-1.311,2.457-3.217,2.457C2724.355,507.583,2723.119,506.51,2723,504.887Z" transform="translate(-2680.299 -496.71)" fill="%23fff"/></g><g id="Group_14907" data-name="Group 14907" transform="translate(53.959)"><path id="Path_53070" data-name="Path 53070" d="M1520.08.63h4.155c2.845,0,4.677,2.294,4.677,5.436a5.341,5.341,0,0,1-1.7,4.185,4.756,4.756,0,0,1-3.157,1.028h-3.977Zm3.827,8.787c2.026,0,2.815-1.236,2.815-3.351s-.923-3.59-2.755-3.59h-1.728V9.417Z" transform="translate(-1520.08 -0.607)" fill="%23fff"/><path id="Path_53071" data-name="Path 53071" d="M1786.93,83.532a3.781,3.781,0,0,1,3.768-4.022c2.458,0,3.768,1.877,3.768,4.6h-5.541a1.9,1.9,0,0,0,1.951,1.907,1.426,1.426,0,0,0,1.474-.938h2a3.279,3.279,0,0,1-3.455,2.5A3.782,3.782,0,0,1,1786.93,83.532Zm2.026-.819h3.4a1.611,1.611,0,0,0-1.623-1.638A1.7,1.7,0,0,0,1788.956,82.712Z" transform="translate(-1777.458 -76.687)" fill="%23fff"/><path id="Path_53072" data-name="Path 53072" d="M2025.67,79.709h1.951v.953h.045a2.671,2.671,0,0,1,2.249-1.162c2.025,0,3.322,1.653,3.322,4.036,0,2.472-1.34,4.036-3.307,4.036a2.46,2.46,0,0,1-2.2-1.087h-.03v3.366h-2.026V79.709Zm5.511,3.888c0-1.445-.507-2.457-1.758-2.457-1.266,0-1.772,1.087-1.772,2.457s.64,2.294,1.847,2.294C2030.525,85.89,2031.181,85.041,2031.181,83.6Z" transform="translate(-2007.723 -76.678)" fill="%23fff"/><path id="Path_53073" data-name="Path 53073" d="M2259.7,86.906h-.03a2.342,2.342,0,0,1-2.249,1.028c-1.564,0-2.666-.819-2.666-2.339,0-1.683,1.37-2.219,3.068-2.457,1.266-.179,1.847-.283,1.847-.864,0-.551-.432-.908-1.281-.908-.953,0-1.415.343-1.475,1.072h-1.8c.059-1.34,1.057-2.517,3.292-2.517,2.293,0,3.217,1.028,3.217,2.815v3.887c0,.581.089.923.268,1.057v.075h-1.951A2.075,2.075,0,0,1,2259.7,86.906Zm.015-1.847V83.912a5.64,5.64,0,0,1-1.415.447c-1.057.238-1.579.477-1.579,1.192s.477.968,1.192.968C2259.069,86.519,2259.71,85.8,2259.71,85.059Z" transform="translate(-2228.671 -77.083)" fill="%23fff"/><path id="Path_53074" data-name="Path 53074" d="M2486.221,84.181h.045a2,2,0,0,1,1.877-1.311,1.321,1.321,0,0,1,.477.06V84.7h-.045a1.925,1.925,0,0,0-2.279,2.175V90.6h-2.025V82.959h1.951v1.221Z" transform="translate(-2450.044 -79.928)" fill="%23fff"/><path id="Path_53075" data-name="Path 53075" d="M2621.03,20.633h1.058V18.25h1.981v2.383h1.31v1.34h-1.31v4.051a.67.67,0,0,0,.759.76c.253,0,.6-.015.6-.015v1.489s-.462.03-1.266.03c-.983,0-2.07-.387-2.07-1.832V21.973h-1.057v-1.34Z" transform="translate(-2581.949 -17.602)" fill="%23fff"/><path id="Path_53076" data-name="Path 53076" d="M2772.92,79.709h1.951v1.028h.045a2.5,2.5,0,0,1,2.219-1.236,2.28,2.28,0,0,1,2.115,1.34h.03a2.665,2.665,0,0,1,2.294-1.34,2.4,2.4,0,0,1,2.517,2.711v5.139h-2.025v-4.8c0-.864-.432-1.311-1.177-1.311-.849,0-1.37.655-1.37,1.668V87.35h-2.026v-4.8c0-.864-.432-1.311-1.177-1.311-.819,0-1.37.655-1.37,1.668V87.35h-2.025V79.709Z" transform="translate(-2728.447 -76.678)" fill="%23fff"/><path id="Path_53077" data-name="Path 53077" d="M3112.36,83.532a3.781,3.781,0,0,1,3.768-4.022c2.457,0,3.768,1.877,3.768,4.6h-5.541a1.9,1.9,0,0,0,1.951,1.907,1.426,1.426,0,0,0,1.475-.938h2a3.279,3.279,0,0,1-3.455,2.5A3.782,3.782,0,0,1,3112.36,83.532Zm2.026-.819h3.4a1.611,1.611,0,0,0-1.624-1.638A1.7,1.7,0,0,0,3114.386,82.712Z" transform="translate(-3055.838 -76.687)" fill="%23fff"/><path id="Path_53078" data-name="Path 53078" d="M3353.1,80.751h.045a2.483,2.483,0,0,1,2.264-1.251,2.629,2.629,0,0,1,2.636,2.86v4.99h-2.025V82.658a1.272,1.272,0,0,0-1.325-1.4,1.6,1.6,0,0,0-1.549,1.757V87.35h-2.026V79.709h1.981v1.043Z" transform="translate(-3286.122 -76.678)" fill="%23fff"/><path id="Path_53079" data-name="Path 53079" d="M3564.66,20.633h1.058V18.25h1.981v2.383h1.31v1.34h-1.31v4.051a.67.67,0,0,0,.759.76c.254,0,.6-.015.6-.015v1.489s-.462.03-1.266.03c-.983,0-2.07-.387-2.07-1.832V21.973h-1.057Z" transform="translate(-3492.083 -17.602)" fill="%23fff"/><path id="Path_53080" data-name="Path 53080" d="M3776.55,83.546a3.992,3.992,0,1,1,3.992,4.036A3.885,3.885,0,0,1,3776.55,83.546Zm5.928,0c0-1.489-.7-2.5-1.937-2.5s-1.936,1.013-1.936,2.5.685,2.487,1.936,2.487S3782.478,85.036,3782.478,83.546Z" transform="translate(-3696.45 -76.687)" fill="%23fff"/><path id="Path_53081" data-name="Path 53081" d="M4011.09,3.025h1.042V2.34c0-1.862,1.445-2.517,3.4-2.309V1.6c-.953-.045-1.37.075-1.37.864v.566h1.37v1.4h-1.37v6.241h-2.025V4.426h-1.042v-1.4Z" transform="translate(-3922.665 0.006)" fill="%23fff"/></g></g></g></svg>');
  }
}

.mobile-menu-wrapper {
  width: 37rem;
  background-color: #303c6c;
  position: fixed;
  right: 0;
  z-index: 50;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 93px;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
body.ctp-page .mobile-menu-wrapper {
  background-color: #edeef2;
}
@media (max-width: 767.98px) {
  .mobile-menu-wrapper {
    width: 100%;
  }
}
.admin-bar .mobile-menu-wrapper {
  top: 127px;
}
@media (max-width: 782px) {
  .admin-bar .mobile-menu-wrapper {
    top: 140px;
  }
}
.mobile-menu-wrapper .navbar-nav {
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-top: 0;
}
.mobile-menu-wrapper .navbar-nav ul {
  padding: 0;
  border: 0;
}
.mobile-menu-wrapper .navbar-nav li {
  margin: 0 !important;
  position: relative;
}
.mobile-menu-wrapper .navbar-nav li a {
  padding: 1.4rem 7.5rem 1.3rem 3rem;
  color: #fff;
  display: block;
}
body.ctp-page .mobile-menu-wrapper .navbar-nav li a {
  color: #151c41;
  margin-bottom: 0.6rem;
}
.mobile-menu-wrapper .navbar-nav:first-child > li > a:first-child {
  font-size: 2.6rem;
}
.mobile-menu-wrapper .navbar-nav > li > ul {
  background-color: #151c41 !important;
  font-size: 1.8rem;
  padding: 1.6rem 0;
  margin-top: 0.8rem;
  margin-bottom: 2.2rem;
}
.mobile-menu-wrapper .navbar-nav > li > ul a {
  padding: 1.2rem 7.5rem 1.1rem 3rem;
}
body.ctp-page .mobile-menu-wrapper .navbar-nav > li > ul a {
  color: #fff;
}
.mobile-menu-wrapper .navbar-nav > li > ul ul {
  background-color: #151c41 !important;
  font-size: 1.6rem;
  font-weight: 400;
  margin: -1rem 0 1.5rem;
}
.mobile-menu-wrapper .navbar-nav > li > ul ul a {
  padding: 0.8rem 7.5rem 0.7rem 3rem;
}
.mobile-menu-wrapper .navbar-nav:last-child:not(:first-child) {
  margin-top: 2rem;
}
.mobile-menu-wrapper .navbar-nav:last-child:not(:first-child) > li > a {
  padding: 0.5rem 7.5rem 0.5rem 3rem;
  font-size: 1.6rem;
}
.mobile-menu-wrapper .navbar-nav:last-child:not(:first-child) .search-form-toggle {
  margin-bottom: 4rem;
}
.mobile-menu-wrapper .navbar-nav:last-child:not(:first-child) .searchform {
  float: none !important;
  margin-left: 2rem;
  margin-bottom: 4rem;
}
.mobile-menu-wrapper .navbar-nav:last-child:not(:first-child) .searchform input[type=text] {
  height: 4rem;
  width: calc(100% - 4rem);
  padding-right: 4rem;
  background-size: 2rem;
}
.mobile-menu-wrapper .navbar-nav a.caret {
  float: right;
  margin: 1.5rem 4.2rem 0 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: -0.5rem;
}
.mobile-menu-wrapper .navbar-nav a.caret:before {
  width: 4px;
  height: 18px;
  left: 1px;
}
body.ctp-page .mobile-menu-wrapper .navbar-nav a.caret:before {
  background-color: #151c41;
}
.mobile-menu-wrapper .navbar-nav a.caret:after {
  width: 18px;
  height: 4px;
  left: 1px;
}
body.ctp-page .mobile-menu-wrapper .navbar-nav a.caret:after {
  background-color: #151c41;
}

.mobile-navigation.show .mobile-menu-wrapper {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: none !important;
  transition: none !important;
}

.navbar-toggler {
  border: none;
  border-radius: 0;
  width: 37rem;
  height: 9.5rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 4rem 0 0 !important;
}
@media (max-width: 767.98px) {
  .navbar-toggler {
    padding: 0 2.1rem 0 0 !important;
  }
}
.navbar-toggler .navbar-toggler-line {
  display: block;
  height: 5px;
  width: 30px;
  background: #303c6c;
  margin-bottom: 6px;
  float: right;
  clear: both;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transform: none;
          transform: none;
}
.navbar-toggler .navbar-toggler-line:nth-child(2) {
  opacity: 1;
}
.navbar-toggler .navbar-toggler-line:nth-child(3) {
  margin-bottom: 0px;
}
.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus {
  outline: none;
}
.navbar-toggler[aria-expanded=true] {
  background: #303c6c;
}
body.ctp-page .navbar-toggler[aria-expanded=true] {
  background: #edeef2;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-line {
  background: #fff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body.ctp-page .navbar-toggler[aria-expanded=true] .navbar-toggler-line {
  background-color: #151c41;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-line:nth-child(2) {
  opacity: 0;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-line:nth-child(1) {
  -webkit-transform: translate(0px, 10px) rotate(-45deg);
          transform: translate(0px, 10px) rotate(-45deg);
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-line:nth-child(3) {
  -webkit-transform: translate(0px, -12px) rotate(45deg);
          transform: translate(0px, -12px) rotate(45deg);
}

.footer__social a {
  height: 2rem;
  width: 2rem;
  margin: 0 0.5rem;
  background-size: contain;
  -webkit-transition: none;
  transition: none;
}
.footer__social .icon-linkedin {
  background-size: 90%;
  background-position: center top;
}

.utility-navigation {
  margin-top: 0.6rem;
  margin-bottom: -0.6rem;
}

.search-form-toggle {
  background-color: white;
  background-repeat: no-repeat;
  background-position: right center;
  border: 0;
  display: block;
  font-weight: 700;
  color: #303c6c;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  padding: 0.8rem 1.6rem 0.8rem 1rem;
  margin: 0;
  height: 3.4rem;
}
.search-form-toggle:hover {
  color: #006eec;
  text-decoration: underline;
}
@media (max-width: 1079.98px) {
  .search-form-toggle, .search-form-toggle:hover {
    color: #fff;
    background-color: transparent;
    font-size: 1.6rem;
    padding: 0 2.2rem 0 3rem;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='9.515' height='9.515'%3E%3Cpath d='M4.189 8.378a4.1 4.1 0 002.445-.793l1.93 1.93.951-.951-1.93-1.93a4.127 4.127 0 00.793-2.445 4.189 4.189 0 10-4.189 4.189zm0-7.044a2.841 2.841 0 11-2.841 2.841 2.837 2.837 0 012.841-2.841z' fill='%23fff'/%3E%3C/svg%3E");
  }
}

.utility-navigation nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.utility-navigation nav a {
  color: #303c6c;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.01px;
  padding: 0.8rem 1rem;
}
.utility-navigation nav a:hover {
  color: #006eec;
  text-decoration: underline;
}

.utility-navigation nav .searchform,
.navbar-nav.mobile-menu .searchform {
  display: none;
  opacity: 0;
  position: absolute;
  overflow: hidden;
}
.utility-navigation nav .searchform.active,
.navbar-nav.mobile-menu .searchform.active {
  opacity: 1;
  position: relative;
  display: block;
  float: right;
}
.utility-navigation nav .searchform label,
.navbar-nav.mobile-menu .searchform label {
  margin: 0;
}
.utility-navigation nav .searchform input[type=submit],
.navbar-nav.mobile-menu .searchform input[type=submit] {
  display: none;
}
.utility-navigation nav .searchform input[type=text],
.navbar-nav.mobile-menu .searchform input[type=text] {
  background-repeat: no-repeat;
  background-position: right 0.6rem center;
  background-color: #edeef2;
  background-size: 1rem;
  color: #303c6c;
  margin-right: -135px;
  text-transform: none;
  border: 0;
  height: 2.2rem;
  width: 11.3rem;
  margin-left: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  margin-top: 0.6rem;
  padding-left: 0.5rem;
  padding-right: 2rem;
}
.utility-navigation nav .searchform input[type=text]::-webkit-input-placeholder,
.navbar-nav.mobile-menu .searchform input[type=text]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #303c6c;
}
.utility-navigation nav .searchform input[type=text]:-moz-placeholder,
.navbar-nav.mobile-menu .searchform input[type=text]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #303c6c;
}
.utility-navigation nav .searchform input[type=text]::-moz-placeholder,
.navbar-nav.mobile-menu .searchform input[type=text]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #303c6c;
}
.utility-navigation nav .searchform input[type=text]:-ms-input-placeholder,
.navbar-nav.mobile-menu .searchform input[type=text]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #303c6c;
}
.utility-navigation nav .searchform input[type=text]:focus,
.navbar-nav.mobile-menu .searchform input[type=text]:focus {
  outline: none;
}

#content.content-wrapper--homepage {
  background-color: #fff;
}

.homepage__main-feature {
  margin-top: 8rem;
}
@media (max-width: 1079.98px) {
  .homepage__main-feature {
    margin-top: 3rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__main-feature {
    background-color: #edeef2;
    margin-top: 0;
  }
}

.homepage__main-feature-copy {
  background-color: #edeef2;
  padding: 0 7.6rem;
  margin-right: 3.5rem;
  height: calc(100% - 6.2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1079.98px) {
  .homepage__main-feature-copy {
    height: auto;
    margin-right: 0;
    padding: 9rem 4.3rem 5.2rem;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .homepage__main-feature-copy {
    padding: 4.5rem 0 3.2rem;
  }
}

h2.homepage__main-feature-title {
  color: #e61e50;
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 8.1rem;
  margin-top: auto;
}
@media (max-width: 1079.98px) {
  h2.homepage__main-feature-title {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  h2.homepage__main-feature-title {
    font-size: 4.2rem;
    line-height: 4.6rem;
    margin-bottom: 1.4rem;
  }
}

.homepage__main-feature-description {
  font-size: 1.8rem;
  line-height: 2.5rem;
  max-width: 37rem;
  margin-bottom: auto;
}
@media (max-width: 1079.98px) {
  .homepage__main-feature-description {
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  .homepage__main-feature-description {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.homepage__main-feature-links {
  padding-top: 6.5rem;
  min-height: 55rem;
}
.homepage__main-feature-links li {
  margin-bottom: 1.1rem;
}
@media (max-width: 1079.98px) {
  .homepage__main-feature-links {
    margin: 0;
    min-height: unset;
    background-color: #edeef2;
    padding: 0 4.3rem 3.5rem;
    position: relative;
    z-index: 3;
  }
  .homepage__main-feature-links li {
    margin-bottom: 1.6rem;
    max-width: calc(100% - 14rem);
  }
  .homepage__main-feature-links:after {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='234.438' height='290.861'%3E%3Cg data-name='Group 731'%3E%3Cpath data-name='Path 830' d='M198.525 0l-1.261 2.65-44.761 94.078h39.368L234.437 0z' fill='%23e6e600'/%3E%3Cpath data-name='Path 831' d='M191.871 96.729h-39.368l44.442 97.179h37.492z' fill='%23ffb800'/%3E%3Cpath data-name='Path 832' d='M152.503 96.728L197.264 2.65l1.185-2.649h-37.168l-47.552 96.728 45.922 97.179h37.295l-44.442-97.179' fill='%23e61e50'/%3E%3C/g%3E%3Cg data-name='Group 732'%3E%3Cpath data-name='Path 833' d='M35.913 290.862l1.261-2.65 44.763-94.079H42.566L0 290.862z' fill='%231ee6aa'/%3E%3Cpath data-name='Path 834' d='M42.566 194.133h39.371L37.492 96.956H0z' fill='%23006eec'/%3E%3Cpath data-name='Path 835' d='M81.937 194.134l-44.761 94.078-1.185 2.649h37.166l47.552-96.728-45.922-97.177H37.492l44.445 97.177' fill='%23303c6c'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    content: "";
    width: 20rem;
    height: 25rem;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    bottom: -0.1rem;
    right: -4rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__main-feature-links {
    padding: 0 0 2rem;
  }
  .homepage__main-feature-links li {
    max-width: calc(100% - 4rem);
  }
  .homepage__main-feature-links:after {
    width: 12.5rem;
    height: 15.5rem;
    bottom: -5.2rem;
    right: -2rem;
  }
}

.homepage__main-feature-links-scroll {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  height: 4.2rem;
  margin-top: 5.2rem;
  width: 2.8rem;
}
@media (max-width: 767.98px) {
  .homepage__main-feature-links-scroll {
    height: 3rem;
    width: 2rem;
    margin-top: 2.6rem;
  }
}

.homepage__spotlight {
  position: absolute;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1079.98px) {
  .homepage__spotlight {
    position: relative;
    z-index: 2;
  }
}

.homepage__spotlight-item {
  background-color: #fff;
  margin-top: calc((-100% - 4rem) * 0.711864);
  width: calc(100% + 4rem);
}
@media (max-width: 1079.98px) {
  .homepage__spotlight-item {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .homepage__spotlight-item {
    display: block;
    width: 100%;
  }
}

.homepage__spotlight-copy {
  padding: 8.7rem 4.2rem 5.5rem;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .homepage__spotlight-copy {
    background: #fff;
    width: calc(50% + 4rem);
    padding: 3.4rem 3.6rem 3.2rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__spotlight-copy {
    padding: 5.5rem 200rem 3.8rem;
    position: relative;
    margin: 0 -198rem;
    background: #fff;
  }
}

.homepage__spotlight-label {
  background-color: #1ee6aa;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.85rem 1.8rem 0.85rem 4.2rem;
  text-transform: uppercase;
  letter-spacing: 0.54px;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-weight: 800;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .homepage__spotlight-label {
    left: calc(-100% + 8rem);
    padding: 0.85rem 1.8rem 0.85rem 2.2rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__spotlight-label {
    padding: 0.8rem 1.8rem 0.7rem 2.2rem;
    left: 198rem;
  }
}

h2.homepage__spotlight-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
}
h2.homepage__spotlight-title a {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  h2.homepage__spotlight-title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

@media (min-width: 768px) and (max-width: 1079.98px) {
  .homepage__spotlight-image {
    width: calc(50% - 4rem);
    overflow: hidden;
  }
  .homepage__spotlight-image img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.homepage__spotlight-description {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
@media (max-width: 767.98px) {
  .homepage__spotlight-description {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.homepage__research-areas-background-image {
  background-color: #303c6c;
  background-blend-mode: multiply;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .homepage__research-areas-background-image {
    margin-top: -11rem;
  }
}

.homepage__research-areas-content {
  color: #fff;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 62.4rem;
  position: relative;
}
@media (max-width: 1079.98px) {
  .homepage__research-areas-content {
    min-height: 54rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__research-areas-content {
    min-height: unset;
  }
}
.homepage__research-areas-content:after {
  content: "";
  width: 23.5rem;
  height: 29.2rem;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -22.2rem;
  right: -0.7rem;
}
@media (max-width: 1079.98px) {
  .homepage__research-areas-content:after {
    display: none;
  }
}

h2.homepage__research-areas-title {
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 8.1rem;
  margin-top: 13.3rem;
  margin-bottom: 1.3rem;
}
@media (max-width: 1079.98px) {
  h2.homepage__research-areas-title {
    font-size: 5.5rem;
    line-height: 6rem;
    margin-top: 22rem;
  }
}
@media (max-width: 767.98px) {
  h2.homepage__research-areas-title {
    font-size: 3rem;
    line-height: 3.6rem;
    margin-top: 5.2rem;
    margin-bottom: 0.5rem;
  }
}

.homepage__research-areas-description {
  line-height: 2.5rem;
  max-width: 37rem;
}
@media (max-width: 1079.98px) {
  .homepage__research-areas-description {
    max-width: 50rem;
  }
}

.homepage__research-areas-scroll {
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  height: 4.2rem;
  width: 3.8rem;
}
@media (max-width: 1079.98px) {
  .homepage__research-areas-scroll {
    display: none;
  }
}

.homepage__research-areas-content-top {
  margin: auto 0;
}

.homepage__research-areas-link {
  margin-top: auto;
  margin-bottom: 5rem;
}
@media (max-width: 1079.98px) {
  .homepage__research-areas-link {
    margin-bottom: 7rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__research-areas-link {
    margin: 3.4rem 0 7.6rem;
  }
}

.homepage__programs {
  background-color: #edeef2;
  padding-top: 2rem;
  padding-bottom: 19.5rem;
}
@media (max-width: 1079.98px) {
  .homepage__programs {
    padding-bottom: 11.8rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__programs {
    padding-bottom: 14.5rem;
  }
}

.homepage__programs-title-wrapper {
  background-repeat: no-repeat;
  background-size: 104%;
  background-position: left 32% bottom 3rem;
}
@media (max-width: 767.98px) {
  .homepage__programs-title-wrapper {
    background: none;
  }
}

h2.homepage__programs-title {
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 8.1rem;
  padding-top: calc(100vw * .11);
}
@media (max-width: 1079.98px) {
  h2.homepage__programs-title {
    font-size: 5.5rem;
    line-height: 7rem;
  }
}
@media (max-width: 767.98px) {
  h2.homepage__programs-title {
    font-size: 3rem;
    line-height: 3.6rem;
    padding-top: 3.2rem;
  }
}

.homepage__programs-programs {
  margin-top: 4.5rem;
}
@media (max-width: 1079.98px) {
  .homepage__programs-programs {
    margin-top: 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__programs-programs {
    margin-top: 1.2rem;
  }
}
.homepage__programs-programs .row, .homepage__programs-programs #lwe {
  margin-bottom: 2rem;
}
@media (max-width: 1079.98px) {
  .homepage__programs-programs .row > .col:first-child, .homepage__programs-programs #lwe > .col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(62.5% - 2rem);
            flex: 0 0 calc(62.5% - 2rem);
  }
}
@media (max-width: 767.98px) {
  .homepage__programs-programs .row > .col:first-child, .homepage__programs-programs #lwe > .col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media (max-width: 1079.98px) {
  .homepage__programs-programs .row > .col:last-child, .homepage__programs-programs #lwe > .col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(37.5% + 2rem);
            flex: 0 0 calc(37.5% + 2rem);
  }
}
@media (max-width: 767.98px) {
  .homepage__programs-programs .row > .col:last-child, .homepage__programs-programs #lwe > .col:last-child {
    display: none;
  }
}
.homepage__programs-programs .row:first-child .homepage__programs-program-image, .homepage__programs-programs #lwe:first-child .homepage__programs-program-image {
  border-left: solid #ffb800 13px;
}
@media (max-width: 767.98px) {
  .homepage__programs-programs .row:first-child .homepage__programs-program, .homepage__programs-programs #lwe:first-child .homepage__programs-program {
    border-bottom: solid #ffb800 13px;
  }
}
.homepage__programs-programs .row:nth-child(2) .homepage__programs-program-image, .homepage__programs-programs #lwe:nth-child(2) .homepage__programs-program-image {
  border-left: solid #e6e600 13px;
}
.homepage__programs-programs .row:nth-child(2) .homepage__programs-program:after, .homepage__programs-programs #lwe:nth-child(2) .homepage__programs-program:after {
  background-color: #e6e600;
}
@media (max-width: 767.98px) {
  .homepage__programs-programs .row:nth-child(2) .homepage__programs-program, .homepage__programs-programs #lwe:nth-child(2) .homepage__programs-program {
    border-bottom: solid #e6e600 13px;
  }
}
.homepage__programs-programs .row:nth-child(3) .homepage__programs-program-image, .homepage__programs-programs #lwe:nth-child(3) .homepage__programs-program-image {
  border-left: solid #1ee6aa 13px;
}
.homepage__programs-programs .row:nth-child(3) .homepage__programs-program:after, .homepage__programs-programs #lwe:nth-child(3) .homepage__programs-program:after {
  background-color: #1ee6aa;
}
@media (max-width: 767.98px) {
  .homepage__programs-programs .row:nth-child(3) .homepage__programs-program, .homepage__programs-programs #lwe:nth-child(3) .homepage__programs-program {
    border-bottom: solid #1ee6aa 13px;
  }
}

a.homepage__programs-program {
  background-color: #fff;
  color: #303c6c;
  display: block;
  height: 100%;
  padding: 5.4rem 10rem 4.2rem 6.1rem;
  position: relative;
  width: calc(100% + 4rem);
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  a.homepage__programs-program {
    padding: 2.7rem 4.1rem 12.9rem;
    min-height: 32rem;
  }
}
@media (max-width: 767.98px) {
  a.homepage__programs-program {
    width: 100%;
    padding: 2.7rem 2.6rem 5.5rem;
  }
}
a.homepage__programs-program:after {
  background-repeat: no-repeat;
  background-position: right 3.5rem bottom 1.7rem;
  content: "";
  height: 6.2rem;
  width: 7.5rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ffb800;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
@media (max-width: 767.98px) {
  a.homepage__programs-program:after {
    background-size: 1.2rem;
    background-position: right 1.6rem bottom 1.2rem;
    width: 4.5rem;
    height: 4.5rem;
  }
}
a.homepage__programs-program:hover {
  text-decoration: none !important;
}
a.homepage__programs-program:hover:after {
  height: 100%;
  width: 100%;
}

h3.homepage__programs-program-title {
  font-size: 4rem;
  line-height: 4.4rem;
  font-weight: 900;
  text-decoration: underline;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  h3.homepage__programs-program-title {
    font-size: 2.5rem;
    line-height: 3.2rem;
  }
}

.homepage__programs-program-description {
  line-height: 2.5rem;
  max-width: 42.7rem;
  position: relative;
  z-index: 1;
}

.homepage__programs-program-image {
  width: calc(100% + 5.3rem);
  margin-left: -1.3rem;
}
@media (max-width: 1079.98px) {
  .homepage__programs-program-image {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .homepage__programs-program-image img {
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
  }
}

.homepage__faculty {
  margin-bottom: 10rem;
}
@media (max-width: 1079.98px) {
  .homepage__faculty {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__faculty {
    margin-bottom: 0;
    padding-bottom: 1.5rem;
    background: #fff;
  }
  .homepage__faculty .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.homepage__faculty-image {
  padding-bottom: 9.7rem;
  width: calc(100% + 8rem);
  margin-top: -8rem;
  margin-left: -4rem;
}
@media (max-width: 1079.98px) {
  .homepage__faculty-image {
    margin-top: -4.5rem;
    width: calc(100% + 4rem);
  }
}
@media (max-width: 767.98px) {
  .homepage__faculty-image {
    width: 100%;
    margin: -12rem 0;
  }
}
.homepage__faculty-image:after {
  content: "";
  display: block;
  width: 23.5rem;
  height: 29.1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 2.5rem;
}
@media (max-width: 1079.98px) {
  .homepage__faculty-image:after {
    bottom: 1.3rem;
    width: 20rem;
    height: 25rem;
    left: -2rem;
  }
}
@media (max-width: 767.98px) {
  .homepage__faculty-image:after {
    bottom: -7.1rem;
    width: 11.5rem;
    height: 14.1rem;
    left: unset;
    right: -0.2rem;
  }
}

h2.homepage__faculty-title {
  font-size: 7.2rem;
  font-weight: 900;
  color: #e61e50;
  margin-bottom: 2.8rem;
  margin-top: 9.8rem;
}
@media (max-width: 1079.98px) {
  h2.homepage__faculty-title {
    font-size: 5.5rem;
    line-height: 6rem;
    margin: 8.4rem 0 1.8rem;
  }
}
@media (max-width: 767.98px) {
  h2.homepage__faculty-title {
    font-size: 3rem;
    line-height: 3.6rem;
    margin: 8.4rem 0 0.5rem;
  }
}

.homepage__faculty-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 9rem);
  margin-left: -4rem;
}
@media (max-width: 1079.98px) {
  .homepage__faculty-copy {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .homepage__faculty-copy {
    display: block;
    height: auto;
  }
}

.homepage__faculty-content-top {
  margin: auto 0;
}

.homepage__faculty-description {
  line-height: 2.5rem;
}

.homepage__faculty-link {
  margin-top: auto;
  margin-bottom: 6rem;
}
@media (max-width: 1079.98px) {
  .homepage__faculty-link {
    margin-top: 5.8rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .homepage__faculty-link {
    margin-top: 3rem;
  }
}

.related-posts.related-posts--homepage, .related-posts.related-posts--research-area, .related-posts.related-posts--ctp,
.related-posts.journal__featured-stories {
  background-color: #edeef2;
  padding-bottom: 7.8rem;
}
@media (max-width: 1079.98px) {
  .related-posts.related-posts--homepage, .related-posts.related-posts--research-area, .related-posts.related-posts--ctp,
.related-posts.journal__featured-stories {
    padding-top: 4.4rem;
    padding-bottom: 3rem;
    border-top: 1.6rem solid #fff;
  }
}
@media (max-width: 767.98px) {
  .related-posts.related-posts--homepage, .related-posts.related-posts--research-area, .related-posts.related-posts--ctp,
.related-posts.journal__featured-stories {
    border-top: 4.3rem solid #fff;
  }
}
@media (min-width: 1080px) {
  .related-posts.related-posts--homepage h2, .related-posts.related-posts--research-area h2, .related-posts.related-posts--ctp h2,
.related-posts.related-posts--homepage .col:first-child .news-card picture,
.related-posts.related-posts--research-area .col:first-child .news-card picture,
.related-posts.related-posts--ctp .col:first-child .news-card picture,
.related-posts.related-posts--homepage .col:first-child .journal-card picture,
.related-posts.related-posts--research-area .col:first-child .journal-card picture,
.related-posts.related-posts--ctp .col:first-child .journal-card picture,
.related-posts.journal__featured-stories h2,
.related-posts.journal__featured-stories .col:first-child .news-card picture,
.related-posts.journal__featured-stories .col:first-child .journal-card picture {
    display: block;
    background-color: #fff;
    padding: 0 3000px;
    margin: 0 -3000px;
  }
}
.related-posts.related-posts--homepage h2, .related-posts.related-posts--research-area h2, .related-posts.related-posts--ctp h2,
.related-posts.journal__featured-stories h2 {
  padding-bottom: 2.8rem;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .related-posts.related-posts--homepage h2, .related-posts.related-posts--research-area h2, .related-posts.related-posts--ctp h2,
.related-posts.journal__featured-stories h2 {
    padding-bottom: 2rem;
  }
}

@media (max-width: 767.98px) {
  .related-posts--homepage .related-posts__cards .col, .related-posts.related-posts--research-area .related-posts__cards .col, .related-posts.related-posts--ctp .related-posts__cards .col {
    display: none;
  }
  .related-posts--homepage .related-posts__cards .col:first-child, .related-posts.related-posts--research-area .related-posts__cards .col:first-child, .related-posts.related-posts--ctp .related-posts__cards .col:first-child {
    display: block;
  }
}

@media (min-width: 768px) {
  .related-posts__all-link {
    position: absolute;
    width: 100%;
    bottom: 3.5rem;
    right: 2rem;
  }
}
@media (max-width: 767.98px) {
  .related-posts__all-link {
    text-align: left !important;
    margin-bottom: 2.5rem;
  }
}

.news-landing__header {
  background-color: #303c6c;
  padding-bottom: 10.5rem;
}
@media (max-width: 1079.98px) {
  .news-landing__header {
    padding-bottom: 9rem;
  }
}
@media (max-width: 767.98px) {
  .news-landing__header {
    padding-bottom: 7rem;
  }
}
.news-landing__header h1 {
  background-color: #3cf7ff;
  font-weight: 800;
  font-size: 1.8rem;
  letter-spacing: 0.54px;
  line-height: 2.3rem;
  text-transform: uppercase;
  padding-left: 200rem;
  margin-left: -200rem;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 3rem;
  padding-bottom: 1rem;
  margin-top: 9rem;
}
@media (max-width: 1079.98px) {
  .news-landing__header h1 {
    margin-top: 5.7rem;
  }
}
@media (max-width: 767.98px) {
  .news-landing__header h1 {
    margin-top: 3rem;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    padding-bottom: 0.6rem;
    padding-top: 0.9rem;
  }
}

body.page .news-landing__gutenberg-body.gutenberg-body {
  min-height: 40rem;
}
body.page .news-landing__gutenberg-body.gutenberg-body .row > .col-12, body.page .news-landing__gutenberg-body.gutenberg-body #lwe .row > .lwe, #lwe body.page .news-landing__gutenberg-body.gutenberg-body .row > .lwe, body.page .news-landing__gutenberg-body.gutenberg-body #lwe > .col-12, body.page .news-landing__gutenberg-body.gutenberg-body #lwe > .lwe {
  margin-bottom: 2.2rem;
}
@media (max-width: 1079.98px) {
  body.page .news-landing__gutenberg-body.gutenberg-body {
    background-color: #edeef2;
  }
}

.news-landing__feature {
  margin-top: 7.8rem;
}
@media (max-width: 1079.98px) {
  .news-landing__feature {
    margin-top: 3.2rem;
  }
}

.news-landing__feature-image {
  width: calc(100% + 4rem);
  height: 100%;
  background-color: #fff;
}
.news-landing__feature-image img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .news-landing__feature-image {
    width: 62.5%;
    margin-bottom: -13.5rem;
  }
}
@media (max-width: 767.98px) {
  .news-landing__feature-image {
    width: 100%;
    position: relative;
  }
  .news-landing__feature-image picture {
    position: relative;
    z-index: 1;
  }
  .news-landing__feature-image .news-landing__feature-image-mobile-chevrons:after, .news-landing__feature-image .news-landing__feature-image-mobile-chevrons:before {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='86.44' height='86.192'%3E%3Cg data-name='Group 1'%3E%3Cpath data-name='Path 1' d='M86.44 43.095v-43.1h-.305l-43.1 43.1h.305v43.1h43.1z' fill='%23006eec'/%3E%3Cpath data-name='Path 2' d='M86.135 0H0v43.1h43.038z' fill='%231ee6aa'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    width: 3.8rem;
    height: 3.8rem;
    display: block;
    position: absolute;
    right: 2.7rem;
    top: 2.7rem;
    z-index: 2;
  }
  .news-landing__feature-image .news-landing__feature-image-mobile-chevrons:after {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='129.597' height='129.288'%3E%3Cg data-name='Group 1'%3E%3Cpath data-name='Path 1' d='M129.23 0H0v43.1h86.135z' fill='%23ffb800'/%3E%3Cpath data-name='Path 2' d='M129.598 43.095v-43.1h-.367l-43.1 43.1h.366v86.192h43.1z' fill='%23e61e50'/%3E%3C/g%3E%3C/svg%3E");
    height: 5.8rem;
    width: 5.8rem;
    top: -1rem;
    right: -1rem;
    z-index: 2;
  }
  .news-landing__feature-image:after {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220.407'%3E%3Cg data-name='Group 4264'%3E%3Cg data-name='Group 4168'%3E%3Cpath data-name='Path 5486' d='M133.316 129.517v-43.1h-.305l-43.1 43.1h.305v43.1h43.1z' fill='%23006eec'/%3E%3Cpath data-name='Path 5488' d='M219.371 0H90.141v43.1h86.135z' fill='%23ffb800'/%3E%3Cpath data-name='Path 5487' d='M133.011 86.422H46.876v43.1h43.038z' fill='%231ee6aa'/%3E%3Cpath data-name='Path 5485' d='M219.739 43.095v-43.1h-.367l-43.1 43.1h.366v86.192h43.1z' fill='%23e61e50'/%3E%3C/g%3E%3Cg data-name='Rectangle 3719' fill='none' stroke='%23006eec'%3E%3Cpath stroke='none' d='M0 .407h220v220H0z'/%3E%3Cpath d='M.5.907h219v219H.5z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    content: "";
    height: 9.5rem;
    width: 9.5rem;
    position: absolute;
    top: -1rem;
    right: -1rem;
    z-index: 0;
  }
}

.news-landing__feature-body-wrapper {
  height: 100%;
}
.news-landing__feature-body-wrapper:after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  content: "";
  height: 22rem;
  width: 22rem;
  position: absolute;
  top: -8.6rem;
  right: -6.6rem;
  z-index: 0;
}
@media (max-width: 1079.98px) {
  .news-landing__feature-body-wrapper:after {
    height: 16.2rem;
    width: 16.2rem;
    top: -9.5rem;
    right: 0.4rem;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media (max-width: 767.98px) {
  .news-landing__feature-body-wrapper:after {
    display: none;
  }
}

.news-landing__feature-body {
  background-position: top right;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #fff;
  padding: 7.5rem 6.3rem 3.2rem 5.9rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .news-landing__feature-body {
    background: #fff;
  }
  .news-landing__feature-body:after {
    content: "";
    display: block;
    width: 6.3rem;
    height: 6.3rem;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='86.44' height='86.192'%3E%3Cg data-name='Group 1'%3E%3Cpath data-name='Path 1' d='M86.44 43.095v-43.1h-.305l-43.1 43.1h.305v43.1h43.1z' fill='%23006eec'/%3E%3Cpath data-name='Path 2' d='M86.135 0H0v43.1h43.038z' fill='%231ee6aa'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -3.1rem;
    right: 4.8rem;
  }
}
@media (max-width: 767.98px) {
  .news-landing__feature-body {
    background: #fff;
    padding: 2rem 2.2rem;
  }
}
.news-landing__feature-body h2 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 4.2rem;
}
.news-landing__feature-body h2 a {
  text-decoration: underline;
}
@media (max-width: 1079.98px) {
  .news-landing__feature-body h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-right: 6rem;
  }
}
@media (max-width: 767.98px) {
  .news-landing__feature-body h2 {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-right: 0;
  }
}
.news-landing__feature-body p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1079.98px) {
  .news-landing__feature-body p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.news-landing__feature-body .news-card__footer, .news-landing__feature-body .journal-card__footer {
  padding: 0;
}

h2.query-exposed__heading {
  position: absolute;
  top: -11.6rem;
  left: 2rem;
}
@media (max-width: 1079.98px) {
  h2.query-exposed__heading {
    top: -10.6rem;
  }
}
@media (max-width: 767.98px) {
  h2.query-exposed__heading {
    padding-right: 5rem;
    cursor: pointer;
    top: -8rem;
  }
  h2.query-exposed__heading:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='22.23' height='22.23'%3E%3Cpath data-name='Union 2' d='M16.4 15.956l-5.056 5.055.073-7.107 6.696-6.434 3.406 3.365zm-5.056 5.055l-.036.036L1.273 11.012 4.59 7.53l6.792 6.408.035-.035z' fill='%23303c6c' stroke='rgba(0,0,0,0)' stroke-miterlimit='10'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    display: block;
    height: 1.5rem;
    width: 1.5rem;
    position: absolute;
    right: 1.3rem;
    top: 1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  h2.query-exposed__heading.open:after {
    top: 1.4rem;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media (min-width: 768px) and (max-width: 1079.98px) {
  .query-news-wrapper .query-wrangler .query-wrangler__form {
    margin: 5.5rem 0 4rem;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .query-news-wrapper .query-wrangler .query-wrangler__form .btn-group {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .query-news-wrapper .query-wrangler .query-wrangler__form .btn-group:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767.98px) {
  .query-news-wrapper .query-wrangler .query-wrangler__form .query-pills {
    padding-top: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .query-news-wrapper .query-wrangler .query-wrangler__form input[type=submit].btn-primary {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 767.98px) {
  .query-news-wrapper .query-wrangler__content {
    margin-top: 4rem;
  }
}

.archive-wrapper .archive-post-item {
  margin-bottom: 20px;
}
.archive-wrapper .archive-post-item .entry-content {
  margin-top: 0;
}

.query-wrangler {
  margin-bottom: 5.6rem;
}
@media (max-width: 767.98px) {
  .query-wrangler {
    margin-bottom: 0;
  }
}
.query-wrangler .grouped-content {
  margin-bottom: 5rem;
}
.query-wrangler .query-wrangler__form {
  margin: 6.5rem 0 4rem;
}
@media (max-width: 767.98px) {
  .query-wrangler .query-wrangler__form {
    margin: 3rem 0 2.5rem;
    min-height: 1px;
  }
  .query-wrangler .query-wrangler__form form {
    margin-top: 2.2rem;
  }
  .query-wrangler .query-wrangler__form input[type=submit] {
    margin-bottom: 3rem;
  }
}
.query-wrangler .query-wrangler__form .btn-group,
.query-wrangler .query-wrangler__form .btn,
.query-wrangler .query-wrangler__form .search-landing-page__form input[type=submit],
.search-landing-page__form .query-wrangler .query-wrangler__form input[type=submit],
.query-wrangler .query-wrangler__form div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit,
div.frm_style_formidable-style.with_frm_style form .query-wrangler .query-wrangler__form .frm_button_submit.frm_final_submit {
  display: block;
  margin-right: 0.5rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .query-wrangler .query-wrangler__form .btn-group {
    width: calc(50% - 2rem);
    margin: 0 0 2.1rem;
  }
  .query-wrangler .query-wrangler__form .btn-group:first-child, .query-wrangler .query-wrangler__form .btn-group:nth-child(2), .query-wrangler .query-wrangler__form .btn-group:nth-child(4) {
    margin-right: 4rem;
  }
}
@media (max-width: 1079.98px) {
  .query-wrangler .query-wrangler__form .btn-group {
    margin: 0 0 2.1rem;
  }
}
@media (max-width: 767.98px) {
  .query-wrangler .query-wrangler__form .btn-group {
    width: 100%;
  }
}
.query-wrangler .query-wrangler__form .btn-break {
  display: none;
}
.query-wrangler .query-wrangler__form .query-checkboxes label {
  display: block;
}
.query-wrangler .query-wrangler__form .btn.dropdown-toggle, .query-wrangler .query-wrangler__form .search-landing-page__form input.dropdown-toggle[type=submit], .search-landing-page__form .query-wrangler .query-wrangler__form input.dropdown-toggle[type=submit], .query-wrangler .query-wrangler__form div.frm_style_formidable-style.with_frm_style form .dropdown-toggle.frm_button_submit.frm_final_submit, div.frm_style_formidable-style.with_frm_style form .query-wrangler .query-wrangler__form .dropdown-toggle.frm_button_submit.frm_final_submit {
  background-color: #fff;
  color: #303c6c;
  font-weight: 900;
  font-size: 2.6rem;
}
.query-wrangler .query-wrangler__form .btn.dropdown-toggle:after, .query-wrangler .query-wrangler__form .search-landing-page__form input.dropdown-toggle[type=submit]:after, .search-landing-page__form .query-wrangler .query-wrangler__form input.dropdown-toggle[type=submit]:after, .query-wrangler .query-wrangler__form div.frm_style_formidable-style.with_frm_style form .dropdown-toggle.frm_button_submit.frm_final_submit:after, div.frm_style_formidable-style.with_frm_style form .query-wrangler .query-wrangler__form .dropdown-toggle.frm_button_submit.frm_final_submit:after {
  border: 0;
  height: 2.1rem;
  width: 2.3rem;
  margin-left: 2rem;
  vertical-align: baseline;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-position: 0 -2px;
}
.query-wrangler .query-wrangler__form .btn.dropdown-toggle[aria-expanded=true]:after, .query-wrangler .query-wrangler__form .search-landing-page__form input.dropdown-toggle[aria-expanded=true][type=submit]:after, .search-landing-page__form .query-wrangler .query-wrangler__form input.dropdown-toggle[aria-expanded=true][type=submit]:after, .query-wrangler .query-wrangler__form div.frm_style_formidable-style.with_frm_style form .dropdown-toggle[aria-expanded=true].frm_button_submit.frm_final_submit:after, div.frm_style_formidable-style.with_frm_style form .query-wrangler .query-wrangler__form .dropdown-toggle[aria-expanded=true].frm_button_submit.frm_final_submit:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: 0 -4px;
}
@media (max-width: 1079.98px) {
  .query-wrangler .query-wrangler__form .btn.dropdown-toggle, .query-wrangler .query-wrangler__form .search-landing-page__form input.dropdown-toggle[type=submit], .search-landing-page__form .query-wrangler .query-wrangler__form input.dropdown-toggle[type=submit], .query-wrangler .query-wrangler__form div.frm_style_formidable-style.with_frm_style form .dropdown-toggle.frm_button_submit.frm_final_submit, div.frm_style_formidable-style.with_frm_style form .query-wrangler .query-wrangler__form .dropdown-toggle.frm_button_submit.frm_final_submit {
    text-align: left;
    width: 100%;
    position: relative;
    margin: 0;
  }
  .query-wrangler .query-wrangler__form .btn.dropdown-toggle:after, .query-wrangler .query-wrangler__form .search-landing-page__form input.dropdown-toggle[type=submit]:after, .search-landing-page__form .query-wrangler .query-wrangler__form input.dropdown-toggle[type=submit]:after, .query-wrangler .query-wrangler__form div.frm_style_formidable-style.with_frm_style form .dropdown-toggle.frm_button_submit.frm_final_submit:after, div.frm_style_formidable-style.with_frm_style form .query-wrangler .query-wrangler__form .dropdown-toggle.frm_button_submit.frm_final_submit:after {
    position: absolute;
    right: 1.8rem;
  }
}
@media (max-width: 767.98px) {
  .query-wrangler .query-wrangler__form .btn.dropdown-toggle, .query-wrangler .query-wrangler__form .search-landing-page__form input.dropdown-toggle[type=submit], .search-landing-page__form .query-wrangler .query-wrangler__form input.dropdown-toggle[type=submit], .query-wrangler .query-wrangler__form div.frm_style_formidable-style.with_frm_style form .dropdown-toggle.frm_button_submit.frm_final_submit, div.frm_style_formidable-style.with_frm_style form .query-wrangler .query-wrangler__form .dropdown-toggle.frm_button_submit.frm_final_submit {
    font-size: 2.2rem;
    padding: 1.8rem 6rem 1.8rem 2.2rem;
  }
}
.query-wrangler .query-wrangler__form .d-none + .btn-primary {
  margin-left: 0.3rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .query-wrangler .query-wrangler__form .d-none + .btn-primary {
    width: auto;
  }
}
@media (max-width: 1079.98px) {
  .query-wrangler .query-wrangler__form .d-none + .btn-primary {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .query-wrangler .query-wrangler__form .d-none + .btn-primary {
    padding: 1.8rem;
    width: calc(50% - 1rem);
  }
}
.query-wrangler .query-wrangler__form .btn-primary + .btn-primary {
  margin-left: 0.3rem;
}
@media (max-width: 767.98px) {
  .query-wrangler .query-wrangler__form .btn-primary + .btn-primary {
    margin-left: 2rem;
    margin-right: 0;
    padding: 1.8rem;
    width: calc(50% - 1rem);
  }
}
.query-wrangler .query-wrangler__form .dropdown-menu {
  margin-top: 0.5rem;
  padding: 3rem;
  border: 0;
  width: 30rem;
  font-size: 1.4rem;
  line-height: 2rem;
}
.query-wrangler .query-wrangler__form .dropdown-menu ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0.7rem;
  margin-left: 0.5rem;
}
.query-wrangler .query-wrangler__form .dropdown-menu ::-webkit-scrollbar-thumb {
  border-radius: 0.4rem;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.query-wrangler .query-wrangler__form .dropdown-menu .form-check {
  padding: 0 1rem 0 0;
  max-height: 22.5rem;
  overflow: scroll;
}
@media (max-width: 1079.98px) {
  .query-wrangler .query-wrangler__form .dropdown-menu {
    margin-top: 0;
    width: 100%;
    top: 0.5rem !important;
  }
}
.query-wrangler .query-wrangler__form label {
  color: #303c6c;
  margin-bottom: 0.7rem;
  display: block;
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
}
.query-wrangler .query-wrangler__form label:before {
  content: "";
  position: relative;
  display: block;
  float: left;
  margin: 0.1rem 0.7rem 0 0;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border: 3px solid #303c6c;
  position: absolute;
  left: 0;
  top: 0.2rem;
}
.query-wrangler .query-wrangler__form input[type=checkbox]:checked + label:before {
  background-size: 5px;
  background-position: center;
  background-repeat: no-repeat;
}
.query-wrangler .query-wrangler__form input[type=checkbox]:focus + label:before {
  outline: #3b99fc auto 5px;
}
.query-wrangler .query-wrangler__form .btn, .query-wrangler .query-wrangler__form .search-landing-page__form input[type=submit], .search-landing-page__form .query-wrangler .query-wrangler__form input[type=submit], .query-wrangler .query-wrangler__form div.frm_style_formidable-style.with_frm_style form .frm_button_submit.frm_final_submit, div.frm_style_formidable-style.with_frm_style form .query-wrangler .query-wrangler__form .frm_button_submit.frm_final_submit {
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  line-height: 2.6rem;
  padding: 2.3rem 2.8rem;
  margin-right: 0.1rem;
}
.query-wrangler .query-wrangler__form .btn-primary {
  background-color: #303c6c;
  font-weight: 800;
  font-size: 2.2rem;
  border: 0;
}
@media (max-width: 767.98px) {
  .query-wrangler .query-wrangler__form .btn-primary {
    float: left;
  }
}
.query-wrangler .query-wrangler__form .btn-primary:hover {
  background-color: #1ee6aa;
  color: #303c6c;
}
.query-wrangler .text-box-filter label {
  margin: 0;
}
@media (max-width: 1079.98px) {
  .query-wrangler .text-box-filter {
    width: calc(50% - 2rem);
  }
}
@media (max-width: 767.98px) {
  .query-wrangler .text-box-filter {
    width: 100%;
  }
}

.query-exposed .dropdown .query-exposed-label {
  display: none;
}

.exposed-filter-single {
  margin-bottom: 2rem;
}
.exposed-filter-single .query-checkboxes label {
  display: inline;
  margin-right: 1rem;
}
@media (max-width: 1079.98px) {
  .exposed-filter-single {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .exposed-filter-single {
    margin-bottom: 2.5rem;
  }
}
.exposed-filter-single .query-checkboxes label {
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
  padding-left: 4.2rem;
  margin-right: 3.2rem;
}
.exposed-filter-single .query-checkboxes label:before {
  width: 2.6rem;
  height: 2.6rem;
  background-color: #edeef2;
}
@media (min-width: 768px) {
  .exposed-filter-single .query-checkboxes label {
    display: inline-block !important;
  }
}
@media (max-width: 1079.98px) {
  .exposed-filter-single .query-checkboxes label {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .exposed-filter-single .query-checkboxes label {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 3.5rem;
    margin-bottom: 0.8rem;
  }
}

@media (min-width: 768px) {
  .query-exposed form,
.query-pills {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .query-exposed form,
.query-pills {
    display: none;
  }
}

.query-pills {
  clear: both;
  padding-top: 4.5rem;
  padding-bottom: 0.2rem;
}
.query-pills a {
  background-repeat: no-repeat;
  background-position: right 1.5rem top 1.4rem;
  color: #303c6c;
  margin-bottom: 2rem;
  margin-right: 2rem;
  background-color: #1ee6aa;
  font-weight: 900;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0s;
  transition: 0s;
  padding: 1.5rem 4.5rem 1rem 1.5rem;
}
.query-pills a:hover {
  background-color: #303c6c;
  color: #fff;
}
@media (max-width: 767.98px) {
  .query-pills a {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    padding-top: 1.2rem;
    padding-bottom: 1.1rem;
    background-position: right 1.3rem top 1.1rem;
    white-space: initial;
  }
}
.query-pills h4 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.4rem;
}

@media (max-width: 767.98px) {
  #content.content-wrapper--post {
    background-color: #fff;
  }
}

.news__hero {
  background: #151c41;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .news__hero .col-12.col-lg-5, .news__hero #lwe .col-lg-5.lwe, #lwe .news__hero .col-lg-5.lwe {
    width: calc((5 * ((100% - 48rem) / 8)) + 7rem) !important;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.news__header {
  background: #303c6c;
  color: #fff;
  padding: 21.5rem 0 5.7rem;
}
.news__header h1 {
  font-size: 7.2rem;
  line-height: 7.9rem;
  font-weight: 900;
  margin-bottom: 6.8rem;
}
@media (max-width: 1079.98px) {
  .news__header h1 {
    font-size: 5.5rem;
    line-height: 6rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767.98px) {
  .news__header h1 {
    font-size: 4.2rem;
    line-height: 4.6rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 1079.98px) {
  .news__header {
    padding: 20.8rem 0 5.2rem;
  }
}
@media (max-width: 767.98px) {
  .news__header {
    padding: 4rem 0 3.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1079.98px) {
  .breadcrumbs--news {
    padding: 0.8rem 0 0;
  }
}

@media (max-width: 1079.98px) {
  .gutenberg-body--news {
    padding: 0.7rem 0;
  }
  .gutenberg-body--news .gutenberg-body__content {
    padding-top: 5rem;
    padding-bottom: 5.8rem;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body--news .gutenberg-body__content {
    padding: 3.2rem 0 0;
  }
}

.news__header--no-image {
  padding-top: 11rem;
}
@media (max-width: 1079.98px) {
  .news__header--no-image {
    padding-top: 8rem;
  }
}

.news__header-image {
  margin-bottom: -12.5rem;
  width: calc(100% + 4rem);
}
@media (max-width: 1079.98px) {
  .news__header-image {
    margin-left: -4rem;
  }
}
@media (max-width: 767.98px) {
  .news__header-image {
    margin-left: -2rem;
    margin-bottom: 1.2rem;
  }
  .news__header-image img {
    width: 100%;
    max-width: none;
  }
}

.news__header-caption {
  bottom: 4rem;
}
@media (max-width: 767.98px) {
  .news__header-caption {
    padding-bottom: 3rem;
  }
}

.news__header-credit {
  bottom: 0;
  color: #fff;
  -webkit-transform: translateY(calc(100% + 0.8rem));
          transform: translateY(calc(100% + 0.8rem));
}
@media (max-width: 767.98px) {
  .news__header-credit {
    padding-bottom: 2.5rem;
  }
}

.news__header-caption,
.news__header-credit {
  position: absolute;
  padding-left: 7.3rem;
  left: 0;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.7rem;
}
@media (max-width: 1079.98px) {
  .news__header-caption,
.news__header-credit {
    padding-left: 2.3rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .news__header-caption,
.news__header-credit {
    position: relative;
    left: unset;
    bottom: unset;
    padding-left: 0;
    padding-right: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.news__header-byline,
.news__headline-categories {
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem;
  margin-bottom: 0.8rem;
}
.news__header-byline a,
.news__headline-categories a {
  color: #3cf7ff;
}
.news__header-byline .byline-divider,
.news__headline-categories .byline-divider {
  padding: 0 0.6rem;
}

.related-posts--news {
  margin-top: -6rem;
  padding-bottom: 6rem;
}
@media (max-width: 1079.98px) {
  .related-posts--news {
    margin-top: -3.5rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  .related-posts--news {
    background-color: #edeef2;
    margin-top: 0;
    padding-top: 4rem;
  }
  .related-posts--news .related-posts__cards .col {
    display: none;
  }
  .related-posts--news .related-posts__cards .col:first-child {
    display: block;
  }
}

.related-posts h2 {
  color: #e61e50;
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 8.1rem;
  margin-bottom: 2.8rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .related-posts h2 {
    font-size: 5.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 767.98px) {
  .related-posts h2 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}

.page__header {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 41.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.page__header h1 {
  margin: 0 0 4rem;
}
@media (max-width: 767.98px) {
  .page__header h1 {
    margin: 4rem 0;
  }
}
@media (max-width: 767.98px) {
  .page__header {
    display: block;
    min-height: unset !important;
  }
}

.page__header--no-image h1 {
  padding: 4rem 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .page__header--no-image h1 {
    padding: 0;
    margin: 4rem 0;
  }
}
@media (max-width: 1079.98px) {
  .page__header--no-image {
    min-height: 31.6rem;
  }
}

.page__header--image {
  min-height: 68.3rem;
}
@media (max-width: 1079.98px) {
  .page__header--image {
    min-height: 52.9rem;
  }
}

.page__header-title {
  width: 100%;
}
@media (max-width: 767.98px) {
  .page__header-title {
    background-color: #edeef2;
  }
}

.page__header--image.page__header--green {
  border-bottom: solid 15.3rem #1ee6aa;
}
.page__header--image.page__header--red {
  border-bottom: solid 15.3rem #e61e50;
}
.page__header--image.page__header--gold {
  border-bottom: solid 15.3rem #ffb800;
}
.page__header--image.page__header--gray {
  border-bottom: solid 15.3rem #edeef2;
}
@media (max-width: 767.98px) {
  .page__header--image {
    border-bottom: 0 !important;
  }
}

.page__header-image-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.page__header-image-wrapper .container,
.page__header-image-wrapper .row,
.page__header-image-wrapper #lwe,
.page__header-image-wrapper .col {
  height: 100%;
}
@media (max-width: 767.98px) {
  .page__header-image-wrapper {
    position: relative;
    height: 20rem;
    background: #e61e50;
  }
  .page__header--green .page__header-image-wrapper {
    background: #1ee6aa;
  }
  .page__header--gold .page__header-image-wrapper {
    background: #ffb800;
  }
  .page__header--gray .page__header-image-wrapper {
    background: #edeef2;
  }
}
@media (max-width: 767.98px) {
  .page__header--no-image .page__header-image-wrapper {
    display: none;
  }
}

.page__header-image {
  background-size: cover;
  background-color: transparent;
  background-position: center center;
  width: calc(((100vw - 100%)/2) + 66.66666666%);
  height: calc(100% + 15.3rem);
  position: absolute;
  left: calc(33.33333333%);
  clip-path: polygon(32.4rem 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 1079.98px) {
  .page__header-image {
    clip-path: polygon(25.1rem 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 767.98px) {
  .page__header-image {
    height: 100%;
    width: calc(80% + (100vw - 100%) / 2);
    left: 20%;
    clip-path: polygon(10rem 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.page__header-gray-bg {
  background-color: #edeef2;
  content: "";
  display: block;
  height: 100%;
  width: 50rem;
  clip-path: polygon(25.1rem 0, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  left: calc(33.33333333% - 14.2rem);
  top: 0;
}
@media (max-width: 1079.98px) {
  .page__header-gray-bg {
    left: calc(33.33333333% - 9rem);
    clip-path: polygon(17.5rem 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 767.98px) {
  .page__header-gray-bg {
    display: none;
  }
}

.page__header-no-bg-image,
.page__header-no-bg-image--red {
  background: #e61e50;
  width: calc(((100vw - 100%)/2) + 40% + 4rem);
  left: calc(60% - 4rem);
  position: absolute;
  height: 100%;
  clip-path: polygon(18.9rem 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 1079.98px) {
  .page__header-no-bg-image,
.page__header-no-bg-image--red {
    clip-path: polygon(14.9rem 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.page__header-no-bg-image--gray {
  background: #edeef2;
}

.page__header-no-bg-image--gold {
  background: #ffb800;
}

.page__header-no-bg-image--green {
  background: #1ee6aa;
}

@media (max-width: 767.98px) {
  body.page .gutenberg-body {
    background-color: #fff;
  }
}

.gutenberg-body__content {
  background-color: #fff;
  padding-top: 7.2rem;
  padding-bottom: 7.8rem;
  margin-bottom: 14.8rem;
  padding-left: calc((100% - 36rem)/10 + 4rem);
  padding-right: calc((100% - 36rem)/10 + 4rem);
}
.gutenberg-body__content > *:first-child {
  margin-top: 0;
}
@media (max-width: 1079.98px) {
  .gutenberg-body__content {
    padding-left: calc((100% - 28rem)/8);
    padding-right: calc((100% - 28rem)/8);
    margin-bottom: 10rem;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body__content {
    padding: 4.2rem 0 0;
    margin-bottom: 5rem;
  }
  .gutenberg-body__content .row, .gutenberg-body__content #lwe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .post-type-faculty {
    background-color: #fff;
  }
}

.faculty__hero-image {
  height: 51.2rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .faculty__hero-image {
    height: 36rem;
    position: relative;
  }
  .faculty__hero-image:after {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='130.614' height='200.479'%3E%3Cg data-name='Group 4336'%3E%3Cpath data-name='Path 5591' d='M130.614 0H25.42v35.08h70.114z' fill='%231ee6aa'/%3E%3Cpath data-name='Path 5598' d='M0 200.478h77.095v-25.71H25.71z' fill='%23ffb800'/%3E%3Cpath data-name='Path 5594' d='M25.42 105.24h105.194V70.16H60.5z' fill='%23006eec'/%3E%3Cpath data-name='Path 5595' d='M77.095 123.35H0v25.71h51.385z' fill='%23e61e50'/%3E%3Cpath data-name='Path 5592' d='M25.553 70.16v35.08h.3l34.78-35.08V0h-35.08z' fill='%23006eec'/%3E%3Cpath data-name='Path 5597' d='M76.998 149.06v-25.71h-.219l-25.491 25.71v51.419h25.71z' fill='%23e61e50'/%3E%3Cpath data-name='Path 5593' d='M130.482 35.08V0h-.3l-34.78 35.08v70.16h35.08z' fill='%231ee6aa'/%3E%3Cpath data-name='Path 5596' d='M.097 174.768v25.71h.219l25.491-25.71v-51.419H.097z' fill='%23ffb800'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 15.5rem;
    width: 10.3rem;
    position: absolute;
    bottom: -7.4rem;
    right: 1.9rem;
  }
}
@media (max-width: 767.98px) {
  .faculty__hero-image {
    height: 19.5rem;
  }
}

.faculty__header {
  background: #fff;
}

.faculty__header-main-content {
  padding: 6.8rem 3rem 5rem 0;
}
@media (max-width: 767.98px) {
  .faculty__header-main-content {
    padding: 3.2rem 0 4.5rem;
  }
}
.faculty__header-main-content h1 {
  color: #e61e50;
  margin-bottom: 1.4rem;
}
@media (max-width: 1079.98px) {
  .faculty__header-main-content h1 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .faculty__header-main-content h1 {
    font-size: 3rem;
    line-height: 3.6rem;
    margin-bottom: 1.2rem;
  }
  .faculty__header--no-hero .faculty__header-main-content h1 {
    margin-bottom: 0.8rem;
  }
}
.faculty__header-main-content .faculty__title {
  line-height: 2.5rem;
  margin-bottom: 4.2rem;
}
@media (max-width: 767.98px) {
  .faculty__header-main-content .faculty__title {
    margin-bottom: 3.8rem;
  }
}
.faculty__header-main-content .faculty__intro {
  font-size: 3rem;
  line-height: 3.7rem;
  max-width: 58rem;
  margin-right: 13rem;
}
@media (max-width: 1079.98px) {
  .faculty__header-main-content .faculty__intro {
    max-width: none;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .faculty__header-main-content .faculty__intro {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.faculty__header-main-content .faculty__header-research-areas {
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 5.4rem;
  max-width: 63rem;
}
.faculty__header-main-content .faculty__header-research-areas a {
  text-decoration: underline;
}
@media (max-width: 1079.98px) {
  .faculty__header-main-content .faculty__header-research-areas {
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  .faculty__header-main-content .faculty__header-research-areas {
    margin-top: 4.4rem;
    line-height: 2.1rem;
  }
  .faculty__header-main-content .faculty__header-research-areas a {
    font-size: 1.3rem;
  }
}

.faculty__header-sidebar-content {
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  background-color: #303c6c;
  color: #fff;
  margin-left: -4rem;
  width: calc(100% + 4rem);
  padding: 14.5rem 5.6rem 13rem 5.6rem;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .faculty__header-sidebar-content {
    width: calc(100% + 8rem);
    padding: 5rem 2000rem 4.6rem;
    margin: 0 -2000rem;
  }
  .faculty__header-sidebar-content > div {
    width: 34rem;
  }
  .faculty__header--hero .faculty__header-sidebar-content .faculty__sidebar-content-group-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 68.8rem;
  }
  .faculty__header--hero .faculty__header-sidebar-content .faculty__sidebar-content-group-wrapper .faculty__sidebar-content-group {
    width: 50%;
  }
  .faculty__header--hero .faculty__header-sidebar-content .faculty__sidebar-content-group-wrapper .faculty__sidebar-content-group:first-child {
    padding-right: 4rem;
  }
}
@media (max-width: 767.98px) {
  .faculty__header-sidebar-content {
    margin-left: -2rem;
    width: calc(100% + 4rem);
    padding: 3.2rem 2rem 2.2rem;
  }
}
.faculty__header-sidebar-content a {
  color: #1ee6aa;
  text-decoration: underline;
}
.faculty__header-sidebar-content a:hover {
  color: #e6e600;
}
.faculty__header-sidebar-content > * > * > * {
  margin-bottom: 1.2rem;
}
.faculty__header-sidebar-content:after {
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 20.1rem;
  width: 13.1rem;
  position: absolute;
  top: -7rem;
  right: 1.9rem;
}
@media (max-width: 1079.98px) {
  .faculty__header-sidebar-content:after {
    display: none;
  }
}

.faculty__affiliated-centers span {
  color: #1ee6aa;
}

.faculty__header--no-hero .faculty__header-main-content {
  padding: 13.5rem 0 10rem;
}
.faculty__header--no-hero .faculty__header-main-content .faculty__title {
  margin-bottom: 8rem;
  margin-right: 14rem;
}
.faculty__header--no-hero .faculty__header-main-content .faculty__header-research-areas {
  margin-top: 9rem;
}
@media (max-width: 1079.98px) {
  .faculty__header--no-hero .faculty__header-main-content {
    padding: 8.5rem 0 4rem;
  }
  .faculty__header--no-hero .faculty__header-main-content .faculty__title {
    margin-bottom: 4.8rem;
    margin-right: 0;
  }
  .faculty__header--no-hero .faculty__header-main-content .faculty__header-research-areas {
    margin-top: 6.5rem;
  }
}
@media (max-width: 767.98px) {
  .faculty__header--no-hero .faculty__header-main-content {
    padding: 2.2rem 0 9rem;
  }
  .faculty__header--no-hero .faculty__header-main-content .faculty__title {
    margin-bottom: 3rem;
  }
  .faculty__header--no-hero .faculty__header-main-content .faculty__header-research-areas {
    margin-top: 5.5rem;
  }
}
.faculty__header--no-hero .faculty__header-sidebar-content {
  padding-top: calc((100% * .89) + 4rem);
  padding-bottom: 7rem;
}
.faculty__header--no-hero .faculty__header-sidebar-content:after {
  top: calc((100% * 0.1515) + 11.2rem);
  right: unset;
  left: -11.6rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .faculty__header--no-hero .faculty__header-sidebar-content {
    padding: 5rem 2000rem 4.6rem;
    margin: 0 -2000rem;
    min-height: 35rem;
  }
  .faculty__header--no-hero .faculty__header-sidebar-content:after {
    top: 16rem;
    left: unset;
    right: -3.8rem;
    background-size: 10rem;
  }
}
@media (max-width: 767.98px) {
  .faculty__header--no-hero .faculty__header-sidebar-content {
    padding: 18rem 2rem 2rem;
    width: calc(100% + 4rem);
    margin-left: -2rem;
  }
}
.faculty__header--no-hero .faculty__header-sidebar-image {
  width: 100%;
  margin-left: -5.6rem;
  top: 0;
  position: absolute;
}
@media (max-width: 1079.98px) {
  .faculty__header--no-hero .faculty__header-sidebar-image {
    width: calc(50% - 9rem);
    right: 4.7rem;
    left: unset;
    margin-left: 0;
    top: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .faculty__header--no-hero .faculty__header-sidebar-image:after {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='130.614' height='200.479'%3E%3Cg data-name='Group 4336'%3E%3Cpath data-name='Path 5591' d='M130.614 0H25.42v35.08h70.114z' fill='%231ee6aa'/%3E%3Cpath data-name='Path 5598' d='M0 200.478h77.095v-25.71H25.71z' fill='%23ffb800'/%3E%3Cpath data-name='Path 5594' d='M25.42 105.24h105.194V70.16H60.5z' fill='%23006eec'/%3E%3Cpath data-name='Path 5595' d='M77.095 123.35H0v25.71h51.385z' fill='%23e61e50'/%3E%3Cpath data-name='Path 5592' d='M25.553 70.16v35.08h.3l34.78-35.08V0h-35.08z' fill='%23006eec'/%3E%3Cpath data-name='Path 5597' d='M76.998 149.06v-25.71h-.219l-25.491 25.71v51.419h25.71z' fill='%23e61e50'/%3E%3Cpath data-name='Path 5593' d='M130.482 35.08V0h-.3l-34.78 35.08v70.16h35.08z' fill='%231ee6aa'/%3E%3Cpath data-name='Path 5596' d='M.097 174.768v25.71h.219l25.491-25.71v-51.419H.097z' fill='%23ffb800'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 16rem;
    width: 10.4rem;
    position: absolute;
    bottom: -0.8rem;
    right: -5.6rem;
    background-size: contain;
  }
}
@media (max-width: 767.98px) {
  .faculty__header--no-hero .faculty__header-sidebar-image {
    width: 19.3rem;
    right: unset;
    left: 2rem;
    top: -3.5rem;
  }
}

.gutenberg-body--faculty {
  padding-top: 6.3rem;
}
.gutenberg-body--faculty .gutenberg-body__content {
  margin-bottom: 0;
}
@media (max-width: 1079.98px) {
  .gutenberg-body--faculty {
    padding-top: 4.6rem;
  }
  .gutenberg-body--faculty .gutenberg-body__content {
    padding-top: 5.2rem;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body--faculty {
    background: #fff;
    padding-top: 4rem;
  }
  .gutenberg-body--faculty .gutenberg-body__content {
    padding-top: 0;
  }
}

.faculty__featured-news {
  margin-top: 5.9rem;
}
@media (max-width: 1079.98px) {
  .faculty__featured-news {
    margin-top: 3.7rem;
  }
}
@media (max-width: 767.98px) {
  .faculty__featured-news {
    margin-top: 0.7rem;
  }
}

.faculty__featured-news-body {
  background-color: #fff;
  padding: 4.2rem;
  height: 100%;
  width: calc(100% + 4.2rem);
  margin-left: -4.2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media (max-width: 1079.98px) {
  .faculty__featured-news-body {
    padding: 3.8rem 3.6rem 1.2rem;
    margin-left: -4rem;
  }
}
@media (max-width: 767.98px) {
  .faculty__featured-news-body {
    padding: 6.2rem 0 2rem;
    margin-left: 0;
    width: 100%;
  }
}

.faculty__featured-news-body-label {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -196rem;
  z-index: 1;
}
@media (max-width: 1079.98px) {
  .faculty__featured-news-body-label {
    margin-left: -198rem;
  }
}
@media (max-width: 767.98px) {
  .faculty__featured-news-body-label {
    margin-left: 0;
    padding-left: 2rem;
    left: 2rem;
    bottom: -3.8rem;
    top: unset;
  }
}

h2.faculty__featured-news-title {
  font-size: 2.4rem;
  line-height: 3.2rem;
  padding-top: 5rem;
  text-decoration: underline;
}
@media (max-width: 1079.98px) {
  h2.faculty__featured-news-title {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  h2.faculty__featured-news-title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}

@media (min-width: 768px) and (max-width: 1079.98px) {
  .faculty__featured-news-image {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .faculty__featured-news-image img {
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
  }
}

.faculty__awards-and-honors,
.faculty__publications,
.faculty__all-publications {
  background-color: #fff;
}

.faculty__awards-and-honors {
  margin-top: 7.5rem;
}
.faculty__awards-and-honors:last-child {
  padding-bottom: 6rem;
}
@media (max-width: 1079.98px) {
  .faculty__awards-and-honors {
    margin-top: 12.3rem;
  }
}
@media (max-width: 767.98px) {
  .faculty__awards-and-honors {
    margin-top: 4.3rem;
  }
  .faculty__awards-and-honors li {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.faculty__awards-and-honors h2.faculty__awards-and-honors-title {
  background-color: #ffb800;
  -webkit-transform: translateY(-22px);
          transform: translateY(-22px);
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .faculty__awards-and-honors h2.faculty__awards-and-honors-title {
    margin-bottom: 1rem;
  }
}
.faculty__awards-and-honors ul li.faculty__award {
  margin-bottom: 1.3rem;
}
.faculty__awards-and-honors ul li.faculty__award span {
  letter-spacing: -1.1px;
  margin: 0 0.4rem;
}

.faculty__publications {
  padding-top: 7rem;
  padding-bottom: 3.8rem;
}
.faculty__publications h2.faculty__publications-title {
  background-color: #e6e600;
  margin-bottom: 5.5rem;
}
@media (max-width: 767.98px) {
  .faculty__publications {
    padding-top: 4rem;
    padding-bottom: 1.2rem;
  }
  .faculty__publications h2.faculty__publications-title {
    margin-bottom: 3.5rem;
  }
  .faculty__publications li {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.2rem;
  }
}
.gutenberg-body--faculty + .faculty__publications {
  margin-top: 7.5rem;
  padding-top: 0;
}
@media (max-width: 1079.98px) {
  .gutenberg-body--faculty + .faculty__publications {
    margin-top: 12.3rem;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body--faculty + .faculty__publications {
    margin-top: 4.3rem;
  }
}
.gutenberg-body--faculty + .faculty__publications h2.faculty__publications-title {
  -webkit-transform: translateY(-22px);
          transform: translateY(-22px);
  margin-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .gutenberg-body--faculty + .faculty__publications h2.faculty__publications-title {
    margin-bottom: 1rem;
  }
}

.faculty__publication, .research-area-page__related-publications li {
  padding-bottom: 2.6rem;
  line-height: 2.5rem;
}
.faculty__publication p, .research-area-page__related-publications li p {
  display: inline;
}
.faculty__publication a, .research-area-page__related-publications li a {
  text-decoration: underline;
}
@media (max-width: 1079.98px) {
  .faculty__publication, .research-area-page__related-publications li {
    padding-bottom: 1.4rem;
  }
}

.faculty__all-publications {
  padding-bottom: 8.5rem;
}
@media (max-width: 1079.98px) {
  .faculty__all-publications {
    padding-bottom: 7.4rem;
  }
}
@media (max-width: 767.98px) {
  .faculty__all-publications {
    padding-bottom: 5.4rem;
  }
}

.research-area-page__header {
  background-size: cover;
  background-position: center;
  min-height: 61.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #e61e50;
  background-blend-mode: multiply;
}
.research-area-page__header h1 {
  color: #fff;
  font-size: 7.1rem;
  font-weight: 900;
  line-height: 8.2rem;
  padding-bottom: 14.5rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .research-area-page__header {
    min-height: 48rem;
  }
  .research-area-page__header h1 {
    font-size: 5.5rem;
    line-height: 6rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .research-area-page__header {
    min-height: 28.6rem;
  }
  .research-area-page__header h1 {
    font-size: 4.2rem;
    line-height: 4.6rem;
    padding: 2rem 0 0;
  }
}

.gutenberg-body--research-area {
  margin-top: -20rem;
}
.gutenberg-body--research-area .gutenberg-body__content {
  padding-top: 7.5rem;
  padding-bottom: 5.6rem;
  margin-bottom: 5.3rem;
}
.gutenberg-body--research-area .gutenberg-body__content p {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .gutenberg-body--research-area {
    margin-top: -9rem;
  }
  .gutenberg-body--research-area .gutenberg-body__content {
    padding-top: 5.8rem;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body--research-area {
    margin-top: 0;
    background-color: #fff;
  }
  .gutenberg-body--research-area .gutenberg-body__content {
    padding-top: 3.2rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
}

.research-area-page__related-faculty {
  margin-bottom: 5.3rem;
}
.research-area-page__related-faculty h2 {
  margin-bottom: 2.5rem;
}
.research-area-page__related-faculty h2 a {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .research-area-page__related-faculty {
    margin-bottom: 4rem;
    padding-top: 3.5rem;
  }
}

.research-area-page__faculty-member {
  background-color: #fff;
  min-height: 6.3rem;
  margin-bottom: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.research-area-page__faculty-member a {
  color: #303c6c;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 800;
  text-decoration: underline;
  margin-left: 8.6rem;
}
.research-area-page__faculty-member a:hover {
  color: #006eec;
}

.research-area-page__faculty-member-image {
  position: absolute;
}

.research-area-page__affiliated-labs-center {
  background-color: #1ee6aa;
  padding: 9.2rem 0 12.6rem;
}
.research-area-page__affiliated-labs-center h2 {
  margin-bottom: 4.5rem;
}
@media (max-width: 767.98px) {
  .research-area-page__affiliated-labs-center h2 {
    margin-bottom: 1.8rem;
  }
}
.research-area-page__affiliated-labs-center a:hover {
  color: #0057ba;
}
.research-area-page__affiliated-labs-center ul li {
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .research-area-page__affiliated-labs-center {
    padding: 9.2rem 0 8rem;
  }
}
@media (max-width: 767.98px) {
  .research-area-page__affiliated-labs-center {
    padding: 4.5rem 0 6.6rem;
  }
}

.research-area-page__related-publications,
.related-posts--research-area,
.related-posts--ctp {
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .research-area-page__related-publications p,
.related-posts--research-area p,
.related-posts--ctp p {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

h2.research-area-page__related-publications-title {
  background-color: #e6e600;
  -webkit-transform: translateY(-2.2rem);
          transform: translateY(-2.2rem);
  margin-bottom: 3.3rem;
}
@media (max-width: 767.98px) {
  h2.research-area-page__related-publications-title {
    margin-bottom: 1.4rem;
  }
}

.research-area-page__all-publications-link {
  margin-top: 3.8rem;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .research-area-page__all-publications-link {
    margin-top: 0.8rem;
  }
}

@media (max-width: 1079.98px) {
  .related-posts.related-posts--research-area, .related-posts.related-posts--ctp {
    border-top: 7rem solid #fff;
    padding-top: 0;
  }
}
.related-posts.related-posts--research-area h2, .related-posts.related-posts--ctp h2 {
  padding-top: 8.6rem;
}
@media (max-width: 1079.98px) {
  .related-posts.related-posts--research-area h2, .related-posts.related-posts--ctp h2 {
    padding-top: 4.8rem;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .related-posts.related-posts--research-area h2, .related-posts.related-posts--ctp h2 {
    padding-top: 4rem;
    max-width: none;
  }
}
@media (max-width: 767.98px) {
  .related-posts.related-posts--research-area .related-posts__cards .col, .related-posts.related-posts--ctp .related-posts__cards .col {
    display: none;
  }
  .related-posts.related-posts--research-area .related-posts__cards .col:first-child, .related-posts.related-posts--ctp .related-posts__cards .col:first-child {
    display: block;
  }
}

.research-areas-header {
  background-color: #fff;
  padding: 11rem 0 3rem;
}
@media (max-width: 767.98px) {
  .research-areas-header {
    padding: 4rem 0 3rem;
  }
}
.research-areas-header h1 {
  color: #e61e50;
  font-size: 7.3rem;
  font-weight: 900;
  line-height: 7.5rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 1079.98px) {
  .research-areas-header h1 {
    font-size: 5.5rem;
    line-height: 6rem;
  }
}
@media (max-width: 767.98px) {
  .research-areas-header h1 {
    font-size: 4.2rem;
    line-height: 5.6rem;
    margin-bottom: 1rem;
  }
}
.research-areas-header .row:first-child, .research-areas-header #lwe:first-child {
  position: relative;
}
.research-areas-header .row:first-child:after, .research-areas-header #lwe:first-child:after {
  content: "";
  display: block;
  height: 29.1rem;
  width: 23.5rem;
  position: absolute;
  right: 2rem;
  bottom: -12.7rem;
}
@media (max-width: 1079.98px) {
  .research-areas-header .row:first-child:after, .research-areas-header #lwe:first-child:after {
    display: none;
  }
}

.research-areas-header__intro {
  line-height: 2.5rem;
}

.query-research-areas-wrapper {
  padding: 4.8rem 0 3rem;
}
@media (max-width: 1079.98px) {
  .query-research-areas-wrapper {
    background-color: #fff;
    padding: 1.2rem 0 6rem;
  }
}
@media (max-width: 767.98px) {
  .query-research-areas-wrapper {
    padding: 1.2rem 0 3rem;
  }
}
.query-research-areas-wrapper .query-wrangler {
  margin-bottom: 0;
}
.query-research-areas-wrapper .research-areas .col-12, .query-research-areas-wrapper .research-areas #lwe .lwe, #lwe .query-research-areas-wrapper .research-areas .lwe {
  margin-bottom: 6.5rem;
}
@media (max-width: 1079.98px) {
  .query-research-areas-wrapper .research-areas .col-12, .query-research-areas-wrapper .research-areas #lwe .lwe, #lwe .query-research-areas-wrapper .research-areas .lwe {
    margin-bottom: 3.4rem;
  }
}
@media (max-width: 767.98px) {
  .query-research-areas-wrapper .research-areas .col-12, .query-research-areas-wrapper .research-areas #lwe .lwe, #lwe .query-research-areas-wrapper .research-areas .lwe {
    margin-bottom: 2.1rem;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .query-research-areas-wrapper .research-areas .row, .query-research-areas-wrapper .research-areas #lwe {
    padding: 0 0.5rem;
  }
  .query-research-areas-wrapper .research-areas .col-12, .query-research-areas-wrapper .research-areas #lwe .lwe, #lwe .query-research-areas-wrapper .research-areas .lwe {
    padding: 0 1.5rem;
  }
}

.directory-header {
  padding: 0.2rem 0 6.5rem;
}
.directory-header h1 {
  margin: 5.2rem 0 2.6rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .directory-header {
    padding: 0.2rem 0 2.5rem;
  }
  .directory-header .breadcrumbs {
    padding-top: 2.8rem;
  }
  .directory-header h1 {
    margin: 4.6rem 0 3rem;
  }
}
@media (max-width: 767.98px) {
  .directory-header {
    padding: 0 0 4.2rem;
  }
  .directory-header h1 {
    margin: 2.8rem 0 2rem;
  }
}

.directory-header__intro {
  line-height: 2.5rem;
}

.directory-header__mit-directory {
  margin-top: 5.8rem;
}
@media (max-width: 767.98px) {
  .directory-header__mit-directory {
    margin-top: 4.5rem;
  }
  .directory-header__mit-directory a.btn, .directory-header__mit-directory div.frm_style_formidable-style.with_frm_style form a.frm_button_submit.frm_final_submit, div.frm_style_formidable-style.with_frm_style form .directory-header__mit-directory a.frm_button_submit.frm_final_submit {
    width: 100%;
    padding: 1.4rem 3.8rem;
  }
}

.query-people-directory-wrapper {
  background-color: #fff;
}
.query-people-directory-wrapper .query-wrangler {
  margin-bottom: 0;
  padding-bottom: 7.6rem;
}
@media (max-width: 1079.98px) {
  .query-people-directory-wrapper .query-wrangler {
    padding-bottom: 1rem;
  }
}
.query-people-directory-wrapper .query-wrangler .query-wrangler__form form {
  margin-top: 1.8rem;
}
.query-people-directory-wrapper .query-wrangler .query-wrangler__form form ::-webkit-input-placeholder {
  /* Edge */
  color: #303c6c;
}
.query-people-directory-wrapper .query-wrangler .query-wrangler__form form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #303c6c;
}
.query-people-directory-wrapper .query-wrangler .query-wrangler__form form ::-moz-placeholder {
  color: #303c6c;
}
.query-people-directory-wrapper .query-wrangler .query-wrangler__form form ::-ms-input-placeholder {
  color: #303c6c;
}
.query-people-directory-wrapper .query-wrangler .query-wrangler__form form ::placeholder {
  color: #303c6c;
}
@media (max-width: 767.98px) {
  .query-people-directory-wrapper .query-wrangler .query-wrangler__form form {
    margin-top: -1.8rem;
  }
}
@media (min-width: 1080px) {
  .query-people-directory-wrapper .query-wrangler .query-wrangler__form form .btn-break {
    display: block;
    width: 100%;
  }
}
.query-people-directory-wrapper h2.query-exposed__heading {
  position: unset;
  top: unset;
  left: unset;
  -webkit-transform: translateY(-2.2rem);
          transform: translateY(-2.2rem);
}
.query-people-directory-wrapper input[type=text] {
  background-repeat: no-repeat;
  background-position: 1.8rem center;
  color: #303c6c;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 2.6rem;
  width: 27rem;
  background-color: #edeef2;
  border: 0;
  height: 7.4rem;
  padding-left: 5.5rem;
  margin-right: 0.5rem;
}
@media (max-width: 1079.98px) {
  .query-people-directory-wrapper input[type=text] {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .query-people-directory-wrapper input[type=text] {
    margin-top: 2rem;
    padding: 1.5rem 4rem 1.5rem 2.2rem;
    font-size: 2.2rem;
    background-position: right 2rem center;
    height: 6.4rem;
  }
}
.query-people-directory-wrapper .dropdown-menu {
  background: #edeef2 !important;
  width: 27rem !important;
}
@media (max-width: 1079.98px) {
  .query-people-directory-wrapper .dropdown-menu {
    width: 100% !important;
  }
}
.query-people-directory-wrapper .query-wrangler__form label:before {
  background: #edeef2;
}
.query-people-directory-wrapper .query-wrangler__form .btn.dropdown-toggle, .query-people-directory-wrapper .query-wrangler__form .search-landing-page__form input.dropdown-toggle[type=submit], .search-landing-page__form .query-people-directory-wrapper .query-wrangler__form input.dropdown-toggle[type=submit], .query-people-directory-wrapper .query-wrangler__form div.frm_style_formidable-style.with_frm_style form .dropdown-toggle.frm_button_submit.frm_final_submit, div.frm_style_formidable-style.with_frm_style form .query-people-directory-wrapper .query-wrangler__form .dropdown-toggle.frm_button_submit.frm_final_submit {
  background-color: #edeef2;
  width: 27rem;
  text-align: left;
  position: relative;
  padding-right: 7rem;
}
.query-people-directory-wrapper .query-wrangler__form .btn.dropdown-toggle:after, .query-people-directory-wrapper .query-wrangler__form .search-landing-page__form input.dropdown-toggle[type=submit]:after, .search-landing-page__form .query-people-directory-wrapper .query-wrangler__form input.dropdown-toggle[type=submit]:after, .query-people-directory-wrapper .query-wrangler__form div.frm_style_formidable-style.with_frm_style form .dropdown-toggle.frm_button_submit.frm_final_submit:after, div.frm_style_formidable-style.with_frm_style form .query-people-directory-wrapper .query-wrangler__form .dropdown-toggle.frm_button_submit.frm_final_submit:after {
  position: absolute;
  right: 3rem;
}
@media (max-width: 1079.98px) {
  .query-people-directory-wrapper .query-wrangler__form .btn.dropdown-toggle, .query-people-directory-wrapper .query-wrangler__form .search-landing-page__form input.dropdown-toggle[type=submit], .search-landing-page__form .query-people-directory-wrapper .query-wrangler__form input.dropdown-toggle[type=submit], .query-people-directory-wrapper .query-wrangler__form div.frm_style_formidable-style.with_frm_style form .dropdown-toggle.frm_button_submit.frm_final_submit, div.frm_style_formidable-style.with_frm_style form .query-people-directory-wrapper .query-wrangler__form .dropdown-toggle.frm_button_submit.frm_final_submit {
    width: 100%;
  }
  .query-people-directory-wrapper .query-wrangler__form .btn.dropdown-toggle:after, .query-people-directory-wrapper .query-wrangler__form .search-landing-page__form input.dropdown-toggle[type=submit]:after, .search-landing-page__form .query-people-directory-wrapper .query-wrangler__form input.dropdown-toggle[type=submit]:after, .query-people-directory-wrapper .query-wrangler__form div.frm_style_formidable-style.with_frm_style form .dropdown-toggle.frm_button_submit.frm_final_submit:after, div.frm_style_formidable-style.with_frm_style form .query-people-directory-wrapper .query-wrangler__form .dropdown-toggle.frm_button_submit.frm_final_submit:after {
    right: 1.8rem;
  }
}
.query-people-directory-wrapper .btn-primary {
  clear: both;
  background-color: #006eec !important;
  margin-top: 2.8rem;
  border: 0;
}
.query-people-directory-wrapper .btn-primary:hover {
  background-color: #303c6c !important;
  color: #fff !important;
}
.query-people-directory-wrapper .btn-primary[value=Clear] {
  clear: none;
}
@media (max-width: 1079.98px) {
  .query-people-directory-wrapper .btn-primary {
    margin-top: 2rem;
  }
}
@media (max-width: 1079.98px) {
  .query-people-directory-wrapper .btn-group {
    margin: 2rem 4rem 0 0 !important;
  }
}
@media (max-width: 767.98px) {
  .query-people-directory-wrapper .btn-group {
    margin: 2rem 0 0 0 !important;
  }
}
.query-people-directory-wrapper .query-pills {
  padding-bottom: 0.8rem;
}
@media (max-width: 767.98px) {
  .query-people-directory-wrapper .query-pills {
    padding-top: 2.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .query-people-directory-wrapper .text-box-filter:first-child {
    margin-right: 4rem;
  }
}

#directory-list {
  width: 100%;
  margin-bottom: 6rem;
}
@media (max-width: 1079.98px) {
  #directory-list {
    margin-bottom: 5rem;
  }
}
@media (max-width: 767.98px) {
  #directory-list {
    font-size: 1.8rem;
  }
}
#directory-list thead td {
  background-color: #303c6c;
  color: #fff;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 2.6rem;
  border: 5px #fff solid;
}
#directory-list thead td span {
  display: block;
  position: relative;
  width: 100%;
  padding: 1.7rem 2.6rem;
}
#directory-list thead td span.sort:after {
  content: "";
  display: block;
  height: 2.5rem;
  width: 2.3rem;
  position: absolute;
  right: 2.6rem;
  top: 2.2rem;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#directory-list thead td span.asc:after {
  opacity: 1;
}
#directory-list thead td span.desc:after {
  opacity: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#directory-list tbody {
  line-height: 2.6rem;
}
#directory-list tbody a {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 0.5rem;
}
#directory-list tbody tr:nth-child(2n) {
  background-color: rgba(237, 238, 242, 0.35);
}
@media (max-width: 1079.98px) {
  #directory-list tbody tr {
    background-color: rgba(237, 238, 242, 0.35);
  }
  #directory-list tbody tr:nth-child(2n) {
    background-color: #fff;
  }
}
#directory-list tbody td {
  border-right: 5px #fff solid;
  padding: 2.5rem;
}
#directory-list tbody td > * {
  white-space: nowrap;
}

.directory-mobile-display > div {
  margin-bottom: 0.5rem;
}
.directory-mobile-display > div:last-child {
  margin-bottom: 0;
}

body.ctp-page {
  background-color: #edeef2;
}
body.ctp-page #main-nav > ul,
body.ctp-page .main-nav--wrapper {
  background-color: #edeef2;
}

.ctp-home-utility-placeholder {
  display: block;
  height: 3.4rem;
}

.utility-navigation .ctp-home:after,
.mobile-menu .ctp-home:after {
  background-repeat: no-repeat;
  content: "";
  display: block;
  float: right;
  width: 2.6rem;
  height: 1.6rem;
  margin-left: 1rem;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.mobile-menu .ctp-home {
  display: inline-block !important;
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}
.mobile-menu .ctp-home:after {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.ctp__header {
  height: 50rem;
  position: relative;
  background-color: rgba(48, 60, 108, 0.7);
  background-blend-mode: multiply;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .ctp__header {
    height: 46.1rem;
  }
}

.ctp__header-title {
  color: #fff;
  position: relative;
  z-index: 2;
}
.ctp__header-title h1 {
  font-size: 7.5rem;
  font-weight: 900;
  margin-bottom: 2.8rem;
  line-height: 8.1rem;
}
@media (max-width: 1079.98px) {
  .ctp__header-title h1 {
    font-size: 5.5rem;
    line-height: 6rem;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .ctp__header-title h1 {
    font-size: 4.2rem;
    line-height: 4.6rem;
  }
}
@media (max-width: 1079.98px) {
  .ctp__header-title .ctp__header-into {
    text-align: center;
  }
}
.ctp__header-title a {
  color: #3cf7ff;
  text-decoration: underline;
}
.ctp__header-title a:hover {
  color: #1ee6aa;
}
@media (min-width: 1080px) {
  .ctp__header-title .col-12, .ctp__header-title #lwe .lwe, #lwe .ctp__header-title .lwe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 50rem;
  }
  .ctp__header-title .col-12 > *, .ctp__header-title #lwe .lwe > *, #lwe .ctp__header-title .lwe > * {
    margin: auto 0;
    padding-top: 2rem;
  }
}

.ctp__header-logo {
  height: 20.7rem;
  width: 19.7rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1079.98px) {
  .ctp__header-logo {
    height: 13.1rem;
    width: 13.1rem;
    margin: 7rem auto 3.6rem;
  }
}
@media (max-width: 767.98px) {
  .ctp__header-logo {
    height: 8.2rem;
    width: 8.2rem;
    margin: 4.6rem auto 3rem;
  }
}

.ctp__seminars {
  background-color: #fff;
  padding-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .ctp__seminars {
    padding-bottom: 1rem;
  }
}

h2.ctp__seminars-label,
h2.ctp__publications-label {
  background-color: #e61e50;
  color: #fff;
  -webkit-transform: translateY(-2.2rem);
          transform: translateY(-2.2rem);
}

ul.ctp__seminars-list {
  margin: 5.5rem 0;
}
ul.ctp__seminars-list li {
  margin-bottom: 1.6rem;
}
@media (max-width: 1079.98px) {
  ul.ctp__seminars-list {
    margin: 3rem 0 4rem;
  }
  ul.ctp__seminars-list li {
    margin-bottom: 1rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 767.98px) {
  ul.ctp__seminars-list {
    margin-top: 0;
  }
  ul.ctp__seminars-list li {
    margin-bottom: 1.6rem;
    line-height: 2.6rem;
  }
}

.related-posts--ctp .col {
  position: relative;
}
@media (max-width: 1079.98px) {
  .related-posts--ctp {
    border-top: 4.4rem solid #fff !important;
  }
}
@media (max-width: 767.98px) {
  .related-posts--ctp .related-posts__cards .col {
    display: none;
  }
  .related-posts--ctp .related-posts__cards .col:first-child {
    display: block;
  }
}

.ctp__research {
  margin-top: 6.8rem;
}
.ctp__research h2 {
  font-size: 7.2rem;
  font-weight: 900;
  margin-top: 4.5rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 1079.98px) {
  .ctp__research h2 {
    font-size: 5.5rem;
    line-height: 6rem;
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .ctp__research h2 {
    font-size: 3rem;
    line-height: 3.6rem;
    margin-top: 0;
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 1079.98px) {
  .ctp__research {
    margin-top: 0.7rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 767.98px) {
  .ctp__research {
    margin-top: 2.7rem;
    padding-bottom: 8rem;
  }
}

@media (max-width: 1079.98px) {
  .ctp__research-image {
    display: none;
  }
}

.ctp__research-description {
  line-height: 2.5rem;
  margin-bottom: 5.8rem;
}
@media (max-width: 1079.98px) {
  .ctp__research-description {
    margin-bottom: 3.2rem;
  }
}

.ctp__publications {
  background-color: #fff;
  padding-bottom: 8rem;
}
@media (max-width: 767.98px) {
  .ctp__publications {
    padding-bottom: 6.5rem;
  }
}

ul.ctp__publications-list {
  margin: 2.8rem 0 6.5rem;
}
ul.ctp__publications-list li {
  margin-bottom: 2.6rem;
}
ul.ctp__publications-list u {
  color: #006eec;
}
ul.ctp__publications-list u:hover {
  color: #303c6c;
}
@media (max-width: 1079.98px) {
  ul.ctp__publications-list {
    margin: 1.7rem 0 5rem;
  }
}
@media (max-width: 767.98px) {
  ul.ctp__publications-list {
    margin: 0.8rem 0 3.5rem;
  }
  ul.ctp__publications-list li {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.5rem;
  }
}

body.ctp-page.page .page--people-landing h2.query-exposed__heading {
  background-color: #e6e600;
  top: -11.7rem;
}
@media (max-width: 1079.98px) {
  body.ctp-page.page .page--people-landing h2.query-exposed__heading {
    top: -10.2rem;
  }
}
@media (max-width: 767.98px) {
  body.ctp-page.page .page--people-landing h2.query-exposed__heading {
    top: -7.5rem;
  }
}
@media (max-width: 1079.98px) {
  body.ctp-page.page .page--people-landing .query-wrangler .query-wrangler__form {
    margin: 5rem 0 0;
  }
}
@media (max-width: 767.98px) {
  body.ctp-page.page .page--people-landing .query-wrangler .query-wrangler__form {
    margin: 2.5rem 0 0;
  }
}
body.ctp-page.page .page--people-landing .query-wrangler .query-wrangler__form input[type=checkbox]:checked + label:before {
  background-size: 12px;
}
body.ctp-page.page .page--people-landing .query-wrangler__form form .d-none + .btn-primary + .btn-primary {
  margin-top: 0.5rem;
}
@media (max-width: 767.98px) {
  body.ctp-page.page .page--people-landing .query-wrangler__form form .d-none + .btn-primary + .btn-primary {
    margin-bottom: 0;
  }
}
body.ctp-page.page .page--people-landing .query-wrangler__form form .d-none + .btn-primary {
  margin: 0.5rem 0 3.6rem;
}
@media (max-width: 767.98px) {
  body.ctp-page.page .page--people-landing .query-wrangler__form form .d-none + .btn-primary {
    margin-bottom: 0;
  }
}
body.ctp-page.page .page--people-landing .query-wrangler .query-wrangler__form .btn-primary {
  background-color: #006eec;
}
body.ctp-page.page .page--people-landing .query-wrangler .query-wrangler__form .btn-primary:hover {
  background-color: #303c6c;
  color: #fff;
}
@media (max-width: 1079.98px) {
  body.ctp-page.page .page--people-landing .query-wrangler__content {
    padding-top: 0;
  }
}
body.ctp-page.page .page--people-landing .gutenberg-body {
  background-color: #edeef2;
}

.journal__header {
  background-color: #303c6c;
  color: #fff;
  padding-bottom: 37.5rem;
  padding-top: 1.4rem;
}
.journal__header h1 {
  font-weight: 900;
  padding-top: 7rem;
}
@media (max-width: 1079.98px) {
  .journal__header h1 {
    padding-top: 5rem;
  }
}
@media (max-width: 767.98px) {
  .journal__header h1 {
    padding: 3.7rem 0 2.7rem;
    text-align: left !important;
  }
}
@media (max-width: 1079.98px) {
  .journal__header {
    padding-bottom: 35.3rem;
  }
}
@media (max-width: 767.98px) {
  .journal__header {
    padding-top: 0;
    padding-bottom: 4.2rem;
  }
}
.journal__header .breadcrumbs span,
.journal__header .breadcrumbs a {
  color: #fff;
}
.journal__header .breadcrumbs a:hover {
  color: #3cf7ff;
}

.journal__header--no-current-issue {
  padding-bottom: 10.7rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 1079.98px) {
  .journal__header--no-current-issue {
    padding-bottom: 8.4rem;
  }
}
@media (max-width: 767.98px) {
  .journal__header--no-current-issue {
    padding-bottom: 2.2rem;
  }
}
.journal__header--no-current-issue h1:after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  height: 33.5rem;
  width: 18.2rem;
  position: absolute;
  right: 4rem;
  bottom: -27.6rem;
}
@media (max-width: 1079.98px) {
  .journal__header--no-current-issue h1:after {
    height: 23.5rem;
    width: 13.2rem;
    right: -2rem;
    bottom: -20.2rem;
  }
}
@media (max-width: 767.98px) {
  .journal__header--no-current-issue h1:after {
    height: 18.5rem;
    width: 13.2rem;
    right: -1.6rem;
    bottom: -11.4rem;
  }
}

.journal__current-issue {
  background-color: #fff;
  margin-bottom: -30rem;
}
@media (max-width: 767.98px) {
  .journal__current-issue {
    margin-bottom: 0;
    padding-bottom: 0;
    background-color: #edeef2;
  }
}

.journal__current-issue-iframe {
  -webkit-transform: translateY(-30rem);
          transform: translateY(-30rem);
  margin-top: 3rem;
  background: #edeef2;
  padding: 7.3rem;
  position: relative;
}
@media (max-width: 1079.98px) {
  .journal__current-issue-iframe {
    padding: 5rem;
  }
}
@media (max-width: 767.98px) {
  .journal__current-issue-iframe {
    padding: 0;
    margin-top: 4.4rem;
    -webkit-transform: none;
            transform: none;
  }
}
.journal__current-issue-iframe:after {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  height: 33.5rem;
  width: 18.2rem;
  position: absolute;
  right: -7.4rem;
  top: -16.6rem;
}
@media (max-width: 1079.98px) {
  .journal__current-issue-iframe:after {
    height: 23.5rem;
    width: 13.2rem;
    right: -4.4rem;
    top: -11.6rem;
  }
}
@media (max-width: 767.98px) {
  .journal__current-issue-iframe:after {
    height: 18.5rem;
    width: 13.2rem;
    right: -3.5rem;
    top: -18.9rem;
  }
}

@media (max-width: 767.98px) {
  .journal__current-issue-iframe-wrapper iframe {
    width: 100%;
  }
}

.journal__header-current-issue-label {
  -webkit-transform: translateY(-30rem);
          transform: translateY(-30rem);
}
@media (max-width: 767.98px) {
  .journal__header-current-issue-label {
    -webkit-transform: translateY(-2rem);
            transform: translateY(-2rem);
  }
}

@media (max-width: 1079.98px) {
  .journal__featured-stories.journal__featured-stories--no-current-issue {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}

.journal__featured-stories.related-posts {
  padding-bottom: 16.5rem;
  position: relative;
}
.journal__featured-stories.related-posts h2 {
  padding-top: 11rem;
}
.journal__featured-stories.related-posts.journal__featured-stories--no-current-issue h2 {
  padding-top: 13.8rem;
}
@media (max-width: 1079.98px) {
  .journal__featured-stories.related-posts.journal__featured-stories--no-current-issue h2 {
    padding-top: 3.8rem;
    padding-bottom: 2.2rem;
  }
}
@media (max-width: 1079.98px) {
  .journal__featured-stories.related-posts {
    margin-top: 4.6rem;
    padding-bottom: 5.8rem;
  }
  .journal__featured-stories.related-posts .col-12, .journal__featured-stories.related-posts #lwe .lwe, #lwe .journal__featured-stories.related-posts .lwe {
    margin-bottom: 2.5rem;
  }
  .journal__featured-stories.related-posts h2 {
    padding-top: 0.4rem;
  }
}
@media (max-width: 767.98px) {
  .journal__featured-stories.related-posts {
    padding-bottom: 4.4rem;
  }
  .journal__current-issue + .journal__featured-stories.related-posts {
    border-top: 0;
    margin-top: 3rem;
  }
}

.journal__past-issues {
  background-color: #fff;
  padding-bottom: 6.2rem;
}
@media (max-width: 767.98px) {
  .journal__past-issues {
    padding-bottom: 3rem;
  }
}

h2.journal__past-issues-title {
  background-color: #e61e50;
  color: #fff;
  -webkit-transform: translateY(-2.2rem);
          transform: translateY(-2.2rem);
}

.journal__past-issues-bg-text {
  display: block;
  width: 100%;
  height: calc(12vw + 0.6rem);
  background-size: 103%;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: -2.2rem;
}
@media (max-width: 1079.98px) {
  .journal__past-issues-bg-text {
    margin-bottom: -0.8rem;
    margin-top: -0.8rem;
  }
}
@media (max-width: 767.98px) {
  .journal__past-issues-bg-text {
    display: none;
  }
}

.journal__past-issue {
  margin-bottom: 2rem;
  position: relative;
}
.journal__past-issue picture {
  width: calc(100% + 3.9rem);
  display: block;
  height: 100%;
  background: #303c6c;
}
@media (max-width: 1079.98px) {
  .journal__past-issue .col-lg-4, .journal__past-issue #lwe .lwe, #lwe .journal__past-issue .lwe {
    width: 28.1rem;
    position: absolute;
    top: 3.6rem;
    right: 4rem;
    z-index: 2;
  }
}
@media (max-width: 767.98px) {
  .journal__past-issue .col-lg-4, .journal__past-issue #lwe .lwe, #lwe .journal__past-issue .lwe {
    display: none;
  }
}

.past-issue__content {
  color: #fff;
  height: 100%;
  background: #303c6c;
  width: calc(100% + 4rem);
  padding: 5.4rem 8.5rem 5.3rem 6.1rem;
}
@media (max-width: 1079.98px) {
  .past-issue__content {
    padding: 4.4rem 4rem 2.3rem 3.7rem;
  }
}
@media (max-width: 767.98px) {
  .past-issue__content {
    width: 100%;
    padding: 3rem 2.5rem 2rem;
  }
}
.past-issue__content a {
  color: #fff;
}
.past-issue__content a:hover {
  color: #1ee6aa;
}
.past-issue__content h3 a {
  color: #3cf7ff;
  font-weight: 900;
  text-decoration: underline;
}
.past-issue__content h3 a:hover {
  color: #1ee6aa;
}

ul.past-issue__featured-stories a {
  color: #fff;
  line-height: 3.2rem;
  display: inline-block;
  margin-bottom: 1.4rem;
}
@media (max-width: 767.98px) {
  ul.past-issue__featured-stories a {
    line-height: 2.8rem;
  }
}
ul.past-issue__featured-stories a:hover {
  color: #1ee6aa;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  ul.past-issue__featured-stories {
    margin-right: 34rem;
    min-height: 32.5rem;
  }
}

ul.past-issue__callout-stories {
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  ul.past-issue__callout-stories {
    margin-top: 1.6rem;
  }
}
ul.past-issue__callout-stories li {
  margin-bottom: 1.2rem;
}
@media (max-width: 767.98px) {
  ul.past-issue__callout-stories li {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
ul.past-issue__callout-stories a span {
  letter-spacing: -1.1px;
  margin: 0 0.4rem;
}

.page__header.page__header--contact {
  height: 86.8rem;
  display: block;
}
@media (max-width: 1079.98px) {
  .page__header.page__header--contact {
    height: 98rem;
  }
}
@media (max-width: 767.98px) {
  .page__header.page__header--contact {
    height: auto;
  }
}
.page__header.page__header--contact .page__header-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.page__header.page__header--contact .page__header-title {
  margin: auto 0;
}
.page__header.page__header--contact .page__header-title h1 {
  margin-bottom: 2.1rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .page__header.page__header--contact .contact__header-content {
    padding-bottom: 4rem;
  }
}

.breadcrumbs--contact {
  padding: 0.7rem 0;
}

.contact__header-intro {
  line-height: 2.5rem;
  padding-right: 2rem;
}
@media (max-width: 1079.98px) {
  .contact__header-intro {
    max-width: 50%;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .contact__header-intro {
    max-width: none;
  }
}

.contact__header-mobile-map {
  width: 100vw;
  display: block;
  padding-bottom: 100%;
  margin-top: 4rem;
  margin-left: calc(-1 * (100vw - 100%)/2);
  background-size: cover;
}

.page__contact-address-content {
  background-color: #1ee6aa;
  position: relative;
  z-index: 1;
  padding: 5.2rem 0;
}
@media (max-width: 1079.98px) {
  .page__contact-address-content {
    z-index: 3;
  }
}
@media (max-width: 767.98px) {
  .page__contact-address-content {
    padding: 4rem 0;
  }
}
.page__contact-address-content h2 {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 3.6rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 767.98px) {
  .page__contact-address-content h2 {
    font-size: 2.6rem;
    line-height: 3.4rem;
    margin-bottom: 1.4rem;
  }
}
.page__contact-address-content p {
  color: #151c41;
  font-size: 2rem;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 2.6rem;
  letter-spacing: 0.01px;
}
.page__contact-address-content p strong {
  font-weight: 500;
}
.page__contact-address-content p a {
  color: #151c41;
  font-weight: 400;
  text-decoration: underline;
}
.page__contact-address-content p a strong {
  font-weight: 500;
}
.page__contact-address-content p a:hover {
  color: #0057ba;
}
@media (max-width: 767.98px) {
  .page__contact-address-content p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.page__contact-address-content a.read-more, .page__contact-address-content .localist_minicalendar_nav a, .localist_minicalendar_nav .page__contact-address-content a, .page__contact-address-content .research-area-page__affiliated-labs-center a, .research-area-page__affiliated-labs-center .page__contact-address-content a, .page__contact-address-content ul.past-issue__featured-stories a, ul.past-issue__featured-stories .page__contact-address-content a {
  margin-top: 2rem;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .page__contact-address-content a.read-more, .page__contact-address-content .localist_minicalendar_nav a, .localist_minicalendar_nav .page__contact-address-content a, .page__contact-address-content .research-area-page__affiliated-labs-center a, .research-area-page__affiliated-labs-center .page__contact-address-content a, .page__contact-address-content ul.past-issue__featured-stories a, ul.past-issue__featured-stories .page__contact-address-content a {
    margin-top: 1rem;
  }
}

.page__header-no-bg-image.page__header-no-bg-image--contact {
  width: calc(((100vw - 100%)/2) + 64% + 4rem);
  left: calc(33% - 4rem);
  clip-path: polygon(42.9rem 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 1079.98px) {
  .page__header-no-bg-image.page__header-no-bg-image--contact {
    left: 13rem;
    clip-path: polygon(27.9rem 0, 100% 0, 100% 100%, 0% 100%);
    height: 56rem;
  }
}

.page__header-no-bg-image.page__header-no-bg-image--map {
  display: block;
  width: calc(((100vw - 100%)/2) + 50% + 4rem);
  left: calc(50% - 4rem);
  background-color: transparent;
  background-size: cover;
  background-position: right center;
  clip-path: polygon(42.9rem 0, 100% 0, 100% 100%, 0% 100%);
  position: relative;
  z-index: 2;
}
@media (max-width: 1079.98px) {
  .page__header-no-bg-image.page__header-no-bg-image--map {
    width: calc(((100vw - 100%)/2) + 50% + 8rem);
    clip-path: polygon(27.9rem 0, 100% 0, 100% 100%, 0% 100%);
    height: 56rem;
    left: 28rem;
  }
}

.gutenberg-body__content--contact {
  padding-bottom: 0;
}
.gutenberg-body__content--contact h6 {
  color: #303c6c;
  margin-bottom: 0.5rem;
}
.gutenberg-body__content--contact .container + h6 {
  margin-top: 4.5rem;
  margin-bottom: 0.7rem;
}
@media (max-width: 767.98px) {
  .gutenberg-body__content--contact .container + h6 {
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .gutenberg-body__content--contact > *:first-child {
    margin-bottom: 2rem;
  }
  .gutenberg-body__content--contact h6:first-child {
    margin-top: 0;
  }
  .gutenberg-body__content--contact h6 {
    margin-top: 2rem;
  }
}

.social-icons-nav a {
  background-size: contain;
  background-position: center center;
  height: 3.8rem;
  width: 3.8rem;
  -webkit-transition: none;
  transition: none;
  padding: 0;
  margin-right: 2rem;
  margin-bottom: 8.4rem;
}
@media (max-width: 767.98px) {
  .social-icons-nav a {
    margin-bottom: 5rem;
  }
}
.social-icons-nav a.icon-facebook--blue {
  width: 1.3rem;
}
.social-icons-nav a.icon-twitter--blue {
  width: 2.9rem;
}
.social-icons-nav a.icon-instagram--blue {
  width: 2.5rem;
}
.events__header h1 {
  font-size: 7.3rem;
  font-weight: 900;
  margin: 2.8rem 0 2.2rem;
}
@media (max-width: 1079.98px) {
  .events__header h1 {
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 767.98px) {
  .events__header h1 {
    font-size: 4.2rem;
    line-height: 4.6rem;
    margin-bottom: 1.2rem;
  }
}
.events__header .events__header-intro a {
  color: #0057ba;
  font-weight: bold;
}

@media (min-width: 768px) and (max-width: 1079.98px) {
  .breadcrumbs--events {
    padding: 3rem 0 2.2rem;
  }
}

.events__body {
  background-color: #303c6c;
  padding-top: 19rem;
}
.events__body .tag-heading {
  -webkit-transform: translateY(-21.2rem);
          transform: translateY(-21.2rem);
}
@media (max-width: 767.98px) {
  .events__body {
    padding-top: 10.5rem;
  }
  .events__body .tag-heading {
    -webkit-transform: translateY(-12.4rem);
            transform: translateY(-12.4rem);
  }
}

.localist_minicalendar {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .localist_minicalendar {
    width: calc(50% - 2rem);
    margin-left: auto;
  }
}

.localist_minicalendar_filter {
  margin-left: calc(-200% - 8rem);
  position: absolute;
  width: 100%;
  bottom: -10rem;
  left: 0;
}
@media (max-width: 1079.98px) {
  .localist_minicalendar_filter {
    bottom: -23rem;
    width: calc(100% - 4rem);
    margin-left: calc(-100% - 4rem);
  }
}
@media (max-width: 767.98px) {
  .localist_minicalendar_filter {
    width: 100%;
    max-width: none;
    margin-left: 0;
    bottom: -28rem;
  }
}
.localist_minicalendar_filter select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 3rem center;
  width: calc(33% - 2.3rem);
  border: 0;
  border-radius: 0;
  color: #303c6c;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 2.6rem;
  padding: 1.7rem 3.5rem;
  margin-bottom: 10.6rem;
  width: 100%;
}
@media (max-width: 767.98px) {
  .localist_minicalendar_filter select {
    padding: 1.2rem 3.5rem 1.2rem 2.2rem;
    font-size: 2.2rem;
    background-position: right 2rem center;
  }
}

.localist_minicalendar_nav {
  margin-top: 7rem;
}
.localist_minicalendar_nav a {
  display: block;
  margin-top: 0.6rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  .localist_minicalendar_nav {
    margin-top: 0;
    position: absolute;
    left: calc(-100% - 4rem);
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .localist_minicalendar_nav {
    margin-top: 1.5rem;
  }
  .localist_minicalendar_nav a {
    margin-top: 1.5rem;
  }
}

.localist_minicalendar_pager {
  position: relative;
  margin-top: 4.4rem;
}
@media (max-width: 1079.98px) {
  .localist_minicalendar_pager {
    margin-top: 3.6rem;
  }
}
@media (max-width: 767.98px) {
  .localist_minicalendar_pager {
    margin-top: 2.6rem;
  }
}
.localist_minicalendar_pager a {
  height: 2.2rem;
  width: 2.2rem;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 767.98px) {
  .localist_minicalendar_pager a {
    width: 1.8rem;
  }
}
.localist_minicalendar_pager a:first-child {
  top: 2rem;
  left: 2rem;
}
.localist_minicalendar_pager a:nth-child(2) {
  top: 2rem;
  right: 2rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.localist_minicalendar_pager h1 {
  background-color: #006eec;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
  margin: 0;
  text-align: center;
  padding-top: 0.8rem;
}
.localist_minicalendar_pager a {
  position: absolute;
  color: #fff;
}

.localist_minicalendar_minicalendar {
  background-color: #006eec;
  border-collapse: unset;
  border-bottom: 1.5rem solid #006eec;
  border-left: 0.6rem solid #006eec;
  border-right: 0.6rem solid #006eec;
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  margin-bottom: -15rem;
}
@media (max-width: 1079.98px) {
  .localist_minicalendar_minicalendar {
    margin-bottom: -7rem;
  }
}
@media (max-width: 767.98px) {
  .localist_minicalendar_minicalendar {
    margin-bottom: 6.4rem;
    font-size: 1.6rem;
  }
}
.localist_minicalendar_minicalendar a {
  color: #fff;
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0.3rem auto;
  padding-top: 0.3rem;
}
.localist_minicalendar_minicalendar a:hover {
  text-decoration: underline;
}
@media (max-width: 1079.98px) {
  .localist_minicalendar_minicalendar a {
    height: 3rem;
  }
}
@media (max-width: 767.98px) {
  .localist_minicalendar_minicalendar a {
    height: 2.6rem;
  }
}
.localist_minicalendar_minicalendar th {
  padding: 0.8rem 0;
}
.localist_minicalendar_minicalendar .localist_minicalendar_dimday {
  opacity: 0.6;
}
.localist_minicalendar_minicalendar .localist_minicalendar_today a {
  background-color: #3cf7ff;
  color: #151c41;
  text-decoration: underline;
}

#lwe {
  margin-right: -2rem !important;
  margin-left: -2rem !important;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
}
#lwe .lwe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #151c41;
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  #lwe .lwe {
    margin-bottom: 2.5rem;
  }
}
#lwe .lwe > *:last-child {
  height: 100%;
  padding-bottom: 4rem;
}
@media (max-width: 767.98px) {
  #lwe .lwe > *:last-child {
    padding-bottom: 2.6rem;
  }
}
#lwe .lwe > * {
  background-color: #fff;
  padding: 0 3.7rem;
}
@media (max-width: 1079.98px) {
  #lwe .lwe > * {
    padding: 0 2.9rem;
  }
}
@media (max-width: 767.98px) {
  #lwe .lwe > * {
    padding: 0 2rem;
  }
}
#lwe .lwe .lwn a {
  color: #151c41;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
  margin: 2.3rem 0 1.8rem;
  display: block;
}
#lwe .lwe .lwn a:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  #lwe .lwe .lwn a {
    font-size: 2rem;
    line-height: 2.8rem;
    margin: 2rem 0 1rem;
  }
}
#lwe .lwe .lwl {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5rem;
  padding-bottom: 1.5rem;
}
#lwe .lwe .lwl span {
  display: none;
}
#lwe .lwe .lwl a {
  color: #151c41;
}
#lwe .lwn span {
  display: block;
  background-color: #1ee6aa;
  padding: 0.9rem 3.7rem;
  margin: 0 -3.7rem;
  font-weight: 700;
  font-size: 1.5rem;
}
@media (max-width: 1079.98px) {
  #lwe .lwn span {
    padding: 0.9rem 2.9rem;
    margin: 0 -2.9rem;
  }
}
@media (max-width: 767.98px) {
  #lwe .lwn span {
    padding: 0.9rem 2rem;
    margin: 0 -2rem;
  }
}
#lwe .lwd {
  font-size: 1.3rem;
  font-family: "RobotoSlab", Helvetica, Arial, sans-serif;
  line-height: 1.8rem;
}

ul#lwe > li:first-child:not(.lwe) {
  color: #fff;
  padding: 0 2rem 4rem;
  color: #fff;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.36px;
}

@media (max-width: 767.98px) {
  body.page .page--people-landing .page__header-title {
    background-color: #fff;
    padding-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  body.page .page--people-landing h1 {
    font-size: 7.3rem;
    line-height: 7.5rem;
  }
}
@media (max-width: 767.98px) {
  body.page .page--people-landing h1 {
    margin: 5.4rem 0 1.2rem;
  }
}
body.page .page--people-landing h2.query-exposed__heading {
  top: -8.2rem;
}
@media (max-width: 1079.98px) {
  body.page .page--people-landing h2.query-exposed__heading {
    top: -11.8rem;
  }
}
@media (max-width: 767.98px) {
  body.page .page--people-landing h2.query-exposed__heading {
    top: -7.9rem;
  }
}
body.page .page--people-landing .query-wrangler {
  margin-bottom: 4.2rem;
  min-height: 1px;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  body.page .page--people-landing .query-wrangler .query-pills {
    padding-top: 2.7rem;
    padding-bottom: 0;
    margin-bottom: -2rem;
  }
}
@media (max-width: 767.98px) {
  body.page .page--people-landing .query-wrangler .query-pills {
    padding-top: 3.5rem;
  }
}
@media (max-width: 767.98px) {
  body.page .page--people-landing .query-wrangler input[type=submit] {
    margin-bottom: 0;
  }
}
body.page .page--people-landing .query-faculty-wrapper input[type=text] {
  background-repeat: no-repeat;
  background-position: 1.8rem center;
  color: #303c6c;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-weight: 900;
  font-size: 2.6rem;
  width: 26.5rem;
  background-color: #fff;
  border: 0;
  height: 7.3rem;
  padding-left: 5.5rem;
  margin: 2.8rem 0.5rem 0 0;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  body.page .page--people-landing .query-faculty-wrapper input[type=text] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 1079.98px) {
  body.page .page--people-landing .query-faculty-wrapper input[type=text] {
    width: 100%;
    margin: 0 4rem 2.1rem 0;
  }
}
@media (max-width: 767.98px) {
  body.page .page--people-landing .query-faculty-wrapper input[type=text] {
    margin-top: 2rem;
    padding: 1.5rem 4rem 1.5rem 2.2rem;
    font-size: 2.2rem;
    background-position: right 2rem center;
    height: 6.4rem;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  body.page .page--people-landing .query-faculty-wrapper .text-box-filter {
    margin-right: 4rem;
  }
}
@media (min-width: 1080px) {
  body.page .page--people-landing .query-faculty-wrapper .query-wrangler .query-wrangler__form {
    margin: 3rem 0 4rem;
  }
}
body.page .page--people-landing .query-wrangler__content {
  padding-bottom: 15.4rem;
}
body.page .page--people-landing .query-wrangler__content .col-12, body.page .page--people-landing .query-wrangler__content #lwe .lwe, #lwe body.page .page--people-landing .query-wrangler__content .lwe {
  margin-bottom: 5rem;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  body.page .page--people-landing .query-wrangler__content {
    padding-top: 2.5rem;
    padding-bottom: 10.2rem;
  }
}
@media (max-width: 767.98px) {
  body.page .page--people-landing .query-wrangler__content {
    padding-bottom: 2rem;
  }
  body.page .page--people-landing .query-wrangler__content .col-12, body.page .page--people-landing .query-wrangler__content #lwe .lwe, #lwe body.page .page--people-landing .query-wrangler__content .lwe {
    margin-bottom: 2.7rem;
  }
}
body.page .page--people-landing .query-faculty-wrapper .query-wrangler__form form ::-webkit-input-placeholder {
  /* Edge */
  color: #303c6c;
}
body.page .page--people-landing .query-faculty-wrapper .query-wrangler__form form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #303c6c;
}
body.page .page--people-landing .query-faculty-wrapper .query-wrangler__form form ::-moz-placeholder {
  color: #303c6c;
}
body.page .page--people-landing .query-faculty-wrapper .query-wrangler__form form ::-ms-input-placeholder {
  color: #303c6c;
}
body.page .page--people-landing .query-faculty-wrapper .query-wrangler__form form ::placeholder {
  color: #303c6c;
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  body.page .page--people-landing .query-faculty-wrapper .query-wrangler__form form {
    margin-top: 0.8rem;
  }
}
@media (min-width: 1080px) {
  body.page .page--people-landing .query-faculty-wrapper .query-wrangler__form form .btn-group,
body.page .page--people-landing .query-faculty-wrapper .query-wrangler__form form .d-none + .btn-primary {
    margin: 2.8rem 0.5rem 0 0;
  }
}
@media (min-width: 1080px) {
  body.page .page--people-landing .query-faculty-wrapper .query-wrangler__form form .d-none + .btn-primary + .btn-primary {
    margin-top: 2.8rem;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  body.page .page--people-landing .query-faculty-wrapper .query-wrangler__form form .btn-group {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 768px) and (max-width: 1079.98px) {
  body.page .page--people-landing .query-faculty-wrapper .query-wrangler__form form input[type=submit].btn-primary {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 1079.98px) {
  body.page .page--people-landing .gutenberg-body {
    background-color: #edeef2;
  }
}

.search-landing-page {
  background-color: #303c6c;
}

.search-landing-page__results {
  background-color: #fff;
  padding: 9.2rem calc(((100% - 36rem) / 10) + 4rem) 4.8rem;
}
@media (max-width: 1079.98px) {
  .search-landing-page__results {
    padding: 6.2rem calc(((100% - 26rem) / 8)) 3.8rem;
  }
}
@media (max-width: 767.98px) {
  .search-landing-page__results {
    padding: 3.4rem 2000px;
    margin: 0 -2000px;
  }
}
.search-landing-page__results h2 {
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.search-landing-page__results h2 a strong {
  font-weight: 700;
  color: #151c41;
}
.search-landing-page__results h2 a:hover {
  color: #006eec;
}
.search-landing-page__results h2 a:hover strong {
  color: #303c6c;
}
@media (max-width: 1079.98px) {
  .search-landing-page__results h2 {
    font-size: 3rem;
    line-height: 3.7rem;
  }
}
@media (max-width: 767.98px) {
  .search-landing-page__results h2 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
.search-landing-page__results p {
  margin-bottom: 0;
}
.search-landing-page__results .breadcrumb {
  padding: 0;
}
.search-landing-page__results .breadcrumb a {
  display: inline-block;
  padding: 1.2rem 0;
}
@media (max-width: 1079.98px) {
  .search-landing-page__results .breadcrumb a {
    padding: 0.6rem 0;
  }
}
.search-landing-page__results .breadcrumb > span > span:first-child,
.search-landing-page__results .breadcrumb > span > span.breadcrumb-spacer:nth-child(2),
.search-landing-page__results .breadcrumb > span > span:last-child,
.search-landing-page__results .breadcrumb > span > span:nth-last-child(2) {
  display: none;
}
.search-landing-page__results .col {
  margin-bottom: 3.8rem;
}
@media (max-width: 1079.98px) {
  .search-landing-page__results .col {
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 767.98px) {
  .search-landing-page__results .col {
    margin-bottom: 3.6rem;
  }
}

.search-landing-page__page-title {
  margin: 6rem 0;
}
.search-landing-page__page-title h1 {
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}
@media (max-width: 1079.98px) {
  .search-landing-page__page-title {
    margin: 4rem 0 6rem;
  }
}
@media (max-width: 767.98px) {
  .search-landing-page__page-title {
    margin: 0 0 4.5rem;
  }
}

.search-landing-page__form form {
  position: relative;
  width: calc(100% - 5rem);
}
.search-landing-page__form form:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #151c41;
  position: absolute;
  left: 1.6rem;
  top: 1.6rem;
}
@media (max-width: 1079.98px) {
  .search-landing-page__form form:before {
    left: 1.3rem;
    top: 1.3rem;
  }
}
@media (max-width: 1079.98px) {
  .search-landing-page__form form {
    width: 100%;
  }
}
.search-landing-page__form input[type=text] {
  background-repeat: no-repeat;
  background-position: left 4rem center;
  border: 0;
  color: #303c6c;
  height: 16.7rem;
  font-size: 7.3rem;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-weight: 900;
  padding: 0 4rem 0 16rem;
  position: relative;
  width: 100%;
}
@media (max-width: 1079.98px) {
  .search-landing-page__form input[type=text] {
    background-position: left 2.5rem top 4.6rem;
    background-size: 5.6rem;
    font-size: 5.5rem;
    height: 15.6rem;
    padding: 0 4rem 1rem 11.5rem;
  }
}
@media (max-width: 767.98px) {
  .search-landing-page__form input[type=text] {
    background-size: 2.3rem;
    font-size: 2.4rem;
    height: 6.8rem;
    padding: 0 4rem 0 5rem;
    background-position: left 1.3rem center;
  }
}
.search-landing-page__form input[type=submit] {
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 2.2rem;
  color: #303c6c;
  position: absolute;
  width: 12.8rem;
  background: #e6e600;
  border: 6.2rem;
  right: -6rem;
  top: 4.8rem;
  height: 7.4rem;
}
.search-landing-page__form input[type=submit]:hover {
  background: #ffb800;
}
@media (max-width: 1079.98px) {
  .search-landing-page__form input[type=submit] {
    right: calc(50% - 6.4rem);
    top: 14rem;
    height: 6.2rem;
  }
}
@media (max-width: 767.98px) {
  .search-landing-page__form input[type=submit] {
    width: 100%;
    right: 0;
    top: 10rem;
  }
}

.search-landing-page__searched-for {
  color: #fff;
  font-family: "Heebo", Helvetica, Arial, sans-serif;
  padding: 10.8rem 0 2.6rem;
  text-align: center;
}
@media (max-width: 767.98px) {
  .search-landing-page__searched-for {
    text-align: left;
    padding: 14.2rem 0 2.2rem;
  }
}
/*# sourceMappingURL=style.css.map */
